/**
 * 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;
}
#app {
  background-position: top center;
  background-repeat: no-repeat;
  /*background: url('//images.zastatic.com/zhenai3/zhenai2012/img/reg_channel/reg6/body_bg2.jpg') top center no-repeat;*/
}
.m-tips {
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-family: "Microsoft Yahei";
  font-size: 18px;
  color: #3a9efb;
  font-weight: bold;
  background: url("//images.zastatic.com/zhenai3/zhenai2012/img/reg_channel/reg6/line.png") center center no-repeat;
}
.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; }

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

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

.f-text-center[data-v-13eb73e1] {
  text-align: center;
}
.f-text-left[data-v-13eb73e1] {
  text-align: left;
}
.f-text-right[data-v-13eb73e1] {
  text-align: right;
}
.f-block[data-v-13eb73e1] {
  display: block;
}
.f-inline-block[data-v-13eb73e1] {
  display: inline-block;
}
.f-inline[data-v-13eb73e1] {
  display: inline;
}
.f-cl[data-v-13eb73e1]:after, .f-cl[data-v-13eb73e1]:before {
  display: table;
  content: "";
}
.f-cl[data-v-13eb73e1]:after {
  clear: both;
}
.f-cl[data-v-13eb73e1]:before {
  clear: both;
}
.f-fl[data-v-13eb73e1] {
  float: left;
}
.f-fr[data-v-13eb73e1] {
  float: right;
}
.f-clamp1[data-v-13eb73e1] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.f-clamp2[data-v-13eb73e1] {
  -webkit-line-clamp: 2;
}
.f-clamp3[data-v-13eb73e1] {
  -webkit-line-clamp: 3;
}
.f-clamp4[data-v-13eb73e1] {
  -webkit-line-clamp: 4;
}
.f-clamp2[data-v-13eb73e1], .f-clamp3[data-v-13eb73e1], .f-clamp4[data-v-13eb73e1] {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  line-break: loose;
  overflow: hidden;
}
.f-color-purple[data-v-13eb73e1] {
  color: #9463F7;
}
.m-top-part[data-v-13eb73e1] {
  padding-top: 30px;
}
.logo[data-v-13eb73e1] {
  display: block;
  width: 114px;
  height: 50px;
  background: url(../images/logo.f6b2017.png) no-repeat;
}
.title[data-v-13eb73e1] {
  width: 300px;
  height: 40px;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.title1[data-v-13eb73e1] {
  background-image: url("//images.zastatic.com/zhenai3/zhenai2015/img/myhome/ad-word.png?v=20141125");
}
.title2[data-v-13eb73e1] {
  background-image: url("//photo.zastatic.com/images/common-cms/it/20200331/1585634414451_798714_t.png");
}
.login[data-v-13eb73e1] {
  margin-right: 150px;
}

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

.f-text-center[data-v-733c7c3e] {
  text-align: center;
}
.f-text-left[data-v-733c7c3e] {
  text-align: left;
}
.f-text-right[data-v-733c7c3e] {
  text-align: right;
}
.f-block[data-v-733c7c3e] {
  display: block;
}
.f-inline-block[data-v-733c7c3e] {
  display: inline-block;
}
.f-inline[data-v-733c7c3e] {
  display: inline;
}
.f-cl[data-v-733c7c3e]:after, .f-cl[data-v-733c7c3e]:before {
  display: table;
  content: "";
}
.f-cl[data-v-733c7c3e]:after {
  clear: both;
}
.f-cl[data-v-733c7c3e]:before {
  clear: both;
}
.f-fl[data-v-733c7c3e] {
  float: left;
}
.f-fr[data-v-733c7c3e] {
  float: right;
}
.f-clamp1[data-v-733c7c3e] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.f-clamp2[data-v-733c7c3e] {
  -webkit-line-clamp: 2;
}
.f-clamp3[data-v-733c7c3e] {
  -webkit-line-clamp: 3;
}
.f-clamp4[data-v-733c7c3e] {
  -webkit-line-clamp: 4;
}
.f-clamp2[data-v-733c7c3e], .f-clamp3[data-v-733c7c3e], .f-clamp4[data-v-733c7c3e] {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  line-break: loose;
  overflow: hidden;
}
.f-color-purple[data-v-733c7c3e] {
  color: #9463F7;
}
.m-middle-part[data-v-733c7c3e] {
  position: relative;
  padding-top: 64px;
  height: 540px;
}
.title[data-v-733c7c3e] {
  position: absolute;
  top: 162px;
  right: 22px;
  width: 496px;
  height: 144px;
  background-repeat: no-repeat;
  /*background: url('//photo.zastatic.com/images/common-cms/it/20181213/1544684012943_505650_t.png') no-repeat;*/
}
.title h1[data-v-733c7c3e] {
    font-size: 48px;
    color: #8b76f9;
    line-height: 67px;
    font-weight: 400;
}
.title p[data-v-733c7c3e] {
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    color: #666978;
    line-height: 33px;
    margin-top: 6px;
}
.title1[data-v-733c7c3e] {
  top: 162px;
  right: 22px;
}
.title2[data-v-733c7c3e] {
  top: 210px;
  right: -83px;
}

.m-register-form[data-v-117905d1] {
  width: 432px;
  height: 436px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0px rgba(149, 138, 211, 0.2);
  padding: 0 30px 40px;
  position: relative;
}
.b-title[data-v-117905d1] {
  color: #9463F7;
  font-size: 22px;
  line-height: 80px;
  text-align: center;
  height: 80px;
  border-bottom: 1px solid rgba(171, 171, 171, 0.6);
}
.b-form[data-v-117905d1] {
  padding-top: 20px;
  margin-bottom: 36px;
}
.form-field[data-v-117905d1] {
  height: 40px;
  margin-top: 15px;
}
.form-field[data-v-117905d1]:first-child {
    margin-top: 0;
}
.form-name[data-v-117905d1] {
  line-height: 40px;
  margin-right: 2px;
}
.form-contnet[data-v-117905d1] {
  position: relative;
}
.notice[data-v-117905d1] {
  right: -22px;
}
.server-error-tips[data-v-117905d1] {
  font-size: 12px;
  color: #FE4A3A;
  text-align: center;
  margin-bottom: 6px;
}

.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-notice[data-v-0f47d825] {
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: top left/100% no-repeat;
}
.error[data-v-0f47d825] {
  background-image: url(../images/error-notice.f6715bb.png);
}
.success[data-v-0f47d825] {
  background-image: url(../images/right-notice.d3afef6.png);
}
.none[data-v-0f47d825] {
  display: none;
}

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

.m-swiper[data-v-171ea1c8] {
  height: 125px;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}
.loop[data-v-171ea1c8] {
  width: 4800px;
  position: absolute;
  top: 0;
  left: 0;
}
.opt[data-v-171ea1c8] {
  height: 100%;
  position: absolute;
  top: 0;
  width: 26px;
  cursor: pointer;
  z-index: 4;
  background: rgba(0, 0, 0, 0.5) url(../images/arrow_24.095e51d.png) 16px 28px no-repeat;
}
.opt-left[data-v-171ea1c8] {
  left: 0;
  background-position: -10% 50%;
}
.opt-right[data-v-171ea1c8] {
  right: 0;
  background-position: 110% 50%;
}

.c-loop-image[data-v-b760df52] {
  float: left;
  width: 100px;
  height: 125px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.c-loop-image:hover img[data-v-b760df52] {
    transform: scale(1.1);
    transition: all .25s linear .1s;
}
.c-loop-image:hover > div.male-wrapper[data-v-b760df52],
  .c-loop-image:hover > div.female-wrapper[data-v-b760df52] {
    bottom: 0px;
    transition: all .3s linear;
}
.c-loop-image img[data-v-b760df52] {
  width: 100%;
  height: 100%;
}
.c-loop-image > div[data-v-b760df52] {
  display: inline-block;
  position: absolute;
  width: 100%;
  color: #fff;
  line-height: 22px;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  text-align: center;
}
.c-loop-image > div.male-wrapper[data-v-b760df52] {
    height: 44px;
    bottom: -44px;
}
.c-loop-image > div.female-wrapper[data-v-b760df52] {
    height: 22px;
    bottom: -22px;
}
