@charset "UTF-8";
/* 重置样式 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, select, textarea, p, blockquote, th, td, img {
  margin: 0;
  padding: 0;
  border: 0;
}

i, em {
  font-style: normal;
}

body {
  background: #fff;
  color: #000000;
  font-size: 30px;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ol, ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

button, input, textarea, select {
  outline: none;
}

button, .btn {
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #C5C5C5;
}

input:-ms-input-placeholder {
  color: #C5C5C5;
}

input::-ms-input-placeholder {
  color: #C5C5C5;
}

input::placeholder {
  color: #C5C5C5;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-row-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line2 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.global-container {
  width: 750px;
  margin: 0 auto;
  padding-top: 86px;
}

.global-content {
  width: 100%;
}

.global-mask {
  width: 750px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 0;
  left: calc(50% - 375px);
  z-index: 1000;
}

.global-mask .global-mask-content {
  width: 100%;
  background-color: #fff;
  position: absolute;
}

.global-mask .global-mask-top-content {
  border-radius: 0 0 20px 20px;
  top: 0;
  left: 0;
}

.global-mask .global-mask-bot-content {
  bottom: 0;
  left: 0;
  border-radius: 20px 20px 0 0;
}

.global-mask .global-mask-bot-content .global-mask-title-box {
  height: 90px;
  border-radius: 20px 20px 0 0;
  border-bottom: 1px solid #D2D4DE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.global-mask .global-mask-bot-content .global-mask-title-box .title, .global-mask .global-mask-bot-content .global-mask-title-box .btn {
  font-size: 32px;
  padding: 0 40px;
  height: 100%;
  line-height: 89px;
}

.global-mask .global-mask-bot-content .global-mask-title-box .title {
  color: #333333;
}

.global-mask .global-mask-bot-content .global-mask-title-box .btn {
  color: #E5585E;
  background-color: #fff;
  border-radius: 0 20px 0 0;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 1rem;
  }
  .global-container {
    width: 100%;
    padding-top: 2.866667rem;
  }
  .global-mask {
    width: 100%;
    left: 0;
  }
  .global-mask .global-mask-top-content {
    border-radius: 0 0 0.666667rem 0.666667rem;
  }
  .global-mask .global-mask-bot-content {
    border-radius: 0.666667rem 0.666667rem 0 0;
  }
  .global-mask .global-mask-bot-content .global-mask-title-box {
    height: 3rem;
    border-radius: 0.666667rem 0.666667rem 0 0;
  }
  .global-mask .global-mask-bot-content .global-mask-title-box .title, .global-mask .global-mask-bot-content .global-mask-title-box .btn {
    font-size: 1.066667rem;
    padding: 0 1.333333rem;
    line-height: 2.966667rem;
  }
  .global-mask .global-mask-bot-content .global-mask-title-box .btn {
    border-radius: 0 0.666667rem 0 0;
  }
}
/*# sourceMappingURL=common1.css.map */