.ipquery-search-section {
  background: #f6f8fc;
  padding: 50px 0 60px 0;
}
.ipquery-page-title {
  font-size: 36px;
  margin: 0;
}
.ipquery-page-desc {
  font-size: 18px;
  color: #717883;
  margin: 10px 0 30px;
}
.ipquery-input-wrap {
  position: relative;
  margin-bottom: 35px;
}
.ipquery-input {
  height: 60px;
}
.ipquery-search-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 156px;
  border-radius: 2px;
}
.el-button--primary {
  background-color: #1664ff;
}
.el-button--primary:hover {
  background-color: #3b7dff;
}
.ipquery-result-wrap {
  display: flex;
  flex-wrap: wrap;
}
.ipquery-result-left {
  flex: 1;
  min-width: 500px;
  margin-right: 20px;
}
.ipquery-result-right {
  width: 360px;
}
.ipquery-info-block {
  margin-bottom: 10px;
}
.ipquery-info-label {
  color: #999;
}
.ipquery-info-value {
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 10px;
}
.ipquery-info-value-lg {
  font-size: 24px;
}
.ipquery-col-bottom {
  margin-bottom: 20px;
}
.ipquery-map-img {
  max-width: 100%;
  border-radius: 4px;
}
.ipquery-section-title {
  color: #999;
  font-size: 16px;
  margin-bottom: 0;
}
.ipquery-section-title--top {
  color: #999;
  font-size: 16px;
  margin: 15px 0 0;
}
.ipquery-divider {
  margin: 3px 0 12px;
}
.ipquery-recommend-title {
  font-size: 22px;
  margin-bottom: 20px;
}
/* 数据中心推荐链接 */
.datacenter-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #2a315f;
  border-radius: 8px;
  padding: 18px 22px;
  text-decoration: none;
  color: #fff;
  transition: background 0.3s;
}
.datacenter-link:not(:last-child) {
  margin-bottom: 12px;
}
.datacenter-link:hover {
  background: linear-gradient(to right, #0551e8, #cd57e2);
  color: #fff;
  text-decoration: none;
}
.datacenter-link-title {
  margin-bottom: 8px;
  font-weight: 500;
}
.datacenter-link-desc {
  color: #c9cdd4;
  font-size: 12px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ipquery-product-section {
  margin-top: 40px;
}
.ipquery-product-section-title {
  font-size: 22px;
  margin-bottom: 22px;
}
.ipquery-product-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* 产品推荐卡片 */
.product-card {
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  width: calc((100% - 36px) / 3);
  box-sizing: border-box;
}
.product-card-title {
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 600;
}
.product-card-body {
  font-size: 14px;
  color: #717883;
  line-height: 1.8;
  min-height: 140px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.ipquery-product-actions {
  display: flex;
}
.ipquery-product-consult-btn {
  flex: 1;
  margin-right: 8px;
}
.ipquery-product-detail-link {
  flex: 1;
  display: block;
}
.ipquery-product-detail-btn {
  width: 100%;
}
.el-tabs__item {
  font-size: 18px;
}
.el-tabs__item:hover {
  color: #1664ff;
}
.el-tabs__header {
  margin-bottom: 20px;
}
.el-tabs__item.is-active {
  color: #1664ff;
}
.el-tabs__active-bar {
  background-color: #1664ff;
}
.el-input__inner:focus {
  border: unset !important;
  box-shadow: unset !important;
}
.el-input__inner {
  border: unset !important;
}
.choose {
  background-color: #fff;
  height: auto;
  overflow: hidden;
  padding: 60px 0;
}
.choose .d-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.choose .title {
  font-size: 32px;
  text-align: center;
}
.choose .title p {
  text-align: center;
  font-size: 16px;
  color: #444;
  margin-bottom: 3%;
}
.choose .chooseCont {
  height: auto;
  overflow: hidden;
  margin-top: 2%;
}
.choose .txtMarquee-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.choose .leftCont {
  height: auto;
  overflow: hidden;
  width: 40%;
  padding-right: 24px;
  border-right: 1px dashed #ddd;
}
.choose .leftCont .item {
  margin-top: 40px;
  cursor: pointer;
}
.choose .leftCont .item h2 {
  margin: 0;
  font-size: 24px;
  margin-bottom: 10px;
}
.choose .leftCont .item.on h2,
.choose .leftCont .item:hover {
  color: #006eff;
}
.choose .leftCont .item p {
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
}
.choose .rightCont {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding-left: 24px;
  position: relative;
}
.choose .rightCont h2 {
  margin-bottom: 10px;
  font-size: 26px;
}
.choose .rightCont .desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  white-space: pre-line;
}
@media screen and (max-width: 992px) {
  .choose .leftCont {
    float: left;
    width: 48% !important;
    padding-right: 0 !important;
  }
  .choose .item {
    margin-top: 5% !important;
  }
  .choose .item h2 {
    font-size: 18px !important;
  }
  .choose .title {
    font-size: 26px;
  }
  .choose .txtMarquee-top {
    display: block;
  }
  .choose .rightCont {
    float: right;
    width: 48%;
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 576px) {
  .choose .title {
    font-size: 20px;
  }
  .choose .title p {
    font-size: 12px;
  }
  .choose .contentProduct {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .choose .rightCont {
    float: none;
    width: 100%;
    margin-top: 5%;
    padding-left: 0 !important;
  }
  .choose .rightCont .balance h2 {
    font-size: 18px;
  }
  .choose .leftCont {
    float: none;
    width: 100% !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .ipquery-page-title {
    font-size: 28px;
  }
  .ipquery-page-desc {
    font-size: 14px;
  }
  .ipquery-search-btn {
    width: 84px;
  }
  .ipquery-result-left {
    min-width: unset;
    margin-right: 0;
    flex: 100%;
  }
  .ipquery-result-right {
    width: 100%;
  }
  .ipquery-result-wrap {
    flex-direction: column;
  }
  .datacenter-link {
    padding: 12px 16px;
  }
  .product-card {
    width: 100%;
    margin-bottom: 12px;
  }
}
