.section-content {
  padding: 80px 20px;
  max-width: 1440px;
  margin: 0 auto;
}

a:active,
a:focus:not(:focus-visible),
button:active,
button:focus:not(:focus-visible) {
  outline: none;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid rgba(31, 111, 255, 0.48);
  outline-offset: 3px;
}

.cloud-fixed-box-pc {
  position: fixed;
  right: 8px;
  bottom: 100px;
  z-index: 998;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 69px;
  height: 379px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 22px;
}

.portal-assistant {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 69px;
  height: 100px;
  margin-bottom: 16px;
  border-radius: 8px;
  text-decoration: none;
}

.agent-new-portal-assistant-content {
  position: relative;
  display: block;
  width: 69px;
  height: 100px;
}

.portal-assistant-shuziren {
  display: block;
  width: 69px;
  height: 100px;
  background: url("/web/custom/assets/img/float-assistant-longhair.png") no-repeat center top / cover;
}

.portal-assistant-name {
  position: absolute;
  top: 88px;
  left: 41.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 20px;
  border-radius: 20px;
  background: linear-gradient(99.4deg, #ff2e44 7.07%, #ff6646 63.4%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.portal-assistant:hover .portal-assistant-name,
.portal-assistant:focus-visible .portal-assistant-name {
  color: #fff;
}

.cloud-fixed-box-pc-center {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 48px;
  height: 207px;
  padding: 20px 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 25, 126, 0.1);
}

.cloud-fixed-box-pc-center-item {
  position: relative;
  display: flex;
  width: 48px;
  min-height: 38px;
  color: #091221;
}

.cloud-fixed-box-pc-center-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-height: 38px;
  color: #091221;
  text-decoration: none;
  transition: transform 0.18s ease;
}

.cloud-fixed-box-pc-center-item:first-child {
  height: 67px;
  padding-bottom: 13px;
}

.cloud-fixed-box-pc-center-item:first-child::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 0;
  left: 12px;
  height: 1px;
  background: #e5e9f0;
}

.cloud-fixed-box-pc-center-item:first-child .cloud-fixed-box-pc-center-link {
  height: 67px;
  padding-bottom: 13px;
}

.cloud-fixed-box-pc-center-item:hover .cloud-fixed-box-pc-center-link,
.cloud-fixed-box-pc-center-link:focus-visible {
  color: #091221;
  transform: translateY(-1px);
}

.cloud-fixed-box-pc-center-item + .cloud-fixed-box-pc-center-item {
  margin-top: 12px;
}

.cloud-fixed-box-pc-center-item-icon {
  display: block;
  width: 20px;
  height: 20px;
}

.cloud-fixed-box-pc-center-item-text {
  display: block;
  margin-top: 2px;
  color: #091221;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

.cloud-fixed-box-pc-center-item:first-child .cloud-fixed-box-pc-center-item-text {
  width: 30px;
}

.cloud-fixed-popover {
  position: absolute;
  top: 50%;
  right: 60px;
  width: 214px;
  padding: 18px 18px 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(0, 25, 126, 0.14);
  color: #091221;
  opacity: 0;
  visibility: hidden;
  transform: translate(10px, -50%);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  pointer-events: none;
}

.cloud-fixed-popover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  width: 12px;
  height: 12px;
  background: #fff;
  box-shadow: 3px -3px 8px rgba(0, 25, 126, 0.04);
  transform: translateY(-50%) rotate(45deg);
}

.cloud-fixed-box-pc-center-item:hover .cloud-fixed-popover,
.cloud-fixed-box-pc-center-item:focus-within .cloud-fixed-popover,
.cloud-fixed-box-pc-center-item.is-open .cloud-fixed-popover {
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50%);
  pointer-events: auto;
}

.cloud-fixed-popover strong {
  display: block;
  color: #091221;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.cloud-fixed-popover p {
  margin: 7px 0 0;
  color: #536071;
  font-size: 12px;
  line-height: 1.55;
}

.cloud-fixed-popover__qr {
  display: block;
  width: 104px;
  height: 104px;
  margin: 14px auto 0;
  object-fit: cover;
}

.cloud-fixed-popover__action,
.cloud-fixed-popover__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  margin-top: 13px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

.cloud-fixed-popover__action {
  min-width: 82px;
  padding: 0 14px;
  background: #1f6fff;
  color: #fff !important;
  box-shadow: 0 6px 16px rgba(31, 111, 255, 0.22);
}

.cloud-fixed-popover__action:hover,
.cloud-fixed-popover__action:focus-visible {
  color: #fff !important;
}

.cloud-fixed-popover__link {
  margin-right: 10px;
  color: #1f6fff;
}

.cloud-fixed-popover__link:hover,
.cloud-fixed-popover__link:focus-visible {
  color: #1f6fff;
}

.cloud-fixed-popover--benefits {
  width: 230px;
}

.huawei-to-top-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-top: 12px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(138, 141, 147, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out, box-shadow 0.2s ease;
  cursor: pointer;
}

.huawei-to-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.huawei-to-top-btn:hover,
.huawei-to-top-btn:focus-visible {
  box-shadow: 0 6px 16px rgba(88, 96, 112, 0.22);
}

.huawei-to-top-btn__icon {
  display: block;
  width: 20px;
  height: 20px;
  background: url("/web/custom/assets/img/float-dialog-icon-new.svg") no-repeat center / 100%;
}

.section-title .section-desc {
  margin-top: 16px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}


.section-bg {
  color: #fff;
}


.section-bg .section-title .section-desc {
  color: rgba(255, 255, 255, 0.90);
}

.section-p {
  padding: 0 20px;
}

.common-empty {
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.common-empty img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.common-empty .des {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.60);
}

.section-w {
  max-width: 100%;
}

.section-title {

  text-align: center;

}

.document .section-content {
  max-width: unset;
}

#header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 888;


}

.nav-shadow {
  top: 0;
  box-shadow: 0px 0px 8px rgba(52, 52, 52, 0.08);
}

.nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;

}

.nav-header .nav-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.nav-header .nav-left .nav-icon img {
  width: 135px;
  height: 30px;
  margin-right: 50px;
}

.nav-menu {
  display: flex;
}

.nav-menu .nav-item {
  color: #333;
  display: flex;
  align-items: center;
  height: 72px;
  padding: 0 20px;
  font-size: 16px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.nav-menu .nav-item:hover {
  border-bottom: 2px solid #1F6FFF;
}


.nav-right {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.nav-right .control {
  margin: 0 20px;
  color: #333;
}

.breadcrumb {
  padding-left: 0;
  margin-bottom: 8px;
  background-color: transparent;
}


/* 菜单栏 */
.nav-cont {
  position: absolute;
  top: 72px;
  width: 100%;
  overflow: hidden;
  background: #F7F8FA;
  transition: all .5s;
  height: 0px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
  z-index: 2;
}

.nav-cont .section-content {
  padding: 0;
}

.nav-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 60px 20px;
  position: relative;
  box-sizing: border-box;

}

.nav-content a {
  width: calc(25% - 15px);
}

.nav-cont .nav-cont-menu {
  display: none;

}

.nav-cont .nav-cont-empty {
  display: none !important;
}

.nav-item-box {
  min-width: 335px;
  height: 96px;
  padding: 24px 20px;
  border-radius: 3px;
  background: #fff;
  display: flex;
  cursor: pointer;
  box-shadow: 0px 0px 8px rgba(52, 52, 52, 0.08);
}

.nav-item-box:hover .title {
  color: rgba(31, 111, 255, 1);
}

.nav-item-box img {
  width: 48px;
  height: 48px;
}

.nav-item-box .item-box-title {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-left: 16px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
}

.nav-item-box .item-box-title .desc {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}

.nav-header .login-in {
  cursor: pointer;
  position: relative;
  height: 72px;
  display: flex;
  align-items: center;
  z-index: 999;
  padding: 0 32px;
}

.nav-header .login-in::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 32px;
  transform: translateY(-50%);
  border-left: 1px solid #E6EAED;
}

.nav-header .login-in:hover .login-menu {
  display: block;
}

.nav-header .login-in .head-img {
  width: 32px;
  height: 32px;
  background: #eee;
  border: 1px solid #E6EAED;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-header .login-in .name {
  display: inline-block;
  max-width: 140px;
}



.nav-header .login-in .login-menu {
  display: none;
  padding: 8px;
  position: absolute;
  top: 72px;
  left: 0;
  width: 157px;
  height: 188px;
  background: #FEFFFF;
  border: 1px solid #DCDCDC;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-radius: 3px;
}

.nav-header .login-in .login-menu .login-menu-item {
  cursor: pointer;
  height: 40px;
  padding: 10px 12px;
}

.nav-header .login-in .login-menu .login-menu-item:hover {
  background: rgba(31, 111, 255, 0.08);
  color: rgba(31, 111, 255, 1);
}

.nav-header .login-in .login-menu .login-menu-item .real-name {
  display: inline-block;
  text-align: center;
  border: 1px solid #1F6FFF;
  color: rgba(31, 111, 255, 1);
  font-size: 12px;
  width: 44px;
  height: 18px;
  border-radius: 3px;
}

.nav-header .login-in .login-menu .login-menu-item .no-real-name {
  border: 1px solid #E34D59;
  color: rgba(227, 77, 89, 1);
}

/* 底部导航栏 */

.footer {
  background: #f3f4f6;
  color: #1d2433;
}

.footer-services {
  background: #f3f4f6;
}

.footer-services__inner {
  display: grid;
  grid-template-columns: repeat(4, 250px);
  justify-content: space-between;
  width: min(1440px, calc(100% - 150px));
  margin: 0 auto;
  padding: 32px 0;
}

.footer-service {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}

.footer-service__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  margin-right: 14px;
}

.footer-service__icon img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.footer-service strong,
.footer-service em {
  display: block;
  font-style: normal;
  white-space: nowrap;
}

.footer-service strong {
  color: #1d2433;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.footer-service em {
  margin-top: 6px;
  color: #5f6673;
  font-size: 13px;
  line-height: 1.2;
}

.footer-content {
  background-color: #f3f4f6;
  font-size: 14px;
}

.footer-main-wrap {
  background: #f3f4f6;
}

.footer-content .footer-nav {
  display: flex;
  justify-content: space-between;
  width: min(1440px, calc(100% - 150px));
  margin: 0 auto;
  padding: 50px 0 42px;
  border-top: 1px solid #dde2ea;
}

.footer .footer-nav .footer-nav-left {
  margin-right: 42px;
}

.footer-content .footer-nav .footer-nav-left {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  flex: 1 1 auto;
  width: auto;
}

.footer-nav-box {
  min-width: 0;
}

.footer-nav-box .footer-nav-head {
  padding: 0;
  width: auto;
  color: #1d2433;
  border-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.footer-nav-box .footer-nav-cont {
  padding-top: 23px;
}

.footer-nav-box .footer-nav-item {
  margin-bottom: 17px;
  color: #4b5565;
  font-size: 14px;
  line-height: 1.35;
}

.footer-content .footer-nav .footer-nav-right {
  width: 300px;
  flex: 0 0 300px;
}

.footer-nav-right .footer-nav-box .footer-nav-item {
  width: 300px;
  color: #4b5565;
  line-height: 1.45;
}

.footer-nav-right .qr-code img {
  display: block;
  margin-top: 18px;
  width: 100px;
  height: 100px;
  object-fit: cover;
  background: #fff;
  transform-origin: left top;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.footer-nav-right .qr-code:hover img {
  position: relative;
  z-index: 3;
  box-shadow: 0 18px 42px rgba(20, 42, 82, 0.18);
  transform: scale(1.5);
}

.footer-contact-line {
  margin-top: 17px;
  color: #4b5565;
  font-size: 14px;
  line-height: 1.35;
}

.footer-contact-line + .footer-contact-line {
  margin-top: 14px;
}

.footer-contact-line a {
  margin-left: 2px;
  color: #1f6fff;
  font-weight: 600;
}

.footer .footer-link {
  display: none;
  font-size: 13px;
  color: #666;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #d9dee7;

}

.footer .link-hover {
  color: #5f6673;
}

.footer .link-hover:hover {
  color: rgba(31, 111, 255, 1);
}

.footer .footer-link a {
  margin-right: 10px;
  color: #5f6673;
}

.footer .footer-link a:hover {
  margin-right: 10px;
  color: rgba(31, 111, 255, 1);
}

.footer .footer-record {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(1440px, calc(100% - 150px));
  margin: 0 auto;
  border-top: 1px solid #d9dee7;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  color: #6b7280;
}

.footer .footer-record .left-info {
  min-width: 0;
}

.footer .footer-record > span {
  margin-left: 24px;
  white-space: nowrap;
}


.jr-tabs {
  display: flex;
  border-bottom: 1px solid #E6EAED;
}

.no-login,
.login-in {
  margin-left: 20px;
}

.jr-tabs .title {
  color: #666;
  font-size: 18px;
  width: auto !important;
  padding: 10px 40px;
  cursor: pointer;
  margin-right: 0 !important;
}

.jr-tabs .title.swiper-slide-thumb-active {
  color: rgba(31, 111, 255, 1);
  border-bottom: 2px solid #1F6FFF;
}

.jr-tabs .title:hover {
  color: rgba(31, 111, 255, 1);
  border-bottom: 2px solid #1F6FFF;
}


/* banner */
.server-banner {
  background: rgba(247, 248, 250, 1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

}

.server-banner2 {
  background: rgba(0, 0, 0, 0.40);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

}

.server-banner-desc {
  font-size: 16px;
  max-width: 700px;
  margin-top: 20px;
  margin-bottom: 90px;
}

.server-banner-desc2 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}


.banner-cloud {
  background-image: url('../assets/img/cloud/banner.png');
}

.banner-trademark {
  background-image: url('../assets/img/trademark/banner.png');
}

.banner-dedicated {
  background-image: url('../assets/img/dedicated/banner.png');
}

.banner-domain {
  background-image: url('../assets/img/domain/banner.png');
}

.banner-ssl {
  background-image: url('../assets/img/ssl/banner.png');
}

.banner-icp {
  background-image: url('../assets/img/icp/banner.png');
}

.banner-sms {
  background-image: url('../assets/img/sms/banner.png');
}

.banner-trusteeship {
  background-image: url('../assets/img/trusteeship/banner.png');
}

.banner-rent {
  background-image: url('../assets/img/rent/banner.png');
}

.banner-document {
  background-image: url('../assets/img/document/banner.png');
}

.banner-announce {
  background-image: url('../assets/img/document/banner.png');
}

.banner-guarantee {
  background: url('../assets/img/guarantee/banner.png') no-repeat center center;
  background-size: cover;
}

.banner-reward {
  background-image: url('../assets/img/reward/banner.png');
  color: #fff;
}

.banner-contact {
  background: url('../assets/img/guarantee/contact.png') no-repeat center center;
  background-size: cover;
}

.feedback-banner {
  background: url('../assets/img/guarantee/recruit.png') no-repeat center center;
  background-size: cover;
}

.activities-banner {
  height: 440px;
  background: url('../assets/img/active/active_banner.png') no-repeat;
  background-size: 100%;
}


.banner-reward .btn-normal {
  padding: 8px 32px;
}


/* 搜索 */
.input-search {
  display: flex;
  position: relative;
}

.input-search input {
  padding-left: 15px;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 30%;
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #1F6FFF;
}

.trademark-box .input-search input {
  border-left: none;
}

.domain-search .input-search input {
  border-right: none;
}

.input-search .search-btn {
  cursor: pointer;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 18px 32px;
  background: rgba(31, 111, 255, 1);
}




.input-search .input-search-select {
  cursor: pointer;
  text-align: center;
  line-height: 56px;
  width: 124px;
  height: 56px;
  margin-top: 30px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #1F6FFF;
  border-left: none;
}

.input-search .input-search-left-select {
  border: 1px solid #1F6FFF;
  border-right: none;
}

.input-search .input-search-s {
  position: relative;
  line-height: 56px;
  height: 56px;
  width: 124px;
  display: flex;
  justify-content: center;
}

.input-search .input-search-select .input-search-s::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  background: #EDEDED;
  height: 24px;
  width: 1px;
}

.input-search .input-search-r {
  position: relative;
  line-height: 56px;
  height: 56px;
  width: 124px;
  display: flex;
  justify-content: center;
}

.input-search .input-search-select .input-search-r::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 0;
  background: #EDEDED;
  height: 24px;
  width: 1px;
}



.input-search .input-search-select .select-box {
  display: none;
  padding: 16px 10px;
  position: absolute;
  top: 86px;
  left: 0;
  width: calc(50% + 124px);
  background: #FEFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.input-search .input-search-select .select-box-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  width: 110px;
  height: 40px;
  border: 1px solid #E6EAED;
}

.input-search .input-search-select .select-box-item:hover {
  border: 1px solid #1F6FFF;
  color: #1F6FFF;
}

.input-search .input-search-select .iconfont {
  font-size: 14px;
  margin-left: 10px;
}

.link-search-group {
  display: flex;
  align-items: center;
  margin-left: -12px;
}

.link-search-group .link-search-to {
  padding: 0 12px;
  display: flex;
  border-right: 1px solid #D6D6D6;
}

.link-search-group .link-search-to:nth-child(4) {
  border: none;
}

.link-search-group .price {
  margin-left: 5px;
  color: rgba(31, 111, 255, 1);
}

/* 分页 */
.jr-page .pagination .page-number.active {
  color: #fff;
  border: 1px solid rgba(31, 111, 255, 1);
  background: rgba(31, 111, 255, 1);
}

.jr-page .pagination .page-number:hover {
  background: rgba(31, 111, 255, 1);
  color: #fff !important;
}

.jr-page .pagination>li a {
  margin: 0 4px;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.60);
}

.jr-page .pagination>li .page-ellipsis {
  border: none;
}

.jr-page .pagination>li .page-ellipsis:hover {
  background: transparent;
}

.jr-page .pagination>li:first-child>a {
  border: none;
}

.jr-page .pagination>li:last-child>a {
  border: none;
}


.jr-select {

  width: 100px;
  border-radius: 5px;
  position: relative;


}

.jr-select select {
  border: 1px solid #EDEDED;
  border-radius: 5px;
  outline: none;
  width: 100%;
  height: 32px;
  line-height: 32px;
  appearance: none;
  padding-left: 12px;
}

.jr-select:after {
  content: "\e674";
  width: 14px;
  height: 8px;
  font-size: 12px;
  font-family: 'iconfont';
  position: absolute;
  right: 20px;
  top: 15%;
  pointer-events: none;
}




/* 侧边 */
.aside-tools {
  position: fixed;
  top: 45%;
  right: 0;
  z-index: 3;
}

.aside-tools .tools-list {
  width: 40px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(19, 55, 83, 0.08);
  opacity: 1;
  border-radius: 3px 0 0 3px;
}

.aside-tools .tools-list .tools-item {
  position: relative;
}

.aside-tools .tools-list .tools-item img {
  margin: 10px;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

.aside-tools .tools-list .tools-item::before {
  content: '';
  position: absolute;
  background: rgba(230, 234, 237, 1);
  bottom: 0;
  right: 10px;
  width: 16px;
  height: 1px;
}

.aside-tools .tools-list .tools-item:last-child:before {
  content: none;

}

.aside-tools .tools-list .tools-item:hover .tools-box {
  display: block;
}

.aside-tools .tools-list .tools-item .tools-box {
  display: none;
  position: absolute;
  left: -220px;
  top: 0;
  padding-right: 30px;
}

.aside-tools .tools-list .tools-item .tools-box-s {
  padding: 20px;
  width: 190px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(19, 55, 83, 0.08);
  opacity: 1;
  border-radius: 3px;
}

.aside-tools .tools-list .tools-item .tools-box h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.aside-tools .tools-list .tools-item .tools-box p {
  font-size: 13px;
}

.aside-tools .tools-list .tools-item .tools-box .button {
  font-size: 12px;
  display: inline-block;
  margin-top: 20px;
  padding: 4px 7px;
  border: 1px solid #E6EAED;
  opacity: 1;
  border-radius: 3px;
}

.aside-tools .tools-list .tools-item .tools-box .button:hover {
  border: 1px solid #1F6FFF;
  ;
}


.flex-none {
  flex-wrap: nowrap;
}

#alert-container {
  position: fixed;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 300px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

#footerRecord .left-info a {
  margin-right: 10px;
}

@media screen and (max-width: 1440px) {
  .nav-content a {
    width: calc(33.33% - 14px);
  }
}

@media screen and (max-width: 1180px) {
  .footer-services__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 0;
  }

  .footer-content .footer-nav {
    display: block;
  }

  .footer .footer-nav .footer-nav-left {
    margin-right: 0;
  }

  .footer-content .footer-nav .footer-nav-left {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 42px;
  }

  .footer-content .footer-nav .footer-nav-right {
    width: 100%;
    margin-top: 32px;
  }

  .footer .footer-record {
    display: block;
    height: auto;
    padding: 14px 0;
    line-height: 1.8;
  }

  .footer .footer-record > span {
    display: block;
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .cloud-fixed-box-pc {
    display: none;
  }

  .footer .footer-record {
    width: min(100% - 28px, 560px);
    text-align: left;
  }

  .footer-services__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
    width: min(100% - 28px, 560px);
    padding: 28px 0;
  }

  .footer-service {
    align-items: flex-start;
  }

  .footer-service__icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    margin-right: 10px;
  }

  .footer-service__icon img {
    width: 38px;
    height: 38px;
  }

  .footer-service strong,
  .footer-service em {
    white-space: normal;
  }

  .footer-service strong {
    font-size: 15px;
    line-height: 1.3;
  }

  .footer-service em {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.45;
  }

  .footer-content .footer-nav {
    width: min(100% - 28px, 560px);
    padding: 34px 0 32px;
  }

  .footer-content .footer-nav .footer-nav-left {
    display: block;
    gap: 0;
  }

  .footer-content .footer-nav .footer-nav-left .footer-nav-box {
    border-bottom: 1px solid #dde2ea;
  }

  .footer-content .footer-nav .footer-nav-left .footer-nav-box:first-child {
    border-top: 1px solid #dde2ea;
  }

  .footer-content .footer-nav .footer-nav-left .footer-nav-head {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 56px;
    padding: 0 32px 0 0;
    color: #07142f;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
  }

  .footer-content .footer-nav .footer-nav-left .footer-nav-head::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #07142f;
    border-right: 2px solid #07142f;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.2s ease;
  }

  .footer-content .footer-nav .footer-nav-left .footer-nav-box.is-open .footer-nav-head::after {
    transform: translateY(-50%) rotate(135deg);
  }

  .footer-nav-box .footer-nav-cont {
    padding-top: 0;
  }

  .footer-content .footer-nav .footer-nav-left .footer-nav-cont {
    display: none;
    padding: 0 0 16px;
  }

  .footer-content .footer-nav .footer-nav-left .footer-nav-box.is-open .footer-nav-cont {
    display: block;
  }

  .footer-nav-box .footer-nav-item {
    margin-bottom: 10px;
  }
}
