
.leave-from-top-enter-active, .leave-from-top-leave-active {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.leave-from-top-enter, .leave-from-top-leave-to {
  opacity: 0;
  height: 0;
}
.notice-board-wrap {
  padding: 9px 9px 9px 15px;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  box-sizing: border-box;
  border-top: 1px solid #e5e5e5;
}
.notice-board-wrap .icon-url {
    width: auto;
    height: 18px;
    margin-right: 9px;
    margin-left: 0;
}
.notice-board-wrap .content-wrap {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    box-sizing: border-box;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
}
.notice-board-wrap .content-wrap .content {
      margin-right: 9px;
      display: -webkit-box;
      overflow: hidden;
}
.notice-board-wrap .content-wrap .icon-arrows_right, .notice-board-wrap .content-wrap .icon-close_circle_surface {
      color: #CCCCCC;
      margin-left: auto;
}
.popup-title {
  text-align: center;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  position: relative;
}
.popup-title:after {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.popup-text-wrap {
  padding: 22px 15px;
  font-size: 14px;
  line-height: 20px;
}
.popup-text-wrap .popup-text-item-wrap {
    margin-bottom: 15px;
}
.popup-text-wrap .popup-text-item-wrap .item-title {
      color: #333333;
      margin-bottom: 9px;
      position: relative;
}
.popup-text-wrap .popup-text-item-wrap .item-title:before {
        position: absolute;
        content: '';
        left: -8px;
        top: 8px;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background: #FF5000;
}
.popup-text-wrap .popup-text-item-wrap .item-desc {
      color: #666666;
}

.viewer-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 98;
}
.popUp {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 300;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.popUp.w70 {
    height: 70%;
}
.popUp.w40 {
    min-height: 40%;
}
.popUp .content {
    position: relative;
    width: 100%;
    height: 100%;
}
.popUp .content h2, .popUp .content .thin-border-bottom2 {
      z-index: 100;
      box-sizing: border-box;
      min-height: 48px;
      width: 100%;
      padding: 15px;
      text-align: center;
      font-size: 14px;
      color: #333;
      background: #fff;
      font-weight: 400;
      font-family: PingFangSC-Regular;
      position: relative;
}
.popUp .content h2:after, .popUp .content .thin-border-bottom2:after {
        content: "";
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #e5e5e5;
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
        transform: scaleY(0.5);
}
.popUp .content h2 i.iconCC, .popUp .content .thin-border-bottom2 i.iconCC {
        float: right;
        font-size: 16px;
        color: #CCC;
        position: absolute;
        top: 15px;
        right: 15px;
}
.popUp .content .content-p {
      width: 100%;
      box-sizing: border-box;
      height: -webkit-calc(100% - 48px);
      height: calc(100% - 48px);
      overflow-x: hidden;
      overflow-y: scroll;
      background: #FFF;
      z-index: 99;
      font-size: 13px;
      padding: 0;
}
.popUp .content .content-p.p15 {
        padding: 15px;
}
.popUp .content .content-p h3 {
        position: relative;
        line-height: .6rem;
        padding: 0 .2rem;
        font-size: .7rem;
}
.popUp .content .content-p h3 b {
          display: block;
          position: absolute;
          width: .08rem;
          height: .08rem;
          border-radius: 100%;
          background: #ff5000;
          left: 0rem;
          top: 50%;
          margin-top: -.05rem;
}
.popUp .content .content-p p {
        padding: 0 0 .5rem 0;
        font-size: .65rem;
        color: #666;
        line-height: 1rem;
        text-align: justify;
}
.popUp .content .content-p p b {
          font-size: .65rem;
}
.popUp .content .popup-text-wrap {
      font-size: 14px;
      line-height: 20px;
}
.popUp .content .popup-text-wrap .popup-text-item-wrap {
        margin-bottom: 15px;
}
.popUp .content .popup-text-wrap .popup-text-item-wrap .item-title {
          color: #333333;
          margin-bottom: 9px;
          position: relative;
}
.popUp .content .popup-text-wrap .popup-text-item-wrap .item-title:before {
            position: absolute;
            content: '';
            left: -8px;
            top: 8px;
            width: 4px;
            height: 4px;
            border-radius: 100%;
            background: #FF5000;
}
.popUp .content .popup-text-wrap .popup-text-item-wrap .item-desc {
          color: #666666;
}
.up-down-enter-active,
.up-down-leave-active {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.up-down-enter,
.up-down-leave-to {
  -webkit-transform: translate3D(0, 100%, 0);
      -ms-transform: translate3D(0, 100%, 0);
          transform: translate3D(0, 100%, 0);
}
.viewer-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab p {
    padding: 0 1rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    font-size: 15px;
    color: #666;
}
.tab p.active {
      color: #ff5000;
}
.tab .c0 {
    color: #333;
}
.tab i {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
        -ms-flex: 0;
            flex: 0;
}
.mission-list .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mission-list .p12 {
  padding: 12px;
}
.mission-list .mb12 {
  margin-bottom: 12px;
  background-color: #f8f8f8;
}
.mission-list .content-p-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mission-list .content-p-box p.text {
    font-size: 0.7rem;
    color: #333;
    line-height: 17px;
    padding: 0 0 3px 0;
}
.mission-list .content-p-box p.desc {
    font-size: 0.7rem;
    color: #666;
    line-height: 15px;
    padding: 0 0 6px 0;
}
.mission-list .content-p-box p.t {
    font-size: 0.5rem;
    color: #999;
    line-break: 12px;
    padding: 0;
}
.mission-list .content-p-btn {
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  margin-bottom: 0.4rem;
  margin-left: 15px;
}
.mission-list .content-p-btn a.c {
    display: inline-block;
    width: 60px;
    height: 20px;
    color: #fff;
    font-size: 0.7rem;
    border-radius: 10px;
    line-height: 20px;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#ff505d), to(#ff7e00));
    background: -webkit-linear-gradient(left, #ff505d 0%, #ff7e00 100%);
    background: linear-gradient(to right, #ff505d 0%, #ff7e00 100%);
}
.mission-list .content-p-btn a.n {
    font-size: 0.7rem;
    color: #ff5000;
}

.loading[data-v-c04df2b0]{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background:#fff url(https://res.wyins.net/legacy/gexian/img/loading.gif) center no-repeat;
}
.load-container[data-v-c04df2b0]{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background:#fff;
    top: 0;
    left: 0;
}
.load-container.halfbg[data-v-c04df2b0]{
    background: rgba(255,255,255,0.3);
}
.load8 .loader[data-v-c04df2b0] {
  margin: 0rem auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-right: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-left: 0.25rem solid #0087FB;
  -webkit-animation: load8 1s infinite linear;
  animation: load8 1s infinite linear;
}
.load8 .loader[data-v-c04df2b0],
.load8 .loader[data-v-c04df2b0]:after {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1.5rem;
  margin-top:  -1.5rem;
}
@-webkit-keyframes load8 {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}

.wy-message-box {
  z-index: 200;
}
.wy-message-box .md-bg {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}
.wy-message-box .message-box {
    position: fixed;
    background-color: #fff;
    border-radius: .8rem;
    width: 18rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 200;
    padding-top: 1.33rem;
}
.wy-message-box .message-box.message-box-orange {
      border-radius: 8px;
      padding-top: 0;
      overflow: hidden;
}
.wy-message-box .message-box.message-box-orange .message-header {
        padding: 1.6rem 1rem 1rem 1rem;
}
.wy-message-box .message-box.message-box-orange .message-header.message-header-orange {
          background: url("https://media.wyins.net/autoUpload/activity/bg2x_14f6cd8abc335c4.png") top center no-repeat;
          background-size: cover;
}
.wy-message-box .message-box.message-box-orange .message-header .msg-title {
          color: #fff;
}
.wy-message-box .message-box.message-box-orange .message-header .msg-main {
          color: #fff;
          padding: 0;
          font-size: 0.88rem;
}
.wy-message-box .message-box.message-box-orange .message-middle {
        padding: 1.3rem 2rem;
        font-size: 0.88rem;
        color: #333;
        line-height: 1.3rem;
}
.wy-message-box .message-box.message-box-orange .message-hr {
        padding-top: 1rem;
}
.wy-message-box .message-box.message-box-orange .message-footer {
        padding: 0 1rem 1rem 1rem;
        height: 3.66rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
}
.wy-message-box .message-box.message-box-orange .message-footer .btn {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          font-size: 0.88rem;
          border: none;
          outline: none;
          display: block;
          line-height: 2.66rem;
          text-align: center;
          border: 1px solid #e5e5e5;
          margin-right: 1.3rem;
          border-radius: 2px;
}
.wy-message-box .message-box.message-box-orange .message-footer .btn:last-child {
            margin-right: 0;
}
.wy-message-box .message-box.message-box-orange .message-footer .btn.btn-orange {
            border: 0;
            background-color: #FF9900;
            color: #fff;
}
.wy-message-box .message-box .msg-title {
      font-size: 1.1rem;
      line-height: 1.4rem;
      text-align: center;
      margin-bottom: 1rem;
}
.wy-message-box .message-box .msg-main {
      padding: 1.33rem .9rem;
      padding-top: 0;
      text-align: center;
      font-size: .91rem;
      line-height: 1.33rem;
      word-break: break-all;
}
.wy-message-box .message-box .msg-main.msg-tip-list {
        padding: 0rem 1rem 0.6rem 1rem;
        font-size: 1rem;
}
.wy-message-box .message-box .msg-btm {
      height: 3.33rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      border-top: solid 1px #e5e5e5;
}
.wy-message-box .message-box .msg-btm .btn {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 1.1rem;
        border: none;
        outline: none;
        display: block;
        border-right: 1px solid #e5e5e5;
        line-height: 3.33rem;
        text-align: center;
}
.wy-message-box .message-box .msg-btm .btn:last-child {
          border-width: 0;
}
.wy-message-box .message-box .msg-input {
      padding: 0rem 1rem 2rem 1rem;
      position: relative;
}
.wy-message-box .message-box .msg-input input {
        width: 100%;
        height: 3rem;
        padding: 0.8rem 0.6rem;
        line-height: 1.3rem;
        font-size: 1.1rem;
        border: 1px solid #C2C2C2;
        color: #333;
        text-shadow: none;
        -webkit-appearance: none;
        -webkit-user-select: text;
        outline-color: transparent;
        box-shadow: none;
        appearance: none;
}
.wy-message-box .message-box .msg-input .iconfont {
        position: absolute;
        right: 1.6rem;
        top: .8rem;
        font-size: 1.2rem;
        color: #ccc;
}
.wy-message-box .message-box .msg-input .msg-errormsg {
        font-size: 0.8rem;
        padding-top: .5rem;
        color: red;
}
.wy-message-box .message-box .message-description-list {
      padding: 0 1rem;
      max-height: 9.83rem;
      overflow: auto;
      margin-bottom: 1.4rem;
}
.wy-message-box .message-box .message-description-list .dline {
        width: 100%;
        display: block;
        background: #F8F8F8;
        border-radius: 0.4rem;
        height: 3.73rem;
        padding: 0.6rem;
        margin-bottom: 0.6rem;
}
.wy-message-box .message-box .message-description-list .dline:last-child {
          margin-bottom: 0;
}
.wy-message-box .message-box .message-description-list .dline .dspan {
          display: block;
          font-size: 0.87rem;
          color: #666666;
          line-height: 1.05rem;
          padding-bottom: 0.4rem;
}
.wy-message-box .message-box .message-description-list .dline .dspan:last-child {
            padding-bottom: 0;
}
.wy-message-box .message-box .fb {
      font-weight: bold;
      color: #151515;
}
.wy-message-box .message-box .font-1 {
      font-size: 1rem;
      color: #333;
}
.wy-message-box .message-box-enter-active, .wy-message-box .message-box-leave-active {
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.9);
            transform: translate3d(-50%, -50%, 0) scale(0.9);
}
.wy-message-box .message-box-enter, .wy-message-box .message-box-leave-to {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.7);
            transform: translate3d(-50%, -50%, 0) scale(0.7);
}

.li-search[data-v-7f9012d8] {
  padding: .5rem 1rem;
  border-top: solid 1px #e5e5e5;
}
.li-search .entry[data-v-7f9012d8] {
    background: #F2F2F2;
    height: 2rem;
    border-radius: 4px;
    position: relative;
    padding: .4rem 1rem .4rem 3.3rem;
    color: #ccc;
    line-height: 1.2rem;
    font-size: .875rem;
}
.li-search .entry .icon[data-v-7f9012d8] {
      position: absolute;
      left: 1.6rem;
      font-size: 1.2rem;
      display: block;
      top: .4rem;
}
.drawer-main[data-v-7f9012d8] {
  height: auto;
}
.drawer_bg[data-v-7f9012d8] {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 130299;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.drawer_bg_show[data-v-7f9012d8] {
  opacity: 1;
  visibility: visible;
}
.drawer[data-v-7f9012d8] {
  width: 70%;
  height: 100%;
  position: fixed;
  top: 0;
  background: #fff;
  color: #222;
  overflow: hidden;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
  right: -100%;
  z-index: 130300;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  opacity: 0;
}
.drawer .header[data-v-7f9012d8] {
    display: -webkit-box;
    height: 45px;
    width: 100%;
}
.drawer .header .left[data-v-7f9012d8] {
      width: 44px;
      height: 45px;
      position: relative;
      color: #999;
}
.drawer .header .left.left-show[data-v-7f9012d8] {
        visibility: visible;
}
.drawer .header .right[data-v-7f9012d8] {
      width: 44px;
      height: 44px;
      position: relative;
}
.drawer .header .center[data-v-7f9012d8] {
      -webkit-box-flex: 1;
      height: 45px;
      line-height: 45px;
      position: relative;
      text-align: center;
      font-size: 1rem;
      color: #333333;
}
.drawer .header .close[data-v-7f9012d8] {
      position: absolute;
      top: 14px;
      left: 14px;
      display: block;
      width: 16px;
      height: 16px;
      color: #999;
}
.drawer .header .back[data-v-7f9012d8] {
      display: block;
      position: absolute;
      top: 14px;
      left: 14px;
      width: 16px;
      height: 16px;
}
.drawer .text[data-v-7f9012d8] {
    background: #F8F8F8;
    height: auto;
    -webkit-transition: all .3s;
    position: relative;
    padding: 0 17px;
    word-wrap: break-word;
    color: #333;
    font-size: 1rem;
}
.drawer .text .selected[data-v-7f9012d8] {
      font-size: 1rem;
      line-height: 1.5rem;
      padding: 17px 0;
}
.drawer .text .pass[data-v-7f9012d8] {
      color: #51A93D;
      margin-top: -14px;
      padding-bottom: 12px;
      background: #f8f8f8;
      font-size: 0.8rem;
}
.drawer .text .pass.pass-error[data-v-7f9012d8] {
        color: #E12224;
}
.drawer .content[data-v-7f9012d8] {
    -webkit-flex: 1;
    width: 100%;
    height: 80%;
    left: 0;
    padding-left: 15px;
    position: relative;
    top: 0;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
}
.drawer .content.active[data-v-7f9012d8] {
      -webkit-transition-delay: .5s;
      transition-delay: .5s;
      opacity: 1;
}
.drawer .content ul[data-v-7f9012d8] {
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: .3s all ease;
      transition: .3s all ease;
      background: #fff;
      overflow: scroll;
      -webkit-overflow-scrolling: touch;
      -webkit-transform: translateX(0px);
      width: 100%;
      padding-left: 15px;
      box-shadow: -1px 0 1px rgba(0, 0, 0, 0.2);
      padding-bottom: 3rem;
}
.drawer .content ul li[data-v-7f9012d8] {
        padding: 13px 0;
        position: relative;
        display: -webkit-box;
        -webkit-box-align: center;
        padding-right: 23px;
        background: #fff;
        font-size: 1rem;
        color: #333;
}
.drawer .content ul li[data-v-7f9012d8]:active {
          background: #F2F2F2;
}
.drawer .content ul li[data-v-7f9012d8]:before {
          position: absolute;
          content: '';
          width: 100%;
          left: 0;
          bottom: 0;
          height: 1px;
          display: block;
          background-color: #ddd;
          -webkit-transform: scale(1, 0.5);
          -ms-transform: scale(1, 0.5);
              transform: scale(1, 0.5);
          -webkit-transform-origin: center bottom;
          -ms-transform-origin: center bottom;
              transform-origin: center bottom;
          z-index: 1;
}
.drawer .content ul li.no-child[data-v-7f9012d8]:after {
          background: none;
}
.drawer .content ul li[data-v-7f9012d8]:after {
          display: block;
          content: '';
          width: 16px;
          height: 16px;
          background: url(https://res.wyins.net/legacy/gexian/img/arrow@2x.png) 0 0 no-repeat;
          background-size: contain;
          position: absolute;
          right: 5px;
          top: 14px;
}
.drawer.drawer_show[data-v-7f9012d8] {
  right: 0 !important;
  opacity: 1 !important;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}
@-webkit-keyframes fadeInRight {
0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
@keyframes fadeInRight {
0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
@-webkit-keyframes fadeOutRight {
0% {
    opacity: 1;
}
100% {
    opacity: 1;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
0% {
    opacity: 1;
}
100% {
    opacity: 1;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight[data-v-7f9012d8] {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
.animated[data-v-7f9012d8] {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.delay[data-v-7f9012d8] {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.profession-url-container[data-v-7f9012d8] {
  padding: 1rem;
  line-height: 1;
  font-size: 1rem;
  color: #FF5000;
  position: relative;
  border-top: solid 1px #ddd;
}
.profession-url-container a[data-v-7f9012d8] {
    color: #FF5000;
}
.profession-url-container a[data-v-7f9012d8]:visited {
    color: #FF5000;
}
.profession-url-container a[data-v-7f9012d8]:active {
    color: #FF5000;
}

.c-get-order-bg {
  z-index: 200;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.showNotice {
  -webkit-transition: .3s -webkit-transform ease;
}
.c-show {
  -webkit-animation-name: animation1;
          animation-name: animation1;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.c-close {
  -webkit-animation-name: animation2;
          animation-name: animation2;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.c-get-order-main {
  width: 100%;
  height: 70%;
  position: fixed;
  bottom: 0;
  z-index: 300;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #FFFFFF;
}
.c-get-order-main .order-top {
    background-color: #F0EFF4;
    display: block;
    height: 2rem;
    width: 100%;
    font-size: 1rem;
    color: #999999;
}
.c-get-order-main .close {
    position: absolute;
    right: 0.8rem;
    top: 0.5rem;
}
.c-get-order-main .back {
    display: block;
}
.c-get-order-main .back i {
    vertical-align: middle;
}
.c-get-order-main .provision-ques {
    font-size: 1rem;
    line-height: 1rem;
    color: #333;
    position: relative;
    overflow: hidden;
    padding: 0.5rem 1rem;
}
.c-get-order-main .content-ques, .c-get-order-main .content-answ {
    display: inline-block;
    line-height: 1.5rem;
}
.c-get-order-main .content-ques {
    color: #333333;
    font-weight: bolder;
    font-size: 1rem;
}
.c-get-order-main .content-answ {
    color: #999;
    font-size: 0.9rem;
}
.c-get-order-main .content-box {
    overflow-y: scroll;
    width: 100%;
    height: -webkit-calc(100% - 2rem);
    height: calc(100% - 2rem);
    -webkit-overflow-scrolling: touch;
    /*height: calc(100% - 3rem);*/
}
.c-get-order-main .content-box img {
      max-width: 100%;
      display: block;
      height: auto;
      margin: 0 auto;
}
.c-get-order-main .c-get-order-provision {
    font-size: 1rem;
    margin-bottom: 0.6rem;
    background-color: #fff;
}
.c-get-order-main .provision-title {
    font-size: 1rem;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0.5rem;
    padding: 0.8rem 0;
    color: #333;
    box-sizing: border-box;
    font-weight: bolder;
}
.c-get-order-main .provision-span {
    position: relative;
    overflow: hidden;
    padding: 0.5rem 1rem;
}
.c-get-order-main .provision-content {
    display: inline-block;
    color: #0087FB;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.9rem;
}
.c-get-order-main .arrow-right {
    float: right;
    color: #0087FB;
}
.c-get-order-main .c-get-order-notice {
    padding: 10px 15px 10px 15px;
    line-height: 150%;
    color: #666666;
    font-size: 0.9rem;
    background-color: #fff;
}
.c-get-order-main .c-get-order-notice .notice-title {
      font-weight: bolder;
      box-sizing: border-box;
      font-size: 0.9rem;
      display: block;
      border-bottom: 1px solid #e5e5e5;
      margin: 0 0.5rem;
      padding: 0.8rem 0;
      color: #333;
}
.c-get-order-main .c-get-order-notice .notice-content {
      font-size: 0.9rem;
      color: #666;
      padding: 0.5rem 1rem;
      overflow: hidden;
      line-height: 1.5rem;
      padding-bottom: 2rem;
}
.c-get-order-main .c-get-order-notice .claim-title {
      font-weight: bolder;
      box-sizing: border-box;
      font-size: 0.9rem;
      display: block;
      border-bottom: 1px solid #e5e5e5;
      margin: 0 0.5rem;
      padding: 0.8rem 0;
      color: #333;
}
.c-get-order-main .provision-claim {
    font-size: 0.9rem;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0.5rem;
    padding: 0.8rem 0;
    color: #333;
    box-sizing: border-box;
    font-weight: bolder;
}
.c-get-order-main .provision-notice {
    position: relative;
    color: #999;
    border-bottom: solid 1px #F0EFF4;
    position: relative;
    overflow: hidden;
    padding: 0.5rem 1rem;
    line-height: 1.5rem;
    font-size: 0.9rem;
    padding-bottom: 1rem;
}
.c-get-order-main img {
    max-width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
}
.vHtml a {
  display: inline-block !important;
  color: #0086fb;
}
.child {
  overflow: scroll;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.5rem;
  padding: 0.5rem 1rem;
  height: 97%;
  height: -webkit-calc(100% - 2rem);
  height: calc(100% - 2rem);
}
@-webkit-keyframes animation1 {
0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes animation1 {
0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@-webkit-keyframes animation2 {
0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
}
@keyframes animation2 {
0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
}

.c-professionInfo[data-v-2f9d520e]{
  /*position: relative;*/
}
.c-textfield-input[data-v-2f9d520e]{
  width:100%;
  display:block;
  height: 2.8125rem;
  font-size: 0.9375rem;
  line-height: 2.8125rem;
  text-align: left;
  padding: 0 0px;
  color: #333;
  background-color: #fff;
  background-image: none;
}
.c-textfield-input[data-v-2f9d520e]::-webkit-input-placeholder,
.c-textfield-input[data-v-2f9d520e]::-moz-placeholder,
.c-textfield-input[data-v-2f9d520e]:-ms-input-placeholder,
.c-textfield-input[data-v-2f9d520e]:-o-input-placeholder
 {
  color: #C2C2C2;
}
.c-textfield-input.error-validate[data-v-2f9d520e]{
  background: url(https://res.wyins.net/legacy/gexian/img/error.png) left center no-repeat !important;
  background-size: 15px 15px !important;
  padding-left: 20px !important;
  color: #ff5757!important;
  -webkit-appearance: none;
  -webkit-animation: error_shake_an 0.5s ease;
}
.c-textfield-input.error-validate[data-v-2f9d520e]::-webkit-input-placeholder{
  color: rgba(255,87,87,1)!important;
}
.select-b[data-v-2f9d520e]{
    line-height: 2.8125rem;
    text-align: left;
    padding-right: 2.8125rem;
    color: #333;
}
.select-b.no-select[data-v-2f9d520e]{
     color: #999;
}


@charset "UTF-8";
.c-dialog-bg[data-v-68a8f08c] {
  z-index: 200;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-show[data-v-68a8f08c] {
  -webkit-animation-name: animation1;
          animation-name: animation1;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.c-close[data-v-68a8f08c] {
  -webkit-animation-name: animation2;
          animation-name: animation2;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
@-webkit-keyframes animation1 {
0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes animation1 {
0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@-webkit-keyframes animation2 {
0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
}
@keyframes animation2 {
0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
}
.c-dialog-main[data-v-68a8f08c] {
  width: 100%;
  height: 70%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 300;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  padding-bottom: 4rem;
}
.c-dialog-main .order-top[data-v-68a8f08c] {
    z-index: 9999;
    /*position: fixed;*/
    left: 0;
    background-color: #F0EFF4;
    width: 100%;
    background: #f0f0f4;
    padding: 0.8rem;
    font-size: 1.1rem;
    height: 2rem;
    color: #999999;
}
.c-dialog-main .order-top .close[data-v-68a8f08c] {
      font-size: 1rem;
      font-weight: 100;
      position: absolute;
      top: 0.45rem;
      right: 0.8rem;
}
.c-dialog-main .order-top .back[data-v-68a8f08c] {
      font-size: 1rem;
      font-weight: 100;
      position: absolute;
      top: 0.5rem;
      left: 0.5rem;
}
.c-dialog-main .c-dialog-leader-title[data-v-68a8f08c] {
    width: 100%;
    text-align: center;
    padding: 1rem 1rem 0 1rem;
}
.c-dialog-main .c-dialog-leader-title span[data-v-68a8f08c] {
      width: 100%;
      display: block;
      text-align: center;
      line-height: 1rem;
      color: #333333;
      font-size: 0.935rem;
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: 0.5rem;
}
.c-dialog-main .c-dialog-provision[data-v-68a8f08c] {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0rem 1rem 1rem 1rem;
    background-color: #fff;
    height: -webkit-calc(100% - 2.5rem);
    height: calc(100% - 2.5rem);
    height: 99%;
    overflow: scroll;
    overflow-x: hidden;
}
.c-dialog-main .c-dialog-provision .user-notice .provision-title[data-v-68a8f08c] {
      color: #333;
      font-size: 1rem;
      padding: 0.8rem 0;
}
.c-dialog-main .c-dialog-provision .provision-title[data-v-68a8f08c] {
      padding: 0.5rem 0;
      font-size: 0.9rem;
}
.c-dialog-main .c-dialog-provision table[data-v-68a8f08c] {
      border: 1px #c2c2c2 solid;
      border-collapse: collapse;
}
.c-dialog-main .c-dialog-provision table tr td[data-v-68a8f08c] {
        border: 1px #c2c2c2 solid;
        text-align: center;
}
.c-dialog-main .provision-notice[data-v-68a8f08c] {
    box-sizing: border-box;
    width: 100%;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    overflow: hidden;
    position: relative;
    font-size: 0.9rem;
    line-height: 150%;
}
.c-dialog-main .btns[data-v-68a8f08c] {
    font-size: 1.1rem;
    color: white;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #F8F8F8;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}
.c-dialog-main .btns div[data-v-68a8f08c] {
      width: 50%;
      display: inline-block;
      padding: 0.836rem 0;
      float: left;
}
.c-dialog-main .btns .disagree[data-v-68a8f08c] {
      background: #C2C2C2;
}
.c-dialog-main .btns .agree[data-v-68a8f08c] {
      /*margin-left: -0.5rem;*/
      background: #ff6430;
}
.c-dialog-main .offline-entra[data-v-68a8f08c] {
    font-size: 0.9rem;
    color: white;
    position: absolute;
    width: 100%;
    bottom: 3rem;
    left: 0;
    background-color: #F8F8F8;
    padding: 1rem;
    color: #666;
}
.c-dialog-main .offline-entra .offline-text[data-v-68a8f08c] {
      font-size: 0.8667rem;
      margin-bottom: 0.6rem;
}
.c-dialog-main .offline-entra .offline-text .point[data-v-68a8f08c] {
        color: #FF5000;
        margin-right: 0.6rem;
}
.c-dialog-main .offline-entra .offline-alink[data-v-68a8f08c] {
      font-size: 0.9333rem;
      margin-bottom: 0.6rem;
      padding-left: 0.6rem;
      color: #508CEE;
}
.c-dialog-main .child-container[data-v-68a8f08c] {
    padding: 0px 15px 0;
    background: #fff;
    overflow: scroll;
    height: 100%;
    padding-bottom: 6rem;
}
.c-dialog-main .child-container .clause-title[data-v-68a8f08c] {
      font-size: 1rem;
      color: #333333;
      padding-top: 10px;
      margin-bottom: 15px;
}
.c-dialog-main .child-container .clause-content[data-v-68a8f08c] {
      font-size: 0.9rem;
}
.c-dialog-main .provision-title[data-v-68a8f08c], .c-dialog-main .job-sub-title[data-v-68a8f08c], .c-dialog-main .detail[data-v-68a8f08c] {
    text-align: center;
}
.c-dialog-main .provision-title[data-v-68a8f08c] {
    width: 100%;
}
.c-dialog-main .detail[data-v-68a8f08c] {
    color: #999999;
    margin: 12px 0 18px;
    font-size: 0.8rem;
}
.c-dialog-main .profession-list[data-v-68a8f08c] {
    border: 0 !important;
    padding-left: 0;
    width: 100%;
    overflow: hidden;
}
.c-dialog-main .profession-list li[data-v-68a8f08c] {
      list-style: none;
      width: 32.8%;
      box-sizing: content-box;
      text-align: center;
      border-left: #ccc 1px solid;
      border-bottom: #ccc 1px solid;
      float: left;
      background: #fff;
      position: relative;
}
.c-dialog-main .profession-list li[data-v-68a8f08c]:nth-child(1) {
      border-top: #ccc 1px solid;
}
.c-dialog-main .profession-list li[data-v-68a8f08c]:nth-child(2) {
      border-top: #ccc 1px solid;
}
.c-dialog-main .profession-list li[data-v-68a8f08c]:nth-child(3) {
      border-top: #ccc 1px solid;
}
.c-dialog-main .profession-list li[data-v-68a8f08c]:nth-child(3n+0) {
      border-right: #ccc 1px solid;
}
.c-dialog-main .provision-span[data-v-68a8f08c] {
    position: relative;
    overflow: hidden;
    background-color: #F8F8F8;
}
.c-dialog-main .provision-ques[data-v-68a8f08c] {
    position: relative;
    overflow: hidden;
}
.c-dialog-main .arrow-right[data-v-68a8f08c] {
    float: right;
    height: 100%;
    width: 10%;
}
.c-dialog-main .provision-content[data-v-68a8f08c] {
    display: inline-block;
    padding-left: 5%;
    height: 100%;
    width: 70%;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.c-dialog-main .content-ques[data-v-68a8f08c] {
    display: inline-block;
    padding-left: 5%;
    height: 100%;
    width: 90%;
}
.c-dialog-main .c-dialog-notice[data-v-68a8f08c] {
    height: 75%;
}
.c-dialog-main .c-dialog-notice .notice-title[data-v-68a8f08c] {
      width: 100%;
      height: 10%;
      /*line-height: 0.4rem;*/
      padding-left: 0.1rem;
}
.c-dialog-main .c-dialog-notice .notice-content[data-v-68a8f08c] {
      height: 90%;
      padding: 0 0.2rem;
      overflow: scroll;
      line-height: 0.2rem;
}
.c-dialog-main .clause-title[data-v-68a8f08c] {
    /*margin-top: .2rem;*/
}
.c-dialog-main .clause-content span[data-v-68a8f08c]:after {
    content: '\3001';
}
.c-dialog-main .clause-content span[data-v-68a8f08c]:last-child:after {
    content: '';
}

.c-up-down-pane-bg[data-v-94571a78] {
  z-index: 200;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-show[data-v-94571a78] {
  -webkit-animation-name: animation1;
          animation-name: animation1;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.c-close[data-v-94571a78] {
  -webkit-animation-name: animation2;
          animation-name: animation2;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.c-up-down-pane-main[data-v-94571a78] {
  width: 100%;
  height: 70%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 300;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  border-radius: 5px;
}
.c-up-down-pane-main .content-box[data-v-94571a78] {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    -webkit-overflow-scrolling: touch;
}
.order-top[data-v-94571a78] {
  height: 2rem;
  background-color: #F0EFF4;
  position: relative;
  color: #999999;
}
.close[data-v-94571a78] {
  height: 1rem;
  width: 1rem;
  float: right;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 100;
  position: absolute;
  right: 10px;
  top: 0.5rem;
}
.back[data-v-94571a78] {
  height: 1rem;
  width: 1rem;
  float: right;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 100;
  position: absolute;
  left: 10px;
  top: 0.5rem;
}
@-webkit-keyframes animation1 {
0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes animation1 {
0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@-webkit-keyframes animation2 {
0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
}
@keyframes animation2 {
0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
}

.wy-tost .tost {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: .875rem;
  padding: .7rem 1rem;
  color: #fff;
  word-break: break-all;
  line-height: 1.1rem;
  text-align: center;
  border-radius: .28rem;
}
.wy-tost .tost_8 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.ProvCityBoxBg{
    z-index: 200;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5)
}
.ProvCityBox{
    position: fixed;
    z-index: 300;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
}
.ProvCityHeader{
    background-color: #eee;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    text-align: center;
    font-size: 16px!important;
}
.ProvCityHeaderCancle{
    float: left;
    padding: 0 20px;
    color: #0086fb;
    font-size: 16px!important;
}
.ProvCityHeaderConfirm{
    float: right;
    padding: 0 20px;
    color: #0086fb;
    font-size: 16px!important;
}
.ProvCityContent{
    width: 100%;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    height: 245px;
    overflow: hidden;
}
.ProvCityContentList{
    float: left;
    width: 33.333333%;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-touch-action: none;
        touch-action: none;
}
.ProvCityContent.onlyProvCity .ProvCityContentList{
    width: 50%!important;
}
.ProvCityContentList.two{
    width: 50%!important;
}
.ProvCityContentList ul{
    -webkit-transition: all .3s ease;
        transition: all .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ProvCityContentList ul.province_dragging,
.ProvCityContentList ul.city_dragging,
.ProvCityContentList ul.area_dragging{
    -webkit-transition: none;
        transition: none;
}
.ProvCityContentList li{
    line-height: 35px;
    height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px!important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ProvCityContentList li.current{
    font-size: 16px!important;
    font-weight: bold;
}
.ProvCityContentList li.node1{
    font-size: 15px!important;
    opacity: .7;
}
.ProvCityContentList li.node2{
    font-size: 14px!important;
    opacity: .5;
}
.ProvCityContentList li.node3{
    font-size: 12px!important;
    opacity: .3;
}
.ProvCitySelectedTop{
    width: 100%;
    border: none;
    border-top: 1px solid #eee;
    position: absolute;
    bottom: 105px;
    margin: 0;
    height: 0;
}
.ProvCitySelectedBottom{
    width: 100%;
    border: none;
    border-top: 1px solid #eee;
    position: absolute;
    bottom: 140px;
    margin: 0;
    height: 0;
}
.expand-select-transition {-webkit-transition: all .4s ease;transition: all .4s ease;bottom: 0px;
}
.expand-select-enter, .expand-select-leave {-webkit-transform: translate(0, 289px);-ms-transform: translate(0, 289px);transform: translate(0, 289px);
}

.my-alert .alert-bg[data-v-4a3aa0bf] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.my-alert .alert-radius[data-v-4a3aa0bf] {
  border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
}
.my-alert .alert-body[data-v-4a3aa0bf] {
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  width: 18rem;
  z-index: 10000;
}
.my-alert .alert-body .al-wrap[data-v-4a3aa0bf] {
    padding: 1.4rem 1rem;
}
.my-alert .alert-body .al-color-9[data-v-4a3aa0bf] {
    color: #999;
    text-align: center;
    width: 100%;
    padding-top: 0.3rem;
    display: block;
}
.my-alert .alert-body .al-top[data-v-4a3aa0bf] {
    font-size: 1.1rem;
    line-height: 1.4rem;
    text-align: center;
}
.my-alert .alert-body .al-mid[data-v-4a3aa0bf] {
    font-size: .9rem;
    line-height: 1.1rem;
    text-align: center;
    padding-top: .6rem;
}
.my-alert .alert-body .al-btm[data-v-4a3aa0bf] {
    border-top: solid 1px #e5e5e5;
}
.my-alert .alert-body .al-btm .btn1[data-v-4a3aa0bf] {
      width: 100%;
      display: block;
      text-align: center;
      padding: 1rem;
      font-size: 1rem;
      line-height: 1.33rem;
      color: #037AFF;
}
.my-alert .alert-body .al-btm .btn2[data-v-4a3aa0bf] {
      width: 50%;
      display: inline-block;
      text-align: center;
      padding: 0.5rem 1rem;
      font-size: 0.875rem;
      line-height: 1.33rem;
      color: #FF5000;
      box-sizing: border-box;
      float: left;
      margin: 0.5rem 0;
}
.my-alert .alert-body .al-btm .btn2[data-v-4a3aa0bf]:first-child {
        border-right: 1px solid #e5e5e5;
        color: #666;
}
.my-alert .alert-body .al-btm.al-btm-blue .btn2[data-v-4a3aa0bf] {
      margin: 0;
      padding: 1rem;
      color: #508CEE;
}
.my-alert .alert-body .al-btm.al-btm-blue .btn2[data-v-4a3aa0bf]:first-child {
        border-right: 1px solid #e5e5e5;
        color: #666;
}

.up-panel-enter-active[data-v-4a8b6f96], .up-panel-leave-active[data-v-4a8b6f96] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.up-panel-enter[data-v-4a8b6f96],
.up-panel-leave-active[data-v-4a8b6f96] {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.up-panel[data-v-4a8b6f96] {
  background: #fff;
  bottom: 0;
  top: auto;
  right: auto;
  bottom: 0;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 200;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.up-panel .up-title[data-v-4a8b6f96] {
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
}
.up-panel .up-title[data-v-4a8b6f96]:after {
      display: block;
      content: '';
      height: 1px;
      background: #e5e5e5;
      -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.up-panel i.icon-close_line[data-v-4a8b6f96] {
    position: absolute;
    right: 1rem;
    top: .7rem;
    width: 1rem;
    height: 1.1rem;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1;
    display: block;
    color: #ccc;
    z-index: 10;
}
.up-panel .up-panel-main[data-v-4a8b6f96] {
    height: 100%;
    box-sizing: border-box;
    padding-top: 3rem;
    overflow-y: scroll;
    overflow-wrap: break-word;
    overflow: auto;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
}
.up-panel-bg[data-v-4a8b6f96] {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
}

.misslist-modal[data-v-c589e1de] {
  padding: 1rem;
}
.misslist-modal .miss-item[data-v-c589e1de] {
    background: #F8F8F8;
    border-radius: 5px;
    margin-bottom: 0.6rem;
}
.misslist-modal .miss-item[data-v-c589e1de]:last-child {
      margin-bottom: 0;
}
.misslist-modal .miss-item .miss-item-info[data-v-c589e1de] {
      position: relative;
      padding: 0.8rem 4.9rem 0.8rem 0.9rem;
}
.misslist-modal .miss-item .miss-item-info .title[data-v-c589e1de] {
        font-size: 0.95rem;
        color: #333333;
        line-height: 150%;
}
.misslist-modal .miss-item .miss-item-info .description[data-v-c589e1de] {
        font-size: 0.8rem;
        color: #666666;
        letter-spacing: 0;
        line-height: 150%;
}
.misslist-modal .miss-item .miss-item-info .endtime[data-v-c589e1de] {
        font-size: 0.67rem;
        color: #999999;
}
.misslist-modal .miss-item .miss-item-info .micon[data-v-c589e1de] {
        position: absolute;
        top: 50%;
        right: 0.9rem;
        margin-top: -0.7rem;
        width: 4rem;
        height: 1.4rem;
        font-size: 0.8rem;
        line-height: 1.4rem;
        text-align: center;
}
.misslist-modal .miss-item .miss-item-info .micon.micon-complete[data-v-c589e1de] {
          background-image: -webkit-gradient(linear, left top, right top, from(#FF7E00), to(#FF505D));
          background-image: -webkit-linear-gradient(left, #FF7E00 0%, #FF505D 100%);
          background-image: linear-gradient(90deg, #FF7E00 0%, #FF505D 100%);
          border-radius: 0.7rem;
          color: #fff;
}
.misslist-modal .miss-item .miss-item-info .micon.micon-unfinished[data-v-c589e1de] {
          color: #FF5000;
}
.normal-group-wrap[data-v-c589e1de] {
  position: relative;
}
.normal-group-wrap.short-normal[data-v-c589e1de]::after {
    position: absolute;
    content: " ";
    height: 1px;
    background-color: #e5e5e5;
    bottom: 0;
    -webkit-transform: scaleY(0.5);
    width: 100%;
    left: 1rem;
}
.normal-group-wrap.long-normal[data-v-c589e1de]::after {
    position: absolute;
    content: " ";
    height: 1px;
    background-color: #e5e5e5;
    top: 0;
    -webkit-transform: scaleY(0.5);
    width: 100%;
    left: 1rem;
}
.normal-group-wrap .content[data-v-c589e1de] {
    color: #666;
    font-size: .9rem;
    line-height: 1.5;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: .7rem;
}
.normal-group-wrap .by-content[data-v-c589e1de] {
    background-color: #FFFBF8;
    line-height: 1.5;
    font-size: .875rem;
    color: #666;
    padding: 1rem;
}
.normal-group-wrap .by-content .byc-btm[data-v-c589e1de] {
      color: #FF5000;
      text-align: center;
      padding-top: .6rem;
}
.normal-group[data-v-c589e1de] {
  padding: .75rem 1rem .75rem 1rem;
  line-height: 1.8rem;
  display: -webkit-box;
}
.normal-group .group-main[data-v-c589e1de] {
    -webkit-box-flex: 1;
    font-size: 0;
    position: relative;
}
.normal-group .group-main .g-text[data-v-c589e1de] {
      font-size: .9rem;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      width: 95%;
}
.normal-group .group-main .g-text .g-tag[data-v-c589e1de] {
        border: solid 1px #FF5000;
        line-height: 1rem;
        color: #FF5000;
        margin-right: 0.3rem;
        display: inline-block;
        font-size: .875rem;
}
.normal-group .group-main .g-text .g-tag i[data-v-c589e1de] {
          display: block;
          font-style: normal;
          -webkit-transform: scale(0.8);
}
.normal-group .group-main .g-num[data-v-c589e1de] {
      position: absolute;
      right: 0;
      top: 0;
      font-size: 0.95rem;
      color: #FF5000;
}
.normal-group .group-other[data-v-c589e1de] {
    font-size: .875rem;
    display: block;
    margin-left: .5rem;
}
.normal-group .icon[data-v-c589e1de] {
    color: #ccc;
    font-size: 1.2rem;
    display: block;
    margin-left: .5rem;
}

.viewer-mask[data-v-f5af00c2] {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 98;
}
.popUp[data-v-f5af00c2] {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 300;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.popUp.w70[data-v-f5af00c2] {
    height: 70%;
}
.popUp.h-min40[data-v-f5af00c2] {
    min-height: 40%;
}
.popUp .content[data-v-f5af00c2] {
    position: relative;
    width: 100%;
    height: 100%;
}
.popUp .content h2[data-v-f5af00c2], .popUp .content .thin-border-bottom[data-v-f5af00c2] {
      z-index: 100;
      min-height: 3rem;
      width: 100%;
      padding: .75rem .75rem;
      text-align: center;
      font-size: .9rem;
      color: #333;
      background: #fff;
      font-weight: normal;
}
.popUp .content h2[data-v-f5af00c2]:after, .popUp .content .thin-border-bottom[data-v-f5af00c2]:after {
        content: "";
        position: absolute;
        top: 3rem;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #e5e5e5;
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
        transform: scaleY(0.5);
}
.popUp .content h2 i.iconCC[data-v-f5af00c2], .popUp .content .thin-border-bottom i.iconCC[data-v-f5af00c2] {
        float: right;
        font-size: 1.5rem;
        color: #CCC;
        margin-top: -.1rem;
}
.popUp .content .content-p[data-v-f5af00c2] {
      width: 100%;
      height: 100%;
      overflow-x: hidden;
      overflow-y: scroll;
      background: #FFF;
      z-index: 99;
      font-size: .65rem;
      padding: 0;
}
.popUp .content .content-p.p15[data-v-f5af00c2] {
        padding: .75rem;
}
.popUp .content .content-p h3[data-v-f5af00c2] {
        position: relative;
        line-height: .6rem;
        padding: 0 .2rem;
        font-size: .7rem;
}
.popUp .content .content-p h3 b[data-v-f5af00c2] {
          display: block;
          position: absolute;
          width: .08rem;
          height: .08rem;
          border-radius: 100%;
          background: #ff5000;
          left: 0rem;
          top: 50%;
          margin-top: -.05rem;
}
.popUp .content .content-p p[data-v-f5af00c2] {
        padding: 0 0 .5rem 0;
        font-size: .65rem;
        color: #666;
        line-height: 1rem;
}
.popUp .content .content-p p b[data-v-f5af00c2] {
          font-size: .65rem;
}
.popUp .button[data-v-f5af00c2] {
    position: fixed;
    height: 2.5rem;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99;
    background-color: #FFF;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}
.popUp .button > span[data-v-f5af00c2] {
      width: 3.8rem;
      height: 1.75rem;
      font-size: .65rem;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -webkit-box;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      -webkit-box-align: center;
              align-items: center;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      box-sizing: border-box;
      float: right;
      color: #333;
      background-color: #FFF;
      border: 1px solid #CCC;
      border-radius: .1rem;
      margin-top: .3rem;
}
.popUp .button > span.red[data-v-f5af00c2] {
        background-color: #FF5000;
        border: 1px solid #FF5000;
        color: #FFF;
        margin-right: .75rem;
}
.popUp .button > span.no-red span[data-v-f5af00c2] {
        font-size: .5rem;
        color: #999;
}
.popUp .button > span + span[data-v-f5af00c2] {
        margin-right: .5rem;
}
.mint-msgbox[data-v-f5af00c2] {
  width: 72%;
}
.mint-msgbox .mint-msgbox-message[data-v-f5af00c2] {
    color: #333;
    margin: 0;
    line-height: 1.6;
    font-size: .7rem;
    text-align: justify;
}
.mint-msgbox .mint-msgbox-content[data-v-f5af00c2] {
    padding: .75rem .75rem 1rem .75rem;
}
.mint-msgbox .mint-msgbox-title[data-v-f5af00c2] {
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
    font-size: .85rem;
    font-weight: 600;
    color: #333;
}
.mint-msgbox .mint-msgbox-btns[data-v-f5af00c2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 50px;
    line-height: 50px;
}
.mint-msgbox .mint-msgbox-btns button[data-v-f5af00c2] {
      font-size: .8rem;
}
.mint-msgbox .mint-msgbox-btns .mint-msgbox-cancel[data-v-f5af00c2] {
      color: #333;
}
.up-down-enter-active[data-v-f5af00c2], .up-down-leave-active[data-v-f5af00c2] {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.up-down-enter[data-v-f5af00c2], .up-down-leave-to[data-v-f5af00c2] {
  -webkit-transform: translate3D(0, 100%, 0);
      -ms-transform: translate3D(0, 100%, 0);
          transform: translate3D(0, 100%, 0);
}
.viewer-mask[data-v-f5af00c2] {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.tab[data-v-f5af00c2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tab p[data-v-f5af00c2] {
    padding: 0 1rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    font-size: .7rem;
    color: #666;
}
.tab p.active[data-v-f5af00c2] {
      color: #FF5000;
}
.tab i[data-v-f5af00c2] {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
        -ms-flex: 0;
            flex: 0;
}
.tab-bar[data-v-f5af00c2] {
  position: absolute;
  top: 44px;
  left: 4.36rem;
  height: 4px;
  width: 21px;
  border-radius: 100px;
  background: #FF5000;
  -webkit-transition: .3s linear 0s;
  transition: .3s linear 0s;
}
.tab-content[data-v-f5af00c2] {
  font-size: .65rem;
  line-height: 1rem;
}

.normal-icon[data-v-0076731d] {
  font-size: 18px;
  margin-right: 15px;
  color: #666;
}
.color-CCC[data-v-0076731d] {
  color: #CCC;
}
.v-toggle-term[data-v-0076731d] {
  background-color: #FFF;
}
.toggleContent[data-v-0076731d] {
  position: relative;
  padding: 0 .75rem .75rem .75rem;
  font-size: 1rem;
  color: #666;
}
.toggleContent[data-v-0076731d]:after {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.toggleContent *[data-v-0076731d] {
    font-size: .7rem;
}
.show-list div.list[data-v-0076731d] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .4rem;
}
.show-list div.list span.type[data-v-0076731d] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 2.82875rem;
}
.show-list div.list span.value[data-v-0076731d] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right;
    margin-right: 1.78875rem;
}
.normal-select-block[data-v-0076731d] {
  /*box-sizing: border-box;*/
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  position: relative;
  padding: 1.2rem .75rem;
}
.normal-select-block.bhb[data-v-0076731d] {
    position: relative;
}
.normal-select-block.bhb[data-v-0076731d]::after {
      content: "";
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      margin-left: 15px;
      background-color: #e5e5e5;
      -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
      transform-origin: 0 100%;
      -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
      transform: scaleY(0.5);
}
.normal-select-block > i[data-v-0076731d], .normal-select-block span[data-v-0076731d] {
    line-height: 1rem;
}
.normal-select-block .type[data-v-0076731d] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: .9rem;
}
.normal-select-block .value[data-v-0076731d] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1rem;
}
.normal-select-block > i[data-v-0076731d] {
    margin-left: .5rem;
    font-size: 1.2rem;
}
.select-block[data-v-0076731d] {
  /*box-sizing: border-box;*/
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2.5rem;
  position: relative;
  padding: .75rem .75rem;
}
.select-block[data-v-0076731d]:after {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    margin-left: 15px;
    background-color: #e5e5e5;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.select-block > i[data-v-0076731d], .select-block span[data-v-0076731d] {
    line-height: 1rem;
}
.select-block .type[data-v-0076731d] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: .9rem;
}
.select-block .value[data-v-0076731d] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .9rem;
}
.select-block > i[data-v-0076731d] {
    margin-left: .5rem;
    font-size: 1.2rem;
}
.fs13[data-v-0076731d] {
  font-size: .9rem;
}

@charset "UTF-8";
.ping-box {
  position: relative;
}
.ping-box .v-toggle-term {
    background-color: #FFF;
}
.ping-box .color-CCC {
    color: #CCC;
}
.ping-box .re {
    color: #FF5000;
}
.ping-box .normal-select-block {
    /*box-sizing: border-box;*/
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 2.5rem;
    position: relative;
    padding: .75rem 1rem .75rem 0;
    margin: 0 0 0 1rem;
    border-top: 1px solid #e5e5e5;
}
.ping-box .normal-select-block.bhb {
      position: relative;
}
.ping-box .normal-select-block.bhb::after {
        content: "";
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        margin-left: 15px;
        background-color: #e5e5e5;
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
        transform: scaleY(0.5);
}
.ping-box .normal-select-block > i, .ping-box .normal-select-block span {
      font-size: 1.2rem;
      color: #ccc;
      line-height: 1rem;
}
.ping-box .normal-select-block .type {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-size: .7rem;
}
.ping-box .normal-select-block .value {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: .75rem;
}
.ping-box .normal-select-block .label {
      display: inline-block;
      margin-right: 9px;
      font-size: 12px;
      color: #FF5000;
      border: 1px solid #FF5000;
      border-radius: 2px;
      width: 30px;
      text-align: center;
      line-height: normal;
}
.ping-box .normal-select-block .k {
      color: #333;
      font-size: .9rem;
}
.ping-box .normal-select-block > i {
      margin-left: 4px;
}
.ping-box .logos ul {
    padding: 3px 0 19px 0;
    display: -webkit-box;
    -webkit-box-pack: center;
    overflow-x: auto;
    /*适应苹果*/
    -webkit-overflow-scrolling: touch;
    /*隐藏掉滚动条*/
}
.ping-box .logos ul::-webkit-scrollbar {
      display: none;
}
.ping-box .logos ul li {
      width: 40px;
      height: 40px;
}
.ping-box .logos ul li + li {
        margin-left: 21px;
}
.ping-box .logos ul li img {
        border-radius: 50%;
}
.ping-box .logos ul li span {
        display: block;
        font-size: 10px;
        color: #666;
}
.ping-box .logos ul .pt4 {
      padding-top: 4px;
}
.ping-box .logos ul .p-img {
      width: 12px;
      height: 12px;
      margin-top: 4px;
}
.ping-box .bottom-box {
    padding: .6rem .75rem;
    font-size: .8rem;
    color: #333;
    background-color: #FFFBF8;
}
.ping-box .bottom-box p {
      text-align: center;
}

.active-countdown {
  padding: .65rem .75rem 0 .75rem;
}
.active-countdown .ac-content {
    color: #FF5000;
}
.active-countdown .ac-content .ac-left {
      font-size: .8rem;
}
.active-countdown .ac-content .ac-left .icon {
        font-size: .8rem;
        vertical-align: middle;
}
.active-countdown .ac-content .ac-right {
      text-align: center;
      font-size: .8rem;
      padding: 0;
}

.star-rate-wrapper[data-v-2df204e3] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #FF9224;
  line-height: 1;
}
.star-rate-inner[data-v-2df204e3] {
  position: relative;
  width: 80px;
  height: 16px;
  line-height: 16px;
  margin-right: 6px;
  font-size: 12px;
  color: #E5E5E5;
}
.star-rate-inner .star-rate-background[data-v-2df204e3] {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.star-rate-inner .star-rate-active[data-v-2df204e3] {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
    color: #FF9224;
}
.star-rate-inner .star-rate-icon[data-v-2df204e3] {
    position: absolute;
    width: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.star-rate-inner .star-rate-icon .iconfont[data-v-2df204e3] {
      display: block;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.star-rate-score[data-v-2df204e3] {
  margin-right: 6px;
}
.star-rate-desc[data-v-2df204e3] {
  font-family: 'PingFangSC-Regular';
  font-size: 12px;
  color: #999;
  letter-spacing: 0;
  line-height: 14px;
  margin-right: 6px;
}

.cancel-open .cancel-main {
  width: 72%;
  position: fixed;
  top: 50%;
  left: 14%;
  margin-top: -120px;
  z-index: 12;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.cancel-open .cancel-main .cancel-title {
    font-size: 17px;
    padding: 21px 15px 15px 15px;
    text-align: center;
}
.cancel-open .cancel-main .cancel-des {
    padding: 21px 15px 15px 15px;
}
.cancel-open .cancel-main .cancel-des p {
      font-size: 16px;
      text-align: left;
}
.cancel-open .cancel-main .cancel-des p + p {
        margin-top: 10px;
}
.cancel-open .cancel-main .cancel-form {
    padding: 0 15px;
    position: relative;
    margin-bottom: 27px;
}
.cancel-open .cancel-main .cancel-form .c-textfield-input {
      padding: 10px 9px;
      line-height: 1rem;
      font-size: 14px;
      border: 1px solid #CCC;
      outline: none;
      width: 100%;
      height: 45px;
}
.cancel-open .cancel-main .cancel-form .c-textfield-input::-webkit-input-placeholder {
        color: #CCC;
        font-size: 14px;
}
.cancel-open .cancel-main .cancel-form .c-setCode-btn {
      position: absolute;
      top: 0;
      right: 15px;
      height: 45px;
      line-height: 45px;
      border: none;
      text-align: center;
      background: transparent;
      outline: none;
      font-size: 14px;
      color: #508CEE;
      margin-right: 9px;
}
.cancel-open .cancel-main .cancel-text {
    clear: both;
    padding: 0 0 6px 15px;
    text-align: left;
    color: #333;
    font-size: 12px;
}
.cancel-open .cancel-main .cancel-operate {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #cccccc;
}
.cancel-open .cancel-main .cancel-operate .btn {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: center;
      padding: 14px 0;
      border-right: 1px solid #cccccc;
      background-color: #fff;
      border-radius: 0;
      outline: 0;
}
.cancel-open .cancel-main .cancel-operate .btn:last-child {
        border-right: 0;
}
.cancel-open .cancel-main .cancel-operate .btn.cancel-btn {
        color: #333333;
        font-size: 16px;
}
.cancel-open .cancel-main .cancel-operate .btn.cancel-btn:active {
          background-color: #fff;
}
.cancel-open .cancel-main .cancel-operate .btn.submit-btn {
        color: #CCC;
        font-size: 16px;
}
.cancel-open .cancel-main .cancel-operate .btn.submit-btn.btn-focus {
          color: #508cee;
}
.cancel-open .cancel-main .cancel-operate .btn.submit-btn.btn-focus:active {
            background-color: #fff;
}
.cancel-open .cancel-bj {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.tip-warp[data-v-8bf854ea] {
  padding: 1rem 1rem;
}
.product-tip-info[data-v-8bf854ea] {
  font-size: 0.8667rem;
  line-height: 1.5rem;
  color: #999;
  text-align: center;
}
.product-tip-info b[data-v-8bf854ea] {
    color: #508cee;
}

.auth-pop .header-img {
  position: relative;
  width: 100%;
}
.auth-pop .header-img img {
    width: 100%;
}
.auth-pop .header-img .text {
    position: absolute;
    left: 35px;
    top: 27px;
    color: #fff;
    font-size: 17px;
    font-weight: bolder;
}
.auth-pop .header-img .tip-text {
    position: absolute;
    left: 35px;
    top: 57px;
    color: #fff;
    padding-right: 30px;
    font-size: 13px;
}
.auth-pop .header-img .btn-wrap-btns {
    width: 100%;
    height: 22%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.auth-pop .header-img .btn-wrap-btns > div {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.auth-pop .header-img .btn-wrap {
    position: absolute;
    width: 100%;
    padding: 0 30px;
    bottom: 20px;
    text-align: center;
}
.auth-pop .header-img .btn-wrap.btn-wrap-bottom0 {
      bottom: 0;
}
.auth-pop .header-img .btn-wrap.btn-wrap-bottom1 {
      box-sizing: border-box;
      bottom: 0;
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
}
.auth-pop .header-img .btn-wrap.btn-wrap-bottom1 div {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 50px;
}
.auth-pop .header-img .btn-wrap.btn-wrap-bottom2 {
      box-sizing: border-box;
      bottom: 28px;
      padding: 0;
}
.auth-pop .header-img .btn-wrap.btn-wrap-bottom2 div {
        height: 45px;
}
.auth-pop .header-img .btn-wrap button.btn-radius-round {
      width: 100%;
      border-radius: 45px;
      font-size: 14px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
}
.auth-pop .header-img .btn-wrap button.btn-radius-round + button.btn-radius-round {
        margin-top: 10px;
}
.auth-pop .header-img .btn-wrap button.btn-radius-queue {
      width: 100%;
      height: 48px;
      border-radius: 6px;
      font-size: 14px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      background-color: #508CEE;
      color: #FFF;
}
.auth-pop .header-img .btn-wrap button.btn-radius-queue + button.btn-radius-queue {
        margin-top: 10px;
}
.auth-pop .header-img .btn-wrap button.btn-border-none {
      border-color: #FFF;
}
.auth-pop .small-text {
  color: #508cee;
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
}
.auth-pop .main {
  background-color: #fff;
  padding: 0 30px 21px 30px;
  font-size: 13px;
  color: #333;
  line-height: 19px;
  background: #ffffff;
  border-radius: 0 0 6px 6px;
}
.auth-pop .main .msg {
    margin-bottom: 32px;
    padding-top: 30px;
}
.auth-pop .main .btn-radius-round {
    border-radius: 45px;
}
.auth-pop .main .top-text {
    padding-top: 20px;
    margin-bottom: 5px;
}
.auth-pop .main .list {
    color: #333;
    font-size: 13px;
    margin-bottom: 21px;
}
.auth-pop .main .list .item {
      margin-top: 10px;
}
.auth-pop .main .list .item .bx-icon {
        margin-right: 9px;
}
.auth-pop .icon {
  text-align: center;
  margin-top: 24px;
}
.auth-pop .bx-popup {
  width: 72%;
  background-color: transparent;
}

.banner {
  width: 100%;
  max-height: 160px;
  position: relative;
}
.banner .banner-img {
    width: 100%;
    height: 100%;
}
.banner .banner-btn {
    width: 100%;
    position: absolute;
    bottom: 9px;
    left: 0;
    text-align: center;
    z-index: 3;
}
.banner .banner-btn span {
      position: relative;
      height: 20px;
      line-height: 20px;
      padding: 0 11px;
      box-sizing: border-box;
      font-size: 11px;
      color: #333;
      display: inline-block;
      border-radius: 10px;
      background: #fff;
}
.banner .banner-btn span:after {
        content: ' ';
        position: absolute;
        pointer-events: none;
        box-sizing: border-box;
        top: -50%;
        left: -50%;
        right: -50%;
        bottom: -50%;
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        border: 0 solid #ccc;
        border-width: 1px;
        border-radius: 20px;
}
.banner .banner-btn > span:nth-child(1) {
      margin-right: 4px;
}
.banner .banner-btn span.active {
      background: #FF5000;
      color: #fff;
      border-color: #FF5000;
}
.banner .banner-btn span.active:after {
        border-width: 0;
}
.banner .video-show {
    font-size: 0;
    position: relative;
    height: 160px;
}
.banner .video-show .banner-play-icon {
      display: inline-block;
      width: 45px;
      height: 45px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #FFF;
      display: inline-block;
      background-image: url("https://media.winbaoxian.com/autoUpload/common/icon3x_79c728e47e633ce.png");
      background-size: 100%;
      background-repeat: no-repeat;
      z-index: 2;
}
.banner .video-show video {
      position: relative;
      height: 160px;
}
.banner .video-show .video-bg {
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      top: 0;
      left: 0;
}
.banner div.headPic {
    height: 160px !important;
    overflow: hidden;
}
.banner .wechect-css {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 9 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
    background: #333;
}
.banner .wechect-css video {
      height: 100%;
      z-index: 10 !important;
}
.banner .zbz-img {
    width: 55px;
    height: 75px;
    position: absolute;
    right: 15px;
    top: 30px;
    z-index: 1;
}
.banner .zbz-img .img-responsive {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
}
.banner .hd-img {
    width: 55px;
    height: 75px;
    position: fixed;
    right: 15px;
    top: 30px;
    z-index: 2;
}
.banner .hd-img .img-responsive {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 10px;
}
.banner .hd-img .iconfont {
      font-size: 18px;
      position: absolute;
      right: -12px;
      top: -18px;
      color: #666;
}

@charset "UTF-8";
.c-dialog-bg[data-v-46c8229e] {
  z-index: 200;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-show[data-v-46c8229e] {
  -webkit-animation-name: animation1;
          animation-name: animation1;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.c-close[data-v-46c8229e] {
  -webkit-animation-name: animation2;
          animation-name: animation2;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
@-webkit-keyframes animation1 {
0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes animation1 {
0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@-webkit-keyframes animation2 {
0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
}
@keyframes animation2 {
0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
}
.c-dialog-main[data-v-46c8229e] {
  width: 100%;
  height: 70%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 300;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  padding-bottom: 4rem;
}
.c-dialog-main .order-top[data-v-46c8229e] {
    z-index: 9999;
    /*position: fixed;*/
    left: 0;
    background-color: #F0EFF4;
    width: 100%;
    background: #f0f0f4;
    padding: 0.8rem;
    font-size: 1.1rem;
    height: 2rem;
    color: #999999;
}
.c-dialog-main .order-top .close[data-v-46c8229e] {
      font-size: 1rem;
      font-weight: 100;
      position: absolute;
      top: 0.45rem;
      right: 0.8rem;
}
.c-dialog-main .order-top .back[data-v-46c8229e] {
      font-size: 1rem;
      font-weight: 100;
      position: absolute;
      top: 0.5rem;
      left: 0.5rem;
}
.c-dialog-main .c-dialog-leader-title[data-v-46c8229e] {
    width: 100%;
    text-align: center;
    padding: 1rem 1rem 0 1rem;
}
.c-dialog-main .c-dialog-leader-title span[data-v-46c8229e] {
      width: 100%;
      display: block;
      text-align: center;
      line-height: 1rem;
      color: #333333;
      font-size: 0.935rem;
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: 0.5rem;
}
.c-dialog-main .c-dialog-provision[data-v-46c8229e] {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0rem 1rem 1rem 1rem;
    background-color: #fff;
    height: -webkit-calc(100% - 2.5rem);
    height: calc(100% - 2.5rem);
    height: 99%;
    overflow: scroll;
    overflow-x: hidden;
}
.c-dialog-main .c-dialog-provision .user-notice .provision-title[data-v-46c8229e] {
      color: #333;
      font-size: 1rem;
      padding: 0.8rem 0;
}
.c-dialog-main .c-dialog-provision .provision-title[data-v-46c8229e] {
      padding: 0.5rem 0;
      font-size: 0.9rem;
}
.c-dialog-main .c-dialog-provision table[data-v-46c8229e] {
      border: 1px #c2c2c2 solid;
      border-collapse: collapse;
}
.c-dialog-main .c-dialog-provision table tr td[data-v-46c8229e] {
        border: 1px #c2c2c2 solid;
        text-align: center;
}
.c-dialog-main .provision-notice[data-v-46c8229e] {
    box-sizing: border-box;
    width: 100%;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    overflow: hidden;
    position: relative;
    font-size: 0.9rem;
    line-height: 150%;
}
.c-dialog-main .btns[data-v-46c8229e] {
    font-size: 1.1rem;
    color: white;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #F8F8F8;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}
.c-dialog-main .btns div[data-v-46c8229e] {
      width: 50%;
      display: inline-block;
      padding: 0.836rem 0;
      float: left;
}
.c-dialog-main .btns .disagree[data-v-46c8229e] {
      background: #C2C2C2;
}
.c-dialog-main .btns .agree[data-v-46c8229e] {
      /*margin-left: -0.5rem;*/
      background: #ff6430;
}
.c-dialog-main .child-container[data-v-46c8229e] {
    padding: 0px 15px 0;
    background: #fff;
    overflow: scroll;
    height: 100%;
    padding-bottom: 6rem;
}
.c-dialog-main .child-container .clause-title[data-v-46c8229e] {
      font-size: 1rem;
      color: #333333;
      padding-top: 10px;
      margin-bottom: 15px;
}
.c-dialog-main .child-container .clause-content[data-v-46c8229e] {
      font-size: 0.9rem;
}
.c-dialog-main .provision-title[data-v-46c8229e], .c-dialog-main .job-sub-title[data-v-46c8229e], .c-dialog-main .detail[data-v-46c8229e] {
    text-align: center;
}
.c-dialog-main .provision-title[data-v-46c8229e] {
    width: 100%;
}
.c-dialog-main .detail[data-v-46c8229e] {
    color: #999999;
    margin: 12px 0 18px;
    font-size: 0.8rem;
}
.c-dialog-main .profession-list[data-v-46c8229e] {
    border: 0 !important;
    padding-left: 0;
    width: 100%;
    overflow: hidden;
}
.c-dialog-main .profession-list li[data-v-46c8229e] {
      list-style: none;
      width: 32.8%;
      box-sizing: content-box;
      text-align: center;
      border-left: #ccc 1px solid;
      border-bottom: #ccc 1px solid;
      float: left;
      background: #fff;
      position: relative;
}
.c-dialog-main .profession-list li[data-v-46c8229e]:nth-child(1) {
      border-top: #ccc 1px solid;
}
.c-dialog-main .profession-list li[data-v-46c8229e]:nth-child(2) {
      border-top: #ccc 1px solid;
}
.c-dialog-main .profession-list li[data-v-46c8229e]:nth-child(3) {
      border-top: #ccc 1px solid;
}
.c-dialog-main .profession-list li[data-v-46c8229e]:nth-child(3n+0) {
      border-right: #ccc 1px solid;
}
.c-dialog-main .provision-span[data-v-46c8229e] {
    position: relative;
    overflow: hidden;
    background-color: #F8F8F8;
}
.c-dialog-main .provision-ques[data-v-46c8229e] {
    position: relative;
    overflow: hidden;
}
.c-dialog-main .arrow-right[data-v-46c8229e] {
    float: right;
    height: 100%;
    width: 10%;
}
.c-dialog-main .provision-content[data-v-46c8229e] {
    display: inline-block;
    padding-left: 5%;
    height: 100%;
    width: 70%;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.c-dialog-main .content-ques[data-v-46c8229e] {
    display: inline-block;
    padding-left: 5%;
    height: 100%;
    width: 90%;
}
.c-dialog-main .c-dialog-notice[data-v-46c8229e] {
    height: 75%;
}
.c-dialog-main .c-dialog-notice .notice-title[data-v-46c8229e] {
      width: 100%;
      height: 10%;
      /*line-height: 0.4rem;*/
      padding-left: 0.1rem;
}
.c-dialog-main .c-dialog-notice .notice-content[data-v-46c8229e] {
      height: 90%;
      padding: 0 0.2rem;
      overflow: scroll;
      line-height: 0.2rem;
}
.c-dialog-main .clause-title[data-v-46c8229e] {
    /*margin-top: .2rem;*/
}
.c-dialog-main .clause-content span[data-v-46c8229e]:after {
    content: '\3001';
}
.c-dialog-main .clause-content span[data-v-46c8229e]:last-child:after {
    content: '';
}

@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: none;
  font-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
:root {
  --origin-safe-area-inset-top: 0;
  --origin-safe-area-inset-bottom: 0;
  --safe-area-inset-top: var(--windvane-safe-area-inset-top, var(--origin-safe-area-inset-top));
  --safe-area-inset-bottom: var(--windvane-safe-area-inset-bottom, var(--origin-safe-area-inset-bottom));
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #F0EFF4;
  width: 100%;
  overflow-x: hidden;
  min-height: 100%;
}
body {
  font-family: 'Microsoft YaHei', '\9ED1\4F53', 'Tahoma', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 100%;
  overflow-x: hidden;
  background: #F0EFF4;
  font-size: 1rem;
  color: #333333;
  min-height: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  vertical-align: top;
  display: block;
  margin: 0 auto;
}
a {
  display: block;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
em {
  font-style: normal;
}
footer,
header,
section {
  display: block;
}
section {
  min-width: 320px;
  margin: 0 auto;
  width: 100%;
}
input,
select {
  font-size: 1rem;
  display: inline-block;
  background: transparent;
  border: none;
  vertical-align: middle;
  color: #333;
  width: 100%;
}
input::-webkit-input-placeholder,
select::-webkit-select-placeholder {
  color: #C2C2C2;
}
.mainSection {
  max-width: 100%;
  overflow-x: hidden;
  display: block;
}
.mainInfoForm {
  padding: 0;
  font-size: 1rem;
}
.mainInfoForm dl dt em.triangleIcon {
    display: inline-block;
    border-left: 0.2rem solid #0087FB;
    padding-left: 0.3rem;
    color: #999;
}
.mainInfoForm dl dd input.infoInput {
    display: inline-block;
}
.mainInfoForm dl dd input.infoInput.unit {
    display: inline-block;
    height: 100%;
}
.mainInfoForm dl dd select.infoSelect {
    display: inline-block;
    width: auto;
    min-width: 14rem;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    font-size: 1rem;
    color: #333;
}
.mainSection.detail {
  margin-bottom: 4rem;
}
.mainSection.detail .mainInfoDiv_Dl {
    position: relative;
    margin: 0 0 0.5rem;
    background: #fff;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl {
      width: 100%;
      border-radius: 8px;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl .chooseDiv {
        width: 100%;
        font-size: 0;
        display: inline-block;
        text-align: right;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd,
      .mainSection.detail .mainInfoDiv_Dl .mainInfoDl dt {
        border-bottom: 1px #E5E5E5 solid;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dt {
        padding: 0.5rem 0.75rem;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dt span {
          display: block;
          font-size: 1.2rem;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dt span:nth-child(1) {
          color: #333;
          font-weight: bold;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dt span:nth-child(2) {
          color: #333;
          font-size: 0.9rem;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd {
        position: relative;
        color: #333;
        margin: 0 1rem;
        padding: 0.4rem 0;
        overflow: hidden;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .birthday {
          display: block;
          position: absolute;
          right: 0;
          top: 0.4rem;
          padding: 0.3rem 0;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .birthday span {
            width: 7rem;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .birthday .s-rili {
            color: #0087fb;
            vertical-align: middle;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd span.title {
          color: #333;
          font-size: 1rem;
          vertical-align: middle;
          display: inline-block;
          padding: 0.3rem 0;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd span.title.table {
          position: absolute;
          left: 0;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .chooseItems {
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          position: absolute;
          right: 0;
          top: 0.4rem;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .chooseItems span.chooseItem {
            display: inline-block;
            padding: 0.3rem 0.8rem;
            border-radius: 0.5rem;
            border: 1px #c2c2c2 solid;
            color: #333;
            margin-left: 0.5rem;
            font-size: 0.9rem;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .chooseItems .chooseItem.active {
            color: #0087FB;
            border: 1px #0087FB solid;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .chooseItems .chooseItem.oneItem {
            border: none;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .chooseItems span.chooseItem.notEffect {
            border: none;
            color: #333;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .chooseItems .chooseDiv {
            padding: 0.2rem 0.5rem;
            border-radius: 0.5rem;
            border: 1px #0087FB solid;
            position: relative;
            color: #0087FB;
            border-color: #0087FB;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .chooseItems .chooseDiv .plan-choose {
              display: inline-block;
              border: none;
              color: #0087FB;
              width: inherit;
              -webkit-appearance: none;
              vertical-align: top;
              padding-right: 1.5rem;
              background: transparent;
              font-weight: lighter;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .chooseItems .chooseDiv .s-xiayiye {
              position: absolute;
              right: 0.2rem;
              top: 0;
              padding: 0.2rem 0.3rem 0.1rem 0.2rem;
              font-size: 0.9rem;
              height: 100%;
              pointer-events: none;
              -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              transform: rotate(90deg);
              border-bottom: 1px #0087FB solid;
              color: #0087FB;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .chooseItems .chooseDiv .s-xiayiye:before {
              vertical-align: middle;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .chooseItems.choosse {
          top: 0.5rem;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .chooseItems.choose-right {
          width: 75%;
          position: relative;
          float: right;
          display: block;
          top: 0;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .chooseItems.choose-right .choose-form {
            width: 100%;
            clear: both;
            display: block;
            text-align: right;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .chooseItems.choose-right .choose-form label {
              color: #333;
              font-size: 0.9rem;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .chooseItems.choose-right .choose-text {
            font-size: 0.8rem;
            color: #999;
            text-align: right;
            padding-top: 0.4rem;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .chooseItems.choose-right .choose-input {
            width: 50px;
            padding: 0.3rem 0.4rem;
            border-radius: 0.5rem;
            border: 1px #c2c2c2 solid;
            color: #333;
            margin-right: 0.5rem;
            font-size: 0.9rem;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd table {
          display: inline-block;
          width: 100%;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd table tr {
            width: 100%;
            float: right;
            padding-bottom: 0.5rem;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd table tr td {
              float: right;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd table tr td span.chooseItem {
                display: inline-block;
                padding: 0.3rem 0.8rem;
                border-radius: 0.5rem;
                border: 1px #c2c2c2 solid;
                color: #333;
                margin-left: 0.5rem;
                font-size: 0.9rem;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd table tr td span.chooseItem.active {
                color: #0087FB;
                border: 1px #0087FB solid;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd table tr:last-child {
            padding-bottom: 0;
}
.mainSection.detail .mainInfoDiv_Dl .info-bar {
      position: relative;
      padding: 0.8rem 1rem;
      font-size: 1rem;
}
.mainSection.detail .mainInfoDiv_Dl .info-bar .bonus {
        position: absolute;
        color: #FF4202;
        top: 1rem;
        right: 1rem;
}
.mainSection.detail .mainInfoDiv_Dl .info-bar .price {
        font-weight: bold;
        font-size: 1.4rem;
        -webkit-animation-duration: 0.5s;
        -moz-animation-duration: 0.5s;
        color: #FF4202;
}
.mainSection.detail .mainDiv {
    padding-bottom: 0;
}
.mainSection.detail .tagList {
    width: 100%;
    background: #fff;
}
.mainSection.detail .tagList dl {
      width: 100%;
      margin-bottom: 0.2rem;
}
.mainSection.detail .tagList dl dd {
        border-right: 1px #E5E5E5 solid;
        display: inline-block;
        width: 32%;
        margin: 0.5rem 0;
}
.mainSection.detail .tagList dl dd span {
          text-align: center;
}
.mainSection.detail .tagList dl dd em {
          font-size: 1.5rem;
          color: #0087fb;
}
.mainSection.detail .tagList dl dd em,
        .mainSection.detail .tagList dl dd span {
          display: block;
          width: 100%;
          text-align: center;
}
.mainSection.detail .tagList dl dd:last-child {
        border-right: none;
}
.mainSection.detail .tagList dl dd.active {
        border-bottom: 2px solid #0087fb;
        color: #0087fb;
}
.mainSection.detail .feature-go {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 1.125rem;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.75);
    background-color: #F8F8F8;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}
.mainSection.detail .feature-go ul {
      display: -webkit-box;
      font-size: 1rem;
      min-height: 3rem;
}
.mainSection.detail .feature-go ul li {
        display: -webkit-box;
        -webkit-box-flex: 1;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        color: #fff;
        padding: 0.5rem 0;
}
.mainSection.detail .feature-go ul li span {
          height: 2rem;
          text-align: center;
          margin: 0.5rem 0;
          display: table-header-group;
}
.mainSection.detail .feature-go ul li.huobao {
        background: #fff;
        color: #FF4202;
        font-size: 1rem;
}
.mainSection.detail .feature-go ul li.poster {
        color: #999;
        font-size: 1rem;
        background: #fff url("https://res.wyins.net/legacy/changxian/images/color-text.png") center no-repeat;
        background-size: 44.4% 65.5%;
}
.mainSection.detail .feature-go ul li.poster span {
          display: -webkit-box;
          height: inherit;
          visibility: hidden;
}
.mainSection.detail .feature-go ul li.poster span.s-poster {
          padding-right: 0.2rem;
}
.mainSection.detail .feature-go ul li.poster span.s-poster::before {
          vertical-align: middle;
}
.mainSection.detail .feature-go ul li.toubao {
        background: #FF6332;
}
.mainSection.detail .feature-go ul li.toubao.unavailable {
        background: #999;
        color: #fff;
}
.mainSection.detail .feature-go ul li.share {
        background: #FF8F24;
}
.mainSection.detail .feature-go ul li.share span {
          text-align: left;
          width: 100%;
}
.mainSection.detail .feature-go ul li.share span:nth-child(1) {
          padding-bottom: 0.3rem;
}
.mainSection.detail .feature-go ul li.share span:nth-child(2) {
          font-size: 0.7rem;
}
.mainSection.detail .feature-go ul li.call {
        background: #FF8F24;
}
.mainSection.detail .feature-go ul li.call a {
          display: -webkit-box;
}
.mainSection.detail .feature-go ul li.call a .s-dianhua2,
          .mainSection.detail .feature-go ul li.call a em {
            display: inline-block;
}
.mainSection.detail .feature-go ul li.call a .s-dianhua2 {
            -webkit-transform: rotateY(180deg);
                    transform: rotateY(180deg);
            margin-right: 0.3rem;
}
.mainSection.detail .feature-go ul li.call a .s-dianhua2::before {
            vertical-align: middle;
}
.mainSection.detail .feature-go ul li.call a,
        .mainSection.detail .feature-go ul li.call a:checked,
        .mainSection.detail .feature-go ul li.call a:hover,
        .mainSection.detail .feature-go ul li.call a:link {
          color: #fff;
}
.mainSection.detail .feature-go ul li.call-server {
        background: #fff;
        color: #333333;
        border-right: 1px solid #E7E7E7;
        /*  background: #fff url("https://res.wyins.net/legacy/changxian/images/vs.png") center no-repeat;
                background-size: contain; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 0.8rem;
}
.mainSection.detail .feature-go ul li.call-server span {
          text-align: center;
          width: 100%;
          margin: 0;
          height: auto;
          font-size: 0.6rem;
          margin-top: 1px;
}
.mainSection.detail .feature-go ul li.icon-t-btn {
        background: #fff;
        color: #333333;
        border-right: 1px solid #E7E7E7;
        /*  background: #fff url("https://media.wyins.net/autoUpload/activity/2x_9a6c288e027af37.png") center no-repeat;
              background-size: contain; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 0.8rem;
}
.mainSection.detail .feature-go ul li.icon-t-btn span {
          text-align: center;
          width: 100%;
          margin: 0;
          height: auto;
          font-size: 0.6rem;
          margin-top: 1px;
}
.mainSection.detail .mainItem {
    background-color: #fff;
    margin-bottom: 0.5rem;
    width: 100%;
}
.mainSection.detail .mainItem .title {
      width: 100%;
      padding: 0.5rem 1rem;
      color: #A1A1A1;
      border-bottom: 1px #e5e5e5 solid;
}
.mainSection.detail .mainItem .title .s-insurance {
        margin-right: 0.2rem;
        vertical-align: middle;
}
.mainSection.detail .mainItem em,
    .mainSection.detail .mainItem span {
      display: inline-block;
}
.mainSection.detail .mainItem .items {
      padding: 0 1rem;
      color: #333;
}
.mainSection.detail .mainItem .items .item {
        padding: 0.6rem 0;
        border-bottom: 1px #e5e5e5 solid;
        font-size: 0.9rem;
}
.mainSection.detail .mainItem .items .item .showMsg {
          display: block;
          position: relative;
}
.mainSection.detail .mainItem .items .item .showMsg .value {
            position: absolute;
            right: 0;
}
.mainSection.detail .mainItem .items .item .showMsg .value .s-xiayiye {
              font-size: 0.9rem;
              margin-left: 0.2rem;
              pointer-events: none;
              -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              transform: rotate(90deg);
}
.mainSection.detail .mainItem .items .item .showMsg .value .s-xiayiye.active {
              vertical-align: sub;
              -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
}
.mainSection.detail .mainItem .items .item .detailMsg {
          display: none;
          padding-top: 0.6rem;
          font-size: 0.8rem;
          color: #999;
          line-height: 1.3rem;
}
.mainSection.detail .mainItem .items .item .detailMsg span {
            font-size: 0.9rem;
}
.mainSection.detail .mainItem .items .item:last-child {
        border: none;
}
.t-info-title {
  font-size: 1rem;
  line-height: 1rem;
  color: #333333;
  padding: 10px 15px 5px 15px;
  font-weight: bold;
}
.t-info-content {
  padding: 10px 15px 10px 15px;
  line-height: 150%;
  color: #666666;
  font-size: 0.9rem;
}
.t-info-content a {
    display: inline-block;
}
.rule-list li {
  padding: 10px 0;
  position: relative;
  display: -webkit-box;
  -webkit-box-align: center;
  padding-right: 10px;
  background: #F8F8F8;
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 5px;
}
.rule-list li span {
    width: 96%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.rule-list li:active {
    background: #F2F2F2;
}
.rule-list li:before {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    display: block;
    background-color: #fff;
    -webkit-transform: scale(1, 0.5);
    -ms-transform: scale(1, 0.5);
        transform: scale(1, 0.5);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
        transform-origin: center bottom;
    z-index: 1;
}
.rule-list li:after {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    background: url(https://res.wyins.net/legacy/gexian/img/arrow@2x.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    right: 5px;
    top: 14px;
}
.h-line {
  padding-left: 15px;
  width: 100%;
  display: block;
  height: 2px;
  font-size: 0;
  margin-bottom: 5px;
}
.h-line span {
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    display: block;
}
.content-ques {
  font-weight: bolder;
  color: #333;
}
.provision-ques {
  padding-bottom: 10px;
}
.link-vip {
  color: #ff6332;
  background-color: #fffcf1;
  min-height: 2rem;
  line-height: 150%;
  padding: 0 1rem;
  text-align: left;
  font-size: 0.8rem;
}
.link-vip .link-top-border {
    border-top: 1px solid #E5E5E5;
    padding: 0.5rem 1rem 0.5rem 0;
    position: relative;
}
.link-vip .link-top-border .s-chakangengduo1 {
      color: #ff6332;
      position: absolute;
      right: 0rem;
      top: 50%;
      height: 1rem;
      width: 1rem;
      margin-top: -0.5rem;
      background: url("https://res.wyins.net/legacy/changxian/images/next.png") right center no-repeat;
      background-size: cover;
}
.c-open-btn {
  font-size: 1rem;
  line-height: 50px !important;
}
.mint-msgbox-btns {
  height: 50px !important;
}
.mint-msgbox-message {
  line-height: 150% !important;
  font-size: 0.9rem !important;
  padding: 20px 0 10px 0;
  color: #333;
}
.picker-items {
  width: 100% !important;
}
.picker-item.picker-selected {
  color: #0086fb !important;
}
.chooseItem.notEffect.choose-effect {
  color: #0086fb !important;
}
.mint-msgbox {
  width: 72% !important;
  border-radius: 5px !important;
}
.mint-msgbox-message p {
  color: #333 !important;
  font-size: 1rem;
}
.mint-msgbox.mint-msgbox-confirm {
  color: #000;
}
.mint-msgbox-confirm {
  color: #638aef !important;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.show-promotion-info .show-label-title {
  width: 100%;
  display: block;
  min-height: 3.33rem;
  padding: 0.5rem 1rem;
  line-height: 2.33rem;
  font-size: 0.95rem;
  position: relative;
}
.show-promotion-info .show-label-title::after {
    position: absolute;
    content: " ";
    height: 1px;
    background-color: #e5e5e5;
    top: 0;
    -webkit-transform: scaleY(0.5);
    width: 100%;
    left: 1rem;
}
.show-promotion-info .show-content-table {
  border-top: 1px #E5E5E5 solid;
  padding: 1rem;
}
.show-promotion-info .show-content-table table {
    color: #666;
    font-size: .8rem;
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #E5E5E5;
}
.show-promotion-info .show-content-table table td {
      border: solid 1px #e5e5e5;
      padding: .48rem;
      text-align: center;
}
.show-promotion-info .show-content-table table tr:nth-child(odd) {
      background-color: #F8F8F8;
}
.price-group {
  display: -webkit-box;
  margin-left: 1rem;
  padding-right: 1rem;
  position: relative;
  padding-top: .1rem;
  padding-bottom: .15rem;
  line-height: 2.8rem;
  color: #FF5000;
}
.price-group .price-left {
    display: block;
    -webkit-box-flex: 1;
}
.price-group .price-left .price {
      font-weight: bold;
      font-size: 1.4rem;
      -webkit-animation-duration: 0.5s;
      -moz-animation-duration: 0.5s;
      color: #FF4202;
}
.price-group .price-left .max-span {
      font-size: 2rem;
}
.price-group .price-left .min-span {
      font-size: .9rem;
}
.price-group .price-right {
    display: block;
    font-size: .9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.price-group .price-right .bonus {
      font-size: 1rem;
}
.price-pay-info {
  display: block;
  line-height: 1;
  margin-top: -0.4rem;
}
.price-pay-info .pay-span-info {
    display: inline-block;
    line-height: 1rem;
    margin-bottom: 0.5rem;
    font-size: 0.63rem;
    background: #FF5000;
    color: #fff;
    border-radius: 1px;
    padding: 0.1rem 0.2rem;
}
.clause {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  color: #333;
  font-size: 14px;
  background-color: #fff;
}
.clause::before {
    box-sizing: border-box;
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    height: 15px;
    width: 4px;
    background: #ff5000;
}
.clause .tab-title {
    font-family: "PingFangSC-Regular";
    padding: 13px 0;
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.clause .tab-title span {
      color: #666;
      font-size: 13px;
}
.clause .comment-box {
    position: relative;
    box-sizing: border-box;
    margin-left: 15px;
    padding: 0 15px 15px 0;
}
.clause .comment-box .comment-title {
      margin-bottom: 12px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
}
.clause .comment-box .comment-title .comment-title_left img {
        display: inline-block;
        width: 27px;
        height: 27px;
        border-radius: 50%;
        float: left;
}
.clause .comment-box .comment-title .comment-title_left .comment-title_left_person {
        padding-left: 36px;
}
.clause .comment-box .comment-title .comment-title_left .comment-title_left_person .name {
          font-family: "PingFangSC-Medium";
          font-size: 14px;
          color: #333333;
          letter-spacing: 0;
          line-height: 17px;
          margin-bottom: 3px;
}
.clause .comment-box .comment-title .comment-title_left .comment-title_left_person .star {
          font-family: PingFangSC-Regular;
          font-size: 11px;
          color: #999999;
          letter-spacing: 0;
          line-height: 14px;
}
.clause .comment-box .comment-title .comment-title_right {
        font-family: "PingFangSC-Regular";
        font-size: 12px;
        color: #999;
        letter-spacing: 0;
        line-height: 14px;
}
.clause .comment-box .comment-content {
      font-family: "PingFangSC-Regular";
      font-size: 14px;
      color: #333333;
      line-height: 20px;
      text-align: justify;
      overflow: hidden;
}
.clause .comment-box .comment-content.es {
        position: relative;
        height: 39px;
}
.clause .comment-box .comment-content.es::after {
        content: "...";
        font-weight: bold;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 14px;
        height: 18px;
        /* padding: 0 0 0 35px; */
        background-color: #FFF;
        /* background: url(http://newimg88.b0.upaiyun.com/newimg88/2014/09/ellipsis_bg.png) repeat-y; */
}
.clause .comment-box + .comment-box::before {
      content: " ";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      border-top: 1px solid #e5e5e5;
      color: #ddd;
      -webkit-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
              transform-origin: 0 0;
      -webkit-transform: scaleY(0.5);
          -ms-transform: scaleY(0.5);
              transform: scaleY(0.5);
}
.clause .comment-box + .comment-box {
      padding-top: 15px;
}
.clause .comment-more {
    padding-bottom: 15px;
    text-align: center;
    font-family: "PingFangSC-Regular";
    font-size: 13px;
    color: #999;
    letter-spacing: 0;
    line-height: 16px;
}
.clause .comment-more .color-CCC {
      color: #ccc;
}
.is-remind {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  left: 0;
  right: 0;
  background: url("//media.wyins.net/autoUpload/common/guide_old3x_d489f55e4e54e44.png") bottom 50px center no-repeat;
  background-size: 90% auto;
  background-color: rgba(0, 0, 0, 0.7);
}
.is-vs {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  background: url("//media.wyins.net/autoUpload/activity/new_guide2x_8048c723d1a0f5a.png");
  background-size: 70% auto;
  background-color: rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
  background-position: 10px 98%;
}
.normal-group-fyc {
  padding: .75rem 1rem .75rem 1rem;
  line-height: 1.8rem;
  display: -webkit-box;
  position: relative;
}
.normal-group-fyc::after {
    position: absolute;
    content: " ";
    height: 1px;
    background-color: #e5e5e5;
    top: 0;
    -webkit-transform: scaleY(0.5);
    width: 100%;
    left: 1rem;
}
.normal-group-fyc .group-main {
    -webkit-box-flex: 1;
    font-size: 0;
    position: relative;
}
.normal-group-fyc .group-main .g-text {
      font-size: .9rem;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      width: 95%;
}
.normal-group-fyc .group-main .g-text .g-tag {
        border: solid 1px #FF5000;
        line-height: 1rem;
        color: #FF5000;
        margin-right: 0.3rem;
        display: inline-block;
        font-size: .875rem;
}
.normal-group-fyc .group-main .g-text .g-tag i {
          display: block;
          font-style: normal;
          -webkit-transform: scale(0.8);
}
.normal-group-fyc .group-main .g-num {
      position: absolute;
      right: 0;
      top: 0;
      font-size: 0.95rem;
      color: #FF5000;
}
.normal-group-fyc .group-other {
    font-size: .875rem;
    display: block;
    margin-left: .5rem;
}
.normal-group-fyc .icon {
    color: #ccc;
    font-size: 1.2rem;
    display: block;
    margin-left: .5rem;
}
.module-container {
  overflow-x: hidden;
  background-color: #fff;
  margin-bottom: .6rem;
}
.module-container.isNotApp {
    margin-top: -.6rem;
}
.module-container .element-group, .module-container .price-group {
    display: -webkit-box;
    margin-left: 1rem;
    padding-right: 1rem;
    position: relative;
}
.module-container .element-group::after, .module-container .price-group::after {
      position: absolute;
      content: " ";
      height: 1px;
      background-color: #e5e5e5;
      left: 0;
      bottom: 0;
      -webkit-transform: scaleY(0.5);
      width: 100%;
}
.module-container .element-group {
    padding-top: .685rem;
}
.module-container .element-group .label {
      display: block;
      line-height: 1.8rem;
      font-size: 1rem;
}
.module-container .element-group .el-control {
      -webkit-box-flex: 1;
      padding-bottom: .685rem;
      text-align: right;
      position: relative;
      font-size: 0;
      line-height: 1.8rem;
}
.module-container .element-group .el-control.el-check {
        line-height: 1;
        padding-bottom: .2rem;
}
.module-container .element-group .el-control.el-checked {
        display: -webkit-box;
}
.module-container .element-group .el-control.el-checked .l-main {
          -webkit-box-flex: 1;
}
.module-container .element-group .el-control .ls-btn, .module-container .element-group .el-control .check-btn, .module-container .element-group .el-control .vs-btn, .module-container .element-group .el-control .vsd-btn {
        padding: 0 .6rem;
        display: inline-block;
        border: solid 1px #ccc;
        border-radius: .15rem;
        margin-left: 1rem;
        font-size: .875rem;
        margin-bottom: .5rem;
        min-height: 1.8rem;
        line-height: 1.8rem;
        min-width: 4rem;
        text-align: center;
}
.module-container .element-group .el-control .ls-btn.active, .module-container .element-group .el-control .check-btn.active, .module-container .element-group .el-control .vs-btn.active, .module-container .element-group .el-control .vsd-btn.active {
          border-color: #FF5000;
          color: #FF5000;
}
.module-container .element-group .el-control .check-btn {
        position: relative;
        padding-right: 1.4rem;
        border: solid 1px #FF5000;
        color: #FF5000;
}
.module-container .element-group .el-control .check-btn i {
          position: absolute;
          right: .33rem;
          display: block;
          top: 0;
          -webkit-transform: rotate(90deg) scale(0.65);
}
.module-container .element-group .el-control .vs-btn, .module-container .element-group .el-control .vsd-btn {
        padding: 0;
        border-color: transparent;
        color: #FF5000;
}
.module-container .element-group .el-control .vsd-btn {
        color: #333;
}
.module-container .element-group .el-control .date-btn {
        line-height: 1.8rem;
        margin-left: 1rem;
        color: #FF5000;
        display: block;
        font-size: 1.6rem;
}
.module-container .element-group .el-control .nm-span, .module-container .element-group .el-control .rd-span {
        font-size: .875rem;
}
.module-container .element-group .el-control .rd-span {
        color: #FF5000;
        margin-left: .6rem;
}
.module-container .price-group {
    padding-top: .1rem;
    padding-bottom: .15rem;
    line-height: 2.8rem;
    color: #FF5000;
}
.module-container .price-group .price-left {
      display: block;
      -webkit-box-flex: 1;
}
.module-container .price-group .price-left .max-span {
        font-size: 2rem;
}
.module-container .price-group .price-left .min-span {
        font-size: .9rem;
}
.module-container .price-group .price-right {
      display: block;
      font-size: .9rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
}
.module-container .normal-group-wrap {
    position: relative;
}
.module-container .normal-group-wrap::after {
      position: absolute;
      content: " ";
      height: 1px;
      background-color: #e5e5e5;
      bottom: 0;
      -webkit-transform: scaleY(0.5);
      width: 100%;
      left: 1rem;
}
.module-container .normal-group-wrap .content {
      color: #666;
      font-size: .9rem;
      line-height: 1.5;
      padding-right: 1rem;
      padding-left: 1rem;
      padding-bottom: .7rem;
}
.module-container .normal-group-wrap .by-content {
      background-color: #FFFBF8;
      line-height: 1.5;
      font-size: .875rem;
      color: #666;
      padding: 1rem;
}
.module-container .normal-group-wrap .by-content .byc-btm {
        color: #FF5000;
        text-align: center;
        padding-top: .6rem;
}
.module-container .normal-group {
    padding: .75rem 1rem .75rem 1rem;
    line-height: 1.8rem;
    display: -webkit-box;
}
.module-container .normal-group .group-main {
      -webkit-box-flex: 1;
      font-size: 0;
}
.module-container .normal-group .group-main .g-text {
        font-size: 1rem;
}
.module-container .normal-group .group-main .g-text .g-tag {
          border: solid 1px #FF5000;
          line-height: 1rem;
          color: #FF5000;
          margin-right: 0.3rem;
          border-radius: 2px;
          -ms-border-radius: 2px;
          -webkit-border-radius: 2px;
          display: inline-block;
          font-size: .875rem;
}
.module-container .normal-group .group-main .g-text .g-tag i {
            display: block;
            font-style: normal;
            -webkit-transform: scale(0.8);
}
.module-container .normal-group .group-main .g-text .g-num {
          float: right;
          font-size: 0.95rem;
          color: #FF5000;
}
.module-container .normal-group .group-other {
      font-size: .875rem;
      display: block;
      margin-left: .5rem;
}
.module-container .normal-group .icon {
      color: #ccc;
      font-size: 1.2rem;
      display: block;
      margin-left: .5rem;
}
.module-container .img-area {
    min-height: 4rem;
}
.module-container .img-area img {
      width: 100%;
      display: block;
}
.module-container .article {
    background-color: #fff;
    line-height: 1.5rem;
    position: relative;
    font-size: .9rem;
    padding: 0 1rem;
    padding-bottom: .7rem;
}
.module-container .article.overflow {
      overflow: hidden;
      height: 26rem;
}
.module-container .article img {
      display: block;
      width: 100%;
}
.module-container .article-load-more {
    text-align: center;
    font-size: .8rem;
    padding: 1rem;
    color: #999;
}
.module-container .qa-content {
    padding: 0 1rem;
}
.module-container .qa-content .qa-item {
      padding-bottom: 1rem;
}
.module-container .qa-content .qa-item .item {
        display: -webkit-box;
        padding-top: .87rem;
        line-height: 1.33rem;
}
.module-container .qa-content .qa-item .item .q-tag, .module-container .qa-content .qa-item .item .a-tag {
          width: 1.1rem;
          height: 1rem;
          color: #FF5000;
          border: solid 1px #FF5000;
          display: block;
          line-height: 1;
          text-align: center;
          margin-top: .15rem;
}
.module-container .qa-content .qa-item .item .q-tag i, .module-container .qa-content .qa-item .item .a-tag i {
            font-style: normal;
            font-size: 1rem;
            -webkit-transform: scale(0.7, 0.7) translateY(-0.05rem);
            display: block;
}
.module-container .qa-content .qa-item .item .icon-ask_font {
          color: #FF5000;
          font-size: 1.2rem;
}
.module-container .qa-content .qa-item .item .icon-answer_font {
          color: #508CEE;
          font-size: 1.2rem;
}
.module-container .qa-content .qa-item .item .a-tag {
          color: #508CEE;
          border: solid 1px #508CEE;
}
.module-container .qa-content .qa-item .item p {
          -webkit-box-flex: 1;
          white-space: nowrap;
          text-overflow: ellipsis;
          font-size: 1rem;
          padding-left: .6rem;
          overflow: hidden;
}
.module-container .qa-content .qa-item .spn {
        font-size: .87rem;
        color: #999;
        padding-left: 1.7rem;
        padding-top: .4rem;
        line-height: 1.1rem;
}
.common-title {
  padding: .6rem 1rem;
  position: relative;
  line-height: 1.4rem;
  display: -webkit-box;
}
.common-title em {
    position: absolute;
    left: 0;
    height: 1rem;
    width: 4px;
    background-color: #FF5000;
    display: block;
    left: 0;
    top: .8rem;
}
.common-title .ct-main {
    -webkit-box-flex: 1;
    display: block;
    font-size: .95rem;
}
.common-title .ct-main .gray-font {
      font-size: 0.87rem;
}
.common-title .ct-other, .common-title .ct-other1 {
    font-size: .87rem;
    color: #999;
    display: block;
    margin-left: .4rem;
}
.common-title .ct-other1 {
    color: #666;
    padding-right: .6rem;
}
.common-title .ct-other1 i {
      font-size: 1.2rem;
      display: inline-block;
      -webkit-transform: translateY(0.1rem);
}
.common-title .icon {
    font-size: 1.2rem;
    color: #ccc;
    display: block;
    margin-left: .4rem;
}
.claim-statement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
  padding: 0 0 0 1rem;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #666666;
  letter-spacing: 0;
  line-height: 1rem;
  background: #fff;
}
.claim-statement .claim-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.claim-statement .icon-building {
    font-size: 1rem;
    color: #FF5000;
    margin-right: 8px;
}
.claim-statement .icon-arrows_right {
    font-size: 1rem;
    color: #ccc;
    margin-right: 8px;
}

.top-guest-tag[data-v-392b8f24] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 36px;
  height: auto;
  background: #FFFEED;
  padding: 9px 9px 9px 15px;
  font-size: 12px;
  line-height: 18px;
}
.top-guest-tag .icon-help[data-v-392b8f24] {
    width: 18px;
    margin-right: 9px;
    font-size: 18px;
    color: #FF9900;
}
.top-guest-tag .guest-tag-info[data-v-392b8f24] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.top-guest-tag .icon-arrows_right[data-v-392b8f24] {
    text-align: right;
    font-size: 12px;
    color: #CCCCCC;
}

.yj-tip {
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 42px;
  background-color: #FFFEED;
  color: #666;
  background-image: url(//res.wyins.net/autoUpload/common/__94967b5f22dbc2d.png);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 15px 50%;
}
.viewer-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 98;
}
.popUp {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 300;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.popUp.w70 {
    height: 70%;
}
.popUp.w40 {
    min-height: 40%;
}
.popUp .content {
    position: relative;
    width: 100%;
    height: 100%;
}
.popUp .content h2, .popUp .content .thin-border-bottom {
      z-index: 100;
      height: 48px;
      width: 100%;
      padding: 1rem 1rem;
      text-align: center;
      font-size: 14px;
      color: #333;
      background: #fff;
      font-weight: 400;
      font-family: PingFangSC-Regular;
      position: relative;
}
.popUp .content h2:after, .popUp .content .thin-border-bottom:after {
        content: "";
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #e5e5e5;
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
        transform: scaleY(0.5);
}
.popUp .content h2 i, .popUp .content .thin-border-bottom i {
        float: right;
        font-size: 17px;
        color: #CCC;
}
.popUp .content .content-p {
      width: 100%;
      height: -webkit-calc(100% - 48px);
      height: calc(100% - 48px);
      overflow-x: hidden;
      overflow-y: scroll;
      background: #FFF;
      z-index: 99;
      font-size: .867777rem;
      padding: 0;
}
.popUp .content .content-p.p15 {
        padding: 1rem;
}
.popUp .content .content-p h3 {
        position: relative;
        line-height: .6rem;
        padding: 0 .2rem;
        font-size: 14px;
}
.popUp .content .content-p h3 b {
          display: block;
          position: absolute;
          width: .08rem;
          height: .08rem;
          border-radius: 100%;
          background: #ff5000;
          left: 0rem;
          top: 50%;
          margin-top: -.05rem;
}
.popUp .content .content-p p {
        padding: 0 0 .5rem 0;
        font-size: .867777rem;
        color: #666;
        line-height: 1rem;
        text-align: justify;
}
.popUp .content .content-p p b {
          font-size: .867777rem;
}
.popUp .button {
    position: fixed;
    height: 2.5rem;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99;
    background-color: #F8F8F8;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}
.popUp .button > span {
      width: 3.8rem;
      height: 11rem;
      font-size: .867777rem;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -webkit-box;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      -webkit-box-align: center;
              align-items: center;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      box-sizing: border-box;
      float: right;
      color: #333;
      background-color: #FFF;
      border: 1px solid #CCC;
      border-radius: .1rem;
      margin-top: .3rem;
}
.popUp .button > span.red {
        background-color: #FF5000;
        border: 1px solid #FF5000;
        color: #FFF;
        margin-right: 1rem;
}
.popUp .button > span.no-red span {
        font-size: .5rem;
        color: #999;
}
.popUp .button > span + span {
        margin-right: .5rem;
}
.mint-msgbox {
  width: 72%;
}
.mint-msgbox .mint-msgbox-message {
    color: #333;
    margin: 0;
    line-height: 1.6;
    font-size: 14px;
    text-align: justify;
}
.mint-msgbox .mint-msgbox-content {
    padding: 1rem 1rem 1rem 1rem;
}
.mint-msgbox .mint-msgbox-title {
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
    font-size: .85rem;
    font-weight: 600;
    color: #333;
}
.mint-msgbox .mint-msgbox-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 50px;
    line-height: 50px;
}
.mint-msgbox .mint-msgbox-btns button {
      font-size: .8rem;
}
.mint-msgbox .mint-msgbox-btns .mint-msgbox-cancel {
      color: #333;
}
.up-down-enter-active, .up-down-leave-active {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.up-down-enter, .up-down-leave-to {
  -webkit-transform: translate3D(0, 100%, 0);
      -ms-transform: translate3D(0, 100%, 0);
          transform: translate3D(0, 100%, 0);
}
.viewer-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.tab p {
    padding: 0 1rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    font-size: 14px;
    color: #666;
}
.tab p.active {
      color: #FF5000;
}
.tab .c0 {
    color: #333;
}
.tab i {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
        -ms-flex: 0;
            flex: 0;
}
.tab-bar {
  position: absolute;
  top: 44px;
  left: 4.36rem;
  height: 4px;
  width: 21px;
  border-radius: 100px;
  background: #FF5000;
  -webkit-transition: .3s linear 0s;
  transition: .3s linear 0s;
}
.tab-content {
  font-size: .867777rem;
  line-height: 1rem;
}
.mission-list .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mission-list .p12 {
  padding: 12px;
}
.mission-list .mb12 {
  margin-bottom: 12px;
  background-color: #F8F8F8;
}
.mission-list .content-p-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mission-list .content-p-box p.text {
    font-size: 14px;
    color: #333;
    line-height: 17px;
    padding: 0 0 3px 0;
}
.mission-list .content-p-box p.desc {
    font-size: 14px;
    color: #666;
    line-height: 15px;
    padding: 0 0 6px 0;
}
.mission-list .content-p-box p.t {
    font-size: .5rem;
    color: #999;
    line-break: 12px;
    padding: 0;
}
.mission-list .content-p-btn {
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  margin-bottom: .4rem;
  margin-left: 15px;
}
.mission-list .content-p-btn a.c {
    display: inline-block;
    width: 60px;
    height: 20px;
    color: #FFF;
    font-size: 14px;
    border-radius: 10px;
    line-height: 20px;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#FF505D), to(#FF7E00));
    background: -webkit-linear-gradient(left, #FF505D 0%, #FF7E00 100%);
    background: linear-gradient(to right, #FF505D 0%, #FF7E00 100%);
}
.mission-list .content-p-btn a.n {
    font-size: 14px;
    color: #FF5000;
}
.toggleContent {
  position: relative;
  padding: 1rem;
  font-size: .867777rem;
  color: #666;
  text-align: justify;
}
.toggleContent p {
    font-family: 'PingFangSC-Regular';
    font-size: 14px;
    line-height: 1.4;
    color: #666;
}
.toggleContent .show-content-table .table-leader-title {
    color: #666;
    text-align: left;
    padding: 0 0 .5rem 0;
}
.toggleContent .show-content-table table {
    color: #666;
    font-size: .8rem;
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #E5E5E5;
}
.toggleContent .show-content-table table td {
    border: solid 1px #e5e5e5;
    padding: .4rem .3rem;
    text-align: center;
    font-size: .55rem;
}
.toggleContent .show-content-table table tr:nth-child(odd) {
    background-color: #F8F8F8;
}
.toggleContent .fs13 {
    font-size: .867777rem;
}
.toggleTable {
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.toggleTable .table-leader-title {
    color: #666;
    text-align: left;
    padding: 0 0 .5rem 0;
}
.meal-table-new {
  height: 100%;
  max-height: 17rem;
  font-size: 0.28rem;
  color: #86939a;
  background-color: #fff;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  position: relative;
  top: 0;
  overflow: hidden;
  border-left: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
}
.meal-table-new table {
    color: #666;
    font-size: .8rem;
    width: 100%;
    border-collapse: collapse;
}
.meal-table-new tr {
    position: relative;
    background: #fff;
}
.meal-table-new td {
    height: 1.5rem;
    font-size: 0.6rem;
    overflow: hidden;
    padding: 0;
    background: #fff;
    text-align: center;
}
.meal-table-new td span {
      line-height: 1.5rem;
      display: block;
      text-align: center;
      border-bottom: 0;
      font-size: 0.6rem;
      border-right: solid 1px #e5e5e5;
      border-bottom: solid 1px #e5e5e5;
}
.meal-table-new td span.desc {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0 0.3rem;
}
.meal-table-new td span.desc em.intext {
          overflow: hidden;
          white-space: normal;
          word-break: break-all;
          line-height: 150%;
}
.meal-table {
  height: 100%;
  max-height: 17rem;
  font-size: 0.28rem;
  color: #86939a;
  background-color: #fff;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  position: relative;
  top: 0;
  overflow: hidden;
}
.meal-table table {
    color: #666;
    font-size: .8rem;
    width: 100%;
    border-collapse: collapse;
    border-bottom: solid 1px #E5E5E5;
    border-right: solid 1px #E5E5E5;
}
.meal-table tr {
    position: relative;
    background: #fff;
}
.meal-table tr :nth-child(odd) {
      background: #fff;
}
.meal-table tr.tr-first td {
      background-color: #F8F8F8;
      font-size: 0.55rem;
      padding: 0;
      border-top: 0;
      border-bottom: 0;
}
.meal-table tr.tr-first td span {
        font-size: 0.55rem;
        background-color: #F8F8F8;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0 0.3rem;
        border-top: solid 1px #E5E5E5;
        border-bottom: solid 1px #E5E5E5;
        color: #333;
}
.meal-table tr td {
      height: 1.5rem;
      font-size: 0.6rem;
      overflow: hidden;
      padding: 0 .3rem;
      background: #fff;
      border: solid 1px #e5e5e5;
      text-align: center;
}
.meal-table tr td.cross {
        border: 0;
}
.meal-table tr td.cross span.top {
          border-left: solid 1px #E5E5E5;
          border-right: solid 1px #E5E5E5;
}
.meal-table tr td.cross span.top2 {
          border-left: 0;
          border-right: solid 1px #E5E5E5;
}
.meal-table tr td.cross.no-mtitle span.top2 {
          border-left: solid 1px #E5E5E5;
}
.meal-table tr td.fcols {
        border-left: 0;
}
.meal-table tr td.cols-tb {
        border-top: 0;
}
.meal-table tr .cols {
      padding: 0;
      border-left: 0;
      border-right: 0;
}
.meal-table tr .cols.cols-tb {
        border-top: 0;
}
.meal-table tr .cols.cols-tb.no-mtitle {
          border-left: solid 1px #E5E5E5;
}
.meal-table tr .cols span {
        line-height: 1.5rem;
        display: block;
        text-align: center;
        border-bottom: 0;
        font-size: 0.6rem;
        border-right: solid 1px #e5e5e5;
}
.meal-table tr .cols span.desc {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          height: 100%;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          border-left: solid 1px #e5e5e5;
          border-right: solid 1px #e5e5e5;
          padding: 0 0.3rem;
}
.meal-table tr .cols span.desc .intext {
            overflow: hidden;
            white-space: normal;
            word-break: break-all;
            border-right: 0;
            line-height: 150%;
}
.meal-table tr .tleft {
      border-left: 0;
      background-color: #fff;
}
.rows {
  position: relative;
  z-index: 3;
}
.cross {
  position: relative;
  z-index: 5;
}
.reward-wrap .reward-scroll {
  height: -webkit-calc(100% - 48px);
  height: calc(100% - 48px);
  overflow-y: scroll;
}
.reward-wrap .reward-scroll .explain-wrap {
    padding: 1rem 1rem 0;
}
.reward-wrap .reward-scroll .explain-wrap .explain {
      font-weight: 400;
      font-size: .867777rem;
      color: #333;
      line-height: .8rem;
}
.reward-wrap .reward-scroll .reward-list-wrap {
    padding: 1rem 1rem 0;
}
.reward-wrap .reward-scroll .reward-list-wrap .reward-list {
      overflow: hidden;
}
.reward-wrap .reward-scroll .reward-list-wrap .reward-list .reward-list-content {
        margin-top: .02rem;
        margin-bottom: 1rem;
        margin-right: 0.075rem;
        position: relative;
        border-radius: 0.125rem;
        border-left: .15rem solid #FF7246;
        box-shadow: -2px 0px 5px 0 rgba(0, 0, 0, 0.3);
}
.reward-wrap .reward-scroll .reward-list-wrap .reward-list .reward-list-content .rewardTime {
          z-index: 9;
          -webkit-transform: rotate(-30deg);
              -ms-transform: rotate(-30deg);
                  transform: rotate(-30deg);
          position: absolute;
          left: -0.6rem;
          padding: 0.1rem 0;
          top: .18rem;
          font-size: 0.6rem;
          color: #fff;
          background: red;
          text-indent: .78rem;
          width: 4rem;
          line-height: .6rem;
}
.reward-wrap .reward-scroll .reward-list-wrap .reward-list .reward-list-content .reward-dot {
          height: .5rem;
          width: .5rem;
          border-radius: 50%;
          position: absolute;
          top: -0.2rem;
          left: 5.79rem;
          background: #fff;
          box-shadow: 0px 0px 0.05rem rgba(0, 0, 0, 0.2) inset;
}
.reward-wrap .reward-scroll .reward-list-wrap .reward-list .reward-list-content .reward-list-top {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          /*height: 3.5rem;*/
          padding: .5rem .6rem .35rem 1rem;
          border-bottom: 1px dashed #ccc;
}
.reward-wrap .reward-scroll .reward-list-wrap .reward-list .reward-list-content .reward-list-top .reward-list-left {
            border-right: 1px dashed #ccc;
            width: 5.867777rem;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
}
.reward-wrap .reward-scroll .reward-list-wrap .reward-list .reward-list-content .reward-list-top .reward-list-left .reward-list-left-p1 {
              /*padding: 1.25rem;*/
              color: #FF5000;
}
.reward-wrap .reward-scroll .reward-list-wrap .reward-list .reward-list-content .reward-list-top .reward-list-left .reward-list-left-p1 .reward-money {
                font-size: 1.5rem;
                font-weight: bold;
                line-height: 114px;
}
.reward-wrap .reward-scroll .reward-list-wrap .reward-list .reward-list-content .reward-list-top .reward-list-left .reward-list-left-p2 .reward-tips {
              line-height: .6rem;
              font-size: .5rem;
              color: #666;
}
.reward-wrap .reward-scroll .reward-list-wrap .reward-list .reward-list-content .reward-list-top .reward-list-right {
            width: 10.4rem;
            padding-left: .5rem;
            padding-right: .6rem;
}
.reward-wrap .reward-scroll .reward-list-wrap .reward-list .reward-list-content .reward-list-top .reward-list-right .reward-list-right-h3 {
              font-weight: 400;
              font-size: 14px;
              line-height: .9rem;
              /*height: 1.8rem;*/
              color: #333;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              overflow: hidden;
}
.reward-wrap .reward-scroll .reward-list-wrap .reward-list .reward-list-content .reward-list-top .reward-list-right .reward-list-right-h3 .reward-list-right-new {
                -webkit-box-flex: 1;
                -webkit-flex: 1;
                    -ms-flex: 1;
                        flex: 1;
                padding: .005rem .15rem;
                background: #FF9900;
                border-radius: .075rem;
                color: #fff;
                font-size: .5rem;
                line-height: .6rem;
}
.reward-wrap .reward-scroll .reward-list-wrap .reward-list .reward-list-content .reward-list-top .reward-list-right .reward-list-right-date {
              margin-top: 1.1rem;
              font-size: .5rem;
              line-height: .6rem;
              color: #999;
}
.reward-wrap .reward-scroll .reward-list-wrap .reward-list .reward-list-content .reward-list-bottom {
          padding: .25rem .6rem .3rem;
          color: #666;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          font-size: .6rem;
          line-height: .9rem;
}
.reward-wrap .reward-scroll .reward-list-wrap .reward-list .reward-list-content .reward-list-bottom .reward-list-bottom-content {
            overflow: hidden;
            width: 14.25rem;
}
.reward-wrap .reward-scroll .reward-list-wrap .reward-list .reward-list-content .reward-list-bottom .rewardContentToggle {
            height: .9rem;
}
.reward-wrap .reward-scroll .reward-list-wrap .reward-list .reward-list-content .reward-list-bottom .custom {
            font-size: .6rem;
            height: .6rem;
}
.reward-wrap .reward-scroll .reward-list-wrap .reward-list:last-of-type {
      margin-bottom: 1.05rem;
}
.reward-wrap .reward-scroll .reward-bottom-div {
    margin-bottom: 1.5rem;
}
.reward-wrap .reward-scroll .reward-bottom-div .reward-bottom-text {
      text-align: center;
      color: #ccc;
}

.normal-icon[data-v-adfe5a9e] {
  font-size: 18px;
  margin-right: 15px;
  color: #666;
}
.color-CCC[data-v-adfe5a9e] {
  color: #CCC;
}
.c9[data-v-adfe5a9e] {
  color: #999;
}
.fs13[data-v-adfe5a9e] {
  font-size: 13px;
}
.font-14[data-v-adfe5a9e] {
  font-size: 14px;
}
.fs18[data-v-adfe5a9e] {
  font-size: 18px;
}
.v-toggle-term[data-v-adfe5a9e] {
  background-color: #FFF;
}
.toggleContent[data-v-adfe5a9e] {
  position: relative;
  padding: 0 1rem 1rem 1rem;
  font-size: 0.866667rem;
  color: #666;
  text-align: justify;
}
.toggleContent p[data-v-adfe5a9e] {
    font-family: 'PingFangSC-Regular';
    font-size: .7rem;
    line-height: 1.4;
    color: #666;
}
.toggleContent[data-v-adfe5a9e]:after {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.toggleContent .t-icon[data-v-adfe5a9e] {
    font-size: 10px;
    color: #FF5000;
    border-radius: 3px;
    padding: 0 3px;
    margin-left: 0.5rem;
    line-height: 14px;
    height: 14px;
}
.toggleContent .t-icon[data-v-adfe5a9e]:after {
      border: 1px solid #ff5000;
}
.show-list div.list[data-v-adfe5a9e] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .4rem;
}
.show-list div.list .show-list-left-span[data-v-adfe5a9e] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 2.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.show-list div.list .show-list-right-span[data-v-adfe5a9e] {
    text-align: right;
    margin-right: 1rem;
    margin-left: 1rem;
}
.show-list .list-with-btn[data-v-adfe5a9e] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.show-list .list-with-btn.mr16[data-v-adfe5a9e] {
    margin-right: 16px;
}
.show-list .list-with-btn .list[data-v-adfe5a9e] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
}
.show-list .list-with-btn .btn[data-v-adfe5a9e] {
    margin-left: .6rem;
    margin-right: 16px;
}
.normal-select-block[data-v-adfe5a9e] {
  /*box-sizing: border-box;*/
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2.5rem;
  padding: 1rem;
}
.normal-select-block.bhb[data-v-adfe5a9e] {
    position: relative;
}
.normal-select-block.bhb[data-v-adfe5a9e]::after {
      content: "";
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      margin-left: 15px;
      background-color: #e5e5e5;
      -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
      transform-origin: 0 100%;
      -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
      transform: scaleY(0.5);
}
.normal-select-block > i[data-v-adfe5a9e], .normal-select-block span[data-v-adfe5a9e] {
    font-size: 1rem;
    line-height: 1rem;
}
.normal-select-block .iconfont[data-v-adfe5a9e] {
    font-size: 1.2rem;
}
.normal-select-block .font-12[data-v-adfe5a9e] {
    font-size: 12px;
}
.normal-select-block .label[data-v-adfe5a9e] {
    display: inline-block;
    margin-right: 9px;
    font-size: 10px;
    color: #FF5000;
    border: 1px solid #FF5000;
    border-radius: 2px;
    /*width: 30px;*/
    text-align: center;
    padding: 1px 2px;
    line-height: normal;
}
.normal-select-block .label.tip[data-v-adfe5a9e] {
      min-width: 30px;
      width: auto;
}
.normal-select-block .label.padlf3[data-v-adfe5a9e] {
      padding: 0 3px;
}
.normal-select-block .type[data-v-adfe5a9e] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1rem;
}
.normal-select-block .cut[data-v-adfe5a9e] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.normal-select-block .fs[data-v-adfe5a9e] {
    font-size: 15px;
    font-weight: 800;
}
.normal-select-block .value[data-v-adfe5a9e] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.866667rem;
}
.normal-select-block .font-13[data-v-adfe5a9e] {
    font-size: 0.866667rem;
}
.normal-select-block .flex-one-half[data-v-adfe5a9e] {
    -webkit-box-flex: 1.5;
    -webkit-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
}
.normal-select-block > i[data-v-adfe5a9e] {
    margin-left: 4px;
}
.normal-select-block > i.qu[data-v-adfe5a9e] {
    margin-right: 6px;
    font-size: 18px;
}
.normal-select-block > i.qu.font-13[data-v-adfe5a9e] {
    font-size: 0.866667rem;
}
.normal-select-block .tr[data-v-adfe5a9e] {
    text-align: right;
}
.reward[data-v-adfe5a9e] {
  font-size: 0;
}
.reward .text[data-v-adfe5a9e] {
    font-size: 1rem;
}
.reward .text .num[data-v-adfe5a9e] {
      color: #FF5000;
}
.select-block[data-v-adfe5a9e] {
  /*box-sizing: border-box;*/
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2.5rem;
  padding: 1rem 1rem;
}
.select-block[data-v-adfe5a9e]:after {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    margin-left: 15px;
    background-color: #e5e5e5;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.select-block > i[data-v-adfe5a9e], .select-block span[data-v-adfe5a9e] {
    line-height: 1rem;
}
.select-block .type[data-v-adfe5a9e] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1rem;
}
.select-block .value[data-v-adfe5a9e] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1rem;
}
.select-block > i[data-v-adfe5a9e] {
    margin-left: 4px;
}
.show-content-table .table-leader-title[data-v-adfe5a9e] {
  color: #666;
  text-align: left;
  padding: 0 0 .5rem 0;
}
.show-content-table table[data-v-adfe5a9e] {
  color: #666;
  font-size: .8rem;
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #E5E5E5;
}
.show-content-table table td[data-v-adfe5a9e] {
  border: solid 1px #e5e5e5;
  padding: .4rem .3rem;
  text-align: center;
  font-size: .55rem;
}
.show-content-table table tr[data-v-adfe5a9e]:nth-child(odd) {
  background-color: #F8F8F8;
}
.toggleTable[data-v-adfe5a9e] {
  -webkit-overflow-scrolling: touch;
  position: relative;
  background: #fff;
}
.toggleTable .table-leader-title[data-v-adfe5a9e] {
    color: #666;
    text-align: left;
    padding: 0 0 .5rem 0;
}
.meal-table2[data-v-adfe5a9e] {
  height: 100%;
  max-height: 17rem;
  font-size: 0.28rem;
  color: #86939a;
  background-color: #fff;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  position: relative;
  top: 0;
  overflow: hidden;
}
.meal-table2 table[data-v-adfe5a9e] {
    color: #666;
    font-size: .8rem;
    width: 100%;
    border-collapse: collapse;
    border-bottom: solid 1px #E5E5E5;
    border-right: solid 1px #E5E5E5;
}
.meal-table2 tr[data-v-adfe5a9e] {
    position: relative;
    background: #fff;
}
.meal-table2 tr [data-v-adfe5a9e]:nth-child(odd) {
      background: #fff;
}
.meal-table2 tr.tr-first td[data-v-adfe5a9e] {
      background-color: #F8F8F8;
      font-size: 0.55rem;
      padding: 0;
      border-top: 0;
      border-bottom: 0;
}
.meal-table2 tr.tr-first td span[data-v-adfe5a9e] {
        font-size: 0.55rem;
        background-color: #F8F8F8;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0 0.3rem;
        border-top: solid 1px #E5E5E5;
        border-bottom: solid 1px #E5E5E5;
}
.meal-table2 tr td[data-v-adfe5a9e] {
      height: 1.5rem;
      font-size: 0.6rem;
      overflow: hidden;
      padding: 0 .3rem;
      background: #fff;
      border: solid 1px #e5e5e5;
      text-align: center;
}
.meal-table2 tr td.cross[data-v-adfe5a9e] {
        border: 0;
}
.meal-table2 tr td.cross span.top[data-v-adfe5a9e] {
          border-left: solid 1px #E5E5E5;
          border-right: solid 1px #E5E5E5;
}
.meal-table2 tr td.cross span.top2[data-v-adfe5a9e] {
          border-left: 0;
          border-right: solid 1px #E5E5E5;
}
.meal-table2 tr td.cross.no-mtitle span.top2[data-v-adfe5a9e] {
          border-left: solid 1px #E5E5E5;
}
.meal-table2 tr td.fcols[data-v-adfe5a9e] {
        border-left: 0;
}
.meal-table2 tr td.cols-tb[data-v-adfe5a9e] {
        border-top: 0;
}
.meal-table2 tr .cols[data-v-adfe5a9e] {
      padding: 0;
      border-left: 0;
      border-right: 0;
}
.meal-table2 tr .cols.no-mtitle[data-v-adfe5a9e] {
        border-left: solid 1px #E5E5E5;
}
.meal-table2 tr .cols.cols-tb[data-v-adfe5a9e] {
        border-top: 0;
}
.meal-table2 tr .cols span[data-v-adfe5a9e] {
        line-height: 1.5rem;
        display: block;
        text-align: center;
        border-bottom: 0;
        font-size: 0.6rem;
        border-right: solid 1px #e5e5e5;
}
.meal-table2 tr .cols span.desc[data-v-adfe5a9e] {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          height: 100%;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          border-left: solid 1px #e5e5e5;
          border-right: solid 1px #e5e5e5;
          padding: 0 0.3rem;
}
.meal-table2 tr .cols span.desc .intext[data-v-adfe5a9e] {
            overflow: hidden;
            white-space: normal;
            word-break: break-all;
            border-right: 0;
            line-height: 150%;
}
.meal-table2 tr .tleft[data-v-adfe5a9e] {
      border-left: 0;
      background-color: #fff;
}
.rows[data-v-adfe5a9e] {
  position: relative;
  z-index: 3;
}
.cross[data-v-adfe5a9e] {
  position: relative;
  z-index: 5;
}
.fs13[data-v-adfe5a9e] {
  font-size: 0.866667rem;
}
.normal-select-block-title[data-v-adfe5a9e] {
  padding: 0;
}
.normal-select-block-title.bhb[data-v-adfe5a9e]::after {
    margin-left: 0;
}
.img[data-v-adfe5a9e] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.box-solt-info[data-v-6f25e6bd] {
  padding: 15px;
}
.box-solt-info .box-form-item[data-v-6f25e6bd] {
    height: 45px;
    background: #f8f8f8;
    border-radius: 22.5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 9px;
}
.box-solt-info .box-form-item .form-item-input[data-v-6f25e6bd] {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.box-solt-info .box-form-item .form-item-input .c-textfield-input[data-v-6f25e6bd] {
        padding: 13.5px 0;
        font-size: 15px;
        font-family: PingFangSC-Regular,PingFang SC;
        font-weight: 400;
        color: #333333;
}
.box-solt-info .box-form-item .form-item-icon[data-v-6f25e6bd] {
      padding: 13.5px 15px;
}
.box-solt-info .box-form-item .form-item-icon .iconfont[data-v-6f25e6bd] {
        color: #999999;
        font-size: 18px;
}
.box-solt-info .box-validate-btn[data-v-6f25e6bd] {
    height: 45px;
    background: white;
    border-radius: 22.5px;
    border-color: #cccccc;
    width: 100%;
    display: block;
    font-size: 15px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #ff5521;
    line-height: 45px;
    margin-top: 15px;
    text-align: center;
}
.box-solt-info .box-validate-btn.active[data-v-6f25e6bd] {
      background: #ffeee8;
      color: #FF5521;
}
.box-solt-info .box-validate-btn.active.bx-hairline--surround[data-v-6f25e6bd]:after {
        border-color: #ffeee8;
}
.box-solt-info .box-validate-btn.active .icon-choose_done_surface[data-v-6f25e6bd] {
        color: #FF5521;
        font-size: 18px;
        display: inline-block;
        padding-right: 6px;
}
.box-solt-info .box-validate-btn.bx-hairline--surround[data-v-6f25e6bd]:after {
      border-radius: 45px;
      border-color: #cccccc;
}
.box-solt-info .box-form-error[data-v-6f25e6bd] {
    height: 15px;
    font-size: 12px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #f43030;
    line-height: 15px;
    margin: -3px 0 9px 15px;
}
.box-solt-info .box-form-error.no-mb[data-v-6f25e6bd] {
      margin-bottom: 0;
}

.compliance .insure-service {
  padding: 20px 15px;
  word-break: break-all;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 13px;
  color: #666;
  line-height: 20px;
  -webkit-overflow-scrolling: touch;
  background: #FFF;
}
.compliance .safe-area-btm {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 6;
  background-color: #f8f8f8;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.compliance .insure-tips {
  padding: 8px 15px;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  line-height: 1.6;
}
.compliance .insure-tips::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-top: 1px solid #E5E5E5;
    color: #E5E5E5;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
        transform: scaleY(0.5);
}
.compliance .insure-tips .bx-checkbox .bx-checkbox-icon, .compliance .insure-tips .bx-checkbox .bx-checkbox-icon .bx-icon {
    width: 16px;
    height: 16px;
    line-height: 16px;
}
.compliance .insure-tips .tip {
    position: absolute;
    top: -45px;
    left: -5px;
    min-width: 100px;
    padding: 9px 15px;
    background-color: #666;
    font-size: 13px;
    font-family: PingFangSC-Regular,PingFang SC;
    border-radius: 6px;
    color: #FFF;
    z-index: 1;
}
.compliance .insure-tips .tip::before {
      content: '';
      position: absolute;
      top: 36px;
      left: 8px;
      width: 0;
      height: 0;
      border-width: 8px;
      border-style: solid;
      border-color: #666 transparent transparent transparent;
}
.compliance .insure-tips .tip-c {
    position: absolute;
    top: -50px;
    right: 0;
    padding: 9px 15px;
    background-color: #666;
    border-radius: 6px;
    font-size: 13px;
    font-family: PingFangSC-Regular,PingFang SC;
    color: #FFF;
    z-index: 1;
}
.compliance .insure-tips .tip-c::before {
      content: '';
      position: absolute;
      top: 36px;
      left: 30px;
      width: 0;
      height: 0;
      border-width: 8px;
      border-style: solid;
      border-color: #666 transparent transparent transparent;
}
.compliance .insure-tips .insure-tips-check {
    position: relative;
    color: #E5E5E5;
    margin-right: 9px;
}
.compliance .insure-tips .insure-tips-content {
    position: relative;
    font-size: 13px;
    color: #333;
}
.compliance .insure-tips .red {
    color: #FF5000;
}
.compliance .insure-tips .gray {
    color: #999;
}
.compliance .insure-box .button-u {
  position: relative;
  height: 50px;
  width: 100%;
  background-color: #F8F8F8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.compliance .insure-box .button-u::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-top: 1px solid #E5E5E5;
    color: #E5E5E5;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
            transform: scaleY(0.5);
}
.compliance .insure-box .button-u span {
    height: 36px;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    box-sizing: border-box;
    color: #333;
    background-color: #FFF;
    border-radius: 6px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
}
.compliance .insure-box .button-u span.red {
    background-color: #FF5000;
    border: 1px solid #FF5000;
    color: #FFF;
    margin-left: 4px;
    margin-right: 0;
}
.compliance .insure-box .button-u span.no-red {
    position: relative;
    margin-right: 4px;
}
.compliance .insure-box .button-u span.no-red::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 200%;
      height: 200%;
      border: 1px solid #ccc;
      border-radius: 12px;
      -webkit-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
              transform-origin: 0 0;
      -webkit-transform: scale(0.5, 0.5);
          -ms-transform: scale(0.5, 0.5);
              transform: scale(0.5, 0.5);
      box-sizing: border-box;
}
















































































