/* 公共代码
======================================= */
@font-face {
  font-family: "AlimamaShuHeiTi";
  src: url("../fonts/AlimamaShuHeiTi-Bold.ttf");
}
.activity-container{background-color: #e1e9ff;color: #00122c;}
.w1180{position: relative;max-width: 1180px;width: calc(100% - 30px);margin: 0 auto;box-sizing: border-box;}
.s-title{position: relative;font-family: 'AlimamaShuHeiTi';font-size: 24px;line-height: 78px;color: #00122c;background-image: url(../images/title-center-bg.png);background-repeat: no-repeat;background-position: 54.1% 20px;text-align: center;background-size: 96px auto;}
.s-title::before{content: '';display: inline-block;position: relative;width: 53px;height: 44px;background-image: url(../images/title-left-bg.png);top: 19px;margin-right: 4px;margin-left: 44px;}
.s-title::after{content: '';display: inline-block;position: relative;width: 71px;height: 43px;background-image: url(../images/title-right-bg.png);top: 11px;margin-left: 28px;}
.s-title__right{color: #2981ff;}
.s-title__desc{font-size: 14px;color: #4b5d79;text-align: center;margin-top: -9px;}
.s-title__link{color: #2981ff;margin-left: 5px;cursor: pointer;}
.s-title__link:hover{opacity: .8;}
.buy-box {width: 100%;height: 42px;cursor: pointer;line-height: 42px; text-align: center;font-size: 14px;color: #fff;background-color: #2981ff;-webkit-transition: all .3s;-o-transition: all .3s;-moz-transition: all .3s;transition: all .3s;}
.buy-box:hover{opacity: .8;}
.class_qidian_wpa{display: none;}
@media screen and (max-width: 1024px) {
  .s-title{font-size: 18px;background-position: 66.1% 20px;}
  .s-title::before{width: 53px;height: 44px;top: 19px;margin-right: 4px;margin-left: -53px;}
  .s-title::after{position: absolute;width: 71px;height: 43px;margin-left: 20px;}
  .s-title__right{color: #2981ff;}
  .s-title__desc{font-size: 14px;color: #4b5d79;text-align: center;margin-top: -9px;}
  .buy-box {width: 100%;height: 40px;cursor: pointer;line-height: 40px; text-align: center;font-size: 14px;color: #fff;background-color: #2981ff;-webkit-transition: all .3s;-o-transition: all .3s;-moz-transition: all .3s;transition: all .3s;}
}

/* 侧边栏
======================================= */
.fixed-box-left {position: fixed;top: 30%;left: 31px;width: 144px;z-index: 99;-webkit-transition: none;-o-transition: none;transition: none;border-radius: 6px;background-image: -moz-linear-gradient( 90deg, rgb(233,241,255) 0%, rgb(249,251,255) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(233,241,255) 0%, rgb(249,251,255) 100%);background-image: -ms-linear-gradient( 90deg, rgb(233,241,255) 0%, rgb(249,251,255) 100%);box-shadow: 2.973px 2.677px 21px 0px rgba(41, 129, 255, 0.11);}
.fixed-box-left::after {content: '';position: absolute;top: -122px;width: 187px;left: -15px;height: 121px;z-index: 2;background: url(../images/sidebar-rabbit.png) no-repeat;background-position: center top;}
.fixed-box-left>.fixed-item:not(.fixed-item ~ .fixed-item){padding-top: 10px;}
.fixed-box-left .fixed-item {position: relative;height: 32px;line-height: 32px;color: #00122c;cursor: pointer;padding-left: 20px;margin-bottom: 10px;}
.fixed-box-left .fixed-item.active {color: #2981ff;background-color: rgba(62, 117, 190, .05);}
.fixed-box-left .fixed-item.active::before {content: '';width: 2px;height: 100%;position: absolute;left: 0px;top: 0;background-color: #2981ff;}
.fixed-box-left .fixed-item:first-child {border-radius: 4px 4px 0px 0px;padding-top: 4px;}
.fixed-box-left .fixed-item span {position: relative;z-index: 2;}
.fixed-box-left .more-fuli {position: relative;}
.fixed-box-left .totop {position: relative;cursor: pointer;font-size: 14px;line-height: 40px;color: #ffffff;text-align: center;background-image: linear-gradient(-90deg,#181926 0%,#2f303d 100%);border-radius: 0px 0px 6px 6px;}
@media screen and (max-width: 1024px) {
  .fixed-box-left{top: 55px;left: 0;width: auto;right: 0;display: flex;overflow-x: auto;}
  .fixed-box-left>.fixed-item:not(.fixed-item ~ .fixed-item){padding-top: 0;}
  .fixed-box-left .fixed-item{line-height: 44px;height: 44px;-webkit-flex-shrink: 0;-ms-flex-negative: 0;flex-shrink: 0;padding: 0 5px;}
  .fixed-box-left .totop{display: none;-webkit-flex-shrink: 0;-ms-flex-negative: 0;flex-shrink: 0;line-height: 44px;}
  .fixed-box-left .fixed-item{margin-bottom: 0;}
  .fixed-box-left .fixed-item.active::before{top: auto;bottom: 0;width: 100%;height: 2px;}
}


/* banner
======================================= */
.activity-header{background-image: url('/activity/20241111_pz/images/banner.jpg');background-position: center top;padding-top: 400px;background-repeat: no-repeat;box-sizing: border-box;}
.trigger-area{position: absolute;width: 100%;height: 465px;top: 0;}
.coupon-button{position: absolute;top: 66%;left: 50.8%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 272px;height: 60px;cursor: pointer;}
@media screen and (min-width: 1921px) {
  .activity-header{background-size: cover;padding-top: 440px;}
  .trigger-area{height: 505px;}
}
@media screen and (max-width: 1024px) {
  .trigger-area{position: relative;height: 220px;background-image: url('/activity/20241111_pz/images/banner.jpg');background-size: auto 576px;background-repeat: no-repeat;background-position: center top;}
  .activity-header{padding-top: 0;min-height: auto !important;background-image: none;}
  .coupon-button{top: 57.5%;left: 49%;width: 132px;height: 34px;}
}
@media screen and (max-width: 425px) {
  .trigger-area{position: relative;height: 213px;background-image: url('/activity/20241111_pz/images/banner-m.jpg');background-size: cover;background-repeat: no-repeat;}
  .activity-header{padding-top: 0;min-height: auto;background-image: none;}
}


/* 爆款·秒杀
======================================= */
.section01{position: relative;}
.section01 .s-container{background-image: url(../images/seckill-bg.jpg);background-position: center center;background-size: cover;padding: 0 30px 30px;}
.section01 .right{position: absolute;right: 30px;top: 25px;}
.section01 .right .countdown-tip{text-align: end;color: #7f8ca0;line-height: 26px;margin-bottom: 7px;}
/* 倒计时 */
.couont-down{text-align: right;}
.couont-down label{font-size: 16px;color: #00122c;padding: 0 2px;}
.couont-down .hour, .couont-down .minute, .couont-down .second {display: inline-block;font-family: Arial, Helvetica, sans-serif;width: 36px;height: 36px;line-height: 36px;text-align: center;font-size: 16px;color: #fff;background-color: #2981ff;border-radius: 2px;font-weight: bold;}
/* 场次 */
.seckill-session__nav{display: flex;color: #7f8ca0;font-size: 12px;margin: 20px 0;}
.session-item{position: relative;flex: 1;height: 48px;line-height: 48px;text-align: center;cursor: pointer;background-color: #fff;}
.session-item::after{content: '';position: absolute;left: calc(100% - 0.5px);border-width: 24px 0 24px 22px;border-style: solid;border-color: transparent;z-index: 10;}
.session-item.seckill-over{background-color: #aab4c9;}
.session-item.seckill-over::after{border-color: transparent transparent transparent #aab4c9;}
.session-item.selected, .session-item:hover{background-color: #d1e4ff;}
.session-item.selected::after, .session-item:hover::after{border-color: transparent transparent transparent #d1e4ff;}
.session-item.active{background-color: #2981ff;color: #fff;}
.session-item.active::after{border-color: transparent transparent transparent #2981ff;}
.session-item.active .session-item__time{color: #fff;}
.session-item:last-child::after,.session-item:nth-child(3)::after{display: none;}
.session-item__icon{display: none;}
.session-item.active .session-item__icon{position: relative;display: inline-block;top: 5px;margin-right: 6px;}
.session-item__time{font-weight: bold;font-size: 16px;font-family: Arial, Helvetica, sans-serif;padding: 0 12px;color: #00122c;}
@media screen and (max-width: 1023px) {
  .activity-sec00{background-image: url(../images/seckill-bg.jpg);background-position: center top;background-size: cover;}
  .section01 .s-container{background-image: none;padding: 0;}
}
@media screen and (max-width: 768px) {
  .countdown-tip-box{display: none;}
  .section01 .s-container{background-image: none;padding: 0;}
  .seckill-session__nav{margin-left: -15px;margin-right: -15px;margin-bottom: 0;overflow-x: auto;}
  .session-item{flex-shrink: 0;white-space: nowrap;padding: 0 15px;flex: auto;height: 36px;line-height: 36px;}
  .session-item__icon{width: 12.5px;}
  .session-item+.session-item{padding-left: 39px;}
  .session-item__time{font-size: 14px;font-weight: normal;}
  .session-item::after{border-width: 18px 0 18px 13px;left: calc(100% - 1px);}
}
/* 秒杀产品 */
.seckill-product{margin-right: -20px;margin-top: -20px;display: flex;flex-wrap: wrap;}
.seckill-product.hide{display: none;}
.pro-items{position: relative;margin-right: 20px;margin-top: 20px;width: calc(33.333% - 20px);height: 410px;box-shadow: 2.973px 2.677px 18px 0px rgba(41, 129, 255, 0.1);box-sizing: border-box;background-image: url(../images/seckill-item-bg.jpg);background-size: 100% 100%;transition: box-shadow .3s;}
.pro-items:hover{box-shadow: 2.973px 2.677px 18px 0px rgba(41, 129, 255, 0.3);}

.seckill_for_new{
  width: 74px;
  line-height: 26px;
  padding-bottom: 6px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: url(../images/seckill_for_new.png);
  position: absolute;
  right: -6px;
  top: 0px;
  z-index: 2;
}
.seckill_for_new:before{
  content: "";
  width: 100%;
  height: 26px;
  border-radius: 4px;
  box-shadow: 0px 1px 4px 0 rgba(247,61,43,.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.p-header{padding: 25px 25px;}
.p-title{font-size: 20px;color: #00122c;}
.p-desc{font-size: 14px;color: #7e8ca1;margin-top: 7px;}
.p-main{display: flex;flex-wrap: wrap;justify-content: space-between;padding: 0 25px;}
.p-main .detail{min-width: 44%;margin-bottom: 23px;/* 241219 */overflow: visible;}
.p-main .detail:nth-child(2n + 1){width: 56%;}
.p-main .detail span:nth-child(1){font-size: 14px;color: #7f8ca0;padding-right: 14px;/* 241219 */float: left;}
.p-main .detail span:nth-child(2){font-size: 14px;color: #242424;font-weight: bold;/* 241219 */flex:1;}
.seckill-product-box .seckill-product .luojinshu img{position: relative;top: 1px;margin-right: 12px;}
.seckill-product-box .seckill-product .luojinshu p{text-align: left;color: #1c1d32;line-height: 1;font-weight: bold;margin-bottom: 21px;}
.seckill-product-box .seckill-product .luojinshu .red-tip{font-size: 12px;color: #c73731;padding-left: 28px;}
.seckill-product-box .price-box{position: absolute;width: 100%;height: 162px;bottom: 0;background-color: #fff;padding: 25px;box-sizing: border-box;}
.seckill-product-box .price-box .p-price{font-size: 24px;font-weight: bold;font-family: Arial, Helvetica, sans-serif;color: #ec431c;}
.seckill-product-box .price-box .units{font-size: 12px;font-family: Arial, Helvetica, sans-serif;}
.seckill-product-box .price-box .white{float: right;font-size: 12px;color: #666;text-decoration: line-through;margin-top: 5px;}
.seckill-product-box .seckill-product .buy-btn {width: 100%;height: 42px;cursor: pointer;line-height: 42px; text-align: center;font-size: 14px;color: #fff;background-color: #2981ff;-webkit-transition: all .3s;-o-transition: all .3s;-moz-transition: all .3s;transition: all .3s;}
.seckill-product-box .seckill-product .buy-btn:hover{opacity: .8;}
.seckill-product-box .seckill-product .buy-btn{margin-top: 17px;margin-bottom: 6px;}
.seckill-product-box .seckill-product .buy-btn.done {cursor: default;background-color: #7f8ca0;}
.seckill-product-box .seckill-product .buy-btn.will {background-color: #ef8700;}
.seckill-product-box .seckill-product .buy-btn.will.disabled{background-color: #d8cbba;}
.seckill-product-box .seckill-product .buy-btn.disabled {cursor: default;background-color: #7f8ca0;}
.seckill-product-box .seckill-product .buy-btn.buy-now{background-color: #2981ff;}
.session-item:nth-child(3) ~ * {display: none;}
.seckill-product-box .seckill-product {overflow-x: auto;flex-wrap: nowrap;padding: 0 20px 20px;margin: -20px;}
.seckill-product-box .seckill-product .pro-items {min-width: 360px;margin-right: 20px;}
.seckill-product-box .seckill-product .pro-items:last-child {margin-right: 0;}
.seckill-product-box.no-use .seckill-product::-webkit-scrollbar {/*滚动条整体样式*/width : 8px;  /*高宽分别对应横竖滚动条的尺寸*/height: 8px;}
.seckill-product-box.no-use .seckill-product::-webkit-scrollbar-thumb {/*滚动条里面小方块*/background: #e1e9ff!important;border-radius: 8px;}
.seckill-product-box.no-use .seckill-product::-webkit-scrollbar-track {/*滚动条里面轨道*/border-left: 1px solid #d6e3ff!important;background: #d6e3ff!important;border-radius: 8px;}
.activity-sec00 {display: none;}
.stock-progress{display: inline-block; position: relative;width: 79%;height: 4px;margin-right: 5px;border-radius: 1px;background-color: #ffdcaf;;-moz-box-sizing: border-box;box-sizing: border-box;vertical-align: middle;}
.stock-progress-bar{position: relative;width: 0%;height: 100%;background-color: #ff9000;border-radius: 1px;-webkit-transition: width .3s;-o-transition: width .3s;-moz-transition: width .3s;transition: width .3s;}
.stock-progress-bar::after{content: '';position: absolute;right: -3px;top: -2px;width: 6px;height: 8px;border-radius: 4px;background-color: #ff9000;}
.stock-progress-tip{position: absolute; display: inline-block;margin-left: 8px; font-size: 12px;color: #7f8ca0;margin-top: 2px;}
@media screen and (max-width: 1023px) {
  .seckill-product{margin-right: 0;}
}
@media screen and (max-width: 768px) {
  .seckill-product{margin-right: 0;}
  .seckill-product-box .seckill-product .pro-items{width: 286px;min-width: 286px;margin-top: 18px;margin-right: 15px;}
  .p-header{padding: 10px 15px;}
  .p-main{padding: 0 15px;}
  .p-desc{margin-top: 3px;}
  .p-main .detail{margin-bottom: 12px;display: flex;justify-content: space-between;}
  .p-main .detail,.p-main .detail:nth-child(2n + 1){width: 100%;}
  .seckill-product-box .price-box .p-price{font-weight: normal;}
  .p-main .detail span:nth-child(2){overflow: hidden;}/* 241219 */
}

/* 综合推荐
======================================= */
.section02{background-color: #d6e3ff;padding-top: 40px;padding-bottom: 40px;}
.section02 .sub-nav {display: flex;width: 100%;text-align: center;font-size: 14px;line-height: 1;background-color: #fff;}
.section02 .sub-nav .nav-item {flex: 1;position: relative;display: inline-block;cursor: pointer;height: 48px;text-align: center;line-height: 48px;color: #00122c;}
.section02 .sub-nav .nav-item.active {color: #fff;background-color: #2981ff;}
.section02 .product-box{margin-top: 20px;}
.section02 .tab-item{display: flex;flex-wrap: wrap;margin-right: -20px;}
.section02 .product-items{position: relative;width: calc(33.333% - 20px);height: 355px;border: 1px solid #fff;margin-bottom: 20px;margin-right: 20px;box-sizing: border-box;background-image: url(../images/cloud-item2-bg.jpg);background-size: 100% auto;box-shadow: 2.973px 2.677px 18px 0px rgba(41, 129, 255, 0.1);transition: box-shadow .3s;}
.section02 .product-items:hover{box-shadow: 2.973px 2.677px 18px 0px rgba(41, 129, 255, 0.3);}
.section02 .p-main{display: flex;justify-content: space-between;flex-wrap: nowrap;}
.section02 .p-main .zone-select{display: flex;flex-direction: column;align-items: center;font-size: 14px;color: #7f8ca0;}
.section02 .p-main .zone-select .selected-value{font-size: 16px;color: #242424;font-weight: bold;font-family: Arial, Helvetica, sans-serif;line-height: 1.2;margin-bottom: 5px;}
.section02 .price-box{position: absolute;display: flex;flex-wrap: wrap;justify-content: space-between;width: 100%;height: 178px;bottom: 0;background-color: #fff;padding: 30px;box-sizing: border-box;}
.section02 .p-price,.p-year-price{position: relative;width: calc(50% - 5px);height: 60px;line-height: 58px;text-align: center;cursor: pointer;border: 1px solid #e6edf9;background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(242,242,245) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(242,242,245) 100%);background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(242,242,245) 100%);}
.section02 .p-price.active{border-color: #2981ff;color: #ec431c;background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(243,247,255) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(243,247,255) 100%);background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(243,247,255) 100%);}
.section02 .price{font-family: Arial, Helvetica, sans-serif;font-size: 24px;font-weight: bold;padding-right: 2px;}
.section02 .units{font-size: 12px;}
.section02 .youhui{position: absolute;top: 0;right: 0;font-size: 12px;width: 42px;height: 20px;line-height: 20px;text-align: center;border-radius: 0 0 0 10px;background-color: #ff682c;color: #fff;}
.section02 .buy-box{margin-top: 20px;}
.section02 .p-more{width: 100%;font-size: 12px;text-align: center;margin-top: 8px;}
.section02 .p-more a{color: #4b5d79;}
.section02 .p-more a:hover{opacity: .8;}
.p-header__tag{position: absolute;top: -1px;right: -1px;height: 28px;line-height: 28px;font-size: 14px;color: #ffffff;padding: 0 10px 0 26px;background: url(../images/tag.png) no-repeat;-o-background-size: 100% 100%;background-size: 100% 100%;}
@media screen and (max-width: 768px) {
  .section02 .sub-nav{background-color: transparent;flex-wrap: wrap;margin-right: -10px;width: auto;}
  .section02 .sub-nav .nav-item{flex: none;background-color: #fff;width: calc(33.333% - 10px);margin-bottom: 10px;margin-right: 10px;line-height: 38px;height: 38px;}
  .section02 .tab-item{margin-right: 0;}
  .section02 .product-items{width: 100%;height: 254px;margin-right: 0;}
  .section02 .product-items:nth-child(n + 4){display: none;}
  .section02 .price-box{height: 120px;padding: 20px;}
  .section02 .p-price, .p-year-price{height: 38px;line-height: 36px;}
  .section02 .price{font-size: 19px;}
  .section02 .buy-box{position: absolute;bottom: -1px;left: -1px;right: -1px;width: auto;}
}


/* 裸金属服务器
======================================= */
.section03{padding-bottom: 50px;}
.section-type01 .product-box{position: relative;display: flex;background-color: #f9fbff;height: 328px;;border: 1px solid #fff;box-sizing: border-box;margin-top: 30px;box-shadow: 2.973px 2.677px 18px 0px rgba(41, 129, 255, 0.1);}
.section-type01 .sub-nav{width: 297px;background-image: url(../images/cloud-sidebar-bg.jpg);border-right: 1px solid #fff;margin-top: -1px;}
.section-type01 .sub-nav .nav-item{position: relative;height: 60px;line-height: 58px;padding-left: 22px;border-top: 1px solid transparent;border-bottom: 1px solid transparent;color: rgba(0, 18, 44, .8);padding-right: 10px;cursor: pointer;}
.section-type01 .sub-nav .nav-item::before{content: '';position: absolute;width: 4px;height: 100%;left: 0;background-color: transparent;}
.section-type01 .sub-nav .nav-item.active{color: #2981ff;font-weight: bold;border-top: 1px solid #fff;border-bottom: 1px solid #fff;background-image: -moz-linear-gradient( 0deg, rgb(232,241,255) 0%, rgba(249,251,255,0) 100%);background-image: -webkit-linear-gradient( 0deg, rgb(232,241,255) 0%, rgba(249,251,255,0) 100%);background-image: -ms-linear-gradient( 0deg, rgb(232,241,255) 0%, rgba(249,251,255,0) 100%);}
.section-type01 .sub-nav .nav-item.active::before{background-color: #2981ff;}
.section-type01 .p-more{position: absolute;left: 25px;bottom: 30px;font-size: 14px;color: rgba(75, 93, 121, .8);}
.section-type01 .p-more a{font-size: 14px;color: rgba(75, 93, 121, .8);}
.section-type01 .p-more a:hover{opacity: .8;}
.section-type01 .hot-product{flex: 1}
.section-type01 .product-items{position: relative;width: 50%;box-sizing: border-box;}
.section-type01 .product-items+.product-items::before{content: '';position: absolute;left: 0;top: 20px;bottom: 20px;width: 1px;background-color: #e1e9ff;}
.section-type01 .tab-item{display: flex;}
.section-type01 .p-main{display: flex;justify-content: space-around;flex-wrap: nowrap;}
.section-type01 .p-header{padding: 30px 30px 21px;}
.section-type01 .p-main .zone-select{display: flex;flex-direction: column;align-items: center;font-size: 14px;color: #7f8ca0;}
.section-type01 .p-main .zone-select .selected-value{font-size: 16px;color: #242424;font-weight: bold;;margin-bottom: 5px;}
.section-type01 .price-box{display: flex;flex-wrap: wrap;justify-content: space-between;width: 100%;bottom: 0;padding: 30px;box-sizing: border-box;}
.section-type01 .p-price,.p-year-price{position: relative;width: calc(50% - 10px);height: 60px;line-height: 58px;text-align: center;cursor: pointer;border: 1px solid #e6edf9;background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(242,242,245) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(242,242,245) 100%);background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(242,242,245) 100%);}
.section-type01 .p-price.active{border-color: #2981ff;color: #ec431c;background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(243,247,255) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(243,247,255) 100%);background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(243,247,255) 100%);}
.section-type01 .price{font-family: Arial, Helvetica, sans-serif;font-size: 24px;font-weight: bold;padding-right: 2px;}
.section-type01 .units{font-size: 12px;}
.section-type01 .youhui{position: absolute;top: 0;right: 0;font-size: 12px;width: 42px;height: 20px;line-height: 20px;text-align: center;border-radius: 0 0 0 10px;background-color: #ff682c;color: #fff;}
.section-type01 .buy-box{margin-top: 20px;}
@media screen and (max-width: 768px) {
  .section03{background-color: #e1e9ff;}
  .section-type01 .product-box{display: block;height: auto;background-color: transparent;border: none;box-shadow: none;}
  .section-type01 .sub-nav{display: flex;flex-wrap: wrap;width: auto;background-image: none;border: none;margin-top: 0;margin-right: -10px;margin-bottom: 15px;}
  .section-type01 .sub-nav .nav-item{border: none;height: 38px;line-height: 38px;padding-left: 10px;padding-right: 10px;background-color: #edf2ff;margin-right: 10px;}
  .section-type01 .sub-nav .nav-item::before{display: none;}
  .section-type01 .sub-nav .nav-item.active{border: none;background-color: #2981ff;color: #fff;font-weight: normal;background-image: none;}
  .section-type01 .tab-item{flex-direction: column;}
  .section-type01 .product-items{width: 100%;background-color: #fff;margin-bottom: 15px;}
  .section-type01 .p-more{position: static;text-align: center;}
}


/* 高防服务器
======================================= */
.section04{margin-top: 20px;padding-bottom: 50px;}
@media screen and (max-width: 370px) {
  .section04  .sub-nav .nav-item{padding: 0 6px;margin-right: 8px;}
}

/* 大带宽服务器
======================================= */
.section05{background-color: #d6e3ff;padding-bottom: 50px;}
.section-type02 .hot-product{display: flex;flex-wrap: wrap;margin-right: -20px;margin-top: 28px;}
.section-type02 .product-items{position: relative;width: calc(50% - 20px);margin-right: 20px;margin-bottom: 20px;border: 1px solid #fff;box-sizing: border-box;background-image: url(../images/cloud-item3-bg.jpg);background-size: cover;box-shadow: 2.973px 2.677px 18px 0px rgba(41, 129, 255, 0.1);}
.section-type02 .tab-item{display: flex;}
.section-type02 .p-main{display: flex;justify-content: space-around;flex-wrap: nowrap;}
.section-type02 .p-header{padding: 30px 30px 21px;}
.section-type02 .p-main .zone-select{display: flex;flex-direction: column;align-items: center;font-size: 14px;color: #7f8ca0;}
.section-type02 .p-main .zone-select .selected-value{font-size: 16px;color: #242424;font-weight: bold;margin-bottom: 5px;}
.section-type02 .price-box{display: flex;flex-wrap: wrap;justify-content: space-between;width: 100%;bottom: 0;padding: 30px;box-sizing: border-box;}
.section-type02 .p-price,.p-year-price{position: relative;width: calc(50% - 10px);height: 60px;line-height: 58px;text-align: center;cursor: pointer;border: 1px solid #e6edf9;background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(242,242,245) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(242,242,245) 100%);background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(242,242,245) 100%);}
.section-type02 .p-price.active{border-color: #2981ff;color: #ec431c;background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(243,247,255) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(243,247,255) 100%);background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(243,247,255) 100%);}
.section-type02 .price{font-family: Arial, Helvetica, sans-serif;font-size: 24px;font-weight: bold;padding-right: 2px;}
.section-type02 .units{font-size: 12px;}
.section-type02 .youhui{position: absolute;top: 0;right: 0;font-size: 12px;width: 42px;height: 20px;line-height: 20px;text-align: center;border-radius: 0 0 0 10px;background-color: #ff682c;color: #fff;}
.section-type02 .buy-box{margin-top: 20px;}
.section-type02 .p-more{width: 100%;font-size: 12px;text-align: center;margin-top: 8px;}
.section-type02 .p-more a{color: #4b5d79;}
.section-type02 .p-more a:hover{opacity: .8;}
@media screen and (max-width: 768px) {
  .section-type02 .hot-product{margin-right: 0;}
  .section-type02 .product-items{margin-right: 0;width: 100%;}
}

/* 高防IP
======================================= */
.section06{background-color: #d6e3ff;padding-bottom: 50px;}

/* 游戏盾
======================================= */
.section07{padding-bottom: 50px;margin-top: 20px;}
.section-type03 .hot-product{display: flex;flex-wrap: wrap;margin-right: -20px;margin-top: 28px;}
.section-type03 .product-items{width: calc(33.333% - 20px);border: 1px solid #fff;background-image: url(../images/seckill-item4-bg.jpg);padding: 24px 30px 30px;margin-right: 20px;margin-bottom: 20px;box-sizing: border-box;}
.section-type03 .p-header{display: flex;padding: 0;justify-content: space-between;}
.section-type03 .p-title{font-size: 20px;}
.section-type03 .p-price{color: #ec431c;font-size: 12px;font-family: Arial, Helvetica, sans-serif;}
.section-type03 .price{font-size: 20px;font-size: 24px;font-weight: bold;}
.section-type03 .p-main{display: block;padding: 0;margin-top: 30px;}
.section-type03 .zone-select{display: flex;justify-content: space-between;margin-bottom: 12px;color: #7f8ca0;}
.section-type03 .selected-value{color: #242424;}
.section-type03 .buy-box{margin-top: 40px;}
.section-type03 .p-more{width: 100%;font-size: 12px;text-align: center;margin-top: 8px;}
.section-type03 .p-more a{color: #4b5d79;}
.section-type03 .p-more a:hover{opacity: .8;}
@media screen and (max-width: 768px) {
  .section-type03 .hot-product{margin-right: 0;}
  .section-type03 .product-items{margin-right: 0;width: 100%;}
}

/* 游戏盾SDK
======================================= */
.section08{padding-bottom: 50px;}

/* Edge SCDN
======================================= */
.section09{background-color: #d6e3ff;padding-bottom: 50px;padding-top: 20px;}

/* 云安全优惠套餐
======================================= */
.section10{background-color: #d6e3ff;padding-bottom: 50px;}
.section10 .hot-product{display: flex;flex-wrap: wrap;margin-right: -20px;margin-top: 28px;}
.section10 .product-items{width: calc(50% - 20px);border: 1px solid #fff;background-image: url(../images/seckill-item5-bg.jpg);padding: 24px 30px;margin-right: 20px;margin-bottom: 20px;box-sizing: border-box;}
.section10 .p-header{display: flex;padding: 0;justify-content: space-between;}
.section10 .p-title{font-size: 20px;}
.section10 .p-title__desc{font-size: 14px;color: #7e8ca1;margin-top: 20px;text-align: left;}
.section10 .p-price{color: #ec431c;font-size: 12px;font-family: Arial, Helvetica, sans-serif;}
.section10 .price{font-size: 24px;font-weight: bold;}
.section10 .buy-box{margin-top: 30px;}
@media screen and (max-width: 1024px) {
  .section10 .hot-product{margin-right: 0;}
  .section10 .product-items{width: 100%;margin-right: 0;margin-bottom: 15px;padding: 10px 15px 15px;}
  .section10 .p-title{font-size: 17px;}
  .section10 .p-price{color: #ec431c;font-size: 12px;font-family: Arial, Helvetica, sans-serif;}
  .section10 .price{font-size: 19px;font-weight: normal;}
  .section10 .p-title__desc{font-size: 14px;color: #7e8ca1;margin-top: 15px;}
  .section10 .buy-box{margin-top: 20px;}
}

/* 活动规则
======================================= */
.rules h3 {color: #1c1d32;line-height: 1;font-size: 20px;text-align: center;margin-bottom: 32px;}
.rules p{font-size: 14px;color: #1c1d32;line-height: 24px;margin-top: 13px;}
.rules .scrollbar p{margin-top: 0px;}
.rules .red-tip{font-size: 14px;line-height: 24px;color: #c7322b;margin-top: 7px !important;opacity: 0.8;}
.rules .scrollbar .rules-title {color: #1c1d32;font-size: 18px;font-weight: bold;line-height: 30px;margin: 28px 0 10px;}
/* 241219 */
.rules .content{max-height: 442px;overflow-y: scroll;min-height: 0;padding-right: 20px;}
.rules .content::-webkit-scrollbar{background: rgba(189, 195, 230, 0.44);width: 4px;border-radius: 2px;position: absolute; }
.rules .content::-webkit-scrollbar-track{ }
.rules .content::-webkit-scrollbar-thumb{background: #386dfb;border-radius: 2px; }
/* 241219-end */
.rules .pop-button {width: 160px;height: 44px;margin: 24px auto 0;cursor: pointer; text-align: center;line-height: 44px; color: #ffffff;background-color: #2981ff;border-radius: 22px;}
.rules{position: relative; width: 100%;height: 100%;padding: 30px 30px 30px 40px;padding: 50px 30px 30px 40px;overflow-y: auto;-moz-box-sizing: border-box;box-sizing: border-box;;-o-background-size: contain;background-size: contain;}
.layui-layer{margin-left: 10px;margin-right: 10px;}
.coupon-class,.coupon-class .layui-layer-content,
.song-class,.song-class .layui-layer-content {border-radius: 10px;background-image: linear-gradient(0deg,#f5faff 61%,#d7e8ff 100%);}
.coupon-class .layui-layer-setwin .layui-layer-close2,
.song-class .layui-layer-setwin .layui-layer-close2 {width: 14px;height: 14px;top: 6px;right: 6px;-webkit-filter: brightness(4);filter: brightness(4);background-position: 0 -40px;}
.coupon-class .layui-layer-setwin .layui-layer-close2:hover,
.song-class .layui-layer-setwin .layui-layer-close2:hover {background-position: 0 -40px;}
.coupon-class::after,
.new-user .coupon {position: relative; width: 100%;height: 100%;padding: 42px 16px 32px 16px;-moz-box-sizing: border-box;box-sizing: border-box;;-o-background-size: contain;background-size: contain;}
.coupon .pop-desc {font-size: 14px;line-height: 24px;color: #3a4968;background-size: contain;}
.coupon .pop-header{padding: 0 23px;}
.coupon .pop-header p{color: #fff;margin: 5px 0 0 40px;line-height: 1;}
/* 250108 */
@media screen and (max-width: 1280px){
  .rules .content{max-height: 85%;}
  .rules .pop-button{width: 150px;line-height: 40px;height: 40px;}
}
/* 250108-end */

/* 滑块验证
======================================== */
.activity-container .sliding-smooth-bar{height: 30px;}

/* 弹窗
======================================== */
.seckill-shade{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .5);z-index: 1999999999;}
.seckill-model{display: block;position: fixed;left: 50%;top: 50%;max-width: 85%;padding: 10px 10px 9px;border-radius: 10px;color: #242424;box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.3);-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transform: translate(-50%, -50%) scale(1);-ms-transform: translate(-50%, -50%) scale(1);-o-transform: translate(-50%, -50%) scale(1);-moz-transform: translate(-50%, -50%) scale(1);transform: translate(-50%, -50%) scale(1);z-index: 2000000000;background-image: linear-gradient(0deg, #f5faff 61%, #d7e8ff 100%);}
.seckill-model .model-border-inner{position: relative;border-radius: 10px; padding: 10px 15px;}
.model-content{max-height: 340px;overflow-y: auto;padding: 0 5px;margin: 10px 0;}
.model-content::-webkit-scrollbar-track-piece{background-color: #122859;border-radius: 9px;}
.model-content::-webkit-scrollbar{width:9px;height:9px;border-radius: 9px;}
.model-content::-webkit-scrollbar-thumb{background-color:#e0c3a0;background-clip:padding-box;min-height:28px;border-radius: 9px;}
.model-content::-webkit-scrollbar-thumb:hover{background-color:#c7ab88;}
.seckill-model a{color: #e9cfaf;}
.model-title{min-height: 60px;font-size: 18px;font-weight: bold;line-height: 30px;padding: 15px 0;text-align: center;-moz-box-sizing: border-box;box-sizing: border-box;}
.model-btns{text-align: center;padding: 20px 0;}
.no-btns .model-btns{display: none;}
.seckill-model .model-btn{display: inline-block;min-width: 150px;font-size: 14px;font-weight: bold;height: 40px;line-height: 40px;-webkit-transition: all .3s;-o-transition: all .3s;-moz-transition: all .3s;transition: all .3s; border-radius: 20px;text-align: center;padding: 0 20px;-moz-box-sizing: border-box;box-sizing: border-box;cursor: pointer;color: #fff;background-color: #2981ff;}
/* .seckill-model .model-btn:hover {opacity: .8;} */
.model-close{position: absolute;width: 18px;height: 18px;;right: 6px;top: 15px;cursor: pointer;color: #242424;}
.seckill-model-msg{background-color: rgba(0, 0, 0, .75);color: #242424;max-width: 90%;height: 50px;line-height: 50px;padding: 0 30px;border-radius: 25px;}

.model-anim{-webkit-animation-duration: .3s;-moz-animation-duration: .3s;-o-animation-duration: .3s;animation-duration: .3s;-webkit-animation-fill-mode: both;-moz-animation-fill-mode: both;-o-animation-fill-mode: both;animation-fill-mode: both;}
.model-ZoomIn{-webkit-animation-name: modelZoomIn;-moz-animation-name: modelZoomIn;-o-animation-name: modelZoomIn;animation-name: modelZoomIn;}
.model-ZoomOut{-webkit-animation-name: modelZoomOut;-moz-animation-name: modelZoomOut;-o-animation-name: modelZoomOut;animation-name: modelZoomOut;}
@-webkit-keyframes modelZoomIn{
    0%{
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(.3);
        -ms-transform: translate(-50%, -50%) scale(.3);
        -o-transform: translate(-50%, -50%) scale(.3);
        transform: translate(-50%, -50%) scale(.3);
    }
    50%{
        opacity: 1;
    }
}
@-moz-keyframes modelZoomIn{
    0%{
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(.3);
        -ms-transform: translate(-50%, -50%) scale(.3);
        -o-transform: translate(-50%, -50%) scale(.3);
        -moz-transform: translate(-50%, -50%) scale(.3);
             transform: translate(-50%, -50%) scale(.3);
    }
    50%{
        opacity: 1;
    }
}
@-o-keyframes modelZoomIn{
    0%{
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(.3);
        -ms-transform: translate(-50%, -50%) scale(.3);
        -o-transform: translate(-50%, -50%) scale(.3);
        transform: translate(-50%, -50%) scale(.3);
    }
    50%{
        opacity: 1;
    }
}
@keyframes modelZoomIn{
    0%{
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(.3);
        -ms-transform: translate(-50%, -50%) scale(.3);
        -o-transform: translate(-50%, -50%) scale(.3);
        -moz-transform: translate(-50%, -50%) scale(.3);
             transform: translate(-50%, -50%) scale(.3);
    }
    50%{
        opacity: 1;
    }
}
@-webkit-keyframes modelZoomOut{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(.3);
        -ms-transform: translate(-50%, -50%) scale(.3);
        -o-transform: translate(-50%, -50%) scale(.3);
        transform: translate(-50%, -50%) scale(.3);
    }
    100%{
        opacity: 0;
    }
}
@-moz-keyframes modelZoomOut{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(.3);
        -ms-transform: translate(-50%, -50%) scale(.3);
        -o-transform: translate(-50%, -50%) scale(.3);
        -moz-transform: translate(-50%, -50%) scale(.3);
             transform: translate(-50%, -50%) scale(.3);
    }
    100%{
        opacity: 0;
    }
}
@-o-keyframes modelZoomOut{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(.3);
        -ms-transform: translate(-50%, -50%) scale(.3);
        -o-transform: translate(-50%, -50%) scale(.3);
        transform: translate(-50%, -50%) scale(.3);
    }
    100%{
        opacity: 0;
    }
}
@keyframes modelZoomOut{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(.3);
        -ms-transform: translate(-50%, -50%) scale(.3);
        -o-transform: translate(-50%, -50%) scale(.3);
        -moz-transform: translate(-50%, -50%) scale(.3);
             transform: translate(-50%, -50%) scale(.3);
    }
    100%{
        opacity: 0;
    }
}



.activity-sec{width: 100%;overflow: hidden;}


/* 241106 手机端 媒体查询 */
@media screen and (max-width: 1280px){}

@media screen and (max-width: 992px){}

@media screen and (max-width: 768px){}

@media screen and (max-width: 768px){
  .section01{padding-bottom: 20px;}
  .seckill-product-box .seckill-product{padding: 0 20px 20px;margin: 0 -20px -20px;}
  .seckill-product-box .seckill-product .pro-items{height: 398px;}
  .pro-items{background: url(../images/seckill-item-bg-m.jpg) top center no-repeat;background-size: 100%;}
  .p-header{padding: 15px 15px;}
  .p-title{font-size: 17px;font-weight: bold;}
  .p-desc{margin-top: 10px;font-size: 13px;}
  .seckill-product-box .price-box{height: auto;padding: 15px 15px;box-shadow: 0px 4px 18px 0 rgba(41, 129, 255, .1);}
  .seckill-product-box .price-box .price{font-size: 18px;}
  .seckill-product-box .seckill-product .buy-btn{margin-top: 14px;line-height: 38px;height: 38px;}

  .section02{padding-bottom: 30px;}
  .section02 .sub-nav .nav-item{background: #edf2ff;}
  .section02 .product-items{background: url(../images/cloud-item2-bg-m.jpg) top right no-repeat;background-size: 100%;}
  .section02 .product-box{margin-top: 6px;}
  .section02 .p-year-price,.section-type01 .p-year-price,.section-type02 .p-year-price{padding-right: 26px;box-sizing: border-box;}
  
  .section03{padding-bottom: 0px;}
  .s-title{color: #2981ff;}
  .s-title span{color: #00122c;}
  .section-type01 .product-items{background: linear-gradient(to bottom,#e6edff,#fff);border: 1px solid #fff;padding-bottom: 40px;}
  .section-type01 .p-header{padding: 18px 18px 16px;}
  .section-type01 .p-main{justify-content: space-between;}
  .section-type01 .price-box{padding: 18px 18px 20px;}
  .section-type01 .p-price, .p-year-price{line-height: 38px;height: 40px;}
  .section-type01 .price{font-size: 19px;}
  .section-type01 .buy-box{width: 100%;position: absolute;bottom: -1px;left: -1px;}  

  .section04{padding-bottom: 30px;}
  .section05{padding-top: 20px;padding-bottom: 20px;}
  .section-type02 .p-header{padding: 18px 18px 16px;}
  .section-type02 .p-main{justify-content: space-between;}
  .section-type02 .p-main .zone-select .selected-value{line-height: 20px;}
  .section-type02 .price-box{padding: 18px 18px 20px;}
  .section-type02 .p-price, .p-year-price{line-height: 38px;height: 40px;}
  .section-type02 .price{font-size: 19px;}
  
  .section06{padding-bottom: 38px;}
  .section-type03 .hot-product{margin-top: 20px;padding: 0 20px 0px;margin: 25px -20px 0px;overflow-x: auto;flex-wrap: nowrap;}
  .section-type03 .product-items{width: 286px;min-width: 286px; margin-right: 16px;padding: 20px;background: url(../images/seckill-item4-bg-m.jpg) top center no-repeat;background-size: cover;}
  .section-type03 .p-title{font-size: 17px;}
  .section-type03 .price{font-size: 19px;}
  .section-type03 .p-main{margin-top: 20px;}
  .section-type03 .buy-box{margin-top: 18px;}
  .section-type03 .p-more{margin-top: 12px;}

  .section07{padding-bottom: 20px;}
  .section08{padding-bottom: 30px;}
  .section09{padding: 15px 0 30px;}
  .section10{padding-bottom: 10px;}

  .section10 .product-items{padding: 18px 15px 20px;background: url(../images/seckill-item5-bg-m.jpg) bottom right no-repeat;background-size: cover;}

  /* 标题 */
  .s-title{background-position: 61% 20px;}
  .section03 .s-title{background-position: 64% 20px;}
  .section04 .s-title{background-position: 72% 20px!important;}
  .section05 .s-title{background-position: 78% 20px!important;}
  .section06 .s-title{background-position: 66% 20px!important;}
  .section07 .s-title{background-position: 66% 20px!important;}
  .section08 .s-title{background-position: 72% 20px!important;}
  .section09 .s-title{background-position: 75% 20px!important;}
  .section10 .s-title{background-position: 66% 20px!important;}

}







