<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-size: 16px !important; }

@media (max-width: 1800px) {
  html {
    font-size: 14px !important; } }

@media (max-width: 834px) {
  html {
    font-size: 16px !important; } }

@media (max-width: 780px) {
  html {
    font-size: 14px !important; } }

@media (max-width: 640px) {
  html {
    font-size: 14px !important; } }

@media (max-width: 600px) {
  html {
    font-size: 16px !important; } }

.footer-container {
  background: rgba(28, 33, 44, 0.9);
  width: 100%;
  min-height: 366px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center; }
  .footer-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .footer-container .index-footer-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 82.5rem;
    width: calc(100% - 106px);
    padding-top: 5rem; }
    .footer-container .index-footer-content .logo-container {
      display: -ms-flexbox;
      display: flex;
      height: 2rem; }
      .footer-container .index-footer-content .logo-container a img {
        height: 2rem; }
      .footer-container .index-footer-content .logo-container .divide-line {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        height: 2rem;
        width: 1px;
        background: white; }
  .footer-container .footer {
    width: 100%;
    padding: 5rem 0 6.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .footer-container .footer .left {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: end;
      align-items: flex-end; }
      .footer-container .footer .left .title {
        color: #B8BECC;
        font-weight: 700;
        font-size: .75rem;
        line-height: 1.5rem; }
      .footer-container .footer .left .pc {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: right; }
        .footer-container .footer .left .pc .left-part {
          display: -ms-flexbox;
          display: flex;
          gap: 16px; }
          .footer-container .footer .left .pc .left-part .code {
            margin-top: 1rem;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column; }
            .footer-container .footer .left .pc .left-part .code img {
              width: 6rem;
              border-radius: .75rem; }
            .footer-container .footer .left .pc .left-part .code .text {
              font-weight: 500;
              line-height: 1.5rem;
              padding-top: .5rem;
              padding-bottom: 1.25rem;
              color: #E6E9ED;
              text-align: center; }
      .footer-container .footer .left .right-part .telephone a {
        font-weight: 700;
        font-size: 1.375rem;
        line-height: 2rem; }
      .footer-container .footer .left .right-part a {
        color: #fff;
        text-decoration: none;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 500; }
        .footer-container .footer .left .right-part a:hover {
          color: #3385ff; }
    .footer-container .footer .us {
      list-style: none;
      color: #fff;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 67.65%; }
      .footer-container .footer .us .us-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      .footer-container .footer .us:after {
        content: '';
        display: block;
        clear: both; }
      .footer-container .footer .us h3 {
        margin: 0 0 1rem;
        font-weight: 700;
        font-size: .75rem;
        line-height: 1.5rem;
        color: #fff;
        text-decoration: none; }
        .footer-container .footer .us h3 span {
          vertical-align: 1px; }
      .footer-container .footer .us .list {
        list-style: none;
        margin: 0;
        padding: 0; }
        .footer-container .footer .us .list li {
          width: 100%;
          margin-bottom: .5rem; }
          .footer-container .footer .us .list li a {
            color: #E6E9ED;
            text-decoration: none;
            font-size: 0.875rem;
            line-height: 1.5rem;
            font-weight: 500; }
            .footer-container .footer .us .list li a:hover {
              color: #3385ff; }
  .footer-container .copyright {
    color: #E6E9ED;
    width: calc(100% - 106px);
    height: 64px;
    position: relative;
    bottom: 24px;
    left: 0;
    max-width: 82.5rem; }
    .footer-container .copyright .copyright-content {
      height: 100%;
      position: relative;
      max-width: 82.5rem;
      margin: 0 auto; }
      .footer-container .copyright .copyright-content .info {
        height: 100%;
        font-size: .8125rem;
        line-height: 1rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; }
        .footer-container .copyright .copyright-content .info .cr-pc {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          width: 100%;
          -ms-flex-pack: justify;
          justify-content: space-between;
          align-items: center; }
          .footer-container .copyright .copyright-content .info .cr-pc .beian {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center; }
          .footer-container .copyright .copyright-content .info .cr-pc .police-logo {
            width: 16px;
            height: 17px;
            position: absolute;
            left: -15px;
            top: -2px; }
          .footer-container .copyright .copyright-content .info .cr-pc .divide-line {
            margin-left: .5rem;
            margin-right: .5rem;
            width: 1px;
            height: .375rem;
            background: #666F80; }
        .footer-container .copyright .copyright-content .info .cr-mb {
          display: none; }
        .footer-container .copyright .copyright-content .info a {
          color: #adbacc;
          text-decoration: none;
          font-size: .8125rem;
          line-height: 1rem;
          position: relative; }
          .footer-container .copyright .copyright-content .info a:hover {
            color: #3385ff; }
  .footer-container .share {
    padding-top: 1.25rem; }
    .footer-container .share .share-item {
      display: inline-block; }
  .footer-container .footer .left .share, .footer-container .footer .us .share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: end;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    .footer-container .footer .left .share span, .footer-container .footer .us .share span {
      background: #979fa8;
      border: 0.1rem solid #979fa8;
      width: 2rem;
      height: 2rem;
      border-radius: 50%; }
    .footer-container .footer .left .share i, .footer-container .footer .us .share i {
      color: #fff; }
    .footer-container .footer .left .share .qrcode, .footer-container .footer .us .share .qrcode {
      position: relative;
      display: inline-block;
      vertical-align: top;
      z-index: 999; }
    .footer-container .footer .left .share .share-img, .footer-container .footer .us .share .share-img {
      width: 24px;
      cursor: pointer;
      margin-left: 1rem; }
      .footer-container .footer .left .share .share-img:hover, .footer-container .footer .us .share .share-img:hover {
        opacity: 1; }
      .footer-container .footer .left .share .share-img:hover + .dropdown, .footer-container .footer .us .share .share-img:hover + .dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
    .footer-container .footer .left .share .qrcode .dropdown, .footer-container .footer .us .share .qrcode .dropdown {
      position: absolute;
      top: -160px;
      left: -66px;
      visibility: hidden;
      border: 1px solid #ddd;
      background: #fff;
      border-radius: 2px;
      opacity: 0;
      -webkit-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s;
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px); }
      .footer-container .footer .left .share .qrcode .dropdown img, .footer-container .footer .us .share .qrcode .dropdown img {
        width: 140px;
        height: 140px; }
      .footer-container .footer .left .share .qrcode .dropdown:after, .footer-container .footer .us .share .qrcode .dropdown:after {
        content: '';
        bottom: -5px;
        right: 66px;
        top: auto;
        left: auto;
        position: absolute;
        width: 0.6em;
        height: 0.6em;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        z-index: 2;
        -webkit-transition: background 0.1s linear;
        -o-transition: background 0.1s linear;
        transition: background 0.1s linear;
        background-color: #fff;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd; }
    .footer-container .footer .left .share .weixin .dropdown, .footer-container .footer .us .share .weixin .dropdown {
      top: -160px; }

#kf5-support-btn {
  top: unset !important;
  left: 20px !important;
  bottom: 240px !important;
  visibility: hidden; }

#kf5-support-block {
  right: 20px;
  bottom: 106px;
  width: 380px;
  height: 560px;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(61, 78, 102, 0.07);
  box-shadow: 0px 0px 25px 5px rgba(61, 78, 102, 0.07); }

.footer-right-section {
  display: -ms-flexbox;
  display: flex;
  bottom: 2rem;
  right: 1.375rem;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
  position: fixed; }
  .footer-right-section .top-part {
    background: -webkit-linear-gradient(271.96deg, #5190FF 8.29%, #8DAAFF 31.89%, #768DFF 57.34%, #9086FF 72.52%, #8368F8 93.15%, #5C23FF 107.19%);
    background: -o-linear-gradient(271.96deg, #5190FF 8.29%, #8DAAFF 31.89%, #768DFF 57.34%, #9086FF 72.52%, #8368F8 93.15%, #5C23FF 107.19%);
    background: linear-gradient(178.04deg, #5190FF 8.29%, #8DAAFF 31.89%, #768DFF 57.34%, #9086FF 72.52%, #8368F8 93.15%, #5C23FF 107.19%);
    -webkit-box-shadow: 5px 5px 20px 5px rgba(160, 153, 233, 0.2);
    box-shadow: 5px 5px 20px 5px rgba(160, 153, 233, 0.2);
    border-radius: 3.75rem;
    height: 100%;
    min-width: 3.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75rem 0.375rem; }
    .footer-right-section .top-part .icon-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-direction: column;
      flex-direction: column; }
      .footer-right-section .top-part .icon-container .icon-desc {
        font-family: 'PingFang SC';
        font-weight: 400;
        font-size: 12px;
        line-height: 17px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        color: #ffffff;
        padding-bottom: 12px;
        white-space: nowrap; }
      .footer-right-section .top-part .icon-container .img-section {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        width: 2.2rem;
        height: 2.2rem; }
        .footer-right-section .top-part .icon-container .img-section:hover {
          background: #01109933;
          -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
          border-radius: 50%; }
        .footer-right-section .top-part .icon-container .img-section a .normal-img {
          display: -ms-flexbox;
          display: flex; }
        .footer-right-section .top-part .icon-container .img-section a .pc-img {
          display: none; }
        .footer-right-section .top-part .icon-container .img-section img {
          width: 2rem;
          height: 2rem; }
        .footer-right-section .top-part .icon-container .img-section .right-mb-btn .mb-img, .footer-right-section .top-part .icon-container .img-section .right-mb-btn .normal-img {
          display: none; }
        .footer-right-section .top-part .icon-container .img-section .right-mb-btn {
          outline: none;
          border: none;
          background: transparent;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center; }
        .footer-right-section .top-part .icon-container .img-section:first-child {
          cursor: pointer; }
    .footer-right-section .top-part .divide-line {
      background: #F4F7FA;
      height: 1px;
      width: 2rem; }
    .footer-right-section .top-part #coding-communication {
      position: relative;
      top: -2px; }
    .footer-right-section .top-part .contribution-section img {
      position: relative;
      left: 2px; }
  .footer-right-section .bottom-part {
    margin-top: 2.5rem;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    -webkit-box-shadow: 0px 5px 26px 5px rgba(61, 78, 102, 0.1);
    box-shadow: 0px 5px 26px 5px rgba(61, 78, 102, 0.1);
    background: #fff;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    border: none; }
    .footer-right-section .bottom-part .container {
      width: 3.75rem;
      height: 3.75rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 50%; }
      .footer-right-section .bottom-part .container:hover {
        background: rgba(0, 102, 255, 0.1);
        -webkit-box-sizing: 50%;
        box-sizing: 50%; }
        .footer-right-section .bottom-part .container:hover .pc-img {
          display: block; }
        .footer-right-section .bottom-part .container:hover .normal-img {
          display: none; }
      .footer-right-section .bottom-part .container .pc-img {
        display: none; }
      .footer-right-section .bottom-part .container img {
        width: 1.5rem;
        height: 1.5rem; }

.contribution-wrapper {
  display: none;
  position: fixed;
  right: 96px;
  font-size: 14px;
  bottom: 200px;
  z-index: 999;
  width: 310px;
  overflow: hidden;
  border-radius: 8px !important;
  background: #fcfcfc;
  -webkit-box-shadow: 0px 5px 25px 5px #3d4e66;
  box-shadow: 0px 5px 25px 5px #3d4e66; }
  .contribution-wrapper .title-container {
    padding: 10px 16px;
    font-size: 14px;
    color: white;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #1880ff; }
    .contribution-wrapper .title-container .title {
      font-size: 16px; }
    .contribution-wrapper .title-container #close-contribution-button {
      cursor: pointer; }
  .contribution-wrapper .content-container {
    position: relative;
    background: #fcfcfc;
    padding: 22px 30px 30px;
    overflow-y: auto;
    font-size: 14px;
    height: 252px; }
    .contribution-wrapper .content-container .content div {
      padding-top: 8px;
      line-height: 24px; }
    .contribution-wrapper .content-container .content .blank-line {
      padding-top: 12px; }
    .contribution-wrapper .content-container .send-button {
      width: 92px;
      line-height: 32px;
      font-size: 14px;
      font-weight: bold;
      border-radius: 4px;
      cursor: pointer;
      text-align: center;
      background: #1880ff;
      position: relative;
      margin: 16px 0 0 auto; }
      .contribution-wrapper .content-container .send-button a {
        padding: 14px;
        text-decoration: none;
        color: white; }

.text-bold {
  font-weight: bold; }

.contribution-show {
  display: inline-block; }

.contribution-close {
  display: none; }

.communication-modal {
  z-index: 999;
  position: fixed;
  right: 4.6rem;
  bottom: 6.875rem;
  display: none;
  height: 340px;
  width: 282px; }
  .communication-modal .modal-bg {
    width: 100%;
    position: relative;
    -webkit-filter: drop-shadow(0px 0px 25px rgba(61, 78, 102, 0.07));
    filter: drop-shadow(0px 0px 25px rgba(61, 78, 102, 0.07)); }
    .communication-modal .modal-bg img {
      width: 100%; }
  .communication-modal.normal-display {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: none; }
  .communication-modal .top-side img {
    width: 80px; }
  .communication-modal .top-side .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 24px; }
    .communication-modal .top-side .title p {
      color: #202d40;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      width: 100%;
      text-align: center; }
    .communication-modal .top-side .title span {
      color: #8592A6;
      font-size: 14px;
      line-height: 24px;
      font-weight: 400; }
  .communication-modal img {
    width: 160px; }
  .communication-modal .code-img {
    margin-top: 24px; }
  .communication-modal .modal-content-box {
    position: absolute;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    width: 224px; }

.mb-communication-modal {
  display: none; }

.group-modal {
  z-index: 999;
  position: fixed;
  right: 4.6rem;
  bottom: 6.875rem;
  display: none;
  height: 340px;
  width: 282px; }
  .group-modal .modal-bg {
    width: 100%;
    position: relative;
    -webkit-filter: drop-shadow(0px 0px 25px rgba(61, 78, 102, 0.07));
    filter: drop-shadow(0px 0px 25px rgba(61, 78, 102, 0.07)); }
    .group-modal .modal-bg img {
      width: 100%; }
  .group-modal.normal-display {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: none; }
  .group-modal .top-side img {
    width: 80px; }
  .group-modal .top-side .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 24px; }
    .group-modal .top-side .title p {
      color: #202d40;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      width: 100%;
      text-align: center; }
    .group-modal .top-side .title span {
      color: #8592A6;
      font-size: 14px;
      line-height: 24px;
      font-weight: 400; }
  .group-modal img {
    width: 160px; }
  .group-modal .code-img {
    margin-top: 24px; }
  .group-modal .modal-content-box {
    position: absolute;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    width: 224px; }

.mb-group-modal {
  display: none; }

.online-modal {
  z-index: 999;
  position: fixed;
  right: 3.625rem;
  bottom: 11.375rem;
  display: none;
  height: 6.75rem;
  width: 11rem;
  background: url("https://help-assets.codehub.cn/enterprise/new-static/images/index/icon/floatBar/consult_modal.png?imageMogr2/format/webp") no-repeat;
  background-size: 100%;
  display: none; }
  .online-modal.normal-display {
    pointer-events: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .online-modal p {
    color: #32373F;
    font-weight: 500;
    position: relative;
    left: -4px;
    top: -2px;
    font-size: 1rem; }

@media screen and (max-width: 1920px) {
  .footer-container .footer .us .list li a {
    line-height: 1.625rem;
    font-size: 1rem; }
  .footer-container .footer .left .pc .left-part .code img {
    width: 96px;
    height: 96px; } }

@media screen and (max-width: 1800px) {
  .communication-modal {
    bottom: 5.875rem; }
  .group-modal {
    bottom: 5.875rem; } }

@media screen and (max-width: 834px) {
  .communication-modal {
    display: none; }
  .group-modal {
    display: none; }
  .footer-container {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px); }
    .footer-container .index-footer-content {
      padding-top: 5.5rem;
      height: 900px; }
    .footer-container .share {
      padding-top: 2.5rem; }
    .footer-container .footer {
      -ms-flex-direction: column;
      flex-direction: column;
      padding-bottom: 0; }
      .footer-container .footer .us {
        width: 100%; }
      .footer-container .footer .left {
        padding-top: 5rem;
        -ms-flex-align: start;
        align-items: flex-start; }
        .footer-container .footer .left .pc {
          -ms-flex-direction: row;
          flex-direction: row;
          width: 100%;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -ms-flex-align: start;
          align-items: flex-start; }
          .footer-container .footer .left .pc .left-part p {
            text-align: left; }
          .footer-container .footer .left .pc .left-part .code {
            margin-top: 1.25rem; }
            .footer-container .footer .left .pc .left-part .code .text {
              padding-bottom: 0; }
          .footer-container .footer .left .pc .right-part .telephone {
            padding-top: 2.5rem; }
    .footer-container .copyright {
      bottom: 4rem; }
      .footer-container .copyright .copyright-content .info .cr-pc {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start; }
        .footer-container .copyright .copyright-content .info .cr-pc .beian {
          padding-top: 1rem; }
        .footer-container .copyright .copyright-content .info .cr-pc .police-logo {
          width: 16px;
          height: 17px;
          position: absolute;
          left: -15px;
          top: -2px; } }

@media screen and (max-width: 768px) {
  #beacon_footer_workorder {
    display: none; }
  .communication-modal {
    display: none; }
  .group-modal {
    display: none; }
  #coding_footer_contribute {
    display: none; }
  .contribution-section {
    display: none; }
  .mb-communication-modal {
    -ms-flex-pack: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(23, 29, 38, 0.7);
    position: fixed;
    top: 0;
    z-index: 999; }
    .mb-communication-modal.normal-modal {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
    .mb-communication-modal .modal-container {
      background: white;
      border-radius: 8px;
      -webkit-box-shadow: 0px 0px 25px rgba(61, 78, 102, 0.07);
      box-shadow: 0px 0px 25px rgba(61, 78, 102, 0.07);
      height: 346px;
      width: 280px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      align-items: center; }
      .mb-communication-modal .modal-container .top-side {
        padding-top: 32px;
        padding-bottom: 24px; }
        .mb-communication-modal .modal-container .top-side img {
          width: 80px; }
        .mb-communication-modal .modal-container .top-side .title {
          margin-left: 3px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-align: center;
          align-items: center; }
          .mb-communication-modal .modal-container .top-side .title p {
            color: #202d40;
            font-size: 16px;
            font-weight: 500;
            line-height: 24px; }
          .mb-communication-modal .modal-container .top-side .title span {
            color: #8592A6;
            font-size: 14px;
            line-height: 24px;
            padding-top: 2px; }
      .mb-communication-modal .modal-container .code-img {
        width: 200px; }
  .mb-group-modal {
    -ms-flex-pack: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(23, 29, 38, 0.7);
    position: fixed;
    top: 0;
    z-index: 999; }
    .mb-group-modal.normal-modal {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
    .mb-group-modal .modal-container {
      background: white;
      border-radius: 8px;
      -webkit-box-shadow: 0px 0px 25px rgba(61, 78, 102, 0.07);
      box-shadow: 0px 0px 25px rgba(61, 78, 102, 0.07);
      height: 346px;
      width: 280px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      align-items: center; }
      .mb-group-modal .modal-container .top-side {
        padding-top: 32px;
        padding-bottom: 24px; }
        .mb-group-modal .modal-container .top-side img {
          width: 80px; }
        .mb-group-modal .modal-container .top-side .title {
          margin-left: 3px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-align: center;
          align-items: center; }
          .mb-group-modal .modal-container .top-side .title p {
            color: #202d40;
            font-size: 16px;
            font-weight: 500;
            line-height: 24px; }
          .mb-group-modal .modal-container .top-side .title span {
            color: #8592A6;
            font-size: 14px;
            line-height: 24px;
            padding-top: 2px; }
      .mb-group-modal .modal-container .code-img {
        width: 200px; }
  .footer-right-section {
    bottom: 24px; }
    .footer-right-section .top-part {
      min-width: 3rem;
      height: 100%; }
      .footer-right-section .top-part .icon-container .mb-icon-desc {
        display: none; }
      .footer-right-section .top-part .divide-line {
        display: none; }
      .footer-right-section .top-part .mb-divide-line {
        background: #e6e9ed;
        height: 1px;
        width: 24px; }
      .footer-right-section .top-part .img-section {
        width: 40px;
        height: 40px; }
        .footer-right-section .top-part .img-section .right-mb-btn .normal-img {
          display: block; }
        .footer-right-section .top-part .img-section .right-mb-btn.modal-opening .mb-img {
          display: block; }
        .footer-right-section .top-part .img-section .right-mb-btn.modal-opening .normal-img {
          display: none; }
        .footer-right-section .top-part .img-section .pc-img {
          display: none; }
        .footer-right-section .top-part .img-section:last-child {
          display: none; }
    .footer-right-section .bottom-part img {
      width: 26px;
      height: 26px; }
    .footer-right-section .bottom-part:active .container {
      background: rgba(0, 102, 255, 0.1) !important;
      border-radius: 50%; }
      .footer-right-section .bottom-part:active .container .pc-img {
        display: block !important; }
      .footer-right-section .bottom-part:active .container .normal-img {
        display: none !important; }
    .footer-right-section .bottom-part .container:hover {
      background: none; }
      .footer-right-section .bottom-part .container:hover .pc-img {
        display: none; }
      .footer-right-section .bottom-part .container:hover .normal-img {
        display: block; } }

@media screen and (max-width: 600px) {
  .footer-container .index-footer-content {
    width: calc(100% - 64px);
    padding-top: 4rem;
    height: 1500px; }
    .footer-container .index-footer-content .logo-container {
      height: 1.5rem; }
      .footer-container .index-footer-content .logo-container a img {
        height: 1.5rem; }
      .footer-container .index-footer-content .logo-container .divide-line {
        height: 1.5rem;
        margin-left: 1rem;
        margin-right: 1rem; }
  .footer-container .footer {
    padding-top: 1.5rem; }
    .footer-container .footer .us .us-row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .footer-container .footer .us .us-row .us-col {
        width: 50%;
        padding-top: 2rem; }
    .footer-container .footer .left {
      padding-top: 3.5rem; }
      .footer-container .footer .left .pc {
        -ms-flex-direction: column;
        flex-direction: column; }
        .footer-container .footer .left .pc .right-part {
          text-align: left; }
          .footer-container .footer .left .pc .right-part .telephone {
            padding-top: 1.5rem; }
            .footer-container .footer .left .pc .right-part .telephone a {
              font-size: 23px;
              line-height: 2rem; }
      .footer-container .footer .left .share {
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 1rem; }
        .footer-container .footer .left .share .share-img {
          margin-left: 0;
          margin-right: 1rem; }
  .footer-container .copyright {
    height: auto;
    bottom: 3rem;
    width: calc(100% - 64px); }
    .footer-container .copyright .copyright-content .info .cr-pc .beian {
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: start;
      align-items: flex-start;
      padding-top: .75rem; }
      .footer-container .copyright .copyright-content .info .cr-pc .beian .divide-line {
        display: none; }
    .footer-container .copyright .copyright-content .info .cr-pc .police-logo {
      width: 16px;
      height: 17px;
      position: relative;
      left: 0;
      top: 0; }
    .footer-container .copyright .copyright-content .info .police-number-hide {
      display: -ms-flexbox;
      display: flex; }
    .footer-container .copyright .copyright-content .info a {
      line-height: 1.375rem;
      position: relative; }
    .footer-container .copyright .copyright-content .info .beian-number {
      padding-top: .75rem; } }

#kf5-support-btn {
  top: 76%; }

.uperform-page-link {
  position: relative; }
  .uperform-page-link::after {
    content: 'NEW';
    position: absolute;
    left: 80px;
    top: -5px;
    width: 40px;
    height: 18px;
    background: #d10f18;
    text-align: center;
    line-height: 20px;
    line-height: 18px;
    border-radius: 18px;
    font-size: 12px; }
@charset "UTF-8";
br {
  line-height: 0; }

body,
html {
  font-family: PingFang SC,Helvetica Neue,Hiragino Sans GB,Segoe UI,Microsoft YaHei,寰蒋闆呴粦,sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background: #fff;
  color: #202d40;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0; }

html {
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

.clearfix:after,
.clearfix:before {
  content: '';
  display: table; }

.clearfix:after {
  clear: both;
  overflow: hidden; }

.clearfix {
  zoom: 1; }

a {
  transition: all 0.2s ease; }

li {
  list-style: none; }

* {
  box-sizing: border-box; }

* {
  padding: 0;
  margin: 0; }

*,
*:before,
*:after {
  box-sizing: border-box; }
body {
  background: #fff8ed; }

.promotion-nav {
  width: 100%;
  height: 60px;
  position: relative;
  background: transparent;
  z-index: 9999; }
  .promotion-nav .nav-inner {
    max-width: 1160px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .promotion-nav .nav-inner a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none;
      color: white; }
      .promotion-nav .nav-inner a img {
        width: 140px; }
      .promotion-nav .nav-inner a div {
        width: 1px;
        height: 20px;
        opacity: 0.15;
        background: #fff;
        display: inline-block;
        margin: 2px 10px 0 5px; }
      .promotion-nav .nav-inner a span {
        font-size: 20px;
        color: #fff;
        font-weight: 400;
        margin: 2px 0 0; }

.promotion-header {
  height: 636px;
  background-image: url(/images/header.a0500c7f.png);
  background-size: cover;
  background-position: center;
  position: relative;
  top: -60px; }
  .promotion-header p {
    color: #fffbd2;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    max-width: 864px;
    margin: 0 auto; }
  .promotion-header .desc1 {
    padding: 518px 20px 0; }
  .promotion-header .desc2 {
    padding: 0 20px; }
  .promotion-header a {
    position: absolute;
    left: 50%;
    bottom: 38px;
    width: 270px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer; }
    .promotion-header a img {
      width: 100%;
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0; }
    .promotion-header a .show {
      opacity: 1; }
    .promotion-header a:active img:first-child {
      opacity: 0; }
    .promotion-header a:active img:last-child {
      opacity: 1; }
    @media screen and (max-width: 768px) {
      .promotion-header a {
        width: 202px;
        bottom: 30px; } }
  @media screen and (max-width: 768px) {
    .promotion-header {
      background-image: url(/images/header-mobile.c25cdd05.png);
      height: 550px; }
      .promotion-header .desc1 {
        padding-top: 358px; }
      .promotion-header .desc2 {
        padding-top: 12px; } }
  @media screen and (max-width: 720px) {
    .promotion-header {
      height: 520px;
      margin-top: 0; }
      .promotion-header .desc1 {
        padding-top: 340px; } }

.promotion-step {
  margin-top: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 67px 0 120px; }
  .promotion-step &gt; .title {
    width: 702px; }
  .promotion-step .more {
    color: #260a08;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 5px; }
  .promotion-step .card-wrap {
    width: 100%;
    margin-top: 48px;
    padding: 0 20px; }
    .promotion-step .card-wrap .card {
      max-width: 1160px;
      margin: 0 auto;
      padding: 40px 60px;
      background: #fffcf9;
      -webkit-box-shadow: 0px 2px 12px 6px rgba(217, 116, 43, 0.05);
      box-shadow: 0px 2px 12px 6px rgba(217, 116, 43, 0.05);
      border-radius: 8px; }
      .promotion-step .card-wrap .card .progress {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; }
        .promotion-step .card-wrap .card .progress img {
          width: 6.7%; }
        .promotion-step .card-wrap .card .progress .line {
          margin: 0 9px;
          width: 26%; }
      .promotion-step .card-wrap .card .content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 16px; }
        .promotion-step .card-wrap .card .content div {
          -ms-flex: 1 1;
          flex: 1 1; }
          .promotion-step .card-wrap .card .content div:nth-child(2) {
            margin: 0 40px; }
          .promotion-step .card-wrap .card .content div .title {
            color: #260a08;
            font-size: 20px;
            font-weight: 600;
            line-height: 32px;
            text-align: center;
            margin-bottom: 22px; }
          .promotion-step .card-wrap .card .content div .subtitle {
            color: #260a08;
            font-size: 14px;
            font-weight: 500;
            line-height: 24px; }
          .promotion-step .card-wrap .card .content div .txtBottom {
            padding-bottom: 24px; }
          .promotion-step .card-wrap .card .content div .desc {
            color: #260a08;
            font-size: 14px;
            font-weight: normal;
            line-height: 24px; }
            .promotion-step .card-wrap .card .content div .desc a {
              text-decoration: none; }
              .promotion-step .card-wrap .card .content div .desc a span {
                color: #fe173f;
                font-weight: 500; }
          .promotion-step .card-wrap .card .content div p:nth-child(4) {
            margin-top: 16px; }
          @media screen and (max-width: 802px) {
            .promotion-step .card-wrap .card .content div .txtBottom {
              padding-bottom: 0px; } }
    .promotion-step .card-wrap .mobile-card {
      display: none; }
  .promotion-step &gt; .mobile {
    display: none; }
  @media screen and (max-width: 768px) {
    .promotion-step {
      padding-top: 50px;
      padding-bottom: 96px; }
      .promotion-step &gt; .pc {
        display: none; }
      .promotion-step &gt; .mobile {
        display: block;
        width: 227px; }
      .promotion-step .more {
        font-size: 16px;
        margin-top: 8px; }
      .promotion-step .card-wrap {
        margin-top: 40px; }
        .promotion-step .card-wrap .card {
          display: none; }
        .promotion-step .card-wrap .mobile-card {
          display: block;
          background: #fffcf9;
          -webkit-box-shadow: 0px 2px 12px 6px rgba(217, 116, 43, 0.05);
          box-shadow: 0px 2px 12px 6px rgba(217, 116, 43, 0.05);
          border-radius: 8px;
          padding: 32px 15px; }
          .promotion-step .card-wrap .mobile-card .step {
            display: -ms-flexbox;
            display: flex; }
            .promotion-step .card-wrap .mobile-card .step .left {
              width: 40px;
              margin-right: 20px;
              text-align: center; }
              .promotion-step .card-wrap .mobile-card .step .left img:nth-child(1) {
                width: 100%; }
              .promotion-step .card-wrap .mobile-card .step .left img:nth-child(2) {
                width: 18px;
                margin: 8px 0; }
            .promotion-step .card-wrap .mobile-card .step .right {
              -ms-flex: 1 1;
              flex: 1 1; }
              .promotion-step .card-wrap .mobile-card .step .right .title {
                color: #260a08;
                font-size: 18px;
                font-weight: 600;
                line-height: 24px;
                margin-bottom: 16px;
                margin-top: 8px; }
              .promotion-step .card-wrap .mobile-card .step .right .subtitle {
                color: #260a08;
                font-size: 14px;
                font-weight: 500;
                line-height: 24px;
                margin-bottom: 2px; }
              .promotion-step .card-wrap .mobile-card .step .right .desc {
                color: #260a08;
                font-size: 13px;
                line-height: 20px; }
                .promotion-step .card-wrap .mobile-card .step .right .desc .red {
                  color: #eb333e;
                  font-weight: 500; }
                .promotion-step .card-wrap .mobile-card .step .right .desc .gray {
                  color: #7d6a68; }
              .promotion-step .card-wrap .mobile-card .step .right p:nth-child(4) {
                margin-top: 16px; } }

.promotion-who {
  height: 650px;
  background-image: url(/images/bg.dd83d97d.png);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 56px 20px 0; }
  .promotion-who .title {
    display: block;
    width: 336px;
    margin: 0 auto; }
  .promotion-who .main {
    margin: 64px auto 0;
    max-width: 1160px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .promotion-who .main .card {
      background-size: cover;
      background-position: center;
      -ms-flex: 1 1;
      flex: 1 1;
      position: relative;
      margin-left: 24px; }
      .promotion-who .main .card:first-child {
        margin-left: 0; }
      .promotion-who .main .card img {
        width: 100%;
        display: none; }
        .promotion-who .main .card img:first-child {
          display: block; }
      .promotion-who .main .card div {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 38%;
        padding: 7%; }
        .promotion-who .main .card div p:first-child {
          color: #260a08;
          font-size: 20px;
          font-weight: 500;
          line-height: 32px; }
        .promotion-who .main .card div p:last-child {
          color: #260a08;
          font-size: 14px;
          letter-spacing: 0.5px;
          line-height: 24px;
          margin-top: 8px; }
  .promotion-who a {
    position: absolute;
    left: 50%;
    bottom: 38px;
    width: 270px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer; }
    .promotion-who a img {
      width: 100%;
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0; }
    .promotion-who a .show {
      opacity: 1; }
    .promotion-who a:active img:first-child {
      opacity: 0; }
    .promotion-who a:active img:last-child {
      opacity: 1; }
    @media screen and (max-width: 768px) {
      .promotion-who a {
        width: 202px;
        bottom: 30px; } }
  @media screen and (max-width: 1080px) {
    .promotion-who .main .card div p:first-child {
      font-size: 16px;
      line-height: 28px; }
    .promotion-who .main .card div p:last-child {
      font-size: 14px;
      line-height: 20px; } }
  @media screen and (max-width: 920px) {
    .promotion-who .main .card div p:first-child {
      font-size: 14px;
      line-height: 24px; }
    .promotion-who .main .card div p:last-child {
      font-size: 12px;
      line-height: 16px;
      margin-top: 4px; } }
  @media screen and (max-width: 768px) {
    .promotion-who {
      background-image: url(/images/bg-m.7662c799.png);
      height: auto; }
      .promotion-who .title {
        width: 224px; }
      .promotion-who .main {
        margin: 47px 0 0;
        -ms-flex-direction: column;
        flex-direction: column; }
        .promotion-who .main .card {
          margin: 0 0 24px; }
          .promotion-who .main .card:last-child {
            margin-bottom: 102px; }
          .promotion-who .main .card div {
            height: 33%;
            padding: 5%; }
            .promotion-who .main .card div p:first-child {
              font-size: 20px;
              line-height: 32px; }
            .promotion-who .main .card div p:last-child {
              font-size: 14px;
              line-height: 24px;
              margin-top: 8px; }
          .promotion-who .main .card img:first-child {
            display: none; }
          .promotion-who .main .card img:nth-child(2) {
            display: block; } }
  @media screen and (max-width: 333px) {
    .promotion-who .main .card div p:first-child {
      font-size: 16px;
      line-height: 24px; }
    .promotion-who .main .card div p:last-child {
      font-size: 14px;
      line-height: 18px; } }

.promotion-list {
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .promotion-list .title .promotion-web {
    width: 192px;
    height: 72px; }
    .promotion-list .title .promotion-web img {
      width: 100%; }
  .promotion-list .title .promotion-mb {
    display: none;
    width: 128px; }
    .promotion-list .title .promotion-mb img {
      width: 100%; }
  .promotion-list p {
    color: #260a08;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 10px; }
  .promotion-list a {
    bottom: -15px;
    left: 53.5%; }
  .promotion-list .mb-btn {
    display: none; }
  .promotion-list .web-btn {
    display: block;
    width: 134px;
    height: 73px;
    bottom: -85px; }
    .promotion-list .web-btn img {
      width: 100%; }
  .promotion-list a {
    position: absolute;
    left: 50%;
    bottom: 38px;
    width: 270px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer; }
    .promotion-list a img {
      width: 100%;
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0; }
    .promotion-list a .show {
      opacity: 1; }
    .promotion-list a:active img:first-child {
      opacity: 0; }
    .promotion-list a:active img:last-child {
      opacity: 1; }
    @media screen and (max-width: 768px) {
      .promotion-list a {
        width: 202px;
        bottom: 30px; } }

.promotion-rules {
  margin: 192px auto 48px;
  padding: 0 20px;
  max-width: 1160px;
  border-top: 1px solid rgba(140, 18, 7, 0.1); }
  .promotion-rules .title {
    color: #8b6c67;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
    margin-top: 20px; }
  .promotion-rules p:nth-child(2),
  .promotion-rules p:nth-child(3),
  .promotion-rules p:nth-child(4),
  .promotion-rules p:nth-child(5),
  .promotion-rules p:nth-child(6) {
    color: #8b6c67;
    font-size: 12px;
    line-height: 24px; }
  .promotion-rules p:nth-child(7),
  .promotion-rules p:nth-child(8),
  .promotion-rules p:nth-child(9),
  .promotion-rules p:nth-child(10) {
    color: #8b6c67;
    font-size: 12px;
    line-height: 24px;
    margin-top: 8px; }
  .promotion-rules p:nth-child(3),
  .promotion-rules p:nth-child(4),
  .promotion-rules p:nth-child(5),
  .promotion-rules p:nth-child(6) {
    margin-left: 12px; }
    .promotion-rules p:nth-child(3) a,
    .promotion-rules p:nth-child(4) a,
    .promotion-rules p:nth-child(5) a,
    .promotion-rules p:nth-child(6) a {
      text-decoration: none;
      color: #eb333f; }
  @media screen and (max-width: 768px) {
    .promotion-rules {
      margin-top: 180px; }
      .promotion-rules p:nth-child(5),
      .promotion-rules p:nth-child(6) {
        font-weight: normal; }
      .promotion-rules .title {
        color: #8b6c67 !important; } }

@media screen and (max-width: 768px) {
  .promotion-list {
    margin-top: 100px; }
    .promotion-list .title {
      margin-bottom: 40px; }
      .promotion-list .title .promotion-web {
        display: none; }
      .promotion-list .title .promotion-mb {
        display: block; }
    .promotion-list .mb-btn {
      display: block; }
    .promotion-list .web-btn {
      display: none; }
    .promotion-list a {
      left: 57%;
      bottom: 0px; }
      .promotion-list a img {
        width: 142px;
        height: 72px; } }

@media screen and (max-width: 1200px) {
  .promotion-nav .nav-inner {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (max-width: 600px) {
  .promotion-nav .nav-inner a {
    font-size: 12px; }
    .promotion-nav .nav-inner a img {
      width: 77px; }
    .promotion-nav .nav-inner a div {
      height: 12px; }
    .promotion-nav .nav-inner a span {
      font-size: 12px; } }
</pre></body></html>