
.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;
}

.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;
}

.display-flex[data-v-5f0196bb] {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-1[data-v-5f0196bb] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fade-enter-active[data-v-5f0196bb] {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
.fade-leave-active[data-v-5f0196bb] {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.fade-enter[data-v-5f0196bb] {
  opacity: 0;
}
.color-blue[data-v-5f0196bb] {
  color: #508cee !important;
}
.thin-border-top[data-v-5f0196bb] {
  position: relative;
}
.thin-border-top[data-v-5f0196bb]::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    border-top: 1px solid #e5e5e5;
    width: 100%;
    height: 0;
    pointer-events: none;
    -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);
}
.thin-border-right[data-v-5f0196bb] {
  position: relative;
}
.thin-border-right[data-v-5f0196bb]::before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    border-right: 1px solid #e5e5e5;
    width: 0;
    pointer-events: none;
    height: 200%;
    -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);
}
input[data-v-5f0196bb],
button[data-v-5f0196bb] {
  outline: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: text;
}
.notification[data-v-5f0196bb] {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 800;
}
.notification > .n-body[data-v-5f0196bb] {
    position: fixed;
    width: 270px;
    min-height: 206px;
    height: auto;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 12px;
    padding-top: 21px;
    z-index: 100;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    box-sizing: border-box;
}
.notification > .n-body > .n-title[data-v-5f0196bb] {
      position: relative;
      text-align: center;
      font-size: 17px;
      color: #333;
      line-height: 21px;
}
.notification > .n-body > .content[data-v-5f0196bb] {
      position: relative;
      min-height: 64px;
      padding: 20px 15px;
}
.notification > .n-body > .content .sub-title[data-v-5f0196bb] {
        font-size: 13px;
        color: #666;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        line-height: 21px;
}
.notification > .n-body > .content .sub-title span[data-v-5f0196bb] {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          text-align: right;
          font-size: 14px;
          font-family: PingFangSC-Regular, PingFang SC;
          font-weight: 400;
          color: #508CEE;
}
.notification > .n-body > .content .input-wrap[data-v-5f0196bb] {
        margin-top: 9px;
        border: 1px solid #ccc;
        line-height: 18px;
        height: 45px;
        padding: 0 9px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
}
.notification > .n-body > .content .input-wrap input[data-v-5f0196bb] {
          width: 112px;
          font-size: 14px;
          color: #333333;
}
.notification > .n-body > .content .input-wrap input[data-v-5f0196bb]::-webkit-input-placeholder {
          color: #ccc;
          font-weight: normal;
}
.notification > .n-body > .content .input-wrap .btn[data-v-5f0196bb] {
          color: #999999;
          background: #fff;
          font-size: 14px;
          line-height: 45px;
}
.notification > .n-body > .content .error[data-v-5f0196bb] {
        color: #e12224;
        margin-top: 12px;
        font-size: 12px;
}
.notification > .n-body > .n-btn-group[data-v-5f0196bb] {
      position: relative;
      height: 50px;
}
.notification > .n-body > .n-btn-group > .n-btn[data-v-5f0196bb] {
        position: relative;
        display: block;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        text-align: center;
        background: transparent;
}

.select-picker-enter-active[data-v-07fd7eab], .select-picker-leave-active[data-v-07fd7eab] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.select-picker-enter[data-v-07fd7eab], .select-picker-leave-active[data-v-07fd7eab] {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.select-picker[data-v-07fd7eab] {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.select-picker .picker-top[data-v-07fd7eab] {
    display: -webkit-box;
    line-height: 1;
    padding: 1rem;
    font-size: .92rem;
    border-bottom: solid 1px #e5e5e5;
}
.select-picker .picker-top .title[data-v-07fd7eab] {
      -webkit-box-flex: 1;
      text-align: center;
      padding: 0 1rem;
}
.select-picker .picker-top .cancel[data-v-07fd7eab] {
      display: block;
      color: #999;
}
.select-picker .picker-top .sure[data-v-07fd7eab] {
      display: block;
      color: #FF5000;
}
.select-picker-bg[data-v-07fd7eab] {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
}

.picker {
  overflow: hidden;
}
.picker-toolbar {
  height: 40px;
}
.picker-items {
  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;
  padding: 0;
  text-align: right;
  font-size: 24px;
  position: relative;
}
.picker-center-highlight {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -18px;
  pointer-events: none
}
.picker-center-highlight:before,
.picker-center-highlight:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #eaeaea;
  display: block;
  z-index: 15;
  -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.picker-center-highlight:before {
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
}
.picker-center-highlight:after {
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
}

.picker-slot {
  font-size: 18px;
  overflow: hidden;
  position: relative;
  max-height: 100%
}
.picker-slot.picker-slot-left {
  text-align: left;
}
.picker-slot.picker-slot-center {
  text-align: center;
}
.picker-slot.picker-slot-right {
  text-align: right;
}
.picker-slot.picker-slot-divider {
  color: #000;
  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
}
.picker-slot-wrapper {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.picker-slot-wrapper.dragging,
.picker-slot-wrapper.dragging .picker-item {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.picker-item {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #707274;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.picker-slot-absolute .picker-item {
  position: absolute;
}
.picker-item.picker-item-far {
  pointer-events: none
}
.picker-item.picker-selected {
  color: #000;
  -webkit-transform: translate3d(0, 0, 0) rotateX(0);
          transform: translate3d(0, 0, 0) rotateX(0);
}
.picker-3d .picker-items {
  overflow: hidden;
  -webkit-perspective: 700px;
          perspective: 700px;
}
.picker-3d .picker-item,
.picker-3d .picker-slot,
.picker-3d .picker-slot-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d
}
.picker-3d .picker-slot {
  overflow: visible
}
.picker-3d .picker-item {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out
}

.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);
}

.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;
}

.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;
}

.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;
}

















































































.health-notice-enter-active[data-v-fa0fba2a], .health-notice-leave-active[data-v-fa0fba2a] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.health-notice-enter[data-v-fa0fba2a],
.health-notice-leave-active[data-v-fa0fba2a] {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.health-bg[data-v-fa0fba2a] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.health-notice[data-v-fa0fba2a] {
  position: fixed;
  background: #fff;
  bottom: 0;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 1000;
  height: 80%;
}
.health-notice .modal-title[data-v-fa0fba2a] {
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 1rem;
    position: relative;
    background: #fff;
    z-index: 1;
}
.health-notice .modal-title[data-v-fa0fba2a]:after {
      display: block;
      content: '';
      height: 1px;
      background: #e5e5e5;
      -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.health-notice .modal-title i[data-v-fa0fba2a] {
      position: absolute;
      width: 1.2rem;
      height: 1.2rem;
      display: block;
      color: #ccc;
      right: .7rem;
      top: .9rem;
      font-size: 1.2rem;
      line-height: 1.2rem;
}
.health-notice .modal-body[data-v-fa0fba2a] {
    height: -webkit-calc(100% - 3rem - 3.3rem);
    height: calc(100% - 3rem - 3.3rem);
    padding: 0rem 1rem;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    overflow-y: auto;
    overflow-x: hidden;
    word-break: break-all;
    overflow-wrap: break-word;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}
.health-notice .modal-body .mm-title[data-v-fa0fba2a] {
      position: relative;
      line-height: 1;
      padding-left: .8rem;
      font-size: .91rem;
      padding-bottom: .6rem;
      margin-top: 1.5rem;
}
.health-notice .modal-body .mm-title em[data-v-fa0fba2a] {
        height: .3rem;
        width: .3rem;
        border-radius: .3rem;
        left: 0;
        top: .3rem;
        position: absolute;
        background-color: #FF5000;
        display: block;
}
.health-notice .modal-body .mm-contain[data-v-fa0fba2a] {
      font-size: .87rem;
      color: #666;
      line-height: 1.46;
}
.health-notice .modal-btm[data-v-fa0fba2a] {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 0;
    background: #F8F8F8;
    padding: .5rem 1rem;
}
.health-notice .modal-btm .modal-btm-contain[data-v-fa0fba2a] {
      padding-bottom: constant(safe-area-inset-bottom);
      padding-bottom: env(safe-area-inset-bottom);
      box-sizing: content-box;
      line-height: 1;
      text-align: right;
}
.health-notice .modal-btm .mb-btn[data-v-fa0fba2a] {
      color: #666;
      display: inline-block;
      height: 2.33rem;
      width: 5rem;
      border-radius: .13rem;
      font-size: .87rem;
      line-height: 2.33rem;
      text-align: center;
      background-color: #fff;
      border: solid 1px #ccc;
      margin-left: .67rem;
      float: right;
}
.health-notice .modal-btm .mb-btn.primary[data-v-fa0fba2a] {
        background-color: #FF5000;
        color: #fff;
        border-color: #FF5000;
}
.health-notice .modal-btm .mb-btn.is-capacity[data-v-fa0fba2a] {
        line-height: 100%;
        padding-top: 5px;
}
.health-notice .modal-btm .mb-btn.is-capacity span[data-v-fa0fba2a] {
          display: inline-block;
}
.health-notice .modal-btm .mb-btn-primary[data-v-fa0fba2a] {
      color: #FF5000;
      display: block;
}

.c-shelvesPopup-bg[data-v-09009d30] {
  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-09009d30] {
  -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-09009d30] {
  -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-shelvesPopup-main[data-v-09009d30] {
  width: 72%;
  height: auto;
  position: fixed;
  top: 15%;
  left: 14%;
  z-index: 300;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  padding: 2rem;
  border-radius: 5px;
}
.c-shelvesPopup-main .popup-img[data-v-09009d30] {
    display: block;
    margin: 0 auto;
    max-width: 50%;
    height: auto;
    padding: 0.5rem 0 1.2rem 0;
}
.c-shelvesPopup-main .icon-close_circle_line[data-v-09009d30] {
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    color: #fff;
    position: absolute;
    bottom: -3rem;
    font-size: 2.5rem;
    left: 50%;
    right: 0;
    margin-left: -1.25rem;
}
.c-shelvesPopup-main .c-shelvesPopup-info[data-v-09009d30] {
    font-size: 1rem;
    color: #1A1A1A;
    line-height: 1.4rem;
    text-align: center;
}
.c-shelvesPopup-main .c-popup-button[data-v-09009d30] {
    padding: 0;
    border: 0;
    width: 80%;
    display: block;
    margin: 1.6rem auto 0 auto;
    height: 2.4rem;
    background: #fff;
    /* border: 1px solid #ddd; */
    border: 1px solid #508CEE;
    border-radius: 2px;
    color: #508CEE;
    font-size: 0.9rem;
    border-radius: 2px;
}
.c-shelvesPopup-main .c-popup-button[data-v-09009d30]:active {
      background-color: #508CEE;
      color: #fff;
}

@charset "UTF-8";
.lead-phone[data-v-06387323] {
  background: #FFFBF8;
}
.lead-phone .lead-phone-header[data-v-06387323] {
    box-sizing: border-box;
    padding: 15px 15px 0 15px;
    margin-bottom: 12px;
    padding-bottom: 10px;
}
.lead-phone .lead-phone-header div.img[data-v-06387323] {
      height: 21px;
      margin-bottom: 12px;
}
.lead-phone .lead-phone-header div.img img[data-v-06387323] {
        max-height: 100%;
}
.lead-phone .lead-phone-header p[data-v-06387323] {
      margin-bottom: 6px;
}
.lead-phone .logos ul[data-v-06387323] {
    padding: 3px 10px 19px 0;
    white-space: nowrap;
    /*文本不会换行，文本会在在同一行上继续*/
    overflow-y: auto;
    /*可滑动*/
    /*适应苹果*/
    -webkit-overflow-scrolling: touch;
    /*隐藏掉滚动条*/
}
.lead-phone .logos ul[data-v-06387323]::-webkit-scrollbar {
      display: none;
}
.lead-phone .logos ul li[data-v-06387323] {
      width: 40px;
      height: 40px;
      display: inline-block;
      /*行内块元素*/
}
.lead-phone .logos ul li + li[data-v-06387323] {
        margin-left: 21px;
}
.lead-phone .logos ul li img[data-v-06387323] {
        border-radius: 50%;
}
.lead-phone .logos ul li span[data-v-06387323] {
        display: block;
        font-size: 10px;
        color: #666;
}
.lead-phone .logos ul .pt4[data-v-06387323] {
      padding-top: 4px;
}
.lead-phone .logos ul .p-img[data-v-06387323] {
      width: 12px;
      height: 12px;
      margin-top: 4px;
}
.lead-phone .lead-phone-more[data-v-06387323] {
    position: relative;
    box-sizing: border-box;
    padding: 0 15px 15px 15px;
    font-family: 'PingFangSC-Regular';
    font-size: 13px;
    line-height: 16px;
    text-align: center;
}
.lead-phone .lead-phone-more[data-v-06387323]: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);
}
.lead-phone .text[data-v-06387323] {
    font-family: 'PingFangSC-Regular';
    font-size: 13px;
    color: #333;
    line-height: 16px;
}
.lead-phone .re[data-v-06387323] {
    color: #FF5000;
}
.lead-phone .ac-content[data-v-06387323] {
    color: #FF5000;
}
.lead-phone .ac-content .ac-right[data-v-06387323] {
      text-align: left;
      font-size: 13px;
      padding: 0;
}
.lead-phone .ac-content .ac-right span[data-v-06387323] {
        color: #333;
}
.lead-phone .ac-content .ac-right .num[data-v-06387323] {
        font-family: 'PingFangSC-Regular';
        color: #FF5000;
        line-height: 16px;
}

.short-bonus[data-v-662ea3ea] {
  background-color: #fff;
}
.short-bonus .prom-table[data-v-662ea3ea] {
    position: relative;
    padding: 15px;
    background-color: #fff;
}
.short-bonus .prom-table .table-name[data-v-662ea3ea] {
      height: 40px;
      line-height: 40px;
      background-color: #e5e5e5;
      font-size: 13px;
      color: #333;
      font-weight: bold;
      padding: 0 6px;
      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;
}
.short-bonus .prom-table .table-name span[data-v-662ea3ea] {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
}
.short-bonus .prom-table .meal-table2[data-v-662ea3ea] {
      height: 100%;
      color: #86939a;
      background-color: #fff;
      width: 100%;
      -webkit-overflow-scrolling: touch;
      position: relative;
      top: 0;
      overflow: hidden;
}
.short-bonus .prom-table .meal-table2 table[data-v-662ea3ea] {
        color: #666;
        font-size: 0.8rem;
        width: 100%;
        border-collapse: collapse;
}
.short-bonus .prom-table .meal-table2 .tr-content[data-v-662ea3ea]:nth-child(even) {
        background: #f8f8f8;
}
.short-bonus .prom-table .meal-table2 tr[data-v-662ea3ea] {
        position: relative;
        background: #fff;
}
.short-bonus .prom-table .meal-table2 tr.tr-first td[data-v-662ea3ea] {
          background-color: #f8f8f8;
          font-size: 12px;
}
.short-bonus .prom-table .meal-table2 tr.tr-first td span[data-v-662ea3ea] {
            font-size: 12px;
            background-color: #f8f8f8;
            color: #333;
}
.short-bonus .prom-table .meal-table2 td[data-v-662ea3ea] {
        font-size: 12px;
        overflow: hidden;
        padding: 9px 0.3rem;
        text-align: center;
}
.short-bonus .prom-table .meal-table2 td.t-normal[data-v-662ea3ea] {
          padding: 0;
}
.short-bonus .prom-table .meal-table2 td.t-normal .n-td[data-v-662ea3ea] {
            line-height: 24px;
            height: 24px;
            display: block;
            text-align: center;
            font-size: 12px;
            padding: 0 0.3rem;
            -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;
}
.short-bonus .prom-table .meal-table2 .cols span[data-v-662ea3ea] {
        display: block;
        text-align: center;
        font-size: 12px;
}
.short-bonus .prom-table .meal-table2 .cols span.desc[data-v-662ea3ea] {
          -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;
}
.short-bonus .prom-table .meal-table2 .cols span.desc .intext[data-v-662ea3ea] {
            overflow: hidden;
            white-space: normal;
            word-break: break-all;
            line-height: 150%;
}
.short-bonus .prom-table .meal-table2 .tleft[data-v-662ea3ea] {
        background-color: #fff;
}
.short-bonus .prom-table .meal-table2 .tr-first[data-v-662ea3ea] {
        background: #f8f8f8;
}

.star-rate-wrapper {
  display: box;
  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;
  color: #FF9224;
  line-height: 1;
}
.star-rate-inner {
  position: relative;
  width: 64px;
  height: 16px;
  line-height: 16px;
  margin-left: 2px;
  font-size: 12px;
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.star-rate-inner .star-rate-background {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.star-rate-inner .star-rate-active {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.star-rate-inner .star-rate-icon {
  position: absolute;
  width: 64px;
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.star-rate-inner .star-rate-icon .iconfont {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  max-width: 20%;
  flex: 1;
  display: inline-block;
  float: left;
}
.star-rate-score {
  display: inline-block;
  line-height: 16px;
}

.license-card[data-v-7e8a476c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f7f9fc;
  margin-top: 9px;
  padding: 15px;
  margin: 15px;
  border-radius: 9px;
}
.license-card .img-wrap[data-v-7e8a476c] {
    width: 51px;
    height: 72px;
    border-radius: 2px;
}
.license-card .license-detail[data-v-7e8a476c] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    margin-left: 15px;
}
.license-card .license-detail .license-name[data-v-7e8a476c] {
      margin-top: 4.5px;
      color: #333;
      font-weight: 500;
      line-height: 16px;
      margin-bottom: 6px;
}
.license-card .license-detail .license-item[data-v-7e8a476c] {
      line-height: 20px;
      color: #666;
}

.active-countdown[data-v-4eb9898f] {
  padding: .34rem 1rem;
  position: relative;
}
.active-countdown .ac-content[data-v-4eb9898f] {
    display: -webkit-box;
    line-height: 1.6rem;
    color: #fff;
}
.active-countdown .ac-content .ac-left[data-v-4eb9898f] {
      -webkit-box-flex: 1;
      font-size: .92rem;
}
.active-countdown .ac-content .ac-left .icon[data-v-4eb9898f] {
        font-size: 1.6rem;
        vertical-align: middle;
}
.active-countdown .ac-content .ac-right[data-v-4eb9898f] {
      font-size: .8rem;
}
.active-countdown .ac-content .ac-right .num[data-v-4eb9898f] {
        font-style: normal;
        vertical-align: middle;
        display: inline-block;
        padding: 0 .15rem;
        min-width: 1.3rem;
        text-align: center;
        background-color: #fff;
        line-height: 1.33rem;
        font-size: 0.92rem;
        border-radius: 2px;
}

.sale-group[data-v-42564e37] {
  background-color: #fff;
  overflow-x: hidden;
  margin-bottom: .6rem;
}
.sale-group .red-font[data-v-42564e37] {
    color: #FF5000;
}
.sale-group .group-top[data-v-42564e37] {
    position: relative;
    padding: .71rem 1rem;
    font-size: .873rem;
    line-height: 1.23rem;
}
.sale-group .group-top[data-v-42564e37]::after {
      position: absolute;
      content: " ";
      left: 1rem;
      display: block;
      width: 100%;
      height: 1px;
      background-color: #e5e5e5;
      bottom: 0;
      -webkit-transform: scaleY(0.5);
}
.sale-group .group-md[data-v-42564e37] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
}
.sale-group .group-md .group-item[data-v-42564e37] {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.sale-group .group-md .group-item .img-wrap[data-v-42564e37] {
        display: block;
        position: relative;
        width: 3.33rem;
        height: 3.33rem;
        border-radius: 3.33rem;
        overflow: hidden;
        margin: 0 auto;
}
.sale-group .group-md .group-item .img-wrap img[data-v-42564e37] {
          display: block;
          width: 100%;
          position: relative;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
}
.sale-group .group-md .group-item .item-top[data-v-42564e37] {
        position: relative;
        height: 3.33rem;
        width: 3.33rem;
        margin: 0 auto;
}
.sale-group .group-md .group-item .item-top .tag[data-v-42564e37] {
          font-style: normal;
          left: 50%;
          -webkit-transform: translateX(-50%) scale(0.5, 0.5);
              -ms-transform: translateX(-50%) scale(0.5, 0.5);
                  transform: translateX(-50%) scale(0.5, 0.5);
          display: block;
          background-color: #F43030;
          border: solid 1px #fff;
          color: #fff;
          position: absolute;
          width: 5.6rem;
          height: 1.9rem;
          line-height: 1.9rem;
          font-size: 1.29rem;
          bottom: -0.95rem;
          border-radius: 2rem;
          text-align: center;
}
.sale-group .group-md .group-item .item-btm[data-v-42564e37] {
        font-size: .873rem;
        line-height: 1.1rem;
        margin-top: .7rem;
        text-align: center;
}

.red-packet-enter-active[data-v-2d4ddc1f], .red-packet-leave-active[data-v-2d4ddc1f] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.red-packet-enter[data-v-2d4ddc1f],
.red-packet-leave-active[data-v-2d4ddc1f] {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.red-packet[data-v-2d4ddc1f] {
  background: #fff;
  bottom: 0;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 1000;
  max-height: 80%;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.red-packet .panel-title[data-v-2d4ddc1f] {
    height: 3rem;
    line-height: 3rem;
    font-size: .9rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 5;
}
.red-packet .panel-title .title-conten[data-v-2d4ddc1f] {
      text-align: center;
      padding: 0 1rem;
}
.red-packet .panel-title[data-v-2d4ddc1f]:after {
      display: block;
      content: '';
      height: 1px;
      background: #e5e5e5;
      -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.red-packet i.s-close[data-v-2d4ddc1f] {
    position: absolute;
    right: 1rem;
    top: .8rem;
    width: 1.2rem;
    height: 1.2rem;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1;
    display: block;
    color: #999;
    z-index: 10;
}
.red-packet .panel-main[data-v-2d4ddc1f] {
    height: 100%;
    box-sizing: border-box;
    padding: 1rem;
    padding-top: 3rem;
    overflow-y: auto;
    overflow-wrap: break-word;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.red-packet .panel-main .pm-top[data-v-2d4ddc1f] {
      display: -webkit-box;
      padding: 1rem 0;
}
.red-packet .panel-main .pm-top .t-left[data-v-2d4ddc1f] {
        -webkit-box-flex: 1;
        font-size: .875rem;
        line-height: 1.1rem;
        color: #FF5000;
}
.red-packet .panel-main .pm-top .t-left a[data-v-2d4ddc1f] {
          color: #FF5000;
}
.red-packet .panel-main .pm-top .t-right[data-v-2d4ddc1f] {
        color: #FF5000;
        font-size: .875rem;
        line-height: 1.1rem;
}
.red-packet .panel-main .pm-top .t-right a[data-v-2d4ddc1f] {
          color: #FF5000;
}
.red-packet .panel-main .pm-top .bg-icon-moneny[data-v-2d4ddc1f] {
        padding-left: 22px;
        background-image: url("//res.wyins.net/autoUpload/common/money_753a55e07ebce63.png");
        background-repeat: no-repeat;
        background-size: 15px 15px;
}
.red-packet .panel-main .pm-ticket[data-v-2d4ddc1f] {
      background-color: #FFFBF8;
      border: solid 1px #ffe1cb;
      border-left-width: 6px;
      border-left-color: #FF8760;
      border-radius: 4px;
      display: -webkit-box;
      padding: 1rem 0;
      position: relative;
      margin-bottom: 1rem;
}
.red-packet .panel-main .pm-ticket .mt-circle[data-v-2d4ddc1f], .red-packet .panel-main .pm-ticket .mb-circle[data-v-2d4ddc1f] {
        position: absolute;
        background-color: #fff;
        width: .6rem;
        height: .6rem;
        border-radius: .6rem;
        z-index: 1;
        right: 7.4rem;
}
.red-packet .panel-main .pm-ticket .mt-circle[data-v-2d4ddc1f] {
        border: solid 1px #ffe1cb;
        top: -0.3rem;
}
.red-packet .panel-main .pm-ticket .mb-circle[data-v-2d4ddc1f] {
        border: solid 1px #ffe1cb;
        bottom: -0.3rem;
}
.red-packet .panel-main .pm-ticket .mtn-circle[data-v-2d4ddc1f], .red-packet .panel-main .pm-ticket .mbn-circle[data-v-2d4ddc1f] {
        width: .8rem;
        height: .8rem;
        background-color: #fff;
        right: 7.3rem;
        position: absolute;
        z-index: 2;
}
.red-packet .panel-main .pm-ticket .mtn-circle[data-v-2d4ddc1f] {
        top: -0.875rem;
}
.red-packet .panel-main .pm-ticket .mbn-circle[data-v-2d4ddc1f] {
        bottom: -0.875rem;
}
.red-packet .panel-main .pm-ticket .t-left[data-v-2d4ddc1f] {
        -webkit-box-flex: 1;
        padding: 0 1rem;
}
.red-packet .panel-main .pm-ticket .t-left .tl-top[data-v-2d4ddc1f] {
          padding-bottom: .6rem;
          border-bottom: dashed 1px #ffe1cb;
}
.red-packet .panel-main .pm-ticket .t-left .tl-top .m-title[data-v-2d4ddc1f] {
            line-height: 1.2rem;
            font-size: 1rem;
            color: #FF5000;
}
.red-packet .panel-main .pm-ticket .t-left .tl-top .m-num[data-v-2d4ddc1f] {
            font-size: .8rem;
            line-height: 1rem;
            color: #999;
            margin-top: .4rem;
            word-break: break-all;
}
.red-packet .panel-main .pm-ticket .t-left .tl-btm[data-v-2d4ddc1f] {
          padding-top: .4rem;
}
.red-packet .panel-main .pm-ticket .t-left .tl-btm .m-tx[data-v-2d4ddc1f] {
            margin-top: .2rem;
            font-size: .8rem;
            line-height: 1.1rem;
            color: #666;
}
.red-packet .panel-main .pm-ticket .t-right[data-v-2d4ddc1f] {
        padding: 0 1rem;
        position: relative;
        width: 7.7rem;
        border-left: dashed 1px #ffe1cb;
        display: -webkit-flex;
        -webkit-justify-content: center;
        -webkit-align-items: center;
}
.red-packet .panel-main .pm-ticket .t-right .price-wrap[data-v-2d4ddc1f] {
          font-size: 2rem;
          color: #FF5000;
          text-align: center;
}
.red-packet .panel-main .pm-ticket .t-right .price-wrap .p-btm[data-v-2d4ddc1f] {
            line-height: 1;
}
.red-packet .panel-main .pm-ticket .t-right .price-wrap .statu[data-v-2d4ddc1f] {
            font-size: .8rem;
            padding-top: 1rem;
}
.red-packet .panel-main .pm-ticket .t-right .price-wrap .p-btn[data-v-2d4ddc1f] {
            padding: .3rem .6rem;
            background-color: #FF5000;
            color: #fff;
            border-radius: 4px;
            font-size: .8rem;
            line-height: 1.1rem;
            display: inline-block;
            border: none;
            outline: none;
}
.red-packet .panel-main .pm-btm .m-tx[data-v-2d4ddc1f] {
      font-size: .8rem;
      line-height: 1rem;
      color: #999;
      margin-bottom: .4rem;
}
.red-packet-bg[data-v-2d4ddc1f] {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.profession-search[data-v-35ac3585] {
  position: fixed;
}
.font-blue[data-v-35ac3585] {
  color: #508CEE;
}
.font-red[data-v-35ac3585] {
  color: #FF5000;
}
.form-distance[data-v-35ac3585] {
  height: 3.333rem;
}
.search-form[data-v-35ac3585] {
  height: 3.333rem;
  display: -webkit-box;
  padding: .7rem 1rem;
  background-color: #fff;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
.search-form .sch-main[data-v-35ac3585] {
    -webkit-box-flex: 1;
    border-radius: 4px;
    background-color: #F2F2F2;
    position: relative;
    padding: .4rem .6rem;
    padding-left: 2.2rem;
    height: 2rem;
}
.search-form .sch-main i[data-v-35ac3585] {
      display: block;
      position: absolute;
      left: .6rem;
      font-size: 1.2rem;
      top: .4rem;
}
.search-form .sch-main input[data-v-35ac3585] {
      display: block;
      outline: none;
      border: none;
      width: 100%;
      line-height: 1.2rem;
      font-size: .875rem;
      background: transparent;
}
.search-form .sch-main input[data-v-35ac3585]::-webkit-search-cancel-button {
        display: none;
}
.search-form .sch-other[data-v-35ac3585] {
    display: block;
    padding-left: .6rem;
    font-size: 1rem;
    line-height: 2rem;
}
.search-result[data-v-35ac3585] {
  margin-top: .6rem;
  background-color: #fff;
}
.search-result .res-item[data-v-35ac3585] {
    position: relative;
    padding: .6rem 1rem;
    overflow-x: hidden;
}
.search-result .res-item[data-v-35ac3585]::after {
      position: absolute;
      left: 1rem;
      width: 100%;
      height: 1px;
      -webkit-transform: scaleY(0.5);
      content: " ";
      display: block;
      background-color: #e5e5e5;
      bottom: 0;
}
.search-result .res-item .item-top[data-v-35ac3585] {
      line-height: 1.2rem;
      font-size: 1rem;
}
.search-result .res-item .item-btm[data-v-35ac3585] {
      margin-top: .2rem;
      line-height: 1rem;
      font-size: .8rem;
}
.search-none[data-v-35ac3585] {
  background: #fff;
  display: -webkit-box;
  -webkit-box-align: center;
  padding: 0 1rem;
  padding-bottom: 2rem;
}
.search-none div[data-v-35ac3585] {
    width: 100%;
    text-align: center;
    padding-bottom: 5rem;
}
.search-none img[data-v-35ac3585] {
    display: block;
    margin: 0 auto;
    width: 9.3rem;
}
.search-none .n-info[data-v-35ac3585] {
    color: #666666;
    font-size: 1rem;
    line-height: 1.4rem;
    margin-top: 2rem;
}

.scheme[data-v-799bbd16] {
  background-color: #fff;
}
.scheme .scheme-row[data-v-799bbd16] {
    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;
    color: #333;
    font-size: 15px;
    padding: 15px 15px 15px 0;
    margin-left: 15px;
}
.scheme .scheme-row .scheme-row-left[data-v-799bbd16] {
      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;
}
.scheme .scheme-row .scheme-row-left .text[data-v-799bbd16] {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.scheme .scheme-sheet-content[data-v-799bbd16] {
    padding: 0 15px 15px 15px;
    background-color: #fff;
}
.scheme .scheme-sheet-content .scheme-sheet-content-box[data-v-799bbd16] {
      border-radius: 12px;
      background-color: #f8f8f8;
      padding: 15px;
      margin-top: 15px;
}
.scheme .scheme-sheet-content .scheme-sheet-content-box .scheme-sheet-content-box-title[data-v-799bbd16] {
        color: #333;
        font-size: 16px;
}
.scheme .scheme-sheet-content .scheme-sheet-content-box .scheme-sheet-content-box-date[data-v-799bbd16] {
        color: #999;
        font-size: 12px;
        margin: 9px 0;
}
.scheme .scheme-sheet-content .scheme-sheet-content-box .text[data-v-799bbd16] {
        position: relative;
        font-size: 13px;
        line-height: 19px;
        color: #666;
}
.scheme .scheme-sheet-content .scheme-sheet-content-box .retract[data-v-799bbd16] {
        position: relative;
        overflow: hidden;
}
.scheme .scheme-sheet-content .scheme-sheet-content-box .retract[data-v-799bbd16]:after {
        content: '...';
        position: absolute;
        bottom: 2px;
        right: 0;
        width: 30px;
        padding-left: 5px;
        margin-right: 50px;
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(0%, #f8f8f8));
        background: -webkit-linear-gradient(left, transparent, #f8f8f8 0%);
        background: linear-gradient(to right, transparent, #f8f8f8 0%);
}
.scheme .scheme-sheet-content .scheme-sheet-content-box .btn[data-v-799bbd16] {
        position: absolute;
        right: 0;
        bottom: 4px;
        font-size: 13px;
        line-height: 16px;
        color: #FF5521;
        background-color: #f8f8f8;
}

.holder-info-main .info-header-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 36px;
  height: auto;
  background: #FFFEED;
  padding: 9px 15px;
  font-size: 12px;
  line-height: 18px;
}
.holder-info-main .info-header-text .icon-help {
    width: 18px;
    margin-right: 9px;
    font-size: 18px;
    color: #FF9900;
}
.holder-info-main .info-header-text .text-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}
.bx-sheets-footer {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.tool-tip-text[data-v-6e57b0f2] {
  position: absolute;
  right: 6px;
  top: -3.3rem;
  max-width: 80%;
  width: auto;
  height: 48px;
  display: block;
}
.tip-text[data-v-6e57b0f2] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  padding: 7.5px 9px;
  background: #FF9900;
  box-shadow: 0px 2px 5px 0px rgba(255, 198, 111, 0.63);
  opacity: 0.96;
  border-radius: 5px;
}
.tip-arrow[data-v-6e57b0f2] {
  border-width: 7px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-top: 7px solid #FF9900;
  bottom: 0;
  right: 2.75rem;
}
.tip-arrow[data-v-6e57b0f2]::after {
    content: " ";
    border-width: 7px;
}

@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;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #f2f2f2;
  width: 100%;
  overflow-x: hidden;
}
body {
  font-family: '\9ED1\4F53', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
  width: 100%;
  overflow-x: hidden;
  background: #f2f2f2;
  font-size: 1rem;
  color: #333333;
  box-sizing: content-box;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  max-width: 640px;
  margin: 0 auto;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  vertical-align: top;
  display: block;
}
a {
  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;
}
.loading-bg {
  background-color: #f2f2f2;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.page-safe {
  background-color: #FFFEED;
  height: 2.33rem;
  line-height: 2.33rem;
  padding: 0 2rem 0 2.2rem;
  position: relative;
  color: #666;
}
.page-safe .pos-left {
    position: absolute;
    font-size: 1.2rem;
    top: 0;
    width: 2.2rem;
    padding-left: .6rem;
    background-color: #FFFEED;
    left: 0;
    height: 100%;
    z-index: 1;
    color: #FF8F24;
}
.page-safe .pos-right {
    position: absolute;
    padding-right: .6rem;
    font-size: .8rem;
    top: 0;
    width: 2rem;
    background-color: #FFFEED;
    right: 0;
    text-align: right;
    height: 100%;
    z-index: 1;
}
.page-safe .view-mid {
    font-size: .6rem;
    position: relative;
}
.page-safe .view-mid .in-tx {
      position: absolute;
      left: 0;
      top: 0;
      white-space: nowrap;
      padding-right: 10px;
}
.fixed-footer-wrap {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.fixed-footer {
  background-color: #F8F8F8;
  min-height: 3.33rem;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  padding: .68rem 1rem;
  border-top: solid 1px #E5E5E5;
}
.fixed-footer .foot-left {
    -webkit-box-flex: 1;
    line-height: 2rem;
}
.fixed-footer .foot-left .sn-span {
      font-size: 1rem;
}
.fixed-footer .foot-left .sr-span {
      font-size: 1.33rem;
      color: #FF5000;
      margin-left: .3rem;
}
.fixed-footer .foot-left .sm-span {
      font-size: .7rem;
}
.fixed-footer .foot-right {
    display: block;
    font-size: 0;
    line-height: 0;
}
.fixed-footer .white-btn, .fixed-footer .red-btn {
    height: 2rem;
    line-height: 2rem;
    padding: 0 .8rem;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    font-size: .875rem;
    display: inline-block;
    margin-left: .6rem;
    outline: none;
    border-radius: .15rem;
}
.fixed-footer .red-btn {
    background-color: #FF5000;
    border-color: #FF5000;
    color: #ffffff;
}
.fixed-footer .btn-error {
    background-color: #cccccc;
    color: #ffffff;
    border-color: #cccccc;
}
.detail-footer, .c-detail-footer {
  position: fixed;
  left: 0;
  bottom: -1px;
  width: 100%;
  padding: .5rem 1rem;
  display: -webkit-box;
  font-size: 0;
  background-color: #F8F8F8;
  line-height: 1;
  height: 3.33rem;
  z-index: 10;
}
.detail-footer .foot-contain, .c-detail-footer .foot-contain {
    display: -webkit-box;
    width: 100%;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}
.detail-footer .foot-left, .c-detail-footer .foot-left {
    -webkit-box-flex: 1;
}
.detail-footer .foot-mid, .c-detail-footer .foot-mid {
    padding-left: 0.5rem;
    line-height: 2.33rem;
}
.detail-footer .foot-mid .sr-span, .c-detail-footer .foot-mid .sr-span {
      font-size: 1.2rem;
      color: #FF5000;
}
.detail-footer .foot-mid .sm-span, .c-detail-footer .foot-mid .sm-span {
      font-size: .7rem;
}
.detail-footer .foot-right, .c-detail-footer .foot-right {
    display: -webkit-box;
}
.detail-footer .white-btn, .detail-footer .red-btn, .c-detail-footer .white-btn, .c-detail-footer .red-btn {
    height: 2.33rem;
    padding: .23rem .2rem;
    min-width: 5.1rem;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    font-size: .875rem;
    display: block;
    margin-left: .6rem;
    outline: none;
    border-radius: .15rem;
}
.detail-footer .red-btn, .c-detail-footer .red-btn {
    background-color: #FF5000;
    border-color: #FF5000;
    color: #ffffff;
}
.detail-footer .btn-only, .c-detail-footer .btn-only {
    line-height: 1.9rem;
}
.detail-footer .btn-two .top, .c-detail-footer .btn-two .top {
    font-size: .8rem;
    line-height: 1rem;
    display: block;
}
.detail-footer .btn-two .btm, .c-detail-footer .btn-two .btm {
    display: block;
    font-size: .7rem;
    line-height: .9rem;
    color: #999;
}
.detail-footer .icon-t-btn, .c-detail-footer .icon-t-btn {
    display: inline-block;
    text-align: center;
}
.detail-footer .icon-t-btn i, .c-detail-footer .icon-t-btn i {
      font-size: 1.4rem;
      display: block;
      margin: 0 auto;
}
.detail-footer .icon-t-btn span, .c-detail-footer .icon-t-btn span {
      margin-top: .2rem;
      display: block;
      font-size: .7rem;
      line-height: .9rem;
}
.detail-footer .icon-t-btn.ml10, .c-detail-footer .icon-t-btn.ml10 {
      margin-left: 1rem;
}
.c-detail-footer .foot-mid {
  padding-left: 0;
  -webkit-box-flex: 1;
}
.detail-footer {
  height: auto;
}
.safe-area-btm {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.mint-datetime {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.mint-popup {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.pb8 {
  padding-bottom: 8rem;
}
.insure-tips {
  padding: 8px 0;
  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;
}
.insure-tips .bx-checkbox .bx-checkbox-icon, .insure-tips .bx-checkbox .bx-checkbox-icon .bx-icon {
    width: 16px;
    height: 16px;
    line-height: 16px;
}
.insure-tips .tip {
    position: absolute;
    top: -42px;
    left: 0;
    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;
}
.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;
}
.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;
}
.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;
}
.insure-tips .insure-tips-check {
    position: relative;
    color: #E5E5E5;
    margin-right: 9px;
}
.insure-tips .insure-tips-content {
    position: relative;
    font-size: 13px;
    color: #333;
}
.insure-tips .red {
    color: #FF5000;
}
.insure-tips .gray {
    color: #999;
}
html {
  max-width: 750px;
  margin: 0 auto;
}
html * {
    box-sizing: border-box;
}
: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));
}
.main-container {
  padding-bottom: 3.33rem;
}
.red-font {
  color: #FF5000;
}
.gray-font {
  color: #999;
}
.font-s9 {
  font-size: .9rem;
}
.module-new-style .common-title {
  padding: 1rem;
}
.module-new-style .common-title .icon-arrows_right {
    font-size: 0.8rem;
    color: #999;
}
.module-new-style .common-tip {
  padding: 0.2rem 1rem 0.4rem 1rem;
}
.module-new-style .common-tip span {
    padding: 0 0.8rem;
    display: inline-block;
    text-align: center;
    line-height: 1.8rem;
    background: rgba(255, 80, 0, 0.04);
    border-radius: 0.9rem;
    color: #FF5000;
    font-size: 0.87rem;
    margin-right: 0.6rem;
    margin-bottom: 0.6rem;
}
.module-new-style .star-rate-wrapper {
  color: #FF5000;
}
.module-new-style .comment .comment-detail {
  padding: 0.8rem 1rem 1rem 1rem;
}
.module-new-style .end-time {
  font-size: 0.87rem;
  color: #999;
  line-height: 1.1rem;
  margin-bottom: 0.4rem;
}
.module-new-style .end-time .c-tip {
    margin-right: 0.4rem;
}
.module-new-style .comment .comment-detail p.content {
  width: 100%;
  font-size: .934rem;
  color: #333;
  position: relative;
  line-height: 1.27rem;
  overflow: hidden;
}
.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;
}
.common-tab-wrap {
  height: auto;
  background-color: #fff;
}
.common-tab {
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  top: 0;
  left: 0;
  width: 100%;
  padding: .8rem 0;
  background-color: #fff;
  z-index: 1;
}
.common-tab::after {
    position: absolute;
    content: " ";
    height: 1px;
    background-color: #e5e5e5;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleY(0.5);
    width: 100%;
}
.common-tab .tab-item {
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    width: 24%;
    flex: 1;
    display: inline-block;
    font-size: .92rem;
    text-align: center;
    line-height: 1.33rem;
}
.common-tab .tab-item.active {
      color: #FF5000;
}
.common-tab .tab-line {
    position: absolute;
    bottom: 1px;
    border-radius: 0.135rem;
    left: -webkit-calc(100% / 8 - 0.7rem);
    left: calc(100% / 8 - 0.7rem);
    height: .27rem;
    background-color: #FF5000;
    width: 1.4rem;
    display: block;
    -webkit-transition: left .2s ease-in;
    z-index: 1;
}
.header {
  background-color: #fff;
  margin-bottom: .6rem;
}
.header.header-nomb {
    margin-bottom: 0;
    position: relative;
}
.header.header-nomb .title::after {
      position: absolute;
      content: " ";
      height: 1px;
      background-color: #e5e5e5;
      left: 1rem;
      bottom: 0;
      -webkit-transform: scaleY(0.5);
      width: 100%;
}
.header.header-nomb .promise::after {
      position: absolute;
      content: " ";
      height: 1px;
      background-color: #e5e5e5;
      left: 0;
      bottom: 0;
      -webkit-transform: scaleY(0.5);
      width: 100%;
}
.header .banner {
    /* img {
            width: 100%;
            display: block;
        } */
}
.header .banner .active-countdown {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0rem;
}
.header .title {
    margin-left: 1rem;
    padding: 1rem 1rem 1rem 0;
}
.header .title .t-max {
      font-size: 1.1rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
}
.header .title .t-max .optimization-left {
        width: 2.6rem;
        height: 1.1rem;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        display: inline-block;
        margin-bottom: .466666666667rem;
        float: left;
}
.header .title .t-max .product-name {
        font-weight: bold;
        line-height: 1.1rem;
        float: left;
}
.header .title .t-max .optimization-right {
        width: 2.4rem;
        height: 1.1rem;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin-left: .6rem;
        margin-right: .1rem;
        display: inline-block;
}
.header .title .t-min {
      line-height: 1;
      font-size: 0;
      margin-top: .6rem;
      color: #666;
}
.header .title .t-min .m-span {
        font-size: .875rem;
        margin-right: 1rem;
}
.header .promise {
    margin-left: 1rem;
    position: relative;
    display: -webkit-box;
    font-size: 0;
    line-height: 1;
    padding: .7rem 1rem .7rem 0;
    overflow-x: hidden;
}
.header .promise::after {
      position: absolute;
      content: " ";
      height: 1px;
      background-color: #e5e5e5;
      left: 0;
      top: 0;
      -webkit-transform: scaleY(0.5);
      width: 100%;
}
.header .promise .ps-content {
      -webkit-box-flex: 1;
}
.header .promise .ps-item {
      display: inline-block;
      line-height: 1.2rem;
      padding-right: .6rem;
      font-size: .875rem;
      color: #666;
}
.header .promise .ps-item i {
        color: #FF5000;
}
.header .promise .ps-item.img {
        padding-left: 1rem;
        position: relative;
}
.header .promise .ps-item.img img {
          position: absolute;
          left: 0;
          top: 0;
          width: .8rem;
          height: .8rem;
          display: block;
}
.header .promise .ps-sid {
      display: block;
      font-size: 1.2rem;
      line-height: 1;
      color: #ccc;
}
.claim-wrap::after {
  content: " ";
  height: 1px;
  display: block;
  width: 100%;
}
.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 .short-bonus {
    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;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: normal;
}
.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;
            padding: 0 3px;
            font-size: 0.7rem;
}
.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;
}
.promise-modal {
  padding: 1rem;
}
.promise-modal .ps-group {
    padding-bottom: 1rem;
}
.promise-modal .ps-group .title {
      padding-left: .7rem;
      position: relative;
      font-size: .92rem;
      line-height: 1;
      padding-bottom: .65rem;
}
.promise-modal .ps-group .title em {
        display: block;
        width: .28rem;
        height: .28rem;
        border-radius: .28rem;
        background-color: #FF5000;
        left: 0;
        top: .22rem;
        position: absolute;
}
.promise-modal .ps-group .content {
      font-size: .875rem;
      line-height: 1.333rem;
      color: #666;
      padding-left: .7rem;
}
.misslist-modal {
  padding: 1rem;
}
.misslist-modal .miss-item {
    background: #F8F8F8;
    border-radius: 5px;
    margin-bottom: 0.6rem;
}
.misslist-modal .miss-item:last-child {
      margin-bottom: 0;
}
.misslist-modal .miss-item .miss-item-info {
      position: relative;
      padding: 0.8rem 0.9rem;
}
.misslist-modal .miss-item .miss-item-info .title {
        font-size: 0.95rem;
        color: #333333;
        line-height: 150%;
}
.misslist-modal .miss-item .miss-item-info .description {
        font-size: 0.8rem;
        color: #666666;
        letter-spacing: 0;
        line-height: 150%;
}
.misslist-modal .miss-item .miss-item-info .endtime {
        font-size: 0.67rem;
        color: #999999;
}
.misslist-modal .miss-item .miss-item-info .micon {
        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 {
          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 {
          color: #FF5000;
}
.activity-modal {
  padding: 1rem;
  padding-top: 2rem;
}
.activity-modal .ac-item {
    padding-bottom: 1rem;
}
.activity-modal .ac-item .ac-name {
      display: -webkit-box;
      padding-bottom: .5rem;
      line-height: 1.33rem;
}
.activity-modal .ac-item .ac-name .name {
        -webkit-box-flex: 1;
        font-size: .875rem;
        color: #FF5000;
}
.activity-modal .ac-item .ac-name .icon {
        display: block;
        font-size: 1.2rem;
        color: #999;
}
.activity-modal .ac-item .ac-desc {
      font-size: .875rem;
      line-height: 1.33rem;
      color: #666;
}
.picker-items {
  width: 100% !important;
}
.mint-datetime-confirm {
  text-align: right !important;
  padding-right: 1rem !important;
  box-sizing: border-box !important;
  color: #FF5000 !important;
}
.mint-datetime-cancel {
  text-align: left !important;
  padding-left: 1rem !important;
  box-sizing: border-box !important;
  color: #999 !important;
}
.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;
}
.claimImg img {
  max-width: 100%;
  vertical-align: top;
  display: block;
  margin: 0 auto;
}
.renovateProduct {
  padding: 15px;
  font-size: 14px;
  line-height: 1.5;
}
.c9 {
  color: #999;
}
.cc {
  color: #FF9900;
}
.f13 {
  font-size: .9rem;
}
.flex-width-12 {
  -webkit-box-flex: 1.2 !important;
  -webkit-flex: 1.2 !important;
      -ms-flex: 1.2 !important;
          flex: 1.2 !important;
}
.flex-width-14 {
  -webkit-box-flex: 1.4 !important;
  -webkit-flex: 1.4 !important;
      -ms-flex: 1.4 !important;
          flex: 1.4 !important;
}
.comment .comment-line {
  position: relative;
  padding-left: 1rem;
  height: 40px;
  line-height: 40px;
}
.comment .comment-line div.bbh {
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.comment .comment-line div.bbh p {
      -prefix-box-flex: 1;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      min-width: 27%;
      flex: 1;
      display: inline-block;
}
.comment .comment-line div.bbh:after {
      content: " ";
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      height: 1px;
      border-bottom: 1px solid #E5E5E5;
      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);
      margin-left: 1rem;
}
.comment .comment-line div.bbh .star-rate-inner {
      float: right;
}
.comment .comment-detail {
  padding: 1rem;
}
.comment .comment-detail p.title {
    margin-bottom: 10px;
}
.comment .comment-detail p.title img {
      display: inline-block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      margin-right: 8px;
      vertical-align: middle;
}
.comment .comment-detail p.content {
    width: 100%;
    font-size: .9rem;
    color: #333;
    position: relative;
    line-height: 16px;
    overflow: hidden;
}
.comment .comment-detail p.es {
    height: 2.54rem !important;
}
.comment .comment-detail p.es::after {
      content: "...";
      font-weight: bold;
      position: absolute;
      bottom: 0;
      right: 7px;
      padding-left: 20px;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(62%, #fff));
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff 62%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 62%);
}
.bx-popup-overlay, .bx-popup-layer {
  z-index: 11;
}
.poster-title {
  font-size: 13px;
  color: #666;
  line-height: 18px;
  position: relative;
  padding: 15px;
}
.poster-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);
}
.poster-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 0.8rem;
  color: #666;
  padding: 1.33rem 0;
}
.poster-content em {
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 auto 0.33rem;
    background: #49cb39;
    font-size: 2rem;
    line-height: 50px;
    position: relative;
}
.poster-content i {
    font-size: 25px;
    display: inline-block;
    position: absolute;
    left: 25%;
    top: 0;
    color: #fff;
}
.poster-content .blue-icon {
    background: #4485FB;
}
.poster-content .white-icon {
    background: #fd9827;
}
.poster-cancel {
  font-size: 1rem;
  color: #666;
  line-height: 50px;
  height: 50px;
  position: relative;
  padding: 0 1rem;
  text-align: center;
}
.poster-cancel:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    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);
}
.mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11;
}
.poster-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.poster-main .img-wrapper {
    width: 15.5rem;
    height: 26.5rem;
    left: 19%;
    top: 5%;
    position: absolute;
    overflow: hidden;
}
.poster-main .poster-pop-left, .poster-main .poster-pop-right {
    position: fixed;
    top: 40%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    width: 24px;
    height: 50px;
    line-height: 50px;
    background-color: #333;
    opacity: .8;
}
.poster-main .poster-pop-left {
    left: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.poster-main .poster-pop-right {
    right: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.poster-main .poster-content {
    width: 76%;
    left: 12%;
    position: absolute;
    z-index: 11;
    padding: 0;
    color: #fff;
    bottom: 0;
}
