body {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  background-color: #feece0;
}
.wrap {
  overflow: inherit;
}
.wrap *{
  box-sizing: border-box;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.content-wrap{
  width: 1200px;
  margin: 0 auto;
  padding: 140px 0 30px;
  margin-bottom: 22px;
  position: relative;
}
.content-wrap *{
  box-sizing: border-box;
}
.wrapper *{
  box-sizing: border-box;
}


.banner-img{
  width: 100%;
  background: url(../images/banner.png) center center no-repeat;
  height: 450px;
  min-width: 1000px;
  padding-top: 94px;
}
.banner-img .banner-content{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.banner-img .banner-content .gift-list{
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 160px;
}
.banner-img .banner-content .gift-list li.item{
    width: 198px;
    position: relative;
}
.banner-img .banner-content .gift-list li.item::before{
  content: "";
  width: 63px;
  height: 64px;
  background: url(../images/yellow.png) center center no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: -9px;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3); 
  }
}

.banner-img .banner-content .gift-list li.item span{
  display: block;
  float: right;
  width: 150px;
  height: 46px;
  color: #ffffff;
  font-size: 22px;
  line-height: 46px;
  background: url(../images/red.png) center center no-repeat;
  text-align: center;
  font-weight: 600;
  padding-left: 16px;
}
.banner-img .banner-content .banner-time{
  font-size: 22px;
  color: #000000;
  padding-left: 23px;
  position: relative;
  display: inline-block;
  margin-top: 51px;
  background: linear-gradient(to bottom, #fdae85, #fe7e3b) no-repeat;
  background-size: 100% 15px;
  background-position: left bottom;
}
.banner-img .banner-content .banner-time::before{
  content: "";
  display: block;
  background: url(../images/banner-icon.png) center center no-repeat;
  width: 13px;
  height: 15px;
  position: absolute;
  left: 3px;
  top: 4px;
}


.banner-img .banner-content .banner-time label{
  font-size: 15px;
}
.navActive {
  -webkit-box-shadow: 0 2px 10px 0 rgb(16 6 102 / 10%);
  box-shadow: 0 2px 10px 0 rgb(16 6 102 / 10%);
  position: fixed;
  top: 0px;
  z-index: 999;
  background-color: #feece0;
}

#navTop{
  width: 100%;
  height: 137px;
  min-width: 1200px;
  
}
.navActive+#goldkey {
  margin-top: 140px;
}
#navTop .navTop-cor{
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 0 100px;
  padding-top: 22px;
}
#navTop .navTop-cor::before{
  content: "";
  display: block;
  background: url(../images/nav-left.png) center center no-repeat;
  width: 80px;
  height: 89px;
  position: absolute;
  left: 0;
  top: 0;
}
#navTop .navTop-cor::after{
  content: "";
  display: block;
  background: url(../images/nav-right.png) center center no-repeat;
  width: 80px;
  height: 89px;
  position: absolute;
  right: 0;
  top: 0;
}
#navTop .navTop-cor li.item a{
  display: inline-block;
  width: 188px;
  height: 101px;
  line-height: 101px;
  font-size: 24px;
  color: #000;
  text-align: center;
  position: relative;
}
#navTop .navTop-cor li.item:hover a::after{
  transform: rotateX(180deg); 
}
#navTop .navTop-cor li.item a::after{
  content: "";
  display: block;
  width: 188px;
  height: 101px;
  background: url(../images/nav-bg.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: transform 0.5s ease;
}
#navTop .navTop-cor li.item a i{
    display: block;
    position: absolute;
    right: 7px;
    top: 25px;
    z-index: 1;
}
#navTop .navTop-cor li.item a::before{
  content: "";
  display: block;
  width: 31px;
  height: 28px;
  background: url(../images/rabbit-icon.png) center center no-repeat;
  position: absolute;
  bottom: 2px;
  left: 7px;
  z-index: 2;
}
#navTop .navTop-cor li.item a span{
  position: relative;
  z-index: 1;
}
#navTop .navTop-cor li.item.active span{
  color: #862709;

}

.main-title{
  display: block;
  margin: 0 auto;
  background: url(../images/title-bg.png) center center no-repeat;
  width: 479px;
  height: 324px;
  font-size: 24px;
  color: #000;
  text-align: center;
  padding-top: 29px;
  padding-left: 41px;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  z-index: 0;
}
.main-title p.sub-title{
  font-size: 15px;
  color: #333333;
  margin-top: 30px;
}
.main-title p.sub-title a{
  display: inline-block;
  width: 67px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 13px;
  padding-left: 7px;
  background: url(../images/rule-bg.png) center center no-repeat;
  text-align: center;
}
.main-title p.sub-title a:hover{
  background: url(../images/rule-bg-hover.png) center center no-repeat;
}
#goldkey .golkkey-detail{
  width: 1089px;
  margin: 0 auto;
  background-color: rgba(242,56,58,0.1);
  z-index: 1;
  position: relative;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
#goldkey .golkkey-detail::after{
  content: "";
  display: block;
  background: url(../images/goldkey-bg-icon.png) center center no-repeat;
  width: 306px;
  height: 130px;
  position: absolute;
  right: -103px;
  bottom: -112px;
}
#goldkey .golkkey-detail .product-price{
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  background-color: #f2383a;
  letter-spacing: 1px;
}

#goldkey .golkkey-detail .product-price em{
  font-size: 22px;
}
#goldkey .golkkey-detail .product-price s{
  margin-left: 6px;
}

#goldkey .product-all{
  padding: 14px 15px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

#goldkey .product-all .item{
  width: 345px;
  margin-bottom: 15px;
}
#goldkey .product-all .item:hover .item-txt{
  box-shadow: 0 4px 16px rgb(242 56 58 / 20%);
  
}

#goldkey .product-all .item .item-header{
  width: 100%;
  border-radius: 5px;
  height: 50px;
  background-color: #f2383a;
  color: #fff;
  font-weight: 600;
  padding-left: 121px;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
#goldkey .product-all .item .item-header i{
  display: inline-block;
}
#goldkey .product-all .item .item-header span{
  font-size: 18px;
  margin-left: 17px;
}

#goldkey .product-all .item .item-txt{
  width: 100%;
  border: 1px solid #f2383a;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
  height: 117px;
  background-color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}
#goldkey .product-all .item .item-txt p{
  color: #f2383a;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

#goldkey .go-ask{
  display: block;
  width: 325px;
  height: 37px;
  margin: 0 auto;
  font-size: 0;
  border-radius: 100%;
  position: relative;
  margin-top: 27px;
  box-shadow: 4px 23px 17px -12px rgb(242 56 58 / 20%);
  transition: all .5s ease;
}
#goldkey .go-ask:hover{
  box-shadow: 2px 8px 4px -6px rgb(242 56 58 / 30%);
}
#goldkey .go-ask span{
  display: inline-block;
  font-size: 17px;
  color: #fff;
  line-height: 37px;
}
#goldkey .go-ask span:first-child{
  background-color: #010101;
  padding-right: 6px;
  text-align: right;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 170px;
}
#goldkey .go-ask span:last-child{
  background-color: #f12a2b;
  padding-left: 9px;
  text-align: left;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  width: 155px;
}

#goldkey .go-ask::before,#goldkey .go-ask::after{
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 10px;
  background: url(../images/star-icon.png) center center no-repeat;
}
#goldkey .go-ask::before{
  left: 6px;
}
#goldkey .go-ask::after{
  right: 6px;
}


#server .server-product .product-title{
  margin-bottom: 18px;
  display: block;
}
#server .hw-server{
  position: relative;
  z-index: 3;
}
#server .hw-server .product-detail{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#server .hw-server .product-detail li.item{
  width: 570px;
  height: 320px;
  padding-top: 29px;
  padding-left: 35px;
  position: relative;
  background: url(../images/server-bg-icon1.png) center center no-repeat;
  background-size: 100%;
  margin-bottom: 29px;
}

#server .hw-server .product-detail li.item .item-title{
  font-size: 21px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 18px;
}

#server .hw-server .product-detail li.item .item-label{
  font-size: 0;
  margin-bottom: 15px;
}
#server .hw-server .product-detail li.item .item-label label{
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  display: inline-block;
}
#server .hw-server .product-detail li.item .item-label label:first-child{
  color: #fff;
  padding: 0 10px;
  background-image: linear-gradient(to right, #fb6556, #fc224a);
  margin-right: 12px;
}

#server .hw-server .product-detail li.item .item-label label:nth-child(2){
  padding: 0 7px;
  color: #fc224a;
  background-color: #fff;
  border: 1px solid #fc224a;
  line-height: 23px;
}
#server .hw-server .product-detail li.item .item-attr p{
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f0f0;
  font-size: 13px;
  width: 205px;
  margin-bottom: 10px;
  position: relative;
}
#server .hw-server .product-detail li.item .item-attr p label{
  float: left;
  width: 98px;
}
#server .hw-server .product-detail li.item .item-attr p span{
  float: left;
  font-weight: 600;
  color: #333333;
  font-size: 15px;
}

#server .hw-server .product-detail li.item .item-price{
  font-size: 13px;
  color: #ff0000;
  position: absolute;
  bottom: 63px;
}
#server .hw-server .product-detail li.item .item-price em{
  font-size: 24px;
  font-weight: 600;
}

#server .hw-server .product-detail li.item .item-price s{
  color: #a1937e;
  margin-left: 10px;
}

#server .hw-server .product-detail li.item a.go-buy{
  display: block;
  width: 100%;
  text-align: center;
  background-image: linear-gradient(to right, #ff6868, #fc1718);
  height: 50px;
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: 0;
  line-height: 50px;
  left: 0;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  transition: all .5s ease;
}
#server .hw-server .product-detail li.item a.go-buy:hover{
  background-image: linear-gradient(to left, #ff6868, #fc1718);
}
#server .hw-server .product-detail li.item a.go-buy .send{
  width: 111px;
  height: 40px;
  line-height: 35px;
  font-weight: 600;
  font-size: 15px;
  color: #000000;
  font-style: italic;
  position: absolute;
  bottom: 6px;
  right: 121px;
  background: url(../images/send-bg.png) center center no-repeat;
}

#server .hw-server .product-detail li.item a.go-buy .send em{
  font-size: 18px;
  font-weight: 600;
  margin-right: 11px;
  position: relative;
  top: 1px;
}
#server .hs-server{
  position: relative;
  z-index: 2;
}
#server .hs-server .product-title{
  position: relative;
  margin-top: 20px;
  display: inline-block;
}


#server .hs-server .product-title .title-tips{
  color: #fff;
  font-size: 14px;
  background: url(../images/tips-bg.png) center center no-repeat;
  width: 149px;
  height: 22px;
  line-height: 22px;
  padding-left: 12px;
  position: absolute;
  right: -158px;
  top: -10px;
  font-style: normal;
}
#server .hs-server .product-detail li.item{
  display: block;
  width: 100%;
  height: 120px;
  padding-left: 296px;
  position: relative;
  border-radius: 7px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
#server .hs-server .product-detail li.item::after{
  content: "";
  display: block;
  background: url(../images/server-bg-icon2.png) center center no-repeat;
  width: 178px;
  height: 121px;
  position: absolute;
  top: 0;
  right: 0;
}
#server .hs-server .product-detail li.item .item-name{
  position: absolute;
  left: 0;
  top: 0;
  width: 296px;
  background-image: linear-gradient(to right, #f13133, #faa2a2);
  padding-left: 21px;
  padding-top: 34px;
  height: 120px;
}
#server .hs-server .product-detail li.item .item-name .item-title{
  font-size: 0;
  margin-bottom: 14px;
}
#server .hs-server .product-detail li.item .item-name .item-title h3{
  font-size: 21px;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-weight: 600;
  margin-right: 25px;
}

#server .hs-server .product-detail li.item .item-name .item-title label{
  display: inline-block;
  width: 71px;
  height: 22px;
  line-height: 21px;
  text-align: center;
  color: #fc224a;
  border: 1px solid #fc224a;
  vertical-align: middle;
  font-size: 15px;
  background-color: #ffffff;
}

#server .hs-server .product-detail li.item .item-name .item-sub{
  color: #ffffff;
  font-size: 16px;
}

#server .hs-server .product-detail li.item .item-attr{
  padding-left: 50px;
  padding-top: 33px;
}

#server .hs-server .product-detail li.item .item-attr .attr-category{
  float: left;
  margin-right: 98px;
}

#server .hs-server .product-detail li.item .item-attr .attr-category label{
  font-size: 15px;
  color: #999999;
  margin-bottom: 17px;
  display: inline-block;
}
#server .hs-server .product-detail li.item .item-attr .attr-category p{
  font-weight: 600;
  font-size: 15px;
  color: #333333;
}

#server .hs-server .product-detail li.item .go-buy{
  display: block;
  width: 180px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 127px;
  top: 45px;
  background-color: #fd3232;
}

#server .hs-server .product-detail li.item .go-buy:hover{
  background-color: #fe5e5e;
}
#server .server-product .product-detail li.item{
  transition: box-shadow .3s ease-in-out;
}
#server .server-product .product-detail li.item:hover{
  box-shadow: 0 4px 16px rgb(242 56 58 / 20%);
}
#domain .domain-detail{
  position: relative;
  z-index: 3;
}
#domain .domain-detail .activity-title{
  display: block;
  margin-bottom: 5px;
}

#domain .domain-detail .activity-info {
  color: #333333;
  font-size: 22px;
  display: inline-block;
  background: linear-gradient(to right, #f8e876, #f8e876) no-repeat;
  background-size: 100% 15px; 
  background-position: left bottom; 
  padding: 0 6px;
  margin-left: 7px;
  margin-bottom: 16px;
}
#domain .domain-detail .buybtn{
  display: inline-block;
  width: 104px;
  height: 30px;
  line-height: 30px;
  background-color: #fe1411;
  color: #fefeb4;
  font-size: 16px;
  font-style: italic;
  border-radius: 9px;
  margin-left: 10px;
  padding-left: 6px;
}
#domain .domain-detail .buybtn:hover{
  background-color: #fe5e5e;
}
#domain .domain-detail .activity-info  em{
  width: 35px;
  height: 35px;
  display: inline-block;
  color: #ffef51;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  background-color: #333333;
  border-radius: 100%;
}

#domain .activity-product{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 12px;
}

#domain .activity-product li.item{
  position: relative;
  width: 280px;
  height: 210px;
  border-radius: 7px;
  padding: 20px 10px 0;
  background-color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}
#domain .activity-product li.item:hover{
  box-shadow: 0 4px 16px rgb(242 56 58 / 20%);
}
#domain .activity-product li.item::before{
  content: "";
  display: block;
  width: 280px;
  height: 145px;
  background: url(../images/domain-bg.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#domain .activity-product li.item .item-name{
  padding-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #f1f0f0;
  position: relative;
  z-index: 2;
}

#domain .activity-product li.item .item-name h3{
  font-size: 26px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 16px;
}

#domain .activity-product li.item .item-name p{
  font-size: 14px;
  color: #333333;
}

#domain .activity-product li.item .item-price{
  font-size: 14px;
  color: #ff0000;
  margin-top: 20px;
}

#domain .activity-product li.item .item-price em{
  font-size: 27px;
  font-weight: 600;
}

#domain .activity-product li.item a.go-buy{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 48px;
  line-height: 48px;
  color: #ffffff;
  font-size: 15px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  transition: all .5s ease;
  background: linear-gradient(to right, #ff6868, #fc1617) no-repeat;
}

#domain .activity-product li.item a.go-buy:hover{
  background: linear-gradient(to left, #ff6868, #fc1617) no-repeat;
}

#domain .content-wrap::before{
  content: "";
  display: block;
  width: 450px;
  height: 297px;
  background: url(../images/domain-bg-icon.png) center center no-repeat;
  position: absolute;
  right: -37px;
  top: 169px;
}

#domain .activity-product li.hot-item::after{
  content: "hot";
  display: block;
  background: url(../images/hot-icon.png) center center no-repeat;
  width: 53px;
  height: 36px;
  position: absolute;
  right: 11px;
  top: -4px;
  font-size: 14px;
  color: #fd2627;
  font-weight: 600;
  line-height: 29px;
} 

#sale .sale-product{
  z-index: 1;
  position: relative;
}
#sale .sale-product .activity-info{
  color: #333333;
  font-size: 22px;
  display: inline-block;
  background: linear-gradient(to right, #f8e876, #f8e876) no-repeat;
  background-size: 100% 15px; 
  background-position: left bottom; 
  padding: 0 6px;
  margin-bottom: 27px;
  margin-top: 8px;
}
#sale .sale-product .activity-info em{
  font-size: 26px;
  font-weight: 600;
}
#sale .sale-product .activity-info label{
  width: 35px;
  height: 35px;
  display: inline-block;
  color: #ffef51;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  background-color: #333333;
  border-radius: 100%;
  margin: 0 3px;
}
#sale .sale-product a.go-buy{
    display: inline-block;
    width: 104px;
    height: 30px;
    line-height: 30px;
    background-color: #fe1411;
    color: #fefeb4;
    font-size: 16px;
    font-style: italic;
    border-radius: 9px;
    margin-left: 10px;
    padding-left: 6px;
}
#sale .sale-product  a.go-buy:hover{
  background-color: #fe5e5e;
}

#sale .sale-product .ssl-product{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 19px;
}

#sale .sale-product .ssl-product li.item{
  
  width: 588px;
  height: 142px;
  background-color: #ffffff;
  padding-left: 206px;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#sale .sale-product .ssl-product li.item::before{
  content: "";
  display: block;
  width: 393px;
  height: 141px;
  position: absolute;
  left: 0;
  top: 0px;
}
#sale .sale-product .ssl-product li.item:first-child::before{
  background: url(../images/sale-bg1.png) center center no-repeat;
}
#sale .sale-product .ssl-product li.item:last-child::before{
  background: url(../images/sale-bg2.png) center center no-repeat;
}
#sale .sale-product .ssl-product li.item .item-info{
  padding-top: 27px;
  height: 100%;
  position: relative;
}
#sale .sale-product .ssl-product li.item .item-info h2{
  font-size: 20px;
  color: #333333;
  margin-bottom: 35px;
  font-weight: 600;
}
#sale .sale-product .ssl-product li.item .item-info p{
  color: #ff0000;
  font-size: 13px;
}
#sale .sale-product .ssl-product li.item .item-info p s{
  font-size: 12px;
  color: #999999;
  margin-left: 9px;
}

#sale .sale-product .ssl-product li.item .item-info p em{
  font-size: 22px;
  font-weight: 600;
}

#sale .sale-product .ssl-product li.item a.buy-btn{
  width: 130px;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  border-radius: 100px;
  background: linear-gradient(to right, #f01c1e, #fa9797) no-repeat;
  position: absolute;
  right: 22px;
  top: 76px;
}

#sale .sale-product .ssl-product li.item a.buy-btn:hover{
  background: linear-gradient(to left, #f01c1e, #fa9797) no-repeat;
}
#sale .content-wrap::before{
  content: "";
  display: block;
  background: url(../images/sale-bg-icon.png) center center no-repeat;
  width: 299px;
  height: 197px;
  position: absolute;
  right: 0;
  top: 87px;
}
.activity-explain-info {
  text-align: center;
  font-size: 14px;
  color: #033333;
  padding-bottom: 53px;
}
#sale .sale-product .ssl-product li.item:hover{
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
  box-shadow: 0 4px 16px rgb(242 56 58 / 20%);
  -webkit-transition: all .5s;
  transition: all .5s;
}
