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 .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;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-container .footer .left .pc .left-part p {
  color: #B8BECC;
  font-weight: 700;
  font-size: .75rem;
  line-height: 1.5rem;
}

.footer-container .footer .left .pc .left-part .code {
  margin-top: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
}

.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;
  font-size: .375rem;
  line-height: 1.5rem;
  padding-top: .5rem;
  padding-right: 1.6rem;
  padding-bottom: 1.25rem;
  color: #E6E9ED;
}

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

.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 .insight-top-part {
  height: 112px;
}

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

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

@media screen and (max-width: 834px) {
  .communication-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;
  }

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

@media screen and (max-width: 768px) {
  #beacon_footer_workorder {
    display: none;
  }

  .communication-modal {
    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;
  }

  .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 .insight-top-part {
    height: 48px;
  }

  .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: 1380px;
  }

  .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 a {
    line-height: 1.375rem;
  }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@-webkit-keyframes ceiling-header-show {
  from {
    top: -60px;
  }

  to {
    top: 0;
  }
}

@keyframes ceiling-header-show {
  from {
    top: -60px;
  }

  to {
    top: 0;
  }
}

@-webkit-keyframes fade-up-header {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade-up-header {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

html {
  font-size: 16px !important;
}

.selected {
  color: #0066ff;
  border-right: 2px solid #0066ff;
  padding-right: 28px;
}

.show {
  display: -ms-flexbox;
  display: flex;
}

.hide {
  display: none;
}

.normal {
  color: black;
  padding-right: 30px;
}

.search-select-icon-dongjian {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}

.search-select-icon-dongjian .search-divider {
  opacity: 0.15;
  background: #202D40;
  width: 1px;
  height: 14px;
}

.search-select-icon-dongjian .search-icon {
  width: 16px;
  height: 16px;
  margin-right: 24px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url("https://help-assets.codehub.cn/insight/img/menu-search.svg") no-repeat;
}

.search-select-icon-dongjian .search-icon.on {
  background: url("https://help-assets.codehub.cn/insight/img/nav-close.svg") no-repeat;
  margin-top: 5px;
}

.search-content-dongjian {
  width: 260px;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 24%;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  opacity: 0;
}

.search-content-dongjian.on {
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  position: relative;
  top: 10px;
  left: -20px;
  width: 600px;
}

.search-content-dongjian .search-area {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 4px;
}

.search-content-dongjian .search-area .header-search-icon {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 2px;
  margin-right: 14px;
  width: 16px;
  height: 16px;
  background: url("https://help-assets.codehub.cn/insight/img/menu-search.svg") no-repeat;
}

.search-content-dongjian .search-area .headerSearchInput {
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 16px;
  color: #202D40;
  line-height: 26px;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 5px 15px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
}

.search-content-dongjian .search-area .headerSearchInput span.algolia-autocomplete {
  width: 100%;
}

.search-content-dongjian .search-area .headerSearchInput input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  caret-color: #0066FF;
  background-color: transparent;
}

.search-content-dongjian .search-area .headerSearchInput .cross {
  width: 11px;
  height: 11px;
  position: absolute;
  right: 5px;
  top: 13px;
  cursor: pointer;
}

.search-content-dongjian .search-area .headerSearchInput .cross::before,
.search-content-dongjian .search-area .headerSearchInput .cross::after {
  content: '';
  width: 2px;
  height: 11px;
  background: #000000;
  position: absolute;
  right: 10px;
}

.search-content-dongjian .search-area .headerSearchInput .cross::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-content-dongjian .search-area .headerSearchInput .cross::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-content-dongjian .search-area .headerSearchInput .algolia-autocomplete pre:before {
  display: block;
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: #fff;
  z-index: 1000;
  top: 0px;
  left: 12px;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 2px;
}

.search-content-dongjian .search-area .headerSearchInput .algolia-autocomplete pre.change:before {
  visibility: visible;
}

.search-content-dongjian .search-area .headerSearchInput .algolia-autocomplete .ds-dropdown-menu {
  padding-top: 0px;
}

.search-content-dongjian .search-area .headerSearchInput .ds-dropdown-menu {
  max-height: 450px;
  overflow: auto;
}

.search-content-dongjian .search-area .headerSearchInput .algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu {
  left: -15px !important;
  right: inherit !important;
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  width: calc(100% + 30px);
}

.search-content-dongjian .search-area .headerSearchInput .algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu:before {
  display: none;
}

.search-content-dongjian .search-area .headerSearchInput .algolia-autocomplete .ds-dropdown-menu [class^=ds-dataset-] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.common-header {
  background-color: transparent;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 999;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-animation: ceiling-header-show 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: ceiling-header-show 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

.common-header * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.common-header.isFixed {
  background: rgba(255, 255, 255, 0.86);
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
}

.common-header.isFixed .search-select-icon-dongjian .search-icon {
  background: url("https://help-assets.codehub.cn/insight/img/menu-search.svg") no-repeat;
}

.common-header.isFixed .search-select-icon-dongjian .search-icon.on {
  background: url("https://help-assets.codehub.cn/insight/img/nav-close.svg") no-repeat;
}

.common-header.isFixed .search-content-dongjian .search-area .header-search-icon {
  background: url("https://help-assets.codehub.cn/insight/img/menu-search.svg") no-repeat;
}

.common-header.isFixed .search-content-dongjian .search-area .headerSearchInput input {
  color: #000;
}

.common-header.isFixed .login-zone .platform-login a {
  color: #202d40;
  vertical-align: -2px;
  text-decoration: none;
}

.common-header.isFixed .login-zone .login .button {
  background: #ebeff5;
  color: #000;
}

.common-header.isFixed .login-zone .login .button:hover {
  background: #202d40;
  color: #fff;
}

.common-header .common-header-content {
  max-width: 86.5rem;
  margin: 0 auto;
  height: 4rem;
  line-height: 4rem;
}

.common-header .common-header-content .header-body {
  margin-left: 2rem;
  margin-right: 2rem;
}

.common-header .logo {
  position: relative;
  top: -8px;
}

.common-header .logo .coding-icon img {
  margin: 0;
  position: relative;
  top: 9px;
}

.common-header .logo img {
  height: 1.625rem;
  margin: 10px 0;
  display: block;
  float: left;
}

.common-header .logo img:last-child {
  display: none;
}

.common-header .logo .divide-line {
  display: inline-block;
  background: #888888;
  height: 22px;
  width: 1px;
  margin-right: 19px;
  margin-left: 18px;
  float: left;
  position: relative;
  top: 10px;
}

.common-header .logo,
.common-header .icon,
.common-header .nav {
  display: inline-block;
}

.common-header .logo.visible,
.common-header .icon.visible,
.common-header .nav.visible {
  display: none;
}

.common-header .nav {
  margin-left: 7.5rem;
}

.common-header .nav .nav-item {
  float: left;
  margin: 0 1rem;
  cursor: pointer;
}

.common-header .nav .nav-item:first-child {
  margin-left: 0;
}

.common-header .nav .nav-item a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

.common-header .nav .nav-item span {
  cursor: pointer;
  text-decoration: none;
  color: #000;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1rem;
  line-height: 1.5rem;
}

.common-header .nav .nav-item .hot-icon {
  position: relative;
  height: 12px;
  top: -8px;
}

.common-header .nav .nav-drop-down-wrap {
  position: relative;
  z-index: 999;
}

.common-header .nav .nav-drop-down-wrap span {
  padding-right: 1.5rem;
}

.common-header .nav .nav-drop-down-wrap span:after {
  content: ' ';
  position: absolute;
  background: url("https://help-assets.codehub.cn/enterprise/new-static/images/index/icon/triangle-icon-default.svg");
  right: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.common-header .nav .nav-drop-down-wrap.active span {
  color: #0066ff;
}

.common-header .nav .nav-drop-down-wrap.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
  transform: rotate3d(0, 0, 1, 180deg);
  background: url("https://help-assets.codehub.cn/enterprise/new-static/images/index/icon/triangle-icon-hover.svg");
}

.common-header .nav .nav-drop-down-wrap.active .nav-drop-down-container {
  -webkit-animation-name: fade-up-header;
  animation-name: fade-up-header;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: block;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container {
  display: none;
  top: 4rem;
  position: fixed;
  left: 0;
  right: 0;
  width: 87.5rem;
  min-height: 280px;
  margin: 0 auto;
  background: #fff;
  border-radius: 0px;
  cursor: default;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down {
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 1.5rem;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .title {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .label {
  display: -ms-flexbox;
  display: flex;
  color: #666F80;
  font-weight: 500;
  font-size: .875rem;
  border-bottom: 1px solid;
  border-color: #E6EBF2;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 2.5625rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .left-menu-container {
  display: grid;
  grid-auto-flow: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: start;
  padding-top: 1.5rem;
  gap: 3.5rem;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .left-menu-container .left-menu-wrapper {
  width: 38.5rem;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .left-menu-container .left-menu-wrapper .left-title-devops {
  display: -ms-flexbox;
  display: flex;
  color: #666F80;
  font-weight: 600;
  font-size: .875rem;
  border-bottom: 1px solid;
  border-color: #E6EBF2;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 2.5625rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .left-menu-container .left-menu-wrapper .header-tab-content {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: start;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .left-menu-container .left-menu-wrapper .header-tab-content .content-detail {
  height: 100%;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .left-menu-container .right-menu-wrapper .right-title-cloud {
  display: -ms-flexbox;
  display: flex;
  color: #666F80;
  font-weight: 600;
  font-size: .875rem;
  border-bottom: 1px solid;
  border-color: #E6EBF2;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 2.5625rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .left-menu-container .right-menu-wrapper .right-tab-content {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .right-menu-container {
  width: 23rem;
  background-color: rgba(230, 234, 245, 0.5);
  padding-top: 1.5rem;
  padding-left: 1.5rem;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .right-menu-container .right-title-more {
  display: -ms-flexbox;
  display: flex;
  color: #666F80;
  font-weight: 600;
  font-size: .875rem;
  border-bottom: 1px solid;
  border-color: #E6EBF2;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 2.5625rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .right-menu-container .item-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .right-menu-container .item-container .tab-txt {
  color: #606c80;
  font-size: 12px;
  text-align: right;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .right-menu-container .item-container .item-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  min-width: 18.75rem;
  height: 4.625rem;
  border-radius: 2px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .right-menu-container .item-container .item-link img {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .right-menu-container .item-container .item-link .active-link {
  color: #0066FF;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .right-menu-container .item-container .item-link .active-link img {
  width: 16px;
  position: relative;
  top: -4px;
  left: 3px;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .right-menu-container .item-container .item-link div {
  -ms-flex: 1 1;
  flex: 1 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 15px;
  padding-top: 15px;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .right-menu-container .item-container .item-link div a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #202d40;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 500;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .right-menu-container .item-container .item-link div .desc {
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 1.0625rem;
  color: #606c80;
  font-size: .75rem;
  line-height: 1.0625rem;
  margin-top: 0.3125rem;
  white-space: nowrap;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .right-menu-container .item-container .item-link div .arrow-link img {
  display: none;
  width: 10px !important;
  height: 10px !important;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .right-menu-container .item-container .item-link:hover {
  background: #DFEAFA;
  border-radius: 0.375rem;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .right-menu-container .item-container .item-link:hover div a:first-child {
  color: #0066ff;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .right-menu-container .item-container .item-link:hover .arrow-link {
  gap: 4px;
  -ms-flex-align: center;
  align-items: center;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .right-menu-container .item-container .item-link:hover .arrow-link img {
  display: inline-block;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .drop-down-box {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .drop-down-box .title {
  width: 84px;
  padding: 30px 0 8px 0px;
  margin-left: 20px;
  color: #8592a6;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  border-bottom: 1px solid #dadfe6;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .drop-down-box .item-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .drop-down-box .item-container .tab-txt {
  color: #606c80;
  font-size: 12px;
  text-align: right;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .drop-down-box .item-container .item-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  min-width: 18.75rem;
  height: 4.625rem;
  border-radius: 2px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .drop-down-box .item-container .item-link img {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .drop-down-box .item-container .item-link .active-link {
  color: #0066FF;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .drop-down-box .item-container .item-link .active-link img {
  width: 16px;
  position: relative;
  top: -4px;
  left: 3px;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .drop-down-box .item-container .item-link div {
  -ms-flex: 1 1;
  flex: 1 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 15px;
  padding-top: 15px;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .drop-down-box .item-container .item-link div a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #202d40;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 500;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .drop-down-box .item-container .item-link div .hot-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: .5rem;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .drop-down-box .item-container .item-link div .hot-line img {
  width: 34px;
  height: 16px;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .drop-down-box .item-container .item-link div .desc {
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 1.0625rem;
  color: #606c80;
  font-size: .75rem;
  line-height: 1.0625rem;
  margin-top: 0.3125rem;
  white-space: nowrap;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .drop-down-box .item-container .item-link:hover {
  background: #EEF5FF;
  border-radius: 0.375rem;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .drop-down-box .item-container .item-link:hover div a:first-child {
  color: #0066ff;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .drop-down-box .item-container .item-link .example-image-link {
  height: 100%;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .drop-down-box .item-container .item-link .example-image-link img {
  width: 114px;
  height: 100%;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .drop-down-box .has-down-link {
  border-left: 1px solid #dadfe6;
  padding-left: 10px;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .drop-down-box:not(:last-child):after {
  position: absolute;
  max-height: 300px;
  width: 1px;
  right: 0;
  background: #dadfe6;
  -webkit-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  transform: scaleX(0.5);
  content: ' ';
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .common-box {
  padding-top: 1.5rem;
  width: 61.5rem;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .common-box .item-container {
  -ms-flex-direction: row;
  flex-direction: row;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .common-box .item-container .item-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  min-width: 18.75rem;
  height: 4.625rem;
  border-radius: 2px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 0.75rem;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .common-box .item-container .item-link div .desc {
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 1.0625rem;
  color: #606c80;
  font-size: .75rem;
  line-height: 1.0625rem;
  margin-top: 0.3125rem;
  white-space: nowrap;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .industry-box {
  padding-top: 1.5rem;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .industry-box .item-container {
  -ms-flex-direction: row;
  flex-direction: row;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .industry-box .item-container .item-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  min-width: 18.75rem;
  height: 4.625rem;
  border-radius: 2px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 0.75rem;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .industry-box .item-container .item-link div .desc {
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 1.0625rem;
  color: #606c80;
  font-size: .75rem;
  line-height: 1.0625rem;
  margin-top: 0.3125rem;
  white-space: nowrap;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .full-box {
  width: 600px;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .more {
  -ms-flex: 1 1;
  flex: 1 1;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .solutions-container {
  display: grid;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-flow: column;
  justify-items: start;
  width: 100%;
  gap: 4.5rem;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .chanpin {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .zhichi {
  padding-bottom: 2rem;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .examples {
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .examples .drop-down-box:first-child {
  margin-left: 10px;
}

.common-header .nav .nav-drop-down-wrap .nav-drop-down-container .examples .example-box .item-container {
  margin-bottom: 0;
}

.common-header .nav .nav-drop-down-wrap .chanpin-container {
  height: 27rem;
}

.common-header .nav .nav-drop-down-wrap .zhichi-container {
  min-height: unset;
  height: auto;
}

.common-header .nav .nav-drop-down-wrap .zhichi-container .item-container {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.common-header .nav .nav-drop-down-wrap .zhichi-container .item-container .item-link {
  height: 4.625rem;
  width: 18.75rem;
  margin-bottom: 0.75rem;
}

.common-header .login-zone {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}

.common-header .login-zone .register,
.common-header .login-zone .login,
.common-header .login-zone .avatar {
  display: none;
}

.common-header .login-zone .button {
  outline: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.common-header .login-zone .platform-login a {
  color: #fff;
  vertical-align: -2px;
}

.common-header .login-zone .sample a {
  padding-right: 1.875rem;
  padding-left: 1rem;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.75rem;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 500;
  margin-left: 0;
  color: #32373F;
}

.common-header .login-zone .sample a:hover {
  color: #3385ff;
}

.common-header .login-zone .register .button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 1.375rem;
  gap: 0.625rem;
  color: #fff;
  width: 6.75rem;
  height: 2.5rem;
  background: -webkit-linear-gradient(348.74deg, #2d61fc 1.01%, #9362ed 45.41%, #f06195 97.11%, #fca1ad 136.14%);
  background: -o-linear-gradient(348.74deg, #2d61fc 1.01%, #9362ed 45.41%, #f06195 97.11%, #fca1ad 136.14%);
  background: linear-gradient(101.26deg, #2d61fc 1.01%, #9362ed 45.41%, #f06195 97.11%, #fca1ad 136.14%);
  border-radius: 0.375rem;
  white-space: nowrap;
  cursor: pointer;
  margin-left: 0;
  font-size: 1rem;
  line-height: 1.75rem;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 500;
}

.common-header .login-zone .login .button {
  background: #ebeff5;
  color: #000;
}

.common-header .login-zone .login .button:hover {
  background: #606c80;
  color: #fff;
}

.common-header .login-zone {
  float: right;
  display: -ms-flexbox;
  display: flex;
}

.common-header .icon {
  display: none;
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}

.common-header .icon span {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  background-color: #202d40;
  height: 2px;
  width: 1.25rem;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.common-header .icon span:after,
.common-header .icon span:before {
  position: absolute;
  background-color: #202d40;
  height: 2px;
  width: 1.25rem;
  content: '';
  left: 0;
  transition: -webkit-transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.common-header .icon span:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.common-header .icon span:after {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}

.common-header .mobile-nav {
  display: none;
  position: absolute;
  top: 4rem;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  border-radius: 0 0 0.75rem 0.75rem;
  overflow: auto;
}

.common-header .icon-user {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 20px;
  font-size: 16px;
  color: #202d40;
  line-height: 30px;
}

.common-header .mobile-login-zone {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 0 4%;
  -webkit-box-shadow: inset 0 1px 0 #e6e6e6;
  box-shadow: inset 0 1px 0 #e6e6e6;
  background-color: #fff;
}

.common-header.login-checked .login-zone .register,
.common-header.login-checked .login-zone .login,
.common-header.login-checked .login-zone .platform-login {
  display: inline-block;
}

.common-header.expanded .common-header-content {
  background: rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
}

.common-header.expanded.logged-in .login-zone .avatar {
  display: inherit !important;
  text-align: center;
}

.common-header.expanded.logged-in .login,
.common-header.expanded.logged-in .register {
  display: none !important;
}

.common-header.expanded .icon span {
  background-color: transparent;
}

.common-header.expanded .icon span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.common-header.expanded .icon span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.common-header.expanded .mobile-nav {
  display: block;
}

.common-header.expanded .mobile-nav ul {
  list-style: none;
}

.common-header.expanded .mobile-nav a {
  color: #32373F;
  outline: none;
  text-decoration: none;
  display: block;
}

.common-header.expanded .mobile-nav a span {
  color: #ee702e;
}

.common-header.expanded .mobile-nav a .hot-icon {
  position: relative;
  height: 12px;
  top: -10px;
}

.common-header.expanded .mobile-nav .dropdown-list .dropdown {
  display: block;
}

.common-header.expanded .mobile-nav .dropdown-list .dropdown .label {
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #000;
  display: block;
  font-weight: 500;
  padding: 10px 0;
  margin: 0;
  border-bottom: solid 1px rgba(50, 55, 63, 0.12);
  position: relative;
}

.common-header.expanded .mobile-nav .dropdown-list .dropdown .label.triangle-icon:after {
  content: ' ';
  position: absolute;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("https://help-assets.codehub.cn/enterprise/new-static/images/index/icon/triangle-icon-default.svg");
  top: 50%;
  box-sizing: border-box;
  width: 1.5rem;
  height: 1.5rem;
  right: 0;
  margin-top: -0.75rem;
  z-index: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.common-header.expanded .mobile-nav .dropdown-list .dropdown .content {
  display: none;
}

.common-header.expanded .mobile-nav .dropdown-list .dropdown .content .menu .content-label {
  padding-left: 20px;
}

.common-header.expanded .mobile-nav .dropdown-list .dropdown .content .menu.has-subsubmenu {
  padding-left: 2rem;
  padding-right: 2rem;
}

.common-header.expanded .mobile-nav .dropdown-list .dropdown .content .menu.has-subsubmenu:first-child {
  padding-top: 1.5rem;
}

.common-header.expanded .mobile-nav .dropdown-list .dropdown .content .menu.has-subsubmenu:last-child {
  padding-top: 0.75rem;
}

.common-header.expanded .mobile-nav .dropdown-list .dropdown .content .menu.has-subsubmenu .label {
  color: #8D95A6;
  font-weight: 600;
  border-bottom: unset;
  font-size: .875rem;
  line-height: 1rem;
  padding-top: 0;
  padding-bottom: 1rem;
}

.common-header.expanded .mobile-nav .dropdown-list .dropdown .content .menu.has-subsubmenu .label:after {
  display: none;
}

.common-header.expanded .mobile-nav .dropdown-list .dropdown .content .menu.has-subsubmenu .content {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.common-header.expanded .mobile-nav .dropdown-list .dropdown .content .menu.has-subsubmenu .content .content-label {
  color: #32373F;
  line-height: 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  padding-bottom: 1.25rem;
  padding-top: 2px;
  padding-left: 0;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  gap: .5rem;
}

.common-header.expanded .mobile-nav .dropdown-list .dropdown .content .menu.has-subsubmenu .content .content-label img {
  width: 1.75rem;
  height: 1.75rem;
}

.common-header.expanded .mobile-nav .dropdown-list .dropdown .content .menu.has-subsubmenu .content .content-label.hot-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.common-header.expanded .mobile-nav .dropdown-list .dropdown .content .menu.has-subsubmenu .content .content-label.hot-line a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.common-header.expanded .mobile-nav .dropdown-list .dropdown .content .menu.has-subsubmenu .content .content-label.hot-line a img {
  width: 34px;
  height: 16px;
  margin-left: .3rem;
}

.common-header.expanded .mobile-nav .dropdown-list .dropdown .content .content-label {
  font-size: 14px;
  line-height: 2;
  text-align: left;
  color: #32373F;
  display: block;
  padding: 10px 0;
  margin: 0;
  position: relative;
}

.common-header.expanded .mobile-nav .dropdown-list .dropdown.has-submenu.is-active .label {
  border-bottom: unset;
}

.common-header.expanded .mobile-nav .dropdown-list .dropdown.has-submenu.is-active .label:after {
  background: url("https://help-assets.codehub.cn/enterprise/new-static/images/index/icon/triangle-icon-hover.svg");
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
  transform: rotate3d(0, 0, 1, 180deg);
}

.common-header.expanded .mobile-nav .dropdown-list .dropdown.has-submenu.is-active .submenu-container {
  background-color: #E6EEFF;
}

.common-header.expanded .mobile-nav .dropdown-list .dropdown.has-submenu.is-active .content {
  display: block;
}

.common-header.expanded .icon-user,
.common-header.expanded .mobile-login-zone {
  display: none;
}

.common-header.user-expanded .icon-user {
  display: none;
}

.common-header.user-expanded .icon span {
  background-color: transparent;
}

.common-header.user-expanded .icon span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.common-header.user-expanded .icon span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.common-header.user-expanded .mobile-login-zone {
  display: block;
}

.common-header.user-expanded .mobile-login-zone ul {
  list-style: none;
}

.common-header.user-expanded .mobile-login-zone a {
  color: #000;
  outline: none;
  text-decoration: none;
}

.common-header.user-expanded .mobile-login-zone .dropdown-list .dropdown .btn {
  height: 40px;
  width: 84%;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
}

.common-header.user-expanded .mobile-login-zone .dropdown-list .dropdown .btn.register {
  background: #0066FF;
  margin: 40px auto 15px;
}

.common-header.user-expanded .mobile-login-zone .dropdown-list .dropdown .btn.register a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.common-header.user-expanded .mobile-login-zone .dropdown-list .dropdown .btn.login {
  background: #EDF1F7;
  margin: 15px auto 40px;
}

.common-header.user-expanded .mobile-login-zone .dropdown-list .dropdown .btn.login a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
}

.common-header .drop-down-wrap {
  position: relative;
}

.common-header .drop-down-wrap:hover .drop-down-container {
  display: block;
}

.common-header .drop-down-wrap .drop-down-container {
  display: none;
  top: 48px;
  position: absolute;
  padding-top: 10px;
  right: -12px;
}

.common-header .drop-down-wrap .drop-down-container .drop-down {
  font-size: 12px;
  color: #202d40;
  border: 1px solid #f5f6f8;
  width: 110px;
  border-radius: 2px 2px 2px 2px;
  background: #fff;
  position: relative;
}

.common-header .drop-down-wrap .drop-down-container .drop-down:after {
  background: #fff;
  border-color: #f5f5f5 transparent transparent #f5f5f5;
  border-style: solid;
  border-width: 1px;
  content: ' ';
  height: 10px;
  position: absolute;
  top: -5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  right: 24px;
}

.common-header .drop-down-wrap .drop-down-container .drop-down .item {
  padding-left: 10px;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  text-align: left !important;
  z-index: 999;
  position: relative;
  background-color: #fff;
}

.common-header .drop-down-wrap .drop-down-container .drop-down .item svg {
  font-size: 15px;
}

.common-header .drop-down-wrap .drop-down-container .drop-down .item a {
  color: #202d40;
  text-decoration: unset;
  margin-left: 3px;
  vertical-align: middle;
}

.common-header .drop-down-wrap .drop-down-container .drop-down .item:hover {
  background-color: #f5f7fa;
}

.common-header.no-touch .nav .nav-item:hover span {
  color: #0066ff;
}

.common-header.no-touch .nav .nav-item:hover a {
  color: #0066ff;
}

.common-header.no-touch .nav .nav-item.spec:hover span {
  color: #0066ff;
}

.common-header.no-touch .nav .nav-item.spec:hover a {
  color: #0066ff;
}

.common-header.no-touch .nav .nav-drop-down-wrap:hover span {
  color: #0066ff;
}

.common-header.no-touch .nav .nav-drop-down-wrap:hover span:after {
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
  transform: rotate3d(0, 0, 1, 180deg);
  background: url("https://help-assets.codehub.cn/enterprise/new-static/images/index/icon/triangle-icon-hover.svg");
}

.common-header.no-touch .nav .nav-drop-down-wrap:hover .nav-drop-down-container {
  -webkit-animation-name: fade-up-header;
  animation-name: fade-up-header;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: block;
}

.common-header.isFixed .nav .nav-item span {
  color: #000;
}

.common-header.isFixed .nav .nav-item a {
  color: #000;
}

.common-header.isFixed .nav .nav-drop-down-wrap span:after {
  border-color: #000;
}

.common-header.isFixed .logo img:first-child {
  display: block;
}

.common-header.isFixed .logo img:last-child {
  display: none;
}

.common-header.darkmode .logo img:first-child {
  display: none;
}

.common-header.darkmode .logo img:last-child {
  display: block;
}

.common-header.darkmode .search-select-icon-dongjian .search-icon {
  background: url("https://help-assets.codehub.cn/insight/img/search.svg") no-repeat;
}

.common-header.darkmode .search-select-icon-dongjian .search-icon.on {
  background: url("https://help-assets.codehub.cn/insight/img/close.svg") no-repeat;
}

.common-header.darkmode .search-content-dongjian .search-area .header-search-icon {
  background: url("https://help-assets.codehub.cn/insight/img/search.svg") no-repeat;
}

.common-header.darkmode .search-content-dongjian .search-area .headerSearchInput {
  border: 1px solid #fff;
}

.common-header.darkmode .search-content-dongjian .search-area .headerSearchInput .cross:hover::after {
  background: #0066ff;
}

.common-header.darkmode .search-content-dongjian .search-area .headerSearchInput .cross:hover::before {
  background: #0066ff;
}

.common-header.darkmode .search-content-dongjian .search-area .headerSearchInput .cross::after {
  background: #fff;
}

.common-header.darkmode .search-content-dongjian .search-area .headerSearchInput .cross::before {
  background: #fff;
}

.common-header.darkmode .search-content-dongjian .search-area .headerSearchInput input {
  color: #fff;
}

.common-header.darkmode .nav .nav-item a {
  color: #fff;
}

.common-header.darkmode .nav .nav-item span {
  color: #fff;
}

.common-header.darkmode.no-touch .nav .nav-item:hover span {
  color: #0066ff;
}

.common-header.darkmode.no-touch .nav .nav-item:hover a {
  color: #0066ff;
}

.common-header.darkmode.no-touch .nav .nav-item.spec:hover span {
  color: #0066ff;
}

.common-header.darkmode.no-touch .nav .nav-item.spec:hover a {
  color: #0066ff;
}

.common-header.darkmode.isFixed .nav .nav-item span {
  color: #000;
}

.common-header.darkmode.isFixed .nav .nav-item a {
  color: #000;
}

.common-header.darkmode.isFixed .nav .nav-drop-down-wrap span:after {
  border-color: #000;
}

.common-header.darkmode.isFixed .logo img:first-child {
  display: block;
}

.common-header.darkmode.isFixed .logo img:last-child {
  display: none;
}

.common-header.darkmode.isFixed .search-select-icon-dongjian .search-icon {
  background: url("https://help-assets.codehub.cn/insight/img/menu-search.svg") no-repeat;
}

.common-header.darkmode.isFixed .search-select-icon-dongjian .search-icon.on {
  background: url("https://help-assets.codehub.cn/insight/img/nav-close.svg") no-repeat;
}

.common-header.darkmode.isFixed .search-content-dongjian .search-area .header-search-icon {
  opacity: 0;
}

.common-header.darkmode.isFixed .search-content-dongjian .search-area .headerSearchInput {
  border: 1px solid #000;
}

.common-header.darkmode.isFixed .search-content-dongjian .search-area .headerSearchInput input {
  color: #000;
}

.common-header.darkmode.isFixed .search-content-dongjian .search-area .headerSearchInput .cross::after {
  background: #000;
}

.common-header.darkmode.isFixed .search-content-dongjian .search-area .headerSearchInput .cross::before {
  background: #000;
}

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

  .common-header .nav .nav-drop-down-wrap span:after {
    top: -3px;
  }

  .common-header.no-touch .nav .nav-drop-down-wrap:hover span:after {
    top: 1px;
  }
}

@media only screen and (max-width: 1200px) {
  .common-header-content .header-body .nav .nav-drop-down-container .nav-drop-down .header-tab-content {
    width: 77%;
  }

  .common-header-content .header-body .nav .nav-drop-down-container .nav-drop-down .last-box {
    display: none;
  }
}

@media only screen and (max-width: 1190px) {
  .common-header .nav .nav-drop-down-wrap .nav-drop-down-container .nav-drop-down .drop-down-box:first-child {
    margin-left: 10px !important;
  }
}

@media only screen and (max-width: 1135px) {
  .common-header {
    top: 0;
    -webkit-animation: none;
    animation: none;
  }

  .common-header .nav,
  .common-header .login-zone {
    display: none;
  }

  .common-header .common-header-content .header-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }

  .common-header .icon {
    display: inline-block;
    line-height: 4rem;
  }

  .common-header .icon-user {
    display: block;
  }

  .common-header .logo {
    top: 3px;
  }

  .common-header .mobile-login-zone {
    width: 100%;
    max-height: 75vh;
    overflow-y: scroll;
    left: 0;
    background-color: #ffffff;
  }

  .common-header .logo img:first-child {
    display: block !important;
  }

  .common-header .logo img:last-child {
    display: none !important;
  }

  .submenu-container {
    padding: 0 2rem;
  }

  .mobile-nav .dropdown-list {
    max-height: 75vh;
    overflow: auto;
  }

  .mobile-nav .mobile-start-wrapper {
    background: rgba(255, 255, 255, 0.88);
    -webkit-box-shadow: 0px -4px 14px rgba(27, 90, 179, 0.033647), 0px -1px 5px rgba(27, 90, 179, 0.06);
    box-shadow: 0px -4px 14px rgba(27, 90, 179, 0.033647), 0px -1px 5px rgba(27, 90, 179, 0.06);
    -webkit-backdrop-filter: blur(0.3125rem);
    backdrop-filter: blur(0.3125rem);
    border-radius: 0 0 0.75rem 0.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 5.5rem;
    margin-top: 2.5rem;
  }

  .mobile-nav .mobile-start-wrapper span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.625rem 0;
    gap: 0.625rem;
    width: 10rem;
    height: 3rem;
    background: -webkit-linear-gradient(340.77deg, #2d61fc 4.94%, #9362ed 49.73%, #f06195 101.9%, #fca1ad 141.28%);
    background: -o-linear-gradient(340.77deg, #2d61fc 4.94%, #9362ed 49.73%, #f06195 101.9%, #fca1ad 141.28%);
    background: linear-gradient(109.23deg, #2d61fc 4.94%, #9362ed 49.73%, #f06195 101.9%, #fca1ad 141.28%);
    border-radius: 0.375rem;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    color: #fff !important;
    line-height: 1.75rem;
    cursor: pointer;
  }
}

@media only screen and (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;
  }

  .common-header .icon {
    top: 0;
  }

  .common-header .common-header-content {
    height: 3.5rem;
  }

  .common-header .common-header-content .header-body {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .common-header .mobile-nav {
    top: 3.5rem;
  }

  .submenu-container {
    padding: 0 1rem;
  }

  .common-header.expanded .mobile-nav .dropdown-list .dropdown .content .menu.has-subsubmenu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .common-header.expanded .mobile-nav .dropdown-list .dropdown .content .menu.has-subsubmenu .label {
    font-size: .75rem;
  }

  .common-header.expanded .mobile-nav .dropdown-list .dropdown .content .menu.has-subsubmenu .content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .common-header.expanded .mobile-nav .dropdown-list .dropdown .content .menu.has-subsubmenu .content .content-label {
    line-height: 1.5rem;
    font-size: .9375rem;
    gap: 0.25rem;
  }

  .common-header.expanded .mobile-nav .dropdown-list .dropdown.has-submenu.is-active .submenu-container {
    padding: 0 1rem;
    line-height: 1.5rem;
    font-size: 1rem;
  }

  .common-header.expanded .mobile-nav .mobile-start-wrapper {
    height: 5.25rem;
  }

  .common-header.expanded .mobile-nav .mobile-start-wrapper span {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 10.6875rem;
    height: 2.75rem;
  }
}

@media only screen and (max-width: 500px) {
  .common-header .logo {
    top: 1px;
  }

  .common-header .logo img {
    height: 19px;
  }

  .common-header .logo .divide-line {
    margin-left: 14px;
    margin-right: 14px;
    height: 19px;
  }
}

@media only screen and (max-width: 375px) {
  .common-header .mobile-login-zone {
    max-height: 90vh;
  }
}

@charset "UTF-8";

/* Slider */
.slick-loading .slick-list {
  background: #fff url(data:image/gif;base64,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) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url(data:application/vnd.ms-fontobject;base64,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);
  src: url(data:application/vnd.ms-fontobject;base64,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?#iefix) format("embedded-opentype"), url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"), url(data:font/ttf;base64,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) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==#slick) format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

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

.common-starter {
  margin: 0 20px 120px;
}

.common-starter .common-starter-content {
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#80dbff), to(#3d98ff));
  background: -webkit-linear-gradient(left, #80dbff 0%, #3d98ff 100%);
  background: -o-linear-gradient(left, #80dbff 0%, #3d98ff 100%);
  background: linear-gradient(90deg, #80dbff 0%, #3d98ff 100%);
  border-radius: 4px;
  height: 298px;
  max-width: 1160px;
  background: url(../tengxun/starter.8203024e.png) no-repeat;
  background-size: cover;
  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;
}

.common-starter .common-starter-content h4 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: TencentSans;
}

.common-starter .common-starter-content a {
  width: 180px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  color: #3d98ff;
  font-size: 20px;
  font-weight: 600;
  background: #fff;
  text-decoration: none;
  margin-top: 32px;
}

.common-starter .common-starter-content a:hover {
  -webkit-box-shadow: 4px 4px 4px 4px rgba(32, 45, 64, 0.05), 2px 4px 4px 4px rgba(32, 45, 64, 0.05);
  box-shadow: 4px 4px 4px 4px rgba(32, 45, 64, 0.05), 2px 4px 4px 4px rgba(32, 45, 64, 0.05);
}

@media only screen and (max-width: 767px) {
  .common-starter {
    margin: 0;
  }

  .common-starter .common-starter-content {
    background: url(../tengxun/starter-mobile.922329ef.png) no-repeat;
    background-size: cover;
    border-radius: 0;
  }

  .common-starter .common-starter-content h4 {
    font-size: 34px;
    line-height: 40px;
    margin: 0 45px;
  }

  .common-starter .common-starter-content a {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .common-starter .common-starter-content {
    height: 156px;
  }

  .common-starter .common-starter-content h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .common-starter .common-starter-content a {
    margin-top: 16px;
  }
}

@font-face {
  font-family: "TencentSans";
  src: url(../tengxun/TencentSans-W7.3b499f4a.ttf);
}

@-webkit-keyframes process-bar {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes process-bar {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.medium-zoom-overlay {
  z-index: 99999;
}

.medium-zoom-image {
  z-index: 999999;
}

.banner {
  background: url(../tengxun/banner.8d283188.png) no-repeat;
  background-size: 118%;
  background-position: center top;
  padding-top: 1px;
  display: flex;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.banner .banner-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 160px;
}

.banner .banner-logo img {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  margin-right: 12px;
}

.banner .banner-logo h2 {
  color: #202d40;
  font-size: 24px;
  font-family: TencentSans;
  margin-bottom: 3px;
}

.banner .banner-title {
  color: #171d26;
  font-size: 56px;
  margin: 10px 20px 0;
  font-family: TencentSans;
  text-align: center;
}

.banner .banner-intro {
  color: #606c80;
  font-size: 16px;
  margin: 24px 20px 0;
  text-align: center;
}

.banner .banner-btn {
  background: -webkit-linear-gradient(315deg, #26a7ff 0%, #0066ff 40%);
  background: -o-linear-gradient(315deg, #26a7ff 0%, #0066ff 40%);
  background: linear-gradient(-225deg, #26a7ff 0%, #0066ff 40%);
  border-radius: 4px;
  -webkit-box-shadow: 2px 7px 15px 0px rgba(140, 198, 255, 0.59);
  box-shadow: 2px 7px 15px 0px rgba(140, 198, 255, 0.59);
  height: 50px;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 56px 0 80px;
  text-decoration: none;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.banner .banner-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.banner .carousel {
  position: relative;
  margin-bottom: 80px;
  font-size: 0px;
}

.banner .carousel .carousel-inner {
  width: 1160px;
  max-width: 1160px;
  border-radius: 8px;
  border: 1px solid #e6e9ed;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05), 0px 30px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05), 0px 30px 60px 0px rgba(0, 0, 0, 0.05);
  height: 652px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 58px;
}

.banner .carousel .carousel-inner .slick-track {
  display: inline-block;
}

.banner .carousel .carousel-inner .carousel-item {
  display: inline-block;
}

.banner .carousel .carousel-inner img {
  width: 100%;
  display: inline-block;
}

.banner .carousel .carousel-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px auto 0;
}

.banner .carousel .carousel-dots li {
  color: #b6c2cd;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  padding: 0 15px;
}

.banner .carousel .carousel-dots li span {
  cursor: pointer;
}

.banner .carousel .carousel-dots li.slick-active {
  color: #0066ff;
}

.banner .carousel .carousel-dots li:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border-left: 1px solid #b6c2cd;
  border-bottom: 1px solid #b6c2cd;
  -webkit-transform: rotate3d(0, 0, 1, -135deg);
  transform: rotate3d(0, 0, 1, -135deg);
  position: absolute;
  right: 0;
  top: 6px;
}

.banner .carousel .carousel-dots li:last-child:after {
  display: none;
}

.banner .carousel .carousel-dots-spec {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner .carousel .carousel-dots-spec .slick-active .process-bar span {
  display: block;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#0066ff), to(#4ae1f6));
  background: -webkit-linear-gradient(left, #0066ff 0%, #4ae1f6 100%);
  background: -o-linear-gradient(left, #0066ff 0%, #4ae1f6 100%);
  background: linear-gradient(90deg, #0066ff 0%, #4ae1f6 100%);
  -webkit-animation-name: process-bar;
  animation-name: process-bar;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.banner .carousel .carousel-dots-spec .slick-active .first-dot .process-bar span {
  display: none;
}

.banner .carousel .carousel-dots-spec li {
  -ms-flex: 1 1;
  flex: 1 1;
  width: 104px;
}

.banner .carousel .carousel-dots-spec li:nth-child(2) {
  margin: 0 60px;
}

.banner .carousel .carousel-dots-spec .dot-con {
  cursor: pointer;
}

.banner .carousel .carousel-dots-spec .dot-con .process-bar {
  width: 100%;
  height: 2px;
  background-color: #dadfe6;
}

.banner .carousel .carousel-dots-spec .dot-con .dot-inner {
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.banner .carousel .carousel-dots-spec .dot-con .dot-inner .icon {
  width: 40px;
  height: 40px;
  margin-right: 24px;
}

.banner .carousel .carousel-dots-spec .dot-con .dot-inner .txt h4 {
  font-size: 20px;
  font-weight: 600;
  color: #171d26;
  line-height: 28px;
  margin-bottom: 8px;
}

.banner .carousel .carousel-dots-spec .dot-con .dot-inner .txt p {
  color: #606c80;
  font-size: 12px;
  line-height: 21px;
}

.mob-carousel {
  display: none;
}

.product-h2 {
  text-align: center;
  color: #171d26;
  font-size: 48px;
  font-weight: bold;
  font-family: TencentSans;
  margin: 0 20px 60px;
  text-align: center;
}

.product-h2-guide {
  margin-bottom: 50px;
}

.intro {
  height: 400px;
  background: -webkit-linear-gradient(315deg, #80dbff 0%, #0066ff 100%);
  background: -o-linear-gradient(315deg, #80dbff 0%, #0066ff 100%);
  background: linear-gradient(-225deg, #80dbff 0%, #0066ff 100%);
  background: url(../tengxun/intro.f86f88c1.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro .intro-content {
  width: 1160px;
  max-width: 1160px;
  margin: 0 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.intro .intro-content .intro-line {
  display: none;
}

.intro .intro-content .intro-content-item {
  -ms-flex: 1 1;
  flex: 1 1;
  max-width: 280px;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.intro .intro-content .intro-content-item>span:first-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.intro .intro-content .intro-content-item>span:first-child span:first-child {
  font-size: 60px;
  line-height: 80px;
  margin-right: 10px;
  font-weight: bold;
  font-family: TencentSans;
}

.intro .intro-content .intro-content-item>span:last-child {
  font-size: 16px;
  line-height: 28px;
  margin-top: 15px;
}

.intro .intro-content .intro-content-item2 {
  margin: 0 20px;
}

.pro-info {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7fcff));
  background: -webkit-linear-gradient(top, white 0%, #f7fcff 100%);
  background: -o-linear-gradient(top, white 0%, #f7fcff 100%);
  background: linear-gradient(180deg, white 0%, #f7fcff 100%);
}

.pro-info .info-content {
  margin: 0 auto;
  width: 1161px;
  max-width: 1161px;
}

.pro-info .info-content .info-content-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.pro-info .info-content .info-content-main .info-content-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 387px;
  max-width: 387px;
  height: 286px;
  padding: 32px 43px;
}

.pro-info .info-content .info-content-main .info-content-item span:first-child {
  width: 72px;
  height: 72px;
  display: block;
}

.pro-info .info-content .info-content-main .info-content-item span:nth-child(2) {
  font-size: 20px;
  font-weight: 600;
  color: #202d40;
  margin: 32px 0 12px;
}

.pro-info .info-content .info-content-main .info-content-item span:last-child {
  color: #606c80;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
}

.import-github {
  margin: 100px auto 0;
}

.import-github .import-title {
  font-size: 48px;
  text-align: center;
  max-width: 816px;
  min-width: 265px;
  margin: auto;
  font-family: TencentSans;
}

.import-github .import-btn {
  background: transparent;
  height: 0px;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 30px auto 60px;
  text-decoration: none;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.import-github .import-desc-container {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1160px;
}

.import-github .import-desc-container .import-github-img {
  width: 739px;
  height: 486px;
  margin-right: 95px;
}

.import-github .import-desc-container .desc-panel .desc-item {
  margin: 30px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.import-github .import-desc-container .desc-panel .desc-item .import-github-icon {
  width: 8px;
  height: 8px;
  margin: 10px 18px 0 0;
}

.import-github .import-desc-container .desc-panel .desc-item .desc-item-content .import-desc {
  color: #202d40;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.import-github .import-desc-container .desc-panel .desc-item .desc-item-content .import-sub-desc {
  color: #606c80;
  line-height: 22px;
  max-width: 300px;
}

.import-github .import-footer-desc {
  color: #8592a6;
  font-size: 12px;
  text-align: center;
}

.guide {
  padding: 120px 0 54px;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7fcff));
  background: -webkit-linear-gradient(top, white 0%, #f7fcff 100%);
  background: -o-linear-gradient(top, white 0%, #f7fcff 100%);
  background: linear-gradient(180deg, white 0%, #f7fcff 100%);
}

.guide .guide-content {
  margin: 0 auto;
  width: 1160px;
  position: relative;
}

.guide .guide-content .guide-content-bg {
  position: absolute;
  right: -125px;
  top: 60px;
  width: 250px;
  height: 250px;
}

.guide .guide-content .guide-content-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.guide .guide-content .guide-content-main .guide-content-item {
  border-radius: 4px;
  border: 1px solid #e6e9ed;
  -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.05), 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.05), 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  height: 245px;
  width: 356px;
  background: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 46px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.guide .guide-content .guide-content-main .guide-content-item:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.guide .guide-content .guide-content-main .guide-content-item>div:first-child {
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 9% 9% 7%;
}

.guide .guide-content .guide-content-main .guide-content-item>div:first-child h4 {
  font-size: 20px;
  color: #202d40;
  line-height: 28px;
  margin-bottom: 8px;
}

.guide .guide-content .guide-content-main .guide-content-item>div:first-child span {
  color: #606c80;
  font-size: 14px;
  line-height: 24px;
}

.guide .guide-content .guide-content-main .guide-content-item>div:last-child {
  min-height: 52px;
  border-top: 1px solid #e6e9ed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 9%;
}

.guide .guide-content .guide-content-main .guide-content-item>div:last-child a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 5px 0;
  text-decoration: none;
}

.guide .guide-content .guide-content-main .guide-content-item>div:last-child a span {
  color: #0060ff;
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
  line-height: 16px;
  margin-top: 1px;
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.guide .guide-content .guide-content-main .guide-content-item>div:last-child a:hover img {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+5paH5qGjIGljb248L3RpdGxlPgogICAgPGcgaWQ9IuWtkOS6p+WTgeivpuaDhemhtSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IuWtkOS6p+WTgS0tLVNsaWNlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA3Mi4wMDAwMDAsIC0yNDM4LjAwMDAwMCkiIGZpbGw9IiMzMzg1ZmYiPgogICAgICAgICAgICA8ZyBpZD0i5paH5qGjLWljb24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwNzIuMDAwMDAwLCAyNDM4LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTE0LDAgQzE1LjEwNDU2OTUsLTIuMDI5MDYxMjVlLTE2IDE2LDAuODk1NDMwNSAxNiwyIEwxNiwxNCBDMTYsMTUuMTA0NTY5NSAxNS4xMDQ1Njk1LDE2IDE0LDE2IEwyLDE2IEMwLjg5NTQzMDUsMTYgMS4zNTI3MDc1ZS0xNiwxNS4xMDQ1Njk1IDAsMTQgTDAsMiBDLTEuMzUyNzA3NWUtMTYsMC44OTU0MzA1IDAuODk1NDMwNSwyLjAyOTA2MTI1ZS0xNiAyLDAgTDE0LDAgWiBNMTQsMiBMMiwyIEwyLDE0IEwxNCwxNCBMMTQsMiBaIiBpZD0i5ZCI5bm25b2i54q2Ij48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNi44OCwxMS41IEw2Ljg4LDkuNCBMOC4wNSw5LjQgQzkuNjIsOS40IDEwLjg4LDguNTYgMTAuODgsNi45NCBMMTAuODgsNi45MiBDMTAuODgsNS40OSA5Ljg3LDQuNSA4LjIsNC41IEw1LjM0LDQuNSBMNS4zNCwxMS41IEw2Ljg4LDExLjUgWiBNOC4xLDguMDMgTDYuODgsOC4wMyBMNi44OCw1Ljg5IEw4LjA3LDUuODkgQzguODQsNS44OSA5LjMyLDYuMjYgOS4zMiw2Ljk1IEw5LjMyLDYuOTcgQzkuMzIsNy41NyA4Ljg3LDguMDMgOC4xLDguMDMgWiIgaWQ9IlAiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}

.guide .guide-content .guide-content-main .guide-content-item>div:last-child a:hover span {
  color: #3385ff;
}

.guide .guide-content .guide-content-main .guide-content-item-none {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0;
}

@media only screen and (max-width: 1200px) {
  .banner .carousel .carousel-inner {
    width: 960px;
    height: auto;
  }

  .banner .carousel .carousel-inner img {
    width: 100%;
    display: inline-block;
  }

  .banner .carousel .carousel-dots li {
    font-size: 20px;
  }

  .banner .carousel .carousel-dots li:after {
    width: 10px;
    height: 10px;
    top: 10px;
  }

  .banner .carousel .carousel-dots-spec {
    width: 960px;
  }

  .pro-info .info-content {
    width: auto;
  }

  .guide {
    max-width: none;
    padding: 40px 0 60px;
  }

  .guide .guide-content {
    width: 1100px;
  }

  .import-github .import-desc-container {
    width: 900px;
  }

  .import-github .import-desc-container .import-github-img {
    margin-right: 30px;
    width: 600px;
    height: 100%;
  }
}

@media only screen and (max-width: 1130px) {
  .guide .guide-content {
    width: 1000px;
  }

  .guide .guide-content .guide-content-main {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media only screen and (max-width: 1100px) {
  .banner .carousel .carousel-inner {
    width: 960px;
    height: auto;
  }

  .banner .carousel .carousel-inner img {
    width: 100%;
    display: inline-block;
  }

  .banner .carousel .carousel-dots li {
    font-size: 20px;
  }

  .banner .carousel .carousel-dots li:after {
    width: 10px;
    height: 10px;
    top: 10px;
  }

  .banner .carousel .carousel-dots-spec {
    width: 960px;
  }
}

@media only screen and (max-width: 1000px) {
  .banner .carousel .carousel-inner {
    width: 800px;
  }

  .banner .carousel .carousel-dots-spec {
    width: 800px;
  }

  .guide .guide-content {
    width: 800px;
  }

  .import-github {
    margin: 40px auto 0;
  }

  .import-github .import-title {
    padding: 0 55px;
    font-size: 34px;
  }

  .import-github .import-btn {
    margin: 30px auto 40px;
    height: 0px;
    width: 120px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
  }

  .import-github .import-desc-container {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .import-github .import-desc-container .import-github-img {
    margin: auto;
    padding: 0 10px;
    width: 100%;
  }

  .import-github .import-desc-container .desc-panel {
    margin: 10px auto 0;
    padding-left: 38px;
  }

  .import-github .import-desc-container .desc-panel .desc-item {
    margin: 0 auto 26px;
  }
}

@media only screen and (max-width: 830px) {
  .banner .carousel .carousel-inner {
    width: 700px;
  }

  .banner .carousel .carousel-dots-spec {
    width: 700px;
  }

  .guide .guide-content {
    width: 750px;
  }

  .guide .guide-content .guide-content-main {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 780px) {
  .pro-info .info-content .info-content-main .info-content-item {
    width: 100%;
    height: auto;
    max-width: none;
    padding: 0 43px;
    margin-top: 64px;
  }

  .pro-info .info-content .info-content-main .info-content-item span:last-child {
    text-align: center;
  }

  .product-h2 {
    margin: 0 55px;
    font-size: 34px;
  }

  .guide .guide-content {
    width: auto;
  }

  .guide .guide-content .guide-content-main {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }

  .guide .guide-content .guide-content-main .guide-content-item {
    margin-top: 32px;
    margin-bottom: 0;
  }

  .guide .guide-content .guide-content-main .guide-content-item:first-child {
    margin-top: 40px;
  }

  .guide .guide-content .guide-content-main .guide-content-item-none {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .banner {
    background: url(../tengxun/banner.8d283188.png) no-repeat;
    background-size: 100%;
    background-position: center 60px;
  }

  .banner .banner-logo {
    /* margin-top: 340px; */
  }

  .banner .banner-logo img {
    width: 21px;
    height: 21px;
    border-radius: 2px;
  }

  .banner .banner-logo h2 {
    font-size: 16px;
  }

  .banner .banner-title {
    margin-left: 55px;
    margin-right: 55px;
    line-height: 60px;
    font-size: 40px;
  }

  .banner .banner-btn {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }

  .banner .banner-intro {
    margin-left: 30px;
    margin-right: 30px;
  }

  .banner .carousel {
    display: none;
  }

  .mob-carousel {
    display: block;
    margin: 0 20px;
  }

  .mob-carousel .mob-carousel-img {
    width: 100%;
    background: white;
    border-radius: 4px;
    border: 0.5px solid #e6e9ed;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05), 0px 4px 9px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05), 0px 4px 9px 0px rgba(0, 0, 0, 0.05);
  }

  .mob-carousel .mob-carousel-con {
    display: -ms-flexbox;
    display: flex;
    margin: 17px 0 63px;
  }

  .mob-carousel .mob-carousel-con img {
    width: 40px;
    height: 40px;
    margin-right: 18px;
  }

  .mob-carousel .mob-carousel-con div h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #171d26;
    margin-bottom: 10px;
  }

  .mob-carousel .mob-carousel-con div span {
    color: #606c80;
    font-size: 14px;
    line-height: 21px;
  }

  .intro {
    background: url(../tengxun/intro-mobile.70277fc5.png) no-repeat;
    background-size: cover;
    height: auto;
  }

  .intro .intro-content {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
    padding-top: 20px;
  }

  .intro .intro-content .intro-content-item {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .intro .intro-content .intro-content-item2 {
    margin: 0;
  }

  .intro .intro-content .intro-line {
    display: block;
    width: 280px;
  }

  .intro .intro-content .intro-line div {
    width: 60px;
    height: 4px;
    background: #fff;
  }

  .guide .guide-content .guide-content-bg {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .banner .carousel {
    margin-top: 20px;
  }

  .banner .carousel .carousel-inner {
    width: 100%;
    height: auto;
    padding: 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
  }

  .banner .carousel .carousel-dots li {
    font-size: 12px;
  }

  .banner .carousel .carousel-dots li:after {
    width: 6px;
    height: 6px;
    top: 6px;
  }
}

@media only screen and (max-width: 375px) {
  .banner .banner-title {
    font-size: 30px;
    line-height: 40px;
  }

  .banner .banner-intro {
    font-size: 12px;
    line-height: 20px;
  }

  .pro-info {
    padding: 40px 0;
  }

  .pro-info .info-content .info-content-main .info-content-item {
    padding: 0 20px;
  }

  .product-h2 {
    font-size: 24px;
  }

  .guide .guide-content .guide-content-main .guide-content-item {
    width: auto;
    height: 245px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .import-github .import-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 350px) {
  .guide .guide-content .guide-content-main .guide-content-item div:first-child {
    padding: 20px;
  }
}

@media only screen and (max-width: 320px) {
  .guide .guide-content .guide-content-main .guide-content-item div:first-child {
    padding: 16px;
  }
}

.common-starter {
  margin: 100px 20px 120px;
}

.common-starter .common-starter-content {
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#80dbff), to(#3d98ff));
  background: -webkit-linear-gradient(left, #80dbff 0%, #3d98ff 100%);
  background: -o-linear-gradient(left, #80dbff 0%, #3d98ff 100%);
  background: linear-gradient(90deg, #80dbff 0%, #3d98ff 100%);
  border-radius: 4px;
  height: 298px;
  max-width: 1160px;
  background: url(../tengxun/footer-bg.13594298.png) no-repeat;
  background-size: cover;
  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;
}

.common-starter .common-starter-content h4 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: TencentSans;
}

.common-starter .common-starter-content a {
  width: 180px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  color: #3d98ff;
  font-size: 20px;
  font-weight: 600;
  background: #fff;
  text-decoration: none;
  margin-top: 32px;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.common-starter .common-starter-content a:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .common-starter {
    margin: 0;
  }

  .common-starter .common-starter-content {
    background: url(../tengxun/starter-mobile.922329ef.png) no-repeat;
    background-size: cover;
    border-radius: 0;
  }

  .common-starter .common-starter-content h4 {
    font-size: 34px;
    line-height: 40px;
    margin: 0 20px;
  }

  .common-starter .common-starter-content a {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .common-starter .common-starter-content {
    height: 156px;
  }

  .common-starter .common-starter-content h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .common-starter .common-starter-content a {
    margin-top: 16px;
  }
}

.cancel-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  padding: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDY0ICg5MzUzNykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+Y29tbW9uLWljb25zL2NhbmNlbDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSLku7fmoLwiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9IjAuNSI+CiAgICAgICAgPGcgaWQ9IjAx5oql5Lu3LeabtOaWsDIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNDE0LjAwMDAwMCwgLTcwLjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8ZyBpZD0i57yW57uELTMyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTYwLjAwMDAwMCwgNjAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iQ29tbW9uLUljb25zL2NhbmNlbC1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOTc0LjAwMDAwMCwgMTAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTEyLjcwNzU2NzQsMy4yOTI0MzI2MyBDMTIuMzE3NTM5NCwyLjkwMjUyMjQ2IDExLjY4NTMwNDEsMi45MDI1MjI0NiAxMS4yOTUyNzYyLDMuMjkyNDMyNjMgTDguMDA2MjU1Nyw2LjU4MTQ1MzA5IEw0LjcxNzIzNTIzLDMuMjkyNDMyNjMgQzQuMzI1MzMwNTMsMi45MTM5MTg0IDMuNzAyMzc4MzgsMi45MTkzMzE2OCAzLjMxNzExMDczLDMuMzA0NTk5MzMgQzIuOTMxODQzMDksMy42ODk4NjY5OCAyLjkyNjQyOTgsNC4zMTI4MTkxMyAzLjMwNDk0NDAzLDQuNzA0NzIzODMgTDYuNTkzOTY0NSw3Ljk5Mzc0NDMgTDMuMzA0OTQ0MDMsMTEuMjgyNzY0OCBDMy4wNDUzMDE2LDExLjUzMzUzNTggMi45NDExNzE1OCwxMS45MDQ4ODk5IDMuMDMyNTc2NDIsMTIuMjU0MDk2OCBDMy4xMjM5ODEyNywxMi42MDMzMDM3IDMuMzk2Njk2MjYsMTIuODc2MDE4NyAzLjc0NTkwMzE3LDEyLjk2NzQyMzYgQzQuMDk1MTEwMDgsMTMuMDU4ODI4NCA0LjQ2NjQ2NDE4LDEyLjk1NDY5ODQgNC43MTcyMzUyMywxMi42OTUwNTYgTDguMDA2MjU1Nyw5LjQwNjAzNTUgTDExLjI5NTI3NjIsMTIuNjk1MDU2IEMxMS42ODcxODA5LDEzLjA3MzU3MDIgMTIuMzEwMTMzLDEzLjA2ODE1NjkgMTIuNjk1NDAwNywxMi42ODI4ODkzIEMxMy4wODA2NjgzLDEyLjI5NzYyMTYgMTMuMDg2MDgxNiwxMS42NzQ2Njk1IDEyLjcwNzU2NzQsMTEuMjgyNzY0OCBMOS40MTg1NDY5MSw3Ljk5Mzc0NDMgTDEyLjcwNzU2NzQsNC43MDQ3MjM4MyBDMTMuMDk3NDc3NSw0LjMxNDY5NTg5IDEzLjA5NzQ3NzUsMy42ODI0NjA1NyAxMi43MDc1Njc0LDMuMjkyNDMyNjMgWiIgaWQ9IlBhdGgiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat;
  background-size: 16px 16px;
  background-position: center;
}

.no-banner {
  display: none;
}