
body {
  background: #FAFAFA;
}
.f-topIndex {
  position: relative;
  z-index: 9;
}
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
* {
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* custom */
a {
  color: #7e8c8d;
  -webkit-backface-visibility: hidden;
  text-decoration: none; }

li {
  list-style: none; }

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body, input, textarea {
  font-family: PingFangSC-Regular, Microsoft YaHei,sans-serif; }

input, img {
  border: none; }

input, button, textarea {
  outline: none; }

img {
  vertical-align: bottom;
  max-width: 100%; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type="number"] {
  -moz-appearance: textfield; }

::-ms-clear {
  display: none; }

::-ms-reveal {
  display: none; }
.f-text-center {
  text-align: center; }

.f-text-left {
  text-align: left; }

.f-text-right {
  text-align: right; }

.f-block {
  display: block; }

.f-inline-block {
  display: inline-block; }

.f-inline {
  display: inline; }

.f-cl:after, .f-cl:before {
  display: table;
  content: ""; }

.f-cl:after {
  clear: both; }

.f-cl:before {
  clear: both; }

.f-fl {
  float: left; }

.f-fr {
  float: right; }

.f-clamp1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.f-clamp2 {
  -webkit-line-clamp: 2; }

.f-clamp3 {
  -webkit-line-clamp: 3; }

.f-clamp4 {
  -webkit-line-clamp: 4; }

.f-clamp2, .f-clamp3, .f-clamp4 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  line-break: loose;
  overflow: hidden; }

.f-color-purple {
  color: #9463F7; }
body {
  min-width: 1200px; }

.u-fc-purple {
  color: #8B76F9; }
/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  float: left; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x; }

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
    height: 100px;*/ }

.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
    height: 100%;*/ }

.swiper-slide-active {
  /* Specific active slide styling: */ }

.swiper-slide-visible {
  /* Specific visible slide styling: */ }

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */ }

.swiper-active-switch {
  /* Specific active button style: */ }

.swiper-visible-switch {
  /* Specific visible button style: */ }

.suggestDialog textarea[data-v-922a3474] {
  width: 100%;
  height: 120px;
  border: 1px solid #e1e1e1;
  outline: none;
}
.suggestDialog .send_btn[data-v-922a3474] {
  margin-top: 10px;
  text-align: right;
  color: #8b8b8b;
}
.suggestDialog .send_btn span[data-v-922a3474] {
    font-weight: bold;
}
.suggestDialog button[data-v-922a3474] {
  cursor: pointer;
  border: none;
  background: #fea0a0;
  color: #fff;
  padding: 5px 18px;
  border-radius: 2px;
  font-size: 12px;
  margin-left: 10px;
}
.suggestDialog button[data-v-922a3474]:hover {
    background: #ff5b5b;
}
.slideIcon[data-v-922a3474] {
  position: fixed;
  right: 0;
  bottom: 100px;
  width: 55px;
  height: 250px;
  z-index: 99;
}
@keyframes slide-data-v-922a3474 {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
    right: 62px;
}
}
.slideIcon .qr[data-v-922a3474] {
    display: none;
    opacity: 0;
    width: 165px;
    height: 180px;
    position: absolute;
    right: 50px;
    top: 50px;
    box-shadow: 0px 0px 19px #ccc;
    background: #fff;
}
.slideIcon .qr .pic[data-v-922a3474] {
      width: 142px;
      height: 165px;
      text-align: center;
      font-size: 13px;
      color: #444;
      padding-top: 145px;
      margin: 10px auto;
      background: url(../images/qrcode.a5c72c4.jpg);
      background-size: 142px 135px;
      background-repeat: no-repeat;
}
.slideIcon .qr .arrow[data-v-922a3474] {
      border: 6px solid transparent;
      border-left: 10px solid #fff;
      width: 0;
      height: 0;
      position: absolute;
      right: -16px;
      top: 85px;
}
.slideIcon .qr.animateShow[data-v-922a3474] {
      display: block;
      animation: 0.6s slide-data-v-922a3474 forwards;
      opacity: 1 \0;
      right: 62px \0;
}
.slideIcon ul[data-v-922a3474] {
    float: right;
    right: 0;
}
.slideIcon ul li[data-v-922a3474] {
      width: 50px;
      height: 50px;
      cursor: pointer;
      display: block;
      background: url(../images/tool_bar.72bfb50.png);
      margin-bottom: 10px;
}
.slideIcon ul li.kefu[data-v-922a3474] {
        background-position: 0 -276px;
}
.slideIcon ul li.kefu[data-v-922a3474]:hover {
          background-position: -70px -276px;
}
.slideIcon ul li.qrcode[data-v-922a3474] {
        background-position: 0 -111px;
}
.slideIcon ul li.qrcode[data-v-922a3474]:hover {
          background-position: -70px -111px;
}
.slideIcon ul li.collect[data-v-922a3474] {
        background: #fff url(../images/tool_collect.400f3c9.png) no-repeat;
        border: 1px solid #ccc;
        background-size: 100% 100%;
}
.slideIcon ul li.collect[data-v-922a3474]:hover {
          background: #fff url(../images/tool_collect_hover.e70565b.png) no-repeat;
}
.slideIcon ul li.qa[data-v-922a3474] {
        background-position: 0 -166px;
}
.slideIcon ul li.qa[data-v-922a3474]:hover {
          background-position: -70px -166px;
}
.slideIcon ul li.gotop[data-v-922a3474] {
        background-position: 0 -221px;
}
.slideIcon ul li.gotop[data-v-922a3474]:hover {
          background-position: -70px -221px;
}
.ui-dialog-body[data-v-922a3474] {
  text-align: center;
  line-height: 24px;
}

.DIALOG {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity .1s ease-out;
}
.DIALOG.active {
    opacity: 1;
}
.DIALOG.active .DIALOG-box {
      transform: scale(1);
}
.DIALOG .DIALOG-box {
    position: relative;
    width: 542px;
    margin: 15vh auto 50px;
    transform: scale(0);
    background-color: #fff;
    transition: transform .1s ease-out;
}
.DIALOG .DIALOG-box .title {
      position: relative;
      height: 44px;
      line-height: 44px;
      text-align: center;
      font-size: 14px;
      color: #999;
      background-color: #F3F3F3;
}
.DIALOG .DIALOG-box .title.colorfulTitle {
        color: #fff;
        background: linear-gradient(314deg, #8070f1 0%, #b06cef 100%);
}
.DIALOG .DIALOG-box .title.colorfulTitle .close::before, .DIALOG .DIALOG-box .title.colorfulTitle .close::after {
          background: #fff;
}
.DIALOG .DIALOG-box .title .close {
        position: absolute;
        right: 10px;
        top: 12px;
        width: 20px;
        height: 20px;
        transform: rotate(45deg);
        cursor: pointer;
}
.DIALOG .DIALOG-box .title .close::before, .DIALOG .DIALOG-box .title .close::after {
          content: "";
          position: absolute;
          left: 50%;
          top: 50%;
          width: 12px;
          height: 2px;
          background: #666;
}
.DIALOG .DIALOG-box .title .close::before {
          transform: translate(-50%, -50%);
}
.DIALOG .DIALOG-box .title .close::after {
          transform: translate(-50%, -50%) rotate(90deg);
}
.DIALOG .DIALOG-box .content {
      padding: 26px 40px 40px;
}
.DIALOG-HIDDEN-BODY {
  height: 100%;
  overflow: hidden;
}

@charset "UTF-8";
.BTN {
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden\0;
  user-select: none;
  font-size: 14px;
  cursor: pointer;
  /* 这个box也是为了兼容ie9，一层结构，ie9的border-radius不生效 */
}
.BTN .BTN-box {
    /* 兼容ie9 */
    overflow: hidden\0;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    background: linear-gradient(-135deg, #856df1, #a468ef);
}
.BTN.disabled:hover {
    opacity: 1;
}
.BTN.disabled .BTN-box {
    background: #D9D9D9 !important;
    color: #4D4D4D;
    filter: none;
    color: #fff;
    cursor: not-allowed;
}
.BTN:hover {
    opacity: .9;
}
.BTN:active {
    opacity: 1;
}
.BTN .primary {
    background: linear-gradient(-135deg, #856df1, #a468ef);
}
.BTN .plain {
    border: 1px solid #fff;
    background: transparent;
    filter: none;
}
.BTN .pure {
    background: #9463F7;
    filter: none;
}

.bg-purple[data-v-1d548e89] {
  background: #996ef0 !important;
  opacity: 1 !important;
}
.opacity-scroll[data-v-1d548e89] {
  transition: background 0.3s ease-in-out;
}
.m-relative[data-v-1d548e89] {
  position: relative;
}
.m-fixed[data-v-1d548e89] {
  position: fixed;
}
.overflow-div[data-v-1d548e89] {
  overflow: hidden;
}
.top-bar[data-v-1d548e89] {
  z-index: 24;
  width: 100%;
  height: 80px;
  background: linear-gradient(314deg, #8070f1 0%, #b06cef 100%);
  box-shadow: 0px 2px 11px 0px rgba(163, 163, 163, 0.3);
}
.top-bar.ie9-background[data-v-1d548e89] {
    filter: none;
}
.top-bar img[data-v-1d548e89] {
    margin: 8px 70px 0 0;
    width: 130px;
}
.top-bar .link-data[data-v-1d548e89] {
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    font-weight: 500;
    color: white;
}
.top-bar .link-data span[data-v-1d548e89] {
      cursor: pointer;
      margin-right: 52px;
}
.top-bar .link-data .current-active[data-v-1d548e89] {
      position: relative;
}
.top-bar .link-data .current-active[data-v-1d548e89]::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -18px;
        width: 30px;
        height: 3px;
        background: white;
        border-radius: 2px;
}
.top-bar .part-margin-left[data-v-1d548e89] {
    margin-right: -300px;
}
.top-bar .right-part .is-login[data-v-1d548e89] {
    width: 584px;
    height: 80px;
    line-height: 56px;
}
.top-bar .right-part .is-login .z-index-up[data-v-1d548e89] {
      z-index: 33;
}
.top-bar .right-part .is-login .z-index-down[data-v-1d548e89] {
      z-index: -11;
}
.top-bar .right-part .is-login .right-mail[data-v-1d548e89] {
      position: absolute;
      width: 190px;
      height: 214px;
      z-index: 22;
}
.top-bar .right-part .is-login .right-mail img[data-v-1d548e89] {
        margin: 0;
        width: 30px;
        height: 30px;
}
.top-bar .right-part .is-login .right-mail .mail-icon[data-v-1d548e89] {
        cursor: pointer;
        margin-left: 120px;
        position: relative;
        width: 60px;
        text-align: right;
        height: 80px;
}
.top-bar .right-part .is-login .right-mail .mail-icon .right-count[data-v-1d548e89] {
          position: absolute;
          right: -14px;
          top: 18px;
          font-size: 14px;
          font-weight: 400;
          display: inline-block;
          padding: 0 5px;
          height: 18px;
          background: #ff7351;
          border-radius: 4px;
          color: #fff;
          line-height: 17px;
}
.top-bar .right-part .is-login .right-mail .mail-data[data-v-1d548e89] {
        position: absolute;
        top: 80px;
        right: 0px;
        padding: 10px 10px 0 20px;
        width: 160px;
        height: 134px;
        background: white;
        box-shadow: 0px 2px 8px 0px rgba(202, 202, 202, 0.5);
        border-radius: 4px;
}
.top-bar .right-part .is-login .right-mail .mail-data[data-v-1d548e89]::after {
          content: "";
          position: absolute;
          top: -20px;
          right: 20px;
          box-sizing: border-box;
          width: 10px;
          height: 0;
          border: 10px solid transparent;
          border-bottom: 10px solid #fff;
}
.top-bar .right-part .is-login .right-mail .mail-data div[data-v-1d548e89] {
          cursor: pointer;
          height: 42px;
          font-size: 14px;
          font-weight: 400;
          color: #333333;
          line-height: 42px;
}
.top-bar .right-part .is-login .right-mail .mail-data div span[data-v-1d548e89] {
            position: absolute;
            right: 10px;
            margin-top: 10px;
            display: inline-block;
            padding: 0 5px;
            height: 18px;
            background: #ff7351;
            border-radius: 4px;
            color: #fff;
            line-height: 20px;
}
.top-bar .right-part .is-login .right-mail .mail-data div .watched-span[data-v-1d548e89] {
            border-radius: 20px;
            height: 6px;
            width: 6px;
            padding: 0;
            margin-top: 17px;
}
.top-bar .right-part .is-login .right-me[data-v-1d548e89] {
      position: absolute;
      width: 190px;
      height: 300px;
      margin-left: 70px;
}
.top-bar .right-part .is-login .right-me .me-icon[data-v-1d548e89] {
        margin-left: 120px;
        position: relative;
        width: 60px;
        text-align: right;
        height: 80px;
        cursor: pointer;
}
.top-bar .right-part .is-login .right-me .me-icon img[data-v-1d548e89] {
          margin: 0;
          width: 30px;
          height: 30px;
}
.top-bar .right-part .is-login .right-me .me-data[data-v-1d548e89] {
        position: absolute;
        top: 80px;
        right: -6px;
        width: 160px;
        background: white;
        box-shadow: 0px 2px 8px 0px rgba(202, 202, 202, 0.5);
        border-radius: 4px;
}
.top-bar .right-part .is-login .right-me .me-data[data-v-1d548e89]::after {
          content: "";
          position: absolute;
          top: -20px;
          right: 20px;
          box-sizing: border-box;
          width: 10px;
          height: 0;
          border: 10px solid transparent;
          border-bottom: 10px solid #fff;
}
.top-bar .right-part .is-login .right-me .me-data div[data-v-1d548e89] {
          cursor: pointer;
          height: 42px;
          padding: 0px 10px 0 10px;
          font-size: 14px;
          font-weight: 400;
          color: #333333;
          line-height: 42px;
}
.top-bar .right-part .is-login .right-me .me-data .border-top[data-v-1d548e89] {
          border-top: 1px solid #efefef;
}
.top-bar .right-part .no-login[data-v-1d548e89] {
    display: flex;
}
.bg-transparent[data-v-1d548e89] {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  box-shadow: none !important;
  filter: none;
}

.CONTAINER {
  margin-left: auto;
  margin-right: auto;
}
.CONTAINER.primary {
    width: 1200px;
}

.COPYRIGHT[data-v-2aceaafc] {
  margin: 90px auto 50px;
  text-align: center;
  color: #333333;
  font-size: 14px;
}
.COPYRIGHT .brand[data-v-2aceaafc] {
    margin-top: 15px;
}
.COPYRIGHT p[data-v-2aceaafc] {
    line-height: 26px;
}
.COPYRIGHT a[data-v-2aceaafc] {
    color: #333333;
}
.COPYRIGHT a[data-v-2aceaafc]:hover {
      text-decoration: underline;
}
.COPYRIGHT .quick a[data-v-2aceaafc] {
    cursor: pointer;
    padding: 0 8px;
}
.COPYRIGHT .out-link[data-v-2aceaafc] {
    margin-top: 10px;
}
.COPYRIGHT .out-link img[data-v-2aceaafc] {
      max-height: 36px;
}
.COPYRIGHT .city[data-v-2aceaafc] {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    width: 1200px;
    line-height: 1.6em;
    margin: 0 auto 30px;
}
.COPYRIGHT .city a[data-v-2aceaafc] {
      margin: 0 5px;
}

.USER-INFO-NAV[data-v-8dc533f6] {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #EBEBEB;
  padding-top: 27px;
}
.USER-INFO-NAV .baseInfo[data-v-8dc533f6] {
    text-align: center;
    padding-bottom: 48px;
    min-height: 235px;
}
.USER-INFO-NAV .baseInfo .tags[data-v-8dc533f6] {
      margin-top: 8px;
}
.USER-INFO-NAV .baseInfo .logo[data-v-8dc533f6] {
      position: relative;
      display: inline-block;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      overflow: hidden;
      background: center center no-repeat #f5f5f5;
      background-size: cover;
}
.USER-INFO-NAV .baseInfo .logo span[data-v-8dc533f6] {
        position: absolute;
        width: 80px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background: rgba(0, 0, 0, 0.35);
        color: #fff;
        left: 0;
        bottom: 0;
        font-size: 14px;
}
.USER-INFO-NAV .baseInfo .name[data-v-8dc533f6] {
      margin-top: 14px;
      font-size: 18px;
      font-weight: bold;
      color: #333;
      height: 25px;
      line-height: 25px;
}
.USER-INFO-NAV .baseInfo .infoPercent[data-v-8dc533f6] {
      display: inline-block;
      margin-top: 34px;
      width: 190px;
      color: #666;
      font-size: 13px;
      line-height: 18px;
}
.USER-INFO-NAV .baseInfo .infoPercent .preview[data-v-8dc533f6] {
        color: #8B76F9;
}
.USER-INFO-NAV .baseInfo .infoPercent .percentBox[data-v-8dc533f6] {
        position: relative;
        height: 8px;
        margin-top: 4px;
        background-color: #D8D8D8;
        border-radius: 4px;
        overflow: hidden;
}
.USER-INFO-NAV .baseInfo .infoPercent .percentBox .percent[data-v-8dc533f6] {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          background-color: #A187F9;
          border-radius: 4px;
          overflow: hidden;
}
.USER-INFO-NAV .nav .nav-item[data-v-8dc533f6] {
    display: block;
    position: relative;
    padding: 0 45px 0 54px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    user-select: none;
}
.USER-INFO-NAV .nav .nav-item[data-v-8dc533f6]::after {
      content: '';
      position: absolute;
      right: 45px;
      top: 50%;
      width: 8px;
      height: 8px;
      margin-top: -4px;
      border: 1px solid #898989;
      border-left-width: 0;
      border-bottom-width: 0;
      transform: rotate(45deg);
}
.USER-INFO-NAV .nav .nav-item.active[data-v-8dc533f6] {
      color: #8B76F9;
}
.USER-INFO-NAV .nav .nav-item.active[data-v-8dc533f6]::after {
        border-color: #8B76F9;
}
.USER-INFO-NAV .nav .nav-item.down[data-v-8dc533f6]::after {
      transform: rotate(135deg);
      transform-origin: right center;
      margin-right: 4px;
}
.USER-INFO-NAV .nav .nav-item[data-v-8dc533f6]:hover {
      background: rgba(139, 118, 249, 0.1);
}
.USER-INFO-NAV .nav .nav-item.active[data-v-8dc533f6]::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -12px;
      width: 3px;
      height: 25px;
      background-color: #8B76F9;
}
.USER-INFO-NAV .nav .nav-item-child[data-v-8dc533f6] {
    display: block;
    height: 42px;
    line-height: 42px;
    padding-left: 70px;
    font-size: 14px;
    color: #666;
    user-select: none;
}
.USER-INFO-NAV .nav .nav-item-child.active[data-v-8dc533f6] {
      color: #8B76F9;
}
.USER-INFO-NAV .nav .nav-item-child[data-v-8dc533f6]:hover {
      background: rgba(139, 118, 249, 0.1);
}

.FLAG[data-v-39acb34a] {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background: 0 0 no-repeat;
  background-size: 100% 100%;
}
.FLAG.zhenxin[data-v-39acb34a] {
    background-image: url(../images/flag_zhenxin.56ba56c.png);
}
.FLAG.star[data-v-39acb34a] {
    background-image: url(../images/flag_star.5d64d69.png);
}
.FLAG.realname[data-v-39acb34a] {
    background-image: url(../images/flag_realname.1de9993.png);
}
.FLAG.realnameText[data-v-39acb34a] {
    width: 52px !important;
    background-image: url(../images/flag_realname_tag.2f4677b.png);
}
.FLAG.face[data-v-39acb34a] {
    width: 52px !important;
    background-image: url(../images/flag_face.f480085.png);
}
.FLAG.pointer[data-v-39acb34a] {
    cursor: pointer;
}
.FLAG.gray.zhenxin[data-v-39acb34a] {
    background-image: url(../images/flag_zhenxin_gray.a552697.png);
}
.FLAG.gray.star[data-v-39acb34a] {
    background-image: url(../images/flag_star_gray.0e8ec7d.png);
}
.FLAG.gray.realname[data-v-39acb34a] {
    background-image: url(../images/flag_realname_gray.220a2a7.png);
}

.infoTips[data-v-2c624b18] {
  width: 544px;
  height: 86px;
  color: #666666;
  background: #f2f3f5;
  border-radius: 6px;
  padding-left: 20px;
  padding-top: 20px;
  font-size: 15px;
}
.infoTips h3[data-v-2c624b18] {
    margin-bottom: 15px;
}
.infoTips a[data-v-2c624b18] {
    float: right;
    margin-right: 20px;
    color: #8B76F9;
}
.m-form[data-v-2c624b18] {
  padding-left: 10px;
  margin-top: 15px;
}
.m-form.mt-lg[data-v-2c624b18] {
    margin-top: 20px;
}
.m-form .phoneChange[data-v-2c624b18] {
    font-size: 14px;
    color: #666666;
    margin-top: 8px;
}
.m-form .phoneChange a[data-v-2c624b18] {
      color: #4A90E2;
      text-decoration: underline;
}
.m-form .form-item .label[data-v-2c624b18] {
    width: 124px;
    line-height: 40px;
    font-weight: 400;
    color: #666666;
}
.m-form .form-item .content[data-v-2c624b18] {
    margin-left: 124px;
}
.m-form .form-item .tips[data-v-2c624b18] {
    display: inline-block;
    margin-left: 12px;
    color: #FE4A3A;
    font-size: 12px;
}
.m-form input[type=checkbox][data-v-2c624b18] {
    width: 14px;
    height: 14px;
}
.m-form .middle-label[data-v-2c624b18] {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 40px;
    letter-spacing: 1px;
    margin: 0 2px;
}
.btn-actions[data-v-2c624b18] {
  margin: 60px 0 0 344px;
}

.USER-INFO-FORM[data-v-c94da60e] {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ebebeb;
}
.USER-INFO-FORM .title[data-v-c94da60e] {
    position: relative;
    height: 57px;
    line-height: 56px;
    padding: 0 30px 0 42px;
    border-bottom: 1px solid #efefef;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.USER-INFO-FORM .title[data-v-c94da60e]::before {
      content: '';
      position: absolute;
      left: 30px;
      top: 20px;
      width: 4px;
      height: 16px;
      background: #8B76F9;
}
.USER-INFO-FORM .title .link[data-v-c94da60e] {
      font-size: 14px;
      color: #8B76F9;
      font-weight: normal;
}
.USER-INFO-FORM .content[data-v-c94da60e] {
    padding: 40px 42px 60px;
}































































































































.ZA-FORM-ITEM {
  position: relative;
}
.za-form-item_tip {
  font-size: 12px;
  width: 100%;
  color: #FE4A3A;
  text-align: left;
  line-height: 24px;
  white-space: nowrap;
  /* display: inline-block; */
}
.za-form-item_tip-bottom {
  position: absolute;
  left: 0;
}
.za-form-item_tip-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* right: -100%; */
  text-align: left;
  /* padding-left: 10px; */
}
.za-form-item_tip-inline {
  position: absolute;
  display: inline-block;
  width: auto;
  top: 50%;
  float: left;
  transform: translateY(-50%);
  /* left: 10px; */
  /* right: -100%; */
  text-align: left;
  margin-left: 12px;
  /* padding-left: 10px; */
}

.ZA-INPUT {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
}
.ZA-INPUT input {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    background-color: #f4f4f4;
    border-radius: 4px;
    font-size: 14px;
}
.ZA-INPUT input::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #ababab;
      font-size: 14px;
}
.ZA-INPUT input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #ababab;
      font-size: 14px;
}
.ZA-INPUT input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #ababab;
      font-size: 14px;
}
.ZA-INPUT input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #ababab;
      font-size: 14px;
}
.ZA-INPUT .right-icon-box {
    position: absolute;
    top: 0px;
    right: 3px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ZA-INPUT .hide-pw {
    width: 24px;
    height: 24px;
    background: url("https://photo.zastatic.com/images/common-cms/it/20241031/1730364522610_145651_t.png") no-repeat;
    background-position: center;
}
.ZA-INPUT .show-pw {
    width: 24px;
    height: 24px;
    background: url("https://photo.zastatic.com/images/common-cms/it/20241031/1730364522599_544846_t.png") no-repeat;
    background-position: center;
}
.ZA-INPUT .cancel-btn {
    width: 30px;
    height: 30px;
    background: url(../images/cancel.b6eb860.png) no-repeat;
    background-position: center;
}
.ZA-INPUT .fake-placeholder {
    position: absolute;
    color: #ababab;
    font-size: 14px;
    white-space: nowrap;
    left: 20px;
    top: 0;
    user-select: none;
    cursor: text;
}

.SELECT[data-v-0c0fe087] {
  display: inline-block;
  position: relative;
}
.SELECT[data-v-0c0fe087]:hover {
    z-index: 10;
}
.SELECT .box[data-v-0c0fe087] {
    display: inline-block;
    width: 200px;
    height: 40px;
    padding: 0 20px;
    border-radius: 4px;
    background-color: #f4f4f4;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    cursor: pointer;
}
.SELECT .box.notSelect[data-v-0c0fe087] {
      color: #999;
}
.SELECT .arrow[data-v-0c0fe087] {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    border: 6px solid #999;
    border-color: #999 transparent transparent transparent;
}
.SELECT .optionWrapper[data-v-0c0fe087] {
    position: absolute;
    left: 0;
    top: 110%;
    min-width: 101%;
    margin-top: -4px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0px rgba(163, 163, 163, 0.3);
    max-height: 280px;
    overflow-y: scroll;
    z-index: 999;
}
.SELECT .optionWrapper .option[data-v-0c0fe087] {
      height: 40px;
      line-height: 40px;
      color: #333333;
      text-align: center;
      cursor: pointer;
      user-select: none;
      transition: background-color .3s;
}
.SELECT .optionWrapper .option[data-v-0c0fe087]:hover {
        background-color: #D9D9D9;
}
.SELECT .optionWrapper .option[data-v-0c0fe087]:active {
        background-color: #d6d6d6;
}

.m-address-picker {
  position: relative;
}
.m-address-picker:hover {
    z-index: 10;
}
.m-address-picker .dashed-line {
    height: 1px;
    margin: 5px 0 15px;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    clear: both;
}
.m-address-picker .value {
    display: inline-block;
    width: 90px;
    overflow: hidden;
    height: 40px;
    padding: 0 8px;
    border-radius: 4px;
    background-color: #F4F4F4;
    color: #333333;
    text-align: right;
    line-height: 40px;
    cursor: pointer;
    font-size: 14px;
}
.m-address-picker .full-filed {
    padding: 0 8px 0 2px;
}
.m-address-picker .full-filed span {
      display: inline-block;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 5em;
      white-space: nowrap;
}
.m-address-picker .title {
    padding-bottom: 10px;
    line-height: 26px;
    text-align: center;
    font-weight: bold;
}
.m-address-picker .picker {
    width: 378px;
    min-height: 222px;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -4px;
    z-index: 10;
    padding: 15px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0px rgba(163, 163, 163, 0.3);
}
.m-address-picker .picker.yearPicker .option {
      width: 60px;
}
.m-address-picker .picker:hover {
      display: block;
}
.m-address-picker .picker .name {
      font-weight: bold;
}
.m-address-picker .picker .option {
      display: inline-block;
      white-space: nowrap;
      margin-bottom: 10px;
      margin-right: 5px;
      padding: 4px;
      color: #333333;
      border-radius: 4px;
      text-align: center;
      cursor: pointer;
      user-select: none;
}
.m-address-picker .picker .option:hover {
        background-color: #D9D9D9;
}
.m-address-picker .b-field-input {
    margin-left: 10px;
}
.m-address-picker .b-field-input:nth-child(1) {
      margin-left: 0;
}
.theme-register .value {
  width: 90px;
}
.theme-register .default-value {
  color: #333333;
}
.theme-register-info .value {
  width: 100px;
  text-align: center;
}
.theme-register-info .default-value {
  color: #ABABAB;
}
.theme-register-info .select-value {
  font-size: 14px;
  color: #333333;
}
.theme-register-dark .value {
  width: 90px;
  height: 36px;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  background-color: rgba(255, 255, 255, 0.25);
}
.theme-register-dark .default-value {
  color: #fff;
}

.SELECT[data-v-c9885f12] {
  display: inline-block;
  position: relative;
}
.SELECT[data-v-c9885f12]:hover {
    z-index: 10;
}
.SELECT .box[data-v-c9885f12] {
    display: inline-block;
    width: 200px;
    height: 40px;
    padding: 0 20px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #f4f4f4;
    color: #333333;
    line-height: 40px;
    cursor: pointer;
}
.SELECT .box.notSelect[data-v-c9885f12] {
      color: #999;
}
.SELECT .arrow[data-v-c9885f12] {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    border: 6px solid #999;
    border-color: #999 transparent transparent transparent;
}
.SELECT .optionWrapper[data-v-c9885f12] {
    position: absolute;
    left: 0;
    top: 110%;
    min-width: 101%;
    margin-top: -4px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0px rgba(163, 163, 163, 0.3);
    max-height: 280px;
    overflow-y: scroll;
    z-index: 999;
}
.SELECT .optionWrapper .option[data-v-c9885f12] {
      height: 40px;
      line-height: 40px;
      color: #333333;
      text-align: center;
      cursor: pointer;
      user-select: none;
      transition: background-color .3s;
}
.SELECT .optionWrapper .option[data-v-c9885f12]:hover {
        background-color: #D9D9D9;
}
.SELECT .optionWrapper .option[data-v-c9885f12]:active {
        background-color: #d6d6d6;
}
