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

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

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

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

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

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

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

@charset "UTF-8";
*[data-v-5e40ff63] {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-appearance: normal;
          appearance: normal;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
*[data-v-5e40ff63],
*[data-v-5e40ff63]:after,
*[data-v-5e40ff63]:before {
  box-sizing: border-box;
}
*[data-v-5e40ff63]:focus {
  outline: none;
}
a[data-v-5e40ff63] {
  text-decoration: none;
}
a[data-v-5e40ff63]:hover {
  text-decoration: none;
}
a[data-v-5e40ff63]:focus {
  outline: none;
}
em[data-v-5e40ff63],
i[data-v-5e40ff63] {
  font-style: normal;
}
ol[data-v-5e40ff63],
ul[data-v-5e40ff63] {
  list-style: none;
}
li[data-v-5e40ff63] {
  display: list-item;
}
input[data-v-5e40ff63],
textarea[data-v-5e40ff63] {
  font: 14px tahoma, 'Microsoft YaHei', Helvetica, Arial, sans-serif;
}
button[data-v-5e40ff63],
input[data-v-5e40ff63]:focus,
textarea[data-v-5e40ff63]:focus {
  outline: 0;
  border: 0;
}
body[data-v-5e40ff63] {
  padding: 0;
  font-family: '\9ED1\4F53-\7B80', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #f0eff4;
  margin: 0 auto;
  position: relative;
}
.drawer-main[data-v-5e40ff63] {
  height: auto;
}
.drawer_bg[data-v-5e40ff63] {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: black;
  -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-5e40ff63] {
  opacity: 1;
  visibility: visible;
}
.drawer[data-v-5e40ff63] {
  width: 100%;
  height: 70%;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #222;
  overflow: hidden;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
  -webkit-transform: translateX(100%);
  z-index: 130300;
  opacity: 0;
}
.drawer .header[data-v-5e40ff63] {
    display: -webkit-box;
    height: 45px;
    width: 100%;
}
.drawer .header .left[data-v-5e40ff63] {
      width: 44px;
      height: 45px;
      position: relative;
      visibility: hidden;
      color: #999;
}
.drawer .header .left.left-show[data-v-5e40ff63] {
        visibility: visible;
}
.drawer .header .right[data-v-5e40ff63] {
      width: 44px;
      height: 44px;
      position: relative;
}
.drawer .header .center[data-v-5e40ff63] {
      -webkit-box-flex: 1;
      height: 45px;
      line-height: 45px;
      position: relative;
      text-align: center;
      font-size: 1rem;
      color: #333333;
}
.drawer .header .close[data-v-5e40ff63] {
      position: absolute;
      right: 10px;
      top: 10px;
      display: block;
      width: 12px;
      height: 12px;
      color: #999;
}
.drawer .header .back[data-v-5e40ff63] {
      display: block;
      position: absolute;
      top: 14px;
      left: 14px;
      width: 16px;
      height: 16px;
}
.drawer .text[data-v-5e40ff63] {
    background: #F8F8F8;
    height: auto;
    -webkit-transition: all .3s;
    position: relative;
    padding: 0 1.1rem;
    padding-right: 1.9rem;
    word-wrap: break-word;
    color: #333;
    font-size: 1rem;
}
.drawer .text .pm-close[data-v-5e40ff63] {
      position: absolute;
      right: .9rem;
      top: .8rem;
      display: block;
      width: .89rem;
      height: .89rem;
      color: #999;
      -webkit-transform: scale(0.8);
}
.drawer .text .selected[data-v-5e40ff63] {
      font-size: 0.93rem;
      line-height: 1.5rem;
      padding: 0.8rem 0;
}
.drawer .text .pass[data-v-5e40ff63] {
      color: #51A93D;
      margin-top: -14px;
      padding-bottom: 12px;
      background: #f8f8f8;
      font-size: 0.8rem;
}
.drawer .text .un-pass[data-v-5e40ff63] {
      color: #E12224;
      margin-top: -14px;
      padding-bottom: 12px;
      background: #f8f8f8;
      font-size: 0.8rem;
}
.drawer .content[data-v-5e40ff63] {
    -webkit-flex: 1;
    width: 100%;
    height: 100%;
    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-5e40ff63] {
      -webkit-transition-delay: .5s;
      transition-delay: .5s;
      opacity: 1;
}
.drawer .content ul[data-v-5e40ff63] {
      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-5e40ff63] {
        padding: 1rem 0;
        position: relative;
        display: -webkit-box;
        -webkit-box-align: center;
        padding-right: 23px;
        background: #fff;
        font-size: 0.9rem;
        color: #333;
}
.drawer .content ul li.white[data-v-5e40ff63] {
          background-color: #fff;
}
.drawer .content ul li.active[data-v-5e40ff63] {
          color: #E12224;
}
.drawer .content ul li.white[data-v-5e40ff63]:before {
          background-color: #fff !important;
}
.drawer .content ul li[data-v-5e40ff63]:active {
          background: #fff;
          color: #E12224;
}
.drawer .content ul li[data-v-5e40ff63]: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[data-v-5e40ff63]:after {
          display: block;
          content: '';
          width: 16px;
          height: 16px;
}
.drawer_show[data-v-5e40ff63] {
  -webkit-transform: translateX(0px);
  opacity: 1 !important;
}
@-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-5e40ff63] {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
.animated[data-v-5e40ff63] {
  -webkit-animation-duration: .4s;
  -moz-transition-duration: .4s;
}
.delay[data-v-5e40ff63] {
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
}
.pr-show[data-v-5e40ff63] {
  -webkit-animation: pr-animation1 .5s ease backwards;
  animation: pr-animation1 .5s ease backwards;
}
.pr-close[data-v-5e40ff63] {
  -webkit-animation: pr-animation2 .5s .1s ease backwards;
  animation: pr-animation2 .5s .1s ease backwards;
}
@-webkit-keyframes pr-animation1 {
from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}
to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
}
@-webkit-keyframes pr-animation2 {
from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}
}
@keyframes pr-animation1 {
from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}
to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes pr-animation2 {
from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}
}
.menu_list[data-v-5e40ff63] {
  width: 100%;
  height: 3rem;
  padding: 0 15px;
  margin: 0;
  display: block;
  background-color: #fff;
}
.menu_list[data-v-5e40ff63]: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;
}
.menu_list li[data-v-5e40ff63] {
    float: left;
    height: 3rem;
    min-width: 4rem;
    /*max-width: 8rem;*/
    max-width: 33%;
    line-height: 3rem;
    display: block;
    padding: 0 0.5rem;
    color: #333;
    font-size: 0.9rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
.menu_list li.active[data-v-5e40ff63] {
      color: #E12224;
      border-bottom: 2px solid #E12224;
}
.menu_list .animated[data-v-5e40ff63] {
    -webkit-animation-duration: .3s;
}
.profession-url-container[data-v-5e40ff63] {
  padding: 1rem;
  line-height: 1;
  font-size: 1rem;
  color: #FF5000;
  position: relative;
  border-top: solid 1px #ddd;
}
.profession-url-container a[data-v-5e40ff63] {
    color: #FF5000;
}
.profession-url-container a[data-v-5e40ff63]:visited {
    color: #FF5000;
}
.profession-url-container a[data-v-5e40ff63]:active {
    color: #FF5000;
}

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

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

















































































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

.up-panel-enter[data-v-2fb55940], .up-panel-leave-active[data-v-2fb55940] {
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 0;
}
.up-panel-enter-active[data-v-2fb55940] {
  -webkit-transition: .3s;
  transition: .3s;
}
.up-panel-leave[data-v-2fb55940] {
  -webkit-transition: .6s;
  transition: .6s;
}
.up-panel[data-v-2fb55940] {
  background: #fff;
  bottom: 0;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 100;
  max-height: 80%;
}
.up-panel .up-title[data-v-2fb55940] {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
}
.up-panel .up-title[data-v-2fb55940]: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.s-close[data-v-2fb55940] {
    position: absolute;
    right: 15px;
    top: 13px;
    width: 18px;
    height: 18px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 18px;
    display: block;
    color: #999;
    z-index: 10;
}
.up-panel .up-panel-main[data-v-2fb55940] {
    height: 100%;
    box-sizing: border-box;
    padding-top: 45px;
    overflow-y: auto;
    overflow-wrap: break-word;
    overflow: auto;
}
.up-panel-bg[data-v-2fb55940] {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
}

.fast-animate[data-v-bada7e5c] {
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animate-duration: 0.4s;
}
.middle-animate[data-v-bada7e5c] {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animate-duration: 0.8s;
}
.slow-animate[data-v-bada7e5c] {
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 0.8s;
  animate-duration: 0.8s;
}
#product-select .red-font[data-v-bada7e5c] {
  color: #E12224;
}
#product-select .page-bg[data-v-bada7e5c] {
  z-index: 300;
  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;
}
#product-select .page-main[data-v-bada7e5c] {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 70%;
  width: 100%;
  background-color: #fff;
  overflow-y: auto;
  z-index: 400;
}
#product-select .page-main .header[data-v-bada7e5c] {
    padding: 1rem 1rem 0 1rem;
}
#product-select .page-main .header table[data-v-bada7e5c] {
      border-bottom: 1px solid #ccc;
      border-spacing: 0;
      width: 97%;
      width: -webkit-calc(100% - 0.8rem);
      width: calc(100% - 0.8rem);
      margin: 0 0.4rem;
}
#product-select .page-main .header table tr td[data-v-bada7e5c] {
        text-align: center;
        color: #333;
        font-size: 0.93rem;
        line-height: 0.93rem;
}
#product-select .page-main .header table tr td span[data-v-bada7e5c] {
          padding: 0.67rem .2rem;
          display: inline-block;
          border-bottom: 0.2rem solid transparent;
}
#product-select .page-main .header table tr td span.active[data-v-bada7e5c] {
          border-bottom: 0.2rem solid #E12224;
}
#product-select .page-main .header em.s-guanbi1[data-v-bada7e5c] {
      position: absolute;
      top: 1rem;
      right: 1rem;
      color: #999;
      font-size: 0.8rem;
}
#product-select .page-main .footer[data-v-bada7e5c] {
    width: 100%;
    border-top: 1px solid #ccc;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 1.2rem 0;
    font-size: 0.87rem;
    line-height: 0.87rem;
    color: #333;
}
#product-select .page-main .footer a[data-v-bada7e5c] {
      color: #333;
}
#product-select .page-main .footer a[data-v-bada7e5c]:active {
      color: #333;
}
#product-select .page-main .img_list[data-v-bada7e5c] {
    display: block;
    height: 76%;
    height: -webkit-calc(100% - 7rem);
    height: calc(100% - 7rem);
    overflow-y: scroll;
}
#product-select .p-show[data-v-bada7e5c] {
  -webkit-animation: p-animation1 0.5s ease backwards;
  animation: p-animation1 0.5s ease backwards;
}
#product-select .p-close[data-v-bada7e5c] {
  -webkit-animation: p-animation2 0.5s 0.1s ease backwards;
  animation: p-animation2 0.5s 0.1s ease backwards;
}
@-webkit-keyframes p-animation1 {
from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}
to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
}
@-webkit-keyframes p-animation2 {
from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}
}
@keyframes p-animation1 {
from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}
to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
}
@keyframes p-animation2 {
from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}
}
#product-select .picker-toolbar[data-v-bada7e5c] {
  height: 3rem;
  font-size: 0.9rem;
}
#product-select .picker-toolbar .mint-datetime-action[data-v-bada7e5c] {
    font-size: 1rem;
    line-height: 3rem;
    text-align: left;
    padding: 0 0.7rem;
}
#product-select .picker-toolbar .mint-datetime-action[data-v-bada7e5c]:first-child {
    color: #666;
}
#product-select .picker-toolbar .mint-datetime-action[data-v-bada7e5c]:last-child {
    text-align: right;
    color: #508CEE;
}
#product-select .picker-items .picker-slot[data-v-bada7e5c] {
  font-size: 1.1rem;
}
#product-select .animated[data-v-bada7e5c] {
  -webkit-animation-duration: 0.3s;
}

@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: none;
  font-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
:root {
  --origin-safe-area-inset-top: 0;
  --origin-safe-area-inset-bottom: 0;
  --safe-area-inset-top: var(--windvane-safe-area-inset-top, var(--origin-safe-area-inset-top));
  --safe-area-inset-bottom: var(--windvane-safe-area-inset-bottom, var(--origin-safe-area-inset-bottom));
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #f2f2f2;
  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);
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  vertical-align: top;
  display: block;
}
a {
  display: block;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
em {
  font-style: normal;
}
footer,
header,
section {
  display: block;
}
section {
  min-width: 320px;
  margin: 0 auto;
  width: 100%;
}
input,
select {
  font-size: 1rem;
  display: inline-block;
  background: transparent;
  border: none;
  vertical-align: middle;
  color: #333;
  width: 100%;
}
input::-webkit-input-placeholder,
select::-webkit-select-placeholder {
  color: #C2C2C2;
}
.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;
    pointer-events: none;
}
.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: 1rem;
    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 {
    padding-left: 1rem;
    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;
}
.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);
}
.mainSection {
  max-width: 100%;
  overflow-x: hidden;
  display: block;
}
.mainInfoForm {
  padding: 0;
  font-size: 1rem;
}
.mainInfoForm dl dt em.triangleIcon {
    display: inline-block;
    border-left: 0.2rem solid #0087FB;
    padding-left: 0.3rem;
    color: #999;
}
.mainInfoForm dl dd input.infoInput {
    display: inline-block;
}
.mainInfoForm dl dd input.infoInput.unit {
    display: inline-block;
    height: 100%;
}
.mainInfoForm dl dd select.infoSelect {
    display: inline-block;
    width: auto;
    min-width: 14rem;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    font-size: 1rem;
    color: #333;
}
.mainSection.detail {
  margin-bottom: 4rem;
}
.mainSection.detail .mainInfoDiv_Dl {
    position: relative;
    margin: 0 0 0.5rem;
    background: #fff;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl {
      width: 100%;
      border-radius: 8px;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd,
      .mainSection.detail .mainInfoDiv_Dl .mainInfoDl dt {
        border-bottom: 1px #E5E5E5 solid;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dt {
        padding: 0.5rem 0.75rem;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dt span {
          display: block;
          font-size: 1.2rem;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dt span:nth-child(1) {
          color: #333;
          font-weight: bold;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dt span:nth-child(2) {
          color: #333;
          font-size: 0.9rem;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd {
        position: relative;
        color: #333;
        margin: 0 1rem;
        padding: 0.4rem 0;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .birthday {
          display: block;
          position: absolute;
          right: 0;
          top: 0.4rem;
          padding: 0.3rem 0;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .birthday span {
            width: 7rem;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .birthday .s-rili {
            color: #0087fb;
            vertical-align: middle;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd span.title {
          color: #333;
          font-size: 1rem;
          vertical-align: middle;
          display: inline-block;
          padding: 0.3rem 0;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd span.title.table {
          position: absolute;
          left: 0;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .chooseItems {
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          position: absolute;
          right: 0;
          top: 0.4rem;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .chooseItems span.chooseItem {
            display: inline-block;
            padding: 0.3rem 0.8rem;
            border-radius: 0.5rem;
            border: 1px #c2c2c2 solid;
            color: #333;
            margin-left: 0.5rem;
            font-size: 0.9rem;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .chooseItems .chooseItem.active {
            color: #0087FB;
            border: 1px #0087FB solid;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .chooseItems .chooseItem.oneItem {
            border: none;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .chooseItems span.chooseItem.notEffect {
            border: none;
            color: #333;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .chooseItems .chooseDiv {
            padding: 0.2rem 0.5rem;
            border-radius: 0.5rem;
            border: 1px #0087FB solid;
            position: relative;
            color: #0087FB;
            border-color: #0087FB;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .chooseItems .chooseDiv .plan-choose {
              display: inline-block;
              border: none;
              color: #0087FB;
              width: inherit;
              -webkit-appearance: none;
              vertical-align: top;
              padding-right: 1.5rem;
              background: transparent;
              font-weight: lighter;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .chooseItems .chooseDiv .s-xiayiye {
              position: absolute;
              right: 0.2rem;
              top: 0;
              padding: 0.2rem 0.3rem 0.1rem 0.2rem;
              font-size: 0.9rem;
              height: 100%;
              pointer-events: none;
              -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              transform: rotate(90deg);
              border-bottom: 1px #0087FB solid;
              color: #0087FB;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .chooseItems .chooseDiv .s-xiayiye:before {
              vertical-align: middle;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .chooseItems.choosse {
          top: 0.5rem;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd table {
          display: inline-block;
          width: 100%;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd table tr {
            width: 100%;
            float: right;
            padding-bottom: 0.5rem;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd table tr td {
              float: right;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd table tr td span.chooseItem {
                display: inline-block;
                padding: 0.3rem 0.8rem;
                border-radius: 0.5rem;
                border: 1px #c2c2c2 solid;
                color: #333;
                margin-left: 0.5rem;
                font-size: 0.9rem;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd table tr td span.chooseItem.active {
                color: #0087FB;
                border: 1px #0087FB solid;
}
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd table tr:last-child {
            padding-bottom: 0;
}
.mainSection.detail .mainInfoDiv_Dl .info-bar {
      position: relative;
      padding: 0.8rem 1rem;
      font-size: 1rem;
}
.mainSection.detail .mainInfoDiv_Dl .info-bar .bonus {
        position: absolute;
        color: #FF4202;
        top: 1rem;
        right: 1rem;
}
.mainSection.detail .mainInfoDiv_Dl .info-bar .price {
        font-weight: bold;
        font-size: 1.4rem;
        -webkit-animation-duration: 0.5s;
        -moz-animation-duration: 0.5s;
        color: #FF4202;
}
.mainSection.detail .mainInfoDiv_Dl .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;
}
.mainSection.detail .mainDiv {
    padding-bottom: 0;
}
.mainSection.detail .tagList {
    width: 100%;
    background: #fff;
}
.mainSection.detail .tagList dl {
      width: 100%;
      margin-bottom: 0.2rem;
}
.mainSection.detail .tagList dl dd {
        border-right: 1px #E5E5E5 solid;
        display: inline-block;
        width: 32%;
        margin: 0.5rem 0;
}
.mainSection.detail .tagList dl dd span {
          text-align: center;
}
.mainSection.detail .tagList dl dd em {
          font-size: 1.5rem;
          color: #0087fb;
          margin-bottom: .2rem;
}
.mainSection.detail .tagList dl dd em,
        .mainSection.detail .tagList dl dd span {
          display: block;
          width: 100%;
          text-align: center;
}
.mainSection.detail .tagList dl dd:last-child {
        border-right: none;
}
.mainSection.detail .tagList dl dd.active {
        border-bottom: 2px solid #0087fb;
        color: #0087fb;
}
.mainSection.detail .feature-go {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 1.125rem;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.75);
}
.mainSection.detail .feature-go ul {
      display: -webkit-box;
      font-size: 1rem;
      min-height: 3rem;
}
.mainSection.detail .feature-go ul li {
        display: -webkit-box;
        -webkit-box-flex: 1;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        color: #fff;
        padding: 0.5rem 0;
}
.mainSection.detail .feature-go ul li span {
          height: 2rem;
          text-align: center;
          margin: 0.5rem 0;
          display: table-header-group;
}
.mainSection.detail .feature-go ul li.service {
        background-color: #fff;
        color: #666;
        border-right: #E7E7E7 1px solid;
}
.mainSection.detail .feature-go ul li.service i {
          display: block;
          margin: 0 auto;
          color: #0087fb;
          font-size: 1.5rem;
}
.mainSection.detail .feature-go ul li.service span {
          display: block;
          margin-top: .1rem;
          font-size: .7rem;
          height: auto;
          margin-bottom: 0;
}
.mainSection.detail .feature-go ul li.huobao {
        background: #fff;
        color: #FF4202;
        font-size: 1rem;
}
.mainSection.detail .feature-go ul li.poster {
        color: #999;
        font-size: 1rem;
        background: #fff url("https://res.wyins.net/legacy/changxian/images/color-text.png") center no-repeat;
        background-size: 44.4% 65.5%;
}
.mainSection.detail .feature-go ul li.poster span {
          display: -webkit-box;
          height: inherit;
          visibility: hidden;
}
.mainSection.detail .feature-go ul li.poster span.s-poster {
          padding-right: 0.2rem;
}
.mainSection.detail .feature-go ul li.poster span.s-poster::before {
          vertical-align: middle;
}
.mainSection.detail .feature-go ul li.toubao {
        background: #FF6332;
}
.mainSection.detail .feature-go ul li.toubao.unavailable {
        background: #999;
        color: #fff;
}
.mainSection.detail .feature-go ul li.share {
        background: #FF8F24;
}
.mainSection.detail .feature-go ul li.share span {
          text-align: left;
          width: 100%;
}
.mainSection.detail .feature-go ul li.share span:nth-child(1) {
          padding-bottom: 0.3rem;
}
.mainSection.detail .feature-go ul li.share span:nth-child(2) {
          font-size: 0.7rem;
}
.mainSection.detail .feature-go ul li.call {
        background: #FF8F24;
}
.mainSection.detail .feature-go ul li.call a {
          display: -webkit-box;
}
.mainSection.detail .feature-go ul li.call a .s-dianhua2,
          .mainSection.detail .feature-go ul li.call a em {
            display: inline-block;
}
.mainSection.detail .feature-go ul li.call a .s-dianhua2 {
            -webkit-transform: rotateY(180deg);
                    transform: rotateY(180deg);
            margin-right: 0.3rem;
}
.mainSection.detail .feature-go ul li.call a .s-dianhua2::before {
            vertical-align: middle;
}
.mainSection.detail .feature-go ul li.call a,
        .mainSection.detail .feature-go ul li.call a:checked,
        .mainSection.detail .feature-go ul li.call a:hover,
        .mainSection.detail .feature-go ul li.call a:link {
          color: #fff;
}
.mainSection.detail .feature-go ul li.call-server {
        background: #fff;
        color: #333333;
        border-right: 1px solid #E7E7E7;
        background: #fff url("https://res.wyins.net/legacy/changxian/images/Group8.png") center no-repeat;
        background-size: contain;
}
.mainSection.detail .feature-go ul li.call-server span {
          text-align: center;
          width: 100%;
          margin: 0;
          font-size: 0.8rem;
          visibility: hidden;
}
.mainSection.detail .mainItem {
    background-color: #fff;
    margin-bottom: 0.5rem;
    width: 100%;
}
.mainSection.detail .mainItem .title {
      width: 100%;
      padding: 0.5rem 1rem;
      color: #A1A1A1;
      border-bottom: 1px #e5e5e5 solid;
}
.mainSection.detail .mainItem .title .s-insurance {
        margin-right: 0.2rem;
        vertical-align: middle;
}
.mainSection.detail .mainItem em,
    .mainSection.detail .mainItem span {
      display: inline-block;
}
.mainSection.detail .mainItem .items {
      padding: 0 1rem;
      color: #333;
}
.mainSection.detail .mainItem .items .item {
        padding: 0.6rem 0;
        border-bottom: 1px #e5e5e5 solid;
        font-size: 0.9rem;
}
.mainSection.detail .mainItem .items .item .showMsg {
          display: block;
          position: relative;
}
.mainSection.detail .mainItem .items .item .showMsg .value {
            position: absolute;
            right: 0;
}
.mainSection.detail .mainItem .items .item .showMsg .value .s-xiayiye {
              font-size: 0.9rem;
              margin-left: 0.2rem;
              pointer-events: none;
              -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              transform: rotate(90deg);
}
.mainSection.detail .mainItem .items .item .showMsg .value .iconfont {
              font-size: 1rem;
              margin-left: 0.3rem;
              pointer-events: none;
}
.mainSection.detail .mainItem .items .item .showMsg .value .s-xiayiye.active {
              vertical-align: sub;
              -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
}
.mainSection.detail .mainItem .items .item .detailMsg {
          display: none;
          padding-top: 0.6rem;
          font-size: 0.8rem;
          color: #999;
          line-height: 1.3rem;
}
.mainSection.detail .mainItem .items .item .detailMsg span {
            font-size: 0.9rem;
            display: inline;
}
.mainSection.detail .mainItem .items .item:last-child {
        border: none;
}
.t-info-title {
  font-size: 1rem;
  line-height: 1rem;
  color: #333333;
  padding: 10px 15px 5px 15px;
  font-weight: bold;
}
.t-info-content {
  padding: 10px 15px 10px 15px;
  line-height: 150%;
  color: #666666;
  font-size: 0.9rem;
}
.t-info-content a {
    display: inline-block;
}
.rule-list li {
  padding: 10px 0;
  position: relative;
  display: -webkit-box;
  -webkit-box-align: center;
  padding-right: 10px;
  background: #F8F8F8;
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 5px;
}
.rule-list li span {
    width: 96%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.rule-list li:active {
    background: #F2F2F2;
}
.rule-list li:before {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    display: block;
    background-color: #fff;
    -webkit-transform: scale(1, 0.5);
    -ms-transform: scale(1, 0.5);
        transform: scale(1, 0.5);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
        transform-origin: center bottom;
    z-index: 1;
}
.rule-list li:after {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    background: url(https://res.wyins.net/legacy/gexian/img/arrow@2x.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    right: 5px;
    top: 14px;
}
.h-line {
  padding-left: 15px;
  width: 100%;
  display: block;
  height: 2px;
  font-size: 0;
  margin-bottom: 5px;
}
.h-line span {
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    display: block;
}
.content-ques {
  font-weight: bolder;
  color: #333;
}
.provision-ques {
  padding-bottom: 10px;
}
.link-vip {
  color: #ff6332;
  background-color: #fffcf1;
  min-height: 2rem;
  line-height: 150%;
  padding: 0 1rem;
  text-align: left;
  font-size: 0.8rem;
}
.link-vip .link-top-border {
    border-top: 1px solid #E5E5E5;
    padding: 0.5rem 1rem 0.5rem 0;
    position: relative;
}
.link-vip .link-top-border .s-chakangengduo1 {
      color: #ff6332;
      position: absolute;
      right: 0rem;
      top: 50%;
      height: 1rem;
      width: 1rem;
      margin-top: -0.5rem;
}

/*活动倒计时*/
.countDown {
  background-color: #f53332;
  height: 3rem;
  color: #fff;
  padding: 0 0.7rem;
  line-height: 3rem;
  overflow: hidden;
}
.countDown .leftBox {
  font-size: 0.9rem;
  float: left;
}
.countDown .leftBox i {
  vertical-align: middle;
  margin-right: 0.2rem;
  font-size: 1.3rem;
}
.countDown .rightBox {
  float: right;
  font-size: 0;
}
.countDown .rightBox .w-span {
  font-size: 0.8rem;
}
.countDown .rightBox .num {
  background-color: #fff;
  font-size: 0.9rem;
  min-width: 1.34rem;
  color: #f53332;
  line-height: 1.34rem;
  text-align: center;
  display: inline-block;
  border-radius: 0.18rem;
  margin: 0 0.2rem;
}
@media (max-width: 320px) {
.mainSection.detail .mainInfoDiv_Dl .mainInfoDl dd .chooseItems span.chooseItem {
    padding: 0.3rem 0.6rem !important;
}
}
.line-px {
  padding: 0 !important;
  margin: 0 !important;
}
.line-px::after {
    content: ' ';
    border-bottom: 1px solid #e5e5e5;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
        transform: scaleY(0.5);
    display: block;
    width: 100%;
}
.top-server-list {
  padding: 0.645rem 0.75rem;
  line-height: 150%;
  color: #666;
  font-size: 0.875rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5rem;
  background-color: #fff;
  width: 100%;
  display: block;
}
.top-server-list .server-dl {
    width: 100%;
    min-height: 1rem;
    overflow: hidden;
    display: block;
    padding-right: 0.1875rem;
    word-wrap: break-word;
    text-overflow: ellipsis;
}
.top-server-list .server-dl dd {
      float: left;
      display: inline-block;
      margin-right: 0.6rem;
      text-align: left;
}
.top-server-list .server-dl dd .iconfont {
        color: #FF5000;
        margin-right: 0.2rem;
        width: 1rem;
        height: 1rem;
}
.top-server-list .server-dl dd .iconImg {
        margin-right: 0.5rem;
        margin-top: 0.2rem;
        width: 0.8125rem;
        height: 0.8125rem;
        display: inline-block;
}
.top-server-list .right-icon {
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;
    width: 1.125rem;
    height: 1.125rem;
    font-size: 1rem;
}
.pro-active-container {
  padding: 1rem;
}
.pro-active-container .pro-name {
    font-size: 0.875rem;
    color: #333;
}
.pro-active-container .pro-title {
    color: #FF5000;
    padding-right: 10px;
    font-size: 1.5rem;
}
.pro-active-container .pro-content {
    font-size: 0.8125rem;
    padding-left: 14px;
    color: #999;
}
.pro-active-container .c-activity-label {
    margin-top: 1rem;
    color: #ff5000;
    font-size: .875rem;
    /* 28/32 */
    line-height: 150%;
    padding-bottom: 1rem;
}
.pro-active-container .c-activity-label .c-activity-icon {
      width: 1.125rem;
      height: 1.125rem;
      float: right;
}
.pro-active-container .c-activity-label .iconfont {
      color: #999;
}
.pro-active-container .c-activity-content {
    line-height: 150%;
    font-size: .8125rem;
    /* 26/32 */
}
.insured-info-well {
  width: 100%;
  display: block;
  margin-bottom: .625rem;
  background-color: #fff;
}
.insured-info-well .insured-info-dl .iconfont {
    font-size: 1rem;
    margin-left: 0.5rem;
}
.insured-info-well .insured-info-dl dd {
    position: relative;
    color: #333;
    margin: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 0 .9375rem;
}
.insured-info-well .insured-info-dl dt {
    color: #333;
    font-size: .9333rem;
    padding: .625rem 0;
    line-height: 1.25rem;
    width: 100%;
    display: block;
    overflow: hidden;
}
.insured-info-well .insured-info-dl dt span.title {
      padding-left: .8125rem;
      border-left: .25rem solid #FF5000;
}
.insured-info-well .insured-info-dl .left-title {
    float: left;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #333;
    padding: .9375rem 0;
}
.insured-info-well .insured-info-dl .right-info {
    float: right;
    font-size: .8125rem;
    color: #333;
    text-align: right;
}
.insured-info-well .insured-info-dl .right-info.right-label {
      line-height: 3.125rem;
}
.insured-info-well .insured-info-dl .insured-age-seleclt {
    float: left;
    margin: .71875rem 0;
    width: auto;
    padding: 0 1.5rem 0 .5625rem;
    border: 1px solid #FF5000;
    border-radius: .125rem;
    line-height: 1.6875rem;
    text-align: center;
    position: relative;
    color: #FF5000;
}
.insured-info-well .insured-info-dl .insured-age-seleclt .triangle-down {
      width: 0;
      height: 0;
      border-left: .28125rem solid transparent;
      border-right: .28125rem solid transparent;
      border-top: .375rem solid #FF5000;
      position: absolute;
      right: .5625rem;
      top: .6875rem;
}
.insured-info-well .insured-info-dl .insured-birth-button {
    width: 1.5rem;
    float: left;
    height: 1.5rem;
    display: inline-block;
    margin: .8125rem 0 .8125rem .9375rem;
}
.insured-info-well .insured-info-dl .insured-birth-button .icon {
      color: #FF5000;
}
.insured-info-well .insured-info-dl .insured-professon {
    line-height: 3.125rem;
    color: #333;
    font-size: .8125rem;
}
.see-more {
  color: #666;
  margin-right: 1rem;
  font-size: 0.85rem;
  line-height: 1rem;
}
.see-more .icon {
    margin-left: .375rem;
    float: right;
}
.see-more .see-text {
    padding-top: 2px;
}
.answers-item {
  padding: .5rem 0 .3125rem 0;
  font-size: .933rem;
  text-align: left;
  clear: both;
  width: 100%;
  display: block;
  overflow: hidden;
}
.answers-item .a-icon {
    width: 1rem;
    height: 1rem;
    text-align: center;
    color: #FF5000;
    border: 1px solid #FF5000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: .66667rem;
    margin-right: .375rem;
    line-height: 1rem;
    float: left;
    display: -webkit-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;
    vertical-align: bottom;
}
.answers-item span {
    line-height: 1.175rem;
    vertical-align: top;
    padding-top: 1px;
}
.questions-item {
  padding: .3125rem 0 .625rem 0;
  font-size: .933rem;
  text-align: left;
  color: #999;
}
.questions-item .q-icon {
    width: 1rem;
    height: 1rem;
    text-align: center;
    vertical-align: middle;
    color: #508CEE;
    border: 1px solid #508CEE;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: .66667rem;
    margin-right: .375rem;
    line-height: 1rem;
    float: left;
    display: -webkit-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;
    vertical-align: bottom;
}
.questions-item .answer-number {
    width: 100%;
    display: block;
    font-size: .85rem;
    color: #999;
    padding: .375rem 0 .3125rem 1.575rem;
}
.questions-item .answer-number.al-see {
      padding-left: 0;
      color: #333;
}
.questions-item a {
    display: inline;
    color: #508CEE;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.color-3 {
  color: #333;
}
.color-6 {
  color: #666;
}
.content-overflow {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.activity-show {
  width: 100%;
  position: relative;
  line-height: 3.125rem;
  font-size: .875rem;
  display: block;
  overflow: hidden;
  padding: 0 0rem 0 1rem;
}
.activity-show .pull-left {
    width: 94%;
    display: block;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.activity-show .icon-text {
    min-width: 1.625rem;
    min-height: .9333rem;
    height: auto;
    line-height: .9333rem;
    color: #FF5000;
    text-align: center;
    border: 1px solid #FF5000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: .66667rem;
    margin-right: .5625rem;
    float: left;
    margin-top: 1rem;
    padding: 0 3px;
}
.activity-show .icon-tip {
    position: absolute;
    top: 0.2rem;
    right: 0.8rem;
    width: 1.125rem;
    height: 1.125rem;
    font-size: 1rem;
}
.picker-items {
  width: 100% !important;
}
.picker-item.picker-selected {
  color: #0086fb !important;
}
.mint-msgbox-btns {
  height: 50px !important;
}
.mint-msgbox-message {
  line-height: 150% !important;
  font-size: 0.9rem !important;
  padding: 20px 0 10px 0;
  color: #333;
}
.mint-msgbox {
  width: 72% !important;
  border-radius: 5px !important;
}
.mint-msgbox-message p {
  color: #333 !important;
  font-size: 1rem;
}
.mint-msgbox.mint-msgbox-confirm {
  color: #000;
}
.mint-msgbox-confirm {
  color: #638aef !important;
}
.c-open-btn {
  font-size: 1rem;
  line-height: 50px !important;
}
.icon-t-btn {
  text-align: center;
}
.mainInfoDl .s-search {
  color: #0087fb;
  font-size: 0.9rem;
  line-height: 2rem;
  margin-left: 0.5rem;
}
.mainInfoDl .chooseDiv {
  width: 100%;
  font-size: 0;
  display: inline-block;
  text-align: right;
}
.mainInfoDl .chooseDiv .select {
    display: inline-block;
    border: 1px #c2c2c2 solid;
    padding: 0.5rem 1.1rem 0.5rem 0.45rem;
    border-radius: 0.2rem;
    -webkit-appearance: none;
    position: relative;
}
.mainInfoDl .chooseDiv .select select {
      border: none;
      /*width: 5.6rem;*/
      font-size: 0.87rem;
      -webkit-appearance: none;
      line-height: 1.2;
}
.mainInfoDl .chooseDiv .select em {
      width: 0.3rem;
      height: 0.5rem;
      position: absolute;
      right: 0.5rem;
      border-color: #666 transparent transparent transparent;
      border-style: solid;
      border-width: 0.5rem 0.3rem;
      display: block;
      top: 0.7rem;
}
.mainInfoDl span.chooseItem-new.notEffect.nobr {
  padding-right: 0 !important;
}
.mainInfoDl .c-dd-new {
  overflow: hidden;
  display: -webkit-box;
  display: box;
}
.mainInfoDl .c-dd-new .chooseItems-new {
    padding: 0 0 0 0;
    text-align: right;
    -webkit-box-flex: 1;
}
.mainInfoDl .c-dd-new .chooseItems-new .chooseItem-new {
      display: inline-block;
      padding: 0.3rem 0.8rem;
      border-radius: 0.5rem;
      border: 1px #c2c2c2 solid;
      color: #333;
      margin-left: 0.5rem;
      font-size: 0.9rem;
      margin-bottom: 0.3rem;
}
.mainInfoDl .c-dd-new .chooseItems-new .chooseItem-new.active {
        color: #0087fb;
        border: 1px #0087fb solid;
}
.mainInfoDiv_Dl .mainInfoDl dd .chooseItems span.chooseItem {
  padding-right: 0 !important;
}
.c9 {
  color: #999;
}
.cc {
  color: #ff9900;
}
.f13 {
  font-size: 0.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: 50px;
  line-height: 50px;
}
.comment .comment-line div.bbh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.comment .comment-line div.bbh p {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.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-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: 0.9rem;
    color: #333;
    position: relative;
    line-height: 16px;
    overflow: hidden;
}
.comment .comment-detail p.es {
    height: 32px !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(transparent), color-stop(62%, #fff));
      background: -webkit-linear-gradient(left, transparent, #fff 62%);
      background: linear-gradient(to right, transparent, #fff 62%);
}
.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: .87rem;
  color: #333;
  position: relative;
  line-height: 1.27rem;
  overflow: hidden;
}
.red-font {
  color: #FF5000;
}

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