.container2 {
    max-width: 1120px;
    margin: 0 auto;
    padding: 100px 20px;
}
.container2 .title{
  font-size: 50px;
  line-height: 77px;
  color: #004D91;
}
.container2 .title span{
  font-size: 50px;
  font-weight: bold;
  line-height: 77px;
  margin-right: 20px;
}
.hero-section{
  height: 50px !important;
}
/* 代理订单信息 */

.product-tabs{
  display: flex;
  justify-content: center;
  gap: 60px;
  height: 100px;
  position: relative;
}

.product-tabs .tab{
  width: 336px;
  position: relative;
  height: 100%;
  cursor: pointer;
}
.product-tabs .tab .tab-title{
  font-size: 20px;
  line-height: 32px;
}
.product-tabs .tab .tab-pubtitle{
  font-size: 12px;
}

.product-tabs-btns{
  position: relative;
}
.tips{
  position: absolute;
  left: 0;
  top: -30px;
  background: url("../image/scds.png") no-repeat ;
  background-size: contain;
  color: #ffffff;
  padding: 5px;
  line-height: 18px;
}
.product-tabs .tab img{
  width: 336px;
  cursor: pointer;
}
.product-tabs .tab.active img{
  width: 336px;
  margin-top: -1px;
}
.product-tabs-btns .tab.active .tab-title{
  color: #ffffff;
}
.product-tabs-btns .tab.active .tab-pubtitle{
  color: #ffffff;
}
.product-tabs .tab a{
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.product-content{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  /* flex-wrap: wrap; */
}
.buy-card{
  width: 250px;
  height: 475px;
  background: url("../image/agentbuy/price_default.png") no-repeat 100% 0%;
  background-size: contain;
  cursor: pointer;
  text-align: left;
  position: relative;
}
.zx{
  position: absolute;
  right: 0;
  top: -30px;
}
.ml40{
  margin-left: 40px;
}
.buy-card.active{
  background: url("../image/price_selected.png") no-repeat 100% 0%;
  background-size: contain;
}
.package-size{
  width: 97px;
  height: 40px;
  font-size: 22px;
  color: #252525;
  border-bottom: 1px solid #9BACBC;
  margin-top: 20px;
  padding-bottom: 20px;
}
.pacakge-actuPrice{
  font-size: 29px;
  color: #007AFF;
  margin-top: 20px;
  font-weight: bold;
}
.pacakge-actuPrice span{
  font-size: 22px;
}
.pacakge-originPrice{
  font-size: 12px;
  color: #9BACBC;
  text-decoration: line-through;
}
.package-min, .package-time{
  font-size: 14px;
  margin-top: 10px;
}
.package-min span:last-child, .package-time span:last-child{
  color: #007AFF;
}
.package-btn{
  width: 134px;
  height: 43px;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
  margin-bottom: 20px;
  background: url("../image/buy-btn-default.png") no-repeat;
  background-size: contain;
}
.buy-card.active .package-btn{
  background: url("../image/buy-btn-selected.png") no-repeat;
  background-size: contain;
}
.check-content{
  width: 100%;
  margin-top: 20px;
}
.check-content img{
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
.check-text{
  margin-left: 40px;
  height: 40px;
  font-size: 12px;
  color: #55687D;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product-content .exclusive{
  flex: 1;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
.exclusive .card{
  width: 360px;
  height: 286px;
  border-radius: 10px;
  box-shadow: 0 0 18px 0 rgba(0,27,123,0.25);
  margin: 0 30px 30px 0;
  cursor: pointer;
}
.exclusive .active{
  border: 3px solid #42afe0;
}
/* .exclusive .active img{
  width: 98%;
} */
.exclusive .card .card-top{
  width: 100%;
  height: 154px;
  position: relative;
}
.exclusive .card .card-top .card-title{
  width: calc(100% - 48px);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  margin-left: 48px;
}
.card-top .card-title .title{
  font-size: 29px;
  line-height: 30px;
  color: #252525;
  font-weight: bold;
  text-align: left;
  margin: 36px 0 10px 0;
}
.card-top .card-title .price{
  font-size: 36px;
  font-weight: bold;
  color: #252525;
}
.card-top .card-title .price span:last-child{
  font-size: 27px;
  color: #606266;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 18px;
  text-decoration: line-through;
}
.card-top img{
  width: 100%;
  height: 100%;
}

.exclusive .card .card-content{
  text-align: left;
  margin-left: 48px;
  margin-top: 19px;
}
.exclusive .card .card-content .text{
  font-size: 19px;
  color: #606266;
  margin-bottom: 10px;
}
.exclusive .card .card-content .text span:last-child{
  margin-left: 20px;
}
.order-info{
  width: 320px;
  min-height: 598px;
  background: #EFF3F9;
  border-radius: 10px 10px 10px 10px;
  margin-top: 30px;
}
.order-info .title{
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-info .title span{
  font-size: 29px;
  line-height: normal;
  margin: 33px 0 48px 0;
  color: #252525;
  font-weight: bold;
  margin-left: 21px;
}
.info-item{
  width: 262px;
  height: auto;
  margin: 0 auto;
}
.info-item .info-item-text{
  width: 262px;
  height: 40px;
  background: #0065BD;
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  font-size: 19px;
  line-height: 40px;
  color: #ffffff;
}
.order-info .price{
  margin: 35px auto 0;
  width: 262px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
}
.order-info .price .price-text{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px;
  font-size: 19px;
  line-height: 40px;
  color: #606266;
}
.order-info .price .price-text span:last-child{
  font-size: 19px;
  font-weight: bold;
  color: #FF8323;
}
.buy-now{
  margin-top: 29px;
  margin-left: calc(50% + 10px);
  transform: translateX(-50%);
}
.btn-primary{
  background-color: #0065BD;
  color: white;
  height: 43px;
  width: 134px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.agent-info{
  padding-bottom: 0;
}
.free-customize{
  padding-top: 0;
}
.free-customize .container2{
  padding-top: 50px;
}
.free-bg{
  width: 100%;
  height: 346px;
  padding-left: 96px;
}
.customize-title{
  font-size: 29px;
  color: #252525;
  font-weight: bold;
}
.customize-list{
  width: 746px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 19px 0;
}
.customize-list .list-item{
  width: 358px;
  height: 25px;
  font-size: 19px;
  line-height: 25px;
  color:#606266;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.customize-list .list-item::before{
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #0065BD;
  margin-right: 10px;

}
.customize-subtitle{
  font-size: 19px;
  color: #252525;
}
.server-list {
  margin-top: 14px;
}
.server-list .server-item{
  font-size: 19px;
  color: #606266;
}
.server-list .server-item span{
  color: #0065BD;
  margin-right: 20px;

}
.package-table{
  width: 100%;
  height: auto;
}
.package-table .table-header{
  width: 100%;
  height: 126px;
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.table-list{
  width: 100%;
  height: 64px;
  line-height: 64px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 10px;
}
.table-list:nth-child(2n){
  background-color: #F8F8F8;
}
.table-header .table-item,.table-list .tr-item{
  width: 15%;
  height: 100%;
  /* margin-right: 117px; */
  margin-right: 40px;
  text-align: center;
  color: #606266;
  position: relative;
}
.table-list .tr-item .check{
  width: 28px;
  height: 28px;
  border: 1px solid #9B9B9B;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* color: #0065BD; */

}
.table-list .tr-item .check::after{
  content: '√';
  width: 28px;
  height: 28px;
  color: #0065BD;
  position: absolute;
  left: 0;
  top: -20px;
}

.table-header .table-item .th-title{
  font-size: 20px;
  color: #0065BD;
  font-weight: bold;
}
.table-header .table-item .price span:first-child{
  font-size: 19px;
  font-weight: bold;
  color: #252525;
  margin-right: 11px;
}
.table-header .table-item .price span:last-child{
  font-size: 19px;
  color: #606266;
  text-decoration: line-through;
}
.table-header .table-item .unit{
  font-size: 14px;
  color: #9B9B9B;
}

.table-list .tr-item:nth-child(1){
  text-align: left;
  padding-left: 44px;
}
.multi-line {
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 10px;
}
.multi-line br {
  display: block;
  content: "";
  margin: 4px 0;
}
.select-type{
  flex: 1;
  height: auto;
  margin-right: 38px;
}
/* 套餐类型 */
.package-type{
  width: 100%;
  height: 250px;
  background: #FFFFFF;
  box-shadow: 0px 0 24px 0px rgba(0,27,123,0.25);
  border-radius: 10px;
  margin: 30px 0 38px;
  overflow: auto;
}
.package-title, .select-title{
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 77px;
  margin-top: 36px;
}
.package-title span, .select-title span{
  margin-left: 19px;
  font-size: 29px;
  font-weight: bold;
}
.package-item-box{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 77px;
  margin-top: 48px;
}
.package-item-box .package-item{
  width: 20%;
  height: 85px;
  background: #FFFFFF;
  border-radius: 10px;
  margin: 10px;
  box-shadow: 0px 0 24px 0px rgba(0,27,123,0.25);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* margin-right: 40px; */
  margin-bottom: 20px;
}
.package-item-box .active{
  width: 20%;
  height: 85px;
  background:url('../image/package-active.png') no-repeat center center;
  background-size: 120% 140%;

}
.package-item-box .package-item .package-name{
  font-size: 19px;
  color: #252525;
  font-weight: bold;
}
.package-item-box .package-item .package-price{
  font-size: 19px;
  color: #FF8323;
}
.package-input{
  width: 60px;
  height: 20px;
  background:  #FAFAFA;
  border-radius: 5px;
  border: 1px solid #C6C3C3;
  outline: none;
  text-align: center;
  margin: 0 4px;
}


/* 选择国家/地区 */
.select-area{
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 0 24px 0 rgba(0,27,123,0.25);
  border-radius: 10px;
  overflow: auto;
}
.select-item-box{
  margin: 30px 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 20px;
  column-gap: 40px;
}

.select-item-box .select-item{
  padding: 10px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 24px 0 rgba(0,27,123,0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.select-item.active{
  /* width: 30%; */
  /* height: 105px; */
  background:url('../image/package-active.png') no-repeat center center;
  background-size: 120% 150%;
}
.select-item-name{
  font-weight: bold;
  color: #252525;
}
.select-item-num{
  width: 113px;
  height: 13px;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
  color: #43A5FF;
  text-align: center;
  background: #d9edff;
  border-radius: 5px;
  margin: 10px 0;
}
.reduce-add{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.reduce-add img{
  width: 18px;
  height: 18px;
}
.reduce-add .num{
  margin: 0 10px;
}

.section-title{
    font-size: 48px;
}
.productTabs{
  padding: 40px 0 !important;
}
/* 企业相关 */
.enterprises-content{
  padding: 0 0 40px 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.enterprises-content2{
  justify-content: flex-start;

}
.enterprises-intro .left{
  width: 47%;
  height: 173px;
  background: url("../image/bg-left.png") no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.left .enterprises-content-left{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.left .title1{
  font-size: 17px;
  color: #252525;
  margin: 25px 0 10px 0;
  font-weight: bold;
  margin-left: 40px;
}
.left .dz {
  margin-left: 40px;
}
.left .dz span:first-child{
  font-size: 29px;
  color: #295EFF;
  font-weight: bold;
}
.left .dz span:nth-child(2){
  font-size: 29px;
  color: #295EFF;
  font-weight: bold;
}
.left .dz span:nth-child(3){
  font-size: 22px;
  color: #295EFF;
  font-weight: bold;
}
.left .list{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
.left .list .list-item img{
  width: 14px;
  height: 14px;
  margin-right: 5px;
  margin-left: 5px;
} 
.left .list .list-item{
  font-size: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact-us{
  width: 118px;
  height: 32px;
  background-color: #0065bd;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  border-radius: 10px;
  position: absolute;
  bottom: 35px;
  right: 20px;
  cursor: pointer;
}
.contact-us img{
  width: 120px;
  height: 30px;
}
.enterprises-intro .right{
  width: 47%;
  height: 173px;
  background: url("../image/bg-right.png") no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.enterprises-left{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.enterprises-right{
  width: 30%;
  height: 100%;

}
.enterprises-right img{
  width: 115px;
  height: 115px;
}
.enterprises-left .p{
  font-size: 25px;
  color: #ffffff;
  font-weight: bold;
}
.enterprises-left .y-line{
  width: 216px;
  height: 23px;
  margin-top: 20px;
  background: url("/static/images/agentbuy/y-line.png") no-repeat;
  background-size: contain;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  padding: 0 10px;
}
.enterprises-right{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container3{
  padding: 20px 0;
}

.footer{
  background-color: #F8F9FB;
  text-align: center;
}
.footer .footer-p{
  font-size: 12px;
  font-weight: bold;
}
.footer .footer-subp{
  font-size: 12px;
}
.sys{
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}
.order-info-bottom .service{
  padding: 0 20px;
  margin-top: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.order-info-bottom .server-desc{
  background: url("../image/server-bg.png") no-repeat;
  background-size: cover;
  padding: 10px;
  text-align: left;
  font-size: 14px;
  color: #252525;
}
.jg-btn{
  position: absolute;
  right: 28%;
  bottom: 24%;
  cursor: pointer;
  width: 222px;
  height: 56px;
}
.jg-btn img{
  width: 100%;
  height: 100%;
}
.popup{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
}
.popup.show {
  display: flex;
}
.content img{
  width: 85%;
  height: 85%;
  margin-left: 50%;
  transform: translateX(-50%);
}
.popup-content{
  width: 850px;
  height: 640px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-close{
  position: absolute;
  right: 90px;
  top: 30px;
  cursor: pointer;
}
.content-register{
  position: absolute;
  left: 190px;
  bottom: 135px;
  cursor: pointer;
}
.content-advisory{
  position: absolute;
  right: 210px;
  bottom: 135px;
  cursor: pointer;
}
@media (min-width: 1440px) {
    .container {
        max-width: 1200px
    }
    .container2 {
        max-width: 1200px
    }
}

@media (min-width: 2000px) {
    .container {
        max-width: 1560px
    }
    .container2 {
        max-width: 1560px
    }
    section{
        padding: 80px 0;
    }
    .section-subtitle{
        font-size: 24px;
    }
    .hero-image{
        height: 80px;
        padding-top: 15px;
    }
    .hero-image img{
        height: 50px;
        width: 164px;
    }
    .buy-card{
      width: 19%;
      height: 540px;
      background: url("/static/images/agentbuy/price_default.png") no-repeat 100% 0%;
      background-size: contain;
      cursor: pointer;
      text-align: left;
      position: relative;
    }
    .buy-card.active{
      
      background: url("../image/price_selected.png") no-repeat 100% 0%;
      background-size: contain;
    }
    .hero-section{
      height: 520px !important;
    }
    .package-btn {
      margin-top: 40px;
    }
    .left .title1, .left .dz{
      margin-left: 80px;
    }
    .left .list{
      margin-left: 40px;
    }
  }

  @media (max-width: 768px) {
    /* 平板端适配 */
    .agent-info { padding: 30px 0; }
    .container2 { padding: 40px 15px; }
    .product-tabs { gap: 20px; height: 70px; }
    .product-tabs .tab { width: 200px; }
    .product-tabs .tab img,
    .product-tabs .tab.active img { width: 200px; }
    .product-content { flex-wrap: wrap; justify-content: center; gap: 20px; }
    .buy-card { width: calc(50% - 10px); min-width: 280px; height: 420px; margin-bottom: 20px; }
    .enterprises-intro .left { width: 48%; }
    .enterprises-intro .right { width: 48%; }
  }

  @media (max-width: 600px) {
    /* 手机端适配 */
    .agent-info { padding: 20px 0; }
    .container2 {
      padding: 20px 15px;
      max-width: 100%;
      margin: 0 auto;
      width: 100%;
      box-sizing: border-box;
    }
    .container2 .title,
    .container2 .title span { font-size: 28px; font-weight: normal; line-height: 36px; }
    .productTabs {
      padding: 20px 0 !important;
      max-width: 100%;
      margin: 0 auto;
    }

    /* 顶部区域优化 */
    .hero-section { height: 80px; padding: 5px 0 0; margin-top: 50px; }

    /* 产品标签页优化 */
    .product-tabs {
      gap: 12px;
      height: auto;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 20px 15px 30px 15px;
      max-width: 100%;
      margin: 0 auto;
      position: relative;
      z-index: 10;
      flex-wrap: wrap;
    }
    .product-tabs-btns {
      display: flex;
      flex-direction: row;
      gap: 12px;
      width: 100%;
      max-width: 400px;
      justify-content: center;
      position: relative;
      z-index: 15;
      flex-wrap: wrap;
    }
    .product-tabs .tab {
      flex: 1;
      min-width: 140px;
      max-width: 180px;
      height: auto;
      min-height: 80px;
      margin-bottom: 0;
      border-radius: 12px;
      overflow: hidden;
      position: relative;
      background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
      border: 2px solid #e9ecef;
      transition: all 0.3s ease;
      cursor: pointer;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      z-index: 20;
    }
    .product-tabs .tab:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
      border-color: #0088FF;
    }
    .product-tabs .tab.active {
      background: linear-gradient(135deg, #0088FF 0%, #00BFFF 100%);
      border-color: #0088FF;
      box-shadow: 0 4px 16px rgba(0, 136, 255, 0.3);
      color: white;
      transform: scale(1.02);
    }
    .product-tabs .tab.active::before {
      content: '✓';
      position: absolute;
      top: 8px;
      right: 8px;
      width: 20px;
      height: 20px;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      font-weight: bold;
      backdrop-filter: blur(4px);
    }
    .product-tabs .tab a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 16px 12px;
      width: 100%;
      height: 100%;
      text-decoration: none;
      color: inherit;
      position: relative;
      z-index: 2;
    }
    .product-tabs .tab .tab-title {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.3;
      text-align: center;
      margin-bottom: 4px;
    }
    .product-tabs .tab .tab-pubtitle {
      font-size: 12px;
      line-height: 1.2;
      text-align: center;
      opacity: 0.8;
      font-weight: 400;
    }
    .product-tabs .tab.active .tab-title,
    .product-tabs .tab.active .tab-pubtitle {
      color: white;
    }

    /* 产品卡片网格布局 */
    .product-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 16px;
      width: 100%;
      max-width: 400px;
      margin: 0 auto;
      padding: 0;
      position: relative;
      z-index: 5;
      clear: both;
    }
    .buy-card {
      width: 100%;
      min-height: 380px;
      background: #ffffff;
      border: 1px solid #e1e5e9;
      border-radius: 12px;
      padding: 32px 16px 16px 16px;
      box-sizing: border-box;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06),
                  0 1px 3px rgba(0, 0, 0, 0.04);
      transition: all 0.3s ease;
      cursor: pointer;
      text-align: left;
      position: relative;
      display: flex;
      flex-direction: column;
      margin: 0 auto;
      z-index: 1;
    }
    .buy-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12),
                  0 2px 8px rgba(0, 136, 255, 0.08);
      border-color: #0088FF;
    }
    .buy-card.active {
      background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
      border-color: #0088FF;
      box-shadow: 0 4px 16px rgba(0, 136, 255, 0.2),
                  0 2px 8px rgba(0, 136, 255, 0.1);
    }

    /* 产品卡片内部元素优化 */
    .zx {
      position: absolute;
      top: -28px;
      right: 12px;
      width: 60px;
      height: 24px;
      z-index: 25;
      filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
    }
    .package-size {
      font-size: 18px;
      font-weight: 600;
      text-align: center;
      padding: 8px 0;
      margin-bottom: 12px;
      border-bottom: 1px solid #e9ecef;
      color: #2c3e50;
      letter-spacing: 0.3px;
    }
    .pacakge-actuPrice {
      font-size: 24px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 8px;
      color: #0088FF;
    }
    .pacakge-originPrice {
      font-size: 13px;
      text-align: center;
      margin-bottom: 12px;
      color: #6c757d;
      text-decoration: line-through;
      opacity: 0.8;
    }
    .package-min,
    .package-time {
      font-size: 12px;
      text-align: center;
      margin-bottom: 6px;
      color: #495057;
      font-weight: 500;
    }
    .package-min span:last-child,
    .package-time span:last-child {
      color: #28a745;
      font-weight: 600;
    }
    .package-btn {
      width: 120px;
      height: 36px;
      margin: 16px auto 0;
      background: url("../image/buy-btn-default.png") no-repeat center;
      background-size: contain;
      border: none;
      outline: none;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    .package-btn:hover {
      transform: scale(1.05);
    }
    .buy-card.active .package-btn {
      background: url("../image/buy-btn-selected.png") no-repeat center;
      background-size: contain;
    }

    /* 移动端边距重置 */
    .ml40 {
      margin-left: 0 !important;
    }

    /* 功能列表优化 */
    .check-content {
      margin-top: auto;
      padding: 16px 0 0 0;
    }
    .check-text {
      display: flex;
      align-items: center;
      margin-bottom: 8px;
      font-size: 12px;
      color: #495057;
      line-height: 1.4;
    }
    .check-text:last-child {
      margin-bottom: 0;
    }
    .check-content img {
      width: 16px;
      height: 16px;
      margin-right: 8px;
      flex-shrink: 0;
    }
    .check-text img {
      width: 16px;
      height: 16px;
      margin-right: 12px;
      flex-shrink: 0;
    }

    /* 企业定制区域优化 */
    .enterprises-intro {
      max-width: 100%;
      margin: 0 auto;
    }
    .enterprises-content {
      padding: 0 0 40px 0 !important;
      max-width: 100%;
      margin: 0 auto;
    }
    .enterprises-intro .left {
      width: 100%;
      height: auto;
      margin-bottom: 20px;
      border-radius: 12px;
      overflow: hidden;
    }
    .enterprises-intro .right {
      width: 100%;
      height: auto;
      border-radius: 12px;
      overflow: hidden;
    }
    .left .title1 {
      margin: 20px 0 15px 20px;
      font-size: 16px;
      font-weight: bold;
    }
    .left .dz {
      margin-left: 20px;
      font-size: 14px;
    }
    .left .dz span:first-child,
    .left .dz span:nth-child(2),
    .left .dz span:nth-child(3) {
      font-size: 18px;
      font-weight: bold;
    }
    .left .list {
      margin: 15px 0 20px 20px;
      flex-direction: column;
      gap: 8px;
    }
    .left .list .list-item {
      font-size: 12px;
      margin: 0;
      display: flex;
      align-items: center;
    }
    .left .list .list-item img {
      width: 12px;
      height: 12px;
      margin-right: 8px;
      margin-left: 0;
    }
    .contact-us {
      width: 100px;
      height: 28px;
      bottom: 15px;
      right: 15px;
      font-size: 12px;
      border-radius: 6px;
    }

    /* 右侧企业区域 */
    .enterprises-left {
      padding: 20px;
    }
    .enterprises-left .p {
      font-size: 14px;
      margin-bottom: 8px;
      line-height: 1.4;
      padding: 0 8px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }
    .enterprises-left .y-line {
      margin-top: 10px;
      width: 180px;
      height: 20px;
      font-size: 12px;
      line-height: 20px;
    }
    .enterprises-right {
      padding: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .enterprises-right img {
      width: 80px;
      height: 80px;
    }
    .sys {
      font-size: 12px;
      margin-top: 10px;
      text-align: center;
    }

    /* 弹窗优化 */
    .jg-btn,
    .popup.show { display: none !important; }

    /* 其他区域的优化 */
    .free-customize .container2.free-bg {
      padding: 20px 15px;
      height: auto;
    }
    .free-bg {
      align-items: flex-start;
      background-size: cover;
    }
    .customize-title {
      font-size: 18px;
      margin-bottom: 15px;
    }
    .customize-list {
      flex-direction: column;
      width: 100%;
      margin: 15px 0;
      gap: 10px;
    }
    .customize-list .list-item {
      font-size: 14px;
      height: auto;
      line-height: 1.4;
      margin: 0;
    }
    .customize-subtitle {
      width: 100%;
      text-align: left;
      font-size: 14px;
      margin-top: 15px;
    }
    .server-list {
      width: 100%;
      margin-top: 10px;
    }
    .server-list .server-item {
      font-size: 13px;
      text-align: left;
      width: 100%;
      margin-bottom: 5px;
    }
  }

  @media (max-width: 480px) {
    /* 小屏手机优化 */
    .container2 {
      padding: 15px 10px;
      max-width: 100%;
      width: 100%;
      box-sizing: border-box;
      margin: 0 auto;
      display: block;
    }
    .product-tabs {
      max-width: 100%;
      padding: 15px 10px 55px 10px;
      position: relative;
      z-index: 10;
      margin: 0 auto;
      display: block;
    }
    .product-tabs-btns {
      max-width: 360px;
      position: relative;
      z-index: 15;
      flex-wrap: wrap;
      gap: 10px;
      margin: 0 auto;
      display: flex;
    }
    .product-tabs .tab {
      flex: 1;
      min-width: 130px;
      max-width: 160px;
      min-height: 70px;
    }
    .product-tabs .tab .tab-title {
      font-size: 14px;
    }
    .product-tabs .tab .tab-pubtitle {
      font-size: 10px;
    }
    .product-content {
      max-width: 360px;
      margin: 0 auto;
      position: relative;
      z-index: 5;
      clear: both;
      display: block;
    }
    .buy-card {
      width: 100%;
      padding: 28px 12px 12px 12px;
      min-height: 340px;
      z-index: 1;
    }
    .zx {
      position: absolute;
      top: -24px;
      right: 8px;
      width: 50px;
      height: 20px;
      z-index: 25;
      filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
    }
    .package-size {
      font-size: 16px;
      padding: 6px 0;
    }
    .pacakge-actuPrice {
      font-size: 22px;
      margin-bottom: 6px;
    }
    .pacakge-originPrice {
      font-size: 12px;
      margin-bottom: 8px;
    }
    .package-min,
    .package-time {
      font-size: 11px;
      margin-bottom: 4px;
    }
    .package-btn {
      width: 110px;
      height: 32px;
      margin: 12px auto 0;
    }
    .check-content {
      padding: 1px 0 0 0;
    }
    .check-text {
      font-size: 11px;
      margin-bottom: 6px;
    }
    .check-content img {
      width: 14px;
      height: 14px;
      margin-right: 6px;
    }

    /* 静态住宅页面特定移动端样式 */
    .select-type {
      width: 100% !important;
      box-sizing: border-box;
    }
    .package-type {
      height: auto !important;
      padding: 20px 0;
      margin: 20px 0;
      width: 100% !important;
      box-sizing: border-box;
    }
    .package-type .package-title {
      margin: 0 0 20px 30px;
      text-align: center;
    }
    .package-type .package-title img {
      width: 24px;
      height: 24px;
      margin-right: 8px;
    }
    .package-type .package-title span {
      font-size: 16px;
      font-weight: 600;
    }
    .package-item-box {
      display: flex;
      flex-direction: row;
      gap: 12px;
      margin: 0 10px;
      justify-content: center;
    }
    .package-item {
      flex: 1;
      max-width: calc(50% - 6px);
      min-width: 140px;
      height: 60px !important;
      padding: 12px 16px;
      border-radius: 12px;
      background: #ffffff;
      border: 2px solid #e9ecef;
      transition: all 0.3s ease;
    }
    .package-item:hover {
      border-color: #007bff;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
    }
    .package-item.active {
      background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
      border-color: #007bff;
      color: white;
    }
    .package-item .package-name {
      font-size: 15px;
      font-weight: 600;
      margin: 0;
      line-height: 1.3;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* 超小屏幕单列显示 */
    @media (max-width: 380px) {
      .package-item-box {
        flex-direction: column;
      }
      .package-item {
        max-width: 100%;
        width: 100% !important;
      }
    }

    /* 地区选择区域 */
    .select-area {
      padding: 20px 0;
      margin: 20px 0;
      width: 100% !important;
      box-sizing: border-box;
    }
    .select-item-box {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
      padding: 0 10px;
    }
    .select-item {
      padding: 16px 12px;
      border-radius: 12px;
      background: #ffffff;
      border: 2px solid #e9ecef;
      transition: all 0.3s ease;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    }
    .select-item:hover {
      border-color: #007bff;
      transform: translateY(-2px);
      box-shadow: 0 4px 16px rgba(0, 123, 255, 0.15);
    }
    .select-item.active {
      border-color: #007bff;
      background: rgba(0, 123, 255, 0.05);
      box-shadow: 0 4px 16px rgba(0, 123, 255, 0.2);
    }
    .select-item-name {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 8px;
      color: #333;
      line-height: 1.3;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }
    .select-item-num {
      font-size: 12px;
      color: #666;
      margin-bottom: 12px;
      line-height: 1.3;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }
    .reduce-add {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
    }
    .reduce-add img {
      width: 24px;
      height: 24px;
      cursor: pointer;
      transition: all 0.2s ease;
    }
    .reduce-add img:hover {
      transform: scale(1.1);
    }
    .num input {
      width: 60px;
      height: 32px;
      text-align: center;
      border: 1px solid #ddd;
      border-radius: 6px;
      font-size: 14px;
      font-weight: 600;
    }

    /* 订单信息侧边栏 */
    .order-info {
      width: 100% !important;
      min-height: auto !important;
      margin: 30px auto 0 auto;
      background: #ffffff;
      border-radius: 12px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
      border: 1px solid #e9ecef;
      overflow: hidden;
      display: block;
      max-width: none;
    }
    .order-info .title {
      padding: 16px 20px;
      background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
      border-bottom: 1px solid #dee2e6;
    }
    .order-info .title img {
      width: 24px;
      height: 24px;
      margin-right: 8px;
    }
    .order-info .title span {
      font-size: 16px;
      font-weight: 600;
      color: #333;
    }
    .order-info-content {
      padding: 20px;
    }
    .info-item {
      width: 100% !important;
      margin-bottom: 16px;
      padding: 12px 16px;
      background: #f8f9fa;
      border-radius: 8px;
      border: 1px solid #e9ecef;
    }
    .info-item:last-child {
      margin-bottom: 0;
    }
    .info-item-text {
      font-size: 13px;
      color: #666;
      margin-bottom: 4px;
      line-height: 1.4;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }
    .info-item-text:last-child {
      margin-bottom: 0;
      font-weight: 600;
      color: #333;
    }
    .order-info .price {
      width: 100% !important;
      margin: 16px 0 0 0;
      padding: 12px 16px;
      background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
      border-radius: 8px;
      color: white;
      min-height: 40px;
      box-sizing: border-box;
    }
    .order-info .price .price-text {
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      margin: 0;
      gap: 4px;
      align-items: center;
      height: 100%;
      color: #ffffff;
    }
    .order-info .price .price-text span {
      font-size: 19px;
      font-weight: 500;
      line-height: 1.5;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }
    .order-info .price .price-text span:last-child {
      font-size: 18px;
      font-weight: 700;
      line-height: 1.2;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* 功能列表 */
    .order-info-bottom {
      padding: 20px;
      background: #f8f9fa;
      border-top: 1px solid #dee2e6;
    }
    .check-content {
      margin: 0;
    }
    .check-text {
      font-size: 12px;
      margin-bottom: 8px;
      display: flex;
      align-items: flex-start;
      line-height: 1.4;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }
    .check-text img {
      width: 16px;
      height: 16px;
      margin-right: 8px;
      margin-top: 2px;
      flex-shrink: 0;
    }

    /* 服务区域 */
    .service {
      padding: 16px 20px;
      background: #ffffff;
      border-top: 1px solid #dee2e6;
      text-align: center;
    }
    .service img {
      width: 48px;
      height: 48px;
      margin-bottom: 8px;
    }
    .server-desc {
      font-size: 11px;
      color: #666;
      line-height: 1.4;
      padding: 0 8px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* 购买按钮 */
    .buy-now {
      padding: 20px !important;
      background: #ffffff;
      border-top: 1px solid #dee2e6;
      width: 200px;
    }
    .buy-now .btn-primary {
      width: 100%;
      padding: 14px;
      font-size: 16px;
      font-weight: 600;
      border-radius: 8px;
      background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
      border: none;
      color: white;
      transition: all 0.3s ease;
    }
    .buy-now .btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
    }

    /* 企业定制区域 */
    .enterprises-intro {
      margin: 40px auto;
      display: block;
      max-width: none;
    }
    .enterprises-content {
      flex-direction: column;
      gap: 20px;
      margin: 0 auto;
      display: flex;
      max-width: none;
    }
    .enterprises-intro .left,
    .enterprises-intro .right {
      width: 100%;
      margin: 0;
    }
    .left .title1 {
      margin: 16px 0 12px 0;
      font-size: 16px;
      text-align: center;
      line-height: 1.3;
      padding: 0 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }
    .left .dz {
      text-align: center;
      margin-bottom: 16px;
      font-size: 14px;
      line-height: 1.4;
      padding: 0 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }
    .left .list {
      justify-content: center;
      margin-bottom: 16px;
    }
    .contact-us {
      align-self: center;
      margin-top: 16px;
    }
    .enterprises-left {
      text-align: center;
      padding: 20px;
    }
    .enterprises-left .p {
      font-size: 14px;
      margin-bottom: 8px;
      line-height: 1.4;
      padding: 0 8px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }
    .enterprises-right {
      justify-content: center;
      padding: 20px;
    }
    .enterprises-right img {
      width: 100px;
      height: 100px;
    }
    .sys {
      font-size: 14px;
      margin-top: 12px;
    }
  }
