/* Codex: 本样式表包含主题迭代中新增或调整的页面样式，后续维护请保留现有覆盖顺序。 */
.product-banner {
  padding: 20px 0;
  height: 440px;
}

/* 热门组合 */
.product-hot {
  background: #F7F8FA;
}
.product-hot .hot-cont {
  margin: -10px;
  margin-top: 30px;
  overflow: hidden;
}
.product-hot .hot-list {
  display: flex;
  flex-wrap: wrap;
}
.cloud-pro-list .hot-list {
  display: none;
}
.cloud-pro-list .hot-list.active {
  display: flex;
  flex-wrap: wrap;
}
.product-hot .hot-item {
  cursor: pointer;
  font-size: 14px;
  padding: 30px;
  margin: 10px;
  width: 335px !important;
  border: 1px solid #E6EAED;
  border-radius: 3px;
}
.product-hot .hot-item:hover {
  box-shadow: 0px 0px 16px rgba(52, 52, 52, 0.16);
}
.product-hot .hot-item:hover h4 {
  color: #ff6739;
}
.product-hot .standard p {
  height: 32px;
  margin-bottom: 3px;
  display: flex;
  justify-content: space-between;
}
.product-hot .standard .attr {
  width: 120px;
  text-align: left;
}
.product-hot .hot-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.product-hot .hot-price .price {
  color: #ff6739;
}
.product-hot .hot-price .price-desc {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}
.product-hot .hot-price .btn {
  width: 120px;
}
.product-hot .hot-item .title-desc,
.product-hot .section-title .section-desc {
  color: #666;
  min-height: 60px;
}
/* 无忧上云  */
.product-cloud {
  background: #f7f8fa;
}
.product-cloud .cloud {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  margin-top: 60px;
}
.product-cloud .cloud-box {
  flex: 1;
  min-width: 500px;
  margin: 10px;
  display: flex;
  padding: 30px;
  background: #fff;
  cursor: pointer;
}
.product-cloud .cloud-box:hover {
  box-shadow: 0px 0px 8px rgba(52, 52, 52, 0.08);
}
.product-cloud .cloud-box img {
  margin-right: 30px;
  width: 128px;
  height: 128px;
}
/* 高效能 */
.product-performance {
  background: #13182C url(../assets/img/index/home-bg.png) no-repeat center center;
  background-size: cover;
}
.product-performance .performance {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.product-performance .performance .performance-left img {
  margin-right: 50px;
  min-width: 600px;
  display: flex;
  max-height: 570px;
}
.product-performance .performance .performance-left2 img {
  max-height: 380px;
}
.product-performance .performance .performance-left3 img {
  height: 400px;
  width: 500px;
  margin-left: 36px;
  margin-right: 160px;
  min-width: auto;
}
.product-performance .performance-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 12px;
  padding: 0 16px;
  height: 85px;
  background: rgba(255, 255, 255, 0.08);
  min-width: 600px;
}
.product-performance .performance-item img {
  margin-right: 20px;
  height: 52px;
  width: 52px;
}
.product-performance .performance-item:hover {
  background: rgba(255, 255, 255, 0.16);
}
.product-performance .performance-item .desc {
  margin-top: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
/* 高效上云 */
.product-efficient {
  background: #f7f8fa;
}
.efficient {
  padding-top: 60px;
}
.efficient .nav-tabs {
  display: flex;
  flex-direction: column;
  background: #f5f6f9;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 3px 0px 0px 3px;
  box-shadow: 0px 0px 10px rgba(19, 55, 83, 0.08);
}
.efficient .nav-tabs li {
  cursor: pointer;
  flex: 1;
  font-size: 18px;
}
.efficient .nav-tabs li.active,
.efficient .nav-tabs li:hover {
  background: #fff;
  border-radius: 3px 0px 0px 3px;
}
.efficient .nav-tabs li.active > a,
.efficient .nav-tabs li:hover a {
  background: transparent;
  border: none;
  /* border-bottom: 1px solid #E6EAED; */
  color: #FF6739;
}
.efficient .nav-tabs a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 260px;
  height: 100%;
  color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #E6EAED;
}
.efficient .nav-tabs li:last-child a {
  border-bottom: none;
}
.efficient .nav-tabs li.active img,
.efficient .nav-tabs li:hover img {
  display: block;
}
.efficient .nav-tabs img {
  display: none;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.efficient .tab-content {
  min-width: 300px;
  flex: 1;
  background: #fff;
  border-radius: 0px 3px 3px 0px;
}
.tabs-efficient {
  padding: 50px 70px 30px 70px;
}
.tabs-efficient .tab-box {
  display: flex;
  justify-content: space-between;
}
.tab-box .tabs-content {
  flex: 1;
  padding-right: 100px;
}
.tab-box .tabs-content .layout-paragraph:nth-child(2) .layout-paragraph-s::before {
  background: #FF6739;
}
.tabs-efficient .tabs-img {
  flex-shrink: 0;
  width: 408px;
  height: 100%;
}
.tabs-efficient .tabs-img img {
  width: 100%;
  height: 100%;
}
/* 帮助 */
.help {
  margin: -10px;
  margin-top: 30px;
}
.help-box {
  margin: 10px;
  padding: 40px 30px;
  width: 453px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(19, 55, 83, 0.08);
  opacity: 1;
  border-radius: 3px;
}
/* 产品价格 */
.product-price .price {
  margin: -10px;
  margin-top: 60px;
}
.price .price-item {
  margin: 10px;
  width: 335px;
  height: 176px;
  padding: 20px 30px;
  border: 1px solid #E6EAED;
}
.price .price-item .title-desc {
  margin-top: 10px;
  margin-bottom: 30px;
}
.price .price-item .btn {
  padding: 8px 30px;
}
.product-price .price .more {
  background: #e6eaed;
}
.product-price .price .more a {
  display: inline-block;
  width: 290px;
  height: 136px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  line-height: 136px;
}
/* 产品规格 */
.standards {
  margin: -10px;
  margin-top: 60px;
  flex-wrap: wrap;
}
.standards-box {
  width: calc(25% - 20px);
  flex-shrink: 0;
  margin: 10px;
  padding: 30px;
  border: 1px solid #E6EAED;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.standards-box .standards-box-s {
  position: relative;
  padding-left: 10px;
}
.standards-box .standards-box-s::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}
.standards-box .money-box {
  margin-top: 30px;
}
.standards-box .money {
  color: #ff6739;
}
.standards-box .btn {
  padding: 8px 26px;
}
.standards-box .stand-cont {
  margin-top: 30px;
}
.product-sms .standards-box .stand-cont {
  width: 230px;
}
.product-sms .title-desc {
  color: #666;
}
.standards-box .stand-s {
  margin-bottom: 15px;
}
.standards-box p .iconfont {
  margin-right: 8px;
}
/* 申请流程 */
.product-flow .flow {
  margin-top: 60px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.trademark-flow {
  height: 269px;
  background: url("../assets/img/trademark/flow_path.png") no-repeat;
  background-size: contain;
}
.product-flow .flow .flow-box {
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
  width: 242px;
}
.product-icp .flow .flow-box {
  width: 160px;
}
.product-rent .flow {
  gap: 0;
}
.product-rent .flow .flow-box {
  width: 242px;
}
.product-rent .flow .flow-box::before {
  right: -28px;
}
.product-trusteeship .flow .flow-box {
  width: 242px;
}
.product-trusteeship .flow .flow-box::before {
  right: -80px;
}
.product-flow .flow-box::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: -55px;
  height: 40px;
  width: 40px;
  background: url('../assets/img/index/arrow-right.png');
  background-size: cover;
}
.product-flow .flow-box:last-child:before {
  content: none;
}
.product-flow .flow .flow-icon {
  min-width: 52px;
  width: 52px;
  height: 52px;
  border: 2px solid #707070;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  position: relative;
  width: 48px;
  height: 48px;
  border: 2px solid #FF6739;
  background: linear-gradient(180deg, rgba(253, 169, 113, 0.3) 0%, #FC781F 100%);
  border-radius: 50%;
  color: #fff;
  z-index: 2;
}
.product-flow .flow .flow-icon::before {
  content: '';
  position: absolute;
  top: -14px;
  width: 74px;
  height: 74px;
  background: #FFFFFF;
  border: 1px solid rgba(255, 103, 57, 0.1608);
  border-radius: 50%;
  background: transparent;
}
.product-flow .flow h5 {
  color: #ff6739;
}
/* icp申请 */
.apply {
  margin-top: 60px;
  padding: 40px;
  background: #f7f8fa;
}
.apply .apply-left {
  flex: 2;
  opacity: 1;
  border-radius: 3px;
}
.apply .apply-left img {
  width: 100%;
}
.apply .apply-right {
  margin-left: 50px;
  flex: 3;
}
.apply .apply-right .money {
  margin-right: 60px;
}
.layout-paragraph {
  margin-bottom: 40px;
}
.apply .apply-right .layout-paragraph:last-child {
  margin-bottom: 0;
}
.tab-content .tabs-efficient .layout-paragraph:last-child {
  margin-bottom: 0;
}
.layout-paragraph .layout-paragraph-s {
  position: relative;
  padding-left: 12px;
  margin-bottom: 8px;
}
.layout-paragraph .layout-paragraph-s::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}
.layout-paragraph-tag {
  display: inline-block;
  margin-top: 4px;
  padding: 8px 16px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}
.layout-paragraph .iconfont {
  margin-right: 8px;
}
.layout-paragraph .layout-title {
  font-size: 16px;
  margin-bottom: 12px;
}
.layout-paragraph .layout-desc {
  color: rgba(0, 0, 0, 0.6);
}
.product-rent .layout-paragraph-s {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.9);
}
.product-rent .layout-paragraph .layout-desc {
  margin-top: 0px;
}
.product-icp .layout-paragraph-s {
  margin-bottom: 15px;
}
.product-icp .layout-paragraph .layout-desc {
  margin-top: 4px;
}
.money {
  color: #ff6739;
  font-size: 14px;
}
.product-ssl .money-box {
  justify-content: space-between;
}
.money-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.extend .money-box .money {
  margin-right: 20px;
}
.money-box .btn-normal {
  padding: 8px 32px;
}
/* 域名注册 */
.domain-info {
  background: #f7f8fa;
}
.domain-register {
  padding: 40px;
  background: #fff;
}
.domain-register .register-box {
  padding-bottom: 60px;
}
.domain-register .register-box-head {
  position: relative;
}
.domain-register .register-box-head::before {
  content: '';
  position: absolute;
  top: 2px;
  left: -10px;
  width: 2px;
  height: 16px;
  background: #ff6739;
}
.domain-register .domain-register-box {
  margin-bottom: 60px;
}
.domain-register .domain-register-box .register-box-item {
  display: flex;
  margin: 30px 0;
}
.domain-register .register-box-item .register-box-left {
  color: rgba(0, 0, 0, 0.6);
  width: 200px;
}
.domain-register .register-box-item .ok {
  color: #ff6739;
}
.domain-info .domain-desc-box {
  background: #FFFFFF;
  padding: 40px 20px 50px 20px;
  min-width: 400px;
}
.domain-info .domain-desc-box .search-btn {
  padding: 12px 30px;
  min-width: 92px;
}
.domain-info .domain-desc-box input {
  width: 100%;
  height: 46px;
  border: 1px solid #E6EAED;
  opacity: 1;
  border-radius: 3px 0px 0px 3px;
}
.domain-info .domain-desc-box .domain-desc-tips {
  padding: 13px 16px;
  background: #f7f8f9;
  margin-right: 10px;
}
/* 活动列表 */
.activities .activities-list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 3fr));
}
.activities .activities-item:first-child {
  height: 424px;
  grid-row-start: 1;
  grid-row-end: 3;
}
.activities .activities-item {
  padding: 40px;
  height: 200px;
  background: #E6EAED;
  opacity: 1;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.activities .activities-time {
  padding-top: 0;
}
.activities .activities-time .count-time {
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #fdfdfe;
}
.activities .activities-time .count-time .box {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: #FF6739;
  color: #fff;
}
.activities .activities-item:hover {
  margin-top: -12px;
  box-shadow: 0px 0px 16px rgba(52, 52, 52, 0.16);
}
.activities .activities-item a {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #FF6739;
}
/* 域名购买 */
.domain-shop {
  background: #f7f8fa;
}
.domain-shop .shop-head {
  padding: 40px 30px;
  background: #fff;
}
.domain-shop .shop-head input {
  width: 100%;
  border-right: none;
  background: #f7f8fa;
}
.domain-shop .shop-head .search-btn {
  width: 140px;
}
.domain-shop .shop-head select {
  padding: 0 20px;
  width: 100px;
  height: 56px;
  margin-top: 30px;
  margin-bottom: 20px;
  border: 1px solid #ff6739;
  border-left: none;
  border-radius: 0;
  box-shadow: none;
}
.domain-shop .number {
  color: #ff6739;
}
.domain-shop .shop-content {
  margin-top: 10px;
}
.domain-shop .shop-content .shop-left {
  padding: 30px;
  background: #fff;
}
.shop-left .attr {
  border: none;
  box-shadow: none;
  width: auto;
}
.shop-left .shop-item-right .item-right {
  width: 120px;
  text-align: right;
  margin-left: 30px;
}
.shop-content .shop-left .shop-list {
  border: 1px solid #EDEDED;
}
.shop-content .shop-left .shop-list .shop-item {
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.shop-left .shop-item-right .add-car {
  padding: 6px 16px;
  cursor: pointer;
  border-radius: 16px;
  text-align: center;
  color: #ff6739;
  border: 1px solid #FF6739;
}
.shop-left .shop-item-right .add-car.disabled {
  border: 1px solid #E6EAED;
  color: rgba(0, 0, 0, 0.4);
}
.shop-left .shop-item-right .icon-bottom {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.shop-left .shop-item-right .icon-box {
  position: relative;
}
.shop-left .shop-item-right .icon-bottom:hover {
  transform: rotate(180deg);
}
.shop-left .shop-item-right .icon-box:hover .table-price {
  display: block;
}
.shop-left .table-price {
  position: absolute;
  margin-left: -100%;
  display: none;
  background: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 16px;
  z-index: 99;
}
.shop-left .table-price .table-list {
  display: flex;
  border-top: 1px solid #E6EAED;
}
.shop-left .table-price .table-list.table-head {
  background: #F7F8FA;
  color: rgba(0, 0, 0, 0.6);
  border: none;
}
.shop-left .table-price .table-list .table-item {
  padding: 10px 20px;
  min-width: 80px;
}
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #f7f8fa;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  outline: none;
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: none;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "iconfont";
  background: #ff6739;
  color: #fff;
  font-size: 14px;
  content: "\e68b";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.shop-content .shop-right {
  width: 400px;
  background: #fff;
}
.shop-content .shop-right .shop-car {
  padding: 20px 30px;
}
.shop-content .shop-right .shop-car .shop-car-head {
  background: #fff;
}
.shop-content .shop-right .shop-car .shop-car-content {
  border: 1px solid #EDEDED;
}
.shop-content .shop-car-content .shop-car-box {
  padding: 24px 20px;
  border-bottom: 1px solid #ededed;
}
.shop-content .shop-car-content .shop-car-box .remove {
  cursor: pointer;
}
.shop-content .shop-car-buy {
  background: #FF6739;
  opacity: 1;
  border-radius: 0px 0px 3px 3px;
  padding: 12px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.jr-select.select-border select {
  padding-left: 35px;
  border: none;
}
.jr-select.select-border:after {
  right: 5px;
}
.input-search .jr-select.select-border select {
  border: 1px solid #ff6739;
  border-left: none;
}
.input-search .jr-select.select-border:after {
  top: 50px;
  right: 10px;
}
.product-country {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  height: 52px;
  box-shadow: 0px 0px 12px 1px rgba(52, 52, 52, 0.08);
  border-radius: 3px 3px 3px 3px;
}
.product-country .country-item {
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
}
.product-country .country-item:hover {
  cursor: pointer;
  color: #E2491B;
}
.product-country .country-item.active {
  background: linear-gradient(180deg, #FEDEBE 0%, rgba(255, 255, 255, 0) 100%);
  color: #E2491B;
}
.product-des {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.product-des .link-rule {
  color: #FF6739;
}
.product-item {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  margin: 10px;
  width: 335px !important;
  border: 2px solid #FFFFFF;
  background: #fff;
}
.product-item .product-active-text {
  position: absolute;
  top: 6px;
  right: 2px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  padding: 0 12px;
  font-size: 12px;
  color: #E2491B;
  background: #FEE2C6;
  border-radius: 40px 0px 0px 40px;
}
.product-item:hover {
  box-shadow: 0px 0px 16px rgba(52, 52, 52, 0.16);
}
.product-item:hover h4 {
  color: #ff6739 !important;
}
.product-item .product-item-top {
  padding: 21px 20px 20px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #E6EAED;
  border-radius: 3px 3px 0px 0px;
  background: linear-gradient(180deg, #FFF9F6 0%, #FFFFFF 100%);
}
.product-item .product-item-top h4 {
  font-size: 22px;
  color: #000000;
}
.product-item .product-item-top .title-desc {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.product-item .product-item-bottom {
  box-sizing: border-box;
  padding: 20px;
}
.product-item .product-item-bottom .product-config {
  min-height: 138px;
}
.product-item .product-item-bottom .product-config > p {
  margin-bottom: 16px;
  display: flex;
}
.product-item .product-item-bottom .product-config > p .config-lable {
  display: inline-block;
  width: 113px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.product-item .product-item-bottom .product-config > p .config-value {
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  flex: 1;
}
.product-item .product-item-bottom .product-config > p .config-time {
  margin-top: 10px;
  display: flex;
}
.product-item .product-item-bottom .product-config > p .config-time > span {
  cursor: pointer;
  display: inline-block;
  width: 60px;
  height: 32px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #EDEDED;
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  text-align: center;
  line-height: 32px;
}
.product-item .product-item-bottom .product-config > p .config-time > span:nth-of-type(1) {
  margin-left: 0;
}
.product-item .product-item-bottom .product-config > p .config-time > span.active {
  background: rgba(255, 103, 57, 0.08);
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #FF6739;
  color: #FF6739;
}
.product-item .product-item-bottom .product-config > p .config-time > span:hover {
  border: 1px solid #FF6739;
  color: #FF6739;
}
.product-item .product-item-bottom .product-text {
  font-size: 0;
}
.product-item .product-item-bottom .product-text .product-text-item {
  padding: 4px 8px;
  background: #F7F8F9;
  border-radius: 1px 1px 1px 1px;
  border: 1px solid #EDEDED;
  color: rgba(0, 0, 0, 0.6);
  margin-right: 10px;
  font-size: 12px;
}
.product-item .product-item-bottom .product-text .product-text-item:nth-last-of-type(1) {
  margin-right: 0;
}
.product-item .product-item-bottom .product-price-box {
  margin-top: 21px;
}
.product-item .product-item-bottom .product-price-box .price-left {
  display: flex;
  align-items: center;
}
.product-item .product-item-bottom .product-price-box .price-left .price {
  font-size: 14px;
  color: #FF6739;
}
.product-item .product-item-bottom .product-price-box .price-left .origin-price {
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  text-decoration: line-through;
}
.product-item .product-item-bottom .product-price-box .price-desc {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.product-item .product-item-bottom .product-price-box .price-right {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-item .product-item-bottom .product-price-box .price-right a {
  flex: 1;
}
.product-item .product-item-bottom .product-price-box .price-right .product-btn {
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #FFFFFF;
  background: linear-gradient(85deg, #FF832D 0%, #FF550A 100%);
}
.product-item .product-item-bottom .product-price-box .price-right .shop-car-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 70px;
  height: 40px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #FF6739;
}
.product-event {
  display: flex;
  margin-top: 60px;
  flex-wrap: wrap;
}
.product-event .event-item {
  padding: 30px 30px 26px 30px;
  cursor: pointer;
  box-sizing: border-box;
  width: 32%;
  flex-shrink: 0;
  margin: 9px;
  border-radius: 3px 3px 3px 3px;
  border-top: 4px solid #FF6739;
  box-shadow: 0px 0px 12px 1px rgba(52, 52, 52, 0.08);
}
.product-event .event-item:hover .event-name {
  color: #E2491B !important;
}
.product-event .event-item .event-name {
  font-size: 22px;
  color: #000000;
  font-weight: 400;
}
.product-event .event-item .event-des {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.product-event .event-item .event-buy {
  margin-top: 46px;
}
.product-event .event-item .event-btn {
  width: 120px;
  height: 40px;
  background: linear-gradient(85deg, #FF832D 0%, #FF550A 100%);
  border-radius: 3px 3px 3px 3px;
  font-size: 16px;
  color: #FFFFFF;
}
.more-pro {
  text-align: center;
  margin-top: 40px;
  color: #FF6739;
  font-size: 16px;
}
.more-pro .link-rule {
  color: #FF6739;
}
.domain-buy {
  background: #F7F8FA;
}
.domain-buy .section-content {
  padding-top: 25px;
}
.domain-buy .buy-tip {
  background: #FFF3E6;
  display: flex;
  align-items: center;
  padding: 13px 16px;
  margin-top: 4px;
}
.domain-buy .buy-tip .tip-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FFFFFF;
  margin-right: 9px;
}
.domain-buy .buy-tip .tip-icon img {
  width: 20px;
  height: 18px;
}
.domain-buy .buy-tip .tip-text {
  font-size: 14px;
  color: #C83508;
  line-height: 24px;
}
.domain-buy .select-tem {
  margin-top: 20px;
  background: #FFFFFF;
  padding: 20px 0 40px 0;
}
.domain-buy .select-tem .select-title {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  position: relative;
  padding-left: 40px;
}
.domain-buy .select-tem .select-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -8px;
  width: 2px;
  height: 16px;
  background: #FF6739;
}
.domain-buy .select-tem .select-content {
  padding: 24px 60px 0 60px;
}
.domain-buy .select-tem .select-content .select-type {
  display: flex;
  align-items: center;
}
.domain-buy .select-tem .select-content .select-type .net-type {
  margin-right: 44px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.domain-buy .select-tem .select-content .select-type #company {
  margin-left: 20px;
}
.domain-buy .select-tem .select-content .select-type input[type=radio] {
  margin: 0;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #DCDCDC;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}
.domain-buy .select-tem .select-content .select-type input[type=radio]:checked {
  border: 1px solid #FF6739;
}
.domain-buy .select-tem .select-content .select-type input[type=radio]:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  background: #FF6739;
  border-radius: 50%;
}
.domain-buy .select-tem .select-content .select-type label {
  margin-bottom: 0px;
  margin-left: 8px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400;
}
.domain-buy .select-tem .select-content .tem-box {
  margin-top: 30px;
}
.domain-buy .select-tem .select-content .tem-box .tem-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.domain-buy .select-tem .select-content .tem-box .title-text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
}
.domain-buy .select-tem .select-content .tem-box .creat-text {
  font-size: 14px;
  color: #FF6739;
  cursor: pointer;
}
.domain-buy .select-tem .select-content .tem-box .tem-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  height: 148px;
  background: #F2F6FA;
}
.domain-buy .select-tem .select-content .tem-box .tem-list .no-tem {
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
}
.domain-buy .select-tem .select-content .agree-box {
  margin-top: 50px;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
}
.domain-buy .select-tem .select-content .agree-box a {
  color: #FF6739;
}
.domain-buy .select-tem .select-content .btn-box {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.domain-buy .select-tem .select-content .btn-box .ok-btn,
.domain-buy .select-tem .select-content .btn-box .back-btn {
  width: 112px;
  height: 46px;
  font-size: 16px;
  border-radius: 3px;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
}
.domain-buy .select-tem .select-content .btn-box .ok-btn {
  background: #FF6739;
  color: #FFFFFF;
}
.domain-buy .select-tem .select-content .btn-box .back-btn {
  margin-left: 12px;
  background: #E7E7E7;
  color: #1e2736;
}
.domain-buy .creat-template-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.domain-buy .creat-template-box .creat-form {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 9999;
}
.domain-buy .creat-template-box .a-text:hover {
  cursor: pointer;
  text-decoration: underline;
}
.domain-buy .creat-template-box .form-top {
  box-sizing: border-box;
  padding: 0 30px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E6EAED;
}
.domain-buy .creat-template-box .form-top span {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
}
.domain-buy .creat-template-box .form-top img {
  width: 12px;
  height: 12px;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.domain-buy .creat-template-box .form-content {
  width: 100%;
  height: calc(100% - 60px - 75px);
  overflow-y: auto;
  padding-left: 30px;
}
.domain-buy .creat-template-box .form-content .form-box {
  width: 100%;
  display: flex;
}
.domain-buy .creat-template-box .form-content .form-box .form-title {
  margin-top: 33px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  position: relative;
  padding-left: 10px;
  margin-bottom: 30px;
}
.domain-buy .creat-template-box .form-content .form-box .form-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -8px;
  width: 2px;
  height: 16px;
  background: #FF6739;
}
.domain-buy .creat-template-box .form-info {
  width: 940px;
  flex-shrink: 0;
}
.domain-buy .creat-template-box .form-info .origin-text {
  color: #FF6739;
}
.domain-buy .creat-template-box .form-info .origin-text:hover {
  cursor: pointer;
}
.domain-buy .creat-template-box .form-info .form-item {
  margin-bottom: 20px;
  display: flex;
}
.domain-buy .creat-template-box .form-info .form-item:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.domain-buy .creat-template-box .form-info .form-item .form-label {
  width: 150px;
  flex-shrink: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.domain-buy .creat-template-box .form-info .form-item .form-value input {
  width: 400px;
  height: 32px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #E6EAED;
  padding-left: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  outline: none;
}
.domain-buy .creat-template-box .form-info .form-item .form-value input:focus {
  border: 1px solid rgba(255, 103, 57, 0.6);
}
.domain-buy .creat-template-box .form-info .form-item .form-value select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 400px;
  height: 32px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #E6EAED;
  padding-left: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  outline: none;
  background: url("../assets/img/comment/down.svg") no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  padding-right: 25px;
  transition: all 0.1s;
}
.domain-buy .creat-template-box .form-info .form-item .form-value select:focus {
  border: 1px solid rgba(255, 103, 57, 0.6);
  background: url("../assets/img/comment/up.svg") no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}
.domain-buy .creat-template-box .form-info .form-item .form-value .styled {
  width: auto;
}
.domain-buy .creat-template-box .form-info .value-tips {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.domain-buy .right-tip {
  flex: 1;
  background: #F7F8FA;
}
.domain-buy .tip-text-box {
  position: relative;
  display: flex;
  justify-content: center;
}
.domain-buy .tip-text-box .no-tips {
  position: fixed;
  padding-top: 207px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}
.domain-buy .tip-text-box .no-tips .no-tips-img {
  margin-bottom: 20px;
  text-align: center;
}
.domain-buy .tip-text-box .no-tips .no-tips-img img {
  width: 40px;
  height: 40px;
}
.domain-buy .tip-text-box .input-tip {
  display: none;
  position: fixed;
  padding: 57px 30px 0 30px;
}
.domain-buy .tip-text-box .input-tip h4 {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 20px;
}
.domain-buy .tip-text-box .input-tip p {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
}
.domain-buy .use-label {
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
}
.domain-buy .use-label .use-tips {
  color: rgba(0, 0, 0, 0.4);
}
.domain-buy .user-type {
  box-sizing: border-box;
  width: 208px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F6FA;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #E6EAED;
}
.domain-buy .user-type .user-item {
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
}
.domain-buy .user-type .user-item.active {
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.08);
  color: #FF6739;
  background: #FFFFFF;
  border-radius: 50px 50px 50px 50px;
}
.domain-buy .upload-box .upload-top {
  display: flex;
  align-items: end;
}
.domain-buy .upload-box .upload-view {
  margin-left: 12px;
  padding-bottom: 10px;
}
.domain-buy .upload-box .view-box {
  width: 90px;
  height: 54px;
  border-radius: 3px 3px 3px 3px;
  background: #DBDBDB;
  margin-top: 6px;
}
.domain-buy .upload-box .upload-content {
  width: 270px;
  height: 152px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 3px 3px 3px 3px;
  border: 1px dashed #DDDDDD;
}
.domain-buy .upload-box .up-img {
  width: 66px;
  height: 66px;
}
.domain-buy .upload-box .up-text {
  margin-top: 14px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
}
.domain-buy .upload-box .upload-bommtom {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  line-height: 20px;
}
.domain-buy .agree-label {
  font-size: 14px;
  color: #000000;
}
.domain-buy .agree-label a {
  color: #FF6739;
}
.domain-buy .form-bottom {
  box-sizing: border-box;
  height: 75px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  border-top: 1px solid #E6EAED;
}
.domain-buy .form-bottom .creat-ok,
.domain-buy .form-bottom .creat-cancel {
  width: 112px;
  height: 46px;
  font-size: 16px;
  border-radius: 3px;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
}
.domain-buy .form-bottom .creat-ok {
  background: #FF6739;
  color: #FFFFFF;
}
.domain-buy .form-bottom .creat-cancel {
  margin-left: 12px;
  border: 1px solid #E6EAED;
  color: rgba(0, 0, 0, 0.6);
}
.product-help .help-head {
  align-items: center;
}
#suffix-box .select-box-item.active {
  border-color: #ff6739;
}


/* 云服务器产品页 */
.xy-cloud-page {
  color: #172033;
  background: #f3f6fb;
  overflow-x: hidden;
  letter-spacing: 0;
}

.xy-cloud-page img {
  max-width: 100%;
}

.xy-cloud-page main .container {
  width: min(1220px, calc(100% - 40px));
  max-width: 1220px;
  padding-right: 0;
  padding-left: 0;
}

.xy-section-sr-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.xy-cloud-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  color: #fff;
  padding-top: 24px;
  background:
    linear-gradient(100deg, rgba(3, 11, 26, .74) 0%, rgba(4, 18, 42, .52) 42%, rgba(6, 24, 54, .14) 66%, rgba(4, 13, 28, 0) 100%),
    radial-gradient(circle at 78% 48%, rgba(24, 119, 255, .2), transparent 36%),
    linear-gradient(135deg, #06152f 0%, #0a2d68 58%, #0f438e 100%);
  overflow: hidden;
}

.xy-cloud-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
  background-size: 46px 46px;
  pointer-events: none;
}

.xy-cloud-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -26px;
  height: 130px;
  background: linear-gradient(180deg, rgba(243, 246, 251, 0) 0%, rgba(243, 246, 251, .3) 48%, #f3f6fb 100%);
  pointer-events: none;
}

.xy-cloud-hero .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(360px, .72fr);
  grid-template-areas: "copy visual";
  gap: 42px;
  align-items: center;
  direction: ltr;
}

.xy-cloud-hero-copy {
  grid-area: copy;
  min-width: 0;
  max-width: 790px;
}

.xy-cloud-eyebrow,
.xy-cloud-section-title span,
.xy-cloud-cta span {
  display: block;
  margin-bottom: 12px;
  color: #20b7ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.xy-cloud-hero h1 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: anywhere;
  text-shadow: 0 10px 26px rgba(0, 0, 0, .34);
}

.xy-cloud-hero p {
  max-width: 760px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, .8);
  font-size: 17px;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-shadow: 0 8px 20px rgba(0, 0, 0, .28);
}

.xy-cloud-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.xy-cloud-page .xy-primary-btn,
.xy-cloud-page .xy-outline-btn {
  min-width: 132px;
  height: 44px;
  border-radius: 3px;
  touch-action: manipulation;
}

.xy-cloud-page .xy-primary-btn:active,
.xy-cloud-page .xy-outline-btn:active {
  transform: translateY(1px);
}

.xy-cloud-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.xy-cloud-plan-link {
  display: inline-flex;
  margin-top: 14px;
  color: rgba(180, 220, 255, .92);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  text-decoration: none;
}

.xy-cloud-plan-link:hover {
  color: #fff;
}

.xy-cloud-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  color: rgba(255, 255, 255, .88);
  font-size: 13px;
  font-weight: 700;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(130, 193, 255, .28);
  border-radius: 3px;
}

.xy-cloud-hero-visual {
  position: relative;
  grid-area: visual;
  min-width: 0;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(72px) scale(.94);
  transform-origin: center center;
}

.xy-cloud-hero-visual::before,
.xy-cloud-hero-visual::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(83, 175, 255, .22);
  pointer-events: none;
}

.xy-cloud-hero-visual::before {
  inset: 40px 26px 32px 62px;
  transform: skewY(-8deg);
}

.xy-cloud-hero-visual::after {
  inset: 82px 70px 76px 18px;
  border-color: rgba(255, 124, 45, .2);
  transform: skewY(7deg);
}

.xy-cloud-hero-visual img {
  position: relative;
  z-index: 1;
  width: min(470px, 100%);
  height: auto;
  display: block;
  filter: drop-shadow(0 28px 40px rgba(0, 0, 0, .34));
}

.xy-cloud-section {
  padding: 78px 0 88px;
  background: #f3f6fb;
}

.xy-cloud-packages,
.xy-cloud-scenes,
.xy-cloud-process {
  background: #fff;
}

.xy-cloud-points {
  padding-top: 0;
  padding-bottom: 72px;
  background: #f3f6fb;
}

.xy-cloud-point-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: -42px;
}

.xy-cloud-point-card,
.xy-cloud-feature-grid article,
.xy-cloud-scene-grid article,
.xy-cloud-package-card,
.xy-cloud-function-list article,
.xy-cloud-faq article {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #dbe4f0;
  border-radius: 6px;
  box-shadow: 0 12px 32px rgba(15, 34, 70, .06);
}

.xy-cloud-point-card {
  min-height: 192px;
  padding: 26px 24px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.xy-cloud-point-card:nth-child(2) .xy-cloud-icon,
.xy-cloud-feature-grid article:nth-child(2) .xy-cloud-icon,
.xy-cloud-scene-grid article:nth-child(4) .xy-cloud-icon {
  color: #ff7a2e;
  background: #fff3e9;
  border-color: #ffd9be;
}

.xy-cloud-point-card:nth-child(3) .xy-cloud-icon,
.xy-cloud-feature-grid article:nth-child(3) .xy-cloud-icon,
.xy-cloud-scene-grid article:nth-child(5) .xy-cloud-icon {
  color: #1f6feb;
  background: #eef6ff;
  border-color: #d7e9ff;
}

.xy-cloud-point-card:nth-child(4) .xy-cloud-icon,
.xy-cloud-feature-grid article:nth-child(4) .xy-cloud-icon,
.xy-cloud-scene-grid article:nth-child(6) .xy-cloud-icon {
  color: #334155;
  background: #f1f5f9;
  border-color: #d9e2ec;
}

.xy-cloud-point-card:hover,
.xy-cloud-feature-grid article:hover,
.xy-cloud-scene-grid article:hover,
.xy-cloud-package-card:hover {
  border-color: rgba(0, 91, 255, .38);
  box-shadow: 0 18px 42px rgba(15, 34, 70, .11);
  transform: translateY(-4px);
}

.xy-cloud-point-card h3,
.xy-cloud-feature-grid h3,
.xy-cloud-scene-grid h3,
.xy-cloud-function-list h3,
.xy-cloud-timeline h3 {
  margin: 18px 0 10px;
  color: #0f172a;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.28;
}

.xy-cloud-point-card p,
.xy-cloud-feature-grid p,
.xy-cloud-scene-grid p,
.xy-cloud-function-list p,
.xy-cloud-timeline p,
.xy-cloud-package-card p,
.xy-cloud-faq p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: break-word;
}

.xy-cloud-section-title {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.xy-cloud-section-title h2 {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.25;
}

.xy-cloud-section-title p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.8;
}

.xy-cloud-package-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.xy-cloud-package-card {
  position: relative;
  min-height: 408px;
  display: flex;
  flex-direction: column;
  padding: 26px 22px 22px;
  color: #111827;
  overflow: hidden;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.xy-cloud-package-card:hover {
  color: #111827;
}

.xy-cloud-package-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: #005bff;
}

.xy-cloud-package-card:nth-child(2)::before {
  background: #ff7a2e;
}

.xy-cloud-package-card:nth-child(3)::before {
  background: #1f6feb;
}

.xy-cloud-package-card:nth-child(4)::before {
  background: #334155;
}

.xy-cloud-package-recommend {
  border-color: rgba(0, 91, 255, .58);
  box-shadow: 0 18px 46px rgba(0, 91, 255, .12);
}

.xy-cloud-recommend-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  background: #ff7a2e;
  border-radius: 3px;
}

.xy-cloud-package-head h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.25;
}

.xy-cloud-package-head p {
  min-height: 48px;
  padding-right: 38px;
}

.xy-cloud-package-price {
  margin: 22px 0 18px;
  color: #005bff;
  font-size: 24px;
  font-weight: 900;
}

.xy-cloud-package-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.xy-cloud-package-card li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 11px;
  border-bottom: 1px dashed #dbe4f0;
}

.xy-cloud-package-card li b {
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

.xy-cloud-package-card li span {
  color: #0f172a;
  font-size: 14px;
  font-weight: 800;
  text-align: right;
  overflow-wrap: anywhere;
}

.xy-cloud-package-fit {
  min-height: 48px;
  margin-top: auto !important;
}

.xy-cloud-package-fit em {
  display: inline-flex;
  margin: 0 6px 6px 0;
  padding: 4px 8px;
  color: #005bff;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  background: #edf5ff;
  border-radius: 3px;
}

.xy-cloud-package-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
  min-height: 42px;
  margin-top: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  background: #005bff;
  border-radius: 3px;
  cursor: pointer;
  touch-action: manipulation;
  transition: background .18s ease, transform .18s ease;
}

.xy-cloud-package-card:hover .xy-cloud-package-btn {
  background: #0048d9;
}

.xy-cloud-package-card:active .xy-cloud-package-btn {
  background: #003fbf;
  transform: translateY(1px);
}

.xy-cloud-page .xy-cloud-package-actions {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.xy-cloud-page .xy-cloud-package-actions .xy-cloud-package-btn {
  flex: 0 1 118px;
  width: 118px;
  max-width: calc((100% - 10px) / 2);
  margin-top: 0;
  padding: 0 10px;
}

.xy-cloud-page .xy-cloud-package-actions .xy-cloud-package-buy,
.xy-cloud-page .xy-cloud-package-card:hover .xy-cloud-package-actions .xy-cloud-package-buy {
  background: #0f172a;
}

.xy-cloud-page .xy-cloud-package-card .xy-cloud-package-actions .xy-cloud-package-buy:hover {
  background: #005bff;
}

@media (min-width: 768px) {
  .xy-cloud-page .xy-cloud-package-actions {
    justify-content: flex-start;
  }

  .xy-cloud-page .xy-cloud-package-actions .xy-cloud-package-btn {
    flex-basis: 116px;
    width: 116px;
  }
}

.xy-cloud-package-note {
  max-width: 900px;
  margin: 24px auto 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.xy-cloud-feature-grid,
.xy-cloud-scene-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.xy-cloud-feature-grid article,
.xy-cloud-scene-grid article {
  min-height: 188px;
  padding: 26px 24px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.xy-cloud-scene-grid article:hover {
  border-color: rgba(0, 91, 255, .52);
}

.xy-cloud-function-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.xy-cloud-function-list article {
  position: relative;
  min-height: 116px;
  padding: 24px 26px 24px 86px;
}

.xy-cloud-function-list article span {
  position: absolute;
  top: 25px;
  left: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #005bff;
  font-size: 13px;
  font-weight: 900;
  background: #edf5ff;
  border-radius: 3px;
}

.xy-cloud-function-list h3 {
  margin-top: 0;
}

.xy-cloud-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.xy-cloud-timeline::before {
  content: "";
  position: absolute;
  top: 27px;
  right: 10%;
  left: 10%;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 91, 255, .18), rgba(0, 91, 255, .72), rgba(0, 91, 255, .18));
}

.xy-cloud-timeline article {
  position: relative;
  z-index: 1;
  padding-top: 62px;
}

.xy-cloud-timeline article span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  background: #005bff;
  border: 6px solid #e8f2ff;
  border-radius: 50%;
}

.xy-cloud-timeline h3 {
  margin-top: 0;
}

.xy-cloud-faq {
  max-width: 920px;
  margin: 0 auto;
}

.xy-cloud-faq article {
  overflow: hidden;
}

.xy-cloud-faq article + article {
  margin-top: 12px;
}

.xy-faq-question {
  position: relative;
  width: 100%;
  min-height: 58px;
  padding: 18px 58px 18px 22px;
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  text-align: left;
  background: #fff;
  border: 0;
  outline: none;
}

.xy-faq-question::before,
.xy-faq-question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 14px;
  height: 2px;
  background: #005bff;
  transform: translateY(-50%);
  transition: transform .18s ease;
}

.xy-faq-question::after {
  transform: translateY(-50%) rotate(90deg);
}

.xy-cloud-faq article.active .xy-faq-question::after {
  transform: translateY(-50%) rotate(0deg);
}

.xy-faq-answer {
  display: block;
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  opacity: 0;
  transition: max-height .26s ease, opacity .2s ease, padding .2s ease;
}

.xy-cloud-faq article.active .xy-faq-answer {
  max-height: 180px;
  padding: 0 22px 20px;
  opacity: 1;
}

.xy-cloud-cta {
  position: relative;
  margin-bottom: 44px;
  color: #fff;
  background:
    linear-gradient(108deg, rgba(3, 11, 26, .94) 0%, rgba(6, 28, 68, .9) 46%, rgba(8, 43, 96, .78) 100%),
    url("/web/xiaoyue/assets/img/cloud/cloud-5.png") right 8% center / min(36vw, 420px) auto no-repeat,
    linear-gradient(135deg, #07162f 0%, #082c68 58%, #0b4f9c 100%);
  overflow: hidden;
}

.xy-cloud-cta::before {
  content: "";
  position: absolute;
  inset: 18px 0 auto;
  height: 110px;
  background: radial-gradient(ellipse at 50% 50%, rgba(255, 255, 255, .16) 0%, rgba(160, 208, 255, .08) 42%, rgba(255, 255, 255, 0) 72%);
  opacity: .42;
  pointer-events: none;
}

.xy-cloud-cta .container {
  position: relative;
  z-index: 1;
  min-height: 196px;
  display: grid;
  grid-template-columns: minmax(0, 860px) minmax(270px, 1fr);
  grid-template-areas: "copy actions";
  gap: 52px;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
}

.xy-cloud-cta .container > div:first-child {
  grid-area: copy;
  min-width: 0;
}

.xy-cloud-cta h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.28;
  text-shadow: 0 10px 24px rgba(0, 0, 0, .28);
}

.xy-cloud-cta p {
  max-width: 860px;
  margin: 0;
  color: rgba(235, 244, 255, .84);
  font-size: 16px;
  line-height: 1.72;
}

.xy-cloud-cta .xy-cloud-actions {
  grid-area: actions;
  align-self: end;
  justify-content: flex-end;
  padding-bottom: 18px;
  transform: translateY(16px);
}

.xy-cloud-icon {
  --xy-cloud-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M13 8h38a5 5 0 0 1 5 5v38a5 5 0 0 1-5 5H13a5 5 0 0 1-5-5V13a5 5 0 0 1 5-5Zm3 8v10h32V16H16Zm0 15v10h32V31H16Zm5-12h6v4h-6v-4Zm0 15h6v4h-6v-4Zm23-16h4v4h-4v-4Zm-8 0h4v4h-4v-4Zm8 15h4v4h-4v-4Zm-8 0h4v4h-4v-4ZM12 59h40v4H12v-4Z'/%3E%3C/svg%3E");
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #005bff;
  background: #edf5ff;
  border: 1px solid #d8e8ff;
  border-radius: 6px;
}

.xy-cloud-icon::before {
  content: "";
  width: 28px;
  height: 28px;
  background: currentColor;
  -webkit-mask: var(--xy-cloud-icon) center / contain no-repeat;
  mask: var(--xy-cloud-icon) center / contain no-repeat;
}

.xy-cloud-icon-deploy,
.xy-cloud-icon-deliver {
  --xy-cloud-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M42 4c-9 2-18 8-24 18l-8 1 8 8 13-13 3 3-13 13 8 8 1-8C40 28 46 19 48 10l6 6c1 8-1 17-7 25l7 7-6 6-7-7c-8 6-17 8-25 7l-6-6c9-2 18-8 24-18L20 44 6 30l14-14C26 8 34 5 42 4Zm-7 38 7 7-7 7-7-7 7-7ZM16 35l6 6-10 10H6l10-16Z'/%3E%3C/svg%3E");
}

.xy-cloud-icon-network,
.xy-cloud-icon-route {
  --xy-cloud-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M32 8a10 10 0 0 1 10 10c0 1.7-.4 3.3-1.1 4.7l8 8A10 10 0 1 1 44.7 35l-8-8a10 10 0 0 1-9.4 0l-8 8A10 10 0 1 1 15 30.7l8-8A10 10 0 0 1 32 8Zm0 7a3 3 0 1 0 0 6 3 3 0 0 0 0-6ZM12 37a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm40 0a3 3 0 1 0 0 6 3 3 0 0 0 0-6ZM29 30h6v16h8v7H21v-7h8V30Z'/%3E%3C/svg%3E");
}

.xy-cloud-icon-shield,
.xy-cloud-icon-lock {
  --xy-cloud-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M32 4 54 12v17c0 15-9.4 25.5-22 31C19.4 54.5 10 44 10 29V12L32 4Zm0 8-15 5.4V29c0 10 5.8 18.2 15 23 9.2-4.8 15-13 15-23V17.4L32 12Zm-8 23h16v10H24V35Zm3-5a5 5 0 0 1 10 0v5h-4v-5a1 1 0 0 0-2 0v5h-4v-5Z'/%3E%3C/svg%3E");
}

.xy-cloud-icon-cpu {
  --xy-cloud-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M20 20h24v24H20V20Zm7 7v10h10V27H27ZM6 14h8V6h6v8h8V6h6v8h8V6h6v8h6v6h-6v8h6v6h-6v8h6v6h-6v6h-6v-6h-8v6h-6v-6h-8v6h-6v-6H6v-6h8v-8H6v-6h8v-8H6v-6Zm20 20h12V26H26v8Z'/%3E%3C/svg%3E");
}

.xy-cloud-icon-disk {
  --xy-cloud-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M12 10h40v14H12V10Zm0 19h40v14H12V29Zm0 19h40v6H12v-6Zm7-38v4h16v-4H19Zm0 19v4h16v-4H19Zm31 2h-6v8h6v-8Zm0-19h-6v8h6v-8Z'/%3E%3C/svg%3E");
}

.xy-cloud-icon-support {
  --xy-cloud-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M32 8a20 20 0 0 0-20 20v9a8 8 0 0 0 8 8h4V27h-8a16 16 0 0 1 32 0h-8v18h5a11 11 0 0 1-10 7h-7v6h7a17 17 0 0 0 16-12 8 8 0 0 0 1-15v-3A20 20 0 0 0 32 8Zm-2 22h4v5h5v4h-5v5h-4v-5h-5v-4h5v-5Z'/%3E%3C/svg%3E");
}

.xy-cloud-icon-website,
.xy-cloud-icon-sites {
  --xy-cloud-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M8 12h48v36H8V12Zm6 8v22h38V20H14Zm6 28h24v6h10v6H10v-6h10v-6Zm4-24h20v5H24v-5Zm0 9h14v5H24v-5Z'/%3E%3C/svg%3E");
}

.xy-cloud-icon-app {
  --xy-cloud-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M20 4h24a6 6 0 0 1 6 6v44a6 6 0 0 1-6 6H20a6 6 0 0 1-6-6V10a6 6 0 0 1 6-6Zm2 9v36h20V13H22Zm8 42h4v-3h-4v3Zm-1-43h6V9h-6v3Z'/%3E%3C/svg%3E");
}

.xy-cloud-icon-shop {
  --xy-cloud-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M10 10h8l4 8h40l-7 24H24l-3 6h39v6H16l6-13-9-31h-3Zm17 26h22l4-14H23l4 14ZM24 58a4 4 0 1 1 0 8 4 4 0 0 1 0-8Zm31 0a4 4 0 1 1 0 8 4 4 0 0 1 0-8Z'/%3E%3C/svg%3E");
}

.xy-cloud-icon-game {
  --xy-cloud-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M18 22h28a12 12 0 0 1 11.5 8.6l4.2 14.7A7 7 0 0 1 50 52l-7-7H21l-7 7a7 7 0 0 1-11.7-6.7l4.2-14.7A12 12 0 0 1 18 22Zm4 8h-5v5h-5v5h5v5h5v-5h5v-5h-5v-5Zm22 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8Zm10 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z'/%3E%3C/svg%3E");
}

.xy-cloud-icon-test {
  --xy-cloud-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M22 6h20v6h-5v12l14 24a7 7 0 0 1-6 10H19a7 7 0 0 1-6-10l14-24V12h-5V6Zm11 12h-2v8L18 51a1 1 0 0 0 1 2h26a1 1 0 0 0 1-2L33 26V18Zm-11 26h20l4 7H18l4-7Z'/%3E%3C/svg%3E");
}

/* 高防物理机产品页 */
.xy-dedicated-page {
  color: #172033;
  background: #f3f6fb;
  overflow-x: hidden;
  letter-spacing: 0;
}

.xy-dedicated-page img {
  max-width: 100%;
}

.xy-dedicated-page main .container {
  width: min(1220px, calc(100% - 40px));
  max-width: 1220px;
  padding-right: 0;
  padding-left: 0;
}

.xy-dedicated-page .xy-primary-btn,
.xy-dedicated-page .xy-outline-btn {
  min-width: 132px;
  height: 44px;
  border-radius: 3px;
  touch-action: manipulation;
}

.xy-dedicated-page .xy-primary-btn:active,
.xy-dedicated-page .xy-outline-btn:active {
  transform: translateY(1px);
}

.xy-dedicated-hero {
  min-height: 578px;
  padding-top: 42px;
  background:
    linear-gradient(100deg, rgba(3, 11, 26, .78) 0%, rgba(4, 18, 42, .56) 44%, rgba(6, 24, 54, .16) 68%, rgba(4, 13, 28, 0) 100%),
    linear-gradient(135deg, #06152f 0%, #0a2d68 58%, #0f438e 100%);
}

.xy-dedicated-hero .xy-cloud-hero-copy {
  max-width: 760px;
}

.xy-dedicated-hero-visual {
  min-height: 390px;
  transform: translateY(28px) scale(.98);
}

.xy-dedicated-hero-visual img {
  width: min(520px, 100%);
}

.xy-dedicated-point-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.xy-dedicated-point-grid .xy-cloud-point-card {
  min-height: 206px;
  padding: 24px 20px;
}

.xy-dedicated-point-grid .xy-cloud-point-card h3 {
  font-size: 18px;
}

.xy-dedicated-package-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.xy-dedicated-package-card {
  min-height: 464px;
}

.xy-dedicated-package-card .xy-cloud-package-head p {
  min-height: 50px;
}

.xy-dedicated-package-card ul {
  gap: 10px;
}

.xy-dedicated-package-card .xy-cloud-package-fit {
  min-height: 56px;
}

.xy-dedicated-page .xy-cloud-feature-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.xy-dedicated-page .xy-cloud-feature-grid article,
.xy-dedicated-page .xy-cloud-scene-grid article {
  min-height: 206px;
}

.xy-dedicated-page .xy-cloud-scenes .xy-cloud-scene-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.xy-dedicated-page .xy-cloud-feature-grid h3,
.xy-dedicated-page .xy-cloud-scene-grid h3 {
  font-size: 18px;
}

.xy-dedicated-page .xy-cloud-cta {
  display: block;
  margin-bottom: 46px;
}

@media (max-width: 1199px) {
  .xy-cloud-hero .container {
    grid-template-columns: 1fr;
    grid-template-areas: "copy";
  }

  .xy-cloud-hero-visual {
    display: none;
  }

  .xy-cloud-point-grid,
  .xy-cloud-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xy-dedicated-point-grid,
  .xy-dedicated-package-grid,
  .xy-dedicated-page .xy-cloud-feature-grid,
  .xy-dedicated-page .xy-cloud-scenes .xy-cloud-scene-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xy-cloud-feature-grid,
  .xy-cloud-scene-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xy-cloud-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xy-cloud-timeline::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .xy-cloud-page main .container,
  .xy-dedicated-page main .container {
    width: calc(100% - 24px);
  }

  .xy-cloud-hero {
    min-height: 540px;
    align-items: flex-start;
    padding-top: 100px;
    padding-bottom: 42px;
    text-align: center;
  }

  .xy-cloud-hero-copy {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .xy-cloud-hero h1 {
    max-width: 336px;
    margin-right: auto;
    margin-left: auto;
    font-size: 27px;
    line-height: 1.3;
    white-space: normal !important;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .xy-cloud-hero p {
    max-width: 336px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    line-height: 1.72;
    white-space: normal !important;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .xy-cloud-actions,
  .xy-cloud-tags {
    justify-content: center;
  }

  .xy-cloud-tags {
    max-width: 328px;
    margin-right: auto;
    margin-left: auto;
  }

  .xy-cloud-actions {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .xy-cloud-page .xy-primary-btn,
  .xy-cloud-page .xy-outline-btn,
  .xy-dedicated-page .xy-primary-btn,
  .xy-dedicated-page .xy-outline-btn {
    width: min(100%, 300px);
    max-width: 300px;
    min-height: 46px;
    flex: 0 0 auto;
  }

  .xy-cloud-tags span {
    min-height: 28px;
    font-size: 12px;
  }

  .xy-cloud-point-card p,
  .xy-cloud-feature-grid p,
  .xy-cloud-scene-grid p,
  .xy-cloud-function-list p,
  .xy-cloud-timeline p,
  .xy-cloud-package-card p,
  .xy-cloud-faq p {
    max-width: 300px;
    white-space: normal !important;
    word-break: break-all;
  }

  .xy-cloud-section {
    padding: 62px 0 68px;
  }

  .xy-cloud-points {
    padding-top: 48px;
  }

  .xy-cloud-point-grid {
    margin-top: 0;
  }

  .xy-cloud-point-grid,
  .xy-cloud-package-grid,
  .xy-cloud-feature-grid,
  .xy-cloud-scene-grid,
  .xy-cloud-function-list,
  .xy-cloud-timeline,
  .xy-cloud-cta .container {
    grid-template-columns: 1fr;
  }

  .xy-dedicated-point-grid,
  .xy-dedicated-package-grid,
  .xy-dedicated-page .xy-cloud-feature-grid,
  .xy-dedicated-page .xy-cloud-scenes .xy-cloud-scene-grid {
    grid-template-columns: 1fr;
  }

  .xy-dedicated-hero {
    min-height: 560px;
    padding-top: 106px;
  }

  .xy-dedicated-hero .container {
    width: min(calc(100% - 24px), 336px);
    max-width: 336px;
    justify-items: center;
  }

  .xy-dedicated-hero .xy-cloud-hero-copy {
    max-width: 336px;
    justify-self: center;
  }

  .xy-dedicated-hero h1,
  .xy-dedicated-hero p {
    max-width: 100%;
  }

  .xy-dedicated-hero .xy-cloud-actions {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .xy-dedicated-hero .xy-primary-btn,
  .xy-dedicated-hero .xy-outline-btn {
    width: 100%;
    max-width: 300px;
  }

  .xy-dedicated-point-grid .xy-cloud-point-card,
  .xy-dedicated-page .xy-cloud-feature-grid article,
  .xy-dedicated-page .xy-cloud-scene-grid article,
  .xy-dedicated-package-card {
    min-height: 0;
  }

  .xy-cloud-section-title {
    margin-bottom: 30px;
  }

  .xy-cloud-section-title h2,
  .xy-cloud-cta h2 {
    font-size: 27px;
  }

  .xy-cloud-section-title p {
    max-width: 336px;
    margin-right: auto;
    margin-left: auto;
    overflow-wrap: break-word;
  }

  .xy-cloud-package-card {
    min-height: 0;
  }

  .xy-cloud-package-btn {
    min-height: 46px;
  }

  .xy-cloud-package-head p,
  .xy-cloud-package-fit {
    min-height: 0;
  }

  .xy-cloud-package-card li {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .xy-cloud-package-card li span {
    max-width: 100%;
    text-align: left;
  }

  .xy-cloud-function-list article {
    padding: 22px 20px 22px 74px;
  }

  .xy-cloud-function-list article span {
    left: 20px;
  }

  .xy-cloud-timeline {
    gap: 24px;
  }

  .xy-cloud-timeline article {
    padding-top: 0;
    padding-left: 70px;
  }

  .xy-cloud-timeline article span {
    top: 0;
    width: 50px;
    height: 50px;
  }

  .xy-cloud-timeline article::before {
    content: "";
    position: absolute;
    top: 54px;
    bottom: -24px;
    left: 24px;
    width: 2px;
    background: #d8e8ff;
  }

  .xy-cloud-timeline article:last-child::before {
    display: none;
  }

  .xy-faq-question {
    min-height: 64px;
    padding: 18px 56px 18px 20px;
    font-size: 15px;
    cursor: pointer;
  }

  .xy-faq-answer {
    padding: 0 20px;
  }

  .xy-cloud-faq article.active .xy-faq-answer {
    padding: 0 20px 20px;
  }

  .xy-cloud-cta {
    padding: 42px 0 44px;
    margin-bottom: 40px;
    background-position: center 52%;
    text-align: center;
  }

  .xy-cloud-cta::before {
    inset: 28px -40px auto;
    height: 120px;
    opacity: .28;
  }

  .xy-cloud-cta .container {
    width: min(calc(100% - 24px), 336px);
    max-width: 336px;
    min-height: 0;
    gap: 20px;
    grid-template-areas:
      "copy"
      "actions";
    justify-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .xy-cloud-cta .container > div:first-child {
    width: 100%;
    justify-self: center;
  }

  .xy-cloud-cta .xy-cloud-actions {
    align-self: auto;
    justify-content: center;
    max-width: 260px;
    padding-bottom: 0;
    margin-top: 4px;
    margin-right: auto;
    margin-left: auto;
    transform: none;
  }

  .xy-cloud-cta h2 {
    max-width: 190px;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    line-height: 1.32;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .xy-cloud-cta p {
    max-width: 260px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    line-height: 1.75;
  }

  .xy-cloud-cta .xy-primary-btn,
  .xy-cloud-cta .xy-outline-btn {
    width: 100%;
    max-width: 260px;
  }
}

/* v123: align product-page small cards with the refined solution-card layout. */
.xy-cloud-page .xy-cloud-point-card,
.xy-cloud-page .xy-cloud-feature-grid article,
.xy-cloud-page .xy-cloud-scene-grid article,
.xy-dedicated-page .xy-cloud-point-card,
.xy-dedicated-page .xy-cloud-feature-grid article,
.xy-dedicated-page .xy-cloud-scene-grid article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  grid-template-rows: 40px auto;
  align-content: start;
  align-items: start;
  column-gap: 14px;
  row-gap: 12px;
  min-height: 166px;
  padding: 22px;
  background: #fff;
  border: 1px solid #e8eef7;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.xy-cloud-page .xy-cloud-feature-grid article,
.xy-cloud-page .xy-cloud-scene-grid article,
.xy-dedicated-page .xy-cloud-feature-grid article,
.xy-dedicated-page .xy-cloud-scene-grid article {
  min-height: 178px;
}

.xy-dedicated-page .xy-dedicated-point-grid .xy-cloud-point-card,
.xy-dedicated-page .xy-cloud-feature-grid article,
.xy-dedicated-page .xy-cloud-scene-grid article {
  min-height: 184px;
  padding: 22px 20px;
}

.xy-cloud-page .xy-cloud-point-card .xy-cloud-icon,
.xy-cloud-page .xy-cloud-feature-grid article .xy-cloud-icon,
.xy-cloud-page .xy-cloud-scene-grid article .xy-cloud-icon,
.xy-dedicated-page .xy-cloud-point-card .xy-cloud-icon,
.xy-dedicated-page .xy-cloud-feature-grid article .xy-cloud-icon,
.xy-dedicated-page .xy-cloud-scene-grid article .xy-cloud-icon {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: start;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 13px;
}

.xy-cloud-page .xy-cloud-point-card .xy-cloud-icon::before,
.xy-cloud-page .xy-cloud-feature-grid article .xy-cloud-icon::before,
.xy-cloud-page .xy-cloud-scene-grid article .xy-cloud-icon::before,
.xy-dedicated-page .xy-cloud-point-card .xy-cloud-icon::before,
.xy-dedicated-page .xy-cloud-feature-grid article .xy-cloud-icon::before,
.xy-dedicated-page .xy-cloud-scene-grid article .xy-cloud-icon::before {
  width: 21px;
  height: 21px;
}

.xy-cloud-page .xy-cloud-point-card h3,
.xy-cloud-page .xy-cloud-feature-grid article h3,
.xy-cloud-page .xy-cloud-scene-grid article h3,
.xy-dedicated-page .xy-cloud-point-card h3,
.xy-dedicated-page .xy-cloud-feature-grid article h3,
.xy-dedicated-page .xy-cloud-scene-grid article h3 {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  margin: 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}

.xy-dedicated-page .xy-dedicated-point-grid .xy-cloud-point-card h3,
.xy-dedicated-page .xy-cloud-feature-grid article h3,
.xy-dedicated-page .xy-cloud-scene-grid article h3 {
  font-size: 18px;
}

.xy-cloud-page .xy-cloud-point-card p,
.xy-cloud-page .xy-cloud-feature-grid article p,
.xy-cloud-page .xy-cloud-scene-grid article p,
.xy-dedicated-page .xy-cloud-point-card p,
.xy-dedicated-page .xy-cloud-feature-grid article p,
.xy-dedicated-page .xy-cloud-scene-grid article p {
  grid-column: 1 / -1;
  grid-row: 2;
  max-width: none;
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
  word-break: normal;
  overflow-wrap: break-word;
}

.xy-cloud-page .xy-cloud-point-card:hover,
.xy-cloud-page .xy-cloud-feature-grid article:hover,
.xy-cloud-page .xy-cloud-scene-grid article:hover,
.xy-dedicated-page .xy-cloud-point-card:hover,
.xy-dedicated-page .xy-cloud-feature-grid article:hover,
.xy-dedicated-page .xy-cloud-scene-grid article:hover {
  border-color: #bfdbfe;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .10);
  transform: translateY(-3px);
}

@media (max-width: 767px) {
  .xy-cloud-page .xy-cloud-point-card,
  .xy-cloud-page .xy-cloud-feature-grid article,
  .xy-cloud-page .xy-cloud-scene-grid article,
  .xy-dedicated-page .xy-cloud-point-card,
  .xy-dedicated-page .xy-cloud-feature-grid article,
  .xy-dedicated-page .xy-cloud-scene-grid article {
    grid-template-columns: 38px minmax(0, 1fr);
    grid-template-rows: 38px auto;
    min-height: 0;
    padding: 20px;
    column-gap: 12px;
    row-gap: 10px;
  }

  .xy-cloud-page .xy-cloud-point-card .xy-cloud-icon,
  .xy-cloud-page .xy-cloud-feature-grid article .xy-cloud-icon,
  .xy-cloud-page .xy-cloud-scene-grid article .xy-cloud-icon,
  .xy-dedicated-page .xy-cloud-point-card .xy-cloud-icon,
  .xy-dedicated-page .xy-cloud-feature-grid article .xy-cloud-icon,
  .xy-dedicated-page .xy-cloud-scene-grid article .xy-cloud-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .xy-cloud-page .xy-cloud-point-card h3,
  .xy-cloud-page .xy-cloud-feature-grid article h3,
  .xy-cloud-page .xy-cloud-scene-grid article h3,
  .xy-dedicated-page .xy-cloud-point-card h3,
  .xy-dedicated-page .xy-cloud-feature-grid article h3,
  .xy-dedicated-page .xy-cloud-scene-grid article h3 {
    font-size: 18px;
  }

  .xy-cloud-page .xy-cloud-point-card p,
  .xy-cloud-page .xy-cloud-feature-grid article p,
  .xy-cloud-page .xy-cloud-scene-grid article p,
  .xy-dedicated-page .xy-cloud-point-card p,
  .xy-dedicated-page .xy-cloud-feature-grid article p,
  .xy-dedicated-page .xy-cloud-scene-grid article p {
    max-width: none;
    word-break: normal;
  }
}

/* v219: mobile-only cloud page polish, matching the compact homepage rhythm without changing PC layout. */
@media (max-width: 767px) {
  .xy-cloud-page,
  .xy-cloud-page main,
  .xy-cloud-page .xy-cloud-hero,
  .xy-cloud-page .xy-cloud-section,
  .xy-cloud-page .xy-cloud-cta {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .xy-cloud-page main .container,
  .xy-cloud-page .xy-cloud-hero .container,
  .xy-cloud-page .xy-cloud-section .container,
  .xy-cloud-page .xy-cloud-cta .container {
    width: calc(100vw - 24px) !important;
    max-width: 366px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    box-sizing: border-box !important;
  }

  .xy-cloud-page .xy-cloud-hero {
    min-height: 444px;
    align-items: center;
    padding-top: 78px;
    padding-bottom: 34px;
    background:
      linear-gradient(100deg, rgba(3, 11, 26, .92) 0%, rgba(5, 22, 54, .82) 58%, rgba(9, 46, 104, .72) 100%),
      radial-gradient(circle at 70% 24%, rgba(36, 145, 255, .26), transparent 36%),
      linear-gradient(135deg, #06152f 0%, #0b2c63 58%, #0f438e 100%);
  }

  .xy-cloud-page .xy-cloud-hero::after {
    height: 72px;
    bottom: -18px;
    background: linear-gradient(180deg, rgba(243, 246, 251, 0) 0%, #f3f6fb 100%);
  }

  .xy-cloud-page .xy-cloud-hero .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "copy";
    gap: 0;
    justify-items: center;
  }

  .xy-cloud-page .xy-cloud-hero-visual {
    display: none;
  }

  .xy-cloud-page .xy-cloud-hero-copy {
    max-width: 100%;
    text-align: center;
  }

  .xy-cloud-page .xy-cloud-eyebrow {
    margin-bottom: 14px;
    color: #19b7ff;
    font-size: 12px;
  }

  .xy-cloud-page .xy-cloud-hero h1 {
    max-width: 340px;
    margin-bottom: 14px;
    font-size: 27px;
    line-height: 1.24;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .xy-cloud-page .xy-cloud-hero p {
    max-width: 342px;
    margin-bottom: 22px;
    color: rgba(238, 246, 255, .9);
    font-size: 14px;
    line-height: 1.72;
    -webkit-line-clamp: 3;
  }

  .xy-cloud-page .xy-cloud-actions {
    width: min(100%, 292px) !important;
    max-width: 292px !important;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .xy-cloud-page .xy-cloud-actions .xy-primary-btn,
  .xy-cloud-page .xy-cloud-actions .xy-outline-btn {
    width: 100%;
    min-width: 0;
    max-width: none;
    min-height: 42px;
    height: 42px;
    padding-right: 8px;
    padding-left: 8px;
    white-space: nowrap;
  }

  .xy-cloud-page .xy-cloud-plan-link {
    margin-top: 14px;
    font-size: 13px;
  }

  .xy-cloud-page .xy-cloud-tags {
    width: min(100%, 318px) !important;
    max-width: 318px !important;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 22px;
  }

  .xy-cloud-page .xy-cloud-tags span {
    justify-content: center;
    min-width: 0;
    min-height: 28px;
    padding: 0 6px;
    font-size: 12px;
    white-space: nowrap;
  }

  .xy-cloud-page .xy-cloud-section {
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .xy-cloud-page .xy-cloud-points {
    padding-top: 34px;
    padding-bottom: 42px;
  }

  .xy-cloud-page .xy-cloud-point-grid {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
  }

  .xy-cloud-page .xy-cloud-point-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    grid-template-columns: 34px minmax(0, 1fr);
    grid-template-rows: 34px auto;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
  }

  .xy-cloud-page .xy-cloud-point-card .xy-cloud-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .xy-cloud-page .xy-cloud-point-card .xy-cloud-icon::before {
    width: 18px;
    height: 18px;
  }

  .xy-cloud-page .xy-cloud-point-card h3 {
    font-size: 16px;
    line-height: 1.25;
  }

  .xy-cloud-page .xy-cloud-point-card p {
    display: -webkit-box;
    overflow: hidden;
    color: #5d6f86;
    font-size: 13px;
    line-height: 1.55;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .xy-cloud-page .xy-cloud-section-title {
    margin-bottom: 24px;
  }

  .xy-cloud-page .xy-cloud-section-title span {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .xy-cloud-page .xy-cloud-section-title h2 {
    font-size: 25px;
    line-height: 1.28;
  }

  .xy-cloud-page .xy-cloud-section-title p {
    max-width: 342px;
    font-size: 14px;
    line-height: 1.65;
  }

  .xy-cloud-page .xy-cloud-package-grid {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
  }

  .xy-cloud-page .xy-cloud-package-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    min-height: 0;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
  }

  .xy-cloud-page .xy-cloud-package-card::before {
    height: 3px;
  }

  .xy-cloud-page .xy-cloud-recommend-badge {
    top: 12px;
    right: 12px;
    height: 22px;
    padding: 0 7px;
    font-size: 11px;
  }

  .xy-cloud-page .xy-cloud-package-head h3 {
    max-width: calc(100% - 42px);
    font-size: 17px;
    line-height: 1.28;
  }

  .xy-cloud-page .xy-cloud-package-head p {
    display: -webkit-box;
    min-height: 0;
    padding-right: 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .xy-cloud-page .xy-cloud-package-price {
    margin: 14px 0 12px;
    font-size: 18px;
    line-height: 1.35;
  }

  .xy-cloud-page .xy-cloud-package-card ul {
    gap: 8px;
    margin-bottom: 12px;
  }

  .xy-cloud-page .xy-cloud-package-card li {
    gap: 4px;
    padding-bottom: 8px;
  }

  .xy-cloud-page .xy-cloud-package-card li b {
    font-size: 12px;
  }

  .xy-cloud-page .xy-cloud-package-card li span {
    font-size: 12px;
    line-height: 1.35;
  }

  .xy-cloud-page .xy-cloud-package-fit {
    display: -webkit-box;
    min-height: 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.45;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .xy-cloud-page .xy-cloud-package-fit em {
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 3px 6px;
    font-size: 11px;
  }

  .xy-cloud-page .xy-cloud-package-btn {
    min-height: 38px;
    height: 38px;
    margin-top: 12px;
    font-size: 13px;
  }
}

/* v219: very narrow phones keep actions readable by stacking only the button row. */
@media (max-width: 360px) {
  .xy-cloud-page .xy-cloud-actions,
  .xy-cloud-page .xy-cloud-package-grid,
  .xy-cloud-page .xy-cloud-point-grid {
    grid-template-columns: 1fr !important;
  }

  .xy-cloud-page .xy-cloud-actions {
    width: min(100%, 250px) !important;
    max-width: 250px !important;
  }

  .xy-cloud-page .xy-cloud-tags {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* v220: mobile cloud package cards are shortened, and later sections use compact paired windows. */
@media (max-width: 767px) {
  .xy-cloud-page .xy-cloud-packages {
    padding-top: 44px;
    padding-bottom: 42px;
  }

  .xy-cloud-page .xy-cloud-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .xy-cloud-page .xy-cloud-package-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 70px;
    grid-template-rows: auto auto auto;
    align-items: center;
    gap: 7px 8px;
    min-height: 0 !important;
    padding: 12px 10px 10px !important;
  }

  .xy-cloud-page .xy-cloud-package-head {
    min-width: 0;
  }

  .xy-cloud-page .xy-cloud-package-head h3 {
    max-width: calc(100% - 34px);
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.28;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .xy-cloud-page .xy-cloud-package-head p,
  .xy-cloud-page .xy-cloud-package-fit {
    display: none !important;
  }

  .xy-cloud-page .xy-cloud-recommend-badge {
    top: 8px;
    right: 8px;
    height: 20px;
    padding: 0 6px;
    font-size: 10px;
  }

  .xy-cloud-page .xy-cloud-package-price {
    grid-column: 1;
    grid-row: 2;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .xy-cloud-page .xy-cloud-package-card ul {
    grid-column: 1 / -1;
    grid-row: 3;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin: 0 !important;
  }

  .xy-cloud-page .xy-cloud-package-card li {
    display: block;
    min-width: 0;
    padding: 5px 6px !important;
    overflow: hidden;
    background: #f5f8ff;
    border: 0 !important;
    border-radius: 5px;
  }

  .xy-cloud-page .xy-cloud-package-card li:nth-child(n+3) {
    display: none;
  }

  .xy-cloud-page .xy-cloud-package-card li b {
    display: none;
  }

  .xy-cloud-page .xy-cloud-package-card li span {
    display: block;
    max-width: 100%;
    color: #334155;
    font-size: 11px !important;
    line-height: 1.25 !important;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .xy-cloud-page .xy-cloud-package-btn {
    grid-column: 2;
    grid-row: 2;
    width: 70px;
    min-height: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 6px;
    font-size: 11px !important;
    line-height: 30px;
    white-space: nowrap;
  }

  .xy-cloud-page .xy-cloud-package-note {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.55;
  }

  .xy-cloud-page .xy-cloud-advantages,
  .xy-cloud-page .xy-cloud-scenes,
  .xy-cloud-page .xy-cloud-functions,
  .xy-cloud-page .xy-cloud-process {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .xy-cloud-page .xy-cloud-feature-grid,
  .xy-cloud-page .xy-cloud-scene-grid,
  .xy-cloud-page .xy-cloud-function-list,
  .xy-cloud-page .xy-cloud-timeline {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .xy-cloud-page .xy-cloud-timeline::before {
    display: none !important;
  }

  .xy-cloud-page .xy-cloud-feature-grid article,
  .xy-cloud-page .xy-cloud-scene-grid article,
  .xy-cloud-page .xy-cloud-function-list article,
  .xy-cloud-page .xy-cloud-timeline article {
    display: grid !important;
    grid-template-columns: 30px minmax(0, 1fr);
    grid-template-rows: 30px auto;
    align-items: center;
    column-gap: 8px;
    row-gap: 7px;
    min-height: 0 !important;
    padding: 12px !important;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .05);
  }

  .xy-cloud-page .xy-cloud-feature-grid article .xy-cloud-icon,
  .xy-cloud-page .xy-cloud-scene-grid article .xy-cloud-icon,
  .xy-cloud-page .xy-cloud-function-list article span,
  .xy-cloud-page .xy-cloud-timeline article span {
    position: static !important;
    grid-column: 1;
    grid-row: 1;
    width: 30px !important;
    height: 30px !important;
    border-radius: 9px !important;
    font-size: 11px !important;
  }

  .xy-cloud-page .xy-cloud-feature-grid article .xy-cloud-icon::before,
  .xy-cloud-page .xy-cloud-scene-grid article .xy-cloud-icon::before {
    width: 16px;
    height: 16px;
  }

  .xy-cloud-page .xy-cloud-feature-grid article h3,
  .xy-cloud-page .xy-cloud-scene-grid article h3,
  .xy-cloud-page .xy-cloud-function-list article h3,
  .xy-cloud-page .xy-cloud-timeline article h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.25;
  }

  .xy-cloud-page .xy-cloud-feature-grid article p,
  .xy-cloud-page .xy-cloud-scene-grid article p,
  .xy-cloud-page .xy-cloud-function-list article p,
  .xy-cloud-page .xy-cloud-timeline article p {
    grid-column: 1 / -1;
    grid-row: 2;
    display: -webkit-box;
    margin: 0 !important;
    overflow: hidden;
    color: #64748b;
    font-size: 12px !important;
    line-height: 1.48 !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .xy-cloud-page .xy-cloud-timeline article:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 340px) {
  .xy-cloud-page .xy-cloud-package-grid {
    grid-template-columns: 1fr !important;
  }
}

/* v221: keep mobile cards readable after v220 compression. */
@media (max-width: 767px) {
  .xy-cloud-page .xy-cloud-package-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .xy-cloud-page .xy-cloud-package-card {
    grid-template-columns: minmax(0, 1fr) 88px !important;
    grid-template-rows: auto auto auto auto !important;
    gap: 8px 10px !important;
    padding: 14px !important;
  }

  .xy-cloud-page .xy-cloud-package-head {
    grid-column: 1;
    grid-row: 1;
  }

  .xy-cloud-page .xy-cloud-package-head h3 {
    display: -webkit-box;
    max-width: calc(100% - 42px);
    margin-bottom: 3px;
    white-space: normal;
    overflow: hidden;
    text-overflow: clip;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .xy-cloud-page .xy-cloud-package-head p {
    display: -webkit-box !important;
    min-height: 0 !important;
    color: #64748b;
    font-size: 12px !important;
    line-height: 1.45 !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .xy-cloud-page .xy-cloud-package-price {
    grid-column: 1;
    grid-row: 2;
    font-size: 16px !important;
    font-weight: 900;
  }

  .xy-cloud-page .xy-cloud-package-btn {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: end;
    width: 88px;
    min-height: 34px !important;
    height: 34px !important;
    font-size: 12px !important;
    line-height: 34px;
  }

  .xy-cloud-page .xy-cloud-package-card ul {
    grid-column: 1 / -1;
    grid-row: 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .xy-cloud-page .xy-cloud-package-card li,
  .xy-cloud-page .xy-cloud-package-card li:nth-child(n+3) {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 5px;
    padding: 6px 7px !important;
  }

  .xy-cloud-page .xy-cloud-package-card li b {
    display: block;
    color: #64748b;
    font-size: 11px !important;
    font-weight: 700;
    white-space: nowrap;
  }

  .xy-cloud-page .xy-cloud-package-card li span {
    color: #0f172a;
    font-size: 12px !important;
    font-weight: 800;
    text-align: left;
  }

  .xy-cloud-page .xy-cloud-package-fit {
    grid-column: 1 / -1;
    grid-row: 4;
    display: block !important;
    max-height: 27px;
    min-height: 0 !important;
    margin-top: 0 !important;
    overflow: hidden;
    white-space: nowrap;
  }

  .xy-cloud-page .xy-cloud-package-fit em {
    margin-right: 4px;
    margin-bottom: 0;
  }

  .xy-cloud-page .xy-cloud-scene-grid article h3 {
    font-size: 14px !important;
  }

  .xy-cloud-page .xy-cloud-scene-grid article p {
    -webkit-line-clamp: 2;
  }

  .xy-cloud-page .xy-cloud-timeline {
    overflow: visible;
  }

  .xy-cloud-page .xy-cloud-timeline article {
    position: relative;
    overflow: visible;
    column-gap: 14px;
  }

  .xy-cloud-page .xy-cloud-timeline article span {
    position: relative !important;
  }

  .xy-cloud-page .xy-cloud-timeline article span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 2;
    width: 14px;
    height: 2px;
    background: #1677ff;
    transform: translateY(-50%);
  }

  .xy-cloud-page .xy-cloud-timeline article:nth-child(odd):not(:last-child)::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 26px;
    right: -10px;
    width: 12px;
    height: 2px;
    background: #1677ff;
  }

  .xy-cloud-page .xy-cloud-timeline article:nth-child(even):not(:last-child)::before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: -10px;
    left: 26px;
    width: 2px;
    height: 12px;
    background: #1677ff;
  }

  .xy-cloud-page .xy-cloud-cta {
    padding-top: 34px;
    padding-bottom: 36px;
  }

  .xy-cloud-page .xy-cloud-cta .container {
    display: grid;
    gap: 16px;
    text-align: center;
  }

  .xy-cloud-page .xy-cloud-cta h2 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.26;
  }

  .xy-cloud-page .xy-cloud-cta p {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    line-height: 1.55;
  }

  .xy-cloud-page .xy-cloud-cta .xy-cloud-actions {
    width: min(100%, 292px) !important;
  }
}

/* v222: mobile process becomes a real delivery track, and the final CTA is trimmed. */
@media (max-width: 767px) {
  .xy-cloud-page .xy-cloud-process {
    padding-top: 40px;
    padding-bottom: 44px;
    background: linear-gradient(180deg, #f4f8ff 0%, #edf4ff 100%);
  }

  .xy-cloud-page .xy-cloud-process .xy-cloud-section-title {
    margin-bottom: 18px;
  }

  .xy-cloud-page .xy-cloud-process .xy-cloud-section-title h2 {
    font-size: 24px;
  }

  .xy-cloud-page .xy-cloud-process .xy-cloud-section-title p {
    max-width: 300px;
    font-size: 13px;
    line-height: 1.55;
  }

  .xy-cloud-page .xy-cloud-timeline {
    position: relative;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding: 14px 14px 14px 16px !important;
    overflow: hidden !important;
    background:
      linear-gradient(145deg, rgba(3, 15, 36, .96), rgba(6, 45, 105, .96)),
      radial-gradient(circle at 86% 14%, rgba(46, 149, 255, .28), transparent 36%);
    border: 1px solid rgba(102, 175, 255, .28);
    border-radius: 10px;
    box-shadow: 0 16px 34px rgba(8, 30, 69, .18);
  }

  .xy-cloud-page .xy-cloud-timeline::before {
    display: block !important;
    content: "";
    position: absolute;
    top: 38px;
    bottom: 38px;
    left: 32px;
    width: 2px;
    background: linear-gradient(180deg, #24c6ff 0%, #1677ff 52%, rgba(22, 119, 255, .16) 100%);
  }

  .xy-cloud-page .xy-cloud-timeline article {
    position: relative;
    z-index: 1;
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    align-items: center;
    column-gap: 12px;
    row-gap: 2px;
    min-height: 0 !important;
    padding: 10px 0 !important;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .xy-cloud-page .xy-cloud-timeline article:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .xy-cloud-page .xy-cloud-timeline article:last-child {
    grid-column: auto;
  }

  .xy-cloud-page .xy-cloud-timeline article span {
    position: relative !important;
    grid-column: 1;
    grid-row: 1 / span 2;
    z-index: 2;
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    color: #fff;
    background: linear-gradient(135deg, #1cc7ff, #1667ff);
    border: 2px solid rgba(255, 255, 255, .68);
    box-shadow: 0 0 0 5px rgba(22, 119, 255, .18);
    font-size: 11px !important;
    font-weight: 900;
  }

  .xy-cloud-page .xy-cloud-timeline article span::after,
  .xy-cloud-page .xy-cloud-timeline article:nth-child(odd):not(:last-child)::after,
  .xy-cloud-page .xy-cloud-timeline article:nth-child(even):not(:last-child)::before {
    display: none !important;
  }

  .xy-cloud-page .xy-cloud-timeline article h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 0 !important;
    color: #fff;
    font-size: 15px !important;
    line-height: 1.24;
  }

  .xy-cloud-page .xy-cloud-timeline article p {
    grid-column: 2;
    grid-row: 2;
    display: block;
    margin: 0 !important;
    color: rgba(229, 241, 255, .82);
    font-size: 12px !important;
    line-height: 1.48 !important;
    overflow: visible;
  }

  .xy-cloud-page .xy-cloud-cta {
    margin-bottom: 0 !important;
    padding-top: 24px !important;
    padding-bottom: 26px !important;
    background: linear-gradient(135deg, #06152f 0%, #0b367d 100%);
    text-align: center;
  }

  .xy-cloud-page .xy-cloud-cta::before {
    display: none !important;
  }

  .xy-cloud-page .xy-cloud-cta .container {
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    justify-items: center;
    text-align: center;
  }

  .xy-cloud-page .xy-cloud-cta span {
    margin-bottom: 5px;
    color: #4fd8ff;
    font-size: 10px;
    letter-spacing: 0;
  }

  .xy-cloud-page .xy-cloud-cta h2 {
    max-width: none !important;
    margin: 0 0 6px !important;
    font-size: 22px !important;
    line-height: 1.24;
  }

  .xy-cloud-page .xy-cloud-cta p {
    max-width: 286px !important;
    margin: 0 auto !important;
    color: rgba(233, 242, 255, .84);
    font-size: 12px !important;
    line-height: 1.45;
  }

  .xy-cloud-page .xy-cloud-cta .xy-cloud-actions {
    width: min(100%, 276px) !important;
    max-width: 276px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-bottom: 0 !important;
  }

  .xy-cloud-page .xy-cloud-cta .xy-primary-btn,
  .xy-cloud-page .xy-cloud-cta .xy-outline-btn {
    min-height: 38px;
    height: 38px;
    font-size: 13px;
  }
}

/* v223: blend the mobile process panel into the light page base and remove harsh vertical rails. */
@media (max-width: 767px) {
  .xy-cloud-page .xy-cloud-process {
    padding-top: 38px;
    padding-bottom: 42px;
    background:
      linear-gradient(180deg, #eef5ff 0%, #f7fbff 52%, #eef5ff 100%);
  }

  .xy-cloud-page .xy-cloud-timeline {
    gap: 8px !important;
    padding: 12px !important;
    overflow: visible !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(244, 249, 255, .98) 100%);
    border: 1px solid #d8e8ff;
    box-shadow: 0 14px 28px rgba(15, 67, 125, .10);
  }

  .xy-cloud-page .xy-cloud-timeline::before,
  .xy-cloud-page .xy-cloud-timeline article span::after,
  .xy-cloud-page .xy-cloud-timeline article:nth-child(odd):not(:last-child)::after,
  .xy-cloud-page .xy-cloud-timeline article:nth-child(even):not(:last-child)::before {
    display: none !important;
  }

  .xy-cloud-page .xy-cloud-timeline article {
    grid-template-columns: 36px minmax(0, 1fr) !important;
    min-height: 0 !important;
    padding: 10px 11px !important;
    background: #fff;
    border: 1px solid #e1edff;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(30, 88, 150, .06);
  }

  .xy-cloud-page .xy-cloud-timeline article:not(:last-child) {
    border-bottom: 1px solid #e1edff;
  }

  .xy-cloud-page .xy-cloud-timeline article:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: -7px;
    z-index: 3;
    width: 9px;
    height: 9px;
    background: #f7fbff;
    border-right: 2px solid #7fb4ff;
    border-bottom: 2px solid #7fb4ff;
    transform: rotate(45deg);
  }

  .xy-cloud-page .xy-cloud-timeline article span {
    width: 30px !important;
    height: 30px !important;
    color: #fff;
    background: linear-gradient(135deg, #1aa8ff 0%, #1667ff 100%);
    border: 0;
    box-shadow: 0 6px 14px rgba(22, 103, 255, .22);
  }

  .xy-cloud-page .xy-cloud-timeline article h3 {
    color: #0f172a;
    font-size: 15px !important;
  }

  .xy-cloud-page .xy-cloud-timeline article p {
    color: #64748b;
    font-size: 12px !important;
  }
}

@media (max-width: 767px) {
  .xy-cloud-page .xy-cloud-package-actions {
    grid-column: 1 / -1;
    grid-row: auto;
    align-self: center;
    justify-content: flex-start;
    margin-top: 4px;
  }

  .xy-cloud-page .xy-cloud-package-actions .xy-cloud-package-btn {
    flex: 0 1 96px;
    width: 96px;
    max-width: calc((100% - 10px) / 2);
    min-height: 34px !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 6px;
    font-size: 12px !important;
    line-height: 34px;
    white-space: nowrap;
  }
}
