
body[data-v-21f10e92] {
  background: RGBA(252, 252, 252, 1);
}
#app[data-v-21f10e92] {
  font: 400 12px/21px "Microsoft Yahei", Arial, Tahoma, \5b8b\4f53;
}
.f-topIndex[data-v-21f10e92] {
  position: relative;
  z-index: 9;
}
.g-container[data-v-21f10e92] {
  width: 1199px;
  margin: 0px auto;
  padding-top: 100px;
}
.clearfix[data-v-21f10e92]:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.m-left[data-v-21f10e92] {
  width: 250px;
  float: left;
  margin-top: 20px;
  background: #fff;
  padding: 20px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.m-right[data-v-21f10e92] {
  width: 920px;
  float: right;
  margin-top: 20px;
  background: #fff;
}
.nav .nav-item[data-v-21f10e92] {
  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;
}
.nav .nav-item[data-v-21f10e92]::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);
}
.nav .nav-item.active[data-v-21f10e92] {
    color: #8B76F9;
}
.nav .nav-item.active[data-v-21f10e92]::after {
      border-color: #8B76F9;
}
.nav .nav-item.down[data-v-21f10e92]::after {
    transform: rotate(135deg);
    transform-origin: right center;
    margin-right: 4px;
}
.nav .nav-item[data-v-21f10e92]:hover {
    background: rgba(139, 118, 249, 0.1);
}
.nav .nav-item.active[data-v-21f10e92]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 3px;
    height: 25px;
    background-color: #8B76F9;
}
.nav .nav-item-child[data-v-21f10e92] {
  display: block;
  height: 42px;
  line-height: 42px;
  padding-left: 70px;
  font-size: 14px;
  color: #666;
  user-select: none;
}
.nav .nav-item-child.active[data-v-21f10e92] {
    color: #8B76F9;
}
.nav .nav-item-child[data-v-21f10e92]:hover {
    background: rgba(139, 118, 249, 0.1);
}
/**
 * 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; }
.m-title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 56px;
  height: 56px;
  letter-spacing: 1px; }

.sub-title {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  position: relative; }

.u-line {
  height: 1px;
  background: #efefef;
  width: 100%;
  margin-bottom: 30px; }

.ml30 {
  margin-left: 30px; }

.u-link {
  color: #507DAF;
  text-decoration: underline; }

.u-pic {
  text-align: center;
  margin-top: 29px; }

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

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

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

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

.ml30 {
  margin-left: 30px;
}
.u-title {
  width: 1199px;
  background: #fff;
  height: 60px;
  line-height: 60px;
  position: relative;
  margin-top: 30px;
  padding-left: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 60px;
  line-height: 60px;
}
.u-title:first-of-type {
    margin-top: 0;
}
.u-title::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 21px;
    width: 4px;
    height: 16px;
    background: #a187f9;
}

























































.sub-title {
  position: relative;
  margin-left: 30px;
}
.c-circle {
  position: absolute;
  top: 3px;
  left: -15px;
  width: 10px;
  height: 10px;
  opacity: 0.4989;
  border: 1px solid;
  background: #fff;
  border-radius: 50%;
}
.c-circle .circle {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #a187f9;
    margin: 1px auto;
}
.f-content {
  margin-left: 46px;
  margin-top: 22px;
  margin-right: 60px;
  padding-bottom: 29px;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 20px;
  letter-spacing: 1px;
}

.u-link2[data-v-40538937] {
    color: #A187F9;
    cursor: pointer;
}
.footer[data-v-40538937] {
    text-align: center;
    margin: 101px auto;
}







































































































.f-step {
  display: flex;
}
.f-step span {
    margin-right: 117px;
    width: 150px;
}

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