.login-dialog {
  position: relative;
  display: block;
  line-height: 21px;
}
.login-dialog .login-index-content {
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 50002;
}
.login-dialog input::-webkit-input-placeholder {
  /* placeholder颜色  */
  color: #B5B5B5;
}
.login-dialog .login-mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 50001;
  opacity: 0.3;
  background: rgba(0, 0, 0, 0.8);
}
.login-dialog .login-register-container {
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 490px;
  padding: 50px 60px;
  z-index: 50002;
  background: #fff;
  background: #ffffff;
  border-radius: 4px;
}
.login-dialog .login-register-container .login-register-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #ccc;
  letter-spacing: 1px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.login-dialog .login-register-container .login-register-title span:hover {
  color: #000;
}
.login-dialog .login-container {
  width: 100%;
  height: 268px;
}
.login-dialog .login-container .name-input-area {
  width: 100%;
  height: 90px;
}
.login-dialog .login-container .name-input-area input[name="username"] {
  width: 100%;
  height: 58px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid #EAEAEA;
  outline: none;
}
.login-dialog .login-container .password-input-area {
  width: 100%;
  height: 90px;
}
.login-dialog .login-container .password-input-area input {
  width: 100%;
  height: 90px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid #EAEAEA;
  outline: none;
}
.login-dialog .login-container .password-input-area input:-ms-input-placeholder {
  color: red;
}
.login-dialog .login-container .password-input-area input:-webkit-input-placeholder {
  color: red;
}
.login-dialog .login-container .password-input-area input:-webkit-autofill,
.login-dialog .login-container .password-input-area textarea:-webkit-autofill,
.login-dialog .login-container .password-input-area select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
.login-dialog .login-container .password-input-area input[type=text]:focus,
.login-dialog .login-container .password-input-area input[type=password]:focus,
.login-dialog .login-container .password-input-area textarea:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
.login-dialog .login-container .choice-area {
  height: 24px;
  background: #eaeaea;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  color: #000000;
  color: #aaaaaa;
  -webkit-user-select: none;
  text-align: left;
}
.login-dialog .login-container .choice-area .remember-me {
  margin-left: 20px;
  display: inline-block;
}
.login-dialog .login-container .choice-area .remember-me i {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.login-dialog .login-container .choice-area .remember-me div {
  padding-left: 5px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.login-dialog .login-container .choice-area .forget-password {
  text-decoration: none;
  color: #aaaaaa;
  float: right;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  cursor: pointer;
}
.login-dialog .clickActive {
  color: #000;
}
.login-dialog .login-bottom-title {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #000000;
  text-align: center;
  margin-top: 10px;
}
.login-dialog .login-bottom-title span {
  cursor: pointer;
}
.login-dialog .country-select .country-code {
  display: inline-block;
  height: 32px;
  text-align: center;
  line-height: 30px;
  margin-left: 32px;
}
.login-dialog .country-select .country-data {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.login-dialog .country-select .country-data .country-select-data {
  left: 0px;
}
.login-forget-modal .ant-modal-body {
  padding: 0px 0px 0px 0px ;
}
.message-info .ant-modal-content {
  height: 100px;
  background-color: #000000;
  opacity: 0.8965;
}
.message-info i {
  font-size: 20px;
}
.message-info .message-info-content {
  color: #ffffff;
  text-align: center;
}

.agreement-dialog {
  position: relative;
  display: none;
}
.agreement-dialog .agreement-mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 50001;
}
.agreement-dialog .agreement-content {
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 580px;
  height: 700px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 50002;
  background: #ffffff;
  border-radius: 4px;
}
.agreement-wrapper .hiddenScrollbar {
  display: none;
  position: absolute;
  top: 43px;
  right: 15px;
  width: 25px;
  height: 87%;
}
.agreement-title {
  width: 100%;
  height: 43px;
  overflow: hidden;
}
.agreement-title div {
  margin-top: 5px;
  margin-right: 5px;
  float: right;
  text-align: center;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-image: url("https://assets.wow-trend.com/wowtrend/static/resource/images/icon/fc956f0f.png");
}
.agreement-title div:hover {
  background-image: url("https://assets.wow-trend.com/wowtrend/static/resource/images/icon/e494c0fb.png");
}
.agreement-desc-content {
  margin: 0 auto;
  width: 94%;
  overflow-y: scroll;
  height: 600px;
}
.agreement-desc-content::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}
.agreement-desc-content::-webkit-scrollbar-track {
  background: #ffffff;
}
.agreement-desc-content::-webkit-scrollbar-track-piece {
  background: #ffffff;
}
.agreement-desc-content::-webkit-scrollbar-thumb {
  background: #eeeeee;
  border-radius: 3px;
}
.agreement-desc-content::-webkit-scrollbar-thumb:hover {
  background-color: #d9dfe6;
  border-radius: 3px;
}
@-moz-document url-prefix() {
  .agreement-wrapper .hiddenScrollbar {
    display: block !important;
  }
}
.agreement-desc-content h1 {
  width: 95%;
  margin: 0 auto 15px;
  text-align: center;
  font-size: 21px;
  font-weight: 400;
}
.agreement-desc-content ul {
  width: 95%;
  margin: 0 auto;
  list-style: none;
}
.agreement-desc-content p {
  width: 95%;
  margin: 0 auto;
  text-indent: 1em;
  font-size: 14px;
  line-height: 27px;
}
.agreement-desc-content h4 {
  width: 95%;
  margin: 30px auto 15px;
  font-weight: 400;
}
.agreement-desc-content li {
  font-size: 14px;
  margin: 10px 0;
}
.agreement-desc-content dd {
  text-indent: 1em;
  margin: 5px 0;
}
.agreement-footer {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.agreement-footer button {
  width: 180px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #000000;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #000000;
}
.agreement-footer button.active,
.agreement-footer button:hover {
  background: #000000;
  color: #ffffff;
}
.agreement-footer button:nth-child(1) {
  margin-right: 5px;
}
.agreement-footer button:nth-child(2) {
  margin-left: 5px;
}
@media screen and (max-width: 1600px) and (min-width: 1200px) {
  .agreement-desc-content {
    height: 500px;
  }
  .agreement-dialog .agreement-content {
    height: 603px;
  }
}

.register-container {
  width: 100%;
  text-align: left;
}
.register-container .register-name-area {
  width: 100%;
}
.register-container .register-name-area .name-input-register {
  width: 100%;
}
.register-container .register-name-area .name-input-register input[name="username"] {
  width: 100%;
  height: 90px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  outline: none;
  border-bottom: 1px solid #eaeaea;
}
.register-container .code-area {
  width: 100%;
  border-bottom: 1px solid #EAEAEA;
}
.register-container .code-area .code-input-area {
  width: 100%;
}
.register-container .code-area .code-input-area input {
  width: 70%;
  height: 90px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  outline: none;
}
.register-container .code-area .code-input-area button {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  height: 26px;
  background: #000000;
  border-radius: 13px;
  color: #fff;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
  border: none;
  outline: none;
}
.register-container .register-password-area {
  width: 100%;
  height: 90px;
}
.register-container .register-password-area .password-input-register {
  width: 100%;
  height: 90px;
}
.register-container .register-password-area .password-input-register input {
  width: 100%;
  height: 90px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid #EAEAEA;
  outline: none;
}
.register-container .confirm-password-area {
  width: 100%;
  height: 90px;
}
.register-container .confirm-password-area .confirm-password-input {
  width: 100%;
  height: 90px;
}
.register-container .confirm-password-area .confirm-password-input input {
  width: 100%;
  height: 90px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid #EAEAEA;
  outline: none;
}
.register-container .whether-agree-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 10px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  color: #aaa;
  background: #eaeaea;
  height: 24px;
  line-height: 24px;
}
.register-container .whether-agree-area p.agree-yes {
  margin: 0;
  cursor: pointer;
}
.register-container .whether-agree-area span {
  color: #0000FF;
  cursor: pointer;
}
.register-container .register-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 115px;
}
.register-container .register-area .register-button {
  display: inline-block;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #000;
  line-height: 24px;
  cursor: pointer;
  background-color: white;
  border: none;
  outline: none;
}

@charset "UTF-8";
.registerComponent_3UWRx {
  max-width: 550px;
  width: 100%; }
.registerComponent_3UWRx .tabs_ZVL5w {
    margin: 30px 0 30px 0; }
@media screen and (max-height: 700px) {
      .registerComponent_3UWRx .tabs_ZVL5w {
        margin: 10px 0 10px 0; } }
.registerComponent_3UWRx .tabs_ZVL5w > span {
      display: inline-block;
      height: 34px;
      padding: 0 16px;
      line-height: 32px;
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      color: #111111;
      border: 1px solid #111;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
.registerComponent_3UWRx .tabs_ZVL5w > span.selected_1hVN4 {
        color: #fff;
        background-color: #111; }
.registerComponent_3UWRx .formContainer_1KBLl {
    height: 530px; }
.registerComponent_3UWRx .countryBox_2UO4a {
    display: inline-block;
    width: 80px; }
.registerComponent_3UWRx .mobileInput_2zKco {
    width: calc(100% - 80px); }
.registerComponent_3UWRx .agreement_3UuGQ {
    color: #6293F7;
    cursor: pointer; }
.registerComponent_3UWRx .agreeInput_4JBAk {
    margin-right: 6px;
    line-height: 30px;
    vertical-align: middle; }
.registerComponent_3UWRx .agreeInput_4JBAk[type=checkbox] {
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 15px;
    height: 12px;
    position: relative; }
.registerComponent_3UWRx .agreeInput_4JBAk[type=checkbox]:after {
    position: absolute;
    width: 16px;
    height: 16px;
    top: -1px;
    content: " ";
    background-color: #fff;
    border: 1px solid #111;
    color: #111;
    display: inline-block;
    visibility: visible;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.registerComponent_3UWRx .agreeInput_4JBAk[type=checkbox]:checked:after {
    content: "\2713";
    font-size: 12px;
    line-height: 16px;
    background-color: #111;
    color: #fff; }
.registerComponent_3UWRx .agreeInfo_Xkb_z {
    line-height: 30px;
    vertical-align: middle; }
.registerComponent_3UWRx .agreeInfo_Xkb_z label {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
.registerComponent_3UWRx .sumbitBtn_3Jtmy {
    background-color: #111;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer; }
.registerComponent_3UWRx .verfyCodeBox_3eRst {
    width: calc(100% - 110px);
    position: relative; }
.registerComponent_3UWRx .getMessageBtnBox_3bLqB {
    width: 110px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.registerComponent_3UWRx .getMessageBtnBox_3bLqB .getMessageBtn_3YdVb {
      height: 26px;
      padding: 0 10px;
      font-size: 12px;
      line-height: 26px;
      text-align: center;
      background-color: #111;
      color: #fff; }

.inputStyle_1q69M {
  width: 100%;
  height: 50px;
  padding: 10px 0px;
  color: #111;
  border: none;
  outline: none; }
  .inputStyle_1q69M:-webkit-autofill, .inputStyle_1q69M:-webkit-autofill:hover, .inputStyle_1q69M:-webkit-autofill:focus, .inputStyle_1q69M:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
            transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
    transition: color 99999s ease-out, background-color 99999s ease-out; }
  .formItem_1WuQ8 {
  position: relative;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 1px; }
  .formItem_1WuQ8 .fieldError_dXZU8 {
    position: absolute;
    top: 14px;
    right: 0;
    color: #FF4141; }
  .formItem_1WuQ8 .fieldError_dXZU8.agreeTips_3znB5 {
    left: 20px;
    top: 40px; }
  .formItem_1WuQ8 .formItemContainer_dMGMJ {
    height: 50px;
    padding: 10px 0px;
    color: #111; }
  .formItemNoBorder_VGmKz {
  border: none; }
  .formItemRequired_1hiZn {
  position: relative; }
  .formItemRequired_1hiZn::before {
    content: '*';
    color: #FF4141;
    position: absolute;
    top: calc(50% + 3px);
    left: -10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .formItemHasInfo_12_62 {
  margin-bottom: 16px; }
  .inputInfo_3rV92 {
  color: #999;
  font-size: 12px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1; }
  .formTitle_1VOvS {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
  color: #111111;
  line-height: 30px; }
  .goSignin_230Hr {
  margin-top: 19px;
  text-align: right; }
  .goSignin_230Hr .goSigninBtn_3yOpF {
    color: #6293F7;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .countryBox_1VKBP {
  display: inline-block;
  width: 80px; }
  .mobileInput_3h6e8 {
  width: calc(100% - 80px); }

.forget-password-content {
  width: 360px;
  height: 560px;
  background: #ffffff;
  border-radius: 4px;
}
.forget-password-content .forget-password-content-title {
  height: 13%;
  text-align: center;
  padding-top: 20px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #000000;
  line-height: 26px;
  letter-spacing: 1px;
  border-bottom: 1px solid #eaeaea;
}
.forget-password-content .forget-password-content-input {
  height: 56%;
}
.forget-password-content .forget-password-content-input div {
  height: 25%;
  border-bottom: 1px solid #eaeaea;
}
.forget-password-content .forget-password-content-input div input {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  padding-left: 30px;
}
.forget-password-content .forget-password-content-input .get-code input {
  height: 100%;
  width: 70%;
}
.forget-password-content .forget-password-content-input .get-code button {
  margin-left: 5px;
  background: #000000;
  border-radius: 13px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  outline: none;
  border: none;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
  width: 90px;
  height: 26px;
}
.forget-password-content .forget-password-content-line {
  width: 100%;
  height: 10px;
  background: #eaeaea;
}
.forget-password-content .forget-password-content-bottom {
  height: 29.5%;
}
.forget-password-content .forget-password-content-bottom div {
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  height: 50%;
}
.forget-password-content .forget-password-content-bottom div button {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #000000;
  line-height: 24px;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  top: 25%;
  position: relative;
}

.common-modal-content-close-visible {
  display: none;
  opacity: 0;
  z-index: -1;
  -webkit-animation: common-modal-close 0.2s;
          animation: common-modal-close 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.common-modal-content-visible {
  z-index: 50004;
  opacity: 1;
  top: 50%;
}
.common-modal-content-visible .common-modal-content-info {
  -webkit-animation: common-modal-open 0.3s;
          animation: common-modal-open 0.3s;
}
@-webkit-keyframes common-modal-open-opcity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes common-modal-open-opcity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes common-modal-close-opcity {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes common-modal-close-opcity {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes common-modal-open {
  from {
    opacity: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes common-modal-open {
  from {
    opacity: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes common-modal-close {
  from {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    z-index: 50004;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    z-index: -1;
    display: none;
  }
}
@keyframes common-modal-close {
  from {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    z-index: 50004;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    z-index: -1;
    display: none;
  }
}
.common-modal-content {
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-modal-content .common-modal-content-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 5px;
}
.common-modal-content .common-modal-content-container {
  position: relative;
}
.common-modal-content .common-modal-content-container .common-modal-content-close {
  position: absolute;
  top: 3px;
  right: -45px;
  cursor: pointer;
  z-index: 50004;
}
.common-modal-content .common-modal-content-container .common-modal-content-close .iconfont.iconxiangqingdanchuang-guanbi {
  font-size: 40px;
  color: #B4B4B4;
}
.common-modal-content .common-modal-content-container .common-modal-content-close .iconfont.iconxiangqingdanchuang-guanbi:hover {
  color: #fff;
}
.common-modal-content .common-modal-content-container .common-modal-content-close:hover {
  z-index: 50004;
}

.process-confirm-style {
  width: 70px;
  height: 40px;
  background: #000000;
  color: #FFFFFF;
  margin: 0 auto;
  display: block;
}
.process-confirm-title {
  width: 150px;
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  color: #000000;
  line-height: 28px;
}
.process-confirm-content {
  width: 420px;
  height: 18px;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
  letter-spacing: 1px;
}

.countryPickerModal_1Flz6 {
  padding: 30px; }
  .countryPickerModal_1Flz6 .title_1ju6g {
    text-align: center;
    height: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #111111; }
  .countryPickerModal_1Flz6 .searchFrame_22Rh9 {
    margin: 30px 0px; }
  .countryPickerModal_1Flz6 .countryList_1xzun {
    height: 60vh;
    min-height: 350px;
    max-height: 550px;
    overflow: auto; }
  .countryPickerModal_1Flz6 .countryList_1xzun .countryItem_9q05I {
      height: 38px;
      line-height: 38px;
      cursor: pointer; }
  .countryPickerModal_1Flz6 .countryList_1xzun .countryItem_9q05I:hover {
        background-color: #F6F6F6; }

.mask_3vMSo {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.collectModal_Lnsuh {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow: auto;
  outline: 0; }

.collectModal_Lnsuh .modalContent_2nx9s {
    width: 560px;
    padding: 32px 24px 28px 24px;
    margin: 200px auto 0 auto;
    background: #fff;
    position: relative; }

.collectModal_Lnsuh .modalContent_2nx9s .close_3UwyJ {
      width: 28px;
      height: 28px;
      background: #f9f9f9;
      -webkit-box-shadow: 0px 2px 56px 0px rgba(50, 50, 50, 0.29);
              box-shadow: 0px 2px 56px 0px rgba(50, 50, 50, 0.29);
      position: absolute;
      top: 0;
      right: -32px;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.collectModal_Lnsuh .modalContent_2nx9s .title_2hcDz {
      text-align: center;
      height: 33px;
      line-height: 33px;
      font-size: 24px;
      font-weight: normal;
      color: #000000;
      font-weight: bold; }

.collectModal_Lnsuh .modalContent_2nx9s .warn_1sOey {
      margin-top: 4px;
      text-align: center;
      height: 17px;
      font-size: 12px;
      font-weight: 400;
      color: #aeadad;
      line-height: 17px;
      margin-bottom: 24px; }

.collectModal_Lnsuh .modalContent_2nx9s .items_3vPS1 {
      width: calc(100% + 22px);
      padding-right: 24px;
      max-height: 300px;
      overflow-x: hidden;
      overflow-y: auto; }

.collectModal_Lnsuh .modalContent_2nx9s .items_3vPS1::-webkit-scrollbar {
        width: 3px; }

.collectModal_Lnsuh .modalContent_2nx9s .items_3vPS1 .item_3OQUd {
        height: 52px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        border-bottom: 1px solid rgba(230, 229, 229, 0.5);
        margin-bottom: 10px;
        position: relative; }

.collectModal_Lnsuh .modalContent_2nx9s .items_3vPS1 .item_3OQUd .left_heOL_ {
          width: calc(100% - 82px);
          height: 22px; }

.collectModal_Lnsuh .modalContent_2nx9s .items_3vPS1 .item_3OQUd .left_heOL_ .title_2hcDz {
            width: 100%;
            height: 22px;
            font-size: 16px;
            font-weight: bold;
            color: #000000;
            line-height: 22px;
            text-align: left;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }

.collectModal_Lnsuh .modalContent_2nx9s .items_3vPS1 .item_3OQUd .btn_XmFwv {
          width: 72px;
          text-align: center;
          height: 28px;
          line-height: 25px;
          font-size: 12px;
          font-weight: 500;
          cursor: pointer;
          color: #555b70;
          background: #fff;
          border: 1px solid #555b70; }

.collectModal_Lnsuh .modalContent_2nx9s .items_3vPS1 .item_3OQUd .btn_XmFwv:hover {
            background: #f2f2f2; }

.collectModal_Lnsuh .modalContent_2nx9s .items_3vPS1 .item_3OQUd .btn_XmFwv.active_DiiFB {
            color: #ffffff;
            background: #555b70; }

.collectModal_Lnsuh .modalContent_2nx9s .items_3vPS1 .item_3OQUd .btn_XmFwv.active_DiiFB:hover {
              background: #474c5f; }

.collectModal_Lnsuh .modalContent_2nx9s .items_3vPS1 .item_3OQUd .desc_BH-De {
          position: absolute;
          left: 0;
          top: 29px;
          width: calc(100% - 80px);
          height: 17px;
          font-size: 12px;
          font-weight: 400;
          color: #aeadad;
          line-height: 17px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }

.collectModal_Lnsuh .modalContent_2nx9s .footer_1mPNj {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 29px; }

.collectModal_Lnsuh .modalContent_2nx9s .footer_1mPNj .btn_XmFwv {
        width: 124px;
        text-align: center;
        height: 28px;
        line-height: 28px;
        background: #555b70;
        font-size: 12px;
        font-weight: 500;
        color: #ffffff;
        cursor: pointer; }

.collectModal_Lnsuh .modalContent_2nx9s .footer_1mPNj .btn_XmFwv:hover {
          background: #474c5f; }

.collectModal_Lnsuh .modalContent_2nx9s .title1_3179V {
      height: 22px;
      line-height: 22px;
      font-size: 16px;
      font-weight: bold;
      color: #000000;
      margin: 10px 0; }

.collectModal_Lnsuh .modalContent_2nx9s .inputContainer_1vnyw {
      position: relative; }

.collectModal_Lnsuh .modalContent_2nx9s .inputContainer_1vnyw .warn_1sOey {
        position: absolute;
        top: -24px;
        right: 0;
        height: 17px;
        line-height: 17px;
        font-size: 12px;
        font-weight: 400;
        color: #aeadad; }

.collectModal_Lnsuh .modalContent_2nx9s .inputContainer_1vnyw .input_w2riX {
        display: inline-block;
        width: 100%;
        height: 36px;
        background: #f9f9f9;
        border: none;
        padding-left: 10px; }

.collectModal_Lnsuh .modalContent_2nx9s .inputContainer_1vnyw .input_w2riX:focus {
          outline: 3px solid #ebebeb;
          border: 1.5px solid #555b70; }

.collectModal_Lnsuh .modalContent_2nx9s .descContainer_2RWG4 {
      position: relative; }

.collectModal_Lnsuh .modalContent_2nx9s .descContainer_2RWG4 .warn_1sOey {
        position: absolute;
        top: -24px;
        right: 0;
        height: 17px;
        line-height: 17px;
        font-size: 12px;
        font-weight: 400;
        color: #aeadad; }

.collectModal_Lnsuh .modalContent_2nx9s .descContainer_2RWG4 .desc_BH-De {
        width: 100%;
        height: 100px;
        background: #f9f9f9;
        border: none;
        padding-left: 10px;
        padding-top: 5px;
        resize: none; }

.collectModal_Lnsuh .modalContent_2nx9s .descContainer_2RWG4 .desc_BH-De:focus {
          outline: 3px solid #ebebeb;
          border: 1.5px solid #555b70; }

.collectModal_Lnsuh .modalContent_2nx9s .footer1_1t4Qv {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 32px; }

.collectModal_Lnsuh .modalContent_2nx9s .footer1_1t4Qv .btn_XmFwv {
        width: 124px;
        text-align: center;
        height: 28px;
        line-height: 28px;
        background: #fff;
        font-size: 12px;
        font-weight: 500;
        color: #555b70;
        cursor: pointer;
        border: 1px solid #555b70;
        margin-right: 24px;
        margin-left: auto; }

.collectModal_Lnsuh .modalContent_2nx9s .footer1_1t4Qv .btn1_3-7pw {
        width: 124px;
        text-align: center;
        height: 28px;
        line-height: 28px;
        background: #555b70;
        font-size: 12px;
        font-weight: 500;
        color: #ffffff;
        cursor: pointer; }

.collectModal_Lnsuh .modalContent_2nx9s .footer1_1t4Qv .btn1_3-7pw:hover {
          background: #474c5f; }

.collectModal_Lnsuh .modalContent_2nx9s .footer1_1t4Qv .btn1_3-7pw.disabled_3s621 {
          background: #afb3c0;
          color: #fff;
          cursor: not-allowed; }

.collectModal_Lnsuh .deleteTitle_3QUYm {
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 28px; }

.collectModal_Lnsuh .deleteContent_odi8n {
    margin: 18px 0 32px;
    height: 20px;
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #A8A8A8;
    line-height: 20px; }

.collectModal_Lnsuh .deleteFooter_2KeA7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.collectModal_Lnsuh .deleteFooter_2KeA7 .deleteBtn_bqedF {
      width: 88px;
      height: 28px;
      background: #555B70;
      padding: 6px 0;
      text-align: center;
      font-size: 12px;
      font-family: PingFangSC-Medium, PingFang SC;
      font-weight: 500;
      color: #FFFFFF;
      line-height: 16px;
      margin-right: 16px; }

.collectModal_Lnsuh .deleteFooter_2KeA7 .deleteBtn_bqedF:hover {
        background-color: #474C5F; }

.collectModal_Lnsuh .deleteFooter_2KeA7 .deleteBtn_bqedF:active {
        background-color: #555B70; }

.collectModal_Lnsuh .deleteFooter_2KeA7 .cancelBtn_3wuEx {
      width: 88px;
      height: 28px;
      border: 1px solid #555B70;
      padding: 5px 0;
      text-align: center;
      font-size: 12px;
      font-family: PingFangSC-Medium, PingFang SC;
      font-weight: 500;
      color: #555B70;
      line-height: 16px; }

.collectModal_Lnsuh .deleteFooter_2KeA7 .cancelBtn_3wuEx:hover {
        background-color: #F2F2F2; }

.collectModal_Lnsuh .deleteFooter_2KeA7 .cancelBtn_3wuEx:active {
        background-color: #fff; }

.collectModal_Lnsuh .deleteFooter_2KeA7 .loadingBtn_2pHXu {
      pointer-events: none;
      opacity: 0.6; }

.invite-modal-content-style {
  width: 700px;
  height: 470px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 20px 0px #d6e1e9;
          box-shadow: 0px 2px 20px 0px #d6e1e9;
  border-radius: 4px;
}
.invite-modal-content-style .invite-modal-content-container {
  position: relative;
  top: 10%;
  height: 70%;
}
.invite-modal-content-style .invite-modal-content-container .invite-modal-content-title {
  text-align: center;
  font-size: 24px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  color: #000000;
}
.invite-modal-content-style .invite-modal-content-container .invite-modal-content-title div {
  display: inline-block;
  margin-left: 12px;
}
.invite-modal-content-style .invite-modal-content-container .invite-modal-content-info {
  margin: 40px auto;
  height: 60px;
  width: 475px;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  letter-spacing: 3px;
}
.invite-modal-content-style .invite-modal-content-container .invite-modal-content-info .company-info {
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 600;
  color: #000000;
}
.invite-modal-content-style .invite-modal-content-container .invite-modal-content-phone {
  margin: 40px auto;
  height: 60px;
  width: 475px;
}
.invite-modal-content-style .invite-modal-content-container .invite-modal-content-phone span {
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 600;
  color: #000000;
  letter-spacing: 2px;
}
.invite-modal-content-style .invite-modal-content-container .invite-modal-content-phone label {
  letter-spacing: 3px;
  margin-right: 5px;
}
.invite-modal-content-style .invite-modal-content-container .invite-modal-content-phone input {
  padding-left: 10px;
  border: none;
  outline: none;
  border-bottom: 1px solid #eaeaea;
}
.invite-modal-content-style .invite-modal-content-container .invite-modal-content-phone button {
  width: 90px;
  height: 24px;
  background: #111;
  border-radius: 13px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  line-height: 12px;
  letter-spacing: 1px;
  cursor: pointer;
  outline: none;
  border: none;
  padding: 5px 5px 5px 5px;
  margin-left: 10px;
}
.invite-modal-content-style .invite-modal-content-container .invite-modal-content-phone .error-message {
  text-align: center;
  line-height: 10px;
  width: 291px;
  height: 16px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #f83e55;
}
.invite-modal-content-style .invite-modal-content-bottom div {
  text-align: center;
  margin-bottom: 20px;
}
.invite-modal-content-style .invite-modal-content-bottom > div {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.invite-modal-content-style .invite-modal-content-bottom button {
  width: 130px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #111;
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #111;
  line-height: 25px;
  letter-spacing: 2px;
  margin-left: 20px;
  cursor: pointer;
}
.invite-modal-content-style .invite-modal-content-bottom button:hover {
  background: #111;
  color: #ffffff;
}

.signinComponent_2_Tr8 {
  max-width: 550px; }
  .signinComponent_2_Tr8 .forgetPwdItem_3rm19 {
    height: 50px; }
  .signinComponent_2_Tr8 .forgetPwd_1eACW {
    margin-top: 10px;
    float: right;
    color: #6293F7;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .signinComponent_2_Tr8 .sumbitBtn_3_kjO {
    background-color: #111;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer; }
  .signinComponent_2_Tr8 .registerBtn_32vs0 {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
    color: #111;
    border: 1px solid #111;
    cursor: pointer; }
  .signinComponent_2_Tr8 .info_1GA2L {
    margin-top: 20px;
    float: right; }

.collect-modal .ant-modal-close {
  right: -31px;
  background-color: #f9f9f9;
}
.collect-modal .ant-modal-close .ant-modal-close-x {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.collect-modal .ant-modal-body {
  padding: 0;
}

.country-content {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.country-content .country-select {
  position: relative;
  text-align: left;
}
.country-content .country-select i.iconfont {
  font-size: 16px;
}
.country-content .country-select .iconxiangxia {
  cursor: pointer;
}
.country-content .country-select-data {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 20px 0px #d6e1e9;
          box-shadow: 0px 2px 20px 0px #d6e1e9;
  border-radius: 4px;
  position: absolute;
  width: 360px;
}
.country-content .country-select-data .cancel-icon {
  float: right;
  cursor: pointer;
  height: 20px;
  width: 20px;
  color: #f83e55;
  background: #f83e55;
  border-radius: 20px;
  padding: 3px 3px 3px 3px;
  display: inline-block;
  line-height: 14px;
  text-align: center;
  margin-left: 2px;
  margin-top: 2px;
}
.country-content .country-select-data .cancel-icon i {
  font-size: 12px;
}
.country-content .country-select-data .cancel-icon:hover {
  color: #000000;
}
.country-content .country-select-data .country-search-input {
  border: none;
  width: 200px;
  margin: 0 auto;
  border-radius: 30px;
  background: #f7f7f7;
}
.country-content .country-select-data .country-search-input i.iconfont {
  font-size: 16px;
}
.country-content .country-select-data .country-search-input .iconsearch {
  cursor: pointer;
}
.country-content .country-select-data .country-search-input input {
  padding-left: 10px;
  width: 180px;
  border: none;
  outline: none;
  background: #f7f7f7;
  border-radius: 30px;
}
.country-content .country-select-data .country-select-data-item {
  height: 300px;
  overflow: auto;
  margin-left: 10px;
}
.country-content .country-select-data .country-select-data-item div {
  cursor: pointer;
}
.country-content .country-select-data .country-select-data-item div:hover {
  color: #40a9ff;
}

.editPwdComponent_2vYae {
  max-width: 550px; }
  .editPwdComponent_2vYae .forgetPwdItem_3ZiRr {
    height: 50px; }
  .editPwdComponent_2vYae .forgetPwd_1afhA {
    margin-top: 10px;
    float: right;
    color: #6293F7;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .editPwdComponent_2vYae .sumbitBtn_aLiiZ {
    background-color: #111;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer; }
  .editPwdComponent_2vYae .registerBtn_AuqMD {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
    color: #111;
    border: 1px solid #111;
    cursor: pointer; }
  .editPwdComponent_2vYae .info_2JBE2 {
    margin-top: 20px;
    float: right; }
  .editPwdComponent_2vYae .editPwdModal_1g4XS {
    color: red; }

.forbidden-wrapper {
  width: 100%;
  height: 100%;
}
.forbidden-wrapper ul.forbidden-container {
  width: 1076px;
  height: 100%;
  margin: 0 auto;
  padding: 1px 62px 0 62px;
  background-color: #fff;
}
.forbidden-wrapper ul.forbidden-container > li {
  float: left;
  width: 50%;
}
.forbidden-wrapper ul.forbidden-container li:nth-child(1) h3,
.forbidden-wrapper ul.forbidden-container li:nth-child(1) h4 {
  margin: 0;
  font-weight: normal;
}
.forbidden-wrapper ul.forbidden-container li:nth-child(1) h3 {
  font-size: 40px;
  margin-top: 100px;
}
.forbidden-wrapper ul.forbidden-container li:nth-child(1) h4 {
  font-size: 24px;
}
.forbidden-wrapper ul.forbidden-container li:nth-child(1) p {
  width: 347px;
  max-height: 130px;
  margin: 30px 0 20px 0;
  font-size: 14px;
  line-height: 23px;
}
.forbidden-wrapper ul.forbidden-container li:nth-child(1) p a {
  color: #000;
  font-weight: bold;
}
.forbidden-wrapper ul.forbidden-container li:nth-child(1) span {
  display: block;
  height: 32px;
  margin-bottom: 48px;
}
.forbidden-wrapper ul.forbidden-container li:nth-child(1) span a {
  display: inline-block;
  width: 52px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  outline: none;
  border: none;
  background-color: #0000ff;
  color: #fff;
  font-size: 15px;
  margin-right: 30px;
  cursor: pointer;
}
.forbidden-wrapper ul.forbidden-container li:nth-child(1) dl dt {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  line-height: 23px;
  letter-spacing: 1px;
}
.forbidden-wrapper ul.forbidden-container li:nth-child(1) dl img {
  width: 163px;
}
.forbidden-wrapper ul.forbidden-container li:nth-child(1) dl dd {
  width: 390px;
  height: 180px;
  background-color: #ddd;
}
.forbidden-wrapper ul.forbidden-container li:nth-child(1) dl .dl-text {
  width: 163px;
  font-size: 10px;
  font-weight: 500;
  color: #000;
  line-height: 23px;
  letter-spacing: 1px;
  margin-top: 10px;
  text-align: center;
}
.forbidden-wrapper ul.forbidden-container li:nth-child(2) {
  padding-top: 1px;
  text-align: right;
}
.forbidden-wrapper ul.forbidden-container li:nth-child(2) img {
  display: inline-block;
  margin-top: 167px;
  max-width: 100%;
}
.forbidden-modal-wrapper {
  position: relative;
  width: 100%;
}
.forbidden-modal-wrapper .forbidden-modal-body {
  position: relative;
  width: 100%;
  min-height: 200px;
  color: #666666;
}
.forbidden-modal-wrapper .forbidden-modal-title {
  text-align: center;
  height: 28px;
  margin-bottom: 30px;
}
.forbidden-modal-wrapper .forbidden-modal-title img {
  position: relative;
  top: -4px;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 5px;
}
.forbidden-modal-wrapper .forbidden-modal-title em {
  display: inline-block;
  line-height: 28px;
  font-size: 18px;
  margin-left: 5px;
}
.forbidden-modal-wrapper .forbidden-modal-buttons {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.forbidden-modal-wrapper .forbidden-modal-buttons button {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  min-width: 100px;
  padding: 0 10px;
  border: 1px solid #111;
  font-size: 16px;
  text-align: center;
  outline: none;
  cursor: pointer;
}
.forbidden-modal-wrapper .forbidden-modal-buttons button:nth-child(1) {
  background-color: #111;
  color: #fff;
  margin-right: 10px;
}
.forbidden-modal-wrapper .forbidden-modal-buttons button:nth-child(2) {
  background-color: #fff;
  color: #111;
  margin-left: 10px;
}
.forbidden-message {
  width: 90%;
  height: 200px;
  margin: 0 auto 0;
  font-size: 16px;
}
.forbidden-message span {
  display: table-cell;
  vertical-align: middle;
  height: 200px;
}
.forbidden-message p {
  margin: 0;
}

.pictureVerify_1-y5t {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .pictureVerify_1-y5t .main_1iRMH {
    width: 392px;
    height: 377px;
    background: #ffffff; }
  .pictureVerify_1-y5t .main_1iRMH .header_KaubC {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 16px;
      position: relative;
      border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .pictureVerify_1-y5t .main_1iRMH .header_KaubC .close_1gwkB {
        position: absolute;
        top: 14px;
        right: 16px;
        cursor: pointer; }
  .pictureVerify_1-y5t .main_1iRMH .header_KaubC .close_1gwkB i {
          font-size: 12px; }
  .pictureVerify_1-y5t .main_1iRMH .header_KaubC .title_3dZia {
        font-size: 14px;
        font-weight: 600;
        color: #000000;
        line-height: 20px;
        height: 20px; }
  .pictureVerify_1-y5t .main_1iRMH .picContainer_O2j7k {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 16px; }
  .pictureVerify_1-y5t .main_1iRMH .picContainer_O2j7k .pic_1rzgA {
        width: 360px;
        height: 240px;
        position: relative; }
  .pictureVerify_1-y5t .main_1iRMH .picContainer_O2j7k .pic_1rzgA .loading_2NQr6 {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.8);
          z-index: 4;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 14px;
          font-weight: 400;
          color: #000000; }
  .pictureVerify_1-y5t .main_1iRMH .picContainer_O2j7k .pic_1rzgA .loading_2NQr6 i {
            font-size: 32px;
            margin-bottom: 16px; }
  .pictureVerify_1-y5t .main_1iRMH .picContainer_O2j7k .pic_1rzgA .refresh_3554c {
          position: absolute;
          top: 0;
          right: 0;
          width: 24px;
          height: 24px;
          background: rgba(0, 0, 0, 0.5);
          z-index: 5;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          cursor: pointer; }
  .pictureVerify_1-y5t .main_1iRMH .picContainer_O2j7k .pic_1rzgA .refresh_3554c img {
            width: 20px;
            height: 20px; }
  .pictureVerify_1-y5t .main_1iRMH .picContainer_O2j7k .pic_1rzgA .imgBg_1ZpP5 {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
  .pictureVerify_1-y5t .main_1iRMH .picContainer_O2j7k .pic_1rzgA .mask_N6kC- {
          position: absolute;
          left: 0;
          top: 0;
          width: 88px; }
  .pictureVerify_1-y5t .main_1iRMH .dragArea_1lY4a {
      margin: 0 auto;
      width: 362px;
      height: 40px;
      background: rgba(0, 0, 0, 0.08);
      border: 1px solid rgba(0, 0, 0, 0.1);
      position: relative; }
  .pictureVerify_1-y5t .main_1iRMH .dragArea_1lY4a .success_MLXaC {
        height: 38px;
        background: #53b443;
        text-align: center;
        line-height: 38px;
        font-size: 14px;
        font-weight: 400;
        color: #ffffff; }
  .pictureVerify_1-y5t .main_1iRMH .dragArea_1lY4a .success_MLXaC i {
          border-radius: 50%;
          background-color: #fff;
          color: #53b443;
          margin-right: 4px; }
  .pictureVerify_1-y5t .main_1iRMH .dragArea_1lY4a .left_3vmPD {
        height: 38px;
        background: #53b443;
        position: absolute;
        left: 0;
        top: 0; }
  .pictureVerify_1-y5t .main_1iRMH .dragArea_1lY4a .left_3vmPD.err_3bH4A {
          background: #ff6262;
          -webkit-transition: width 0.5s ease;
          transition: width 0.5s ease; }
  .pictureVerify_1-y5t .main_1iRMH .dragArea_1lY4a .cube_2zegT {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 38px;
        height: 38px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(0, 0, 0, 0.1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 100%; }
  .pictureVerify_1-y5t .main_1iRMH .dragArea_1lY4a .cube_2zegT img {
          width: 16px;
          pointer-events: none; }
  .pictureVerify_1-y5t .main_1iRMH .dragArea_1lY4a .text_3ZdpK {
        margin-left: 38px;
        width: calc(100% - 38px);
        height: 40px;
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        line-height: 40px;
        text-align: center; }

.sale-modal-content-style {
  width: 700px;
  height: 350px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 20px 0px #d6e1e9;
          box-shadow: 0px 2px 20px 0px #d6e1e9;
  border-radius: 4px;
}
.sale-modal-content-style .invite-modal-content-container {
  position: relative;
  top: 10%;
}
.sale-modal-content-style .invite-modal-content-container .invite-modal-content-title {
  text-align: center;
  font-size: 24px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  color: #000000;
}
.sale-modal-content-style .invite-modal-content-container .invite-modal-content-title div {
  display: inline-block;
  margin-left: 12px;
}
.sale-modal-content-style .invite-modal-content-container .invite-modal-content-phone {
  margin: 40px auto;
  height: 60px;
  width: 374px;
}
.sale-modal-content-style .invite-modal-content-container .invite-modal-content-phone div:first-child {
  margin-bottom: 10px;
}
.sale-modal-content-style .invite-modal-content-container .invite-modal-content-phone span {
  font-size: 16px;
  font-family: PingFangSC-Regular;
  color: #000000;
  letter-spacing: 2px;
}
.sale-modal-content-style .invite-modal-content-container .invite-modal-content-phone label {
  letter-spacing: 3px;
  margin-right: 5px;
}
.sale-modal-content-style .invite-modal-content-container .invite-modal-content-phone input {
  padding-left: 10px;
  border: none;
  outline: none;
  border-bottom: 1px solid #eaeaea;
}
.sale-modal-content-style .invite-modal-content-container .invite-modal-content-phone button {
  width: 100px;
  height: 24px;
  background: #000000;
  border-radius: 13px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  line-height: 12px;
  letter-spacing: 1px;
  cursor: pointer;
  outline: none;
  border: none;
  padding: 5px 5px 5px 5px;
  margin-left: 10px;
}
.sale-modal-content-style .invite-modal-content-container .invite-modal-content-phone .error-message {
  text-align: center;
  line-height: 10px;
  width: 100%;
  height: 16px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #f83e55;
}
.sale-modal-content-style .invite-modal-content-bottom div {
  text-align: center;
  margin-bottom: 20px;
}
.sale-modal-content-style .invite-modal-content-bottom > div {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.sale-modal-content-style .invite-modal-content-bottom button {
  margin-top: 50px;
  width: 130px;
  height: 44px;
  border: 1px solid #000000;
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 2px;
  margin-left: 20px;
  cursor: pointer;
  background: #000000;
  color: #ffffff;
}

.searchBarHomePage_2Mk2j {
  width: 100%;
  height: 30px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none; }
  .searchBarHomePage_2Mk2j::before, .searchBarHomePage_2Mk2j::after {
    content: none;
    position: unset; }
  .searchBarHomePage_2Mk2j input[type="text"] {
    font-size: 14px;
    width: calc(100% - 2px);
    min-width: 400px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 49%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-left: 10px;
    padding-right: 36px;
    outline: none;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.04);
    border: none;
    border-radius: 2px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000; }
  .searchBarHomePage_2Mk2j input[type="text"]::-webkit-input-placeholder {
      font-size: 12px;
      color: #999999;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: rgba(0, 0, 0, 0.16);
      background: url("https://assets.wow-trend.com/wowtrend/static/resource/images/homeHeaderIcon/8abdd546.svg") left 37% center no-repeat;
      padding-left: 40%; }
  .searchBarHomePage_2Mk2j input[type="text"]::-moz-placeholder {
      font-size: 12px;
      color: #999999;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: rgba(0, 0, 0, 0.16);
      background: url("https://assets.wow-trend.com/wowtrend/static/resource/images/homeHeaderIcon/8abdd546.svg") left 37% center no-repeat;
      padding-left: 40%; }
  .searchBarHomePage_2Mk2j input[type="text"]:-ms-input-placeholder {
      font-size: 12px;
      color: #999999;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: rgba(0, 0, 0, 0.16);
      background: url("https://assets.wow-trend.com/wowtrend/static/resource/images/homeHeaderIcon/8abdd546.svg") left 37% center no-repeat;
      padding-left: 40%; }
  .searchBarHomePage_2Mk2j input[type="text"]::-ms-input-placeholder {
      font-size: 12px;
      color: #999999;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: rgba(0, 0, 0, 0.16);
      background: url("https://assets.wow-trend.com/wowtrend/static/resource/images/homeHeaderIcon/8abdd546.svg") left 37% center no-repeat;
      padding-left: 40%; }
  .searchBarHomePage_2Mk2j input[type="text"]::placeholder {
      font-size: 12px;
      color: #999999;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: rgba(0, 0, 0, 0.16);
      background: url("https://assets.wow-trend.com/wowtrend/static/resource/images/homeHeaderIcon/8abdd546.svg") left 37% center no-repeat;
      padding-left: 40%; }
  .searchBarHomePage_2Mk2j input[type="text"]:hover {
      border: 2px solid rgba(80, 89, 109, 0.4);
      background-color: #ffffff; }
  .searchBarHomePage_2Mk2j input[type="text"]:focus, .searchBarHomePage_2Mk2j input[type="text"].inputFocus_m7PRD {
      background-color: #ffffff !important;
      border: 2px solid #50596D; }
  .searchBarHomePage_2Mk2j > i.searchIcon_2XaBx {
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #000;
    cursor: pointer; }
  .searchBarHomePage_2Mk2j .colorToolPart_i3KOo {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .searchBarHomePage_2Mk2j .colorToolPart_i3KOo .colorIcon_2XfSC {
      cursor: pointer;
      width: 16px;
      height: 16px; }
  .searchBarHomePage_2Mk2j .colorToolPart_i3KOo .colorIcon_2XfSC + .colorIcon_2XfSC {
        margin-left: 8px; }
  .searchBarHomePage_2Mk2j .colorToolPart_i3KOo .colorIcon_2XfSC > svg {
        width: 100%;
        height: 100%; }
  .searchTipsHomePage_2hMrV {
  width: 728px;
  font-size: 12px;
  padding: 20px 32px 20px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .searchTipsHomePage_2hMrV .loding_2DfbR {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .searchTipsHomePage_2hMrV .left_2FUBN {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 246px;
    border-right: 1px solid rgba(0, 0, 0, 0.08); }
  .searchTipsHomePage_2hMrV .left_2FUBN .tipList_1TNfV {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .searchTipsHomePage_2hMrV .left_2FUBN .tipList_1TNfV .tipItem_3fZn1 {
        width: 50%;
        color: #000000;
        margin-bottom: 16px; }
  .searchTipsHomePage_2hMrV .left_2FUBN .tipList_1TNfV .tipItem_3fZn1 > div {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          cursor: pointer; }
  .searchTipsHomePage_2hMrV .left_2FUBN .tipList_1TNfV .tipItem_3fZn1 > div:hover {
            color: rgba(0, 0, 0, 0.6); }
  .searchTipsHomePage_2hMrV .left_2FUBN .tipList_1TNfV .tipItem_3fZn1 > div > img {
            margin-right: 4px; }
  .searchTipsHomePage_2hMrV .left_2FUBN .tipList_1TNfV .tipItem_3fZn1 > div > span {
            font-size: 14px;
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400; }
  .searchTipsHomePage_2hMrV .right_2illi {
    padding-left: 32px; }
  .searchTipsHomePage_2hMrV .right_2illi .tipList_1TNfV {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .searchTipsHomePage_2hMrV .right_2illi .tipList_1TNfV .tipItem_3fZn1 {
        color: #000000;
        margin-bottom: 16px;
        padding: 2px 16px;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.8);
        line-height: 20px;
        margin-right: 16px;
        border-radius: 12px;
        background: rgba(0, 0, 0, 0.04);
        cursor: pointer;
        word-break: break-all;
        overflow-wrap: break-word; }
  .searchTipsHomePage_2hMrV .right_2illi .tipList_1TNfV .tipItem_3fZn1:hover {
          background: #000000;
          color: #FFFFFF; }
  .searchTipsHomePage_2hMrV .title_3dALX {
    font-weight: bold;
    margin-bottom: 16px; }
  .searchTipsHomePage_2hMrV > span {
    display: inline-block;
    margin: 0;
    padding: 4px 10px;
    margin-right: 6px;
    margin-bottom: 10px;
    color: #666666;
    background-color: #F9F9F9;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%; }
  .searchTipsHomePage_2hMrV > span:hover {
      background-color: #f2f2f2; }
  .keywordListHomePage_gZ4zC {
  max-height: 400px;
  overflow: auto; }
  .keywordListHomePage_gZ4zC li {
    height: 34px;
    font-size: 12px;
    line-height: 34px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .keywordListHomePage_gZ4zC li:hover {
      background-color: #f6f6f6; }
  .keywordListHomePage_gZ4zC li.active_2UWdi {
      background-color: #f6f6f6; }
  @media screen and (max-width: 1500px) {
  .searchTipsHomePage_2hMrV .left_2FUBN {
    width: 123px; }
    .searchTipsHomePage_2hMrV .left_2FUBN .tipList_1TNfV .tipItem_3fZn1 {
      width: 100%; } }

.navHeaderBox_2TD-f {
  width: 100%;
  position: relative;
  z-index: 99;
  background-color: #FAFAFA; }
  .navHeaderBox_2TD-f.befixed_1o5Sv {
    position: fixed; }
  .navHeaderBox_2TD-f.befixed_1o5Sv .navHeaderContentBox_AdHCu {
      height: 0px; }
  .navHeaderBox_2TD-f.extend_21bVM .navHeaderContentBox_AdHCu {
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
    height: 123px; }
  .navHeaderBox_2TD-f.blackAndWhite_39P1k {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
  .navHeaderTop_HXl-0 {
  position: relative;
  z-index: 22;
  height: 50px;
  background-color: #f6f6f6;
  border-bottom: 2px solid #000000; }
  .navHeaderTop_HXl-0 .centerTop_3Ec9I {
    position: relative;
    height: 50px; }
  .navHeaderTop_HXl-0 .centerTop_3Ec9I.center_8lFun {
      min-width: 1300px;
      max-width: 1820px;
      padding: 0 38px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      position: relative; }
  .navHeaderTop_HXl-0 .channelList_3YGhX {
    position: absolute;
    top: 50%;
    left: 33px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 12px;
    font-weight: bold;
    cursor: pointer; }
  .navHeaderTop_HXl-0 .channelList_3YGhX .logo_HUV1V {
      height: 34px;
      float: left;
      margin-right: 40px; }
  .navHeaderTop_HXl-0 .channelList_3YGhX .logo_HUV1V a {
        display: inline-block;
        height: 34px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
  .navHeaderTop_HXl-0 .channelList_3YGhX .logo_HUV1V a img {
          height: 25px; }
  .navHeaderTop_HXl-0 .channelList_3YGhX > .channel_2OMlP {
      color: rgba(0, 0, 0, 0.5);
      margin-right: 5px;
      float: left; }
  .navHeaderTop_HXl-0 .channelList_3YGhX > .channel_2OMlP.active_qJtRU {
        color: #000; }
  .mark_mH67R {
  display: none;
  position: fixed;
  opacity: 0;
  top: 0;
  left: calc(50% - 3px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 1820px;
  min-width: 1300px;
  background-color: rgba(0, 0, 0, 0.4); }
  .navHeaderContentBox_AdHCu {
  position: relative;
  height: 123px;
  overflow: hidden;
  background-color: #FAFAFA;
  z-index: 20;
  min-width: 1300px;
  max-width: 1820px;
  margin: 0 auto; }
  .navHeaderContentBox_AdHCu.fiexed_lVB1U {
    position: fixed;
    top: 0;
    width: 100%;
    left: calc(50% - 3px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .navHeaderContentBox_AdHCu.normal_2j0f5 {
    -webkit-transform: unset !important;
        -ms-transform: unset !important;
            transform: unset !important; }
  .navHeaderContentBox_AdHCu .colorsHeader_3YqWA {
    height: 74px;
    border-bottom: 2px solid #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .navHeaderContentBox_AdHCu .colorsHeader_3YqWA .logo_HUV1V {
      height: 36px; }
  .navHeaderContentBox_AdHCu .colorsHeader_3YqWA .logo_HUV1V img {
        height: 36px; }
  .navHeaderContentBox_AdHCu .colorsHeader_3YqWA .right_M9D_B {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 120px; }
  .navHeaderContentBox_AdHCu .colorsHeader_3YqWA .right_M9D_B .btn_1W_IK {
        width: 141px;
        height: 35px;
        background: #fff;
        text-align: center;
        line-height: 33px;
        font-size: 14px;
        border: 1px solid #000;
        position: relative;
        cursor: pointer;
        -webkit-transition: width 0.5 ease-in-out;
        transition: width 0.5 ease-in-out; }
  .navHeaderContentBox_AdHCu .colorsHeader_3YqWA .right_M9D_B .btn_1W_IK + .btn_1W_IK {
          margin-left: 24px; }
  .navHeaderContentBox_AdHCu .colorsHeader_3YqWA .right_M9D_B .btn_1W_IK.active_qJtRU {
          color: #fafafa;
          background: #555b70; }
  .navHeaderContentBox_AdHCu .colorsHeader_3YqWA .right_M9D_B .btn_1W_IK.active_qJtRU::after {
            background-color: #000; }
  .navHeaderContentBox_AdHCu .colorsHeader_3YqWA .right_M9D_B .btn_1W_IK.active_qJtRU::before {
            background-color: #000; }
  .navHeaderContentBox_AdHCu .colorsHeader_3YqWA .right_M9D_B .btn_1W_IK::after {
          position: absolute;
          background-color: #555c70;
          content: "";
          left: 100%;
          margin-left: 1px;
          -webkit-transform: skewY(45deg);
              -ms-transform: skewY(45deg);
                  transform: skewY(45deg);
          position: absolute;
          background-color: #555c70;
          content: "";
          top: 2px;
          bottom: -5px;
          width: 7px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
  .navHeaderContentBox_AdHCu .colorsHeader_3YqWA .right_M9D_B .btn_1W_IK::before {
          position: absolute;
          background-color: #555c70;
          content: "";
          left: 2px;
          right: -4px;
          height: 7px;
          top: 100%;
          margin-top: 1px;
          -webkit-transform: skew(45deg);
              -ms-transform: skew(45deg);
                  transform: skew(45deg);
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
  @media screen and (max-width: 1600px) and (min-width: 1500px) {
  .navHeaderContentBox_AdHCu .colorsHeader_3YqWA .right_M9D_B .btn_1W_IK {
    width: 130px; } }
  @media screen and (max-width: 1530px) and (min-width: 1460px) {
  .navHeaderContentBox_AdHCu .colorsHeader_3YqWA .right_M9D_B .btn_1W_IK {
    width: 120px; } }
  @media screen and (max-width: 1460px) {
  .navHeaderContentBox_AdHCu .colorsHeader_3YqWA .right_M9D_B .btn_1W_IK {
    width: 100px; } }
  .bottomLine_24bPW {
  position: relative;
  top: -2px;
  min-width: 1300px;
  max-width: 1820px;
  margin: 0 auto;
  border-bottom: 2px solid #000000; }
  .help_3vjjE {
  position: absolute;
  top: 10px;
  right: 32px;
  height: 22px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .help_3vjjE > div {
    float: right;
    margin-left: 19px;
    color: #000000; }
  .help_3vjjE > a {
    color: #000000;
    font-size: 12px;
    cursor: pointer; }
  .help_3vjjE > a i {
      color: #000;
      font-size: 12px; }
  .help_3vjjE .msg_26fum,
  .help_3vjjE .pc_QgcgM {
    float: right;
    height: 22px;
    font-size: 12px;
    cursor: pointer; }
  .help_3vjjE .msg_26fum a,
    .help_3vjjE .pc_QgcgM a {
      line-height: 22px;
      color: #000000; }
  .help_3vjjE .msg_26fum span {
    font-size: 12px !important;
    line-height: 22px; }
  .btnPart_25M3w {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .btnPart_25M3w .linkBtn_3Djgp {
    width: 80px;
    height: 100%;
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
    position: relative;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .btnPart_25M3w .linkBtn_3Djgp + .linkBtn_3Djgp::before {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 80%;
      width: 1px;
      content: "";
      background-color: rgba(0, 0, 0, 0.08); }
  .btnPart_25M3w .linkBtn_3Djgp:hover {
      background: rgba(0, 0, 0, 0.04); }
  .btnPart_25M3w .linkBtn_3Djgp > span {
      margin-top: 6px; }
  .btnPart_25M3w .linkBtn_3Djgp > img:nth-child(1) {
      width: 18px;
      height: 18px; }
  .btnPart_25M3w .linkBtn_3Djgp.zhiyi_st9UT > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .btnPart_25M3w .linkBtn_3Djgp.dayRecommend_1Msxl {
      right: 366px; }
  .btnPart_25M3w .linkBtn_3Djgp > .proIcon_kA_az {
      position: absolute;
      left: 53px;
      bottom: 24px; }
  .navHeader_1kx0N {
  position: relative;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
  width: 100%;
  height: 123px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .navHeader_1kx0N.center_8lFun {
    min-width: 1300px;
    max-width: 1820px;
    padding-left: 38px;
    overflow: hidden; }
  .navHeader_1kx0N .search_fSgrl {
    position: relative;
    height: 100%;
    max-width: 744px;
    width: 80%; }
  .navHeader_1kx0N .logo_HUV1V {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 301px; }
  .navHeader_1kx0N .logo_HUV1V img {
      width: 301px;
      height: 44px; }
  .navHeader_1kx0N .headerRightPart_2PXwJ {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 56px; }
  .navHeader_1kx0N .headerRightPart_2PXwJ .headerSearchAndBtn_2KI35 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 20px;
      height: 57px; }
  .navHeader_1kx0N .searchLine_2x7iO {
    height: 54px;
    width: 100%; }
  .navHeader_1kx0N .nav_PM9UR {
    height: 66px;
    width: 100%;
    line-height: 66px;
    position: relative; }
  .navHeader_1kx0N .nav_PM9UR::before {
      position: absolute;
      left: 20px;
      top: 0px;
      content: "";
      height: 1px;
      width: 100%;
      background-color: #555C70; }
  .textDark_1uxaW li {
  color: #111111 !important; }
  .navUl_1GfbD {
  display: inline-block;
  position: relative; }
  .navUl_1GfbD > li {
    float: left;
    cursor: default;
    color: rgba(17, 17, 17, 0.7);
    font-size: 16px;
    font-weight: 500;
    padding: 0 20px; }
  .navUl_1GfbD > li.active_qJtRU {
      color: #111111; }
  .navUl_1GfbD > li.hover_1KxJd {
      color: #111; }
  .navUl_1GfbD > li > span {
      display: inline-block;
      height: 65px; }
  @media screen and (max-width: 1900px) {
  .navUl_1GfbD > li {
    padding: 0 16px; }
  .navHeader_1kx0N .nav_PM9UR::before {
    left: 16px; }
  .navHeader_1kx0N .headerRightPart_2PXwJ .headerSearchAndBtn_2KI35 {
    padding-left: 16px; } }
  @media screen and (max-width: 1600px) {
  .navUl_1GfbD > li {
    padding: 0 8px; }
  .navHeader_1kx0N .nav_PM9UR::before {
    left: 8px; }
  .navHeader_1kx0N .headerRightPart_2PXwJ .headerSearchAndBtn_2KI35 {
    padding-left: 8px; } }
  @media screen and (max-width: 1500px) {
  .navUl_1GfbD > li {
    padding: 0 6px; }
  .navHeader_1kx0N .nav_PM9UR::before {
    left: 6px; }
  .navHeader_1kx0N .headerRightPart_2PXwJ .headerSearchAndBtn_2KI35 {
    padding-left: 6px; } }
  .navHeaderModal_2sCor {
  position: absolute;
  z-index: 5;
  top: -200px;
  width: 100%;
  height: 300px;
  background-color: orange; }
  .navHeaderModal_2sCor.open_1nghv {
    -webkit-animation: openAnimation_p1b-T 0.3s ease-in-out forwards;
            animation: openAnimation_p1b-T 0.3s ease-in-out forwards;
    z-index: 8; }
  .navHeaderModal_2sCor.close_1xUkX {
    -webkit-animation: closeAnimation_2COCV 0.1s ease-in-out forwards;
            animation: closeAnimation_2COCV 0.1s ease-in-out forwards;
    z-index: 2; }
  @-webkit-keyframes openAnimation_p1b-T {
  from {
    top: -200px; }
  to {
    top: 108px; } }
  @keyframes openAnimation_p1b-T {
  from {
    top: -200px; }
  to {
    top: 108px; } }
  @-webkit-keyframes closeAnimation_2COCV {
  from {
    top: 108px;
    opacity: 1; }
  to {
    top: -200px;
    opacity: 0; } }
  @keyframes closeAnimation_2COCV {
  from {
    top: 108px;
    opacity: 1; }
  to {
    top: -200px;
    opacity: 0; } }
  .downloadContent_100NE {
  width: 208px; }
  .downloadContent_100NE .info_1Eg9D {
    text-align: center;
    width: 200px;
    height: 54px;
    line-height: 40px; }
  .downloadContent_100NE .info_1Eg9D a.macos_3-k_D,
    .downloadContent_100NE .info_1Eg9D .windowos_YeH8X {
      display: block;
      color: #fff;
      cursor: pointer;
      height: 40px; }
  .downloadContent_100NE .info_1Eg9D a.macos_3-k_D > i,
      .downloadContent_100NE .info_1Eg9D .windowos_YeH8X > i {
        margin-right: 6px; }
  .downloadContent_100NE .info_1Eg9D .macos_3-k_D {
      background: #6b9ec6; }
  .downloadContent_100NE .info_1Eg9D .macos_3-k_D:hover {
        background: #608eb2; }
  .downloadContent_100NE .info_1Eg9D .windowos_YeH8X {
      background: #efc256; }
  .downloadContent_100NE .info_1Eg9D .windowos_YeH8X:hover {
        background: #deb44f; }
  .webNotice_3hrrn {
  width: 280px; }
  .webNotice_3hrrn .title_1jx3s {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .ant-popover-title_1CYzJ {
  text-align: center; }
  .svgDiyModal_2S3E4 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .svgDiyModal_2S3E4 .center_8lFun {
    width: 492px;
    height: 173px;
    background: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .svgDiyModal_2S3E4 .center_8lFun .text_ISxqY {
      font-size: 18px;
      font-weight: 400;
      color: #000000;
      line-height: 25px; }
  .svgDiyModal_2S3E4 .center_8lFun .footer_3O6BH .btn_1W_IK {
      float: right;
      padding: 6px 32px;
      border: 1px solid #555b70;
      font-size: 12px;
      font-weight: 500;
      line-height: 16px;
      cursor: pointer;
      background: #fff;
      color: #555b70; }
  .svgDiyModal_2S3E4 .center_8lFun .footer_3O6BH .btn_1W_IK:last-child {
        margin-right: 16px; }
  .svgDiyModal_2S3E4 .center_8lFun .footer_3O6BH .btn_1W_IK:hover {
        background: #555b70;
        color: #fff; }
  .downloadContentApp_2JIBu {
  padding: 18px 10px 0 10px;
  position: relative; }
  .downloadContentApp_2JIBu .qrcode_17uVu {
    position: absolute;
    left: -148px;
    top: -12px;
    margin: auto;
    width: 124px;
    padding: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    display: none; }
  .downloadContentApp_2JIBu .qrcode_17uVu p {
      margin-top: 8px;
      text-align: center;
      color: #000;
      line-height: 16px; }
  .downloadContentApp_2JIBu .appMacos_24Glg:hover .qrcode_17uVu,
  .downloadContentApp_2JIBu .appWindowos_3cW1K:hover .qrcode_17uVu {
    display: block; }
  .downloadContentApp_2JIBu .appInfo_1Ud0t {
    width: 200px;
    height: 40px;
    background: #000000;
    text-align: center;
    line-height: 40px;
    margin-bottom: 20px; }
  .downloadContentApp_2JIBu .appInfo_1Ud0t a {
      font-size: 14px;
      font-weight: 400;
      color: #FFFFFF;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .downloadContentApp_2JIBu .appInfo_1Ud0t a i {
        margin-right: 7px;
        font-size: 22px; }

.headerModal_1x1DV {
  position: absolute;
  width: 100%;
  top: -400px;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  max-width: 1820px;
  min-width: 1300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 60px;
  padding-bottom: 10px;
  -webkit-transition: background-color 0.2s ease-in-out , height 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out , height 0.2s ease-in-out;
  z-index: 5; }
  .headerModal_1x1DV.fiexed_1Iiws {
    position: fixed; }
  .headerModal_1x1DV .columnList_3vmQi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .headerModal_1x1DV .summaryBox_21nG5 {
    height: 62px;
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .headerModal_1x1DV .summary_3Wx4i {
    margin: 0 auto;
    width: 60%;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    opacity: 0; }
  .headerModal_1x1DV .ColumnItem_3y7Hm {
    width: 280px;
    padding-top: 60px;
    padding-bottom: 84px;
    padding: 0 0px;
    position: relative;
    top: 30px;
    opacity: 0; }
  .headerModal_1x1DV .ColumnItem_3y7Hm .title_3agC3 {
      color: #fff;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; }
  .headerModal_1x1DV .ColumnItem_3y7Hm .title_3agC3 .icon_10Awc {
        margin-bottom: 14px; }
  .headerModal_1x1DV .ColumnItem_3y7Hm .title_3agC3 .icon_10Awc i {
          margin-top: 2px;
          font-size: 51px; }
  .headerModal_1x1DV .ColumnItem_3y7Hm .title_3agC3 .icon_10Awc p {
          font-size: 22px;
          font-weight: bold;
          margin-top: 6px;
          margin-bottom: 0px; }
  .headerModal_1x1DV .ColumnItem_3y7Hm .title_3agC3 .icon_10Awc a {
          color: #fff;
          position: relative;
          overflow: hidden;
          cursor: pointer;
          display: block; }
  .headerModal_1x1DV .ColumnItem_3y7Hm .title_3agC3 .icon_10Awc > a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
  .headerModal_1x1DV .ColumnItem_3y7Hm .spanLi_1JOBE {
      margin: 0;
      margin-top: 5px;
      margin-right: 10px;
      vertical-align: bottom; }
  .headerModal_1x1DV .ColumnItem_3y7Hm .spanLi_1JOBE a {
        margin: 0;
        font-size: 14px; }
  .headerModal_1x1DV .ColumnItem_3y7Hm .boxLeft_3q95V, .headerModal_1x1DV .ColumnItem_3y7Hm .boxRight_LLQ6k {
      display: inline-block;
      width: 50%; }
  .headerModal_1x1DV .ColumnItem_3y7Hm .boxLeft_3q95V {
      text-align: right; }
  .headerModal_1x1DV .ColumnItem_3y7Hm .left_3uBvw, .headerModal_1x1DV .ColumnItem_3y7Hm .middle_29-Uk, .headerModal_1x1DV .ColumnItem_3y7Hm .right_3-zIT {
      color: #fff; }
  .headerModal_1x1DV .ColumnItem_3y7Hm .left_3uBvw > li, .headerModal_1x1DV .ColumnItem_3y7Hm .middle_29-Uk > li, .headerModal_1x1DV .ColumnItem_3y7Hm .right_3-zIT > li {
        margin-top: 5px; }
  .headerModal_1x1DV .ColumnItem_3y7Hm .left_3uBvw > li a, .headerModal_1x1DV .ColumnItem_3y7Hm .middle_29-Uk > li a, .headerModal_1x1DV .ColumnItem_3y7Hm .right_3-zIT > li a {
          cursor: pointer;
          color: #fff;
          opacity: 0.8;
          position: relative;
          position: relative;
          overflow: hidden; }
  .headerModal_1x1DV .ColumnItem_3y7Hm .left_3uBvw > li a::before, .headerModal_1x1DV .ColumnItem_3y7Hm .middle_29-Uk > li a::before, .headerModal_1x1DV .ColumnItem_3y7Hm .right_3-zIT > li a::before {
            background: #fff;
            bottom: 1px; }
  .headerModal_1x1DV .ColumnItem_3y7Hm .left_3uBvw {
      display: inline-block;
      vertical-align: top;
      margin-right: 15px; }
  .headerModal_1x1DV .ColumnItem_3y7Hm .left_3uBvw .textAlignRight_2pc64 {
        text-align: right; }
  .headerModal_1x1DV .ColumnItem_3y7Hm .middle_29-Uk {
      display: inline-block;
      vertical-align: top;
      margin-right: 6px;
      margin-left: 15px;
      text-align: left; }
  .headerModal_1x1DV .ColumnItem_3y7Hm .right_3-zIT {
      display: inline-block;
      vertical-align: top;
      text-align: left; }
  .headerModal_1x1DV .ColumnItem_3y7Hm .content_XLQOB {
      width: 100%; }
  .headerModal_1x1DV .ColumnItem_3y7Hm .content_XLQOB ul li {
        text-align: center;
        margin-top: 5px; }
  .headerModal_1x1DV .ColumnItem_3y7Hm .content_XLQOB ul li a {
          opacity: 0.8;
          color: #fff;
          font-size: 14px;
          position: relative;
          overflow: hidden;
          cursor: pointer; }
  .headerModal_1x1DV .ColumnItem_3y7Hm .content_XLQOB ul li a::before {
            background: #fff;
            bottom: 1px; }
  .headerModal_1x1DV .ColumnItem_3y7Hm .content_XLQOB.floatMode_3M8SG {
      text-align: center; }
  .headerModal_1x1DV .ColumnItem_3y7Hm .content_XLQOB.floatMode_3M8SG ul li {
        float: left;
        margin-right: 12px; }
  .headerModal_1x1DV .ColumnItem_3y7Hm .content_XLQOB.floatMode_3M8SG span {
        display: inline-block;
        position: relative;
        overflow: hidden;
        margin-right: 12px; }
  .headerModal_1x1DV .ColumnItem_3y7Hm .content_XLQOB.floatMode_3M8SG span a {
          color: #fff;
          opacity: 0.8; }
  .headerModal_1x1DV .ColumnItem_3y7Hm .content_XLQOB.floatMode_3M8SG span a::before {
            background: #fff;
            bottom: 1px; }
  .svgIcon_2M94O {
  width: 52px;
  height: 52px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.carousel-container_3-DF9 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.carousel-content_1X7TF {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%; }

.carousel-content_1X7TF > * {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    height: 100%; }

.carousel-arrow_4q_Ip {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 2; }

.carousel-arrow_4q_Ip:hover {
    background: rgba(0, 0, 0, 0.5); }

.carousel-arrow_4q_Ip.prev_3PE4i {
    left: 10px; }

.carousel-arrow_4q_Ip.next_1Qf-e {
    right: 10px; }

.carousel-dots_3cl9k {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  z-index: 2; }

.carousel-dots_3cl9k .dot_172gi {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

.carousel-dots_3cl9k .dot_172gi.active_BeRIN {
      background: #fff; }

.carousel-dots_3cl9k .dot_172gi:hover {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }

.aiChengyi_1vEaY {
  padding: 0 11.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .aiChengyi_1vEaY .list_3PUo8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .aiChengyi_1vEaY .list_3PUo8 .item_LP-7P {
      width: 59px;
      height: 95px;
      background-color: #fff;
      margin-right: 3px;
      position: relative; }
  .aiChengyi_1vEaY .list_3PUo8 .item_LP-7P:first-child {
        margin-right: 12px; }
  .aiChengyi_1vEaY .list_3PUo8 .item_LP-7P:last-child {
        margin-right: 0; }
  .aiChengyi_1vEaY .list_3PUo8 .item_LP-7P .img_25Psv {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        cursor: pointer; }
  .aiChengyi_1vEaY .list_3PUo8 .item_LP-7P .aiIcon_UBhw6 {
        position: absolute;
        top: 50%;
        right: -16.5px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 27px;
        height: 39px;
        z-index: 10; }
  .aiChengyi_1vEaY .dots_2nDDU {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1px; }
  .aiChengyi_1vEaY .dots_2nDDU .dot_2Ph2c {
      width: 3px;
      height: 2px;
      background: #fff;
      border-radius: 1px;
      cursor: pointer; }
  .aiChengyi_1vEaY .dots_2nDDU .dot_2Ph2c.active_M-lG3 {
        width: 9px; }
  .aiChengyi_1vEaY .text_1awx8 {
    margin-top: 6px;
    font-weight: 500;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.99);
    cursor: pointer; }

.tipsImg_4Spq0 {
  width: 224px;
  height: 60px;
  position: absolute;
  top: -13px;
  left: 0px;
  top: 190px;
  left: 233px;
  z-index: 20;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }

.navHeaderTopMask_38Fmz {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 123px;
  top: 123px;
  background-color: #ccc;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }

.loginCom_31JXG {
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.smallAvatar_3To-J {
  height: 28px;
  line-height: 28px;
  cursor: pointer; }

.smallAvatar_3To-J img {
    width: 22px;
    height: 22px;
    border-radius: 12px;
    margin-right: 4px; }

.smallAvatar_3To-J > a > span {
    color: #000; }

.userPopover_2VfTh {
  width: 220px; }

.userPopover_2VfTh ul {
    margin: 0;
    text-align: center; }

.userPopover_2VfTh ul li {
      color: #666666;
      padding: 9px 15px;
      text-align: left; }

.userPopover_2VfTh ul li a {
        color: #666666; }

.userPopover_2VfTh ul li a .userIcon_38mF9 {
          display: inline-block;
          width: 30px;
          text-align: right; }

.userPopover_2VfTh ul li a .userIcon_38mF9 i {
            font-size: 14px;
            margin-right: 10px; }

.userPopover_2VfTh ul li a em {
          font-weight: 600; }

.userPopover_2VfTh ul li:hover {
        background-color: #f2f2f2; }

.userPopover_2VfTh ul li.line_2inCu {
      width: 100%;
      height: 1px;
      padding: 0;
      margin-top: 7px;
      margin-bottom: 7px;
      background-color: #f2f2f2; }

.userPopover_2VfTh ul li.line2_152Bx {
      width: 100%;
      height: 1px;
      padding: 0;
      margin-top: 12px;
      margin-bottom: 7px;
      background-color: #f2f2f2; }

.userTitle_39eCt {
  margin-top: 6px; }

.userTitle_39eCt .avatar_10waW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.userTitle_39eCt .avatar_10waW img {
      width: 50px;
      height: 50px;
      border-radius: 25px; }

.userTitle_39eCt .name_1XRMG {
    text-align: center;
    margin: 10px 0px;
    font-size: 14px;
    font-weight: 600; }

.userTitle_39eCt .vipBox_2z90U .vip_3O-HN {
    margin-bottom: 8px; }

.userTitle_39eCt .vipBox_2z90U .vip_3O-HN img {
      height: 17px;
      margin-right: 6px; }

.RealButton_1tGCH {
  padding: 4px 10px;
  color: #111;
  font-size: 12px; }
  .RealButton_1tGCH.selected_1Ee1X {
    background-color: #555C70;
    color: #fff; }
  .RealButton_1tGCH.hover_3Cuqu:hover {
    background-color: #555C70;
    color: #fff; }

.aiEntrance_2tum_ {
  height: 242px; }
  .aiEntrance_2tum_ .hotIcon_2N2WG {
    color: #ff4141;
    margin-right: 2px;
    font-size: 14px; }
  .aiEntrance_2tum_ .title_3_WEO {
    position: relative;
    margin-bottom: 24px; }
  .aiEntrance_2tum_ .title_3_WEO > span {
      font-size: 16px;
      font-weight: bold;
      color: #000;
      line-height: 22px;
      display: inline-block;
      height: 22px; }
  .aiEntrance_2tum_ .platform_12CF- {
    position: absolute;
    left: 108px;
    top: 0;
    font-size: 16px;
    color: #676666;
    height: 22px;
    line-height: 22px; }
  .aiEntrance_2tum_ .platform_12CF- > span {
      margin-right: 14px;
      cursor: pointer;
      font-weight: normal;
      display: inline-block; }
  .aiEntrance_2tum_ .platform_12CF- > span.active_18wc0 {
      color: #000;
      font-weight: bold; }
  .aiEntrance_2tum_ .platform_12CF- > span.ins_dD5BE {
      margin-right: 12px;
      min-width: 40px; }
  .aiEntrance_2tum_ .inputSearch_1_Ums {
    margin-bottom: 14px;
    position: relative;
    left: -6px; }
  .aiEntrance_2tum_ .inputSearch_1_Ums .inputSearchTips_1doNb {
      float: left;
      height: 34px;
      width: 96px;
      text-align: center;
      font-weight: bold;
      cursor: pointer; }
  .aiEntrance_2tum_ .inputSearch_1_Ums .inputSearchTips_1doNb .tips_Bx1k8 {
        font-size: 14px;
        line-height: 29px;
        cursor: pointer; }
  .aiEntrance_2tum_ .inputSearch_1_Ums .inputSearchTips_1doNb input {
        position: absolute;
        left: -80px;
        top: 0;
        width: 340px;
        height: 50px;
        opacity: 0;
        cursor: pointer; }
  .aiEntrance_2tum_ .inputSearch_1_Ums .urlInput_M2aMj {
      float: left;
      height: 34px;
      width: 528px;
      position: relative; }
  .aiEntrance_2tum_ .inputSearch_1_Ums .urlInput_M2aMj input {
        padding-left: 16px;
        width: 470px;
        height: 32px;
        border: none;
        outline: none; }
  .aiEntrance_2tum_ .inputSearch_1_Ums .urlInput_M2aMj .searchIcon_2Yld3 {
        position: absolute;
        right: 12px;
        top: 6px;
        cursor: pointer; }

.paddingGap {
  padding: 0 20px;
}
.dh-closebtn {
  position: absolute;
  top: 10px;
  right: 14px;
  color: #ccc;
  font-size: 12px;
  z-index: 10;
  cursor: pointer;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
}
.dh-closebtn:hover {
  color: #fff;
}
.day-hots {
  width: 800px;
  height: 580px;
  position: relative;
  border: 1px solid #C7C6C6;
  border-bottom: none;
}
.dh-title {
  width: 100%;
  height: 37px;
  line-height: 37px;
  color: #fff;
  background-color: #000000;
  padding: 0 20px;
}
.dh-title > span:nth-child(1) {
  display: block;
  float: left;
  font-size: 18px;
  margin-right: 10px;
  line-height: 37px;
  vertical-align: middle;
}
.dh-title > span:nth-child(2) {
  display: block;
  float: left;
  font-size: 12px;
  line-height: 37px;
  vertical-align: middle;
}
.dh-content {
  width: 100%;
  height: 430px;
  padding: 0 20px;
  padding-top: 26px;
}
.dh-content .dh-item {
  float: left;
  margin-bottom: 20px;
  margin-right: 15px;
}
.dh-content .dh-item:nth-of-type(3n) {
  margin-right: 0px;
}
.dh-operator {
  position: relative;
  width: 100%;
  height: 79px;
  padding: 0 20px;
}
.dh-operator .dh-prev,
.dh-operator .dh-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 102px;
  height: 32px;
  border: 1px solid #121212;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.dh-operator .dh-prev:hover,
.dh-operator .dh-next:hover {
  background-color: #000000;
  color: #fff;
}
.dh-operator .dh-prev.disabled,
.dh-operator .dh-next.disabled {
  background-color: #fff;
  color: #ccc;
  border: 1px solid #ccc;
  cursor: default;
}
.dh-operator .dh-next {
  left: 130px;
}
.dh-operator .dh-page {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 262px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dh-operator .dh-page .dh-active {
  color: #000;
}
.dh-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 32px;
  font-size: 13px;
  line-height: 32px;
  color: #fff;
  background-color: #D0102C;
  padding: 0 20px;
}
.dh-footer > span:nth-child(2) {
  float: right;
  margin-right: 106px;
}
.dh-img-box {
  position: absolute;
  right: 20px;
  bottom: 6px;
  width: 80px;
  height: 80px;
  background-color: #fff;
}
.dh-img-box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.hot-card {
  width: 240px;
  height: 178px;
}
.hot-card .hc-img-box {
  width: 100%;
  height: 148px;
  position: relative;
}
.hot-card .hc-img-box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.hot-card .hc-img-box .hc-img-mask {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.hot-card .hc-img-box:hover .hc-img-mask {
  display: block;
}
.hot-card .hc-info {
  position: relative;
  line-height: 30px;
  color: #111111;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.hot-card .hc-info > span {
  position: relative;
}
.hot-card .hc-info > span > span:nth-child(1) {
  font-size: 14px;
  font-weight: bold;
}
.hot-card .hc-info > span > span:nth-child(2) {
  margin: 0 6px;
}
.hot-card .hc-info > span > span:nth-child(3) {
  font-size: 12px;
  font-weight: 400;
}

.channel_3rC1i {
  color: rgba(0, 0, 0, 0.5);
  margin-right: 5px;
  float: left; }
  .channel_3rC1i.active_1FNla {
    color: #000; }

.columnChannelDropdown_CgTcR {
  position: absolute;
  left: 2px;
  top: 100%;
  width: calc(100% - 4px);
  height: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .columnChannelDropdown_CgTcR.disabled_Iksl- {
    pointer-events: none; }
  .columnChannelDropdown_CgTcR .bg_1PPuS {
    position: absolute;
    left: 0;
    top: -9px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1; }
  .columnChannelDropdown_CgTcR .arrow_22XOk {
    display: none;
    position: absolute;
    width: 30px;
    height: 15px;
    background-color: #747f9b;
    left: 274.5px;
    top: -10px;
    -webkit-transform: translateX(-45%);
        -ms-transform: translateX(-45%);
            transform: translateX(-45%);
    border-radius: 50% / 50%;
    z-index: 1000; }
  .columnChannelDropdown_CgTcR .item_15qaK {
    padding: 0 160px;
    height: 32px;
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 2px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
  .columnChannelDropdown_CgTcR .item_15qaK:hover ~ .line_376K7 {
      background: #ebecee; }
  .columnChannelDropdown_CgTcR .item_15qaK.disabled_Iksl- {
      pointer-events: none; }
  .columnChannelDropdown_CgTcR .item_15qaK:hover .svgIconText_ZSe9C::before {
      right: 0%; }
  .columnChannelDropdown_CgTcR .item_15qaK .svgIconText_ZSe9C {
      display: inline-block;
      position: relative;
      margin-left: 20px;
      font-size: 24px; }
  .columnChannelDropdown_CgTcR .item_15qaK .svgIconText_ZSe9C.svgIconText0_3-f6s {
        color: #000; }
  .columnChannelDropdown_CgTcR .item_15qaK .svgIconText_ZSe9C.svgIconText0_3-f6s::before {
          background: #000; }
  .columnChannelDropdown_CgTcR .item_15qaK .svgIconText_ZSe9C.svgIconText1_1ItVG {
        color: #fff; }
  .columnChannelDropdown_CgTcR .item_15qaK .svgIconText_ZSe9C.svgIconText1_1ItVG::before {
          background: #fff; }
  .columnChannelDropdown_CgTcR .item_15qaK .svgIconText_ZSe9C::before {
        content: "";
        position: absolute;
        left: 0;
        right: 100%;
        bottom: 0;
        height: 2px;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out; }
  .columnChannelDropdown_CgTcR .line_376K7 {
    background: #ebecee;
    width: 1px;
    height: 32px; }

.channel_dMFhV {
  color: rgba(0, 0, 0, 0.5);
  margin-right: 5px;
  float: left; }
  .channel_dMFhV.active_3m1Dc {
    color: #000; }

.columnChannelDropdown_eVy9_ {
  position: absolute;
  left: 2px;
  top: 100%;
  width: calc(100% - 4px);
  height: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .columnChannelDropdown_eVy9_.disabled_Iuf53 {
    pointer-events: none; }
  .columnChannelDropdown_eVy9_ .bg_1u5pT {
    position: absolute;
    left: 0;
    top: -9px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1; }
  .columnChannelDropdown_eVy9_ .arrow_26kU_ {
    display: none;
    position: absolute;
    width: 30px;
    height: 15px;
    background-color: #747f9b;
    left: 274.5px;
    top: -10px;
    -webkit-transform: translateX(-45%);
        -ms-transform: translateX(-45%);
            transform: translateX(-45%);
    border-radius: 50% / 50%;
    z-index: 1000; }
  .columnChannelDropdown_eVy9_ .item_1wmsG {
    width: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 32px;
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 2px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
  .columnChannelDropdown_eVy9_ .item_1wmsG.disabled_Iuf53 {
      pointer-events: none; }
  .columnChannelDropdown_eVy9_ .item_1wmsG + .item_1wmsG {
      border-left: 1px solid rgba(255, 255, 255, 0.2); }
  .columnChannelDropdown_eVy9_ .item_1wmsG:hover .svgIconText_1uOPH::before {
      right: 0%; }
  .columnChannelDropdown_eVy9_ .item_1wmsG .svgIconText_1uOPH {
      display: inline-block;
      position: relative;
      margin-left: 20px;
      font-size: 24px; }
  .columnChannelDropdown_eVy9_ .item_1wmsG .svgIconText_1uOPH.svgIconText0_U4LEY {
        color: #000; }
  .columnChannelDropdown_eVy9_ .item_1wmsG .svgIconText_1uOPH.svgIconText0_U4LEY::before {
          background: #000; }
  .columnChannelDropdown_eVy9_ .item_1wmsG .svgIconText_1uOPH.svgIconText1_1Cs0g {
        color: #fff; }
  .columnChannelDropdown_eVy9_ .item_1wmsG .svgIconText_1uOPH.svgIconText1_1Cs0g::before {
          background: #fff; }
  .columnChannelDropdown_eVy9_ .item_1wmsG .svgIconText_1uOPH::before {
        content: "";
        position: absolute;
        left: 0;
        right: 100%;
        bottom: 0;
        height: 2px;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out; }

.clientDownload_3RpSN .main_3lhYL {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .clientDownload_3RpSN .main_3lhYL .left_2WgXP {
    width: 216px;
    padding-right: 16px;
    border-right: 1px solid #ededed; }
  .clientDownload_3RpSN .main_3lhYL .right_1axtC {
    width: 216px;
    padding-left: 16px; }
  .clientDownload_3RpSN .main_3lhYL .title_2ybkc {
    margin-bottom: 12px;
    height: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #111;
    line-height: 20px; }
  .clientDownload_3RpSN .main_3lhYL .area_3F9Up {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px;
    width: 100%;
    height: 93px;
    background: #000; }
  .clientDownload_3RpSN .main_3lhYL .area_3F9Up .btns_PmcdJ {
      width: 100%;
      height: 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .clientDownload_3RpSN .main_3lhYL .area_3F9Up .btns_PmcdJ .btn_ZKYC9 {
        width: calc(50% - 6px);
        height: 24px;
        border: 1px solid #fff;
        font-weight: 500;
        font-size: 12px;
        color: #fff;
        line-height: 22px;
        text-align: center;
        cursor: pointer; }
  .clientDownload_3RpSN .footer_148Mf {
  margin-top: 12px;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  line-height: 21px; }
  .item_Nr7yB {
  margin-top: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding-left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer; }
  .item_Nr7yB img {
    width: 20px;
    height: 20px; }
  .item_Nr7yB .text_34w4T {
    font-weight: 500;
    font-size: 14px;
    color: #fff; }

@charset "UTF-8";
.languageSwitcher_XdH8e {
  position: relative;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; }
.languageSwitcher_XdH8e .trigger_3GwqH {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 12px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-width: 120px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
.languageSwitcher_XdH8e .trigger_3GwqH:hover {
      background-color: rgba(0, 0, 0, 0.05); }
.languageSwitcher_XdH8e .trigger_3GwqH .flag_T8Ozm {
      margin-right: 8px;
      display: inline-block;
      line-height: 1; }
.languageSwitcher_XdH8e .trigger_3GwqH .langName_2aykg {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      color: #262626;
      font-weight: 500; }
.languageSwitcher_XdH8e .trigger_3GwqH .arrow_1E2Yf {
      margin-left: 8px;
      color: #8c8c8c;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease;
      font-size: 12px; }
.languageSwitcher_XdH8e .trigger_3GwqH .arrow_1E2Yf.up_3oZ-U {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
.languageSwitcher_XdH8e .dropdown_2MRU6 {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -140px;
    margin-top: 4px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
            box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    z-index: 1050;
    max-height: 400px;
    overflow: hidden;
    min-width: 280px; }
.languageSwitcher_XdH8e .dropdown_2MRU6.top_oIE6X {
      top: auto;
      bottom: 100%;
      margin-top: 0;
      margin-bottom: 4px; }
.languageSwitcher_XdH8e .dropdown_2MRU6.left_1zS42 {
      left: auto;
      right: 0; }
.languageSwitcher_XdH8e .dropdown_2MRU6.right_38lsf {
      left: 0;
      right: auto; }
.languageSwitcher_XdH8e .dropdown_2MRU6 .searchBox_3_jbJ {
      position: relative;
      padding: 12px;
      border-bottom: 1px solid #f0f0f0; }
.languageSwitcher_XdH8e .dropdown_2MRU6 .searchBox_3_jbJ .searchIcon_YwWch {
        position: absolute;
        left: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        color: #bfbfbf;
        font-size: 14px;
        pointer-events: none; }
.languageSwitcher_XdH8e .dropdown_2MRU6 .searchBox_3_jbJ .searchInput_23Nq9 {
        width: 100%;
        padding: 8px 12px 8px 32px;
        border: 1px solid #d9d9d9;
        border-radius: 6px;
        font-size: 14px;
        outline: none;
        -webkit-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease; }
.languageSwitcher_XdH8e .dropdown_2MRU6 .searchBox_3_jbJ .searchInput_23Nq9:focus {
          border-color: #40a9ff;
          -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
                  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2); }
.languageSwitcher_XdH8e .dropdown_2MRU6 .searchBox_3_jbJ .searchInput_23Nq9::-webkit-input-placeholder {
          color: #bfbfbf; }
.languageSwitcher_XdH8e .dropdown_2MRU6 .searchBox_3_jbJ .searchInput_23Nq9::-moz-placeholder {
          color: #bfbfbf; }
.languageSwitcher_XdH8e .dropdown_2MRU6 .searchBox_3_jbJ .searchInput_23Nq9:-ms-input-placeholder {
          color: #bfbfbf; }
.languageSwitcher_XdH8e .dropdown_2MRU6 .searchBox_3_jbJ .searchInput_23Nq9::-ms-input-placeholder {
          color: #bfbfbf; }
.languageSwitcher_XdH8e .dropdown_2MRU6 .searchBox_3_jbJ .searchInput_23Nq9::placeholder {
          color: #bfbfbf; }
.languageSwitcher_XdH8e .dropdown_2MRU6 .languageList_TJzXN {
      max-height: 300px;
      overflow-y: auto;
      padding: 8px 0;
      /* 自定义滚动条 */ }
.languageSwitcher_XdH8e .dropdown_2MRU6 .languageList_TJzXN::-webkit-scrollbar {
        width: 6px; }
.languageSwitcher_XdH8e .dropdown_2MRU6 .languageList_TJzXN::-webkit-scrollbar-track {
        background: #f5f5f5;
        border-radius: 3px; }
.languageSwitcher_XdH8e .dropdown_2MRU6 .languageList_TJzXN::-webkit-scrollbar-thumb {
        background: #d9d9d9;
        border-radius: 3px; }
.languageSwitcher_XdH8e .dropdown_2MRU6 .languageList_TJzXN::-webkit-scrollbar-thumb:hover {
          background: rgba(0, 0, 0, 0.1); }
.languageSwitcher_XdH8e .dropdown_2MRU6 .languageList_TJzXN .sectionTitle_3Je96 {
        padding: 8px 16px 4px;
        font-size: 12px;
        color: #8c8c8c;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px; }
.languageSwitcher_XdH8e .dropdown_2MRU6 .languageList_TJzXN .divider_1QPLR {
        height: 1px;
        background: #f0f0f0;
        margin: 8px 16px; }
.languageSwitcher_XdH8e .dropdown_2MRU6 .languageList_TJzXN .languageItem_2snUs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 10px 16px;
        cursor: pointer;
        -webkit-transition: background-color 0.2s ease;
        transition: background-color 0.2s ease; }
.languageSwitcher_XdH8e .dropdown_2MRU6 .languageList_TJzXN .languageItem_2snUs:hover {
          background-color: #f5f5f5; }
.languageSwitcher_XdH8e .dropdown_2MRU6 .languageList_TJzXN .languageItem_2snUs.active_7h9pa {
          background: rgba(0, 0, 0, 0.05);
          color: #000; }
.languageSwitcher_XdH8e .dropdown_2MRU6 .languageList_TJzXN .languageItem_2snUs.active_7h9pa .langInfo_3tif2 .nativeName_1yu4x {
            color: #000;
            font-weight: 600; }
.languageSwitcher_XdH8e .dropdown_2MRU6 .languageList_TJzXN .languageItem_2snUs .flag_T8Ozm {
          font-size: 18px;
          margin-right: 12px;
          display: inline-block;
          line-height: 1;
          min-width: 20px; }
.languageSwitcher_XdH8e .dropdown_2MRU6 .languageList_TJzXN .languageItem_2snUs .langInfo_3tif2 {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 2px; }
.languageSwitcher_XdH8e .dropdown_2MRU6 .languageList_TJzXN .languageItem_2snUs .langInfo_3tif2 .nativeName_1yu4x {
            font-size: 14px;
            font-weight: 500;
            color: #262626;
            line-height: 1.4; }
.languageSwitcher_XdH8e .dropdown_2MRU6 .languageList_TJzXN .languageItem_2snUs .langInfo_3tif2 .name_1O6Wo {
            font-size: 12px;
            color: #8c8c8c;
            line-height: 1.2; }
.languageSwitcher_XdH8e .dropdown_2MRU6 .languageList_TJzXN .languageItem_2snUs .checkIcon_19r8o {
          color: #000;
          font-size: 14px;
          margin-left: 8px; }
.languageSwitcher_XdH8e .dropdown_2MRU6 .languageList_TJzXN .noResults__hQgh {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 32px 16px;
        color: #8c8c8c; }
.languageSwitcher_XdH8e .dropdown_2MRU6 .languageList_TJzXN .noResults__hQgh i {
          font-size: 24px;
          margin-bottom: 8px;
          opacity: 0.5; }
.languageSwitcher_XdH8e .dropdown_2MRU6 .languageList_TJzXN .noResults__hQgh p {
          margin: 0;
          font-size: 14px; }
/* 深色主题支持 */
.languageSwitcher_XdH8e.dark_1dkiO .trigger_3GwqH {
  background: #1f1f1f;
  border-color: #434343;
  color: #ffffff; }
.languageSwitcher_XdH8e.dark_1dkiO .trigger_3GwqH:hover {
    border-color: #177ddc; }
.languageSwitcher_XdH8e.dark_1dkiO .trigger_3GwqH.active_7h9pa {
    border-color: #177ddc; }
.languageSwitcher_XdH8e.dark_1dkiO .trigger_3GwqH .langName_2aykg {
    color: #ffffff; }
.languageSwitcher_XdH8e.dark_1dkiO .trigger_3GwqH .arrow_1E2Yf {
    color: #bfbfbf; }
.languageSwitcher_XdH8e.dark_1dkiO .dropdown_2MRU6 {
  background: #1f1f1f;
  border-color: #434343; }
.languageSwitcher_XdH8e.dark_1dkiO .dropdown_2MRU6 .searchBox_3_jbJ {
    border-bottom-color: #434343; }
.languageSwitcher_XdH8e.dark_1dkiO .dropdown_2MRU6 .searchBox_3_jbJ .searchInput_23Nq9 {
      background: #1f1f1f;
      border-color: #434343;
      color: #ffffff; }
.languageSwitcher_XdH8e.dark_1dkiO .dropdown_2MRU6 .searchBox_3_jbJ .searchInput_23Nq9:focus {
        border-color: #177ddc; }
.languageSwitcher_XdH8e.dark_1dkiO .dropdown_2MRU6 .searchBox_3_jbJ .searchInput_23Nq9::-webkit-input-placeholder {
        color: #8c8c8c; }
.languageSwitcher_XdH8e.dark_1dkiO .dropdown_2MRU6 .searchBox_3_jbJ .searchInput_23Nq9::-moz-placeholder {
        color: #8c8c8c; }
.languageSwitcher_XdH8e.dark_1dkiO .dropdown_2MRU6 .searchBox_3_jbJ .searchInput_23Nq9:-ms-input-placeholder {
        color: #8c8c8c; }
.languageSwitcher_XdH8e.dark_1dkiO .dropdown_2MRU6 .searchBox_3_jbJ .searchInput_23Nq9::-ms-input-placeholder {
        color: #8c8c8c; }
.languageSwitcher_XdH8e.dark_1dkiO .dropdown_2MRU6 .searchBox_3_jbJ .searchInput_23Nq9::placeholder {
        color: #8c8c8c; }
.languageSwitcher_XdH8e.dark_1dkiO .dropdown_2MRU6 .languageList_TJzXN::-webkit-scrollbar-track {
    background: #2f2f2f; }
.languageSwitcher_XdH8e.dark_1dkiO .dropdown_2MRU6 .languageList_TJzXN::-webkit-scrollbar-thumb {
    background: #434343; }
.languageSwitcher_XdH8e.dark_1dkiO .dropdown_2MRU6 .languageList_TJzXN::-webkit-scrollbar-thumb:hover {
      background: #595959; }
.languageSwitcher_XdH8e.dark_1dkiO .dropdown_2MRU6 .languageList_TJzXN .sectionTitle_3Je96 {
    color: #bfbfbf; }
.languageSwitcher_XdH8e.dark_1dkiO .dropdown_2MRU6 .languageList_TJzXN .divider_1QPLR {
    background: #434343; }
.languageSwitcher_XdH8e.dark_1dkiO .dropdown_2MRU6 .languageList_TJzXN .languageItem_2snUs:hover {
    background-color: #2f2f2f; }
.languageSwitcher_XdH8e.dark_1dkiO .dropdown_2MRU6 .languageList_TJzXN .languageItem_2snUs.active_7h9pa {
    background-color: #111b26;
    color: #177ddc; }
.languageSwitcher_XdH8e.dark_1dkiO .dropdown_2MRU6 .languageList_TJzXN .languageItem_2snUs.active_7h9pa .langInfo_3tif2 .nativeName_1yu4x {
      color: #177ddc; }
.languageSwitcher_XdH8e.dark_1dkiO .dropdown_2MRU6 .languageList_TJzXN .languageItem_2snUs .langInfo_3tif2 .nativeName_1yu4x {
    color: #ffffff; }
.languageSwitcher_XdH8e.dark_1dkiO .dropdown_2MRU6 .languageList_TJzXN .languageItem_2snUs .langInfo_3tif2 .name_1O6Wo {
    color: #bfbfbf; }
.languageSwitcher_XdH8e.dark_1dkiO .dropdown_2MRU6 .languageList_TJzXN .languageItem_2snUs .checkIcon_19r8o {
    color: #177ddc; }
.languageSwitcher_XdH8e.dark_1dkiO .dropdown_2MRU6 .languageList_TJzXN .noResults__hQgh {
    color: #bfbfbf; }
/* 紧凑模式 */
.languageSwitcher_XdH8e.compact_2EqDE .trigger_3GwqH {
  padding: 6px 10px;
  min-width: 80px; }
.languageSwitcher_XdH8e.compact_2EqDE .trigger_3GwqH .flag_T8Ozm {
    font-size: 14px;
    margin-right: 6px; }
.languageSwitcher_XdH8e.compact_2EqDE .trigger_3GwqH .langName_2aykg {
    font-size: 13px; }
.languageSwitcher_XdH8e.compact_2EqDE .trigger_3GwqH .arrow_1E2Yf {
    margin-left: 6px;
    font-size: 10px; }
.languageSwitcher_XdH8e.compact_2EqDE .dropdown_2MRU6 {
  min-width: 240px; }
.languageSwitcher_XdH8e.compact_2EqDE .dropdown_2MRU6 .searchBox_3_jbJ {
    padding: 10px; }
.languageSwitcher_XdH8e.compact_2EqDE .dropdown_2MRU6 .searchBox_3_jbJ .searchInput_23Nq9 {
      padding: 6px 10px 6px 28px;
      font-size: 13px; }
.languageSwitcher_XdH8e.compact_2EqDE .dropdown_2MRU6 .searchBox_3_jbJ .searchIcon_YwWch {
      left: 18px;
      font-size: 12px; }
.languageSwitcher_XdH8e.compact_2EqDE .dropdown_2MRU6 .languageList_TJzXN .languageItem_2snUs {
    padding: 8px 14px; }
.languageSwitcher_XdH8e.compact_2EqDE .dropdown_2MRU6 .languageList_TJzXN .languageItem_2snUs .flag_T8Ozm {
      font-size: 16px;
      margin-right: 10px; }
.languageSwitcher_XdH8e.compact_2EqDE .dropdown_2MRU6 .languageList_TJzXN .languageItem_2snUs .langInfo_3tif2 .nativeName_1yu4x {
      font-size: 13px; }
.languageSwitcher_XdH8e.compact_2EqDE .dropdown_2MRU6 .languageList_TJzXN .languageItem_2snUs .langInfo_3tif2 .name_1O6Wo {
      font-size: 11px; }
/* 响应式设计 */
@media (max-width: 768px) {
  .languageSwitcher_XdH8e .dropdown_2MRU6 {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
    width: 90vw;
    max-width: 320px;
    max-height: 70vh; } }
/* 动画效果 */
.languageSwitcher_XdH8e .dropdown_2MRU6 {
  -webkit-animation: fadeInDown_2fwae 0.3s ease;
          animation: fadeInDown_2fwae 0.3s ease; }
@-webkit-keyframes fadeInDown_2fwae {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes fadeInDown_2fwae {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
/* 无障碍支持 */
.languageSwitcher_XdH8e .trigger_3GwqH:focus {
  outline: 2px solid #1890ff;
  outline-offset: 2px; }
.languageSwitcher_XdH8e .languageItem_2snUs:focus {
  outline: 1px solid #1890ff;
  outline-offset: -1px; }

.ai-modal .ant-modal-content,
.ai-modal-cropper .ant-modal-content,
.day-hots-modal .ant-modal-content {
  border-radius: 0;
}
.day-hots-modal {
  padding: 0;
}
.input-color-change {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.trendHome_yun2m {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  .trendHome_yun2m .content_1wc7b {
    width: 1820px;
    min-width: 1300px;
    margin: 0 auto;
    padding: 0px 0px 30px 0px; }
  .trendHome_yun2m .fullContent_3Bt52 {
    width: 100%;
    min-width: 1300px;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    background-color: #fafafa; }
  .trendHome_yun2m .fullContent_3Bt52.blackAndWhite_2zBlE {
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
  @media screen and (max-width: 1820px) {
    .trendHome_yun2m .content_1wc7b {
      width: 100%;
      margin: 0 auto;
      padding: 0px 0px 50px 0px; } }
  .trendHome_yun2m .footer_1qZG- {
    width: 100%; }
  .trendHome_yun2m .footer_1qZG-.blackAndWhite_2zBlE {
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
  .backTopAnt_1jXsm {
  right: 30px; }

.footer_y1FoD {
  width: 100%;
  border-top: 2px solid #000000;
  background-color: #f6f6f6; }
  .footer_y1FoD .logoIcons_3Xo2_ {
    position: relative;
    height: 269px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
  .footer_y1FoD .logoIcons_3Xo2_ .footerLogo_26qgr {
      position: absolute;
      left: 0;
      top: 13px;
      height: 240px;
      font-size: 72px;
      font-family: Montserrat-SemiBold, Montserrat;
      font-weight: 600;
      color: #19234c;
      line-height: 80px; }
  .footer_y1FoD .usInfo_1oJ8b {
    position: relative;
    height: 108px; }
  .footer_y1FoD .clickable_25soU {
    cursor: pointer; }
  .footer_y1FoD .area3_3Ovxl {
    position: absolute;
    right: 0;
    bottom: 60px; }
  .footer_y1FoD .area3_3Ovxl .iconfont_IP3Pp {
      font-size: 50px;
      line-height: 50px;
      color: #1a244c; }
  .footer_y1FoD .area3_3Ovxl .iconfont_IP3Pp:hover {
        color: #666; }
  .footer_y1FoD .usInfo_1oJ8b .otherLinks_1k7In {
    font-size: 14px;
    font-weight: bold;
    color: #111; }
  .footer_y1FoD .usInfo_1oJ8b .otherLinks_1k7In a {
      color: #111; }
  .footer_y1FoD .usInfo_1oJ8b .company_3DxLK,
  .footer_y1FoD .usInfo_1oJ8b .companyDetail_3fxmi {
    font-size: 12px;
    color: rgba(17, 17, 17, 0.5); }
  .footer_y1FoD .usInfo_1oJ8b .company_3DxLK a,
    .footer_y1FoD .usInfo_1oJ8b .companyDetail_3fxmi a {
      color: rgba(17, 17, 17, 0.5); }
  .qrcode1_2GcXi {
  width: 148px;
  height: 181px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .qrcode1_2GcXi .left_1dusm,
  .qrcode1_2GcXi .right_E-tr6 {
    width: 148px;
    height: 159px; }
  .qrcode1_2GcXi .left_1dusm .main_1nHw-,
    .qrcode1_2GcXi .right_E-tr6 .main_1nHw- {
      width: 148px;
      height: 148px;
      margin: 10px auto 10px auto; }
  .qrcode1_2GcXi .left_1dusm .main_1nHw- img,
      .qrcode1_2GcXi .right_E-tr6 .main_1nHw- img {
        width: 100%;
        height: 100%; }
  .qrcode1_2GcXi .left_1dusm .title_3HXjj,
    .qrcode1_2GcXi .right_E-tr6 .title_3HXjj {
      margin: 0 auto;
      height: 13px;
      line-height: 13px;
      font-size: 13px;
      text-align: center;
      color: #000; }
  .qrcode1_2GcXi .left_1dusm .desc_3qbZz,
    .qrcode1_2GcXi .right_E-tr6 .desc_3qbZz {
      width: 152px;
      -webkit-transform: translateX(-2px);
          -ms-transform: translateX(-2px);
              transform: translateX(-2px);
      margin-top: 4px;
      font-size: 12px;
      text-align: center; }
  .qrcode_32vTk {
  width: 162px;
  height: 181px; }
  .qrcode_32vTk .main_1nHw- {
    width: 142px;
    height: 142px;
    margin: 10px auto 10px auto; }
  .qrcode_32vTk .main_1nHw- img {
      width: 100%;
      height: 100%; }
  .qrcode_32vTk .title_3HXjj {
    width: 100%;
    height: 13px;
    line-height: 13px;
    font-size: 13px;
    text-align: center; }
  .hoverline_3BRE6 {
  position: relative; }
  .hoverline_3BRE6:hover::before {
    right: 0%; }
  .hoverline_3BRE6::before {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #000000;
    height: 1px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }

.guide-content {
  width: 457px;
  height: 113px;
  background-color: #fff;
  z-index: 1001;
  padding: 20px 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.guide-content.autoHide {
  width: 377px;
  height: 53px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.guide-content.autoHide .text {
  padding: 0;
  margin-left: 20px;
}
.guide-content .arrowLeft {
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-transform: translateX(4px) rotate(45deg);
      -ms-transform: translateX(4px) rotate(45deg);
          transform: translateX(4px) rotate(45deg);
}
.guide-content .arrowRight {
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-transform: translateX(-4px) rotate(45deg);
      -ms-transform: translateX(-4px) rotate(45deg);
          transform: translateX(-4px) rotate(45deg);
}
.guide-content .arrowTop {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-transform: translateY(4px) rotate(45deg);
      -ms-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
}
.guide-content .arrowBottom {
  position: absolute;
  right: 10px;
  top: 0;
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-transform: translateY(-4px) rotate(45deg);
      -ms-transform: translateY(-4px) rotate(45deg);
          transform: translateY(-4px) rotate(45deg);
}
.guide-content .text {
  font-size: 14px;
  line-height: 14px;
  font-family: 'Microsoft YaHei';
  font-weight: 400;
  color: #111111;
  padding: 9px 0 20px 0;
}
.guide-content .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.guide-content .footer .item {
  line-height: 12px;
  height: 30px;
  font-size: 12px;
  font-family: 'Microsoft YaHei';
  font-weight: 400;
  color: #333333;
  border: 1px solid #D7D6D6;
  padding: 9px 11px;
  cursor: pointer;
}

body.no-scrollbar::-webkit-scrollbar {
  width: 0;
}
body.no-scrollbar #navHeaderContentBox {
  padding-right: 0;
}

@charset "UTF-8";
.wrap_18T_G {
  width: 1200px;
  height: 660px;
  position: relative;
  text-align: left; }
.wrap_18T_G .textLayer_WnQI1 {
    position: absolute;
    width: 814px;
    height: 610px;
    top: 25px;
    left: 193px;
    background: url("https://assets.wow-trend.com/wowtrend/static/resource/images/126a9721.png") no-repeat;
    background-size: 100%; }
.wrap_18T_G .contentLayer_3Y-sA {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 65px 30px 50px 30px;
    z-index: 2;
    font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "SimHei"; }
.wrap_18T_G .contentLayer_3Y-sA .content_6ioji {
      height: 100%;
      padding: 100px;
      color: white;
      background: rgba(155, 117, 139, 0.9);
      letter-spacing: 1px; }
.wrap_18T_G .contentLayer_3Y-sA .content_6ioji h4 {
        font-size: 20px;
        margin-bottom: 40px;
        color: white; }
.wrap_18T_G .contentLayer_3Y-sA .content_6ioji h2 {
        font-size: 38px;
        font-weight: bold;
        color: white; }
.wrap_18T_G .contentLayer_3Y-sA .content_6ioji .body_3y6cy {
        margin-bottom: 20px; }
.wrap_18T_G .contentLayer_3Y-sA .content_6ioji .body_3y6cy a {
          color: #aad6ff;
          text-decoration: underline; }
.wrap_18T_G .contentLayer_3Y-sA .content_6ioji .loginBtn_FvRpw {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 300px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
.wrap_18T_G .contentLayer_3Y-sA .content_6ioji .loginBtn_FvRpw dd {
          width: 140px;
          height: 50px;
          line-height: 50px;
          text-align: center;
          margin: 20px 0 30px 0;
          border: 1px solid white;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          cursor: pointer; }
.wrap_18T_G .contentLayer_3Y-sA .content_6ioji .loginBtn_FvRpw dd.login_3PzJy {
            background: white;
            color: #333; }
.wrap_18T_G .contentLayer_3Y-sA .content_6ioji .loginBtn_FvRpw dd:hover {
            background: rgba(255, 255, 255, 0.3);
            color: white; }
.wrap_18T_G .contentLayer_3Y-sA .content_6ioji .footer_2UD1g {
        position: relative;
        font-size: 14px; }
.wrap_18T_G .contentLayer_3Y-sA .content_6ioji .footer_2UD1g .tel_2fgJ_ {
          margin-top: 20px;
          font-size: 16px;
          font-weight: bold; }
.wrap_18T_G .contentLayer_3Y-sA .content_6ioji .footer_2UD1g .img_41bOb {
          width: 163px;
          position: absolute;
          left: 400px;
          top: -130px; }
.wrap_18T_G .contentLayer_3Y-sA .content_6ioji .footer_2UD1g .img_41bOb img {
            width: 100%; }
.wrap_18T_G .contentLayer_3Y-sA .content_6ioji .footer_2UD1g .img_41bOb .text_24Vvg {
            width: 100%;
            font-size: 10px;
            font-weight: 500;
            color: #fff;
            line-height: 23px;
            letter-spacing: 1px;
            text-align: center;
            margin-top: 6px; }

.goTop_1QEQj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.32);
  border-radius: 50%;
  overflow: hidden; }
  .goTop_1QEQj > i {
    font-size: 16px;
    color: #aaaaaa; }
  .goTop_1QEQj:hover {
    background-color: #000; }
  .goTop_1QEQj:hover > i {
      color: #fff; }

