/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-message {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  top: 8px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}
.ant-message-notice {
  padding: 8px;
  text-align: center;
}
.ant-message-notice-content {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: all;
}
.ant-message-success .anticon {
  color: #52c41a;
}
.ant-message-error .anticon {
  color: #ff4d4f;
}
.ant-message-warning .anticon {
  color: #faad14;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #1890ff;
}
.ant-message .anticon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 16px;
}
.ant-message-notice.move-up-leave.move-up-leave-active {
  animation-name: MessageMoveOut;
  animation-duration: 0.3s;
}
@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
.ant-message-rtl {
  direction: rtl;
}
.ant-message-rtl span {
  direction: rtl;
}
.ant-message-rtl .anticon {
  margin-right: 0;
  margin-left: 8px;
}

.cas-login.redirect-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@keyframes loading-rotate {
  100% {
    transform: rotate(1turn);
  }
}
.cas-login.redirect-container .redirect-info {
  display: flex;
}
.cas-login.redirect-container .redirect-info .info-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.cas-login.redirect-container .info-icon svg {
  animation: loading-rotate 1.5s ease infinite;
}
.cas-login.redirect-container .redirect-info,
.cas-login.redirect-container .redirect-error {
  font-size: 32px;
  font-weight: 400;
}
.cas-login.redirect-container .redirect-error {
  color: red;
  display: none;
  padding: 0px 30px;
}
.cas-login.redirect-container .info-action {
  font-size: 14px;
  padding-top: 20px;
  padding-left: 10px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-popover {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  cursor: auto;
  user-select: text;
}
.ant-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}
.ant-popover-hidden {
  display: none;
}
.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 10px;
}
.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 10px;
}
.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 10px;
}
.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 10px;
}
.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-popover {
    /* IE10+ */
  }
  .ant-popover-inner {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  }
}
.ant-popover-title {
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
}
.ant-popover-inner-content {
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.85);
}
.ant-popover-message {
  position: relative;
  padding: 4px 0 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.ant-popover-message > .anticon {
  position: absolute;
  top: 8.0005px;
  color: #faad14;
  font-size: 14px;
}
.ant-popover-message-title {
  padding-left: 22px;
}
.ant-popover-buttons {
  margin-bottom: 4px;
  text-align: right;
}
.ant-popover-buttons button {
  margin-left: 8px;
}
.ant-popover-arrow {
  position: absolute;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  transform: rotate(45deg);
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  bottom: 6.2px;
  border-top-color: transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-left-color: transparent;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  left: 6px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  top: 6px;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  right: 6px;
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-rtl {
  direction: rtl;
  text-align: right;
}
.ant-popover-rtl .ant-popover-message-title {
  padding-right: 22px;
  padding-left: 16px;
}
.ant-popover-rtl .ant-popover-buttons {
  text-align: left;
}
.ant-popover-rtl .ant-popover-buttons button {
  margin-right: 8px;
  margin-left: 0;
}

.web-puzzle-verify {
  padding: 10px;
  box-shadow: 0 0 2px 2px #eee;
  border: 1px solid #eee;
}
.web-puzzle-verify .header-container {
  margin-right: 15px;
  height: 25px;
}
.web-puzzle-verify .header-container .message {
  white-space: nowrap;
  overflow: hidden;
  width: 59%;
  float: left;
}
.web-puzzle-verify .header-container .refresh {
  position: relative;
  float: right;
  padding-right: 0;
  height: 20px;
  cursor: pointer;
  color: #06c;
}
.web-puzzle-verify .image-container {
  position: relative;
}
.web-puzzle-verify .image-container .cut-image {
  position: absolute;
}
.web-puzzle-verify .slide-container {
  position: relative;
  margin: 5px 0;
}
.web-puzzle-verify .slide-container .slide-inner {
  color: #10b2fa;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  background: #f5faff;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  margin: 0 5px;
}
.web-puzzle-verify .slide-container .slide-inner.success {
  background-color: #44c5fc;
  color: #FFF;
}
.web-puzzle-verify .slide-container .slide-cover {
  top: 0px;
  left: 0px;
  position: absolute;
  border-radius: 20px 0 0 20px;
  margin: 0 5px;
  background-color: #44c5fc;
  height: 100%;
}
.web-puzzle-verify .slide-container .slide-button {
  top: -3px;
  left: 0px;
  position: absolute;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.web-puzzle-verify .slide-container .slide-button img {
  width: 100%;
}

.login-page .login-form {
  background: #fff;
}
.login-page .login-form .form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-page .login-form .form-header .login-title {
  font-weight: 700;
  font-size: 1.5rem;
}
.login-page .login-form .form-header .login-text {
  font-family: "AlibabaPuHuiTiM";
  font-size: 14px;
  color: #333;
  letter-spacing: 0.35px;
}
.login-page .login-form .ant-form .submit-button {
  width: 100%;
}
.login-page .login-form .ant-form .forget-password {
  padding: 4px 8px 0px;
}
.login-page .login-form .ant-form .other-login {
  width: 100px;
  height: 25px;
  line-height: 25px;
  margin: 2px auto 0 auto;
  color: #bcbcbc;
  font-size: 13px;
  text-align: center;
}
.login-page .login-form .ant-form .third-part-icons {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.login-page .login-form .ant-form .third-part-icons img {
  width: 40px;
  height: 40px;
  margin: 0px 10px;
  cursor: pointer;
}
.login-page.web .logo {
  position: fixed;
  left: 100px;
  top: 100px;
  z-index: -1;
}
.login-page.web .bottom-img {
  position: fixed;
  left: 10vw;
  bottom: 30px;
  z-index: -1;
}
.login-page.web .bottom-img img {
  width: 80vw;
}
.login-page.web .copyright {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: AlibabaPuHuiTiR;
  font-size: 8px;
  letter-spacing: 1.2px;
  color: #a7a4a4;
  z-index: -99;
}
.login-page.web .login-form {
  position: fixed;
  top: 14vh;
  right: 48px;
  width: 56vw;
  max-width: 600px;
  box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.3);
  padding: 64px 75px 48px;
}
.login-page.mobile .login-form {
  padding: 10px 20px 0;
}
.login-page.mobile .login-form .form-header {
  margin-bottom: 12px;
}
.login-page.mobile .login-form .form-header .login-title {
  display: flex;
}
.login-page.mobile .login-form .form-header .login-title img {
  max-width: 120px;
}
.login-page.mobile .login-form .form-header .login-title span {
  font-size: 1.2rem;
}
.login-page.mobile .login-form .form-header .login-text {
  max-width: 80px;
}
.popover-puzzle-verify .ant-popover-content {
  box-shadow: 0 0 2px 2px #eee;
}
.popover-puzzle-verify .ant-popover-content .ant-popover-inner-content {
  padding: 0;
}
.popover-puzzle-verify .ant-popover-content .ant-popover-inner-content .anticon-close {
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
  font-size: 14px;
}
@media (max-width: 767px) {
  #__next .login-page {
    min-width: 375px;
  }
}

.reset-password-page .reset-password-form {
  background: #fff;
}
.reset-password-page .reset-password-form .form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reset-password-page .reset-password-form .form-header .reset-password-title {
  font-weight: 700;
  font-size: 1.5rem;
}
.reset-password-page .reset-password-form .form-header .login-text {
  font-family: "AlibabaPuHuiTiM";
  font-size: 14px;
  color: #333;
  letter-spacing: 0.35px;
}
.reset-password-page .reset-password-form .ant-form .captcha-container .ant-form-item {
  flex-grow: 1;
}
.reset-password-page .reset-password-form .ant-form .captcha-container .ant-btn {
  margin-left: 10px;
}
.reset-password-page .reset-password-form .ant-form .clause-container {
  margin-bottom: 5px;
}
.reset-password-page .reset-password-form .ant-form .submit-button {
  width: 100%;
}
.reset-password-page.web .logo {
  position: fixed;
  left: 100px;
  top: 100px;
  z-index: -1;
}
.reset-password-page.web .bottom-img {
  position: fixed;
  left: 10vw;
  bottom: 30px;
  z-index: -1;
}
.reset-password-page.web .bottom-img img {
  width: 80vw;
}
.reset-password-page.web .copyright {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: AlibabaPuHuiTiR;
  font-size: 8px;
  letter-spacing: 1.2px;
  color: #a7a4a4;
  z-index: -99;
}
.reset-password-page.web .reset-password-form {
  position: fixed;
  top: 14vh;
  right: 48px;
  width: 56vw;
  max-width: 600px;
  box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.3);
  padding: 64px 75px 48px;
}
.reset-password-page.mobile .reset-password-form {
  padding: 10px 20px 0;
}
.reset-password-page.mobile .reset-password-form .form-header {
  margin-bottom: 12px;
}
.reset-password-page.mobile .reset-password-form .form-header .reset-password-title {
  display: flex;
}
.reset-password-page.mobile .reset-password-form .form-header .reset-password-title img {
  max-width: 120px;
}
.reset-password-page.mobile .reset-password-form .form-header .reset-password-title span {
  font-size: 1.2rem;
}
.reset-password-page.mobile .reset-password-form .form-header .login-text {
  max-width: 80px;
}
.popover-puzzle-verify .ant-popover-content {
  box-shadow: 0 0 2px 2px #eee;
}
.popover-puzzle-verify .ant-popover-content .ant-popover-inner-content {
  padding: 0;
}
.popover-puzzle-verify .ant-popover-content .ant-popover-inner-content .anticon-close {
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
  font-size: 14px;
}
@media (max-width: 767px) {
  #__next .reset-password-page {
    min-width: 375px;
  }
}

.ibiz-view .ibiz-view-header {
  font-size: 24px;
}

.web-article {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.web-article .default-container {
  max-width: 1235px;
  margin: auto;
  height: auto;
  padding: 50px 15px 100px;
}
.web-article .default-container .header-banner {
  text-align: left;
  border-bottom: solid 2px #036cc3;
  margin-bottom: 15px;
}
.web-article .default-container .header-banner .title-container {
  display: flex;
  justify-content: space-between;
}
.web-article .default-container .header-banner .title-container .left-title {
  height: 35px;
  line-height: 35px;
  font-size: 25px;
  color: #323a45;
  letter-spacing: 1px;
}
.web-article .default-container .header-banner .title-container .right-title {
  width: 125px;
  text-align: center;
  font-size: 15px;
  color: #84878c;
}
.web-article .default-container .header-banner .subtitle-container {
  height: 35px;
  line-height: 35px;
  margin-top: 15px;
  display: flex;
}
.web-article .default-container .header-banner .subtitle-container .subtitle {
  font-size: 14px;
  color: #767374;
  float: left;
  white-space: break-spaces;
}
.web-article .default-container .header-banner .subtitle-container .share-icon {
  float: left;
  margin-left: 10px;
}
.web-article .default-container .iframe {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.web-article .default-container .iframe iframe {
  width: 100%;
  border: 0px;
}
.layout-mobile .web-article-mob .default-container .title-container {
  margin: 5.3333vw 4vw 0;
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 4.6667vw;
}
.layout-mobile .web-article-mob .default-container .title-container .top-title {
  font-size: 4.2667vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 7.2vw;
}
.layout-mobile .web-article-mob .default-container .title-container .bottom-title {
  font-size: 2.6667vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 4.2667vw;
  margin-top: 0.6667vw;
}
.layout-mobile .web-article-mob .default-container .iframe {
  width: 100vw;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.layout-mobile .web-article-mob .default-container .iframe iframe {
  width: 100%;
}


.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}


.login-page .login-form {
  background: #fff;
}
.login-page .login-form .form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-page .login-form .form-header .login-title {
  font-weight: 700;
  font-size: 1.5rem;
}
.login-page .login-form .form-header .login-text {
  font-family: "AlibabaPuHuiTiM";
  font-size: 14px;
  color: #333;
  letter-spacing: 0.35px;
}
.login-page .login-form .ant-form .submit-button {
  width: 100%;
}
.login-page .login-form .ant-form .forget-password {
  padding: 4px 8px 0px;
}
.login-page .login-form .ant-form .other-login {
  width: 100px;
  height: 25px;
  line-height: 25px;
  margin: 2px auto 0 auto;
  color: #bcbcbc;
  font-size: 13px;
  text-align: center;
}
.login-page .login-form .ant-form .third-part-icons {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.login-page .login-form .ant-form .third-part-icons img {
  width: 40px;
  height: 40px;
  margin: 0px 10px;
  cursor: pointer;
}
.login-page.web .logo {
  position: fixed;
  left: 100px;
  top: 100px;
  z-index: -1;
}
.login-page.web .bottom-img {
  position: fixed;
  left: 10vw;
  bottom: 30px;
  z-index: -1;
}
.login-page.web .bottom-img img {
  width: 80vw;
}
.login-page.web .copyright {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: AlibabaPuHuiTiR;
  font-size: 8px;
  letter-spacing: 1.2px;
  color: #a7a4a4;
  z-index: -99;
}
.login-page.web .login-form {
  position: fixed;
  top: 14vh;
  right: 48px;
  width: 56vw;
  max-width: 600px;
  box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.3);
  padding: 64px 75px 48px;
}
.login-page.mobile .login-form {
  padding: 10px 20px 0;
}
.login-page.mobile .login-form .form-header {
  margin-bottom: 12px;
}
.login-page.mobile .login-form .form-header .login-title {
  display: flex;
}
.login-page.mobile .login-form .form-header .login-title img {
  max-width: 120px;
}
.login-page.mobile .login-form .form-header .login-title span {
  font-size: 1.2rem;
}
.login-page.mobile .login-form .form-header .login-text {
  max-width: 80px;
}
.popover-puzzle-verify .ant-popover-content {
  box-shadow: 0 0 2px 2px #eee;
}
.popover-puzzle-verify .ant-popover-content .ant-popover-inner-content {
  padding: 0;
}
.popover-puzzle-verify .ant-popover-content .ant-popover-inner-content .anticon-close {
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
  font-size: 14px;
}
@media (max-width: 767px) {
  #__next .login-page {
    min-width: 375px;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ibiz-view.appointment-demonstration.web {
  font-family: PingFangSC-Regular, PingFang SC;
  background: #f0f2f5;
}
.ibiz-view.appointment-demonstration.web .top-container {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/imgs/banner.png);
  position: relative;
  height: 300px;
  padding-top: 73px;
  padding-bottom: 67px;
}
.ibiz-view.appointment-demonstration.web .top-container .text-container {
  width: 800px;
  margin: auto;
}
.ibiz-view.appointment-demonstration.web .top-container .text-container .text,
.ibiz-view.appointment-demonstration.web .top-container .text-container .text2 {
  font-size: 20px;
  line-height: 36px;
  color: #ffffff;
}
.ibiz-view.appointment-demonstration.web .top-container .text-container .text2 {
  margin-top: 12px;
}
.ibiz-view.appointment-demonstration.web .top-container .text-container .text2 a {
  color: #ffffff;
  text-decoration: underline;
}
.ibiz-view.appointment-demonstration.web .bottom-container {
  width: 800px;
  margin: auto;
}
.ibiz-view.appointment-demonstration.web .bottom-container .title {
  text-align: center;
  font-weight: 500;
  color: #4E4E4E;
  font-size: 36px;
  line-height: 50px;
  margin-top: 60px;
  margin-bottom: 42px;
}
.ibiz-view.appointment-demonstration.web .bottom-container .ant-form {
  text-align: center;
}
.ibiz-view.appointment-demonstration.web .bottom-container .ant-form .ant-form-item-label {
  padding-bottom: 12px;
}
.ibiz-view.appointment-demonstration.web .bottom-container .ant-form .ant-form-item-label label {
  font-size: 16px;
  color: #000000;
  line-height: 22px;
}
.ibiz-view.appointment-demonstration.web .bottom-container .ant-form .row-item {
  display: flex;
  justify-content: space-between;
}
.ibiz-view.appointment-demonstration.web .bottom-container .ant-form .row-item > .ant-row.ant-form-item {
  max-width: 276px;
}
.ibiz-view.appointment-demonstration.web .bottom-container .ant-form .ant-form-item {
  margin-bottom: 26px;
}
.ibiz-view.appointment-demonstration.web .bottom-container .ant-form button {
  margin-top: 38px;
  margin-bottom: 140px;
  border-radius: 2px;
  padding: 4px 114px;
  background: #3AB1FF;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 33px;
  height: auto;
}
.ibiz-view.appointment-demonstration.web .bottom-container .ant-form input,
.ibiz-view.appointment-demonstration.web .bottom-container .ant-form textarea {
  color: #333333;
  border: 1px solid #999999;
  padding: 9px 26px;
  font-size: 16px;
  line-height: 22px;
  background: transparent;
}
.ibiz-view.appointment-demonstration.web .bottom-container .ant-form textarea {
  border-radius: 2px;
}
.ibiz-view.appointment-demonstration.web .bottom-container .ant-form input {
  border-radius: 2px;
}
.ibiz-view.appointment-demonstration.web .bottom-container .ant-form .ant-form-item-control-input-content {
  padding-right: 24px;
}
.ibiz-view.appointment-demonstration.web .bottom-container .ant-form input::placeholder,
.ibiz-view.appointment-demonstration.web .bottom-container .ant-form textarea::placeholder {
  color: #999999;
}
.ibiz-view.appointment-demonstration.mobile {
  background-image: url("/imgs/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 12.8vw;
  padding-bottom: 13.4667vw;
}
.ibiz-view.appointment-demonstration.mobile .title {
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  font-size: 6.4vw;
  line-height: 8.9333vw;
  margin-bottom: 2.1333vw;
}
.ibiz-view.appointment-demonstration.mobile .subtitle,
.ibiz-view.appointment-demonstration.mobile .subtitle2 {
  color: #ffffff;
  font-size: 3.2vw;
  line-height: 5.3333vw;
  padding: 0 4vw;
}
.ibiz-view.appointment-demonstration.mobile .subtitle2 {
  padding-top: 2.1333vw;
}
.ibiz-view.appointment-demonstration.mobile .subtitle2 a {
  color: #ffffff;
  text-decoration: underline;
}
.ibiz-view.appointment-demonstration.mobile .default-container {
  background: #FFFFFF;
  padding: 6.6667vw 6.6667vw 12vw;
  margin: 8.6667vw 6.6667vw 0;
}
.ibiz-view.appointment-demonstration.mobile .default-container .ant-form {
  text-align: center;
}
.ibiz-view.appointment-demonstration.mobile .default-container .ant-form .ant-form-item-label {
  padding-bottom: 1.6vw;
}
.ibiz-view.appointment-demonstration.mobile .default-container .ant-form .ant-form-item-label label {
  color: #4E4E4E;
  font-size: 4.8vw;
  height: 6.6667vw;
  line-height: 6.6667vw;
}
.ibiz-view.appointment-demonstration.mobile .default-container .ant-form .ant-form-item {
  margin-bottom: 7.2vw;
}
.ibiz-view.appointment-demonstration.mobile .default-container .ant-form button {
  border-radius: 5.3333vw;
  padding: 2.6667vw 12.5333vw;
  height: auto;
  background: #3AB1FF;
  color: #FFF;
  font-size: 3.7333vw;
}
.ibiz-view.appointment-demonstration.mobile .default-container .ant-form input,
.ibiz-view.appointment-demonstration.mobile .default-container .ant-form textarea {
  color: #333333;
  border-radius: 10px;
  border: 1px solid #999999;
  padding: 2.6667vw 4.8vw;
  font-size: 3.7333vw;
  line-height: 5.3333vw;
}
.layout-web .ibiz-view.appointment-demonstration.is-send {
  display: block;
  text-align: center;
  padding: 36px 15px 97px;
}
.layout-web .ibiz-view.appointment-demonstration.is-send .success {
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout-web .ibiz-view.appointment-demonstration.is-send .success .icon-tick {
  width: 40px;
  height: 40px;
}
.layout-web .ibiz-view.appointment-demonstration.is-send .success .title {
  font-size: 36px;
  font-weight: 400;
  color: #333333;
  line-height: 50px;
  margin-top: 22px;
  margin-bottom: 20px;
  margin-left: 35px;
}
.layout-web .ibiz-view.appointment-demonstration.is-send .content {
  width: 580px;
  font-size: 18px;
  line-height: 24px;
  color: #929596;
  margin: 0 auto 55px;
}
.layout-web .ibiz-view.appointment-demonstration.is-send .bottom-img img {
  width: 500px;
  height: 375px;
}
.layout-mobile .ibiz-view.appointment-demonstration.is-send {
  background-color: #fff;
  display: block;
  text-align: center;
  padding: 26.4vw 15.0667vw 50.2667vw;
}
.layout-mobile .ibiz-view.appointment-demonstration.is-send .success {
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout-mobile .ibiz-view.appointment-demonstration.is-send .success .icon-tick {
  width: 5.3333vw;
  height: 5.3333vw;
}
.layout-mobile .ibiz-view.appointment-demonstration.is-send .success .title {
  margin-left: 4.6667vw;
  font-size: 4.8vw;
  line-height: 6.6667vw;
  color: #333333;
  margin-top: 2.6667vw;
  margin-bottom: 2.6667vw;
}
.layout-mobile .ibiz-view.appointment-demonstration.is-send .content {
  font-size: 2.1333vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 3.9333vw;
}
.layout-mobile .ibiz-view.appointment-demonstration.is-send .bottom-img {
  width: 100%;
  background-color: #FFF;
}
.layout-mobile .ibiz-view.appointment-demonstration.is-send .bottom-img img {
  width: 66.6667vw;
  height: 50vw;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-spin {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  display: none;
  color: #1890ff;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1;
}
.ant-spin-nested-loading {
  position: relative;
}
.ant-spin-nested-loading > div > .ant-spin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 5px;
  text-shadow: 0 1px 2px #fff;
}
.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
  margin: -7px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
  padding-top: 2px;
}
.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
  margin: -16px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
  padding-top: 11px;
}
.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px;
}
.ant-spin-container {
  position: relative;
  transition: opacity 0.3s;
}
.ant-spin-container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none \9;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  pointer-events: none;
}
.ant-spin-blur {
  clear: both;
  overflow: hidden;
  opacity: 0.5;
  user-select: none;
  pointer-events: none;
}
.ant-spin-blur::after {
  opacity: 0.4;
  pointer-events: auto;
}
.ant-spin-tip {
  color: rgba(0, 0, 0, 0.45);
}
.ant-spin-dot {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em;
}
.ant-spin-dot-item {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #1890ff;
  border-radius: 100%;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  opacity: 0.3;
  animation: antSpinMove 1s infinite linear alternate;
}
.ant-spin-dot-item:nth-child(1) {
  top: 0;
  left: 0;
}
.ant-spin-dot-item:nth-child(2) {
  top: 0;
  right: 0;
  animation-delay: 0.4s;
}
.ant-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  animation-delay: 0.8s;
}
.ant-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  animation-delay: 1.2s;
}
.ant-spin-dot-spin {
  transform: rotate(45deg);
  animation: antRotate 1.2s infinite linear;
}
.ant-spin-sm .ant-spin-dot {
  font-size: 14px;
}
.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px;
}
.ant-spin-lg .ant-spin-dot {
  font-size: 32px;
}
.ant-spin-lg .ant-spin-dot i {
  width: 14px;
  height: 14px;
}
.ant-spin.ant-spin-show-text .ant-spin-text {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .ant-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antRotate {
  to {
    transform: rotate(405deg);
  }
}
.ant-spin-rtl {
  direction: rtl;
}
.ant-spin-rtl .ant-spin-dot-spin {
  transform: rotate(-45deg);
  animation-name: antRotateRtl;
}
@keyframes antRotateRtl {
  to {
    transform: rotate(-405deg);
  }
}

.web-tree-iframe {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.web-tree-iframe .header-banner {
  background-size: cover;
  background-position: center;
  text-align: center;
  height: 264px;
  padding-top: 116px;
}
.web-tree-iframe .header-banner .title {
  height: 52px;
  font-size: 40px;
  font-weight: bold;
  line-height: 52px;
  letter-spacing: 6px;
  color: #ffffff;
  margin-bottom: 13px;
}
.web-tree-iframe .header-banner .subtitle {
  height: 19px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1.9px;
  color: #ffffff;
  margin-bottom: 63px;
  text-transform: uppercase;
}
.web-tree-iframe .default-container {
  max-width: 1314px;
  margin: auto;
  height: auto;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 36px;
}
.web-tree-iframe .default-container .tree-menu {
  width: 245px;
  height: 100%;
  padding-right: 30px;
}
.web-tree-iframe .default-container .tree-menu .ant-menu {
  border: 0;
}
.web-tree-iframe .default-container .tree-menu .ant-menu-submenu-title,
.web-tree-iframe .default-container .tree-menu > .ant-menu > .ant-menu-item {
  white-space: break-spaces;
  font-size: 16px;
  color: #000000;
  height: 100%;
  line-height: 20px;
  padding: 10px 9px;
}
.web-tree-iframe .default-container .tree-menu .ant-menu-item {
  font-size: 14px;
  height: 100%;
  white-space: break-spaces;
  line-height: 24px;
  color: #666666;
}
.web-tree-iframe .default-container .tree-menu .ant-menu-submenu-selected {
  color: #000000;
}
.web-tree-iframe .default-container .tree-menu .ant-menu-item-selected,
.web-tree-iframe .default-container .tree-menu .ant-menu-submenu-title:hover,
.web-tree-iframe .default-container .tree-menu > .ant-menu .ant-menu-item:hover {
  background-color: transparent;
  color: #00a4ff !important;
}
.web-tree-iframe .default-container .tree-menu .ant-menu-item-selected .icon-arrow::before,
.web-tree-iframe .default-container .tree-menu .ant-menu-submenu-title:hover .icon-arrow::before,
.web-tree-iframe .default-container .tree-menu > .ant-menu .ant-menu-item:hover .icon-arrow::before,
.web-tree-iframe .default-container .tree-menu .ant-menu-item-selected .icon-arrow::after,
.web-tree-iframe .default-container .tree-menu .ant-menu-submenu-title:hover .icon-arrow::after,
.web-tree-iframe .default-container .tree-menu > .ant-menu .ant-menu-item:hover .icon-arrow::after,
.web-tree-iframe .default-container .tree-menu .ant-menu-item-selected .ant-menu-submenu-arrow::before,
.web-tree-iframe .default-container .tree-menu .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.web-tree-iframe .default-container .tree-menu > .ant-menu .ant-menu-item:hover .ant-menu-submenu-arrow::before,
.web-tree-iframe .default-container .tree-menu .ant-menu-item-selected .ant-menu-submenu-arrow::after,
.web-tree-iframe .default-container .tree-menu .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.web-tree-iframe .default-container .tree-menu > .ant-menu .ant-menu-item:hover .ant-menu-submenu-arrow::after {
  background-image: linear-gradient(to right, #00a4ff, #00a4ff);
}
.web-tree-iframe .default-container .tree-menu .ant-menu-item-selected::after {
  border-right: none;
}
.web-tree-iframe .default-container .tree-menu .ant-menu-submenu-arrow,
.web-tree-iframe .default-container .tree-menu .icon-arrow {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 7px;
  transform: translateY(2px);
  position: relative;
  top: 0;
  left: 12px;
  right: 0;
}
.web-tree-iframe .default-container .tree-menu .ant-menu-submenu-arrow::before,
.web-tree-iframe .default-container .tree-menu .ant-menu-submenu-arrow::after,
.web-tree-iframe .default-container .tree-menu .icon-arrow::before,
.web-tree-iframe .default-container .tree-menu .icon-arrow::after {
  position: absolute;
  content: '';
  width: 7px;
  background-image: linear-gradient(to right, #666666, #666666);
  height: 1px;
}
.web-tree-iframe .default-container .tree-menu .ant-menu-submenu-arrow::before,
.web-tree-iframe .default-container .tree-menu .icon-arrow::before {
  transform: rotate(-135deg) translateX(3px);
}
.web-tree-iframe .default-container .tree-menu .ant-menu-submenu-arrow::after,
.web-tree-iframe .default-container .tree-menu .icon-arrow::after {
  transform: rotate(-45deg) translateX(-3px);
}
.web-tree-iframe .default-container .tree-menu .ant-menu-submenu-open .ant-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateX(3px);
}
.web-tree-iframe .default-container .tree-menu .ant-menu-submenu-open .ant-menu-submenu-arrow::after {
  transform: rotate(45deg) translateX(-3px);
}
.web-tree-iframe .default-container .tree-menu .ant-menu-submenu-open .ant-menu-submenu-arrow {
  transform: translateX(-3px) translateY(3px);
}
.web-tree-iframe .default-container .iframe {
  width: 976px;
  height: auto;
  border-left: 1px solid #c1c9dc66;
  padding-left: 30px;
  overflow: hidden;
}
.web-tree-iframe .default-container .iframe iframe {
  width: 100%;
  border: 0px;
}
.web-tree-iframe .default-container .back-top-icon {
  align-self: flex-end;
  margin-bottom: 50px;
  margin-left: 15px;
  width: 42px;
  height: 42px;
  padding: 8px 9px;
  border: 1px solid #e5e5e5;
}
.web-tree-iframe .default-container .back-top-icon img {
  width: 19px;
  height: 22px;
  transform: rotate(-90deg);
}
.layout-mobile .web-tree-iframe-mob {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.layout-mobile .web-tree-iframe-mob .header-banner {
  background-size: cover;
  background-position: center;
  text-align: center;
  height: 48.5333vw;
  padding-top: 15.4667vw;
}
.layout-mobile .web-tree-iframe-mob .header-banner .title {
  height: 6.2667vw;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 6.2667vw;
  color: #ffffff;
  margin-bottom: 1.2vw;
}
.layout-mobile .web-tree-iframe-mob .header-banner .subtitle {
  height: 3.6vw;
  font-size: 2.6667vw;
  line-height: 3.6vw;
  color: #ffffff;
  margin-bottom: 8.4vw;
  text-transform: uppercase;
}
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob {
  width: 100%;
}
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .title {
  margin-left: 10vw;
  margin-top: 8vw;
  font-size: 4.8vw;
  font-weight: bolder;
  line-height: 8vw;
  color: #333333;
}
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu {
  padding: 0 10vw 10vw;
}
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu .ant-menu-item {
  margin: 0;
  height: 12.5333vw;
  padding-left: 0 !important;
  border-bottom: 1px solid #d8d8d8;
  font-size: 3.7333vw;
  line-height: 12.5333vw;
  color: #333333;
}
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu .ant-menu-item:nth-last-child(1) {
  border-bottom: 0;
}
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu .ant-menu-submenu {
  border-bottom: 1px solid #d8d8d8;
  font-size: 3.7333vw;
  min-height: 12.5333vw;
  padding-top: 0.8vw;
  color: #333333;
}
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu .ant-menu-submenu .ant-menu-submenu-title {
  margin: 0;
  padding: 0 !important;
}
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu .ant-menu-submenu .ant-menu {
  padding: 0 10vw;
}
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu .ant-menu-submenu .ant-menu .ant-menu-item {
  height: 4.2667vw;
  line-height: 4vw;
  font-size: 3.2vw;
  border-bottom: 0;
  margin-top: 4vw;
}
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu .ant-menu-submenu .ant-menu .ant-menu-item:nth-last-child(1) {
  margin-bottom: 2.6667vw;
}
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu .ant-menu-submenu-selected {
  color: #000000;
}
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu .ant-menu-item-selected,
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu .ant-menu-submenu-title:hover,
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu .ant-menu-item:hover {
  background-color: transparent;
  color: #00a4ff !important;
}
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu .ant-menu-item-selected .icon-arrow::before,
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu .ant-menu-submenu-title:hover .icon-arrow::before,
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu .ant-menu-item:hover .icon-arrow::before,
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu .ant-menu-item-selected .icon-arrow::after,
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu .ant-menu-submenu-title:hover .icon-arrow::after,
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu .ant-menu-item:hover .icon-arrow::after,
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu .ant-menu-item-selected .ant-menu-submenu-arrow::before,
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu .ant-menu-item:hover .ant-menu-submenu-arrow::before,
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu .ant-menu-item-selected .ant-menu-submenu-arrow::after,
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu .ant-menu-item:hover .ant-menu-submenu-arrow::after {
  background-image: linear-gradient(to right, #00a4ff, #00a4ff);
}
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu .ant-menu-item-selected::after {
  border-right: none;
}
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu-submenu-arrow,
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .icon-arrow {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 7px;
  transform: translateY(2px);
  position: absolute;
  top: 16px;
  right: 5px;
}
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu-submenu-arrow::before,
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu-submenu-arrow::after,
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .icon-arrow::before,
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .icon-arrow::after {
  position: absolute;
  content: '';
  width: 1.6vw;
  background-image: linear-gradient(to right, #666666, #666666);
  height: 0.2667vw;
}
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu-submenu-arrow::before,
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .icon-arrow::before {
  transform: rotate(-135deg) translateX(0.6667vw);
}
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu-submenu-arrow::after,
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .icon-arrow::after {
  transform: rotate(-45deg) translateX(-0.6667vw);
}
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu-submenu-open .ant-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateX(0.6667vw);
}
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu-submenu-open .ant-menu-submenu-arrow::after {
  transform: rotate(45deg) translateX(-0.6667vw);
}
.layout-mobile .web-tree-iframe-mob .default-container .tree-menu-mob .ant-menu-submenu-open .ant-menu-submenu-arrow {
  transform: translateX(-0.4vw) translateY(0.4vw);
}
.layout-mobile .web-tree-iframe-mob .default-container .iframe {
  width: 100vw;
  height: 100%;
  -webkit-user-drag: none;
}
.layout-mobile .web-tree-iframe-mob .default-container .iframe iframe {
  width: 100%;
  border: 0px;
}
.layout-mobile .web-tree-iframe-mob .default-container .back-top-icon {
  display: none;
}


.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}


.web-banner17 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(270deg, #0086ff 0%, #00a0ff 52%, #3ed7ef 100%);
}
.web-banner17 .default-container {
  margin: auto;
  text-align: center;
}
.web-banner17 .default-container .content {
  color: #ffffff;
  text-align: center;
}
.web-banner17 .default-container {
  max-width: 1230px;
  padding: 113px 15px 113px;
  text-align: center;
  position: relative;
}
.web-banner17 .default-container .content {
  font-size: 26px;
  line-height: 39px;
  white-space: break-spaces;
  display: inline-block;
  margin-right: 25px;
}
.web-banner17 .default-container .icon-arrow {
  position: absolute;
  top: 0;
  height: 304px;
}
.layout-mobile .web-banner17-mob {
  padding-top: 5.3333vw;
}
.layout-mobile .web-banner17-mob .default-container {
  width: 100%;
  height: 29.6vw;
  background: linear-gradient(270deg, #0086FF 0%, #3ED7EF 100%);
  text-align: center;
}
.layout-mobile .web-banner17-mob .default-container .content {
  padding: 5.2vw;
  font-size: 4.2667vw;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 6.9333vw;
}
.layout-mobile .web-banner17-mob .default-container .icon-arrow {
  display: none;
}


.web-banner21 {
  width: 100%;
  height: 100%;
  background-color: #73c5fb;
  position: relative;
}
.web-banner21 .background-img {
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translateX(-50%) translateY(-50%);
}
.web-banner21 .default-container {
  background-size: 100% 360px;
  background-repeat: no-repeat;
  background-position: center 121px;
  margin: auto;
}
.web-banner21 .default-container .container {
  float: right;
}
.web-banner21 .default-container .container .title,
.web-banner21 .default-container .container .content,
.web-banner21 .default-container .container .button {
  color: #ffffff;
}
.web-banner21 .default-container {
  max-width: 1200px;
  height: 576px;
  padding: 240px 15px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.web-banner21 .default-container .container {
  margin-right: 80px;
}
.web-banner21 .default-container .container .title {
  font-size: 36px;
  line-height: 38px;
  font-weight: bold;
  text-align: left;
}
.web-banner21 .default-container .container .content {
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  margin-top: 29px;
  white-space: break-spaces;
}
.web-banner21 .default-container .container .button {
  font-size: 14px;
  line-height: 19px;
  float: left;
  background-color: #002867;
  border-radius: 20px;
  padding: 10px 54px;
  margin-top: 34px;
  cursor: pointer;
}


.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}


.ibiz-view.contact-us.web {
  display: flex;
}
.ibiz-view.contact-us.web .left-container {
  width: 33.9%;
  height: 1010px;
  margin-top: 0px !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/imgs/bg-contact-us.png);
  position: relative;
}
.ibiz-view.contact-us.web .left-container .text-container {
  position: absolute;
  bottom: 212px;
  width: 100%;
}
.ibiz-view.contact-us.web .left-container .text-container .text {
  padding-left: 25.4%;
  font-size: 16px;
  line-height: 30px;
  color: #d9d9d9;
}
.ibiz-view.contact-us.web .right-container {
  width: 66.1%;
  padding-left: 118px;
}
.ibiz-view.contact-us.web .right-container .title {
  font-weight: bold;
  font-size: 36px;
  line-height: 47px;
  letter-spacing: 2px;
  color: #333333;
  margin-top: 88px;
  margin-bottom: 21px;
}
.ibiz-view.contact-us.web .right-container .subtitle {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 48px;
}
.ibiz-view.contact-us.web .right-container .ant-form {
  width: 589px;
  text-align: center;
}
.ibiz-view.contact-us.web .right-container .ant-form .ant-form-item-label {
  padding-bottom: 0;
}
.ibiz-view.contact-us.web .right-container .ant-form .ant-form-item-label label {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.ibiz-view.contact-us.web .right-container .ant-form .ant-form-item {
  margin-bottom: 38px;
}
.ibiz-view.contact-us.web .right-container .ant-form button {
  border-radius: 16px;
  padding: 4px 29px;
}
.ibiz-view.contact-us.web .right-container .ant-form input,
.ibiz-view.contact-us.web .right-container .ant-form textarea {
  background-color: #eef0f2;
  color: #333333;
}
.ibiz-view.contact-us.web .right-container .ant-form textarea {
  border-radius: 4px;
  resize: none;
}
.ibiz-view.contact-us.web .right-container .ant-form input {
  border-radius: 4px;
}
.ibiz-view.contact-us.web .right-container .ant-form .ant-select .ant-select-selector {
  background-color: #eef0f2;
  border-radius: 4px;
}
.ibiz-view.contact-us.web .right-container .ant-form .ant-select .ant-select-selector .ant-select-selection-placeholder {
  text-align: left;
}
.ibiz-view.contact-us.web .right-container .ant-form .ant-select .ant-select-selector .ant-select-selection-item {
  text-align: left;
}
.ibiz-view.contact-us.web .right-container .ant-form .ant-form-item-control-input-content {
  padding-right: 24px;
}
.ibiz-view.contact-us.web .right-container .ant-form input::-webkit-input-placeholder,
.ibiz-view.contact-us.web .right-container .ant-form textarea::-webkit-input-placeholder,
.ibiz-view.contact-us.web .right-container .ant-form input:-moz-placeholder,
.ibiz-view.contact-us.web .right-container .ant-form textarea:-moz-placeholder,
.ibiz-view.contact-us.web .right-container .ant-form input::-moz-placeholder,
.ibiz-view.contact-us.web .right-container .ant-form textarea::-moz-placeholder,
.ibiz-view.contact-us.web .right-container .ant-form input:-ms-input-placeholder,
.ibiz-view.contact-us.web .right-container .ant-form textarea:-ms-input-placeholder {
  line-height: 26px;
  color: #929596;
  font-size: 14px;
}
.ibiz-view.contact-us.web .right-container .ant-form .ant-form-item-explain {
  position: absolute;
  bottom: -30px;
  left: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #E50000;
}
.ibiz-view.contact-us.mobile .title {
  text-align: center;
  font-weight: 600;
  color: #4E4E4E;
  font-size: 6.4vw;
  line-height: 8.9333vw;
  margin-top: 12.8vw;
  margin-bottom: 2.1333vw;
}
.ibiz-view.contact-us.mobile .subtitle {
  text-align: center;
  color: #5C5C5C;
  font-size: 3.2vw;
  line-height: 4.4vw;
}
.ibiz-view.contact-us.mobile .default-container {
  padding: 9.6vw 13.3333vw 13.3333vw;
}
.ibiz-view.contact-us.mobile .default-container .ant-form {
  text-align: center;
}
.ibiz-view.contact-us.mobile .default-container .ant-form .ant-form-item-label {
  padding-bottom: 1.6vw;
}
.ibiz-view.contact-us.mobile .default-container .ant-form .ant-form-item-label label {
  color: #4E4E4E;
  font-size: 4.8vw;
  height: 6.6667vw;
  line-height: 6.6667vw;
}
.ibiz-view.contact-us.mobile .default-container .ant-form .ant-form-item {
  margin-bottom: 7.2vw;
}
.ibiz-view.contact-us.mobile .default-container .ant-form button {
  border-radius: 5.3333vw;
  padding: 2.6667vw 12.5333vw;
  height: auto;
  background: #3AB1FF;
  color: #FFF;
  font-size: 3.7333vw;
}
.ibiz-view.contact-us.mobile .default-container .ant-form input,
.ibiz-view.contact-us.mobile .default-container .ant-form textarea {
  color: #333333;
  border-radius: 10px;
  border: 1px solid #999999;
  padding: 2.6667vw 4.8vw;
  font-size: 3.7333vw;
  line-height: 5.3333vw;
}
.ibiz-view.contact-us.mobile .default-container .ant-form .ant-select .ant-select-selector {
  border-radius: 10px;
  border: 1px solid #999999;
  height: 10.9333vw;
}
.ibiz-view.contact-us.mobile .default-container .ant-form .ant-select .ant-select-selector .ant-select-selection-placeholder {
  text-align: left;
  font-size: 3.7333vw;
  line-height: 10.9333vw;
  padding-left: 1.6vw;
}
.ibiz-view.contact-us.mobile .default-container .ant-form .ant-select .ant-select-selector .ant-select-selection-item {
  font-size: 3.7333vw;
  text-align: left;
  line-height: 10.9333vw;
}
.ibiz-view.contact-us.mobile .default-container .ant-form .ant-form-item-explain {
  position: absolute;
  bottom: -27px;
  left: 0px;
  font-size: 3.7333vw;
  font-weight: 400;
  line-height: 20px;
  color: #E50000;
}
.layout-web .ibiz-view.contact-us.is-send {
  display: block;
  text-align: center;
  padding: 36px 15px 97px;
}
.layout-web .ibiz-view.contact-us.is-send .success {
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout-web .ibiz-view.contact-us.is-send .success .icon-tick {
  width: 40px;
  height: 40px;
}
.layout-web .ibiz-view.contact-us.is-send .success .title {
  font-size: 36px;
  font-weight: 400;
  color: #333333;
  line-height: 50px;
  margin-top: 22px;
  margin-bottom: 20px;
  margin-left: 35px;
}
.layout-web .ibiz-view.contact-us.is-send .content {
  width: 580px;
  font-size: 18px;
  line-height: 24px;
  color: #929596;
  margin: 0 auto 55px;
}
.layout-web .ibiz-view.contact-us.is-send .bottom-img img {
  width: 500px;
  height: 375px;
}
.layout-mobile .ibiz-view.contact-us.is-send {
  background-color: #fff;
  display: block;
  text-align: center;
  padding: 26.4vw 15.0667vw 50.2667vw;
}
.layout-mobile .ibiz-view.contact-us.is-send .success {
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout-mobile .ibiz-view.contact-us.is-send .success .icon-tick {
  width: 5.3333vw;
  height: 5.3333vw;
}
.layout-mobile .ibiz-view.contact-us.is-send .success .title {
  margin-left: 4.6667vw;
  font-size: 4.8vw;
  line-height: 6.6667vw;
  color: #333333;
  margin-top: 2.6667vw;
  margin-bottom: 2.6667vw;
}
.layout-mobile .ibiz-view.contact-us.is-send .content {
  font-size: 2.1333vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 3.9333vw;
}
.layout-mobile .ibiz-view.contact-us.is-send .bottom-img {
  width: 100%;
  background-color: #FFF;
}
.layout-mobile .ibiz-view.contact-us.is-send .bottom-img img {
  width: 66.6667vw;
  height: 50vw;
}


.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}

.documentation .ant-layout-content {
  margin-top: 0px !important;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(/imgs/pages/documentation.png);
}
.documentation .ant-layout-content .ibiz-view {
  height: calc(1130px - 390px) !important;
}

.web-text-img4 {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.web-text-img4 .default-container {
  margin: auto;
}
.web-text-img4 .default-container .title {
  color: #333333;
  font-weight: 600;
  margin: auto;
  text-align: center;
}
.web-text-img4 .default-container .content {
  text-align: center;
  white-space: break-spaces;
  color: #666666;
}
.web-text-img4 .default-container .bottom-img {
  display: block;
  margin: auto;
  width: 100%;
}
.web-text-img4 .default-container {
  max-width: 1060px;
  padding: 38px 15px 58px;
}
.web-text-img4 .default-container .title {
  font-size: 36px;
  line-height: 54px;
  margin-bottom: 38px;
}
.web-text-img4 .default-container .content {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 38px;
}
.web-text-img4 .default-container .bottom-img {
  max-width: 618px;
}
.layout-mobile .web-text-img4-mob {
  padding: 9.6vw 4vw 0;
}
.layout-mobile .web-text-img4-mob .default-container .title {
  padding: 0 0.8vw;
  position: relative;
  text-align: center;
  color: #4E4E4E;
  font-size: 4.8vw;
  line-height: 7.2vw;
  font-weight: 600;
  margin: 0 auto 3.0667vw;
}
.layout-mobile .web-text-img4-mob .default-container .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -27%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-text-img4-mob .default-container .content {
  margin-top: 8vw;
  padding: 0 5.3333vw;
  font-size: 3.2vw;
  font-weight: 500;
  color: #5C5C5C;
  line-height: 5.3333vw;
  text-align: center;
}
.layout-mobile .web-text-img4-mob .default-container .bottom-img {
  width: 95%;
  margin: 10.4vw auto;
}

.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}

.ibizecology .ant-layout-content {
  margin-top: 0px !important;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url(/imgs/pages/ibizecology.png);
}
.ibizecology .ant-layout-content .ibiz-view {
  height: calc(2219px - 390px) !important;
}

.web-banner-list3 {
  width: 100%;
  height: 100%;
}
.web-banner-list3 .default-container {
  background-size: cover;
  background-position: center;
}
.web-banner-list3 .default-container .header-container {
  margin: auto;
  color: #ffffff;
}
.web-banner-list3 .default-container .header-container .content {
  white-space: break-spaces;
  text-align-last: right;
}
.web-banner-list3 .list-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.web-banner-list3 .list-header .subtitle {
  color: #333333;
}
.web-banner-list3 .list-header .features-container {
  display: flex;
  justify-content: space-between;
}
.web-banner-list3 .list-header .features-container .features {
  color: #929596;
}
.web-banner-list3 .list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.web-banner-list3 .list-container .web-list-item .card {
  background: #ffffff;
  box-shadow: 3px 3px 9px 0px rgba(208, 217, 229, 0.16);
}
.web-banner-list3 .list-container .web-list-item .card .card-header .list-title {
  color: #333333;
}
.web-banner-list3 .list-container .web-list-item .card .card-header .list-subtitle {
  color: #e4eaf3;
}
.web-banner-list3 .list-container .web-list-item .card .bottom-line {
  border-bottom: 3px solid #0f9af6;
}
.web-banner-list3 .list-container .web-list-item .card .list-content,
.web-banner-list3 .list-container .web-list-item .card .list-button {
  color: #929596;
}
.web-banner-list3 {
  margin-top: -70px;
  margin-bottom: 44px;
}
.web-banner-list3 .default-container {
  width: 100%;
  height: 576px;
  padding: 202px 15px 0;
}
.web-banner-list3 .default-container .header-container {
  max-width: 1200px;
}
.web-banner-list3 .default-container .header-container .title {
  font-size: 60px;
  line-height: 79px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 24px;
}
.web-banner-list3 .default-container .header-container .content {
  font-size: 24px;
  line-height: 45px;
  width: 797px;
}
.web-banner-list3 .list-header {
  max-width: 1230px;
  height: 61px;
  margin: 143px auto 0;
  padding: 0 15px;
}
.web-banner-list3 .list-header .subtitle {
  font-size: 26px;
}
.web-banner-list3 .list-header .features-container {
  width: 520px;
  padding-bottom: 4px;
}
.web-banner-list3 .list-header .features-container .features {
  font-size: 24px;
  width: 118px;
  height: 61px;
  padding-top: 25px;
  border-top: 2px solid #929596;
}
.web-banner-list3 .list-container {
  margin: 43px auto 0;
  max-width: 1240px;
}
.web-banner-list3 .list-container .web-list-item {
  margin: 0 0 43px;
  width: 46.77%;
}
.web-banner-list3 .list-container .web-list-item .list-img {
  width: 100%;
}
.web-banner-list3 .list-container .web-list-item .list-img img {
  width: 100%;
}
.web-banner-list3 .list-container .web-list-item .card {
  width: 82.7%;
  height: 420px;
  margin: auto;
  padding: 47px 36px 41px;
  position: relative;
  top: -58px;
  z-index: 1;
}
.web-banner-list3 .list-container .web-list-item .card .card-header {
  display: flex;
  justify-content: space-between;
}
.web-banner-list3 .list-container .web-list-item .card .card-header .list-title {
  font-size: 26px;
}
.web-banner-list3 .list-container .web-list-item .card .card-header .list-subtitle {
  font-size: 30px;
  letter-spacing: 1.4px;
}
.web-banner-list3 .list-container .web-list-item .card .bottom-line {
  margin-top: 15px;
  margin-bottom: 55px;
  width: 50px;
}
.web-banner-list3 .list-container .web-list-item .card .list-content {
  font-size: 16px;
  line-height: 24px;
}
.web-banner-list3 .list-container .web-list-item .card .list-button {
  font-size: 14px;
  line-height: 34px;
  width: 125px;
  height: 36px;
  border: 1px solid #929596;
  position: absolute;
  bottom: 41px;
  text-align: center;
}
.layout-mobile .web-banner-list3-mob .default-container {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.layout-mobile .web-banner-list3-mob .default-container .header-container {
  height: 72vw;
  padding: 23.4667vw 0;
  margin: 0 auto;
}
.layout-mobile .web-banner-list3-mob .default-container .header-container .title {
  text-align: center;
  font-size: 6.4vw;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 8.9333vw;
  margin-bottom: 2.6667vw;
}
.layout-mobile .web-banner-list3-mob .default-container .header-container .content {
  text-align: center;
  padding: 0 4vw;
  font-size: 3.7333vw;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 5.3333vw;
}
.layout-mobile .web-banner-list3-mob .list-header {
  font-size: 4.8vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 7.2vw;
  padding: 12.8vw 0 9.6vw;
  position: relative;
  text-align: center;
  background-color: #f9f9f9;
}
.layout-mobile .web-banner-list3-mob .list-header::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-banner-list3-mob .list-container {
  background-color: #f9f9f9;
}
.layout-mobile .web-banner-list3-mob .list-container .app-swiper .app-swiper-content .web-list-item {
  background: #FFF;
  width: 66.6667vw;
  height: 125.3333vw;
  margin: 0 4vw 13.3333vw;
  box-shadow: 0vw 1.2vw 19.3333vw 0vw #E5E5E5;
  border-radius: 2.1333vw;
}
.layout-mobile .web-banner-list3-mob .list-container .app-swiper .app-swiper-content .web-list-item .list-img {
  width: 100%;
  border-radius: 2.1333vw 2.1333vw 0 0;
}
.layout-mobile .web-banner-list3-mob .list-container .app-swiper .app-swiper-content .web-list-item .list-img img {
  border-radius: 2.1333vw 2.1333vw 0 0;
  width: 100%;
}
.layout-mobile .web-banner-list3-mob .list-container .app-swiper .app-swiper-content .web-list-item .card-header .list-title {
  font-size: 3.7333vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 5.3333vw;
  letter-spacing: 0.6667vw;
  text-align: center;
  margin: 3.4667vw 0 1.8667vw;
  position: relative;
}
.layout-mobile .web-banner-list3-mob .list-container .app-swiper .app-swiper-content .web-list-item .card-header .list-title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60%;
  color: #00A4FF;
  font-size: 3.6667vw;
}
.layout-mobile .web-banner-list3-mob .list-container .app-swiper .app-swiper-content .web-list-item .card-header .list-subtitle {
  font-size: 2.6667vw;
  font-weight: 400;
  color: #A2A2A2;
  line-height: 3.7333vw;
  letter-spacing: 0.4vw;
  text-align: center;
}
.layout-mobile .web-banner-list3-mob .list-container .app-swiper .app-swiper-content .web-list-item .list-content {
  padding: 4.2667vw 4.8vw 5.3333vw;
  font-size: 3.2vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 4.8vw;
  letter-spacing: 0.2667vw;
}





.web-product-price2-container {
  background: #fff;
}
.web-product-price2-container .product-price2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 690px;
  background: url('/imgs/header.png') no-repeat;
  background-size: 100% 100%;
  font-family: SourceHanSansSC-Medium, SourceHanSansSC;
  color: #ffffff;
  text-align: center;
}
.web-product-price2-container .product-price2-header .title {
  width: 539px;
  height: 64px;
  line-height: 64px;
  margin-top: 249px;
  font-size: 48px;
}
.web-product-price2-container .product-price2-header .subtitle {
  height: 29px;
  line-height: 29px;
  font-size: 23px;
  margin-top: 51px;
}
.web-product-price2-container .product-price2-header .button {
  display: block;
  width: 327px;
  height: 72px;
  padding: 14px 105px 15px 106px;
  margin-top: 74px;
  color: #ffffff;
  background: #c47c14;
  border-radius: 11px;
  font-size: 29px;
  font-weight: 500;
  line-height: 43px;
}
.web-product-price2-container .product-price2-tab {
  max-width: 1216px;
  width: 100%;
  margin: 80px auto 93px;
  padding: 0 28px;
}
.web-product-price2-container .product-price2-tab .title {
  position: relative;
  text-align: center;
  width: 100%;
  height: 37px;
  line-height: 37px;
  font-size: 28px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}
.web-product-price2-container .product-price2-tab .title::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: calc(50% - 31px);
  width: 62px;
  height: 6px;
  background: #4db3ff;
}
.web-product-price2-container .product-price2-tab .tab {
  display: flex;
  width: 100%;
  height: 272px;
  margin-top: 92px;
  border-radius: 10px;
  background: #fff;
}
.web-product-price2-container .product-price2-tab .tab .tab-list {
  width: 239px;
}
.web-product-price2-container .product-price2-tab .tab .tab-list .tab-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 68px;
  padding: 0 13px 0 29px;
  cursor: pointer;
}
.web-product-price2-container .product-price2-tab .tab .tab-list .tab-item .tab-item-text {
  width: 100%;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 24px;
}
.web-product-price2-container .product-price2-tab .tab .tab-list .tab-item.active {
  border-radius: 10px 0 0 10px;
  background: #eefaff;
}
.web-product-price2-container .product-price2-tab .tab .tab-list .tab-item.active .tab-item-text {
  position: relative;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #4db3ff;
}
.web-product-price2-container .product-price2-tab .tab .tab-list .tab-item.active .tab-item-text::before {
  content: '';
  position: absolute;
  top: calc(50% - 11px);
  left: -12px;
  width: 4px;
  height: 22px;
  background: #4db3ff;
}
.web-product-price2-container .product-price2-tab .tab .tab-content {
  width: calc(100% - 239px);
  padding: 35px 20px 35px 27px;
  border-radius: 10px;
  overflow: auto;
  white-space: pre-line;
  background: #eefaff;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 32px;
}
.web-product-price2-container .product-price2-tab .tab .tab-content.tab-terminal {
  border-top-left-radius: 0;
}
.web-product-price2-container .product-price2-tab .tab .tab-content.tab-development {
  border-bottom-left-radius: 0;
}
.web-product-price2-container .product-price2-tab .tab .tab-content::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
}
.web-product-price2-container .product-price2-tab .tab .tab-content::-webkit-scrollbar-track {
  width: 6px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 6px;
}
.web-product-price2-container .product-price2-tab .tab .tab-content::-webkit-scrollbar-thumb {
  background-color: rgba(144, 147, 153, 0.5);
  border-radius: 6px;
  transition: background-color 0.3s;
  cursor: pointer;
}
.web-product-price2-container .product-price2-tab .tab .tab-content::-webkit-scrollbar-thumb:hover {
  background-color: rgba(144, 147, 153, 0.3);
}
.web-product-price2-container .product-price2-main {
  width: 100%;
  padding: 0 8px;
  margin: 0 auto 80px;
}
.web-product-price2-container .product-price2-main .product-price2-content {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.web-product-price2-container .product-price2-main .product-price2-content .title {
  display: flex;
  width: 100%;
  height: 150px;
}
.web-product-price2-container .product-price2-main .product-price2-content .title .project {
  width: 296px;
  height: 100%;
  background: #f9f9f9;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
}
.web-product-price2-container .product-price2-main .product-price2-content .title .project .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  padding: 12px 8px 0;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .title .project .header .header-content {
  display: flex;
  align-items: center;
}
.web-product-price2-container .product-price2-main .product-price2-content .title .project .header .header-content span {
  color: #000;
}
.web-product-price2-container .product-price2-main .product-price2-content .title .project .header .header-content .text {
  color: inherit;
  margin-left: 8px;
}
.web-product-price2-container .product-price2-main .product-price2-content .title .project .content {
  width: 100%;
  height: 32px;
  margin-top: 23px;
  text-align: center;
  font-size: 25px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #87afe5;
  line-height: 32px;
}
.web-product-price2-container .product-price2-main .product-price2-content .title .title-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
}
.web-product-price2-container .product-price2-main .product-price2-content .title .title-item-content .content {
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 32px;
}
.web-product-price2-container .product-price2-main .product-price2-content .title .title-item-tag {
  position: absolute;
  top: 4px;
  right: -27px;
  width: 96px;
  height: 32px;
  padding: 4px 0;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 5px;
  transform: rotate(45deg);
}
.web-product-price2-container .product-price2-main .product-price2-content .title .terminal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: linear-gradient(141deg, #9fc4ee 0%, #6691d9 100%);
}
.web-product-price2-container .product-price2-main .product-price2-content .title .terminal .content {
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 32px;
}
.web-product-price2-container .product-price2-main .product-price2-content .title .terminal::after {
  content: '\514D\8D39';
  background: #6691d9;
  position: absolute;
  top: 4px;
  right: -27px;
  width: 96px;
  height: 32px;
  padding: 4px 0;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 5px;
  transform: rotate(45deg);
}
.web-product-price2-container .product-price2-main .product-price2-content .title .share {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, #b0eafb 0%, #78d1f6 100%);
}
.web-product-price2-container .product-price2-main .product-price2-content .title .share .content {
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 32px;
}
.web-product-price2-container .product-price2-main .product-price2-content .title .development {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: linear-gradient(136deg, #84daff 0%, #3ba9fb 100%);
}
.web-product-price2-container .product-price2-main .product-price2-content .title .development .content {
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 32px;
}
.web-product-price2-container .product-price2-main .product-price2-content .title .development::after {
  content: '\63A8\8350';
  background: #0f9dfd;
  position: absolute;
  top: 4px;
  right: -27px;
  width: 96px;
  height: 32px;
  padding: 4px 0;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 5px;
  transform: rotate(45deg);
}
.web-product-price2-container .product-price2-main .product-price2-content .title .privateCloud {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: linear-gradient(122deg, #e6d1a5 0%, #dea649 100%);
}
.web-product-price2-container .product-price2-main .product-price2-content .title .privateCloud .content {
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 32px;
}
.web-product-price2-container .product-price2-main .product-price2-content .title .privateCloud::after {
  content: '\63A8\8350';
  background: #cf9542;
  position: absolute;
  top: 4px;
  right: -27px;
  width: 96px;
  height: 32px;
  padding: 4px 0;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 5px;
  transform: rotate(45deg);
}
.web-product-price2-container .product-price2-main .product-price2-content .divider-product::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 25px;
  width: calc(100% - 50px);
  height: 2px;
  background: #d8d8d8;
}
.web-product-price2-container .product-price2-main .product-price2-content .divider::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 2px;
  background: #d8d8d8;
}
.web-product-price2-container .product-price2-main .product-price2-content .resource {
  display: flex;
  width: 100%;
  height: 114px;
}
.web-product-price2-container .product-price2-main .product-price2-content .resource .project {
  position: relative;
  width: 296px;
  height: 100%;
  background: #f9f9f9;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
}
.web-product-price2-container .product-price2-main .product-price2-content .resource .project .content {
  width: 100%;
  padding: 48px 0 0 36px;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .resource .project::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 25px;
  width: calc(100% - 50px);
  height: 2px;
  background: #d8d8d8;
}
.web-product-price2-container .product-price2-main .product-price2-content .resource .resource-item {
  position: relative;
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
}
.web-product-price2-container .product-price2-main .product-price2-content .resource .resource-item .content {
  width: 100%;
  padding: 48px 0 0;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .resource .resource-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 2px;
  background: #d8d8d8;
}
.web-product-price2-container .product-price2-main .product-price2-content .resource .terminal {
  position: relative;
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: #f6fcff;
}
.web-product-price2-container .product-price2-main .product-price2-content .resource .terminal .content {
  width: 100%;
  padding: 48px 0 0;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .resource .terminal::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 2px;
  background: #d8d8d8;
}
.web-product-price2-container .product-price2-main .product-price2-content .resource .share {
  position: relative;
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: #eefaff;
}
.web-product-price2-container .product-price2-main .product-price2-content .resource .share .content {
  width: 100%;
  padding: 48px 0 0;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .resource .share::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 2px;
  background: #d8d8d8;
}
.web-product-price2-container .product-price2-main .product-price2-content .resource .development {
  position: relative;
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: #dff6ff;
}
.web-product-price2-container .product-price2-main .product-price2-content .resource .development .content {
  width: 100%;
  padding: 48px 0 0;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .resource .development::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 2px;
  background: #d8d8d8;
}
.web-product-price2-container .product-price2-main .product-price2-content .resource .privateCloud {
  position: relative;
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: #fff5e3;
}
.web-product-price2-container .product-price2-main .product-price2-content .resource .privateCloud .content {
  width: 100%;
  padding: 48px 0 0;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .resource .privateCloud::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 2px;
  background: #d8d8d8;
}
.web-product-price2-container .product-price2-main .product-price2-content .cloud {
  display: flex;
  width: 100%;
  height: 94px;
}
.web-product-price2-container .product-price2-main .product-price2-content .cloud .project {
  width: 296px;
  height: 100%;
  background: #f9f9f9;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
}
.web-product-price2-container .product-price2-main .product-price2-content .cloud .project .content {
  width: 100%;
  padding: 40px 0 0 36px;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .cloud .resource-item {
  position: relative;
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
}
.web-product-price2-container .product-price2-main .product-price2-content .cloud .resource-item .content {
  width: 100%;
  padding: 40px 0 0;
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .cloud .terminal {
  position: relative;
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: #f6fcff;
}
.web-product-price2-container .product-price2-main .product-price2-content .cloud .terminal .content {
  width: 100%;
  padding: 40px 0 0;
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .cloud .share {
  position: relative;
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: #eefaff;
}
.web-product-price2-container .product-price2-main .product-price2-content .cloud .share .content {
  width: 100%;
  padding: 40px 0 0;
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .cloud .development {
  position: relative;
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: #dff6ff;
}
.web-product-price2-container .product-price2-main .product-price2-content .cloud .development .content {
  width: 100%;
  padding: 40px 0 0;
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .cloud .privateCloud {
  position: relative;
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: #fff5e3;
}
.web-product-price2-container .product-price2-main .product-price2-content .cloud .privateCloud .content {
  width: 100%;
  padding: 40px 0 0;
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .model {
  display: flex;
  width: 100%;
  height: 94px;
}
.web-product-price2-container .product-price2-main .product-price2-content .model .project {
  width: 296px;
  height: 100%;
  background: #f9f9f9;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
}
.web-product-price2-container .product-price2-main .product-price2-content .model .project .content {
  width: 100%;
  padding: 40px 0 0 36px;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .model .resource-item {
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
}
.web-product-price2-container .product-price2-main .product-price2-content .model .resource-item .content {
  width: 100%;
  padding: 40px 0 0;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .model .terminal {
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: #f6fcff;
}
.web-product-price2-container .product-price2-main .product-price2-content .model .terminal .content {
  width: 100%;
  padding: 40px 0 0;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .model .share {
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: #eefaff;
}
.web-product-price2-container .product-price2-main .product-price2-content .model .share .content {
  width: 100%;
  padding: 40px 0 0;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .model .development {
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: #dff6ff;
}
.web-product-price2-container .product-price2-main .product-price2-content .model .development .content {
  width: 100%;
  padding: 40px 0 0;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .model .privateCloud {
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: #fff5e3;
}
.web-product-price2-container .product-price2-main .product-price2-content .model .privateCloud .content {
  width: 100%;
  padding: 40px 0 0;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .program {
  display: flex;
  width: 100%;
  height: 94px;
}
.web-product-price2-container .product-price2-main .product-price2-content .program .project {
  width: 296px;
  height: 100%;
  background: #f9f9f9;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
}
.web-product-price2-container .product-price2-main .product-price2-content .program .project .content {
  width: 100%;
  padding: 40px 0 0 36px;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .program .resource-item {
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
}
.web-product-price2-container .product-price2-main .product-price2-content .program .resource-item .content {
  width: 100%;
  padding: 40px 0 0;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .program .terminal {
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: #f6fcff;
}
.web-product-price2-container .product-price2-main .product-price2-content .program .terminal .content {
  width: 100%;
  padding: 40px 0 0;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .program .share {
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: #eefaff;
}
.web-product-price2-container .product-price2-main .product-price2-content .program .share .content {
  width: 100%;
  padding: 40px 0 0;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .program .development {
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: #dff6ff;
}
.web-product-price2-container .product-price2-main .product-price2-content .program .development .content {
  width: 100%;
  padding: 40px 0 0;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .program .privateCloud {
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: #fff5e3;
}
.web-product-price2-container .product-price2-main .product-price2-content .program .privateCloud .content {
  width: 100%;
  padding: 40px 0 0;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .service {
  display: flex;
  width: 100%;
  height: 94px;
}
.web-product-price2-container .product-price2-main .product-price2-content .service .project {
  width: 296px;
  height: 100%;
  background: #f9f9f9;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
}
.web-product-price2-container .product-price2-main .product-price2-content .service .project .content {
  width: 100%;
  padding: 40px 0 0 36px;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .service .resource-item {
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
}
.web-product-price2-container .product-price2-main .product-price2-content .service .resource-item .content {
  width: 100%;
  padding: 40px 0 0;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .service .terminal {
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: #f6fcff;
}
.web-product-price2-container .product-price2-main .product-price2-content .service .terminal .content {
  width: 100%;
  padding: 40px 0 0;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .service .share {
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: #eefaff;
}
.web-product-price2-container .product-price2-main .product-price2-content .service .share .content {
  width: 100%;
  padding: 40px 0 0;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .service .development {
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: #dff6ff;
}
.web-product-price2-container .product-price2-main .product-price2-content .service .development .content {
  width: 100%;
  padding: 40px 0 0;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .service .privateCloud {
  width: 226px;
  height: 100%;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: #fff5e3;
}
.web-product-price2-container .product-price2-main .product-price2-content .service .privateCloud .content {
  width: 100%;
  padding: 40px 0 0;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 24px;
}
.web-product-price2-container .product-price2-main .product-price2-content .item {
  display: flex;
  width: 100%;
}
.web-product-price2-container .product-price2-main .product-price2-content .item .project {
  width: 296px;
  background: #f9f9f9;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
}
.web-product-price2-container .product-price2-main .product-price2-content .item .project .content {
  width: 100%;
  padding: 0 32px 20px 36px;
}
.web-product-price2-container .product-price2-main .product-price2-content .item .project .content .text {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #c47c14;
  line-height: 28px;
  cursor: pointer;
  transition: all 0.2s;
}
.web-product-price2-container .product-price2-main .product-price2-content .item .project .content .text span {
  vertical-align: middle;
}
.web-product-price2-container .product-price2-main .product-price2-content .item .project .content .text .tooltip {
  position: absolute;
  left: 0;
  top: 100%;
  width: 228px;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  text-align: justify;
  color: #333333;
  line-height: 20px;
  letter-spacing: 1px;
  background: #fff;
  opacity: 0;
  z-index: 9;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}
.web-product-price2-container .product-price2-main .product-price2-content .item .project .content .text:hover {
  text-decoration: underline solid #c47c14;
  font-weight: bold;
}
.web-product-price2-container .product-price2-main .product-price2-content .item .project .content .text:hover .tooltip {
  opacity: 1;
}
.web-product-price2-container .product-price2-main .product-price2-content .item .resource-item {
  width: 226px;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
}
.web-product-price2-container .product-price2-main .product-price2-content .item .resource-item .content {
  width: 100%;
  padding: 0 0 20px;
  text-align: center;
  font-size: 26px;
  color: #000;
  line-height: 28px;
}
.web-product-price2-container .product-price2-main .product-price2-content .item .terminal {
  width: 226px;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: #f6fcff;
}
.web-product-price2-container .product-price2-main .product-price2-content .item .terminal .content {
  width: 100%;
  padding: 0 0 20px;
  text-align: center;
  font-size: 26px;
  color: #000;
  line-height: 28px;
}
.web-product-price2-container .product-price2-main .product-price2-content .item .share {
  width: 226px;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: #eefaff;
}
.web-product-price2-container .product-price2-main .product-price2-content .item .share .content {
  width: 100%;
  padding: 0 0 20px;
  text-align: center;
  font-size: 26px;
  color: #000;
  line-height: 28px;
}
.web-product-price2-container .product-price2-main .product-price2-content .item .development {
  width: 226px;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: #dff6ff;
}
.web-product-price2-container .product-price2-main .product-price2-content .item .development .content {
  width: 100%;
  padding: 0 0 20px;
  text-align: center;
  font-size: 26px;
  color: #000;
  line-height: 28px;
}
.web-product-price2-container .product-price2-main .product-price2-content .item .privateCloud {
  width: 226px;
  box-shadow: inset 4px 0px 4px -4px rgba(0, 0, 0, 0.1), inset -4px 0px 4px -4px rgba(0, 0, 0, 0.1);
  background: #fff5e3;
}
.web-product-price2-container .product-price2-main .product-price2-content .item .privateCloud .content {
  width: 100%;
  padding: 0 0 20px;
  text-align: center;
  font-size: 26px;
  color: #000;
  line-height: 28px;
}
.web-product-price2-container .product-price2-main .product-price2-content .item.item-last .project {
  position: relative;
}
.web-product-price2-container .product-price2-main .product-price2-content .item.item-last .project .content {
  padding-bottom: 42px;
}
.web-product-price2-container .product-price2-main .product-price2-content .item.item-last .project::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 25px;
  width: calc(100% - 50px);
  height: 2px;
  background: #d8d8d8;
}
.web-product-price2-container .product-price2-main .product-price2-content .item.item-last .terminal,
.web-product-price2-container .product-price2-main .product-price2-content .item.item-last .share,
.web-product-price2-container .product-price2-main .product-price2-content .item.item-last .development,
.web-product-price2-container .product-price2-main .product-price2-content .item.item-last .privateCloud {
  position: relative;
}
.web-product-price2-container .product-price2-main .product-price2-content .item.item-last .terminal::after,
.web-product-price2-container .product-price2-main .product-price2-content .item.item-last .share::after,
.web-product-price2-container .product-price2-main .product-price2-content .item.item-last .development::after,
.web-product-price2-container .product-price2-main .product-price2-content .item.item-last .privateCloud::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 2px;
  background: #d8d8d8;
}
.web-product-price2-container .product-price2-main .product-price2-content .item.item-common .project .content {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 28px;
}
.web-product-price2-container .product-price2-main .product-price2-content .item.item-common-last .project .content {
  padding-bottom: 60px;
}

.mob-product-price2-container {
  min-width: 375px;
  width: 100%;
  height: 100%;
}
.mob-product-price2-container .product-price2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 128.53333333333333vw;
  margin-bottom: 4.8vw;
  max-height: 964px;
  background: url('/imgs/header.png') no-repeat center;
  background-size: 100% 100%;
  font-family: SourceHanSansSC-Medium, SourceHanSansSC;
  color: #FFFFFF;
  text-align: center;
}
.mob-product-price2-container .product-price2-header .title {
  width: 44.53333333333334%;
  height: 5.333333333333334vw;
  line-height: 5.333333333333334vw;
  margin-top: 35.333333333333336vw;
  font-size: 5.333333333333334vw;
}
.mob-product-price2-container .product-price2-header .subtitle {
  width: 73.46666666666667%;
  height: 10.666666666666668vw;
  margin-top: 6.266666666666667vw;
  font-size: 3.733333333333334vw;
}
.mob-product-price2-container .product-price2-header .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43.6%;
  height: 9.6vw;
  margin-top: 11.600000000000001vw;
  font-size: 3.8666666666666667vw;
  line-height: 5.733333333333333vw;
  border-radius: 11px;
  font-weight: 500;
  color: #FFEACC;
  background: #C47C14;
}
.mob-product-price2-container .product-price2-tabs {
  display: flex;
  align-items: center;
  width: 100%;
  height: 24vw;
  padding-left: 2.666666666666667vw;
  margin-bottom: 10.666666666666668vw;
  overflow: auto;
  position: relative;
  scroll-behavior: smooth;
}
.mob-product-price2-container .product-price2-tabs::-webkit-scrollbar {
  display: none;
}
.mob-product-price2-container .product-price2-tabs .tab-item {
  flex: 1 0 auto;
  width: 28.53333333333333%;
  height: 17.599999999999998vw;
  padding-top: 2.1333333333333333vw;
  padding-left: 2vw;
  margin-right: 1.866666666666667vw;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  scroll-behavior: smooth;
}
.mob-product-price2-container .product-price2-tabs .tab-item:last-child {
  margin-right: 0;
  margin-right: 2.666666666666667vw;
}
.mob-product-price2-container .product-price2-tabs .tab-item .en-text {
  height: 4.266666666666667vw;
  font-size: 2.4vw;
  line-height: 4.266666666666667vw;
  font-family: SourceHanSansSC-Regular, SourceHanSansSC;
  font-weight: 400;
  color: #FFFFFF;
}
.mob-product-price2-container .product-price2-tabs .tab-item .zh-text {
  height: 4.266666666666667vw;
  font-size: 3.2vw;
  line-height: 4.266666666666667vw;
  font-family: SourceHanSansSC-Medium, SourceHanSansSC;
  font-weight: 500;
  color: #FFFFFF;
}
.mob-product-price2-container .product-price2-tabs .tab-item .type {
  height: 4.266666666666667vw;
  font-size: 2.4vw;
  line-height: 4.266666666666667vw;
  margin-left: -2vw;
  font-family: SourceHanSansSC-Regular, SourceHanSansSC;
  font-weight: 400;
  color: #FFFFFF;
  white-space: nowrap;
}
.mob-product-price2-container .product-price2-tabs .tab-item .tag {
  position: absolute;
  top: 2.1333333333333333vw;
  right: -6.933333333333333vw;
  width: 21.12vw;
  height: 4.8vw;
  line-height: 4.8vw;
  font-size: 2.4vw;
  letter-spacing: 6px;
  text-align: center;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  transform: rotate(45deg);
}
.mob-product-price2-container .product-price2-tabs .tab-item:nth-child(1) {
  background: linear-gradient(141deg, #BBCCE8 0%, #7F9DC9 100%);
}
.mob-product-price2-container .product-price2-tabs .tab-item:nth-child(1) .tag {
  background: #6691D9;
}
.mob-product-price2-container .product-price2-tabs .tab-item:nth-child(2) {
  background: linear-gradient(134deg, #B0EAFB 0%, #78D1F6 100%);
}
.mob-product-price2-container .product-price2-tabs .tab-item:nth-child(3) {
  background: linear-gradient(136deg, #E9C777 0%, #CF9542 100%);
}
.mob-product-price2-container .product-price2-tabs .tab-item:nth-child(3) .tag {
  background: #C47C14;
}
.mob-product-price2-container .product-price2-tabs .tab-item:nth-child(4) {
  background: linear-gradient(141deg, #84DAFF 0%, #3BA9FB 100%);
}
.mob-product-price2-container .product-price2-tabs .tab-item:nth-child(4) .tag {
  background: #0F9DFD;
}
.mob-product-price2-container .product-price2-tabs .tab-item.active {
  width: 42.66666666666667%;
  height: 24vw;
  padding-top: 4vw;
  padding-left: 3.2vw;
}
.mob-product-price2-container .product-price2-tabs .tab-item.active .en-text {
  height: 4.266666666666667vw;
  font-size: 2.666666666666667vw;
  line-height: 4.266666666666667vw;
}
.mob-product-price2-container .product-price2-tabs .tab-item.active .zh-text {
  height: 8vw;
  font-size: 5.333333333333334vw;
  line-height: 8vw;
}
.mob-product-price2-container .product-price2-tabs .tab-item.active .type {
  height: 4.266666666666667vw;
  font-size: 2.666666666666667vw;
  line-height: 4.266666666666667vw;
}
.mob-product-price2-container .product-price2-tabs .tab-item.active .tag {
  top: 2.6vw;
  right: -5.2vw;
  width: 22vw;
  height: 5.2vw;
  line-height: 5.2vw;
  font-size: 2.666666666666667vw;
}
.mob-product-price2-container .product-price2-content {
  padding-left: 2.666666666666667vw;
  padding-right: 2.666666666666667vw;
}
.mob-product-price2-container .product-price2-content .product-price2-item .title {
  display: flex;
  align-items: center;
}
.mob-product-price2-container .product-price2-content .product-price2-item .title .sign {
  width: 0.5333333333333333%;
  height: 3.733333333333334vw;
  margin-right: 1.0666666666666667vw;
  background: #4DB3FF;
  border-radius: 4px;
}
.mob-product-price2-container .product-price2-content .product-price2-item .title .text {
  height: 4.266666666666667vw;
  font-size: 3.733333333333334vw;
  line-height: 4.266666666666667vw;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}
.mob-product-price2-container .product-price2-content .product-price2-item .divider {
  width: 100%;
  height: 1px;
  background: #4DB3FF;
  margin-top: 2.666666666666667vw;
  margin-bottom: 2.666666666666667vw;
}
.mob-product-price2-container .product-price2-content .product-price2-item .description {
  font-size: 3.733333333333334vw;
  line-height: 5.6000000000000005vw;
  font-family: MicrosoftYaHei;
  color: #333333;
  white-space: pre-line;
  text-align: justify;
  word-break: break-all;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail {
  margin-top: 6.4vw;
  margin-bottom: 7.866666666666666vw;
  padding-top: 6.4vw;
  padding-left: 2.666666666666667vw;
  padding-bottom: 8vw;
  width: 100%;
  background: #EEFAFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .resource .top {
  height: 4.8vw;
  font-size: 3.733333333333334vw;
  line-height: 4.8vw;
  margin-bottom: 5.333333333333334vw;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .resource .middle {
  height: 5.6000000000000005vw;
  font-size: 3.733333333333334vw;
  line-height: 5.6000000000000005vw;
  padding-left: 2.666666666666667vw;
  font-family: MicrosoftYaHei;
  color: #333333;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .cloud {
  margin-top: 10.666666666666668vw;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .cloud .top {
  height: 4.8vw;
  font-size: 3.733333333333334vw;
  line-height: 4.8vw;
  margin-bottom: 5.333333333333334vw;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .cloud .middle {
  height: 5.6000000000000005vw;
  font-size: 3.733333333333334vw;
  line-height: 5.6000000000000005vw;
  padding-left: 2.666666666666667vw;
  font-family: MicrosoftYaHei;
  color: #333333;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .cloud .list {
  padding-left: 2.666666666666667vw;
  margin-top: 5.333333333333334vw;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .cloud .list .list-item {
  display: flex;
  align-items: center;
  font-size: 4.266666666666667vw;
  margin-bottom: 4.266666666666667vw;
  color: #000;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .cloud .list .list-item .list-item-text {
  font-size: 3.733333333333334vw;
  line-height: 5.6000000000000005vw;
  padding-left: 3.2vw;
  font-family: MicrosoftYaHei;
  color: #C47C14;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .cloud .list .list-item:last-child {
  margin-bottom: 0;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .model {
  margin-top: 10.666666666666668vw;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .model .top {
  height: 4.8vw;
  font-size: 3.733333333333334vw;
  line-height: 4.8vw;
  margin-bottom: 5.333333333333334vw;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .model .middle {
  height: 5.6000000000000005vw;
  font-size: 3.733333333333334vw;
  line-height: 5.6000000000000005vw;
  padding-left: 2.666666666666667vw;
  margin-bottom: 5.333333333333334vw;
  font-family: MicrosoftYaHei;
  color: #333333;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .model .list {
  padding-left: 2.666666666666667vw;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .model .list .list-item {
  display: flex;
  align-items: center;
  font-size: 4.266666666666667vw;
  margin-bottom: 4.266666666666667vw;
  color: #000;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .model .list .list-item .list-item-text {
  font-size: 3.733333333333334vw;
  line-height: 5.6000000000000005vw;
  padding-left: 3.2vw;
  font-family: MicrosoftYaHei;
  color: #C47C14;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .model .list .list-item:last-child {
  margin-bottom: 0;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .program {
  margin-top: 10.666666666666668vw;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .program .top {
  height: 4.8vw;
  font-size: 3.733333333333334vw;
  line-height: 4.8vw;
  margin-bottom: 5.333333333333334vw;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .program .middle {
  height: 5.6000000000000005vw;
  font-size: 3.733333333333334vw;
  line-height: 5.6000000000000005vw;
  padding-left: 2.666666666666667vw;
  font-family: MicrosoftYaHei;
  color: #333333;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .program .list {
  padding-left: 2.666666666666667vw;
  margin-top: 5.333333333333334vw;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .program .list .list-item {
  display: flex;
  align-items: center;
  font-size: 4.266666666666667vw;
  margin-bottom: 4.266666666666667vw;
  color: #000;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .program .list .list-item .list-item-text {
  font-size: 3.733333333333334vw;
  line-height: 5.6000000000000005vw;
  padding-left: 3.2vw;
  font-family: MicrosoftYaHei;
  color: #C47C14;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .program .list .list-item:last-child {
  margin-bottom: 0;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .service {
  margin-top: 10.666666666666668vw;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .service .top {
  height: 4.8vw;
  font-size: 3.733333333333334vw;
  line-height: 4.8vw;
  margin-bottom: 5.333333333333334vw;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .service .list {
  padding-left: 2.666666666666667vw;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .service .list .list-item {
  display: flex;
  align-items: center;
  font-size: 4.266666666666667vw;
  margin-bottom: 4.266666666666667vw;
  color: #000;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .service .list .list-item .list-item-text {
  font-size: 3.733333333333334vw;
  line-height: 5.6000000000000005vw;
  padding-left: 3.2vw;
  font-family: MicrosoftYaHei;
  color: #333333;
}
.mob-product-price2-container .product-price2-content .product-price2-item .detail .service .list .list-item:last-child {
  margin-bottom: 0;
}
.mob-product-price2-container .product-price2-modal {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -999;
  padding-top: 48vw;
}
.mob-product-price2-container .product-price2-modal.open {
  z-index: 999;
  background: rgba(19, 19, 19, 0.55);
}
.mob-product-price2-container .product-price2-modal .modal-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 74.66666666666667%;
  height: 98.53333333333333vw;
  max-height: 96%;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}
.mob-product-price2-container .product-price2-modal .modal-box .modal-header {
  height: 31.2vw;
  width: 100%;
  background: url('/imgs/backgroundtip.png') no-repeat;
  background-size: 101% 100%;
}
.mob-product-price2-container .product-price2-modal .modal-box .modal-header .modal-title {
  padding: 0 2px;
  height: 5.6000000000000005vw;
  font-size: 4.266666666666667vw;
  line-height: 5.6000000000000005vw;
  margin-top: 10.666666666666668vw;
  text-align: center;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.mob-product-price2-container .product-price2-modal .modal-box .modal-main {
  flex: 1;
  overflow: auto;
}
.mob-product-price2-container .product-price2-modal .modal-box .modal-main .modal-content {
  height: 22.400000000000002vw;
  font-size: 3.733333333333334vw;
  line-height: 5.6000000000000005vw;
  margin-top: 7.6vw;
  padding-left: 5.333333333333334vw;
  padding-right: 5.333333333333334vw;
  font-family: MicrosoftYaHei;
  color: #333333;
}
.mob-product-price2-container .product-price2-modal .modal-box .modal-footer {
  height: 12.266666666666666vw;
  font-size: 3.733333333333334vw;
  line-height: 4.933333333333334vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-top: 1px solid #F0F0F0;
  font-family: MicrosoftYaHei;
  color: #5C5C5C;
  letter-spacing: 1px;
}


.web-banner-list2 {
  width: 100%;
  height: 100%;
  background-color: #0c0f0f;
}
.web-banner-list2 .default-container {
  background-size: cover;
  background-position: center;
  margin: auto;
  text-align: center;
}
.web-banner-list2 .default-container .title,
.web-banner-list2 .default-container .subtitle {
  color: #ffffff;
  text-align: center;
  white-space: break-spaces;
}
.web-banner-list2 .list-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.web-banner-list2 {
  padding-bottom: 140px;
}
.web-banner-list2 .default-container {
  height: 574px;
  padding-top: 199px;
}
.web-banner-list2 .default-container .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 79px;
  letter-spacing: 8px;
}
.web-banner-list2 .default-container .icon-arrow {
  width: 40px;
  margin: 24px auto 0;
}
.web-banner-list2 .default-container .subtitle {
  font-size: 16px;
  line-height: 26px;
  margin-top: 23px;
}
.web-banner-list2 .default-container .subtitle .left-bracket,
.web-banner-list2 .default-container .subtitle .right-bracket {
  display: inline-block;
  width: 9px;
  height: 23px;
  border: solid 1px #ffffff;
  vertical-align: bottom;
}
.web-banner-list2 .default-container .subtitle .left-bracket {
  border-right: 0;
  margin: 0 5px 2px 0;
}
.web-banner-list2 .default-container .subtitle .right-bracket {
  border-left: 0;
  margin: 0 0 2px 5px;
}
.web-banner-list2 .list-container {
  max-width: 1179px;
  padding: 38px 15px 0;
  margin: auto;
}
.web-banner-list2 .list-container .web-list-item {
  width: 50%;
  min-height: 166px;
  padding-top: 62px;
  padding-left: 62px;
  padding-right: 45px;
  flex-grow: 0;
  display: flex;
}
.web-banner-list2 .list-container .web-list-item .text-container {
  width: 100%;
}
.web-banner-list2 .list-container .web-list-item .text-container .list-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  color: #ffffff;
}
.web-banner-list2 .list-container .web-list-item .text-container .bottom-line {
  margin-top: 25px;
  margin-bottom: 20px;
  border-bottom: solid 2px rgba(255, 255, 255, 0.44);
}
.web-banner-list2 .list-container .web-list-item .text-container .list-content {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.web-banner-list2-mob {
  width: 100%;
  height: 100%;
  margin-top: 46px;
}
.web-banner-list2-mob .default-container {
  background-size: cover;
  background-position: center;
  margin: auto;
  text-align: center;
  height: 72vw;
  padding: 24.2667vw 4vw 0;
}
.web-banner-list2-mob .default-container .title,
.web-banner-list2-mob .default-container .subtitle {
  color: #ffffff;
  text-align: center;
  white-space: break-spaces;
}
.web-banner-list2-mob .default-container .title {
  font-size: 6.4vw;
  font-weight: 600;
  line-height: 8.9333vw;
  margin-bottom: 2.1333vw;
}
.web-banner-list2-mob .default-container .subtitle {
  font-size: 3.7333vw;
  line-height: 5.3333vw;
}
.web-banner-list2-mob .list {
  margin: 0 4vw;
}
.web-banner-list2-mob .list .app-swiper {
  padding: 7.4667vw 0;
}
.web-banner-list2-mob .list .app-swiper .app-swiper-content .web-list-item {
  width: 56.6667vw;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px 0px #DDDDDD;
  border-radius: 1.3333vw;
  margin-right: 3.2vw;
  padding: 8.2667vw 8.8vw 9.4667vw;
  letter-spacing: 0.2667vw;
}
.web-banner-list2-mob .list .app-swiper .app-swiper-content .web-list-item .text-container {
  text-align: center;
}
.web-banner-list2-mob .list .app-swiper .app-swiper-content .web-list-item .text-container .list-title {
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 7.2vw;
  color: #4E4E4E;
}
.web-banner-list2-mob .list .app-swiper .app-swiper-content .web-list-item .text-container .bottom-line {
  display: inline-block;
  margin-top: 2.6667vw;
  margin-bottom: 7.4667vw;
  width: 8vw;
  border-bottom: solid 0.5333vw #00A4FF;
}
.web-banner-list2-mob .list .app-swiper .app-swiper-content .web-list-item .text-container .list-content {
  text-align: left;
  font-size: 3.2vw;
  line-height: 5.6vw;
  color: #5C5C5C;
  font-weight: 400;
}
.web-banner-list2-mob .list .app-swiper .app-swiper-content .web-list-item:last-child {
  margin-right: 0;
}



.app-swiper2 {
  height: 100%;
  width: 100%;
}
.app-swiper2 .app-swiper-content {
  display: flex;
  width: max-content;
  flex-wrap: nowrap;
  position: relative;
}

/**
 * Swiper 6.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 15, 2020
 */

 @font-face {
    font-family: 'swiper-icons';
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
    font-weight: 400;
    font-style: normal;
  }
  :root {
    --swiper-theme-color: #007aff;
  }
  .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
  }
  .swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }
  .swiper-container-android .swiper-slide,
  .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
  }
  .swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
  }
  .swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
  }
  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
  }
  .swiper-slide-invisible-blank {
    visibility: hidden;
  }
  /* Auto Height */
  .swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide {
    height: auto;
  }
  .swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
  }
  /* 3D Effects */
  .swiper-container-3d {
    perspective: 1200px;
  }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  /* CSS Mode */
  .swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
  }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
  }
  .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
  }
  :root {
    --swiper-navigation-size: 44px;
    /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */
  }
  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
  }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
  }
  .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
  }
  .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
  }
  .swiper-button-prev.swiper-button-white,
  .swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff;
  }
  .swiper-button-prev.swiper-button-black,
  .swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000;
  }
  .swiper-button-lock {
    display: none;
  }
  :root {
    /*
    --swiper-pagination-color: var(--swiper-theme-color);
    */
  }
  .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
  /* Common Styles */
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  /* Bullets */
  .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
  }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
  }
  .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
  }
  .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
  }
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
  }
  .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
  }
  /* Progress */
  .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-container-horizontal > .swiper-pagination-progressbar,
  .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
  }
  .swiper-container-vertical > .swiper-pagination-progressbar,
  .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
  }
  .swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
  }
  .swiper-pagination-black {
    --swiper-pagination-color: #000000;
  }
  .swiper-pagination-lock {
    display: none;
  }
  /* Scrollbar */
  .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
  }
  .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
  }
  .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
  }
  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
  }
  .swiper-scrollbar-cursor-drag {
    cursor: move;
  }
  .swiper-scrollbar-lock {
    display: none;
  }
  .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .swiper-zoom-container > img,
  .swiper-zoom-container > svg,
  .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .swiper-slide-zoomed {
    cursor: move;
  }
  /* Preloader */
  :root {
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */
  }
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
  }
  .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
  }
  .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
  }
  @keyframes swiper-preloader-spin {
    100% {
      transform: rotate(360deg);
    }
  }
  /* a11y */
  .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
  }
  .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
  }
  .swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
  }
  .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-fade .swiper-slide-active,
  .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-cube {
    overflow: visible;
  }
  .swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }
  .swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-next,
  .swiper-container-cube .swiper-slide-prev,
  .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-container-cube .swiper-slide-shadow-top,
  .swiper-container-cube .swiper-slide-shadow-bottom,
  .swiper-container-cube .swiper-slide-shadow-left,
  .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
  }
  .swiper-container-flip {
    overflow: visible;
  }
  .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 1;
  }
  .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-flip .swiper-slide-active,
  .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-flip .swiper-slide-shadow-top,
  .swiper-container-flip .swiper-slide-shadow-bottom,
  .swiper-container-flip .swiper-slide-shadow-left,
  .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-upload {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  outline: 0;
}
.ant-upload p {
  margin: 0;
}
.ant-upload-btn {
  display: block;
  width: 100%;
  outline: none;
}
.ant-upload input[type='file'] {
  cursor: pointer;
}
.ant-upload.ant-upload-select {
  display: inline-block;
}
.ant-upload.ant-upload-disabled {
  cursor: not-allowed;
}
.ant-upload.ant-upload-select-picture-card {
  width: 104px;
  height: 104px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  vertical-align: top;
  background-color: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.ant-upload.ant-upload-select-picture-card > .ant-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #1890ff;
}
.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #d9d9d9;
}
.ant-upload.ant-upload-drag {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.ant-upload.ant-upload-drag .ant-upload {
  padding: 16px 0;
}
.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border-color: #096dd9;
}
.ant-upload.ant-upload-drag.ant-upload-disabled {
  cursor: not-allowed;
}
.ant-upload.ant-upload-drag .ant-upload-btn {
  display: table;
  height: 100%;
}
.ant-upload.ant-upload-drag .ant-upload-drag-container {
  display: table-cell;
  vertical-align: middle;
}
.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
  border-color: #40a9ff;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 20px;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
  color: #40a9ff;
  font-size: 48px;
}
.ant-upload.ant-upload-drag p.ant-upload-text {
  margin: 0 0 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}
.ant-upload.ant-upload-drag p.ant-upload-hint {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-upload.ant-upload-drag .anticon-plus {
  color: rgba(0, 0, 0, 0.25);
  font-size: 30px;
  transition: all 0.3s;
}
.ant-upload.ant-upload-drag .anticon-plus:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload.ant-upload-drag:hover .anticon-plus {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-picture-card-wrapper {
  display: inline-block;
  width: 100%;
}
.ant-upload-picture-card-wrapper::before {
  display: table;
  content: '';
}
.ant-upload-picture-card-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ant-upload-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  line-height: 1.5715;
}
.ant-upload-list::before {
  display: table;
  content: '';
}
.ant-upload-list::after {
  display: table;
  clear: both;
  content: '';
}
.ant-upload-list-item {
  position: relative;
  height: 22.001px;
  margin-top: 8px;
  font-size: 14px;
}
.ant-upload-list-item-name {
  display: inline-block;
  width: 100%;
  padding-left: 22px;
  overflow: hidden;
  line-height: 1.5715;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-upload-list-item-card-actions {
  position: absolute;
  right: 0;
}
.ant-upload-list-item-card-actions-btn {
  opacity: 0;
}
.ant-upload-list-item-card-actions-btn.ant-btn-sm {
  height: 20px;
  line-height: 1;
}
.ant-upload-list-item-card-actions.picture {
  top: 22px;
  line-height: 0;
}
.ant-upload-list-item-card-actions-btn:focus,
.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}
.ant-upload-list-item-card-actions .anticon {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-list-item-info {
  height: 100%;
  padding: 0 4px;
  transition: background-color 0.3s;
}
.ant-upload-list-item-info > span {
  display: block;
  width: 100%;
  height: 100%;
}
.ant-upload-list-item-info .anticon-loading .anticon,
.ant-upload-list-item-info .ant-upload-text-icon .anticon {
  position: absolute;
  top: 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-upload-list-item .anticon-close {
  position: absolute;
  top: 6px;
  right: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  line-height: 0;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
}
.ant-upload-list-item .anticon-close:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #f5f5f5;
}
.ant-upload-list-item:hover .anticon-close {
  opacity: 1;
}
.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}
.ant-upload-list-item-error,
.ant-upload-list-item-error .ant-upload-text-icon > .anticon,
.ant-upload-list-item-error .ant-upload-list-item-name {
  color: #ff4d4f;
}
.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  color: #ff4d4f;
}
.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}
.ant-upload-list-item-progress {
  position: absolute;
  bottom: -12px;
  width: 100%;
  padding-left: 26px;
  font-size: 14px;
  line-height: 0;
}
.ant-upload-list-picture .ant-upload-list-item,
.ant-upload-list-picture-card .ant-upload-list-item {
  position: relative;
  height: 66px;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.ant-upload-list-picture .ant-upload-list-item:hover,
.ant-upload-list-picture-card .ant-upload-list-item:hover {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-error,
.ant-upload-list-picture-card .ant-upload-list-item-error {
  border-color: #ff4d4f;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-uploading,
.ant-upload-list-picture-card .ant-upload-list-item-uploading {
  border-style: dashed;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  width: 48px;
  height: 48px;
  line-height: 54px;
  text-align: center;
  opacity: 0.8;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon {
  font-size: 26px;
}
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'],
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'] {
  fill: #fff2f0;
}
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'],
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'] {
  fill: #ff4d4f;
}
.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-picture-card .ant-upload-list-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 26px;
  transform: translate(-50%, -50%);
}
.ant-upload-list-picture .ant-upload-list-item-icon .anticon,
.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon {
  font-size: 26px;
}
.ant-upload-list-picture .ant-upload-list-item-image,
.ant-upload-list-picture-card .ant-upload-list-item-image {
  max-width: 100%;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 0 0 8px;
  padding-right: 8px;
  padding-left: 48px;
  overflow: hidden;
  line-height: 44px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
  line-height: 28px;
}
.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 14px;
  width: calc(100% - 24px);
  margin-top: 0;
  padding-left: 56px;
}
.ant-upload-list-picture .anticon-close,
.ant-upload-list-picture-card .anticon-close {
  position: absolute;
  top: 8px;
  right: 8px;
  line-height: 1;
  opacity: 1;
}
.ant-upload-list-picture-card-container {
  display: inline-block;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
  vertical-align: top;
}
.ant-upload-list-picture-card.ant-upload-list::after {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item {
  height: 100%;
  margin: 0;
}
.ant-upload-list-picture-card .ant-upload-list-item-info {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.ant-upload-list-picture-card .ant-upload-list-item-info::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s;
  content: ' ';
}
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info::before {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
  z-index: 10;
  width: 16px;
  margin: 0 4px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
  color: #fff;
}
.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
.ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: none;
  margin: 8px 0 0;
  padding: 0;
  line-height: 1.5715;
  text-align: center;
}
.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
  position: absolute;
  bottom: 10px;
  display: block;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
  background-color: #fafafa;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
  height: auto;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info::before,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 32px;
  width: calc(100% - 14px);
  padding-left: 0;
}
.ant-upload-list-text-container,
.ant-upload-list-picture-container {
  transition: opacity 0.3s, height 0.3s;
}
.ant-upload-list-text-container::before,
.ant-upload-list-picture-container::before {
  display: table;
  width: 0;
  height: 0;
  content: '';
}
.ant-upload-list-text-container .ant-upload-span,
.ant-upload-list-picture-container .ant-upload-span {
  display: block;
  flex: auto;
}
.ant-upload-list-text .ant-upload-span,
.ant-upload-list-picture .ant-upload-span {
  display: flex;
  align-items: center;
}
.ant-upload-list-text .ant-upload-span > *,
.ant-upload-list-picture .ant-upload-span > * {
  flex: none;
}
.ant-upload-list-text .ant-upload-list-item-name,
.ant-upload-list-picture .ant-upload-list-item-name {
  flex: auto;
  padding: 0 8px;
}
.ant-upload-list-text .ant-upload-list-item-card-actions,
.ant-upload-list-picture .ant-upload-list-item-card-actions {
  position: static;
}
.ant-upload-list-text .ant-upload-text-icon .anticon {
  position: static;
}
.ant-upload-list .ant-upload-animate-inline-appear,
.ant-upload-list .ant-upload-animate-inline-enter,
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-duration: 0.3s;
  animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-upload-list .ant-upload-animate-inline-appear,
.ant-upload-list .ant-upload-animate-inline-enter {
  animation-name: uploadAnimateInlineIn;
}
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-name: uploadAnimateInlineOut;
}
@keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
.ant-upload-rtl {
  direction: rtl;
}
.ant-upload-rtl.ant-upload.ant-upload-select-picture-card {
  margin-right: auto;
  margin-left: 8px;
}
.ant-upload-list-rtl {
  direction: rtl;
}
.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1 {
  padding-right: 22px;
  padding-left: 14px;
}
.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2 {
  padding-right: 22px;
  padding-left: 28px;
}
.ant-upload-list-rtl .ant-upload-list-item-name {
  padding-right: 22px;
  padding-left: 0;
}
.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1 {
  padding-left: 14px;
}
.ant-upload-list-rtl .ant-upload-list-item-card-actions {
  right: auto;
  left: 0;
}
.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon {
  padding-right: 0;
  padding-left: 5px;
}
.ant-upload-list-rtl .ant-upload-list-item-info {
  padding: 0 4px 0 12px;
}
.ant-upload-list-rtl .ant-upload-list-item .anticon-close {
  right: auto;
  left: 4px;
}
.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  padding-right: 0;
  padding-left: 5px;
}
.ant-upload-list-rtl .ant-upload-list-item-progress {
  padding-right: 26px;
  padding-left: 0;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  right: 8px;
  left: auto;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon {
  right: 50%;
  left: auto;
  transform: translate(50%, -50%);
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name {
  margin: 0 8px 0 0;
  padding-right: 48px;
  padding-left: 8px;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1 {
  padding-right: 48px;
  padding-left: 18px;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2 {
  padding-right: 48px;
  padding-left: 36px;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress {
  padding-right: 0;
  padding-left: 0;
}
.ant-upload-list-rtl.ant-upload-list-picture .anticon-close,
.ant-upload-list-rtl.ant-upload-list-picture-card .anticon-close {
  right: auto;
  left: 8px;
}
.ant-upload-list-rtl .ant-upload-list-picture-card-container {
  margin: 0 0 8px 8px;
}
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions {
  right: 50%;
  left: auto;
  transform: translate(50%, -50%);
}
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
  margin: 8px 0 0;
  padding: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-progress {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-progress-line {
  position: relative;
  width: 100%;
  font-size: 14px;
}
.ant-progress-steps {
  display: inline-block;
}
.ant-progress-steps-outer {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ant-progress-steps-item {
  flex-shrink: 0;
  min-width: 2px;
  margin-right: 2px;
  background: #f3f3f3;
  transition: all 0.3s;
}
.ant-progress-steps-item-active {
  background: #1890ff;
}
.ant-progress-small.ant-progress-line,
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
  font-size: 12px;
}
.ant-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.ant-progress-show-info .ant-progress-outer {
  margin-right: calc(-2em - 8px);
  padding-right: calc(2em + 8px);
}
.ant-progress-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  background-color: #f5f5f5;
  border-radius: 100px;
}
.ant-progress-circle-trail {
  stroke: #f5f5f5;
}
.ant-progress-circle-path {
  animation: ant-progress-appear 0.3s;
}
.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #1890ff;
}
.ant-progress-success-bg,
.ant-progress-bg {
  position: relative;
  background-color: #1890ff;
  border-radius: 100px;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}
.ant-progress-success-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #52c41a;
}
.ant-progress-text {
  display: inline-block;
  width: 2em;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
}
.ant-progress-text .anticon {
  font-size: 14px;
}
.ant-progress-status-active .ant-progress-bg::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  content: '';
}
.ant-progress-status-exception .ant-progress-bg {
  background-color: #ff4d4f;
}
.ant-progress-status-exception .ant-progress-text {
  color: #ff4d4f;
}
.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #ff4d4f;
}
.ant-progress-status-success .ant-progress-bg {
  background-color: #52c41a;
}
.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}
.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #52c41a;
}
.ant-progress-circle .ant-progress-inner {
  position: relative;
  line-height: 1;
  background-color: transparent;
}
.ant-progress-circle .ant-progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1em;
  line-height: 1;
  white-space: normal;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ant-progress-circle .ant-progress-text .anticon {
  font-size: 1.16666667em;
}
.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
  color: #ff4d4f;
}
.ant-progress-circle.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}
@keyframes ant-progress-active {
  0% {
    width: 0;
    opacity: 0.1;
  }
  20% {
    width: 0;
    opacity: 0.5;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
.ant-progress-rtl {
  direction: rtl;
}
.ant-progress-rtl.ant-progress-show-info .ant-progress-outer {
  margin-right: 0;
  margin-left: calc(-2em - 8px);
  padding-right: 0;
  padding-left: calc(2em + 8px);
}
.ant-progress-rtl .ant-progress-success-bg {
  right: 0;
  left: auto;
}
.ant-progress-rtl.ant-progress-line .ant-progress-text,
.ant-progress-rtl.ant-progress-steps .ant-progress-text {
  margin-right: 8px;
  margin-left: 0;
  text-align: right;
}

.web-list8 {
  min-height: calc(100vh - 565px);
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
.web-list8 .default-container {
  max-width: 1224px;
  margin: auto;
  padding: 45px 0 50px;
}
.web-list8 .default-container .title {
  height: 60px;
  line-height: 60px;
  border-bottom: solid 1px #cccccc;
  font-size: 30px;
  color: #323a45;
  letter-spacing: 2px;
}
.web-list8 .default-container .title-bottom {
  width: 105px;
  height: 4px;
  background: #24a1d5;
  margin-top: -3px;
}
.web-list8 .default-container .list-container {
  margin-top: 14px;
}
.web-list8 .default-container .list-container .web-list-item {
  margin: 45px 10px 0 0;
  display: flex;
}
.web-list8 .default-container .list-container .web-list-item .item-img {
  width: 203px;
  flex-shrink: 0;
}
.web-list8 .default-container .list-container .web-list-item .item-img img {
  width: 100%;
}
.web-list8 .default-container .list-container .web-list-item .content-card {
  flex-grow: 1;
  padding-left: 30px;
}
.web-list8 .default-container .list-container .web-list-item .content-card .item-title {
  height: 30px;
  font-size: 17px;
  color: #323a45;
  margin-bottom: 2px;
}
.web-list8 .default-container .list-container .web-list-item .content-card .item-subtitle {
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  color: #797e85;
}
.web-list8 .default-container .list-container .web-list-item .content-card .item-content {
  font-size: 14px;
  color: #323a45;
  line-height: 18px;
  margin-top: 8px;
  width: 76.2%;
}
.web-list8 .default-container .list-container .web-list-item .content-bottom {
  margin-top: 5px;
  display: flex;
}
.web-list8 .default-container .list-container .web-list-item .content-bottom .item-userdata {
  font-size: 13px;
  color: #797e85;
  float: left;
  margin-right: 30px;
}
.web-list8 .default-container .list-container .web-list-item .content-bottom .item-userdata .icon {
  float: left;
  margin-top: 3px;
  margin-right: 2px;
}
.layout-mobile .web-list8-mob .default-container {
  padding: 0 4vw;
}
.layout-mobile .web-list8-mob .default-container .title {
  position: relative;
  font-size: 3.7333vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 5.3333vw;
  letter-spacing: 0.6667vw;
  text-align: center;
  margin-top: 7.2vw;
}
.layout-mobile .web-list8-mob .default-container .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60%;
  color: #00A4FF;
  font-size: 3.6667vw;
}
.layout-mobile .web-list8-mob .default-container .subtitle {
  font-size: 2.6667vw;
  font-weight: 400;
  color: #A2A2A2;
  line-height: 3.7333vw;
  letter-spacing: 0.4vw;
  margin-top: 1.8667vw;
  text-align: center;
}
.layout-mobile .web-list8-mob .default-container .img-list .img-item {
  position: relative;
  padding: 5.8667vw 0;
  display: block;
  border-bottom: 1px solid #F1F1F1;
}
.layout-mobile .web-list8-mob .default-container .img-list .img-item:first-child {
  margin-top: 4.9333vw;
}
.layout-mobile .web-list8-mob .default-container .img-list .img-item:last-child {
  margin-bottom: 10vw;
}
.layout-mobile .web-list8-mob .default-container .img-list .img-item img {
  width: 36.1333vw;
  height: 28.4vw;
  background: #D8D8D8;
  border-radius: 1.0667vw;
}
.layout-mobile .web-list8-mob .default-container .img-list .img-item .item-title {
  position: absolute;
  right: -1.3333vw;
  top: 5.8667vw;
  width: 54vw;
  height: 8.8vw;
  font-size: 3.2vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 4.4vw;
  letter-spacing: 0.1333vw;
}
.layout-mobile .web-list8-mob .default-container .img-list .img-item .item-content {
  position: absolute;
  top: 12.7333vw;
  right: -1.3333vw;
  width: 54vw;
  height: 12.8vw;
  font-size: 3.2vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 4.2667vw;
  letter-spacing: 0.2667vw;
  overflow: hidden;
  /*将对象作为弹性伸缩盒子模型显示*/
  display: -webkit-box;
  /*设置子元素排列方式*/
  -webkit-box-orient: vertical;
  /*设置显示的行数，多出的部分会显示为...*/
  -webkit-line-clamp: 3;
}
.layout-mobile .web-list8-mob .default-container .img-list .img-item .item-subtitle {
  position: absolute;
  bottom: 6.9333vw;
  right: 2.7333vw;
  width: 38.5333vw;
  height: 3.4667vw;
  font-size: 2.6667vw;
  font-weight: 400;
  color: #A2A2A2;
  line-height: 3.4667vw;
  text-align: right;
  white-space: nowrap;
}

.web-list4 {
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
.web-list4 .default-container {
  max-width: 1200px;
  margin: auto;
  padding: 83px 0 43px;
}
.web-list4 .default-container .title {
  font-size: 36px;
  line-height: 38px;
  text-align: center;
  color: #333333;
  font-weight: bold;
  margin-bottom: 28px;
}
.web-list4 .default-container .content {
  text-align: center;
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  margin-bottom: 78px;
}
.web-list4 .default-container .header-img {
  max-width: 1200px;
}
.web-list4 .default-container .header-img img {
  width: 100%;
}
.web-list4 .default-container .list-container {
  margin-top: 28px;
}
.web-list4 .default-container .list-container .web-list-item {
  display: flex;
  border-bottom: solid 1px #ededed;
  padding-top: 24px;
  padding-bottom: 23px;
}
.web-list4 .default-container .list-container .web-list-item .item-title {
  font-weight: bold;
  color: #333333;
  width: 307px;
  font-size: 26px;
  line-height: 24px;
  margin-top: 3px;
  margin-bottom: 25px;
  padding-right: 15px;
}
.web-list4 .default-container .list-container .web-list-item .item-content {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  width: 893px;
  white-space: break-spaces;
}
.web-list4 .default-container .list-container .web-list-item:last-child {
  border-bottom: 0;
}
.layout-mobile .web-list4-mob .default-container {
  padding: 6.4vw 0 13.3333vw;
  background-color: #f0f2f5;
}
.layout-mobile .web-list4-mob .default-container .title {
  padding: 0 4vw;
  font-size: 4.8vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 7.2vw;
  text-align: center;
  margin-bottom: 3.2vw;
}
.layout-mobile .web-list4-mob .default-container .content {
  padding: 0 4vw;
  font-size: 3.2vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 5.3333vw;
  text-align: left;
  margin-bottom: 2.6667vw;
}
.layout-mobile .web-list4-mob .default-container .header-img {
  max-width: 100vw;
  margin-bottom: 9.6vw;
}
.layout-mobile .web-list4-mob .default-container .header-img img {
  width: 100%;
}
.layout-mobile .web-list4-mob .default-container .list-container {
  padding: 0 4vw 0;
}
.layout-mobile .web-list4-mob .default-container .list-container .web-list-item .item-title {
  font-size: 4.2667vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 6vw;
  margin-bottom: 1.6vw;
}
.layout-mobile .web-list4-mob .default-container .list-container .web-list-item .item-content {
  font-size: 3.7333vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 5.3333vw;
  margin-bottom: 8vw;
  white-space: break-spaces;
}

.web-img-document.list-page {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.web-img-document.list-page .default-container {
  width: 1230px;
  margin: auto;
  padding: 81px 15px 126px;
  display: flex;
  justify-content: space-between;
}
.web-img-document.list-page .default-container .img-item {
  position: relative;
  color: #ffffff;
  margin-bottom: 24px;
  cursor: pointer;
}
.web-img-document.list-page .default-container .img-item .item-title,
.web-img-document.list-page .default-container .img-item .item-author {
  position: absolute;
  width: 100%;
  padding-left: 14px;
}
.web-img-document.list-page .default-container .img-item .item-title {
  font-size: 18px;
  line-height: 24px;
  bottom: 45px;
}
.web-img-document.list-page .default-container .img-item .item-author {
  font-size: 14px;
  line-height: 19px;
  bottom: 14px;
}
.web-img-document.list-page .default-container .img-item.big-font .item-title {
  font-size: 24px;
  line-height: 31px;
  bottom: 61px;
  padding-left: 14px;
}
.web-img-document.list-page .default-container .left-container {
  width: 918px;
}
.web-img-document.list-page .default-container .left-container .title {
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  border-bottom: solid 2px #0f9af6;
  display: inline-block;
}
.web-img-document.list-page .default-container .left-container .subtitle {
  color: #0f9af6;
  font-family: Arial Black;
  font-weight: 900;
  font-size: 36px;
  line-height: 51px;
  margin-top: 21px;
  margin-bottom: 20px;
}
.web-img-document.list-page .default-container .left-container .img-list {
  display: flex;
  flex-wrap: wrap;
}
.web-img-document.list-page .default-container .left-container .img-list .left-column {
  display: flex;
  flex-wrap: wrap;
  width: 588px;
  justify-content: space-between;
}
.web-img-document.list-page .default-container .left-container .img-list .right-column {
  margin-left: 24px;
}
.web-img-document.list-page .default-container .left-container .img-list .bottom-row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.web-img-document.list-page .default-container .left-container .img-list .bottom-row .img-item {
  margin-right: 24px;
}
.web-img-document.list-page .default-container .right-container {
  margin-left: 40px;
  width: 241px;
}
.web-img-document.list-page .default-container .right-container .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  color: #333333;
}
.web-img-document.list-page .default-container .right-container .list-item {
  border-bottom: solid 1px #ececec;
  cursor: pointer;
}
.web-img-document.list-page .default-container .right-container .list-item .item-title {
  margin-top: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.web-img-document.list-page .default-container .right-container .list-item .item-subtitle {
  font-size: 12px;
  line-height: 16px;
  color: #929596;
  overflow: hidden;
  padding-right: 10px;
  margin-top: 8px;
  margin-bottom: 25px;
  height: 51px;
}
.web-img-document.list-page .default-container .right-container .list-item:last-child {
  border: 0;
}
.web-img-document.document-page.web {
  position: relative;
  min-height: 800px;
  background-color: #f4f5fa;
}
.web-img-document.document-page.web .top-img {
  width: 100%;
  height: 576px;
  position: absolute;
  top: -210px;
  background-size: cover;
  background-position: center;
}
.web-img-document.document-page.web .document-container {
  z-index: 1;
  position: relative;
  width: 1200px;
  min-height: 800px;
  margin: 210px auto 140px;
  background-color: #ffffff;
}
.web-img-document.document-page.web .document-container .back {
  padding: 36px 0 24px 36px;
  font-size: 14px;
  line-height: 24px;
  color: #00a4ff;
  cursor: pointer;
}
.web-img-document.document-page.web .document-container .back .arrow {
  border: solid #00a4ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  margin-right: 4px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.web-img-document.document-page.web .document-container iframe {
  border: 0;
}
.layout-mobile .web-img-document-mob.list-page .default-container {
  padding: 0 4vw;
}
.layout-mobile .web-img-document-mob.list-page .default-container .title {
  position: relative;
  font-size: 4.8vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 6.6667vw;
  text-align: center;
  margin-top: 7.2vw;
}
.layout-mobile .web-img-document-mob.list-page .default-container .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-img-document-mob.list-page .default-container .subtitle {
  font-size: 3.2vw;
  font-weight: 400;
  color: #000000;
  line-height: 5.3333vw;
  margin-top: 6.4vw;
  text-align: center;
}
.layout-mobile .web-img-document-mob.list-page .default-container .img-list .img-item {
  position: relative;
  margin-bottom: 11.8667vw;
}
.layout-mobile .web-img-document-mob.list-page .default-container .img-list .img-item:first-child {
  margin-top: 4.9333vw;
}
.layout-mobile .web-img-document-mob.list-page .default-container .img-list .img-item img {
  width: 36.1333vw;
  height: 28.4vw;
  background: #D8D8D8;
  border-radius: 1.0667vw;
}
.layout-mobile .web-img-document-mob.list-page .default-container .img-list .img-item .item-title {
  position: absolute;
  right: 0;
  top: 0;
  width: 54vw;
  height: 8.8vw;
  font-size: 3.2vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 4.4vw;
  letter-spacing: 0.1333vw;
}
.layout-mobile .web-img-document-mob.list-page .default-container .img-list .img-item .item-content {
  position: absolute;
  top: 9.7333vw;
  right: 0;
  width: 54vw;
  height: 12.8vw;
  font-size: 3.2vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 4.2667vw;
  letter-spacing: 0.2667vw;
  overflow: hidden;
  /*将对象作为弹性伸缩盒子模型显示*/
  display: -webkit-box;
  /*设置子元素排列方式*/
  -webkit-box-orient: vertical;
  /*设置显示的行数，多出的部分会显示为...*/
  -webkit-line-clamp: 3;
}
.layout-mobile .web-img-document-mob.list-page .default-container .img-list .img-item .item-time {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38.5333vw;
  height: 3.4667vw;
  font-size: 2.6667vw;
  font-weight: 400;
  color: #A2A2A2;
  line-height: 3.4667vw;
  text-align: right;
}

.web-list6 {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background-color: #fbfdff;
}
.web-list6 .default-container {
  max-width: 1200px;
  margin: auto;
  padding: 80px 0 56px;
}
.web-list6 .default-container .title {
  font-size: 36px;
  line-height: 38px;
  text-align: center;
  color: #333333;
  font-weight: bold;
  margin-bottom: 43px;
}
.web-list6 .default-container .content {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  white-space: pre-wrap;
  padding: 0 80px;
}
.web-list6 .default-container .subtitle {
  font-size: 26px;
  line-height: 38px;
  color: #333333;
  text-align: center;
  margin-top: 56px;
}
.web-list6 .default-container .list-container {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.web-list6 .default-container .list-container .web-list-item {
  display: flex;
  width: 32%;
  min-height: 230px;
  margin-bottom: 24px;
  padding: 24px 30px 0 24px;
  background-color: #ffffff;
  box-shadow: 5px 5px 10px 0px #f4f5fa;
}
.web-list6 .default-container .list-container .web-list-item .item-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin-right: 24px;
}
.web-list6 .default-container .list-container .web-list-item .item-icon img {
  width: 100%;
}
.web-list6 .default-container .list-container .web-list-item .item-title {
  font-weight: bold;
  color: #333333;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 26px;
}
.web-list6 .default-container .list-container .web-list-item .item-content {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  white-space: break-spaces;
}
.layout-mobile .web-list6-mob {
  width: 100%;
  height: 100%;
  padding: 9.6vw 4vw 0;
}
.layout-mobile .web-list6-mob .default-container .title {
  position: relative;
  font-size: 4.8vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 7.2vw;
  text-align: center;
}
.layout-mobile .web-list6-mob .default-container .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-list6-mob .default-container .content {
  padding-top: 11.2vw;
  font-size: 3.2vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 5.3333vw;
  white-space: pre-line;
}
.layout-mobile .web-list6-mob .default-container .subtitle {
  position: relative;
  padding-top: 9.6vw;
  font-size: 4.8vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 7.2vw;
  text-align: center;
}
.layout-mobile .web-list6-mob .default-container .subtitle::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-list6-mob .default-container .list-container {
  padding-top: 11.2vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-mobile .web-list6-mob .default-container .list-container .web-list-item {
  width: 44.5333vw;
  height: 65.4vw;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px #DDDDDD;
  border-radius: 2.1333vw;
  text-align: center;
  margin-bottom: 3.0667vw;
}
.layout-mobile .web-list6-mob .default-container .list-container .web-list-item .item-icon {
  width: 10.6667vw;
  height: 10.6667vw;
  text-align: center;
  margin: 8.2667vw auto 6.6667vw;
}
.layout-mobile .web-list6-mob .default-container .list-container .web-list-item .item-icon img {
  width: 100%;
}
.layout-mobile .web-list6-mob .default-container .list-container .web-list-item .right-container .item-title {
  font-size: 3.2vw;
  font-weight: 500;
  color: #4e4e4e;
  line-height: 4.4vw;
  margin-bottom: 4.8vw;
}
.layout-mobile .web-list6-mob .default-container .list-container .web-list-item .right-container .item-content {
  font-size: 2.6667vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 1.4;
  padding: 0 1.8667vw;
}

.web-list7 {
  width: 100%;
  height: 100%;
  background-color: #f9fafe;
}
.web-list7 .default-container {
  margin: auto;
}
.web-list7 .default-container .title {
  text-align: center;
  color: #333333;
  font-weight: bold;
}
.web-list7 .default-container .list-container .web-list-item {
  background-color: #ffffff;
  box-shadow: 3px 3px 9px 0px rgba(208, 217, 229, 0.16);
  display: flex;
  flex-direction: column;
}
.web-list7 .default-container .list-container .web-list-item .item-img {
  transition: all 0.5s;
  position: relative;
  width: 100%;
}
.web-list7 .default-container .list-container .web-list-item .item-img img {
  width: 100%;
}
.web-list7 .default-container .list-container .web-list-item .item-img .cover {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000005e;
  opacity: 0;
  transition: all 0.5s;
}
.web-list7 .default-container .list-container .web-list-item .item-img .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
}
.web-list7 .default-container .list-container .web-list-item .item-img:hover {
  cursor: pointer;
}
.web-list7 .default-container .list-container .web-list-item .item-img:hover .cover,
.web-list7 .default-container .list-container .web-list-item .item-img:hover .icon-play {
  opacity: 1;
}
.web-list7 .default-container .list-container .web-list-item .content-card {
  flex-grow: 1;
}
.web-list7 .default-container .list-container .web-list-item .content-card .item-title {
  font-weight: bold;
  color: #333333;
}
.web-list7 .default-container .list-container .web-list-item .content-card .item-content {
  color: #666666;
  white-space: break-spaces;
}
.web-list7 .default-container .list-container .web-list-item .item-bottom {
  display: flex;
  justify-content: space-between;
}
.web-list7 .default-container .list-container .web-list-item .item-bottom .item-subtitle {
  color: #666666;
}
.web-list7 .default-container .list-container .web-list-item .item-bottom .item-userdata {
  color: #666666;
  white-space: break-spaces;
}
.layout-web .web-list7 {
  padding: 0 15px;
}
.layout-web .web-list7 .default-container {
  max-width: 1224px;
  padding: 84px 0 78px;
}
.layout-web .web-list7 .default-container .title {
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 65px;
}
.layout-web .web-list7 .default-container .list-container {
  margin-top: 14px;
  display: flex;
  justify-content: space-around;
}
.layout-web .web-list7 .default-container .list-container .web-list-item {
  width: 384px;
  margin: 0 12px 0;
}
.layout-web .web-list7 .default-container .list-container .web-list-item .item-img .icon-play {
  width: 100px;
  height: 100px;
}
.layout-web .web-list7 .default-container .list-container .web-list-item .content-card {
  padding: 37px 46px 0;
}
.layout-web .web-list7 .default-container .list-container .web-list-item .content-card .item-title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 6px;
}
.layout-web .web-list7 .default-container .list-container .web-list-item .content-card .item-content {
  font-size: 14px;
  line-height: 24px;
}
.layout-web .web-list7 .default-container .list-container .web-list-item .item-bottom {
  padding: 51px 46px 65px;
}
.layout-web .web-list7 .default-container .list-container .web-list-item .item-bottom .item-subtitle {
  font-size: 16px;
}
.layout-web .web-list7 .default-container .list-container .web-list-item .item-bottom .item-userdata {
  font-size: 14px;
}
.layout-web .web-list7 .default-container .list-container .web-list-item .item-bottom .item-userdata .anticon-clock-circle {
  margin-right: 12px;
}
.layout-mobile .web-list7 .default-container {
  max-width: 92vw;
  padding: 12.8vw 0 8vw;
}
.layout-mobile .web-list7 .default-container .title {
  font-size: 4.8vw;
  line-height: 6.4vw;
  margin-bottom: 5.3333vw;
}
.layout-mobile .web-list7 .default-container .list-container .web-list-item {
  width: 100%;
  margin-bottom: 5.3333vw;
}
.layout-mobile .web-list7 .default-container .list-container .web-list-item .item-img .icon-play {
  width: 8vw;
  height: 8vw;
}
.layout-mobile .web-list7 .default-container .list-container .web-list-item .content-card {
  padding: 8vw 6.1333vw 0;
}
.layout-mobile .web-list7 .default-container .list-container .web-list-item .content-card .item-title {
  font-size: 3.7333vw;
  line-height: 3.4667vw;
  margin-bottom: 3.2vw;
}
.layout-mobile .web-list7 .default-container .list-container .web-list-item .content-card .item-content {
  font-size: 3.2vw;
  line-height: 5.3333vw;
}
.layout-mobile .web-list7 .default-container .list-container .web-list-item .item-bottom {
  padding: 14.1333vw 6.1333vw 8vw;
}
.layout-mobile .web-list7 .default-container .list-container .web-list-item .item-bottom .item-subtitle {
  font-size: 2.6667vw;
}
.layout-mobile .web-list7 .default-container .list-container .web-list-item .item-bottom .item-userdata {
  font-size: 2.6667vw;
}
.layout-mobile .web-list7 .default-container .list-container .web-list-item .item-bottom .item-userdata .anticon-clock-circle {
  margin-right: 2.6667vw;
}

.web-list-icon-title-content2 {
  width: 100%;
  height: 100%;
  background-color: #f5fbff;
}
.web-list-icon-title-content2 .default-container {
  margin: auto;
}
.web-list-icon-title-content2 .default-container .title-container {
  margin: auto;
  width: fit-content;
  text-align: center;
  color: #333333;
}
.web-list-icon-title-content2 .default-container .title-container .title {
  font-weight: bold;
}
.web-list-icon-title-content2 .default-container .title-container .bottom-line {
  text-align: center;
  display: inline-block;
}
.web-list-icon-title-content2 .default-container .list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.web-list-icon-title-content2 .default-container .list-container .web-list-item {
  width: 46%;
}
.web-list-icon-title-content2 .default-container .list-container .web-list-item .item-title {
  color: #333333;
  text-align: left;
}
.web-list-icon-title-content2 .default-container .list-container .web-list-item .item-title img {
  width: 26px;
  height: 30px;
}
.web-list-icon-title-content2 .default-container .list-container .web-list-item .item-content {
  color: #333333;
  text-align: left;
}
.web-list-icon-title-content2 .default-container {
  max-width: 1230px;
  padding: 67px 15px 0;
}
.web-list-icon-title-content2 .default-container .title-container {
  font-size: 36px;
  margin-bottom: 76px;
  line-height: 47px;
}
.web-list-icon-title-content2 .default-container .title-container .bottom-line {
  margin-top: 38px;
  border-top: 6px solid #00a4ff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  width: 92px;
}
.web-list-icon-title-content2 .default-container .title-container .subtitle {
  font-size: 20px;
  line-height: 24px;
  margin-top: 30px;
}
.web-list-icon-title-content2 .default-container .list-container .item-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.web-list-icon-title-content2 .default-container .list-container .item-title .high-light {
  color: #00a4ff;
}
.web-list-icon-title-content2 .default-container .list-container .item-title img {
  margin-top: -8px;
  margin-right: 12px;
}
.web-list-icon-title-content2 .default-container .list-container .item-content {
  white-space: break-spaces;
  padding: 25px 0 67px;
  font-size: 16px;
  line-height: 24px;
}
.layout-mobile .web-list-icon-title-content2-mob .default-container {
  padding: 8vw 4vw 9.3333vw;
  background: #F5FBFF;
}
.layout-mobile .web-list-icon-title-content2-mob .default-container .title-container {
  margin-bottom: 6.4vw;
}
.layout-mobile .web-list-icon-title-content2-mob .default-container .title-container .title {
  font-size: 4.8vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 7.2vw;
  text-align: center;
  display: block;
  position: relative;
}
.layout-mobile .web-list-icon-title-content2-mob .default-container .title-container .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-list-icon-title-content2-mob .default-container .title-container .bottom-line {
  display: none;
}
.layout-mobile .web-list-icon-title-content2-mob .default-container .title-container .subtitle {
  font-size: 3.7333vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 5.6vw;
  margin-top: 6.2667vw;
  text-align: center;
}
.layout-mobile .web-list-icon-title-content2-mob .default-container .list-container .item-title {
  font-size: 3.2vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 5.3333vw;
  margin-bottom: 3.2vw;
}
.layout-mobile .web-list-icon-title-content2-mob .default-container .list-container .item-title img {
  display: none;
}
.layout-mobile .web-list-icon-title-content2-mob .default-container .list-container .item-content {
  font-size: 3.2vw;
  font-weight: 400;
  color: #666666;
  line-height: 5.3333vw;
  white-space: pre-line;
  margin-bottom: 5.3333vw;
}

.web-list-img-content {
  background: #fff;
  text-align: center;
}
.web-list-img-content .default-container {
  max-width: 1130px;
  margin: auto;
  padding: 54px 15px 69px;
  display: flex;
  justify-content: space-between;
}
.web-list-img-content .default-container .web-list-item {
  font-size: 16px;
  line-height: 30px;
  width: 260px;
  text-align: center;
  margin: 0 15px;
}
.web-list-img-content .default-container .web-list-item .center-img {
  max-width: 28.5%;
  margin: 12px auto 52px;
}
.web-list-img-content .default-container .web-list-item .content {
  color: #666666;
}
.web-list-img-content .bottom-img {
  margin-top: 80px;
  margin-bottom: 40px;
}
.layout-mobile .web-list-img-content-mob .default-container {
  padding: 0 4vw 8vw;
}
.layout-mobile .web-list-img-content-mob .default-container .web-list-item {
  width: 40vw;
  height: 50.6667vw;
  background: #FFFFFF;
  box-shadow: 0vw 0.2667vw 0.5333vw 0vw #DDDDDD;
  border-radius: 0.4vw;
  margin-right: 2.6667vw;
}
.layout-mobile .web-list-img-content-mob .default-container .web-list-item .center-img {
  width: 15.7333vw;
  margin: 5.4667vw auto 8.2667vw;
}
.layout-mobile .web-list-img-content-mob .default-container .web-list-item .center-img img {
  width: 100%;
}
.layout-mobile .web-list-img-content-mob .default-container .web-list-item .content {
  font-size: 3.2vw;
  font-weight: 400;
  color: #666666;
  line-height: 4.2667vw;
  text-align: center;
}
.layout-mobile .web-list-img-content-mob .default-container .web-list-item:last-child {
  margin-right: 0;
}
.layout-mobile .web-list-img-content-mob .bottom-img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.web-list-title-subtitle-content {
  width: 100%;
  height: 100%;
}
.web-list-title-subtitle-content .default-container {
  margin: auto;
}
.web-list-title-subtitle-content .default-container .header {
  width: calc(100% + 1px);
  border: 1px solid #cccccc;
  border-bottom: 0;
}
.web-list-title-subtitle-content .default-container .list-container {
  display: flex;
}
.web-list-title-subtitle-content .default-container .list-container .web-list-item {
  flex: 1;
  margin-right: -1px;
  border: 1px solid #cccccc;
}
.web-list-title-subtitle-content .default-container .list-container .web-list-item .item-title {
  text-align: center;
  color: #000000;
}
.web-list-title-subtitle-content .default-container .list-container .web-list-item .item-subtitle {
  text-align: center;
  color: #d9e6ff;
}
.web-list-title-subtitle-content .default-container .list-container .web-list-item .item-content {
  color: #000000;
}
.web-list-title-subtitle-content .default-container {
  max-width: 1230px;
  padding: 0 15px;
}
.web-list-title-subtitle-content .default-container .list-container .web-list-item {
  padding: 0 118px 41px;
}
.web-list-title-subtitle-content .default-container .list-container .item-title {
  padding-top: 27px;
  padding-bottom: 3px;
  font-size: 26px;
  line-height: 35px;
}
.web-list-title-subtitle-content .default-container .list-container .item-subtitle {
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 1px;
}
.web-list-title-subtitle-content .default-container .list-container .bottom-line {
  margin: 10px auto 30px;
  width: 23px;
  border-bottom: 3px solid #00a4ff;
}
.web-list-title-subtitle-content .default-container .list-container .item-content {
  font-size: 16px;
  line-height: 31px;
}
.web-list-title-subtitle-content .default-container .list-container .item-content .list {
  padding-left: 0;
}
.web-list-title-subtitle-content .default-container .list-container .item-content .list .list-item {
  background-size: 19px 13px;
  background-position: 0px 11px;
  padding-left: 32px;
  margin-bottom: 33px;
}
.layout-mobile .web-list-title-subtitle-content-mob .default-container {
  padding: 1vw 4vw 6.4vw;
}
.layout-mobile .web-list-title-subtitle-content-mob .default-container .list-container .app-swiper .app-swiper-content .web-list-item {
  width: 55.7333vw;
  height: 55.4667vw;
  background: #EFFFFE;
  box-shadow: 0vw 0vw 1.0667vw 0vw #DDDDDD;
  border-radius: 3.2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5.3333vw 8.5333vw 8vw;
  margin-right: 2.6667vw;
}
.layout-mobile .web-list-title-subtitle-content-mob .default-container .list-container .app-swiper .app-swiper-content .web-list-item .item-title {
  font-size: 3.2vw;
  font-weight: 500;
  color: #4E4E4E;
  line-height: 4.4vw;
}
.layout-mobile .web-list-title-subtitle-content-mob .default-container .list-container .app-swiper .app-swiper-content .web-list-item .item-subtitle {
  font-size: 2.4vw;
  font-weight: 400;
  color: #999999;
  line-height: 3.3333vw;
  margin-top: 0.5333vw;
}
.layout-mobile .web-list-title-subtitle-content-mob .default-container .list-container .app-swiper .app-swiper-content .web-list-item .bottom-line {
  margin: 1.3333vw auto 4vw;
  width: 3.0667vw;
  border-bottom: 0.4vw solid #00a4ff;
  margin-top: 0.8vw;
}
.layout-mobile .web-list-title-subtitle-content-mob .default-container .list-container .app-swiper .app-swiper-content .web-list-item .item-content {
  font-size: 2.6667vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 3.7333vw;
}
.layout-mobile .web-list-title-subtitle-content-mob .default-container .list-container .app-swiper .app-swiper-content .web-list-item .item-content .list {
  padding-left: 0;
}
.layout-mobile .web-list-title-subtitle-content-mob .default-container .list-container .app-swiper .app-swiper-content .web-list-item .item-content .list .list-item {
  padding-left: 4vw;
  background-size: 2vw;
  margin-bottom: 5.3333vw;
}
.layout-mobile .web-list-title-subtitle-content-mob .default-container .list-container .app-swiper .app-swiper-content .web-list-item:nth-child(2n) {
  background: #FFFCF8;
}
.layout-mobile .web-list-title-subtitle-content-mob .default-container .list-container .app-swiper .app-swiper-content .web-list-item:last-child {
  margin-right: 0;
}

.web-list-img-title {
  background-color: #f9fafe;
}
.web-list-img-title .default-container {
  max-width: 1200px;
  margin: 0 auto;
}
.web-list-img-title .default-container .header-container {
  margin: auto;
  text-align: center;
  color: #333333;
  font-size: 22px;
  line-height: 38px;
  max-width: 880px;
  padding-top: 75px;
}
.web-list-img-title .default-container .header-container .subtitle {
  margin: 12px auto 0;
}
.web-list-img-title .default-container .list-container {
  padding-top: 55px;
  padding-bottom: 98px;
  display: flex;
}
.web-list-img-title .default-container .list-container img {
  width: 100%;
}
.web-list-img-title .default-container .list-container .cover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #5b54bb70;
  display: none;
}
.web-list-img-title .default-container .list-container .item-title {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.web-list-img-title .default-container .list-container .left-container {
  width: 49%;
  position: relative;
  align-self: flex-start;
}
.web-list-img-title .default-container .list-container .left-container .item-title {
  bottom: 26px;
  font-size: 36px;
  line-height: 38px;
}
.web-list-img-title .default-container .list-container .right-container {
  width: 51%;
  display: flex;
  flex-wrap: wrap;
}
.web-list-img-title .default-container .list-container .right-container .right-item {
  margin-left: 3.9%;
  margin-bottom: 3.9%;
  width: 46.1%;
  position: relative;
}
.web-list-img-title .default-container .list-container .right-container .right-item .item-title {
  bottom: 22px;
  font-size: 24px;
  line-height: 38px;
}
.web-list-img-title .default-container .list-container .left-container:hover,
.web-list-img-title .default-container .list-container .right-item:hover {
  cursor: pointer;
}
.web-list-img-title .default-container .list-container .left-container:hover .cover,
.web-list-img-title .default-container .list-container .right-item:hover .cover {
  display: block;
}
.web-list-img-title .default-container .list-container .left-container:hover .item-title,
.web-list-img-title .default-container .list-container .right-item:hover .item-title {
  bottom: 50%;
  transform: translateY(50%);
}
.layout-mobile .web-list-img-title-mob .default-container {
  background-color: #f9fafe;
  padding: 0 4vw 13.3333vw;
}
.layout-mobile .web-list-img-title-mob .default-container .header-container {
  padding: 8vw 0 6.4vw;
}
.layout-mobile .web-list-img-title-mob .default-container .header-container .title {
  font-size: 3.2vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 5.3333vw;
  padding-bottom: 2.1333vw;
}
.layout-mobile .web-list-img-title-mob .default-container .header-container .subtitle {
  font-size: 3.2vw;
  font-weight: 600;
  color: #333333;
  line-height: 5.3333vw;
}
.layout-mobile .web-list-img-title-mob .default-container .list-container .item {
  position: relative;
  display: block;
  height: 42.6667vw;
  margin-bottom: 3.2vw;
}
.layout-mobile .web-list-img-title-mob .default-container .list-container .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.layout-mobile .web-list-img-title-mob .default-container .list-container .item .item-title {
  font-size: 4.8vw;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 6.6667vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: 99;
}
.layout-mobile .web-list-img-title-mob .default-container .list-container .item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #9A7353;
  opacity: 0.4;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.web-list-icon-title-content5 {
  width: 100%;
  height: 100%;
}
.web-list-icon-title-content5 .default-container {
  margin: auto;
}
.web-list-icon-title-content5 .default-container .title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.web-list-icon-title-content5 .default-container .list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.web-list-icon-title-content5 .default-container .list-container .web-list-item {
  width: 41%;
}
.web-list-icon-title-content5 .default-container .list-container .web-list-item .item-title {
  color: #000000;
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
}
.web-list-icon-title-content5 .default-container .list-container .web-list-item .item-title img {
  vertical-align: top;
  width: 48px;
  height: 48px;
}
.web-list-icon-title-content5 .default-container .list-container .web-list-item .item-content {
  color: #666666;
  text-align: left;
}
.web-list-icon-title-content5 .default-container {
  max-width: 1162px;
  padding: 97px 15px 35px;
}
.web-list-icon-title-content5 .default-container .title {
  font-size: 36px;
  margin-bottom: 65px;
  line-height: 42px;
}
.web-list-icon-title-content5 .default-container .list-container .item-title {
  font-size: 16px;
  line-height: 48px;
}
.web-list-icon-title-content5 .default-container .list-container .item-title span {
  display: inline-block;
}
.web-list-icon-title-content5 .default-container .list-container .item-title img {
  margin-top: 1px;
  margin-right: 16px;
}
.web-list-icon-title-content5 .default-container .list-container .item-content {
  white-space: break-spaces;
  padding: 13px 0 36px;
  font-size: 16px;
  line-height: 24px;
}
.layout-mobile .web-list-icon-title-content5-mob {
  margin: 9.3333vw 4vw 0;
}
.layout-mobile .web-list-icon-title-content5-mob .default-container .title {
  position: relative;
  text-align: center;
  font-size: 4.8vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 7.2vw;
  margin-bottom: 9.6vw;
}
.layout-mobile .web-list-icon-title-content5-mob .default-container .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-list-icon-title-content5-mob .default-container .list-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
}
.layout-mobile .web-list-icon-title-content5-mob .default-container .list-container .web-list-item {
  text-align: center;
  width: 44.5333vw;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px #DDDDDD;
  border-radius: 2.5333vw;
  margin-bottom: 2.9333vw;
  padding-top: 7.4667vw;
  padding-bottom: 2.5333vw;
}
.layout-mobile .web-list-icon-title-content5-mob .default-container .list-container .web-list-item .item-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 3.2vw;
  font-weight: 600;
  color: #4e4e4e;
  line-height: 4.4vw;
  padding: 0 2.6667vw;
  margin-bottom: 6.4vw;
}
.layout-mobile .web-list-icon-title-content5-mob .default-container .list-container .web-list-item .item-title img {
  width: 11.2vw;
  margin: 0 auto 7.4667vw;
}
.layout-mobile .web-list-icon-title-content5-mob .default-container .list-container .web-list-item .item-content {
  font-size: 2.6667vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 1.4;
  padding: 0 1.7333vw;
}
.layout-mobile .web-list-icon-title-content5-mob .default-container .list-container .web-list-item:nth-child(2) .item-title {
  margin-bottom: 2vw;
}

.web-list-icon-text5 {
  width: 100%;
  height: 100%;
}
.web-list-icon-text5 .default-container {
  margin: auto;
}
.web-list-icon-text5 .default-container .title {
  color: #000000;
  font-weight: 600;
}
.web-list-icon-text5 .default-container .web-list-item {
  display: flex;
}
.web-list-icon-text5 .default-container .web-list-item .icon-img {
  text-align: center;
}
.web-list-icon-text5 {
  padding: 0 15px;
}
.web-list-icon-text5 .default-container {
  max-width: 1200px;
  padding: 27px 0 86px;
}
.web-list-icon-text5 .default-container .title {
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 34px;
  margin-top: 23px;
}
.web-list-icon-text5 .default-container .web-list-item {
  align-items: center;
  margin-bottom: 13px;
}
.web-list-icon-text5 .default-container .web-list-item .icon-img {
  width: 34px;
  height: 33px;
  margin-right: 20px;
  flex-shrink: 0;
}
.web-list-icon-text5 .default-container .web-list-item .icon-img img {
  width: 100%;
  height: 100%;
}
.web-list-icon-text5 .default-container .web-list-item .content {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.web-list-icon-text5 .default-container .web-list-item .content a {
  color: #00a4ff;
  text-decoration: underline;
}
.layout-mobile .web-list-icon-text5-mob .default-container {
  padding: 0 4vw 8.5333vw;
}
.layout-mobile .web-list-icon-text5-mob .default-container .title {
  font-size: 4.8vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 7.2vw;
  position: relative;
  text-align: center;
}
.layout-mobile .web-list-icon-text5-mob .default-container .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-list-icon-text5-mob .default-container .web-list {
  margin-top: 9.6vw;
  list-style: none;
  padding-left: 0;
}
.layout-mobile .web-list-icon-text5-mob .default-container .web-list .list-item {
  padding-left: 5.8667vw;
  background: url("/imgs/icon-yuan.png") no-repeat 0 2px;
  font-size: 3.2vw;
  font-weight: 400;
  color: #666666;
  line-height: 5.3333vw;
  margin-bottom: 2.1333vw;
}

.blue-theme {
  --theme-color: #00A4FF;
}
.green-theme {
  --theme-color: #48BF1D;
}
.red-theme {
  --theme-color: #FF4576;
}
.web-message-card-list {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.web-message-card-list.web {
  position: relative;
  padding: 0 15px;
}
.web-message-card-list.web .default-container {
  max-width: 1200px;
  border: 1px solid #cccccc;
  display: flex;
  margin: auto;
}
.web-message-card-list.web .default-container .content-wrap {
  max-width: 65%;
  height: 0;
}
.web-message-card-list.web .default-container .content-wrap .content {
  transition: all 0.5s ease;
}
.web-message-card-list.web .default-container .content-wrap .content .content-item {
  width: 100%;
  height: 100%;
  padding: 39px 50px 68px 50px;
}
.web-message-card-list.web .default-container .content-wrap .content .content-item .item-title {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 14px;
}
.web-message-card-list.web .default-container .content-wrap .content .content-item .item-content {
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  white-space: break-spaces;
}
.web-message-card-list.web .default-container .content-wrap .content .content-item .item-picture {
  width: 100%;
  margin: 20px 0;
}
.web-message-card-list.web .default-container .content-wrap .content .content-item .item-picture img {
  width: 100%;
}
.web-message-card-list.web .default-container .content-wrap .content .content-item .item-button {
  display: inline-block;
  width: auto;
  font-size: 16px;
  line-height: 21px;
  padding: 15px 69px;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
}
.web-message-card-list.web .default-container .content-wrap .content .content-item .item-button:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}
.web-message-card-list.web .default-container .list-container {
  background-color: #ffffff;
  max-width: 35%;
}
.web-message-card-list.web .default-container .list-container .card {
  background-color: #ffffff;
  padding: 29px 46px 25px 44px;
  border: 1px solid #cccccc;
  margin: -1px;
  cursor: pointer;
}
.web-message-card-list.web .default-container .list-container .card .title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
}
.web-message-card-list.web .default-container .list-container .card .subtitle {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  margin-top: 8px;
}
.web-message-card-list.web .default-container .list-container .card:hover {
  position: relative;
  z-index: 2;
  border-color: var(--theme-color);
}
.web-message-card-list.web .default-container .list-container .card:hover .title {
  color: var(--theme-color);
}
.web-message-card-list.web .default-container .list-container .card.selected {
  background: var(--theme-color);
}
.web-message-card-list.web .default-container .list-container .card.selected .title,
.web-message-card-list.web .default-container .list-container .card.selected .subtitle {
  color: #ffffff;
}
.web-message-card-list.web .right-list .list-container {
  border-left: 1px solid #cccccc;
}
.web-message-card-list.web .left-list {
  flex-direction: row-reverse;
}
.web-message-card-list.web .left-list .list-container {
  border-right: 1px solid #cccccc;
}
.web-message-card-list.mobile .ant-collapse .ant-collapse-header {
  color: #000000;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 21px;
  padding: 20px 25px;
}
.web-message-card-list.mobile .ant-collapse .ant-collapse-header .icon-arrow {
  width: 16px;
  height: 10px;
  background-size: cover;
  background-image: url("/imgs/icon-arrow-down.png");
}
.web-message-card-list.mobile .ant-collapse .ant-collapse-content-box {
  padding: 26px 25px 32px 25px;
  background: #F2F2F2;
}
.web-message-card-list.mobile .ant-collapse .ant-collapse-content-box .item-title {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 7px;
}
.web-message-card-list.mobile .ant-collapse .ant-collapse-content-box .item-content {
  font-size: 13px;
  color: #666666;
  line-height: 24px;
}
.web-message-card-list.mobile .ant-collapse .ant-collapse-content-box .item-picture {
  width: 100%;
  margin: 25px 0 32px 0;
}
.web-message-card-list.mobile .ant-collapse .ant-collapse-content-box .item-picture img {
  width: 100%;
  height: 100%;
}
.web-message-card-list.mobile .ant-collapse .ant-collapse-content-box .item-button {
  display: inline-block;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  text-align: center;
  width: 100%;
  font-size: 15px;
  padding: 13px 0;
}
.web-message-card-list.mobile .ant-collapse .ant-collapse-item-active .ant-collapse-header {
  background: var(--theme-color);
  color: #ffffff;
}
.web-message-card-list.mobile .ant-collapse .ant-collapse-item-active .ant-collapse-header .icon-arrow {
  background-image: url("/imgs/icon-arrow-up.png");
}

.web-list-icon-text4 {
  width: 100%;
  height: 100%;
  background-color: #f9fafe;
}
.web-list-icon-text4 .default-container {
  margin: auto;
  display: flex;
}
.web-list-icon-text4 .default-container .web-list-item {
  display: flex;
}
.web-list-icon-text4 .default-container .web-list-item .icon-img {
  text-align: center;
}
.web-list-icon-text4 {
  padding: 0 15px;
}
.web-list-icon-text4 .default-container {
  max-width: 1200px;
  padding: 27px 0 81px;
  justify-content: space-between;
}
.web-list-icon-text4 .default-container .web-list-item {
  align-items: center;
}
.web-list-icon-text4 .default-container .web-list-item .icon-img {
  margin-right: 25px;
}
.web-list-icon-text4 .default-container .web-list-item .content {
  font-size: 24px;
  line-height: 31px;
  font-weight: 500;
  color: #333333;
}
.layout-mobile .web-list-icon-text4-mob .default-container {
  background-color: #f9fafe;
  padding: 6.6667vw 0;
}
.layout-mobile .web-list-icon-text4-mob .default-container .web-list-item {
  text-align: center;
}
.layout-mobile .web-list-icon-text4-mob .default-container .web-list-item .icon-img {
  display: none;
}
.layout-mobile .web-list-icon-text4-mob .default-container .web-list-item .content {
  font-size: 3.2vw;
  font-weight: 400;
  color: #666666;
  line-height: 5.3333vw;
}

.web-list-icon-title-content3 {
  width: 100%;
  height: 100%;
}
.web-list-icon-title-content3 .default-container {
  margin: auto;
}
.web-list-icon-title-content3 .default-container .title-container {
  margin: auto;
  width: fit-content;
  color: #333333;
}
.web-list-icon-title-content3 .default-container .title-container .title {
  font-weight: bold;
}
.web-list-icon-title-content3 .default-container .title-container .content {
  color: #666666;
}
.web-list-icon-title-content3 .default-container .list-container {
  position: relative;
  z-index: 0;
}
.web-list-icon-title-content3 .default-container .list-container .background-img {
  position: absolute;
  z-index: -1;
}
.web-list-icon-title-content3 .default-container .list-container .web-list-item .item-title {
  color: #333333;
}
.web-list-icon-title-content3 .default-container .list-container .web-list-item .item-title img {
  width: 32px;
  height: 37px;
}
.web-list-icon-title-content3 .default-container .list-container .web-list-item .item-content {
  color: #666666;
  text-align: left;
  display: block;
  width: fit-content;
}
.web-list-icon-title-content3 .default-container .list-container .web-list-item .item-content.link {
  color: #0f9af6;
  white-space: break-spaces;
}
.web-list-icon-title-content3 .default-container {
  max-width: 1230px;
  padding: 75px 15px 46px;
}
.web-list-icon-title-content3 .default-container .title-container {
  font-size: 36px;
  margin-bottom: 35px;
  line-height: 47px;
}
.web-list-icon-title-content3 .default-container .title-container .content {
  font-size: 16px;
  line-height: 30px;
  margin-top: 34px;
  padding-right: 25px;
}
.web-list-icon-title-content3 .default-container .list-container .background-img {
  bottom: 12px;
  right: 152px;
}
.web-list-icon-title-content3 .default-container .list-container .item-title {
  font-size: 22px;
  line-height: 38px;
}
.web-list-icon-title-content3 .default-container .list-container .item-title img {
  margin-top: -8px;
  margin-right: 16px;
}
.web-list-icon-title-content3 .default-container .list-container .item-content {
  white-space: break-spaces;
  padding: 9px 0 34px;
  font-size: 16px;
  line-height: 30px;
}
.web-list-icon-title-content3 .default-container .list-container .item-content.link {
  padding-top: 14px;
}
.layout-mobile .web-list-icon-title-content3-mob .default-container {
  padding: 9.6vw 4vw 6.6667vw;
}
.layout-mobile .web-list-icon-title-content3-mob .default-container .title-container .title {
  font-size: 4.8vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 7.2vw;
  position: relative;
  display: block;
  text-align: center;
}
.layout-mobile .web-list-icon-title-content3-mob .default-container .title-container .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-list-icon-title-content3-mob .default-container .title-container .content {
  font-size: 3.7333vw;
  font-weight: 500;
  color: #4E4E4E;
  line-height: 5.6vw;
  margin-top: 8vw;
  margin-bottom: 5.3333vw;
}
.layout-mobile .web-list-icon-title-content3-mob .default-container .list-container .web-list-item .background-img {
  display: block;
  width: 61.3333vw;
  margin: 8vw auto 0;
  text-align: center;
  white-space: break-spaces;
}
.layout-mobile .web-list-icon-title-content3-mob .default-container .list-container .web-list-item .item-title {
  font-size: 3.7333vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 5.6vw;
  margin-top: 5.3333vw;
  margin-bottom: 3.2vw;
}
.layout-mobile .web-list-icon-title-content3-mob .default-container .list-container .web-list-item .item-content {
  display: block;
  font-size: 3.2vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 5.3333vw;
  background: url("/imgs/icon-yuan.png") no-repeat 0 2px;
  padding-left: 5.0667vw;
  white-space: break-spaces;
}
.layout-mobile .web-list-icon-title-content3-mob .default-container .list-container .web-list-item .link {
  color: #56C2FF;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.web-list3 {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background-color: #f9fafe;
}
.web-list3 .default-container {
  max-width: 1200px;
  margin: auto;
  padding: 83px 0 43px;
}
.web-list3 .default-container .title {
  font-size: 36px;
  line-height: 38px;
  text-align: center;
  color: #333333;
  font-weight: bold;
  margin-bottom: 65px;
}
.web-list3 .default-container .list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.web-list3 .default-container .list-container .web-list-item {
  width: 40.5%;
}
.web-list3 .default-container .list-container .web-list-item .item-title {
  max-width: 300px;
  height: 38px;
  background-color: #0f9af6;
  text-align: center;
  font-size: 20px;
  line-height: 38px;
  color: #ffffff;
  margin-bottom: 25px;
}
.web-list3 .default-container .list-container .web-list-item .item-content {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 59px;
}
.layout-mobile .web-list3-mob .default-container {
  padding: 8vw 10vw;
  background: #F9FAFE;
}
.layout-mobile .web-list3-mob .default-container .title {
  font-size: 4.8vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 7.2vw;
  margin-bottom: 3.2vw;
  text-align: center;
}
.layout-mobile .web-list3-mob .default-container .list-container .web-list-item {
  width: 100%;
}
.layout-mobile .web-list3-mob .default-container .list-container .web-list-item .item-title {
  width: 100%;
  font-size: 3.2vw;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 8vw;
  height: 8vw;
  margin: 0 0 1.8667vw 0;
  background-color: #0f9af6;
  text-align: center;
}
.layout-mobile .web-list3-mob .default-container .list-container .web-list-item .item-content {
  font-size: 3.2vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 5.3333vw;
  margin-bottom: 5.3333vw;
}


.web-text6 {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.web-text6 .default-container {
  max-width: 1230px;
  padding: 0 15px;
  margin: auto;
}
.web-text6 .default-container .title {
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.web-text6 .default-container .content {
  color: #666666;
  text-align: center;
}
.web-text6 .default-container {
  max-width: 1230px;
  padding: 82px 15px 79px;
}
.web-text6 .default-container .title {
  font-size: 36px;
  line-height: 38px;
}
.web-text6 .default-container .content {
  font-size: 16px;
  line-height: 36px;
  margin-top: 28px;
}
.layout-mobile .web-text6 .default-container {
  padding: 12.8vw 4vw 6.4vw;
  background-color: #f0f2f5;
}
.layout-mobile .web-text6 .default-container .title {
  font-size: 4.8vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 7.2vw;
  margin-bottom: 2.6667vw;
}
.layout-mobile .web-text6 .default-container .content {
  font-size: 3.2vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 5.3333vw;
  margin: 0;
  text-align: left;
}


.web-banner13 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.web-banner13 .default-container {
  margin: auto;
  text-align: center;
}
.web-banner13 .default-container .title,
.web-banner13 .default-container .content {
  color: #ffffff;
  text-align: left;
}
.web-banner13 .default-container {
  max-width: 1230px;
  height: 576px;
  padding: 245px 15px 0;
}
.web-banner13 .default-container .title {
  max-width: 755px;
  font-size: 60px;
  font-weight: 600;
  line-height: 79px;
  white-space: break-spaces;
}
.web-banner13 .default-container .content {
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0px;
  margin-top: 27px;
}
.layout-mobile .web-banner13 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  margin-top: 48px;
}
.layout-mobile .web-banner13 .default-container {
  height: 72vw;
  padding: 23.4667vw 0 26vw;
  margin: 0 auto;
}
.layout-mobile .web-banner13 .default-container .title {
  text-align: center;
  font-size: 6.4vw;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 8.9333vw;
}
.layout-mobile .web-banner13 .default-container .content {
  padding: 0 15.2vw 0;
  font-size: 3.7333vw;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 5.3333vw;
}


.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}




.web-text7 {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.web-text7 .default-container {
  max-width: 1230px;
  padding: 0 15px;
  margin: auto;
  text-align: center;
}
.web-text7 .default-container .title {
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.web-text7 .default-container .bottom-line {
  text-align: center;
  display: inline-block;
}
.web-text7 .default-container .content-container {
  display: flex;
}
.web-text7 .default-container .content-container .icon-quotation-left,
.web-text7 .default-container .content-container .icon-quotation-right {
  width: 42px;
  height: 38px;
}
.web-text7 .default-container .content-container .content {
  color: #666666;
  text-align: center;
}
.web-text7 .default-container {
  max-width: 1230px;
  padding: 78px 15px 133px;
}
.web-text7 .default-container .title {
  font-size: 36px;
}
.web-text7 .default-container .bottom-line {
  margin-top: 26px;
  border-top: 6px solid #00a4ff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  width: 92px;
}
.web-text7 .default-container .content-container {
  margin-top: 29px;
}
.web-text7 .default-container .content-container .icon-quotation-left {
  margin-right: 36px;
}
.web-text7 .default-container .content-container .icon-quotation-right {
  margin-left: 24px;
  position: relative;
}
.web-text7 .default-container .content-container .content {
  font-size: 16px;
  line-height: 24px;
}
.layout-mobile .web-text7-mob {
  padding: 12.8vw 4vw 0;
}
.layout-mobile .web-text7-mob .default-container .title {
  position: relative;
  font-size: 4.8vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 7.2vw;
  text-align: center;
  margin-bottom: 9.6vw;
}
.layout-mobile .web-text7-mob .default-container .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-text7-mob .default-container .bottom-line {
  display: none;
}
.layout-mobile .web-text7-mob .default-container .content-container .icon-quotation-left,
.layout-mobile .web-text7-mob .default-container .content-container .icon-quotation-right {
  display: none;
}
.layout-mobile .web-text7-mob .default-container .content-container .content {
  font-size: 3.2vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 5.3333vw;
}


.web-banner16 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.web-banner16 .default-container {
  margin: auto;
  text-align: center;
}
.web-banner16 .default-container .title,
.web-banner16 .default-container .content {
  color: #ffffff;
  text-align: center;
  white-space: break-spaces;
}
.web-banner16 .default-container {
  max-width: 1230px;
  height: 574px;
  padding: 213px 15px 0;
}
.web-banner16 .default-container .title {
  font-size: 60px;
  font-weight: 600;
  line-height: 79px;
  letter-spacing: 8px;
}
.web-banner16 .default-container .icon-arrow {
  margin-top: 24px;
  margin-bottom: 24px;
}
.web-banner16 .default-container .content {
  font-size: 16px;
  line-height: 24px;
}
.layout-mobile .web-banner16-mob {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: #161c2a;
  height: 72vw;
  padding: 21.7333vw 4vw 20.6667vw;
}
.layout-mobile .web-banner16-mob .default-container {
  text-align: center;
}
.layout-mobile .web-banner16-mob .default-container .title {
  font-size: 6.4vw;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 8.9333vw;
  margin-bottom: 4.6667vw;
}
.layout-mobile .web-banner16-mob .default-container .icon-arrow {
  display: none;
}
.layout-mobile .web-banner16-mob .default-container .content {
  font-size: 3.7333vw;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 5.3333vw;
  white-space: pre-line;
}










.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.web-banner18 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.web-banner18 .default-container {
  margin: auto;
  text-align: center;
}
.web-banner18 .default-container .title {
  color: #ffffff;
  text-align: center;
}
.layout-web .web-banner18 .default-container {
  max-width: 1230px;
  height: 575px;
  padding: 193px 15px 0;
  text-align: center;
}
.layout-web .web-banner18 .default-container .title {
  font-size: 72px;
  font-weight: bold;
  line-height: 95px;
  margin-bottom: 61px;
}
.layout-web .web-banner18 .default-container .icon-play {
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.layout-mobile .web-banner18 .default-container {
  height: 72vw;
  padding: 17.7333vw 2vw 0;
  text-align: center;
}
.layout-mobile .web-banner18 .default-container .title {
  font-size: 6.4vw;
  font-weight: bold;
  line-height: 6.4vw;
  margin-bottom: 5.0667vw;
}
.layout-mobile .web-banner18 .default-container .icon-play {
  width: 8vw;
  height: 8vw;
  cursor: pointer;
}


.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.web-unordered-list2 {
  width: 100%;
  height: 100%;
}
.web-unordered-list2 .default-container {
  position: relative;
  font-size: 16px;
  line-height: 21px;
  max-width: 1230px;
  padding: 85px 15px 12px;
  margin: auto;
}
.web-unordered-list2 .default-container .subtitle {
  color: #333333;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 29px;
}
.web-unordered-list2 .default-container .subtitle img {
  width: 15px;
  margin-right: 8px;
  transform: translateY(-50%);
}
.web-unordered-list2 .default-container .list-container {
  padding-left: 0;
  position: relative;
}
.web-unordered-list2 .default-container .list-container .web-list-item {
  list-style-type: none;
  white-space: break-spaces;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
.web-unordered-list2 .default-container .list-container .web-list-item .list-item-img {
  text-align: center;
  padding-top: 38px;
  padding-bottom: 24px;
}
.web-unordered-list2 .default-container .list-container .high-light {
  color: #00a4ff;
}
.layout-mobile .web-unordered-list2-mob .default-container {
  padding: 9.6vw 4vw 0;
}
.layout-mobile .web-unordered-list2-mob .default-container .subtitle {
  font-size: 4.8vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 7.2vw;
  position: relative;
  text-align: center;
  padding: 0 0.8vw;
}
.layout-mobile .web-unordered-list2-mob .default-container .subtitle::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-unordered-list2-mob .default-container .list-container {
  padding-left: 0;
}
.layout-mobile .web-unordered-list2-mob .default-container .list-container .web-list-item {
  font-size: 3.2vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 5.3333vw;
  margin-top: 5.6vw;
  padding-left: 0;
  list-style: none;
  white-space: pre-line;
}
.layout-mobile .web-unordered-list2-mob .default-container .list-container .web-list-item .list-item-img {
  width: 100%;
  margin-top: 9.6vw;
}
.layout-mobile .web-unordered-list2-mob .default-container .list-container .web-list-item .list-item-img img {
  width: 100%;
}
.layout-mobile .web-unordered-list2-mob .default-container .list-container .high-light {
  font-size: 3.2vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 5.3333vw;
}




.web-banner12 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.web-banner12 .default-container {
  margin: auto;
  text-align: center;
}
.web-banner12 .default-container .title,
.web-banner12 .default-container .content {
  color: #ffffff;
  text-align: left;
}
.web-banner12 .default-container {
  max-width: 1230px;
  height: 576px;
  padding: 160px 15px 0;
}
.web-banner12 .default-container .title {
  max-width: 755px;
  font-size: 60px;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: 8px;
}
.web-banner12 .default-container .content {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  margin-top: 19px;
  max-width: 700px;
}
.layout-mobile .web-banner12 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  margin-top: 48px;
}
.layout-mobile .web-banner12 .default-container {
  height: 72vw;
  padding: 16.9333vw 4vw 14.4vw;
  margin: 0 auto;
}
.layout-mobile .web-banner12 .default-container .title {
  text-align: center;
  font-size: 6.4vw;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 8.9333vw;
}
.layout-mobile .web-banner12 .default-container .content {
  text-align: center;
  font-size: 3.7333vw;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 5.3333vw;
}



.web-unordered-list {
  width: 100%;
  height: 100%;
}
.web-unordered-list .title {
  margin: auto;
  text-align: center;
  color: #000000;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  width: 633px;
  padding: 55px 15px 39px;
}
.web-unordered-list .default-container {
  position: relative;
  font-size: 16px;
  line-height: 21px;
  max-width: 1243px;
  padding: 0 15px 12px;
  margin: auto;
}
.web-unordered-list .default-container .background-img {
  position: absolute;
  right: 0;
  top: 30px;
}
.web-unordered-list .default-container .subtitle {
  color: #000000;
  font-weight: 600;
  margin-bottom: 23px;
}
.web-unordered-list .default-container .subtitle img {
  width: 15px;
  margin-right: 8px;
  transform: translateY(-50%);
}
.web-unordered-list .default-container .list-container {
  list-style-image: url("/imgs/icon-triangle.png");
  padding-left: 15px;
  position: relative;
}
.web-unordered-list .default-container .list-container .web-list-item {
  padding-left: 8px;
  line-height: 24px;
  margin-bottom: 24px;
}
.web-unordered-list .default-container .list-container .web-list-item .list-item-img {
  text-align: center;
  padding-top: 38px;
  padding-bottom: 13px;
}
.web-unordered-list .default-container .list-container .no-icon {
  list-style-image: none;
  list-style-type: none;
}
.layout-mobile .web-unordered-list-mob {
  padding: 0 4vw 0;
}
.layout-mobile .web-unordered-list-mob .title {
  position: relative;
  text-align: center;
  color: #4E4E4E;
  font-size: 4.8vw;
  line-height: 7.2vw;
  font-weight: 600;
  margin: 5.6vw auto 10vw;
}
.layout-mobile .web-unordered-list-mob .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-unordered-list-mob .default-container .subtitle {
  font-size: 3.7333vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 5.6vw;
}
.layout-mobile .web-unordered-list-mob .default-container .subtitle img {
  display: none;
}
.layout-mobile .web-unordered-list-mob .default-container .background-img {
  display: none;
}
.layout-mobile .web-unordered-list-mob .default-container .list-container {
  list-style: none;
  margin-top: 3.2vw;
  padding-left: 1.8667vw;
}
.layout-mobile .web-unordered-list-mob .default-container .list-container .web-list-item {
  margin-bottom: 2.6667vw;
  position: relative;
}
.layout-mobile .web-unordered-list-mob .default-container .list-container .web-list-item .dot {
  width: 5px;
  height: 5px;
  background: #56C2FF;
  border-radius: 50%;
  position: absolute;
  top: 2vw;
}
.layout-mobile .web-unordered-list-mob .default-container .list-container .web-list-item .content {
  padding-left: 14px;
  font-size: 3.2vw;
  font-weight: 500;
  color: #5C5C5C;
  line-height: 1.66666667;
}
.layout-mobile .web-unordered-list-mob .default-container .list-container .web-list-item .list-item-img {
  margin-top: 2.6667vw;
  text-align: center;
  width: 100%;
}
.layout-mobile .web-unordered-list-mob .default-container .list-container .web-list-item .list-item-img img {
  width: 90%;
}



.the-value .default-container .background-img {
  right: 88px;
  top: 303px;
}

.web-text-img3 {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.web-text-img3 .title {
  color: #333333;
  font-weight: 600;
  margin: auto;
  text-align: center;
}
.web-text-img3 .default-container {
  margin: auto;
  display: flex;
}
.web-text-img3 .default-container .content {
  text-align: left;
  white-space: break-spaces;
  color: #333333;
  justify-self: stretch;
}
.web-text-img3 .default-container .content .bottom-line {
  border-bottom: 2px solid #00a4ff;
}
.web-text-img3 .default-container .left-img {
  width: 510px;
}
.web-text-img3 .default-container .left-img img {
  width: 100%;
}
.web-text-img3 .title {
  max-width: 709px;
  font-size: 36px;
  line-height: 54px;
  padding: 99px 15px 0;
}
.web-text-img3 .default-container {
  max-width: 1225px;
  padding: 35px 15px;
}
.web-text-img3 .default-container .content {
  width: 647px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.web-text-img3 .default-container .content .bottom-line {
  width: 66px;
  padding-top: 25px;
  position: absolute;
  bottom: 0;
}
.web-text-img3 .default-container .left-img {
  width: 510px;
  margin-right: 38px;
}
.layout-mobile .web-text-img3-mob {
  padding: 9.6vw 4vw 0;
}
.layout-mobile .web-text-img3-mob .title {
  position: relative;
  text-align: center;
  color: #4E4E4E;
  font-size: 4.8vw;
  line-height: 7.2vw;
  font-weight: 600;
  margin: 0 auto 3vw;
  white-space: pre-line;
}
.layout-mobile .web-text-img3-mob .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-text-img3-mob .default-container .left-img {
  width: 100%;
  text-align: center;
  margin: 12vw auto 7.4667vw;
}
.layout-mobile .web-text-img3-mob .default-container .left-img img {
  width: 100%;
}
.layout-mobile .web-text-img3-mob .default-container .content {
  font-size: 3.2vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 4.4vw;
  white-space: pre-line;
}




.the-problem .default-container .background-img {
  right: 88px;
  top: 187px;
}

.web-banner-list {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: #161c2a;
}
.web-banner-list .default-container {
  margin: auto;
  text-align: center;
}
.web-banner-list .default-container .title,
.web-banner-list .default-container .content {
  color: #ffffff;
  text-align: center;
  white-space: break-spaces;
}
.web-banner-list .default-container .list-container {
  display: flex;
  position: relative;
}
.web-banner-list .default-container .list-container .web-list-item {
  background-color: #ffffff;
  border: solid 1px #cccccc;
}
.web-banner-list {
  margin-bottom: 200px;
}
.web-banner-list .default-container {
  max-width: 1230px;
  height: 574px;
  padding: 154px 15px 63px;
}
.web-banner-list .default-container .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 6px;
}
.web-banner-list .default-container .content {
  font-size: 14px;
  line-height: 26px;
  margin-top: 27px;
}
.web-banner-list .default-container .list-container {
  top: 85px;
}
.web-banner-list .default-container .list-container .web-list-item {
  width: 274px;
  margin-right: 15px;
  padding-top: 29px;
  padding-bottom: 28px;
}
.web-banner-list .default-container .list-container .web-list-item img {
  width: 34.3%;
}
.web-banner-list .default-container .list-container .web-list-item .list-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000000;
  padding: 17px 25px 15px;
}
.web-banner-list .default-container .list-container .web-list-item .list-content {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  padding: 0 33px;
}
.layout-mobile .web-banner-list-mob .default-container .title {
  background-size: cover;
  background-position: center;
  background-color: #161c2a;
  height: 72vw;
  font-size: 8.5333vw;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 12vw;
  padding: 24vw 8.8vw;
  text-align: center;
}
.layout-mobile .web-banner-list-mob .default-container .list-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 12.8vw 4vw 0;
}
.layout-mobile .web-banner-list-mob .default-container .list-container .web-list-item {
  width: 44.5333vw;
  text-align: center;
  box-shadow: 0px 0px 8px 0px #DDDDDD;
  border-radius: 16px;
  margin-bottom: 2.9333vw;
  padding: 2vw;
}
.layout-mobile .web-banner-list-mob .default-container .list-container .web-list-item img {
  margin-top: 5.3333vw;
  width: 15.4667vw;
  height: 15.4667vw;
}
.layout-mobile .web-banner-list-mob .default-container .list-container .web-list-item .list-title {
  font-size: 3.2vw;
  font-weight: 600;
  color: #000000;
  line-height: 1.375;
  margin-top: 4.8vw;
}
.layout-mobile .web-banner-list-mob .default-container .list-container .web-list-item .list-content {
  text-align: left;
  font-size: 2.6667vw;
  font-weight: 400;
  color: #666666;
  line-height: 1.4;
  margin-top: 6.4vw;
  padding-bottom: 12.5333vw;
}


.web-list-img-title-subtitle5 {
  background: #fff;
}
.web-list-img-title-subtitle5 .default-container {
  max-width: 1110px;
  margin: auto;
  padding: 0 15px;
  margin-bottom: 38px;
  display: flex;
  justify-content: space-between;
}
.web-list-img-title-subtitle5 .default-container .web-list-item {
  font-size: 16px;
  line-height: 21px;
  width: 330px;
  text-align: center;
  margin: 0 15px;
}
.web-list-img-title-subtitle5 .default-container .web-list-item .center-img {
  width: 34.5%;
  margin: 28px 0 25px;
}
.web-list-img-title-subtitle5 .default-container .web-list-item .title {
  color: #000000;
}
.web-list-img-title-subtitle5 .default-container .web-list-item .subtitle {
  color: #666666;
}
.layout-mobile .web-list-img-title-subtitle5-mob .default-container .web-list-item {
  text-align: center;
  margin-bottom: 5.6667vw;
}
.layout-mobile .web-list-img-title-subtitle5-mob .default-container .web-list-item .img {
  width: calc(20vw);
}
.layout-mobile .web-list-img-title-subtitle5-mob .default-container .web-list-item .title {
  font-size: 3.2vw;
  font-weight: 600;
  color: #333333;
  line-height: 4.4vw;
  margin-top: 3.7333vw;
}
.layout-mobile .web-list-img-title-subtitle5-mob .default-container .web-list-item .subtitle {
  font-size: 3.2vw;
  font-weight: 400;
  color: #666666;
  line-height: 4.4vw;
  width: calc(50vw);
  margin: 2.0667vw auto 0;
}




.the-earning .default-container .background-img {
  right: 88px;
  top: 120px;
}

.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.web-list-img2 {
  width: 100%;
  height: 100%;
}
.web-list-img2 .title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.web-list-img2 .subtitle {
  color: #666666;
  text-align: center;
}
.web-list-img2 .default-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.web-list-img2 .default-container .web-list-item .list-img {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}
.web-list-img2 {
  padding: 75px 15px 120px;
}
.web-list-img2 .title {
  font-size: 36px;
}
.web-list-img2 .subtitle {
  font-size: 16px;
  line-height: 18px;
  margin-top: 7px;
}
.web-list-img2 .default-container {
  max-width: 900px;
  margin: 33px auto 0 auto;
}
.web-list-img2 .default-container .web-list-item {
  text-align: center;
}
.web-list-img2 .default-container .web-list-item .list-img {
  height: 55px;
  width: 155px;
  margin: 0 15px 56px;
}
.web-list-img2 .default-container::after {
  content: "";
  width: 170px;
}
.layout-mobile .web-list-img2-mob {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
}
.layout-mobile .web-list-img2-mob .title {
  padding: 12.8vw 0 5.3333vw;
  font-size: 4.8vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 7.2vw;
  order: 1;
}
.layout-mobile .web-list-img2-mob .subtitle {
  padding: 1.3333vw 0 6.4vw;
  font-size: 3.2vw;
  font-weight: 400;
  color: #333333;
  line-height: 4.4vw;
  order: 3;
}
.layout-mobile .web-list-img2-mob .default-container {
  order: 2;
  padding: 1.6vw 2.1333vw;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.layout-mobile .web-list-img2-mob .default-container .web-list-item {
  box-sizing: border-box;
  width: 25%;
  height: 100%;
  text-align: center;
  margin: 2.1333vw auto;
}
.layout-mobile .web-list-img2-mob .default-container .web-list-item .list-img {
  margin: 0 auto;
  width: 24vw;
  height: 7.3333vw;
  width: 20.6667vw;
}
.layout-mobile .web-list-img2-mob .default-container .web-list-item .list-img img {
  padding: 0.6667vw;
  height: 100%;
}
.layout-mobile .web-list-img2-mob .default-container .web-list-item:nth-child(8) {
  transform: scale(2);
}


.web-banner15 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.web-banner15 .default-container {
  margin: auto;
  text-align: center;
}
.web-banner15 .default-container .title,
.web-banner15 .default-container .subtitle {
  color: #ffffff;
  text-align: left;
}
.web-banner15 .default-container {
  max-width: 1230px;
  height: 576px;
  padding: 237px 15px 0;
}
.web-banner15 .default-container .title {
  font-size: 60px;
  font-weight: 600;
  line-height: 79px;
}
.web-banner15 .default-container .subtitle {
  font-size: 24px;
  line-height: 31px;
  margin-top: 29px;
}
.layout-mobile .web-banner15 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  margin-top: 48px;
}
.layout-mobile .web-banner15 .default-container {
  height: 72vw;
  padding: 23.4667vw 0;
  margin: 0 auto;
}
.layout-mobile .web-banner15 .default-container .title {
  text-align: center;
  font-size: 6.4vw;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 8.9333vw;
}
.layout-mobile .web-banner15 .default-container .subtitle {
  text-align: center;
  padding: 0 15.2vw;
  font-size: 3.7333vw;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 5.3333vw;
}


.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.web-list-img-title-subtitle6 {
  background: #fff;
}
.web-list-img-title-subtitle6 .title {
  color: #333333;
  width: 935px;
  font-size: 18px;
  line-height: 38px;
  font-weight: bold;
  margin: 0 auto 14px;
  padding-left: 23px;
}
.web-list-img-title-subtitle6 .default-container {
  max-width: 1015px;
  margin: auto;
  padding: 0 15px;
  margin-bottom: 38px;
  display: flex;
  justify-content: space-between;
}
.web-list-img-title-subtitle6 .default-container .web-list-item {
  text-align: center;
  max-width: 430px;
  margin: 0 15px;
}
.web-list-img-title-subtitle6 .default-container .web-list-item .center-img {
  width: 60px;
  margin: 28px 0 34px;
}
.web-list-img-title-subtitle6 .default-container .web-list-item .content {
  color: #666666;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
}
.layout-mobile .web-list-img-title-subtitle6-mob {
  margin-top: 5.333vw;
}
.layout-mobile .web-list-img-title-subtitle6-mob .title {
  font-size: 3.2vw;
  font-weight: 600;
  color: #333333;
  line-height: 4.2667vw;
  text-align: center;
}
.layout-mobile .web-list-img-title-subtitle6-mob .default-container {
  text-align: center;
  padding: 0 8vw;
}
.layout-mobile .web-list-img-title-subtitle6-mob .default-container .center-img {
  width: 14.6667vw;
  margin: 8vw auto 3.2vw;
}
.layout-mobile .web-list-img-title-subtitle6-mob .default-container .content {
  font-size: 3.2vw;
  font-weight: 400;
  color: #666666;
  line-height: 4.4vw;
}


.web-text10 {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.web-text10 .default-container {
  max-width: 1230px;
  padding: 0 15px;
  margin: auto;
}
.web-text10 .default-container .title {
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.web-text10 .default-container .content {
  color: #666666;
  text-align: left;
}
.web-text10 .default-container {
  max-width: 935px;
  padding: 79px 15px 0;
}
.web-text10 .default-container .title {
  font-size: 36px;
  line-height: 48px;
}
.web-text10 .default-container .content {
  font-size: 16px;
  line-height: 30px;
  margin-top: 34px;
  margin-bottom: 47px;
}
.web-text10 .default-container .content p {
  white-space: pre-wrap;
  margin-bottom: 10px;
}
.web-text10 .default-container .content .bold {
  font-size: 18px;
  line-height: 38px;
  font-weight: bold;
  color: #333333;
}
.layout-mobile .web-text10-mob {
  padding: 9.6vw 4vw 0;
}
.layout-mobile .web-text10-mob .default-container .title {
  position: relative;
  text-align: center;
  color: #4E4E4E;
  font-size: 4.8vw;
  line-height: 7.2vw;
  font-weight: 600;
  margin: 0 auto 3.0667vw;
}
.layout-mobile .web-text10-mob .default-container .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-text10-mob .default-container .content {
  width: 92vw;
  margin-top: 6.6667vw;
  font-size: 3.2vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 5.3333vw;
}
.layout-mobile .web-text10-mob .default-container .content p {
  margin-bottom: 5.3333vw;
}
.layout-mobile .web-text10-mob .default-container .content .bold {
  font-size: 3.2vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 4.2667vw;
}


.web-text9 {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.web-text9 .default-container {
  max-width: 1230px;
  padding: 0 15px;
  margin: auto;
}
.web-text9 .default-container .title {
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.web-text9 .default-container .content {
  color: #666666;
  text-align: left;
}
.web-text9 .default-container {
  max-width: 935px;
  padding: 79px 15px 0;
}
.web-text9 .default-container .title {
  font-size: 36px;
  line-height: 48px;
}
.web-text9 .default-container .content {
  font-size: 16px;
  line-height: 30px;
  margin-top: 34px;
  white-space: break-spaces;
  margin-bottom: 75px;
}
.web-text9 .default-container .bottom-line {
  margin: auto;
  width: 800px;
  border-bottom: solid 2px #d9d9d9;
}
.layout-mobile .web-text9-mob {
  padding: 9.6vw 4vw 0;
}
.layout-mobile .web-text9-mob .default-container .title {
  position: relative;
  text-align: center;
  color: #4E4E4E;
  font-size: 4.8vw;
  line-height: 7.2vw;
  font-weight: 600;
  margin: 0 auto 3.0667vw;
}
.layout-mobile .web-text9-mob .default-container .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-text9-mob .default-container .content {
  width: 92vw;
  white-space: pre-line;
  margin-top: 6.6667vw;
  font-size: 3.2vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 5.3333vw;
}


.web-banner22 {
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.web-banner22 .default-container {
  margin: auto;
}
.web-banner22 .default-container {
  max-width: 1230px;
  height: 507px;
  padding: 176px 15px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.web-banner22 .default-container .container .title {
  font-size: 60px;
  line-height: 79px;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
}
.web-banner22 .default-container .container .subtitle {
  font-size: 24px;
  line-height: 45px;
  text-align: left;
  margin-top: 19px;
  white-space: break-spaces;
  color: #ffffff;
}
.layout-mobile .web-banner22-mob {
  background-size: cover;
  background-position: center;
  background-color: #161c2a;
  height: 72vw;
}
.layout-mobile .web-banner22-mob .default-container .title {
  font-size: 6.4vw;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 8.9333vw;
  text-align: center;
  padding-top: 23.4667vw;
}
.layout-mobile .web-banner22-mob .default-container .subtitle {
  font-size: 3.7333vw;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 5.3333vw;
  text-align: center;
  padding-top: 2.4vw;
}



.web-unordered-list4 {
  width: 100%;
  height: 100%;
}
.web-unordered-list4 .default-container {
  position: relative;
  max-width: 1230px;
  padding: 74px 15px 40px;
  margin: auto;
}
.web-unordered-list4 .default-container .content {
  font-size: 20px;
  line-height: 38px;
  color: #333333;
}
.web-unordered-list4 .default-container .title {
  color: #000000;
  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 31px;
  margin-top: 89px;
}
.web-unordered-list4 .default-container .list-container {
  list-style-type: none;
  padding-left: 0px;
  position: relative;
  margin-bottom: 0;
}
.web-unordered-list4 .default-container .list-container .web-list-item {
  margin-bottom: 4px;
}
.web-unordered-list4 .default-container .list-container .web-list-item .content {
  color: #666666;
  font-size: 16px;
  line-height: 36px;
  white-space: break-spaces;
}
.web-unordered-list4 .default-container .list-container .web-list-item .content .icon {
  width: 16px;
  height: 16px;
  margin-right: 18px;
}
.web-unordered-list4 .default-container .list-container .web-list-item .content a {
  color: #00a4ff;
  text-decoration: underline;
}
.web-unordered-list4 .default-container .list-container .web-list-item .img-container {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.web-unordered-list4 .default-container .list-container .web-list-item .img-container .card {
  width: 384px;
  margin: 0 37px;
}
.web-unordered-list4 .default-container .list-container .web-list-item .img-container .card .card-img {
  width: 100%;
  border: 1px solid #e4e5e6;
}
.web-unordered-list4 .default-container .list-container .web-list-item .img-container .card .card-img .img {
  width: 100%;
}
.web-unordered-list4 .default-container .list-container .web-list-item .img-container .card .card-text {
  margin-top: 5px;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  text-align: center;
  font-weight: 500;
}
.web-unordered-list4 .default-container .list-container .web-list-item.no-icon {
  margin-top: 6px;
}
.layout-mobile .web-unordered-list4-mob .default-container {
  padding: 4.2667vw 4vw 9.6vw;
}
.layout-mobile .web-unordered-list4-mob .default-container .content {
  font-size: 3.2vw;
  font-weight: 400;
  color: #666666;
  line-height: 5.3333vw;
  margin-bottom: 9.6vw;
}
.layout-mobile .web-unordered-list4-mob .default-container .title {
  font-size: 4.8vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 7.2vw;
  text-align: center;
  position: relative;
  margin-bottom: 9.6vw;
}
.layout-mobile .web-unordered-list4-mob .default-container .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-unordered-list4-mob .default-container .list-container {
  list-style: none;
  padding-left: 0;
}
.layout-mobile .web-unordered-list4-mob .default-container .list-container .web-list-item .content {
  margin-bottom: 3.4667vw;
}
.layout-mobile .web-unordered-list4-mob .default-container .list-container .web-list-item .content .icon {
  vertical-align: middle;
  margin-right: 1.8667vw;
}
.layout-mobile .web-unordered-list4-mob .default-container .list-container .web-list-item .content span {
  vertical-align: middle;
}
.layout-mobile .web-unordered-list4-mob .default-container .list-container .web-list-item:nth-child(2) .content {
  margin-bottom: 9.6vw;
}
.layout-mobile .web-unordered-list4-mob .default-container .list-container .no-icon .app-swiper .app-swiper-content .card {
  display: block;
  width: 44.5333vw;
  height: 48.5333vw;
  background: #FFFFFF;
  box-shadow: 0vw 0.5333vw 1.0667vw 0vw #DDDDDD;
  border-radius: 1.3333vw;
  margin-right: 2.9333vw;
  position: relative;
}
.layout-mobile .web-unordered-list4-mob .default-container .list-container .no-icon .app-swiper .app-swiper-content .card .card-img {
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  width: 100%;
}
.layout-mobile .web-unordered-list4-mob .default-container .list-container .no-icon .app-swiper .app-swiper-content .card .card-img img {
  width: 100%;
  border: none;
}
.layout-mobile .web-unordered-list4-mob .default-container .list-container .no-icon .app-swiper .app-swiper-content .card .card-text {
  position: absolute;
  top: 35.4667vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3.0667vw;
  font-weight: 600;
  color: #5C5C5C;
  line-height: 4.2667vw;
}
.layout-mobile .web-unordered-list4-mob .default-container .list-container .no-icon .app-swiper .app-swiper-content .card:last-child {
  margin-right: 0;
}

.app-swiper {
  height: 100%;
  width: 100%;
}
.app-swiper .app-swiper-content {
  display: flex;
  width: max-content;
  flex-wrap: nowrap;
  position: relative;
}


.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.web-unordered-list5 {
  width: 100%;
  height: 100%;
}
.web-unordered-list5 .default-container {
  position: relative;
  max-width: 1230px;
  padding: 83px 15px 20px;
  margin: auto;
}
.web-unordered-list5 .default-container .title {
  color: #333333;
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  margin-bottom: 34px;
  letter-spacing: 1px;
}
.web-unordered-list5 .default-container .list-container {
  list-style-type: none;
  padding-left: 0px;
  position: relative;
  margin-bottom: 0;
}
.web-unordered-list5 .default-container .list-container .web-list-item {
  margin-bottom: 1px;
}
.web-unordered-list5 .default-container .list-container .web-list-item .content {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  white-space: break-spaces;
}
.web-unordered-list5 .default-container .list-container .web-list-item .content .icon {
  margin-right: 32px;
}
.web-unordered-list5 .default-container .list-container .web-list-item .content a {
  color: #00a4ff;
  text-decoration: underline;
}
.web-unordered-list5 .default-container .list-container .web-list-item.no-icon {
  margin-top: 6px;
  margin-left: 39px;
}
.layout-mobile .web-unordered-list5-mob .default-container {
  padding: 9.6vw 4vw 4.5333vw;
}
.layout-mobile .web-unordered-list5-mob .default-container .title {
  font-size: 4.8vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 7.2vw;
  text-align: center;
  position: relative;
}
.layout-mobile .web-unordered-list5-mob .default-container .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-unordered-list5-mob .default-container .list-container {
  margin-top: 9.0667vw;
  padding-left: 4vw;
}
.layout-mobile .web-unordered-list5-mob .default-container .list-container .web-list-item {
  font-size: 3.2vw;
  font-weight: 400;
  color: #666666;
  line-height: 5.3333vw;
  list-style-image: url("/imgs/icon-yuan.png");
  margin-bottom: 2.6667vw;
}
.layout-mobile .web-unordered-list5-mob .default-container .list-container .web-list-item:first-child {
  width: 105%;
  font-weight: 600;
  list-style: none;
  position: relative;
  left: -4vw;
  white-space: pre-line;
}


.web-text-img6 {
  width: 100%;
  height: 100%;
  background-color: #f9fafe;
}
.web-text-img6 .default-container {
  margin: auto;
  display: flex;
}
.web-text-img6 .default-container .right-container .title {
  color: #333333;
  font-weight: 600;
  margin: auto;
  text-align: left;
}
.web-text-img6 .default-container .right-container .content {
  white-space: break-spaces;
  color: #333333;
  text-align: left;
}
.web-text-img6 .default-container .right-container .content p {
  margin-bottom: 16px;
  display: inline-block;
}
.web-text-img6 .default-container {
  max-width: 1230px;
  padding: 0 15px 55px;
}
.web-text-img6 .default-container .right-container {
  width: 660px;
}
.web-text-img6 .default-container .right-container .title {
  font-size: 36px;
  line-height: 54px;
  margin-bottom: 21px;
  margin-top: 76px;
  margin-left: -5px;
}
.web-text-img6 .default-container .right-container .content {
  font-size: 24px;
  line-height: 45px;
}
.web-text-img6 .default-container .left-img {
  margin-right: 66px;
  margin-top: 112px;
  width: 400px;
}
.web-text-img6 .default-container .left-img img {
  width: 100%;
}
.layout-mobile .web-text-img6-mob .default-container {
  padding: 4.2667vw 4vw 8.5333vw;
  background-color: #f9fafe;
  text-align: center;
}
.layout-mobile .web-text-img6-mob .default-container .title {
  font-size: 4.8vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 7.2vw;
  position: relative;
}
.layout-mobile .web-text-img6-mob .default-container .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-text-img6-mob .default-container img {
  height: 40vw;
  margin: 8.8vw 0 3.2vw;
}
.layout-mobile .web-text-img6-mob .default-container .content {
  font-size: 3.2vw;
  font-weight: 500;
  color: #666666;
  line-height: 5.3333vw;
  text-align: left;
}


.web-text-img5 {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.web-text-img5 .default-container {
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.web-text-img5 .default-container .left-container .title {
  color: #333333;
  font-weight: 600;
  margin: auto;
  text-align: left;
}
.web-text-img5 .default-container .left-container .content {
  white-space: break-spaces;
  color: #666666;
  text-align: left;
}
.web-text-img5 .default-container .left-container .content p {
  margin-bottom: 29px;
  display: inline-block;
}
.web-text-img5 .default-container {
  max-width: 1230px;
  padding: 84px 15px 46px;
}
.web-text-img5 .default-container .left-container {
  width: 695px;
}
.web-text-img5 .default-container .left-container .title {
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 40px;
}
.web-text-img5 .default-container .left-container .content {
  font-size: 16px;
  line-height: 30px;
}
.web-text-img5 .default-container .right-img {
  padding: 51px 0 0 20px;
}
.layout-mobile .web-text-img5-mob .default-container {
  padding: 12.8vw 4vw 6.4vw;
}
.layout-mobile .web-text-img5-mob .default-container .title {
  position: relative;
  font-size: 4.8vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 7.2vw;
  text-align: center;
}
.layout-mobile .web-text-img5-mob .default-container .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-text-img5-mob .default-container .image {
  height: 35.2vw;
  margin: 8.5333vw auto 4.2667vw;
  text-align: center;
}
.layout-mobile .web-text-img5-mob .default-container .image img {
  height: 100%;
}
.layout-mobile .web-text-img5-mob .default-container .content {
  font-size: 3.2vw;
  font-weight: 400;
  color: #666666;
  line-height: 5.3333vw;
}


.web-banner20 {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.web-banner20 .background-img {
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translateX(-50%) translateY(-50%);
}
.web-banner20 .default-container {
  margin: auto;
}
.web-banner20 .default-container .title,
.web-banner20 .default-container .content {
  color: #ffffff;
}
.web-banner20 .default-container {
  max-width: 1230px;
  height: 575px;
  padding: 228px 15px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.web-banner20 .default-container .title {
  font-size: 60px;
  font-weight: bold;
  text-align: left;
}
.web-banner20 .default-container .content {
  font-size: 24px;
  line-height: 31px;
  text-align: left;
  margin-top: 24px;
  white-space: break-spaces;
}
.layout-mobile .web-banner20 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  margin-top: 48px;
}
.layout-mobile .web-banner20 .default-container {
  height: 72vw;
  padding: 23.4667vw 0;
  margin: 0 auto;
}
.layout-mobile .web-banner20 .default-container .title {
  text-align: center;
  font-size: 6.4vw;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 8.9333vw;
}
.layout-mobile .web-banner20 .default-container .content {
  text-align: center;
  padding: 0 4vw;
  font-size: 3.7333vw;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 5.3333vw;
}


.web-list-icon-title-content4 {
  width: 100%;
  height: 100%;
}
.web-list-icon-title-content4 .default-container {
  margin: auto;
}
.web-list-icon-title-content4 .default-container .title {
  font-weight: bold;
  color: #333333;
}
.web-list-icon-title-content4 .default-container .list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.web-list-icon-title-content4 .default-container .list-container .web-list-item {
  width: 44%;
}
.web-list-icon-title-content4 .default-container .list-container .web-list-item .item-title {
  color: #333333;
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
}
.web-list-icon-title-content4 .default-container .list-container .web-list-item .item-title img {
  vertical-align: top;
  width: 30px;
  height: 34px;
}
.web-list-icon-title-content4 .default-container .list-container .web-list-item .item-content {
  color: #666666;
  text-align: left;
}
.web-list-icon-title-content4 .default-container {
  max-width: 1230px;
  padding: 82px 15px 35px;
}
.web-list-icon-title-content4 .default-container .title {
  font-size: 36px;
  margin-bottom: 65px;
  line-height: 38px;
}
.web-list-icon-title-content4 .default-container .list-container .item-title {
  font-size: 26px;
  line-height: 35px;
}
.web-list-icon-title-content4 .default-container .list-container .item-title span {
  display: inline-block;
}
.web-list-icon-title-content4 .default-container .list-container .item-title img {
  margin-top: 1px;
  margin-right: 16px;
}
.web-list-icon-title-content4 .default-container .list-container .item-content {
  white-space: break-spaces;
  padding: 25px 0 87px;
  font-size: 16px;
  line-height: 24px;
}
.layout-mobile .web-list-icon-title-content4-mob .default-container {
  padding: 9.6vw 4vw 12.8vw;
}
.layout-mobile .web-list-icon-title-content4-mob .default-container .title {
  font-size: 4.8vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 7.2vw;
  text-align: center;
  position: relative;
}
.layout-mobile .web-list-icon-title-content4-mob .default-container .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-list-icon-title-content4-mob .default-container .list-container {
  margin-top: 9.3333vw;
}
.layout-mobile .web-list-icon-title-content4-mob .default-container .list-container .web-list-item {
  margin-bottom: 3.2vw;
}
.layout-mobile .web-list-icon-title-content4-mob .default-container .list-container .web-list-item .item-title {
  font-size: 3.2vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 4.2667vw;
  margin-bottom: 2.1333vw;
}
.layout-mobile .web-list-icon-title-content4-mob .default-container .list-container .web-list-item .item-title img {
  display: none;
}
.layout-mobile .web-list-icon-title-content4-mob .default-container .list-container .web-list-item .item-content {
  font-size: 3.2vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 5.3333vw;
}


.web-text-img7 {
  width: 100%;
  height: 100%;
  background-color: #f9fafe;
}
.web-text-img7 .default-container {
  margin: auto;
}
.web-text-img7 .default-container .title {
  color: #333333;
  font-weight: 700;
  margin: auto;
  text-align: left;
}
.web-text-img7 .default-container .content {
  white-space: break-spaces;
  color: #666666;
}
.web-text-img7 .default-container .bottom-img {
  display: block;
  margin: auto;
  width: 100%;
}
.web-text-img7 .default-container {
  max-width: 1230px;
  padding: 74px 15px 73px;
}
.web-text-img7 .default-container .title {
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0.5px;
  margin-bottom: 32px;
}
.web-text-img7 .default-container .content {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 92px;
}
.web-text-img7 .default-container .bottom-img {
  max-width: 1000px;
}
.layout-mobile .web-text-img7-mob .default-container {
  padding: 8vw 4vw 9.6vw;
  background: #F9FAFE;
}
.layout-mobile .web-text-img7-mob .default-container .title {
  font-size: 4.8vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 7.2vw;
  position: relative;
  text-align: center;
}
.layout-mobile .web-text-img7-mob .default-container .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-text-img7-mob .default-container .content {
  font-size: 3.2vw;
  font-weight: 400;
  color: #666666;
  line-height: 5.3333vw;
  margin: 9.6vw auto 6.4vw;
  white-space: pre-line;
}
.layout-mobile .web-text-img7-mob .default-container .bottom-img {
  width: 100%;
}


.web-list-tree {
  width: 100%;
  height: 100%;
  margin-bottom: 110px;
  margin-top: 74px;
}
.web-list-tree .default-container {
  width: 1230px;
  margin: auto;
  padding: 0 15px;
}
.web-list-tree .default-container .list-container {
  display: flex;
}
.web-list-tree .default-container .list-container .left-items {
  width: 36%;
  padding-right: 31px;
}
.web-list-tree .default-container .list-container .left-items .web-list-item:nth-child(1) {
  width: 176px;
  margin-top: 89px;
  left: 100px;
}
.web-list-tree .default-container .list-container .left-items .web-list-item:nth-child(2) {
  margin-top: 71px;
  width: 247px;
}
.web-list-tree .default-container .list-container .tree-img {
  width: 61.6%;
}
.web-list-tree .default-container .list-container .right-items {
  width: 39.4%;
  padding-left: 40px;
}
.web-list-tree .default-container .list-container .right-items .web-list-item:nth-child(1) {
  width: 240px;
  left: -39px;
}
.web-list-tree .default-container .list-container .right-items .web-list-item:nth-child(2) {
  margin-top: 68px;
  width: 240px;
}
.web-list-tree .default-container .list-container .right-items .web-list-item:nth-child(3) {
  margin-top: 70px;
  width: 244px;
  left: -82px;
}
.web-list-tree .default-container .list-container .web-list-item {
  position: relative;
}
.web-list-tree .default-container .list-container .web-list-item .item-content {
  color: #333333;
  font-size: 16px;
  line-height: 30px;
}
.layout-mobile .web-list-tree-mob .default-container {
  padding: 9.3333vw 4vw;
}
.layout-mobile .web-list-tree-mob .default-container .list-container .web-list-item .item-title {
  font-size: 3.2vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 4.2667vw;
  margin-bottom: 2.1333vw;
}
.layout-mobile .web-list-tree-mob .default-container .list-container .web-list-item .item-content {
  font-size: 3.2vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 5.3333vw;
  margin-bottom: 3.2vw;
}
.layout-mobile .web-list-tree-mob .default-container .list-container .web-list-item:last-child .item-content {
  margin-bottom: 0;
}


.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}





.web-message-card-list2 {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding-bottom: 100px;
}
.web-message-card-list2 .app-collapse .app-collapse-header {
  color: #000000;
  background-color: #ffffff;
}
.web-message-card-list2 .app-collapse .app-collapse-header .icon-arrow {
  display: block;
  background-size: cover;
  background-image: url("/imgs/icon-arrow-down.png");
}
.web-message-card-list2 .app-collapse .app-collapse-content {
  background: #ffffff;
}
.web-message-card-list2 .app-collapse .app-collapse-content .item-title {
  color: #000000;
  font-weight: 700;
}
.web-message-card-list2 .app-collapse .app-collapse-content .item-content,
.web-message-card-list2 .app-collapse .app-collapse-content .item-memo {
  color: #666666;
}
.web-message-card-list2 .app-collapse .app-collapse-content .item-memo {
  white-space: break-spaces;
}
.web-message-card-list2 .app-collapse .app-collapse-content .item-picture {
  width: 100%;
}
.web-message-card-list2 .app-collapse .app-collapse-content .item-picture img {
  width: 100%;
}
.web-message-card-list2 .app-collapse .app-collapse-content .item-button {
  display: inline-block;
  border: 1px solid #00A4FF;
  color: #00A4FF;
  text-align: center;
  width: 100%;
  font-size: 15px;
  padding: 13px 0;
}
.web-message-card-list2 .app-collapse .app-collapse-content .item-button:hover {
  color: #ffffff;
  background-color: #00A4FF;
}
.web-message-card-list2 .app-collapse .app-collapse-panel.selected .app-collapse-header {
  background: #151B27;
  color: #ffffff;
}
.web-message-card-list2 .app-collapse .app-collapse-panel.selected .app-collapse-header .icon-arrow {
  background-image: url("/imgs/icon-arrow-up.png");
}
.web-message-card-list2.web {
  padding: 0 15px 100px;
}
.web-message-card-list2.web .app-collapse {
  max-width: 1200px;
  margin: auto;
}
.web-message-card-list2.web .app-collapse .app-collapse-header {
  font-size: 16px;
  line-height: 30px;
  padding: 10px 15px 10px 41px;
}
.web-message-card-list2.web .app-collapse .app-collapse-header .icon-arrow {
  width: 26px;
  height: 14px;
  margin-top: 9px;
}
.web-message-card-list2.web .app-collapse .app-collapse-content {
  display: flex;
  padding: 31px 79px 51px 41px;
}
.web-message-card-list2.web .app-collapse .app-collapse-content .content {
  width: 440px;
  padding-right: 50px;
}
.web-message-card-list2.web .app-collapse .app-collapse-content .content .item-title {
  font-size: 26px;
  line-height: 40px;
}
.web-message-card-list2.web .app-collapse .app-collapse-content .content .item-content {
  font-size: 16px;
  line-height: 30px;
  margin: 18px 0 40px 0;
  white-space: pre-line;
}
.web-message-card-list2.web .app-collapse .app-collapse-content .content .item-button {
  font-size: 16px;
  line-height: 21px;
  padding: 15px 0;
}
.web-message-card-list2.web .app-collapse .app-collapse-content .item-picture {
  width: 680px;
}
.web-message-card-list2.web .app-collapse .app-collapse-content .item-memo {
  font-size: 16px;
  line-height: 30px;
  margin: 98px 0 40px 0;
}
.web-message-card-list2.web .app-collapse .app-collapse-panel.selected .app-collapse-header .icon-arrow {
  width: 26px;
  height: 13px;
  background-size: cover;
}
.web-message-card-list2.mobile .app-collapse .app-collapse-header {
  font-size: 15px;
  line-height: 21px;
  padding: 20px 25px;
}
.web-message-card-list2.mobile .app-collapse .app-collapse-header .icon-arrow {
  width: 16px;
  height: 10px;
  background-size: contain;
}
.web-message-card-list2.mobile .app-collapse .app-collapse-content {
  padding: 26px 25px 32px 25px;
}
.web-message-card-list2.mobile .app-collapse .app-collapse-content .item-title {
  font-size: 20px;
  line-height: 28px;
}
.web-message-card-list2.mobile .app-collapse .app-collapse-content .item-content {
  font-size: 13px;
  line-height: 24px;
  padding-top: 12px;
}
.web-message-card-list2.mobile .app-collapse .app-collapse-content .item-picture {
  margin: 25px 0 32px 0;
}
.web-message-card-list2.mobile .app-collapse .app-collapse-content .item-memo {
  font-size: 13px;
  line-height: 24px;
  padding-top: 12px;
  padding-bottom: 32px;
}
.web-message-card-list2.mobile .app-collapse .app-collapse-content .item-button {
  width: 100%;
  font-size: 15px;
  padding: 13px 0;
}

.app-collapse.icon-right .app-collapse-expand-icon {
  float: right;
}
.app-collapse.border .app-collapse-panel.selected .app-collapse-content-wrapper {
  border: 1px solid #d9d9d9;
  border-top-width: 0px;
}
.app-collapse.border .app-collapse-header {
  border: 1px solid #d9d9d9;
  border-top-width: 0px;
}
.app-collapse.border .app-collapse-panel:first-child .app-collapse-header {
  border-top-width: 1px;
}

.app-collapse-panel .app-collapse-header {
  cursor: pointer;
  user-select: none;
}
.app-collapse-panel .app-collapse-header .app-collapse-expand-icon {
  display: inline-block;
  margin-left: 24px;
}
.app-collapse-panel .app-collapse-header .app-collapse-expand-icon .app-collapse-icon-arrow {
  display: inline-block;
  border: solid black;
  padding: 3px;
  border-width: 0 2px 2px 0;
  margin-bottom: 4px;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
.app-collapse-panel .app-collapse-content-wrapper {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.app-collapse-panel.selected .app-collapse-header {
  color: #00a4ff;
}
.app-collapse-panel.selected .app-collapse-header .app-collapse-expand-icon .app-collapse-icon-arrow {
  border-color: #00a4ff;
  margin-bottom: 4px;
  transform: rotate(-135deg);
}

.web-list9 {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background-color: #f5fbff;
}
.web-list9 .default-container {
  display: flex;
  width: 1200px;
  margin: auto;
  padding: 80px 0 140px;
}
.web-list9 .default-container .left-container {
  width: 40%;
  border-right: 6px solid #929596;
  padding: 0 135px 0 0;
}
.web-list9 .default-container .left-container .title {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 26px;
}
.web-list9 .default-container .left-container .content {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.web-list9 .default-container .right-container {
  width: 60%;
  padding-left: 80px;
}
.web-list9 .default-container .right-container .web-list-item {
  margin-bottom: 38px;
}
.web-list9 .default-container .right-container .web-list-item .icon-arrow {
  width: 20px;
  height: 11px;
  margin: 0 0 5px 12px;
}
.web-list9 .default-container .right-container .web-list-item .app-collapse-header {
  color: #666666;
  cursor: pointer;
  user-select: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.web-list9 .default-container .right-container .web-list-item .app-collapse-content {
  padding: 4px 0 0;
}
.web-list9 .default-container .right-container .web-list-item .item-content {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  overflow: hidden;
  white-space: break-spaces;
}
.web-list9 .default-container .right-container .web-list-item.selected .app-collapse-header {
  color: #00a4ff;
}
.web-list9 .default-container .right-container .web-list-item.selected .app-collapse-header .app-collapse-icon-arrow {
  margin-bottom: 0px;
}
.web-list9 .default-container .right-container .web-list-item:last-child {
  margin-bottom: 5px;
}
.layout-mobile .web-list9-mob {
  padding: 0 4vw 0;
}
.layout-mobile .web-list9-mob .default-container .top-container {
  margin: 9.6vw 0 0;
}
.layout-mobile .web-list9-mob .default-container .top-container .title {
  position: relative;
  text-align: center;
  color: #4E4E4E;
  font-size: 4.8vw;
  line-height: 7.2vw;
  font-weight: 600;
  margin: 0 auto 3.0667vw;
}
.layout-mobile .web-list9-mob .default-container .top-container .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-list9-mob .default-container .top-container .content {
  font-size: 3.7333vw;
  font-weight: 500;
  color: #5C5C5C;
  line-height: 5.6vw;
  text-align: center;
  padding-top: 7.6vw;
}
.layout-mobile .web-list9-mob .default-container .bottom-container {
  padding-top: 6.4vw;
}
.layout-mobile .web-list9-mob .default-container .bottom-container .item .item-title {
  font-size: 3.2vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 5.3333vw;
  margin-bottom: 3.2vw;
}
.layout-mobile .web-list9-mob .default-container .bottom-container .item .item-content {
  font-size: 3.2vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 5.3333vw;
  margin-bottom: 5.3333vw;
  padding-left: 5.0667vw;
  margin-top: 3.2vw;
  background: url("/imgs/icon-yuan.png") no-repeat 0 2px;
}


.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}


.web-list10 {
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
.web-list10 .default-container {
  display: flex;
  width: 1200px;
  margin: auto;
  padding: 67px 0 140px;
}
.web-list10 .default-container .left-container {
  width: 34.5%;
  border-right: 8px solid #929596;
}
.web-list10 .default-container .left-container .title {
  margin-top: -4px;
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 26px;
}
.web-list10 .default-container .right-container {
  width: 65.5%;
  padding-left: 160px;
}
.web-list10 .default-container .right-container .web-list-item {
  margin-bottom: 38px;
}
.web-list10 .default-container .right-container .web-list-item .icon-arrow {
  width: 20px;
  height: 11px;
  margin: 0 0 5px 12px;
}
.web-list10 .default-container .right-container .web-list-item .app-collapse-header {
  color: #666666;
  cursor: pointer;
  user-select: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.web-list10 .default-container .right-container .web-list-item .app-collapse-content {
  padding: 9px 0 0;
}
.web-list10 .default-container .right-container .web-list-item .item-content {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  overflow: hidden;
  white-space: break-spaces;
}
.web-list10 .default-container .right-container .web-list-item.selected .app-collapse-header {
  color: #00a4ff;
}
.web-list10 .default-container .right-container .web-list-item.selected .app-collapse-header .app-collapse-icon-arrow {
  margin-bottom: 0px;
}
.web-list10 .default-container .right-container .web-list-item:last-child {
  margin-bottom: 5px;
}
.layout-mobile .web-list10-mob {
  padding: 0 4vw 13.3333vw;
}
.layout-mobile .web-list10-mob .default-container .top-container {
  margin: 18.6667vw 0 13.0667vw;
}
.layout-mobile .web-list10-mob .default-container .top-container .title {
  position: relative;
  text-align: center;
  color: #4E4E4E;
  font-size: 4.8vw;
  line-height: 7.2vw;
  font-weight: 600;
  margin: 0 auto 3.0667vw;
}
.layout-mobile .web-list10-mob .default-container .top-container .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-list10-mob .default-container .bottom-container .item .item-title {
  font-size: 3.7333vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 5.6vw;
  margin-bottom: 3.2vw;
}
.layout-mobile .web-list10-mob .default-container .bottom-container .item .item-content {
  font-size: 3.2vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 5.3333vw;
  margin-bottom: 5.3333vw;
  padding-left: 5.0667vw;
  background: url("/imgs/icon-yuan.png") no-repeat 0 2px;
}


.web-list-icon-text3 {
  width: 100%;
  height: 100%;
  margin-bottom: 82px;
}
.web-list-icon-text3 .default-container {
  width: 1230px;
  margin: auto;
  padding: 0 15px;
}
.web-list-icon-text3 .default-container .header-container {
  color: #333333;
  margin-top: 63px;
  margin-bottom: 62px;
}
.web-list-icon-text3 .default-container .header-container .title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 55px;
}
.web-list-icon-text3 .default-container .header-container .content {
  font-size: 20px;
  line-height: 30px;
  white-space: break-spaces;
}
.web-list-icon-text3 .default-container .list-container {
  display: flex;
}
.web-list-icon-text3 .default-container .list-container .left-items {
  width: 36%;
  padding-right: 10px;
}
.web-list-icon-text3 .default-container .list-container .left-items .item-content {
  margin-bottom: 42px;
}
.web-list-icon-text3 .default-container .list-container .tree-img {
  width: 24.6%;
}
.web-list-icon-text3 .default-container .list-container .right-items {
  width: 39.4%;
  padding-top: 95px;
  padding-left: 19px;
}
.web-list-icon-text3 .default-container .list-container .right-items .item-content {
  margin-bottom: 78px;
}
.web-list-icon-text3 .default-container .list-container .web-list-item .item-title {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-top: 4px;
  margin-bottom: 25px;
}
.web-list-icon-text3 .default-container .list-container .web-list-item .item-title img {
  margin-top: -8px;
  margin-right: 14px;
  width: 28px;
  height: 24px;
}
.web-list-icon-text3 .default-container .list-container .web-list-item .item-content {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
}
.layout-mobile .web-list-icon-text3-mob .default-container {
  padding: 9.6vw 4vw 0;
}
.layout-mobile .web-list-icon-text3-mob .default-container .header-container .title {
  font-size: 4.8vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 7.2vw;
  text-align: center;
  position: relative;
}
.layout-mobile .web-list-icon-text3-mob .default-container .header-container .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-list-icon-text3-mob .default-container .header-container .content {
  font-size: 3.2vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 5.3333vw;
  white-space: pre-line;
  margin-top: 9.6vw;
}
.layout-mobile .web-list-icon-text3-mob .default-container .list-container {
  margin: 3.2vw auto 0;
}
.layout-mobile .web-list-icon-text3-mob .default-container .list-container .web-list-item {
  margin-bottom: 3.2vw;
}
.layout-mobile .web-list-icon-text3-mob .default-container .list-container .web-list-item .item-title {
  font-size: 3.2vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 5.3333vw;
}
.layout-mobile .web-list-icon-text3-mob .default-container .list-container .web-list-item .item-title img {
  display: none;
}
.layout-mobile .web-list-icon-text3-mob .default-container .list-container .web-list-item .item-content {
  margin-top: 3.2vw;
  font-size: 3.2vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 5.3333vw;
}


.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.web-text3 {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.web-text3 .default-container {
  margin: auto;
  text-align: center;
  white-space: break-spaces;
}
.web-text3 .default-container .title {
  color: #000000;
  font-weight: bold;
  text-align: center;
}
.web-text3 .default-container .content {
  color: #666666;
  text-align: center;
  display: inline-block;
}
.layout-web .web-text3 .default-container {
  max-width: 950px;
  padding-top: 80px;
  padding-bottom: 30px;
}
.layout-web .web-text3 .default-container .title {
  line-height: 47px;
  font-size: 36px;
  padding: 0 15px;
}
.layout-web .web-text3 .default-container .content {
  font-size: 16px;
  line-height: 30px;
  padding: 8px 35px 0;
}
.layout-mobile .web-text3 .default-container {
  padding: 50px 25px 30px 25px;
}
.layout-mobile .web-text3 .default-container .title {
  line-height: 36px;
  font-size: 25px;
  padding: 0 12px;
}
.layout-mobile .web-text3 .default-container .content {
  margin-top: 20px;
  font-size: 13px;
  line-height: 24px;
}



.web-video2 {
  width: 100%;
  background-color: #ffffff;
}
.web-video2 .default-container {
  margin: auto;
}
.web-video2 .default-container .no-video {
  background-color: #ffffff;
}
.web-video2 .default-container .video {
  position: relative;
  background-color: #000;
  border: 1px solid #dfdfdf;
}
.web-video2 .default-container .video video {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
.web-video2 .default-container .video .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
}
.web-video2 .default-container .video .cover .play-icon {
  margin: auto;
  cursor: pointer;
  background-size: cover;
  background-image: url(/imgs/icon-play.png);
}
.web-video2 .default-container .video .cover .play-icon:hover {
  background-image: url(/imgs/icon-play-hover.png);
}
.layout-web .web-video2 .no-video {
  width: 1200px;
}
.layout-web .web-video2 .no-video .poster-img {
  width: 100%;
}
.layout-web .web-video2 .default-container {
  max-width: 1200px;
  position: relative;
}
.layout-web .web-video2 .default-container .video {
  width: 100%;
  height: 675px;
}
.layout-web .web-video2 .default-container .video video {
  width: 100%;
  height: 100%;
}
.layout-web .web-video2 .default-container .video .cover .play-icon {
  width: 104px;
  height: 104px;
}
.layout-mobile .web-video2-mob .default-container {
  position: relative;
}
.layout-mobile .web-video2-mob .default-container .video {
  width: 100%;
  height: 100%;
}
.layout-mobile .web-video2-mob .default-container .video .cover .play-icon {
  width: 7.7333vw;
  height: 7.7333vw;
}
.layout-mobile .web-video2-mob .default-container .no-video {
  height: 100%;
  width: 100%;
  padding: 0 4vw;
}
.layout-mobile .web-video2-mob .default-container .no-video .poster-img {
  width: 100%;
}



.web-banner8 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.web-banner8 .default-container {
  margin: auto;
}
.web-banner8 .default-container .left-container .title {
  color: #000000;
}
.web-banner8 .default-container .left-container .subtitle {
  color: #999999;
}
.layout-web .web-banner8 .default-container {
  max-width: 1300px;
  height: 470px;
  padding: 200px 50px 0;
}
.layout-web .web-banner8 .default-container .left-container {
  float: left;
  margin-left: 10px;
}
.layout-web .web-banner8 .default-container .left-container .title {
  height: 50px;
  line-height: 50px;
  font-size: 50px;
}
.layout-web .web-banner8 .default-container .left-container .subtitle {
  height: 26px;
  line-height: 26px;
  font-size: 20px;
  margin-top: 10px;
}
.layout-mobile .web-banner8 {
  background-position: 65%;
}
.layout-mobile .web-banner8 .default-container {
  width: 375px;
  height: 270px;
  padding-top: 46px;
}
.layout-mobile .web-banner8 .default-container .left-container .title {
  text-align: center;
  height: 48px;
  line-height: 48px;
  font-size: 34px;
}
.layout-mobile .web-banner8 .default-container .left-container .subtitle {
  display: none;
}





.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.web-list-icon-title-content {
  width: 100%;
  height: 100%;
}
.web-list-icon-title-content .default-container {
  margin: auto;
}
.web-list-icon-title-content .default-container .title-container {
  margin: auto;
  font-weight: bold;
  width: fit-content;
  text-align-last: center;
  color: #000000;
}
.web-list-icon-title-content .default-container .title-container .bottom-line {
  text-align: center;
  display: inline-block;
}
.web-list-icon-title-content .default-container .content {
  white-space: break-spaces;
  color: #000000;
}
.web-list-icon-title-content .default-container .list-container {
  display: flex;
}
.web-list-icon-title-content .default-container .list-container .web-list-item {
  flex: 1;
  margin-right: -1px;
  border: 1px solid #cccccc;
}
.web-list-icon-title-content .default-container .list-container .web-list-item .item-title {
  color: #ffffff;
  text-align: center;
}
.web-list-icon-title-content .default-container .list-container .web-list-item .item-title img {
  width: 28px;
  height: 28px;
}
.web-list-icon-title-content .default-container .list-container .web-list-item .item-content {
  color: #666666;
  text-align: center;
}
.web-list-icon-title-content .default-container {
  max-width: 1230px;
  padding: 140px 15px 60px;
}
.web-list-icon-title-content .default-container .title-container {
  font-size: 36px;
  margin-bottom: 37px;
  line-height: 36px;
}
.web-list-icon-title-content .default-container .title-container .bottom-line {
  width: 80px;
  margin-top: 43px;
  border-bottom: 2px solid #00a4ff;
}
.web-list-icon-title-content .default-container .content {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 58px;
}
.web-list-icon-title-content .default-container .content .high-light {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 28px;
  display: inline-block;
}
.web-list-icon-title-content .default-container .list-container .item-title {
  padding: 14px 0;
  font-size: 26px;
  line-height: 35px;
}
.web-list-icon-title-content .default-container .list-container .item-title img {
  margin-top: -8px;
  margin-right: 7px;
}
.web-list-icon-title-content .default-container .list-container .item-content {
  padding: 38px 50px 84px;
  font-size: 16px;
  line-height: 24px;
}
.layout-mobile .web-list-icon-title-content-mob .default-container {
  padding: 9.6vw 0;
}
.layout-mobile .web-list-icon-title-content-mob .default-container .title {
  font-size: 4.8vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 7.2vw;
  text-align: center;
  position: relative;
}
.layout-mobile .web-list-icon-title-content-mob .default-container .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-list-icon-title-content-mob .default-container .content {
  font-size: 3.2vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 4.2667vw;
  margin-top: 9.6vw;
  margin-bottom: 6.4vw;
  white-space: pre-line;
  padding: 0 4vw;
}
.layout-mobile .web-list-icon-title-content-mob .default-container .content .high-light {
  font-size: 3.7333vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 5.6vw;
  display: block;
}
.layout-mobile .web-list-icon-title-content-mob .default-container .list-container .ant-collapse .ant-collapse-item .ant-collapse-header {
  font-size: 3.7333vw;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 5.3333vw;
  background: #00A4FF;
}
.layout-mobile .web-list-icon-title-content-mob .default-container .list-container .ant-collapse .ant-collapse-item .ant-collapse-header img {
  width: 4.4vw;
  height: 4.4vw;
  line-height: 4.4vw;
  vertical-align: middle;
  margin-right: 1.4667vw;
}
.layout-mobile .web-list-icon-title-content-mob .default-container .list-container .ant-collapse .ant-collapse-item .ant-collapse-header .icon-arrow {
  width: 4.2667vw;
  height: 2.5333vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/imgs/icon-arrow-down.png");
}
.layout-mobile .web-list-icon-title-content-mob .default-container .list-container .ant-collapse .ant-collapse-item .ant-collapse-content {
  font-size: 3.4667vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 6.4vw;
  background: #F2F2F2;
}
.layout-mobile .web-list-icon-title-content-mob .default-container .list-container .ant-collapse .ant-collapse-item-active .ant-collapse-header {
  color: #ffffff;
}
.layout-mobile .web-list-icon-title-content-mob .default-container .list-container .ant-collapse .ant-collapse-item-active .ant-collapse-header .icon-arrow {
  background-image: url("/imgs/icon-arrow-up.png");
}


.web-text4 {
  width: 100%;
  height: 100%;
  background-color: #f5fbff;
}
.web-text4 .default-container {
  margin: auto;
}
.web-text4 .default-container .title-container {
  margin: auto;
  font-weight: bold;
  width: fit-content;
  text-align-last: center;
  color: #000000;
}
.web-text4 .default-container .title-container .bottom-line {
  text-align: center;
  display: inline-block;
  margin-top: 35px;
}
.web-text4 .default-container .content {
  text-align: left;
  white-space: break-spaces;
  color: #000000;
}
.web-text4 .default-container .content .float-img {
  float: right;
  width: 25.3%;
  margin: 32px 80px 20px 70px;
}
.web-text4 .default-container .content .list {
  padding-left: 0;
}
.web-text4 .default-container .content .list .list-item {
  background-size: 16px;
  background-position: 0px 3px;
  padding-left: 32px;
}
.layout-web .web-text4 .default-container {
  max-width: 1230px;
  padding: 70px 15px 36px 15px;
}
.layout-web .web-text4 .default-container .title-container {
  font-size: 36px;
  margin-bottom: 34px;
  line-height: 36px;
}
.layout-web .web-text4 .default-container .title-container .bottom-line {
  width: 80px;
  border-bottom: 2px solid #00a4ff;
}
.layout-web .web-text4 .default-container .content {
  font-size: 16px;
  line-height: 23px;
}
.layout-web .web-text4 .default-container .content .list {
  margin-top: 36px;
}
.layout-web .web-text4 .default-container .content .list .list-item {
  margin-bottom: 36px;
}
.layout-mobile .web-text4-mob .default-container {
  background: #F5FBFF;
  padding: 9.6vw 4vw;
}
.layout-mobile .web-text4-mob .default-container .title {
  font-size: 4.8vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 7.2vw;
  text-align: center;
  position: relative;
}
.layout-mobile .web-text4-mob .default-container .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-text4-mob .default-container .float-img {
  display: block;
  width: 40vw;
  margin: 9.6vw auto;
}
.layout-mobile .web-text4-mob .default-container .content {
  font-size: 3.2vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 5.3333vw;
}
.layout-mobile .web-text4-mob .default-container .content .list {
  padding-left: 0;
  margin-top: 4vw;
}
.layout-mobile .web-text4-mob .default-container .content .list .list-item {
  background-image: url("/imgs/icon-yuan.png") !important;
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 4.8vw;
  margin-bottom: 2.1333vw;
}


.web-banner10 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.web-banner10 .default-container {
  max-width: 1230px;
  margin: auto;
  display: flex;
  padding: 0 15px;
}
.web-banner10 .default-container .left-img {
  width: 303px;
  align-self: center;
  margin-right: 50px;
  flex-shrink: 1;
}
.web-banner10 .default-container .left-img img {
  width: 100%;
}
.web-banner10 .default-container .right-container {
  padding: 85px 0 140px;
  width: 840px;
}
.web-banner10 .default-container .right-container .title-container {
  font-weight: bold;
  width: fit-content;
  text-align-last: center;
  color: #000000;
  font-size: 36px;
  margin-left: 103px;
  margin-bottom: 47px;
  line-height: 36px;
}
.web-banner10 .default-container .right-container .title-container .bottom-line {
  text-align: center;
  width: 80px;
  display: inline-block;
  border-bottom: 2px solid #00a4ff;
  margin-top: 44px;
}
.web-banner10 .default-container .right-container .content {
  white-space: break-spaces;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.web-banner10 .default-container .right-container .content .high-light {
  font-size: 26px;
  margin-bottom: 32px;
  display: inline-block;
}
.web-banner10 .default-container .right-container .subtitle {
  font-size: 14px;
  color: #e6f5ff;
  margin-top: 40px;
  text-transform: uppercase;
}
.layout-mobile .web-banner10-mob .default-container {
  display: flex;
  flex-direction: column;
  padding: 12.8vw 4vw;
}
.layout-mobile .web-banner10-mob .default-container .title {
  font-size: 4.8vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 7.2vw;
  text-align: center;
  position: relative;
}
.layout-mobile .web-banner10-mob .default-container .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-banner10-mob .default-container .image {
  width: 44vw;
  margin: 12.8vw auto 8.5333vw;
}
.layout-mobile .web-banner10-mob .default-container .image img {
  width: 100%;
}
.layout-mobile .web-banner10-mob .default-container .content {
  font-size: 3.2vw;
  font-weight: 500;
  color: #4E4E4E;
  line-height: 4.4vw;
  white-space: pre-line;
}
.layout-mobile .web-banner10-mob .default-container .content .high-light {
  display: block;
  font-weight: 600;
  margin-bottom: 0.6667vw;
}


.web-banner9 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: #161c2a;
}
.web-banner9 .default-container {
  margin: auto;
  text-align: center;
}
.web-banner9 .default-container .title,
.web-banner9 .default-container .content {
  color: #ffffff;
  text-align: center;
  display: inline-block;
}
.web-banner9 .default-container {
  max-width: 1230px;
  padding: 170px 15px;
}
.web-banner9 .default-container .title {
  max-width: 812px;
  font-size: 60px;
  font-weight: 600;
  line-height: 79px;
  letter-spacing: 8px;
}
.web-banner9 .default-container .content {
  max-width: 812px;
  line-height: 26px;
  letter-spacing: 0px;
  font-size: 16px;
  margin-top: 30px;
}
.layout-mobile .web-banner9 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.layout-mobile .web-banner9 .default-container {
  height: 72vw;
  padding: 22vw 3vw;
  margin: 0 auto;
}
.layout-mobile .web-banner9 .default-container .title {
  text-align: center;
  font-size: 6.4vw;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 8.9333vw;
}
.layout-mobile .web-banner9 .default-container .content {
  font-size: 3.7333vw;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 5.3333vw;
  margin-top: 1.8667vw;
}


.web-text5 {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.web-text5 .default-container {
  margin: auto;
}
.web-text5 .default-container .content {
  text-align: left;
  white-space: break-spaces;
  color: #666666;
}
.web-text5 .default-container .content .list {
  padding-left: 0;
}
.web-text5 .default-container .content .list .list-item {
  background-size: 16px;
  background-position: 0px 4px;
  padding-left: 33px;
}
.web-text5 .default-container {
  max-width: 1230px;
  padding: 38px 15px 195px;
}
.web-text5 .default-container .content {
  font-size: 16px;
  line-height: 24px;
}
.layout-mobile .web-text5 .default-container {
  padding: 0 4vw 9.6vw;
}
.layout-mobile .web-text5 .default-container .content {
  font-size: 3.2vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 5.3333vw;
  white-space: pre-line;
}
.layout-mobile .web-text5 .default-container .content .list .list-item {
  padding-left: 5.3333vw;
  background-image: url("/imgs/icon-yuan.png") !important;
  background-repeat: no-repeat;
  background-position: 0 2px;
}


.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.web-list-icon-title {
  width: 100%;
  height: 100%;
  background-color: #f9fafe;
  padding: 74px 15px 0;
}
.web-list-icon-title .title {
  text-align: center;
  color: #333333;
  font-size: 36px;
  font-weight: bold;
}
.web-list-icon-title .default-container {
  max-width: 1200px;
  margin: auto;
  padding-top: 53px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.web-list-icon-title .default-container .web-list-item {
  width: 32%;
  background-color: #ffffff;
  box-shadow: 5px 5px 9px 0px rgba(208, 217, 229, 0.16);
  border-radius: 10px;
  margin-bottom: 24px;
}
.web-list-icon-title .default-container .web-list-item .icon-img {
  width: 53px;
  height: 45px;
  margin: 62px auto 42px;
}
.web-list-icon-title .default-container .web-list-item .icon-img img {
  max-width: 100%;
  max-height: 100%;
}
.web-list-icon-title .default-container .web-list-item .item-title {
  color: #333333;
  font-size: 26px;
  text-align: center;
  margin-bottom: 40px;
}
.web-list-icon-title .default-container .web-list-item.invalid {
  cursor: not-allowed;
  background-color: #EDEDED;
}
.web-list-icon-title .default-container .web-list-item.invalid .item-title {
  color: #D9D9D9;
}
.layout-mobile .web-list-icon-title {
  padding-top: 9.6vw;
}
.layout-mobile .web-list-icon-title .title {
  position: relative;
  font-size: 4.8vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 7.2vw;
}
.layout-mobile .web-list-icon-title .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-list-icon-title .default-container .web-list-item {
  margin-bottom: 3.2vw;
  width: 44.4vw;
  height: 44.4vw;
  background: #FFFFFF;
  box-shadow: 0vw 0vw 1.0667vw 0vw #DDDDDD;
  border-radius: 2.1333vw;
  position: relative;
}
.layout-mobile .web-list-icon-title .default-container .web-list-item .icon-img {
  width: 9.3333vw;
  height: 9.3333vw;
  position: absolute;
  top: 10.8vw;
  left: 17.6vw;
  margin: 0;
}
.layout-mobile .web-list-icon-title .default-container .web-list-item .icon-img img {
  width: 100%;
}
.layout-mobile .web-list-icon-title .default-container .web-list-item .item-title {
  font-size: 4.2667vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 6vw;
  letter-spacing: 0.1333vw;
  position: absolute;
  top: 28.1333vw;
  left: 17.6vw;
}
.layout-mobile .web-list-icon-title .default-container .invalid {
  display: none;
}


.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.web-card-list {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background-color: #f5fbff;
}
.web-card-list .default-container {
  max-width: 1200px;
  margin: auto;
  padding: 80px 0 80px;
}
.web-card-list .default-container .title {
  font-size: 36px;
  text-align: center;
  color: #000000;
  font-weight: bold;
  margin-bottom: 37px;
}
.web-card-list .default-container .content {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  font-weight: bold;
  white-space: break-spaces;
}
.web-card-list .default-container .list-container .web-list-item {
  background-color: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 32px 56px;
  margin-top: 40px;
}
.web-card-list .default-container .list-container .web-list-item .item-title {
  font-size: 26px;
  line-height: 30px;
  color: #666666;
}
.web-card-list .default-container .list-container .web-list-item .item-content {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-top: 30px;
  margin-bottom: 15px;
}
.web-card-list .default-container .list-container .web-list-item .button-container {
  display: flex;
}
.web-card-list .default-container .list-container .web-list-item .button-container .left-button,
.web-card-list .default-container .list-container .web-list-item .button-container .right-button {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #0f9af6;
  padding: 15px 42px;
}
.web-card-list .default-container .list-container .web-list-item .button-container .icon-arrow {
  width: 49px;
  height: 39px;
  margin-left: 36px;
  margin-right: 36px;
  align-self: center;
}
.layout-mobile .web-card-list-mob .default-container {
  padding: 2.8vw 4vw 9.6vw;
  background: #F5FBFF;
}
.layout-mobile .web-card-list-mob .default-container .title {
  position: relative;
  font-size: 4.8vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 7.2vw;
  text-align: center;
}
.layout-mobile .web-card-list-mob .default-container .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-card-list-mob .default-container .content {
  font-size: 3.2vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 4.2667vw;
  margin-top: 10vw;
  margin-bottom: 5.3333vw;
}
.layout-mobile .web-card-list-mob .default-container .list-container .web-list-item {
  background-color: #FFF;
  text-align: center;
  margin-bottom: 5.3333vw;
  padding: 5.3333vw 4.9333vw 8vw;
}
.layout-mobile .web-card-list-mob .default-container .list-container .web-list-item .item-title {
  font-size: 3.7333vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 5.3333vw;
  margin-bottom: 2.6667vw;
}
.layout-mobile .web-card-list-mob .default-container .list-container .web-list-item .item-content {
  font-size: 3.2vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 4.2667vw;
  margin-bottom: 5.3333vw;
}
.layout-mobile .web-card-list-mob .default-container .list-container .web-list-item .button-container .left-button {
  padding: 2.6667vw;
  width: 46.5333vw;
  background: #0F9AF6;
  font-size: 3.7333vw;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 5.3333vw;
  margin: 0 auto;
  text-align: center;
}
.layout-mobile .web-card-list-mob .default-container .list-container .web-list-item .button-container .left-button:nth-last-child(1) {
  width: 80vw;
}
.layout-mobile .web-card-list-mob .default-container .list-container .web-list-item .button-container .icon-arrow {
  transform: rotate(90deg);
  margin: 2.6667vw 0;
}


.web-unordered-list3 {
  width: 100%;
  height: 100%;
}
.web-unordered-list3 .default-container {
  position: relative;
  max-width: 1220px;
  padding: 80px 15px 80px;
  margin: auto;
  display: flex;
}
.web-unordered-list3 .default-container .right-img {
  width: 194px;
}
.web-unordered-list3 .default-container .right-img img {
  width: 100%;
}
.web-unordered-list3 .default-container .left-container {
  width: 695px;
  margin-right: 95px;
}
.web-unordered-list3 .default-container .left-container .title {
  color: #000000;
  font-weight: 600;
  font-size: 36px;
  line-height: 47px;
  margin-bottom: 31px;
}
.web-unordered-list3 .default-container .left-container .list-container {
  list-style-type: none;
  padding-left: 0px;
  position: relative;
  margin-bottom: 0;
}
.web-unordered-list3 .default-container .left-container .list-container .web-list-item .content {
  color: #666666;
  font-size: 16px;
  line-height: 36px;
  white-space: break-spaces;
}
.web-unordered-list3 .default-container .left-container .list-container .web-list-item .content .icon {
  width: 16px;
  height: 16px;
  margin-right: 18px;
}
.web-unordered-list3 .default-container .left-container .list-container .no-icon {
  list-style-image: none;
  list-style-type: none;
}
.layout-mobile .web-unordered-list3-mob .default-container {
  padding: 12.8vw 4vw 8vw;
}
.layout-mobile .web-unordered-list3-mob .default-container .title {
  font-size: 4.8vw;
  font-weight: 600;
  color: #4E4E4E;
  line-height: 7.2vw;
  position: relative;
  text-align: center;
}
.layout-mobile .web-unordered-list3-mob .default-container .title::after {
  content: '\2014';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80%;
  color: #00A4FF;
  font-size: 7.6667vw;
}
.layout-mobile .web-unordered-list3-mob .default-container .list-container {
  padding-top: 10vw;
}
.layout-mobile .web-unordered-list3-mob .default-container .list-container .web-list-item .image {
  width: 25.8667vw;
  margin: 10.6667vw auto 8vw;
}
.layout-mobile .web-unordered-list3-mob .default-container .list-container .web-list-item .image img {
  width: 100%;
}
.layout-mobile .web-unordered-list3-mob .default-container .list-container .web-list-item .content {
  font-size: 3.2vw;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 5.3333vw;
  margin-bottom: 2.1333vw;
}


.web-banner14 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.web-banner14 .default-container {
  margin: auto;
  text-align: center;
}
.web-banner14 .default-container .title,
.web-banner14 .default-container .subtitle {
  color: #ffffff;
}
.web-banner14 .default-container {
  max-width: 1230px;
  height: 576px;
  padding: 224px 15px 0;
}
.web-banner14 .default-container .title {
  font-size: 60px;
  font-weight: 600;
  line-height: 79px;
  white-space: break-spaces;
}
.web-banner14 .default-container .subtitle {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1.6px;
  margin-top: 21px;
}
.layout-mobile .web-banner14 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.layout-mobile .web-banner14 .default-container {
  height: 72vw;
  padding: 23.4667vw 0;
  margin: 0 auto;
}
.layout-mobile .web-banner14 .default-container .title {
  text-align: center;
  font-size: 6.4vw;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 8.9333vw;
}
.layout-mobile .web-banner14 .default-container .subtitle {
  text-align: center;
  padding: 0 15.2vw;
  font-size: 3.7333vw;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 5.3333vw;
  margin-top: 3.6vw;
}


.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}


.web-banner19 {
  width: 100%;
  height: 100%;
}
.web-banner19 .ant-carousel {
  text-align: center;
  margin: auto;
  overflow: hidden;
  color: #FFF;
}
.web-banner19 .ant-carousel .slick-dots li {
  height: 4px;
  width: 25px;
}
.web-banner19 .ant-carousel .slick-dots li button {
  height: 4px;
}
.web-banner19 .ant-carousel .slick-dots li.slick-active {
  width: 40px;
}
.web-banner19 .banner-0-container {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.web-banner19 .banner-0-container .background-img {
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translateX(-50%) translateY(-50%);
}
.web-banner19 .banner-0-container .default-container {
  margin: auto;
}
.web-banner19 .banner-0-container .default-container .title,
.web-banner19 .banner-0-container .default-container .subtitle {
  color: #ffffff;
}
.web-banner19 .banner-1 .default-container,
.web-banner19 .banner-2 .default-container {
  background-position: center;
  background-size: 100% auto;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.web-banner19 .banner-1 .default-container .background-image,
.web-banner19 .banner-2 .default-container .background-image {
  position: absolute;
  height: auto;
  z-index: 0;
}
.web-banner19 .banner-1 .default-container .left-container,
.web-banner19 .banner-2 .default-container .left-container {
  float: left;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.web-banner19 .banner-1 .default-container .left-container .title,
.web-banner19 .banner-2 .default-container .left-container .title {
  text-align: left;
}
.web-banner19 .banner-1 .default-container .left-container .subtitle,
.web-banner19 .banner-2 .default-container .left-container .subtitle {
  color: #FFAA00;
  text-align: left;
}
.web-banner19 .banner-1 {
  background-color: #3C49BE;
}
.web-banner19 .banner-2 {
  background-color: #00A1C3;
}
.web-banner19 .ant-carousel {
  width: 100%;
  height: 600px;
  padding-bottom: 60px;
}
.web-banner19 .ant-carousel .slick-dots-bottom {
  bottom: 24px;
}
.web-banner19 .banner-0-container .default-container {
  max-width: 1230px;
  height: 600px;
  padding: 182px 15px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.web-banner19 .banner-0-container .default-container .title {
  font-size: 36px;
  font-weight: 500;
  text-align: right;
  margin-right: 162px;
  letter-spacing: 1px;
}
.web-banner19 .banner-0-container .default-container .subtitle {
  font-size: 14px;
  letter-spacing: 2px;
  text-align: right;
  margin-top: 13px;
  margin-right: 126px;
  white-space: break-spaces;
}
.web-banner19 .banner-1 .default-container,
.web-banner19 .banner-2 .default-container {
  width: 100%;
  height: 600px;
}
.web-banner19 .banner-1 .default-container .background-image,
.web-banner19 .banner-2 .default-container .background-image {
  width: 100%;
  height: 100%;
}
.layout-mobile .web-banner19-mob {
  padding-top: 6.6667vw;
}
.layout-mobile .web-banner19-mob .ant-carousel {
  width: 100%;
  height: 72vw;
}
.layout-mobile .web-banner19-mob .ant-carousel .slick-slider {
  height: 100%;
}
.layout-mobile .web-banner19-mob .ant-carousel .slick-slider .slick-list {
  height: 100%;
}
.layout-mobile .web-banner19-mob .ant-carousel .slick-slider .slick-list .slick-track {
  height: 100%;
}
.layout-mobile .web-banner19-mob .ant-carousel .slick-slider .slick-list .slick-track .slick-slide {
  height: 100%;
}
.layout-mobile .web-banner19-mob .ant-carousel .slick-slider .slick-list .slick-track .slick-slide .banner-0 {
  width: 100%;
  height: 72vw;
}
.layout-mobile .web-banner19-mob .ant-carousel .slick-slider .slick-list .slick-track .slick-slide .banner-0 .banner-0-container {
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.layout-mobile .web-banner19-mob .ant-carousel .slick-slider .slick-list .slick-track .slick-slide .banner-0 .banner-0-container .background-img {
  width: 60%;
  position: absolute;
  top: 21%;
  left: 2%;
}
.layout-mobile .web-banner19-mob .ant-carousel .slick-slider .slick-list .slick-track .slick-slide .banner-0 .banner-0-container .default-container .title {
  font-size: 4.8vw;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 6.6667vw;
  position: absolute;
  left: 58%;
  top: 40%;
}
.layout-mobile .web-banner19-mob .ant-carousel .slick-slider .slick-list .slick-track .slick-slide .banner-0 .banner-0-container .default-container .subtitle {
  font-size: 3.0667vw;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 4.2667vw;
  position: absolute;
  left: 58%;
  top: 55%;
}
.layout-mobile .web-banner19-mob .ant-carousel .slick-slider .slick-list .slick-track .slick-slide .banner-1 {
  width: 100%;
  height: 72vw;
}
.layout-mobile .web-banner19-mob .ant-carousel .slick-slider .slick-list .slick-track .slick-slide .banner-1 .default-container {
  width: 100%;
  height: 100%;
}
.layout-mobile .web-banner19-mob .ant-carousel .slick-slider .slick-list .slick-track .slick-slide .banner-2 {
  width: 100%;
  height: 72vw;
}
.layout-mobile .web-banner19-mob .ant-carousel .slick-slider .slick-list .slick-track .slick-slide .banner-2 .default-container {
  width: 100%;
  height: 100%;
}

.web-text {
  width: 100%;
  height: 100%;
}
.web-text .default-container {
  margin: auto;
  text-align: center;
}
.web-text .default-container .title {
  color: #000000;
  font-weight: bold;
  text-align: center;
}
.web-text .default-container .content {
  color: #666666;
  text-align: center;
  display: inline-block;
}
.web-text .default-container .content .link-text {
  color: #1aabff;
}
.layout-web .web-text {
  padding: 0 15px;
}
.layout-web .web-text .default-container {
  max-width: 854px;
  padding-top: 85px;
}
.layout-web .web-text .default-container .title {
  height: 47px;
  line-height: 47px;
  font-size: 36px;
}
.layout-web .web-text .default-container .content {
  font-size: 16px;
  line-height: 30px;
  margin-top: 21px;
}
.layout-mobile .web-text .default-container {
  min-width: 345px;
  padding: 37px 15px 0;
}
.layout-mobile .web-text .default-container .title {
  height: 36px;
  line-height: 36px;
  font-size: 25px;
}
.layout-mobile .web-text .default-container .content {
  font-size: 13px;
  line-height: 24px;
  margin-top: 13px;
}



@keyframes PhotoView__rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes PhotoView__delayShow {
  0%,
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.PhotoView__Spinner {
  animation: PhotoView__delayShow 0.4s linear both;
}
.PhotoView__Spinner svg {
  animation: PhotoView__rotate 0.6s linear infinite;
}

.PhotoView__Photo {
  will-change: transform;
  cursor: grab;
}
.PhotoView__Photo:active {
  cursor: grabbing;
}

@keyframes PhotoView__animateIn {
  from {
    opacity: 0.4;
    transform: scale(0.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes PhotoView__animateOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.2);
  }
}
.PhotoView__animateIn {
  opacity: 0.4;
  animation: PhotoView__animateIn 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}
.PhotoView__animateOut {
  opacity: 1;
  animation: PhotoView__animateOut 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}
.PhotoView__PhotoWrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}
.PhotoView__PhotoBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
}
.PhotoView__PhotoMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.PhotoView-SlideWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  overflow: hidden;
}

@keyframes PhotoView__fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.PhotoView-PhotoSlider__clean .PhotoView-PhotoSlider__BannerWrap,
.PhotoView-PhotoSlider__clean .PhotoView-PhotoSlider__ArrowLeft,
.PhotoView-PhotoSlider__clean .PhotoView-PhotoSlider__ArrowRight,
.PhotoView-PhotoSlider__clean .PhotoView-PhotoSlider__FooterWrap {
  opacity: 0;
}
.PhotoView-PhotoSlider__willClose .PhotoView-PhotoSlider__BannerWrap:hover {
  opacity: 0;
}
.PhotoView-PhotoSlider__Backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.PhotoView-PhotoSlider__fadeIn {
  opacity: 0;
  animation: PhotoView__fade 0.4s linear both;
}
.PhotoView-PhotoSlider__fadeOut {
  opacity: 0;
  animation: PhotoView__fade 0.4s linear both reverse;
}
.PhotoView-PhotoSlider__BannerWrap {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 44px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.2s ease-out;
  z-index: 20;
}
.PhotoView-PhotoSlider__BannerWrap:hover {
  opacity: 1;
}
.PhotoView-PhotoSlider__Counter {
  padding: 0 10px;
  font-size: 14px;
  opacity: 0.75;
}
.PhotoView-PhotoSlider__BannerRight {
  display: flex;
  align-items: center;
  height: 100%;
}
.PhotoView-PhotoSlider__toolbarIcon {
  box-sizing: border-box;
  padding: 10px;
  opacity: 0.75;
  cursor: pointer;
  transition: opacity 0.2s linear;
}
.PhotoView-PhotoSlider__toolbarIcon:hover {
  opacity: 1;
}
.PhotoView-PhotoSlider__ArrowLeft,
.PhotoView-PhotoSlider__ArrowRight {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100px;
  margin: auto;
  opacity: 0.75;
  z-index: 20;
  cursor: pointer;
  user-select: none;
  transition: opacity 0.2s linear;
}
.PhotoView-PhotoSlider__ArrowLeft:hover,
.PhotoView-PhotoSlider__ArrowRight:hover {
  opacity: 1;
}
.PhotoView-PhotoSlider__ArrowLeft svg,
.PhotoView-PhotoSlider__ArrowRight svg {
  box-sizing: content-box;
  padding: 10px;
  width: 24px;
  height: 24px;
  fill: white;
  background: rgba(0, 0, 0, 0.3);
}
.PhotoView-PhotoSlider__ArrowLeft {
  left: 0;
}
.PhotoView-PhotoSlider__ArrowRight {
  right: 0;
}
.PhotoView-PhotoSlider__FooterWrap {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  width: 100%;
  min-height: 44px;
  line-height: 1.5;
  font-size: 14px;
  color: #ccc;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: justify;
  transition: opacity 0.2s ease-out;
  z-index: 20;
}

.visible {
  overflow: visible;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-carousel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-list .slick-slide {
  pointer-events: none;
}
.ant-carousel .slick-list .slick-slide input.ant-radio-input,
.ant-carousel .slick-list .slick-slide input.ant-checkbox-input {
  visibility: hidden;
}
.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}
.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input,
.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input {
  visibility: visible;
}
.ant-carousel .slick-list .slick-slide > div > div {
  vertical-align: bottom;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  touch-action: pan-y;
}
.ant-carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.ant-carousel .slick-track::before,
.ant-carousel .slick-track::after {
  display: table;
  content: '';
}
.ant-carousel .slick-track::after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.ant-carousel .slick-slide img {
  display: block;
}
.ant-carousel .slick-slide.slick-loading img {
  display: none;
}
.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
  display: block;
}
.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.ant-carousel .slick-prev:hover::before,
.ant-carousel .slick-next:hover::before,
.ant-carousel .slick-prev:focus::before,
.ant-carousel .slick-next:focus::before {
  opacity: 1;
}
.ant-carousel .slick-prev.slick-disabled::before,
.ant-carousel .slick-next.slick-disabled::before {
  opacity: 0.25;
}
.ant-carousel .slick-prev {
  left: -25px;
}
.ant-carousel .slick-prev::before {
  content: '\2190';
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next::before {
  content: '\2192';
}
.ant-carousel .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex !important;
  justify-content: center;
  margin-right: 15%;
  margin-left: 15%;
  padding-left: 0;
  list-style: none;
}
.ant-carousel .slick-dots-bottom {
  bottom: 12px;
}
.ant-carousel .slick-dots-top {
  top: 12px;
}
.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  flex: 0 1 auto;
  box-sizing: content-box;
  width: 16px;
  height: 3px;
  margin: 0 2px;
  margin-right: 3px;
  margin-left: 3px;
  padding: 0;
  text-align: center;
  text-indent: -999px;
  vertical-align: top;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button {
  display: block;
  width: 100%;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li.slick-active {
  width: 24px;
}
.ant-carousel .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}
.ant-carousel .slick-dots li.slick-active:hover,
.ant-carousel .slick-dots li.slick-active:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  top: 50%;
  bottom: auto;
  flex-direction: column;
  width: 3px;
  height: auto;
  margin: 0;
  transform: translateY(-50%);
}
.ant-carousel-vertical .slick-dots-left {
  right: auto;
  left: 12px;
}
.ant-carousel-vertical .slick-dots-right {
  right: 12px;
  left: auto;
}
.ant-carousel-vertical .slick-dots li {
  width: 3px;
  height: 16px;
  margin: 4px 2px;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active {
  width: 3px;
  height: 24px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}
.ant-carousel-rtl {
  direction: rtl;
}
.ant-carousel-rtl .ant-carousel .slick-track {
  right: 0;
  left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev {
  right: -25px;
  left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev::before {
  content: '\2192';
}
.ant-carousel-rtl .ant-carousel .slick-next {
  right: auto;
  left: -25px;
}
.ant-carousel-rtl .ant-carousel .slick-next::before {
  content: '\2190';
}
.ant-carousel-rtl.ant-carousel .slick-dots {
  flex-direction: row-reverse;
}
.ant-carousel-rtl.ant-carousel-vertical .slick-dots {
  flex-direction: column;
}


.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}


.visible {
  overflow: visible;
}





.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.web-image {
  width: 100%;
  height: 100%;
}
.web-image .default-container {
  width: 1120px;
  min-height: 300px;
  margin: auto;
}
.web-image .default-container img {
  display: block;
  margin: auto;
}



.web-banner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.web-banner .default-container {
  width: 1120px;
  height: 330px;
  margin: auto;
  padding-top: 20px;
}
.web-banner .default-container .left-container {
  float: left;
  height: 210px;
  margin-top: 60px;
  width: 470px;
}
.web-banner .default-container .left-container .title {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  color: #ffffff;
}
.web-banner .default-container .left-container .img {
  height: 100px;
  line-height: 100px;
  margin-top: 10px;
}
.web-banner .default-container .left-container .img img {
  width: 100%;
  height: 100%;
}
.web-banner .default-container .left-container .content {
  width: 275px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 3px;
}
.web-banner .default-container .right-img {
  float: right;
  width: 440px;
  height: 310px;
}
.web-banner .default-container .right-img img {
  width: 100%;
  height: 100%;
}


.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}



.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}




.web-list {
  width: 100%;
  height: 100%;
}
.web-list .web-list-item {
  width: 100%;
  height: 120px;
}
.web-list .web-list-item .default-container {
  width: 670px;
  height: 70px;
  margin: auto;
  margin-bottom: 50px;
}
.web-list .web-list-item .default-container .left-img {
  float: left;
  width: 64px;
  height: 66px;
}
.web-list .web-list-item .default-container .left-img img {
  width: 100%;
  height: 100%;
}
.web-list .web-list-item .default-container .right-container {
  width: 550px;
  height: 70px;
  float: right;
}
.web-list .web-list-item .default-container .right-container .title {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin-top: 3px;
}
.web-list .web-list-item .default-container .right-container .content {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}


.portlet-title {
  font-size: large;
  font-weight: 600;
  color: #1890ff;
}


