
body {
  background: #F4F4F4;
}
/**
 * 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; }

.HEADER {
  padding: 20px 40px;
  background: #f1f1f1;
}

.m-infoCard .imgArea[data-v-747ec7b4] {
  height: 349px;
  background-color: #f1f1f1;
}
.m-infoCard .adv[data-v-747ec7b4] {
  margin-top: 30px;
}
.m-infoCard .adv .title[data-v-747ec7b4] {
    font-size: 20px;
    color: #333333;
    line-height: 22px;
    font-weight: bold;
}
.m-infoCard .adv .title .strong[data-v-747ec7b4] {
      color: #8B76F9;
}
.m-infoCard .adv .title[data-v-747ec7b4]::before {
      content: '';
      display: inline-block;
      position: relative;
      top: -4px;
      width: 6px;
      height: 6px;
      margin-right: 10px;
      border-radius: 6px;
      background-color: #8B76F9;
}
.m-infoCard .adv .des[data-v-747ec7b4] {
    margin-top: 4px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

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

.m-title[data-v-101f0a1e] {
  font-size: 16px;
  color: #333333;
  padding-bottom: 5px;
  line-height: 22px;
}
.m-title.m-title2[data-v-101f0a1e] {
    margin-top: 30px;
}
.m-title[data-v-101f0a1e]::before {
    content: '';
    position: relative;
    top: 2px;
    display: inline-block;
    margin-right: 4px;
    width: 4px;
    height: 16px;
    background-color: #A187F9;
}
.m-title .des[data-v-101f0a1e] {
    margin-left: 52px;
}
.m-title .tip[data-v-101f0a1e] {
    font-size: 14px;
    font-weight: bold;
}
.m-form[data-v-101f0a1e] {
  padding-left: 10px;
  margin-top: 15px;
}
.m-form.mt-lg[data-v-101f0a1e] {
    margin-top: 20px;
}
.m-form .address-tips[data-v-101f0a1e] {
    margin-left: 124px;
    font-size: 12px;
    color: gray;
}
.m-form .form-item .label[data-v-101f0a1e] {
    width: 124px;
    line-height: 40px;
    color: #333333;
}
.m-form .form-item .content[data-v-101f0a1e] {
    margin-left: 124px;
}
.m-form .form-item .tips[data-v-101f0a1e] {
    display: inline-block;
    margin-left: 12px;
    color: #FE4A3A;
    font-size: 12px;
}
.m-form input[type=checkbox][data-v-101f0a1e] {
    width: 14px;
    height: 14px;
}
.m-protocol[data-v-101f0a1e] {
  float: left;
  line-height: 17px;
  font-size: 12px;
  margin-left: 5px;
}
.m-protocol a[data-v-101f0a1e] {
    text-decoration: underline;
}
.field-inline-tips[data-v-101f0a1e] {
  right: 400px;
}
.register-info-date-picker .value[data-v-101f0a1e] {
  width: 100px;
  text-align: center;
}
.register-info-date-picker .default-value[data-v-101f0a1e] {
  color: #ABABAB;
}
.register-info-date-picker .select-value[data-v-101f0a1e] {
  color: #333333;
}
.protocol input[type="checkbox"][data-v-101f0a1e] {
  margin-top: 2px;
}
.btn-actions[data-v-101f0a1e] {
  margin: 30px 0 0 136px;
  position: relative;
}
.server-error-tips[data-v-101f0a1e] {
  font-size: 12px;
  color: #FE4A3A;
  text-align: left;
  line-height: 24px;
  position: absolute;
  top: 50%;
  left: 212px;
  transform: translateY(-50%);
}

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

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

.ZA-RADIO {
  display: inline-block;
  line-height: 40px;
  cursor: pointer;
}
.ZA-RADIO + .ZA-RADIO {
    margin-left: 20px;
}
.ZA-RADIO .label {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #979797;
}
.ZA-RADIO .label.checked {
      border: 3px solid #8B76F9;
}
.ZA-RADIO-theme-dark {
  color: #fff;
  line-height: 36px;
}
.ZA-RADIO-theme-dark .label {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #fff;
}

.c-slide[data-v-7e707f16] {
  user-select: none;
  background-color: #F4F4F4;
  border-radius: 4px;
  /* width: 460px; */
  width: 510px;
  height: 40px;
  cursor: pointer;
  padding: 14px 14px 0;
}
.c-slide .slide-runway[data-v-7e707f16] {
    width: 100%;
    height: 6px;
    position: relative;
    background-color: #D8D8D8;
}
.c-slide .slide-bar[data-v-7e707f16] {
    height: 6px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #9463F7;
    z-index: 1;
}
.c-slide .slide-btn[data-v-7e707f16] {
    position: absolute;
    top: -4px;
    transform: translateX(-50%);
    z-index: 2;
}
.c-slide .rule[data-v-7e707f16] {
    display: block;
    float: left;
    color: #333333;
    font-size: 11px;
    padding: 2px 0 0 3px;
    line-height: 14px;
}
.c-slide .rule[data-v-7e707f16]:last-child {
      position: relative;
}
.c-slide .rule[data-v-7e707f16]:last-child::before {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 10px;
        border-left: 1px solid #4D4D4D;
        top: 0;
        left: 0;
}
.c-slide .rule-bg[data-v-7e707f16] {
    background: url(../images/rule.079996f.png) no-repeat;
}

.c-slide-button[data-v-e97a39f8] {
  border: 3px solid #9463F7;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
.c-slide-button .tooltip[data-v-e97a39f8] {
    transform: translate(-46%, -150%);
}

.c-slide-tooltip[data-v-23af1e5b] {
  padding: 5px;
  box-shadow: 0px 0px 4px 0px rgba(163, 163, 163, 0.36);
  border-radius: 4px;
  background-color: #fff;
  display: inline-block;
  color: #333333;
  white-space: nowrap;
  font-size: 12px;
  position: absolute;
}
.c-slide-tooltip[data-v-23af1e5b]:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #fff;
    border-bottom-color: #fff;
    transform: rotate(-45deg) translateX(-50%);
    bottom: 0px;
    box-shadow: -1px 1px 4px 0px rgba(163, 163, 163, 0.36);
    left: 50%;
}

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

.SAFE-TIPS-SWITCH[data-v-1beafc54] {
  display: inline-block;
  width: 90px;
  line-height: 20px;
  background: #F4F4F4;
  border-radius: 14px;
  border: 1px solid #E5E5E5;
  user-select: none;
}
.SAFE-TIPS-SWITCH .switcher[data-v-1beafc54] {
    position: relative;
    left: 0;
    width: 60px;
    background: #FF7351;
    border-radius: 14px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    transition: all .3s ease;
}
.SAFE-TIPS-SWITCH .switcher.success[data-v-1beafc54] {
      left: 30px;
      background: #99cd68;
}

.m-dialog[data-v-502d666c], .b-mask[data-v-502d666c], .b-dialog .body[data-v-502d666c], .b-top-bar img[data-v-502d666c] {
  width: 100%;
  height: 100%;
}
.m-dialog[data-v-502d666c] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
.b-mask[data-v-502d666c] {
  position: fixed;
  background-color: RGBA(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.b-dialog[data-v-502d666c] {
  width: 380px;
  height: 320px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  border-radius: 4px;
  top: 250px;
  left: 0;
  right: 0;
  margin: auto;
}
.b-dialog .body[data-v-502d666c] {
  box-sizing: border-box;
  padding-top: 120px;
}
.top-bar[data-v-502d666c] {
  height: 120px;
  width: 100%;
  position: absolute;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  top: 0;
  left: 0;
  background-color: #9463F7;
}
.bottom-content[data-v-502d666c], .content[data-v-502d666c] {
  height: 100%;
}
.content[data-v-502d666c] {
  padding-top: 46px;
}
.content-txt[data-v-502d666c] {
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 22px;
}
.content-btns[data-v-502d666c] {
  margin-top: 43px;
}
.btn-wrapper[data-v-502d666c] {
  width: 50%;
  float: left;
}
.btn-wrapper p[data-v-502d666c] {
    margin-top: 4px;
    font-size: 12px;
    line-height: 17px;
    color: #8B76F9;
    text-align: center;
}
.close[data-v-502d666c] {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  right: 0;
  z-index: 2;
  transform: translate(50%, -50%);
  cursor: pointer;
  background: url(../images/close.b620acf.png) center center/100% 100% no-repeat;
}































































































































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

.m-datepicker[data-v-be436522] {
  position: relative;
  z-index: 18;
}
.m-datepicker .value[data-v-be436522] {
    display: inline-block;
    width: 90px;
    height: 40px;
    border-radius: 4px;
    padding: 0 8px;
    background-color: #F4F4F4;
    color: #333333;
    text-align: right;
    line-height: 40px;
    cursor: pointer;
    font-size: 14px;
}
.m-datepicker .default-value[data-v-be436522] {
    color: #ABABAB;
}
.m-datepicker .select-value[data-v-be436522] {
    color: #333333;
}
.m-datepicker .title[data-v-be436522] {
    padding-bottom: 10px;
    line-height: 26px;
    text-align: center;
    font-weight: bold;
}
.m-datepicker .picker[data-v-be436522] {
    width: 378px;
    font-size: 16px;
    min-height: 222px;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -4px;
    padding: 15px;
    z-index: 20;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0px rgba(163, 163, 163, 0.3);
}
.m-datepicker .picker.yearPicker[data-v-be436522] {
      width: 530px;
}
.m-datepicker .picker .year[data-v-be436522] {
      white-space: nowrap;
}
.m-datepicker .picker[data-v-be436522]:hover {
      display: block;
}
.m-datepicker .picker .name[data-v-be436522] {
      font-weight: bold;
}
.m-datepicker .picker .option[data-v-be436522] {
      display: inline-block;
      padding: 4px;
      color: #333333;
      border-radius: 4px;
      text-align: center;
      cursor: pointer;
      user-select: none;
}
.m-datepicker .picker .option[data-v-be436522]:hover {
        background-color: #D9D9D9;
}
.m-datepicker .picker.monthPicker .option[data-v-be436522] {
      width: 8.33333%;
}
.m-datepicker .picker.dayPicker .option[data-v-be436522] {
      width: 10%;
}
.m-datepicker .b-field-input[data-v-be436522] {
    margin-left: 10px;
}
.m-datepicker .b-field-input[data-v-be436522]:nth-child(1) {
      margin-left: 0;
}
.theme-register .value[data-v-be436522] {
  width: 90px;
}
.theme-register .default-value[data-v-be436522] {
  color: #333333;
}
.theme-register-info .value[data-v-be436522] {
  width: 100px;
  text-align: center;
}
.theme-register-info .default-value[data-v-be436522] {
  color: #ABABAB;
}
.theme-register-info .select-value[data-v-be436522] {
  color: #333333;
}
.theme-register-dark .value[data-v-be436522] {
  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[data-v-be436522] {
  color: #fff;
}

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

.validate-box .title {
  height: 42px;
  line-height: 42px;
  margin-right: 20px;
}
.validate-box .gt-box {
  width: 290px;
  overflow: hidden;
}
.geetest_holder.geetest_wind {
  width: 290px !important;
  min-width: 290px !important;
}

.bg-purple[data-v-5d87d350] {
  background: #996ef0 !important;
  opacity: 1 !important;
}
.opacity-scroll[data-v-5d87d350] {
  transition: background 0.3s ease-in-out;
}
.m-relative[data-v-5d87d350] {
  position: relative;
}
.m-fixed[data-v-5d87d350] {
  position: fixed;
}
.overflow-div[data-v-5d87d350] {
  overflow: hidden;
}
.top-bar[data-v-5d87d350] {
  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-5d87d350] {
    filter: none;
}
.top-bar img[data-v-5d87d350] {
    margin: 8px 70px 0 0;
    width: 130px;
}
.top-bar .link-data[data-v-5d87d350] {
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    font-weight: 500;
    color: white;
}
.top-bar .link-data span[data-v-5d87d350] {
      cursor: pointer;
      margin-right: 52px;
}
.top-bar .link-data .current-active[data-v-5d87d350] {
      position: relative;
}
.top-bar .link-data .current-active[data-v-5d87d350]::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-5d87d350] {
    margin-right: -300px;
}
.top-bar .right-part .is-login[data-v-5d87d350] {
    width: 584px;
    height: 80px;
    line-height: 56px;
}
.top-bar .right-part .is-login .z-index-up[data-v-5d87d350] {
      z-index: 33;
}
.top-bar .right-part .is-login .z-index-down[data-v-5d87d350] {
      z-index: -11;
}
.top-bar .right-part .is-login .right-mail[data-v-5d87d350] {
      position: absolute;
      width: 190px;
      height: 214px;
      z-index: 22;
}
.top-bar .right-part .is-login .right-mail img[data-v-5d87d350] {
        margin: 0;
        width: 30px;
        height: 30px;
}
.top-bar .right-part .is-login .right-mail .mail-icon[data-v-5d87d350] {
        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-5d87d350] {
          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-5d87d350] {
        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-5d87d350]::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-5d87d350] {
          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-5d87d350] {
            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-5d87d350] {
            border-radius: 20px;
            height: 6px;
            width: 6px;
            padding: 0;
            margin-top: 17px;
}
.top-bar .right-part .is-login .right-me[data-v-5d87d350] {
      position: absolute;
      width: 190px;
      height: 300px;
      margin-left: 70px;
}
.top-bar .right-part .is-login .right-me .me-icon[data-v-5d87d350] {
        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-5d87d350] {
          margin: 0;
          width: 30px;
          height: 30px;
}
.top-bar .right-part .is-login .right-me .me-data[data-v-5d87d350] {
        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-5d87d350]::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-5d87d350] {
          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-5d87d350] {
          border-top: 1px solid #efefef;
}
.bg-transparent[data-v-5d87d350] {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  box-shadow: none !important;
  filter: none;
}
