/* domain */
.domain-page .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.domain-page .search-domain {
  max-width: 100%;
  height: 90px;
  height: clamp(50px, 4.6875vw, 90px);
  margin-bottom: 32px;
  margin-bottom: clamp(16px, 1.66666667vw, 32px);
  display: flex;
  align-items: center;
}
.domain-page .search-domain input {
  width: 1200px;
  max-width: 100%;
  min-width: 100px;
  outline: none;
  padding: 0 28px;
  padding: 0 clamp(14px, 1.45833333vw, 28px);
  height: 100%;
  box-sizing: border-box;
  color: #a5a7ac;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #ffffff;
  backdrop-filter: blur(10px);
}
.domain-page .search-domain .btn {
  padding: 0 55px;
  padding: 0 clamp(20px, 2.86458333vw, 55px);
  color: #fff;
  background: var(--base-color);
  height: 100%;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 0px 8px 8px 0px;
  flex-shrink: 0;
}
.domain-page .discount {
  margin-bottom: 64px;
}
.domain-page .discount .list {
  display: flex;
  flex-wrap: wrap;
}
.domain-page .discount .list li {
  width: 25%;
  border-radius: 8px;
  border: 1px solid #fff;
  position: relative;
  box-sizing: border-box;
  background: #f9fafb;
  perspective: 500px;
  transform-style: preserve-3d;
  transition: all 6s ease-in-out;
}
.domain-page .discount .list li:hover .img {
  transform: translateY(10px) translateZ(0px);
}
.domain-page .discount .list li:hover .name {
  color: var(--base-color);
}
.domain-page .discount .list .img {
  perspective: 500px;
  transform-style: preserve-3d;
  position: relative;
}
.domain-page .discount .list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.domain-page .discount .list .img .name {
  position: absolute;
  width: 24.45%;
  height: 28.98%;
  font-weight: 600;
  z-index: 10;
  transform: translate(-50%, -50%);
  top: 37%;
  left: 51%;
  font-size: 24px;
  color: var(--font-color);
  text-align: center;
}
.domain-page .discount .list .img .name .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.domain-page .discount .list .des {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  height: 90px;
  height: clamp(60px, 4.6875vw, 90px);
  font-weight: 400;
  text-align: center;
  padding: 0 5px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.domain-page .build-web .content {
  gap: 40px;
  gap: clamp(20px, 2.08333333vw, 40px);
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(2, 1fr);
}
.domain-page .build-web .content .sub-box {
  border: 1px solid #e5e8f0;
  border-radius: 8px;
}
.domain-page .build-web .content .sub-top {
  padding: 40px;
  padding: clamp(20px, 2.08333333vw, 40px);
  color: var(--font-color);
  background: #f6f7f9;
  overflow: hidden;
}
.domain-page .build-web .content .sub-top .name {
  font-weight: 600;
  margin-bottom: 16px;
  margin-bottom: clamp(8px, 0.83333333vw, 16px);
}
.domain-page .build-web .content .list .item {
  margin: 0;
  margin-left: 40px;
  margin-left: clamp(20px, 2.08333333vw, 40px);
  margin-right: 40px;
  margin-right: clamp(20px, 2.08333333vw, 40px);
  padding: 40px 0;
  padding: clamp(20px, 2.08333333vw, 40px) 0;
  color: #646464;
  border-bottom: 1px solid #e5e8f0;
}
.domain-page .build-web .content .list .item a {
  display: block;
}
.domain-page .build-web .content .list .item .des {
  padding-left: 20px;
}
.domain-page .build-web .content .list .item .des::before {
  background: #e5e8f0;
  top: 0;
  margin-top: 10px;
}
.domain-page .build-web .content .list .item .des:hover {
  color: var(--base-color);
}
.domain-page .build-web .content .list .item:last-child {
  border-bottom: 0;
}
.domain-page .guide .img {
  width: 100%;
  height: 595px;
  height: clamp(200px, 30.98958333vw, 595px);
}
.domain-page .guide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.domain-page .normal-question {
  margin-bottom: 30px;
}
.domain-page .normal-question .sub-box .con {
  background: #f5f6f9;
  border-radius: 8px;
  min-width: 0;
}
.domain-page .normal-question .sub-top {
  background: #5a5c60;
  color: #fff;
  padding: 38px 40px;
  padding: clamp(19px, 1.97916667vw, 38px) clamp(20px, 2.08333333vw, 40px);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.domain-page .normal-question .sub-top .name {
  margin-bottom: 16px;
  margin-bottom: clamp(8px, 0.83333333vw, 16px);
  font-weight: 600;
}
.domain-page .normal-question .sub-top .icon {
  flex-shrink: 0;
  width: 88px;
  width: clamp(66px, 4.58333333vw, 88px);
  height: 88px;
  height: clamp(66px, 4.58333333vw, 88px);
  background: #6b6d70;
  border-radius: 50%;
  overflow: hidden;
  padding: 14px;
  margin-left: auto;
  box-sizing: border-box;
}
.domain-page .normal-question .sub-top .icon img {
  width: 100%;
  height: 100%;
}
.domain-page .normal-question .list {
  padding: 24px 8px;
}
.domain-page .normal-question .list .item {
  padding-left: 32px;
  padding-left: clamp(16px, 1.66666667vw, 32px);
}
.domain-page .normal-question .list .item:hover {
  background: #fff;
}
.domain-page .normal-question .list .item:hover .des::before {
  background: var(--base-color);
}
.domain-page .normal-question .list .des {
  padding-left: 20px;
  line-height: 56px;
  line-height: clamp(36px, 2.91666667vw, 56px);
}
.domain-page .normal-question .list .des::before {
  background: #e5e8f0;
}
.domain-page .normal-question .list .des:hover {
  color: var(--base-color);
}
.domain-page .normal-question .more {
  display: block;
  margin-left: 40px;
  margin-left: clamp(20px, 2.08333333vw, 40px);
  margin-right: 40px;
  margin-right: clamp(20px, 2.08333333vw, 40px);
  padding: 40px 0;
  padding: clamp(20px, 2.08333333vw, 40px) 0;
  border-top: 1px solid #e5e8f0;
  color: #646464;
}
.domain-page .normal-question .more:hover {
  color: var(--base-color);
}
/* dcim */
.dcim-page .function-list {
  padding-bottom: 72px;
  padding-bottom: clamp(36px, 3.75vw, 72px);
}
.dcim-page .solution {
  background: #f5f6f9;
  padding-bottom: 56px;
  padding-bottom: clamp(28px, 2.91666667vw, 56px);
}
.dcim-page .solution .list .item {
  background: #fff;
}
.dcim-page .parameter {
  margin-bottom: 64px;
  margin-bottom: clamp(32px, 3.33333333vw, 64px);
}
.dcim-page .parameter .nav-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 104px;
  column-gap: clamp(50px, 5.41666667vw, 104px);
  padding-bottom: 56px;
  padding-bottom: clamp(28px, 2.91666667vw, 56px);
}
.dcim-page .parameter .nav-tab li {
  color: var(--font-color);
  padding: 0 10px;
  position: relative;
  padding-bottom: 33px;
  padding-bottom: clamp(16px, 1.71875vw, 33px);
  cursor: pointer;
  white-space: nowrap;
}
.dcim-page .parameter .nav-tab li:hover {
  color: var(--base-color);
}
.dcim-page .parameter .nav-tab li.active {
  font-weight: 600;
}
.dcim-page .parameter .nav-tab li.active::after {
  content: "";
  width: 100%;
  height: 6px;
  border-radius: 1px;
  background: var(--base-color);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skew(-40deg);
  -webkit-transform: skew(-40deg);
}
.dcim-page .parameter .tab-content {
  position: relative;
}
.dcim-page .parameter .list {
  display: none;
}
.dcim-page .parameter .list.active {
  display: grid;
}
.dcim-page .parameter .list li {
  background: #f5f6f9;
  border-radius: 8px;
}
.dcim-page .parameter .list li .tit {
  font-weight: 500;
  margin-bottom: 16px;
  margin-bottom: clamp(8px, 0.83333333vw, 16px);
}
.dcim-page .parameter .list li .des {
  color: var(--des-color);
  line-height: normal;
}
.dcim-page .parameter .list li a {
  display: block;
}
.dcim-page .case {
  margin-bottom: 20px;
}
.dcim-page .case .list {
  gap: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
.dcim-page .case .item {
  background: #f5f6f9;
  border-radius: 8px;
  box-sizing: border-box;
  line-height: normal;
  position: relative;
  overflow: hidden;
  transition: all 0.22s ease-out;
}
.dcim-page .case .item:hover {
  background: #fff;
  box-shadow: 0px 7px 10px 1px rgba(0, 0, 0, 0.05);
}
.dcim-page .case .item img {
  width: 100%;
  height: 286px;
  height: clamp(160px, 14.89583333vw, 286px);
  object-fit: cover;
}
.dcim-page .case .item .text {
  width: 100%;
  padding: 14px 24px;
  box-sizing: border-box;
}
.dcim-page .case .item .text .des {
  color: var(--des-color);
  margin-bottom: 32px;
  margin-bottom: clamp(10px, 1.66666667vw, 32px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
  line-height: 20px;
}
.dcim-page .case .item .text .name {
  font-weight: 500;
  text-align: right;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dcim-page .service {
  background: #f5f6f9;
  padding-bottom: 64px;
  padding-bottom: clamp(32px, 3.33333333vw, 64px);
}
.dcim-page .service .title {
  padding: 40px;
  padding: clamp(20px, 2.08333333vw, 40px);
  font-weight: 600;
  border-bottom: 1px solid #e5e8f0;
  box-sizing: border-box;
}
.dcim-page .service .content {
  gap: 16px;
  align-items: stretch;
}
.dcim-page .service .question,
.dcim-page .service .protocol {
  background: #fff;
  border-radius: 8px;
  min-height: 430px;
  min-height: clamp(200px, 22.39583333vw, 430px);
}
.dcim-page .service .protocol {
  flex: 0 0 543px;
  max-width: 50%;
  overflow: hidden;
}
.dcim-page .service .protocol .bot {
  padding: 24px 40px;
  padding: clamp(16px, 1.25vw, 24px) clamp(20px, 2.08333333vw, 40px);
  padding-bottom: 0;
  box-sizing: border-box;
}
.dcim-page .service .protocol .tip {
  color: var(--des-color);
  margin-bottom: 31px;
}
.dcim-page .service .protocol .list {
  margin-top: -24px;
  margin-top: clamp(-16px, -1.25vw, -24px);
  border-bottom: 1px solid #e5e8f0;
  padding-bottom: 30px;
  overflow: hidden;
}
.dcim-page .service .protocol .list li {
  padding-left: 20px;
  margin-top: 24px;
  margin-top: clamp(16px, 1.25vw, 24px);
}
.dcim-page .service .protocol .list li:hover {
  color: var(--base-color);
}
.dcim-page .service .protocol .link-more {
  padding: 28px 0;
  padding: clamp(14px, 1.45833333vw, 28px) 0;
  text-align: center;
  color: var(--base-color);
}
.dcim-page .service .question-list {
  padding: 0 32px;
}
.dcim-page .service .question-list .tit {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 20px;
}
.dcim-page .service .question-list .item {
  padding: 40px 0;
  padding: clamp(20px, 2.08333333vw, 40px) 0;
  border-bottom: 1px solid #e5e8f0;
  overflow: hidden;
}
.dcim-page .service .question-list .item:last-child {
  border-bottom: 0;
}
.dcim-page .service .question-list .item .fold {
  display: none;
}
.dcim-page .service .question-list .des {
  display: none;
  margin-top: 20px;
  padding-left: 20px;
  color: var(--des-color);
  font-size: 14px;
}
.dcim-page .service .question-list .active .expand {
  display: none;
}
.dcim-page .service .question-list .active .fold {
  display: block;
}
.dcim-page .service .question-list .active .des {
  display: block;
}
.dcim-page .service .question-list .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.dcim-page .service .question-list .icon img {
  width: 100%;
  height: 100%;
}
/* cloud  */
.cloud-page .function-list {
  padding-bottom: 72px;
}
.cloud-page .solution {
  background: #f5f6f9;
  padding-bottom: 64px;
}
.cloud-page .solution .list {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.cloud-page .solution .list .item {
  background: #fff;
}
.cloud-page .service {
  padding-bottom: 80px;
  padding-bottom: clamp(40px, 4.16666667vw, 80px);
}
.cloud-page .service .item {
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  line-height: normal;
  position: relative;
  overflow: hidden;
}
.cloud-page .service .item:hover img {
  transform: scale(1.2);
}
.cloud-page .service .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cloud-page .service .item .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 16px;
  padding: clamp(8px, 0.83333333vw, 16px);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  text-align: center;
}
.cloud-page .service .item .text .name {
  font-weight: 600;
  margin-bottom: 8px;
}
.cloud-page .service .item .text .des {
  color: var(--des-color);
}
.cloud-page .partner {
  padding-bottom: 64px;
  padding-bottom: clamp(32px, 3.33333333vw, 64px);
  background-color: #f5f6f9;
}
.cloud-page .partner ul li {
  background: #fff;
}
/* 机柜 */
.cabinet-page .advantage {
  position: relative;
}
.cabinet-page .advantage .bottom-box {
  padding-bottom: 270px;
  padding-bottom: clamp(140px, 14.0625vw, 270px);
  position: relative;
}
.cabinet-page .advantage .point-list {
  position: relative;
  z-index: 2;
}
.cabinet-page .advantage .point-list li {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #d8deed;
  backdrop-filter: blur(10px);
  align-items: center;
}
.cabinet-page .advantage .point-list li img {
  width: 80px;
  width: clamp(60px, 4.16666667vw, 80px);
  height: 80px;
  height: clamp(60px, 4.16666667vw, 80px);
  margin-right: 24px;
  margin-right: clamp(16px, 1.25vw, 24px);
}
.cabinet-page .advantage .point-list li .tit {
  font-weight: 500;
  margin-bottom: 16px;
  margin-bottom: clamp(10px, 0.83333333vw, 16px);
}
.cabinet-page .advantage .point-list li .des {
  color: var(--des-color);
}
.cabinet-page .advantage .video-play {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.cabinet-page .solution {
  background: #f5f6f9;
  padding-bottom: 64px;
}
.cabinet-page .partner {
  padding-bottom: 64px;
}
/* 机柜 end */
.concat-us {
  background: var(--base-color) url(../assets/img/point-bg.png) top center repeat-x;
  padding-bottom: 40px;
  padding-bottom: clamp(24px, 2.08333333vw, 40px);
  text-align: center;
}
.concat-us .inner-title {
  padding-top: 56px;
  padding-top: clamp(28px, 2.91666667vw, 56px);
  padding-bottom: 40px;
  padding-bottom: clamp(20px, 2.08333333vw, 40px);
}
.concat-us .form {
  padding: 56px 70px;
  padding: clamp(28px, 2.91666667vw, 56px) clamp(35px, 3.64583333vw, 70px);
  background: #fff;
  margin: 0 auto;
  display: inline-block;
  border-radius: 16px;
  box-sizing: border-box;
}
.concat-us .form .item {
  width: 100%;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid #d8deed;
  overflow: hidden;
}
.concat-us .form input,
.concat-us .form textarea {
  width: 100%;
  height: 72px;
  height: clamp(55px, 3.75vw, 72px);
  border: none;
  outline: none;
  color: #7d859d;
  font-size: 18px;
  font-size: clamp(14px, 0.9375vw, 18px);
  padding: 0 32px;
  padding: 0 clamp(16px, 1.66666667vw, 32px);
  box-sizing: border-box;
}
.concat-us .form textarea {
  padding: 24px 32px;
  padding: clamp(12px, 1.25vw, 24px) clamp(16px, 1.66666667vw, 32px);
  height: 128px;
  height: clamp(80px, 6.66666667vw, 128px);
  font-family: "PingFang SC";
  resize: none;
}
.concat-us .form .submit {
  width: 100%;
  border: none;
  text-align: center;
  line-height: 64px;
  line-height: clamp(50px, 3.33333333vw, 64px);
  font-size: 18px;
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 600;
  color: #fff;
  background: var(--base-color);
  cursor: pointer;
  border-radius: 4px;
}
.concat-us .form.form-horizontal .form-group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-bottom: clamp(20px, 2.08333333vw, 40px);
}
.concat-us .form.form-horizontal .form-label {
  width: 120px;
  width: clamp(100px, 6.25vw, 120px);
  flex-shrink: 0;
  font-size: 16px;
  font-size: clamp(14px, 0.83333333vw, 16px);
  font-weight: 500;
  color: #485169;
  padding-top: 20px;
  padding-top: clamp(16px, 1.04166667vw, 20px);
  margin-bottom: 0;
}
.concat-us .form.form-horizontal .form-label:first-child {
  padding-top: 0;
  padding-top: clamp(0, 0vw, 0);
}
.concat-us .form.form-horizontal .form-content {
  width: 713px;
  width: clamp(600px, 37.13541667vw, 713px);
  margin-left: 20px;
  margin-left: clamp(16px, 1.04166667vw, 20px);
}
.concat-us .form .required {
  color: #ff4757;
  margin-right: 4px;
}
.concat-us .form .radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  gap: clamp(12px, 0.83333333vw, 16px);
}
.concat-us .form .radio-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.concat-us .form .radio-item input[type="radio"] {
  margin-right: 8px;
  margin-right: clamp(6px, 0.41666667vw, 8px);
  width: 18px;
  height: 18px;
}
.concat-us .form .radio-item label {
  font-size: 14px;
  font-size: clamp(12px, 0.72916667vw, 14px);
  color: #485169;
  cursor: pointer;
  margin-bottom: 0;
}
.concat-us .form .contact-group {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  gap: clamp(8px, 0.625vw, 12px);
}
.concat-us .form .contact-type {
  flex-shrink: 0;
}
.concat-us .form .contact-select {
  height: 72px;
  height: clamp(55px, 3.75vw, 72px);
  padding: 0 clamp(20px, 1.25vw, 24px) 0 clamp(12px, 0.83333333vw, 16px);
  border: 1px solid #d8deed;
  border-radius: 8px;
  font-size: 16px;
  font-size: clamp(14px, 0.83333333vw, 16px);
  color: #7d859d;
  background: #fff;
  outline: none;
  min-width: 100px;
  min-width: clamp(80px, 5.20833333vw, 100px);
}
/* about-page */
.about-us .partner {
  margin-bottom: 64px;
  margin-bottom: clamp(32px, 3.33333333vw, 64px);
}
/**
 * 适配
 */
@media screen and (max-width: 1024px) {
  .domain-page .discount .list li {
    width: 50%;
  }
  .cloud-page .solution .com-price-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .dcim-page .case .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .dcim-page .service .content {
    flex-direction: column;
  }
  .dcim-page .service .question,
  .dcim-page .service .protocol {
    min-height: auto;
  }
  .dcim-page .service .protocol {
    flex: 0 0 auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .domain-page .search-domain input {
    flex: 1;
    width: auto;
  }
  .domain-page .build-web .content {
    grid-template-columns: repeat(1, 1fr);
  }
  .cloud-page .solution {
    padding-bottom: 30px;
  }
  .dcim-page .case .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .dcim-page .case .item img {
    height: 240px;
  }
  .concat-us .form {
    width: 100%;
    padding: 15px 20px;
  }
  .concat-us .form .item {
    width: 100%;
  }
  .concat-us .form input,
  .concat-us .form textarea {
    height: 40px;
  }
  .concat-us .form textarea {
    height: 80px;
  }
  .concat-us .form .submit {
    line-height: 44px;
  }
  .concat-us .form .radio-group {
    gap: 12px;
  }
  .concat-us .form .radio-item input[type="radio"] {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  .concat-us .form .contact-group {
    flex-direction: column;
    gap: 8px;
  }
  .concat-us .form .contact-type {
    width: 100%;
  }
  .concat-us .form .contact-select {
    width: 100%;
    height: 40px;
    min-width: auto;
    padding: 0 16px 0 12px;
  }
  .concat-us .form.form-horizontal {
    max-width: 100%;
  }
  .concat-us .form.form-horizontal .form-group {
    flex-direction: column;
    align-items: stretch;
  }
  .concat-us .form.form-horizontal .form-label {
    width: 100%;
    padding-top: 0;
    margin-bottom: 8px;
  }
  .concat-us .form.form-horizontal .form-content {
    width: 100%;
    margin-left: 0;
  }
}
