
#app {
  background-color: #fff;
}
.m-video-banner {
  width: 100%;
  height: 690px;
  overflow: hidden;
  /* padding-bottom: (600px / 1920px) * 100%; */
  position: relative;
  /* background-size: 100%; */
  background-position: center center;
}
.m-video-banner img {
    height: 690px;
    animation: bgBrans linear 1.2s 0.3s;
    animation-fill-mode: forwards;
}
.m-video-banner video {
    /* width: 100%; */
    /* height: auto; */
    opacity: 0;
    vertical-align: top;
}
.m-video-banner .banner-video {
    opacity: 1;
}
@keyframes bgBrans {
0% {
    transform: scale(1);
}
100% {
    transform: scale(1.1);
}
}
.b-register-form {
  position: absolute;
  width: 532px;
  height: 336px;
  top: 105px;
  right: 6%;
}
.b-register-form .b-title {
    font-size: 22px;
}
.b-register-form .b-conten {
    color: white;
	line-height: 2em;
	padding: 1%;
}
.b-register-form .form-field {
    font-size: 16px;
}
.b-register-form .form-field .theme-register-dark .b-field-input .value {
      font-size: 15px !important;
}
.m-brand-tags {
  height: 340px;
  background-color: #fff;
  text-align: center;
}
.l-tags-container {
  padding-top: 40px;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}
.b-tag {
  display: inline-block;
  width: 200px;
  margin-right: 50px;
}
.b-tag:last-child {
    margin-right: 0;
}
.b-tag img {
    width: 100px;
    margin: 0 auto 7px;
    height: 100px;
}
.b-tag img:hover {
      transform: translateY(-10px);
      transition: transform linear 0.3s;
      animation: hover linear 1.2s 0.3s infinite;
}
.b-tag h4 {
    color: #333333;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
}
.b-tag p {
    width: 200px;
    color: #999;
    font-size: 14px;
    line-height: 20px;
}
@keyframes hover {
0% {
    transform: translateY(-10px);
}
25% {
    transform: translateY(-15px);
}
50% {
    transform: translateY(-10px);
}
75% {
    transform: translateY(-5px);
}
100% {
    transform: translateY(-10px);
}
}
.m-scroll-party {
  height: 500px;
}
.m-zhenai-get {
  height: 800px;
  width: 100%;
  position: relative;
  padding-top: 63px;
}
.m-zhenai-get h2 {
    color: #333333;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
}
.m-zhenai-get:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 120px;
    width: 1050px;
    height: 530px;
    background: #f0f0f1;
}
.m-red-girl {
  height: 380px;
}
.m-handsome-boy {
  width: 100%;
  height: 500px;
}

.m-self-help {
  height: 978px;
  position: relative;
  z-index: 3;
}
.blue-slide-block {
  height: 380px;
  width: 380px;
  background-color: RGBA(150, 18, 18, 0.4);
  position: absolute;
  top: 30px;
  right: 305px;
}
.bg-grep-block {
  width: 913px;
  height: 578px;
  background-color: RGBA(240, 240, 241, 0.4);
  position: absolute;
  top: 263px;
  left: 0;
  z-index: 1;
}
.grep-slide-block {
  height: 280px;
  width: 280px;
  background-color: RGBA(189, 189, 189, 0.4);
  position: absolute;
  top: 100px;
  left: 230px;
  z-index: 2;
}
.m-couple {
  height: 500px;
}
.m-true-love {
  height: 959px;
  background: url(../images/bg.c2bd63a.png) no-repeat;
  background-size: 100%;
}
.m-true-love h2 {
    color: #333333;
    font-size: 48px;
    line-height: 100px;
}
.b-true-love-title {
  padding-top: 186px;
  padding-left: 40px;
  margin-bottom: 120px;
}
.m-get-marry {
  height: 250px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.m-get-marry h4 {
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 10px;
    font-weight: 500;
}
.m-get-marry p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 22px;
}
.m-get-marry .qr-code {
    width: 85px;
    height: 85px;
    border: 3px solid #fff;
    margin: 0 auto 12px;
}
.m-get-culture {
  display: block;
  margin-top: 15px;
  /*background: url('./assets/images/get-marry/culture.jpg') 100% no-repeat;*/
  /*background-size: 100% 100%;*/
  height: 150px;
  width: 100%;
  cursor: pointer;
}
.b-get-another {
  height: 100%;
  padding-top: 42px;
  background: url(../images/zhenai.24a3355.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 392px;
  margin-right: 12px;
}
.b-get-another:first-child {
    background: url(../images/get-app.2ab81fc.png) 100% no-repeat;
}
.b-get-another:last-child {
    margin-right: 0;
}
.b-get-another .goto-register {
    display: block;
    width: 162px;
    height: 38px;
    color: #333;
    background-color: #fff;
    z-index: 2;
    border-radius: 4px;
    margin: auto;
    margin-top: 70px;
    line-height: 38px;
    text-align: center;
    font-size: 15px;
}
.b-get-another .goto-icon {
    background: url(../images/arrow.55d677a.png) no-repeat center 5px;
    background-size: 100% auto;
    width: 12px;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
}
.kaojin {
  background: url(../images/kaojin.bb65cf5.png);
}
.kaojin-title {
    color: #333333;
}
.kaojin-icon {
    margin-top: 2px;
}
.kaojin .goto-register {
    margin-top: 14px;
}
/**
 * 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 {
   }
body {
  min-width: 1200px; }

.u-fc-purple {
  color: #6c0f0e; }

.f-text-center[data-v-3c1fd74e] {
  text-align: center;
}
.f-text-left[data-v-3c1fd74e] {
  text-align: left;
}
.f-text-right[data-v-3c1fd74e] {
  text-align: right;
}
.f-block[data-v-3c1fd74e] {
  display: block;
}
.f-inline-block[data-v-3c1fd74e] {
  display: inline-block;
}
.f-inline[data-v-3c1fd74e] {
  display: inline;
}
.f-cl[data-v-3c1fd74e]:after, .f-cl[data-v-3c1fd74e]:before {
  display: table;
  content: "";
}
.f-cl[data-v-3c1fd74e]:after {
  clear: both;
}
.f-cl[data-v-3c1fd74e]:before {
  clear: both;
}
.f-fl[data-v-3c1fd74e] {
  float: left;
}
.f-fr[data-v-3c1fd74e] {
  float: right;
}
.f-clamp1[data-v-3c1fd74e] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.f-clamp2[data-v-3c1fd74e] {
  -webkit-line-clamp: 2;
}
.f-clamp3[data-v-3c1fd74e] {
  -webkit-line-clamp: 3;
}
.f-clamp4[data-v-3c1fd74e] {
  -webkit-line-clamp: 4;
}
.f-clamp2[data-v-3c1fd74e], .f-clamp3[data-v-3c1fd74e], .f-clamp4[data-v-3c1fd74e] {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  line-break: loose;
  overflow: hidden;
}
.f-color-purple[data-v-3c1fd74e] {
  color: #961212;
}
.TOPBAR[data-v-3c1fd74e] {
  box-sizing: border-box;
  padding: 20px 0;
  height: 85px;
  background: linear-gradient(-134.2deg, #6c0f0e, #961212);
  box-shadow: 0px 2px 11px 0px rgba(163, 163, 163, 0.3);
}
.TOPBAR h1[data-v-3c1fd74e] {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 92px;
    height: 0;
    padding-top: 40px;
    text-indent: 1000em;
    overflow: hidden;
    background: 0 0 no-repeat url(../images/logo.a190f31.png);
    background-size: 100% 100%;
}
.TOPBAR .des[data-v-3c1fd74e] {
    margin-left: 28px;
    margin-top: 8px;
}
.TOPBAR .des p[data-v-3c1fd74e] {
      font-size: 14px;
      color: #fff;
      line-height: 20px;
      font-weight: 200;
}
.TOPBAR .top-register[data-v-3c1fd74e] {
    margin-top: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    font-weight: 200;
}
.TOPBAR .top-register span[data-v-3c1fd74e] {
      text-decoration: underline;
      cursor: pointer;
}

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

@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 0px;
    text-align: center;
    color: #fff;
    background: linear-gradient(-135deg, #6c0f0e, #961212);
}
.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, #6c0f0e, #961212);
}
.BTN .plain {
    border: 1px solid #fff;
    background: transparent;
    filter: none;
}
.BTN .pure {
    background: #9463F7;
    filter: none;
}

.c-register-form {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.65);
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5);
  padding: 0 30px;
  position: relative;
}
.qrcode-wrapper {
    width: 180px;
    height: 180px;
    position: absolute;
    top: 360px;
    right: 12%;
    box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5);
	

}
.qrc2{
	right: 54%;
}
.qrcode-wrapper img {
      width: 100%;
      height: 100%;
	  overflow: hidden;border-radius: 10px;
}
.c-register-form-add {
  width: 100%;
  height: 86%;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.65);
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5);
  padding: 0 30px;
  position: relative;
}

.b-title {
  color: #fff;
  font-size: 24px;
  line-height: 86px;
  text-align: center;
  height: 80px;
  border-bottom: 1px solid #eee;
}
.b-form {
  padding-top: 20px;
  margin-bottom: 36px;
  font-size: 18px;
}
.form-field {
  height: 36px;
  margin-top: 15px;
}
.form-field:first-child {
    margin-top: 0;
}
.form-name {
  line-height: 36px;
  margin-right: 2px;
  color: #fff;
}
.form-contnet {
  position: relative;
}
.form-contnet .success-icon {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    right: -24px;
    background: url(../images/right-notice.d3afef6.png) no-repeat;
}
.notice {
  right: -22px;
}
.form-item-input .tips-bottom {
  position: absolute;
  /* left: 112px; */
  left: 18px;
  top: 36px;
}
.form-item-input .tips-bottom:before {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    background: url(../images/error-notice.f6715bb.png) no-repeat;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
}
.btn-actions {
  position: relative;
}
.server-error-tips {
  font-size: 12px;
  color: #FE4A3A;
  text-align: center;
  line-height: 1;
  position: absolute;
  width: 100%;
  top: -18px;
}































































































































.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-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 #6C0F0E;
}
.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;
}

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

.c-sroll-view {
  overflow: hidden;
}
.c-sroll-view img {
    width: 100%;
}

.c-tag-logos[data-v-f1936f10] {
  height: 510px;
  width: 1100px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.b-tags[data-v-f1936f10] {
  width: 320px;
}
.tags[data-v-f1936f10] {
  width: 328px;
  font-size: 18px;
  line-height: 30px;
  margin-right: -12px;
  margin-top: 75px;
}
.tag-btn-warpper[data-v-f1936f10] {
  margin-right: 12px;
  margin-bottom: 14px;
  position: relative;
}
.tag-btn[data-v-f1936f10] {
  overflow: hidden;
  cursor: pointer;
  height: 30px;
  color: #BDBDBD;
  border: 1px solid #BDBDBD;
  border-radius: 15px;
  box-sizing: border-box;
}
.tag-btn span[data-v-f1936f10] {
    padding: 0 16px;
    width: 100%;
    display: block;
}
.tag-btn-warpper-active[data-v-f1936f10]:before {
  display: block;
  content: '';
  position: absolute;
  /* width:52px; */
  width: 80%;
  height: 22px;
  border-radius: 20px;
  top: 4px;
  left: 0;
  z-index: -1;
  right: 0;
  margin: auto;
  box-shadow: 0 10px 20px rgba(150, 18, 18, 0.6486);
}
.tag-btn-warpper-active .tag-btn[data-v-f1936f10] {
  color: #fff;
  /* box-shadow: 0 5px 20px #961212; */
  border: 1px solid #961212;
  position: relative;
}
.tag-btn-warpper-active .tag-btn span[data-v-f1936f10] {
    background-color: #961212;
}
.b-logos[data-v-f1936f10] {
  width: 510px;
  height: 510px;
}
.logo[data-v-f1936f10] {
  width: 150px;
  height: 150px;
  cursor: pointer;
  margin-right: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.logo[data-v-f1936f10]:nth-child(3n) {
    margin-right: 0;
}
.logo[data-v-f1936f10]:nth-child(n+7):nth-child(-n+9) {
    margin-bottom: 0;
}
.logo img[data-v-f1936f10] {
    width: 100%;
    height: 100%;
    transition: transform linear .3s;
}
.logo span[data-v-f1936f10] {
    width: 100%;
    display: block;
    height: 40px;
    background-color: RGBA(150, 18, 18, 0.57);
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    transition: transform linear .3s;
}
.logo:hover img[data-v-f1936f10] {
    transform: scale(1.1);
}
.logo:hover span[data-v-f1936f10] {
    transform: translateY(-100%);
}
.smallsize[data-v-f1936f10] {
  font-size: 14px !important;
}

.c-block-title h3[data-v-5c9e157c] {
  color: #333333;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 10px;
}
.c-block-title .top-title[data-v-5c9e157c] {
  color: #961212;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 8px;
}
.c-block-title .sub-title[data-v-5c9e157c] {
  color: #999;
  font-size: 16px;
  line-height: 1;
}

.c-red-girl-service[data-v-4e6ae362] {
  padding-top: 0px;
}
.service-list[data-v-4e6ae362] {
  margin-top: 56px;
}
.service-item[data-v-4e6ae362] {
  margin-bottom: 58px;
  overflow: hidden;
}
.service-item[data-v-4e6ae362]:nth-child(2) {
    margin-top: 196px;
}
.service-item .head[data-v-4e6ae362] {
    /* opacity: 0; */
}
.head[data-v-4e6ae362] {
  max-width: 500px;
}
.number[data-v-4e6ae362] {
  display: inline-block;
  vertical-align: sub;
  font-size: 80px;
  line-height: 80px;
  color: RGBA(108, 15, 14, 0.6);
  font-weight: bolder;
  float: left;
}
.title[data-v-4e6ae362] {
  float: left;
  display: inline-block;
  margin-left: 15px;
}
.top-title[data-v-4e6ae362] {
  color: #333333;
  font-size: 23px;
  line-height: 1;
  margin-top: 16px;
}
.sub-title[data-v-4e6ae362] {
  font-size: 14px;
  line-height: 18px;
  margin-top: 9px;
  color: #ABABAB;
  max-width: 366px;
}
.show-img[data-v-4e6ae362] {
  background: #ddd;
  height: 289px;
  width: 500px;
  margin-top: 10px;
}
.service-item-show .head[data-v-4e6ae362],
.service-item-show .show-img[data-v-4e6ae362] {
  animation: fadeInUp-data-v-4e6ae362 ease-in-out .8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.service-item-show .show-img[data-v-4e6ae362] {
  /* animation-delay: .1s; */
}
.service-item-hide .head[data-v-4e6ae362],
.service-item-hide .show-img[data-v-4e6ae362] {
  animation: fadeOutDown-data-v-4e6ae362 ease-in-out .8s;
  animation-fill-mode: forwards;
  opacity: 1;
}
.service-item-hide .head[data-v-4e6ae362] {
  /* animation-delay: .1s; */
}
@keyframes fadeInUp-data-v-4e6ae362 {
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes fadeOutDown-data-v-4e6ae362 {
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 0;
    transform: translateY(100px);
}
}

.c-self-help[data-v-67a3c1be] {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 177px;
}
.intro-video-wrapper[data-v-67a3c1be] {
  width: 383px;
  height: 728px;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.intro-video-wrapper .video-cover[data-v-67a3c1be] {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/phone.c24c616.png) no-repeat;
    background-position: center;
    z-index: 2;
}
.intro-video-wrapper .video-wrapper[data-v-67a3c1be] {
    background: #fff;
    width: 298px;
    height: 646px;
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
}
.intro-video-wrapper .video-wrapper .video-img[data-v-67a3c1be] {
      width: 100%;
}
.intro-video-wrapper .video-fade-bef[data-v-67a3c1be] {
    animation: video-fade-bef-data-v-67a3c1be ease-in-out .4s;
}
.intro-video-wrapper .video-fade-aft[data-v-67a3c1be] {
    animation: video-fade-aft-data-v-67a3c1be ease-in-out .4s;
}
.intro-select[data-v-67a3c1be] {
  width: 390px;
}
.selects[data-v-67a3c1be] {
  width: 100%;
  margin-top: 80px;
  height: 347px;
}
.options[data-v-67a3c1be] {
  box-shadow: 0px 0px 10px 0px rgba(186, 184, 233, 0.5);
  padding: 10px 14px 8px;
  margin-bottom: 18px;
  height: 50px;
  background-color: #fff;
  transition: all ease-out .5s;
  border-radius: 4px;
}
.icon[data-v-67a3c1be] {
  width: 32px;
  height: 32px;
  background: url(../images/app-icons.782629d.png) no-repeat;
  background-size: 100%;
}
.title[data-v-67a3c1be] {
  margin-left: 42px;
  cursor: pointer;
  border-radius: 4px;
}
.title .top-title[data-v-67a3c1be] {
    font-size: 18px;
    line-height: 32px;
    color: #BBBBBC;
    transition: all ease-out .5s;
}
.title .sub-title[data-v-67a3c1be] {
    opacity: 0;
    font-size: 16px;
    line-height: 22px;
}
.options-active[data-v-67a3c1be] {
  height: 75px;
}
.options-active .title .top-title[data-v-67a3c1be] {
    font-size: 22px;
    line-height: 32px;
    color: #333333;
}
.options-active .title .sub-title[data-v-67a3c1be] {
    opacity: 1;
    color: #96959A;
    margin-bottom: 3px;
    transition: all .5s ease-out  .2s;
}
@keyframes video-fade-bef-data-v-67a3c1be {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes video-fade-aft-data-v-67a3c1be {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}

.c-love-story[data-v-40c4c9a2] {
  margin: 0 70px;
  overflow: hidden;
  margin-top: -25px;
}
.story[data-v-40c4c9a2] {
  width: 280px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  height: 400px;
  transition: all ease-in-out .2s;
  transition: transform ease-in-out .3s;
}
.story[data-v-40c4c9a2]:last-child {
    margin-right: 0;
}
.list-center[data-v-40c4c9a2] {
  margin: 0 auto;
}
.love-story-list[data-v-40c4c9a2] {
  width: 2400px;
  padding: 25px 0;
  transition: transform ease-in-out .4s;
}
.love-title[data-v-40c4c9a2] {
  margin: 20px 0 9px;
  font-size: 20px;
  line-height: 28px;
  color: #333;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: normal;
}
.love-desc[data-v-40c4c9a2] {
  font-size: 16px;
  line-height: 22px;
  color: #999;
  padding-left: 8px;
  padding-right: 8px;
}
.love-img[data-v-40c4c9a2] {
  position: relative;
}
.love-img img[data-v-40c4c9a2] {
    width: 100%;
    height: 210px;
}
.love-review[data-v-40c4c9a2] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity linear .3s;
}
.review-bg[data-v-40c4c9a2] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* opacity: 0; */
  background-color: RGBA(150, 18, 18, 0.7);
  /* transition: opacity linear .5s; */
}
.review-btn[data-v-40c4c9a2] {
  display: block;
  width: 204px;
  height: 50px;
  color: #fff;
  border: 1px solid #fff;
  position: absolute;
  z-index: 2;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
}
.goto-icon[data-v-40c4c9a2] {
  background: url(../images/arrow.b33f28b.png) no-repeat;
  width: 22px;
  display: inline-block;
  height: 22px;
  margin-left: 20px;
  vertical-align: middle;
}
.story[data-v-40c4c9a2]:hover {
  transform: translateY(-3px);
  box-shadow: 0px -4px 25px 0px rgba(186, 184, 233, 0.5);
}
/* .story:hover .love-review[data-v-40c4c9a2] {
    opacity: 1;
    transition: opacity linear .3s;
}
.story:hover .review-bg[data-v-40c4c9a2] {
    opacity: 1;
    transition: opacity linear .3s;
}
.story:hover .love-desc[data-v-40c4c9a2] {
    transform: translateY(-1px);
} */
.control[data-v-40c4c9a2] {
  margin: 49px auto 0;
  width: 160px;
}
.control-block[data-v-40c4c9a2] {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background: url(../images/arrow.08dd6b2.png) no-repeat;
  background-size: 20px;
  background-position: center;
}
.control-block[data-v-40c4c9a2]:hover {
    box-shadow: 0px 0px 10px 0px rgba(186, 184, 233, 0.5);
}
.control-block.next[data-v-40c4c9a2] {
    transform: rotate(180deg);
}

.COPYRIGHT[data-v-439d5f46] {
  margin: 0px auto 00px;
  text-align: center;
  color: #333333;
  font-size: 14px;
}
.COPYRIGHT .brand[data-v-439d5f46] {
    margin-top: 5px;
}
.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;
}

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