.hide{
    display: none;
}
.fl {
    float: left;
}
#contentBox .disabled{
    background: #ccc;
    pointer-events: none;
}
.buy-page .bandDisable{
    background: #ccc;
    color: white;
    cursor: not-allowed;
}
button:not(:disabled){
    cursor: pointer;
}
.act-banner{
    width: 100%;
    height: 670px;
    background: url('./img/home-banner.jpg') no-repeat center;
    position: relative;
}
.cur-pon{
    cursor: pointer;
}
/* 公共 */
.act-module {
    width: 100%;
    margin :0 auto;
}
.bg-color-0b1839{
    background: #0b1839;
}
.bg-color-12285c{
    background: #12285c;
}
.module-product-title-outer{
    padding-top: 80px;
    text-align: center;
}
.module-product-title{
    position: relative;
	font-size: 28px;
    font-weight: bold;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;
    width: 800px;
    line-height: 48px;
    margin: 0 auto;
    background: url(img/title-bg.png);
}
.module-product-desc{
    font-size: 16px;
    color: #8a83eb;
    margin-top: 22px;
}
.module-product-desc>span,.module-product-desc>a{
    text-decoration: underline;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #8a83eb;
}
.ny-select-list .ny-select-item:hover, .ny-select-list .ny-select-item.active {
    background: #398dee;
    color: #fff!important;
}

.showing-btn {
    position: fixed;
    z-index: 1000;
    top: 300px;
    left: -35px;
    width: 35px;
    height: 120px;
    cursor: pointer;
    transition: left .5s ease;
    background-image: linear-gradient(45deg,   #f21f0c 0%,   #fb6a54 100%);
    color:#fff;
    text-align: center;
}

.showing-btn.hiding-animate2 {
    left: 0px;
}
.showing-btn div:nth-child(1){
    padding-top: 18px;
}
.nav-container {
    width: 110px;
    height: 200px;
    background-color: #ffffff;
    box-shadow: 0px 8px 12px 0px 
        rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 10px;
    z-index: 999;
    margin-top: -200px;

}
.nav-container.hiding-animate1 {
    left: -120px;
}
.showing-btn.hiding-animate2 {
    left: 0px;
}
.nav-container .nav-item{
    width: 100%;
    height: 41px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
	letter-spacing: 0px;
	color: #333333;
    cursor: pointer;
}
.nav-container .nav-item.active{
	width: 120px;
	background-image: linear-gradient(90deg, 
		#fc3157 0%, 
		#ff623f 100%);
	border-radius: 2px;
    color: #ffffff;
    margin-left: -5px;
}
.nav-container .special-nav-item {
	width: 100%;
	height: 40px;
	background-color: #331d91;
	border-radius: 0px 0px 4px 4px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
}
.nav-container .special-nav-item>.special-nav-item-a{
    color: #fff;
}
.nav-container .special-nav-item>.special-nav-item-a>.ico{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(img/icon9.png) no-repeat center;
    margin-left: 4px;
}

#secondKillSelect{
    width: 500px;
}

.pack-buy-box {
	padding: 20px 0 0 30px;
}
.formTable th {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-align: right;
	width: 90px;
	vertical-align: top;
	padding-top: 22px
}
.formTable tr {
	height: 57px;
}
.formTable td {
	padding: 12px 0 9px 10px;
}
.buy-page .ny-oa-select{
    width: 300px;
    border-radius: 0;
}
.buy-page .ny-select-show{
    border-radius: 0;
}
/* 公共 */

/* 云服务器秒杀 */

#server-seckill {
    margin-top: -130px;
}
#seckill-inner{
    width: 1200px;
    margin: 0 auto;
	background-image: linear-gradient(0deg, 
		#2a3594 0%, 
		#40249a 100%);
	box-shadow: 0px 0px 30px 0px 
		rgba(11, 24, 57, 0.3);
        position: relative;
    padding-bottom: 50px;
}
#seckill-inner .module-product-title-outer{
    padding-top: 50px;
}
.cloud_computer_wrap{
    padding-top: 30px;
    display: flex;
    justify-content: center;
}
.cloud_computer_item{
    width: 265px;
    border-radius: 4px;
    margin-right: 20px;
}
.cloud_computer_item:nth-last-child(1){
    margin-right: 0;
}
.cloud_computer_top{
    height: 90px;
    background-image: linear-gradient(90deg, 
        #ff6600 0%, 
        #ffbb33 100%);
    border-radius: 4px 4px 0px 0px;
    padding-left:28px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cloud_computer_top .top-title{
    padding: 0 30px 0 0; 
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cloud_computer_top .title{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #ffffff;
}
.cloud_computer_top .desc{
    font-size: 14px;
    color: #fff7e5;
    font-weight: bold;
}
.cloud_computer_center{
    background: #fff;
    padding: 0 20px 30px 20px;
}
.cloud_computer_sm{
    height: 50px;
    display: flex;
    padding: 0 10px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #eeeeee;
}
.cloud_computer_sm:nth-last-child(1){
    border-bottom: 1px solid #eeeeee;
}
.cloud_computer_sm>.label{
    font-size: 14px;
    font-weight: bold;
    color: #999999;
}
.cloud_computer_sm>.value{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
.common-price{
    /* padding: 28px 0 27px 0px; */
    padding: 28px 0 27px 10px;
}
.common-price>span{
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	color: #999999;
    line-height: 21px;
}
.common-price>span .seckill_price{
    /* font-size: 24px; */
    font-size: 22px;
	font-weight: bold;
	color: #fc3256;
}
.common-price>span.or_price{
    text-decoration: line-through;
}
.block{
    display: block;
}
.common_disc_btn{
    padding: 0 10px;
}
.server_buy{
    display: block;
	width: 205px;
	height: 40px;
	background-image: linear-gradient(90deg, 
		#fc3157 0%, 
		#ff623f 100%);
	border-radius: 2px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
}
.server_buy_disabled{
    display: block;
	width: 205px;
	height: 40px;
    background: #ccc;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
}
.server_buy:hover,.server_buy_disabled:hover{
    color: #fff;
}
/* 云服务器秒杀 */

/* 配置 */

.act-process{
    margin: 30px auto 0 auto;
    display: flex;
    width: 1200px;
    height: 64px;
    background-image: linear-gradient(90deg, 
        #ffc247 8%, 
        #ffbb33 44%, 
        #ffc247 100%);
    border-radius: 5px;
}
.process-item {
    width: 315px;
    padding-left: 60px;
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.process-item>.title{
    display: flex;
    align-items: center;
}
.process-item>.title>.ico{
    width: 36px;
    height: 36px;
    margin-right: 10px;
}
.process-item>.title>.ico.ico1{
    background: url(img/1.png) no-repeat center;
}
.process-item>.title>.ico.ico2{
    background: url(img/2.png) no-repeat center;
}
.process-item>.title>.ico.ico3{
    background: url(img/3.png) no-repeat center;
}
.process-item>.title>.ico.ico4{
    background: url(img/4.png) no-repeat center;
}
.process-item>.title>span{
    font-size: 16px;
	letter-spacing: 0px;
	color: #333333;
    font-weight: bolder;
    font-weight: bold;
}
.process-item>.arrow{
    width: 56px;
    height: 12px;
    background:url(img/arrow.png) no-repeat center;
}
.config-list{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.config-item{
    margin-top: 30px;
    margin-right: 30px;
    width: 380px;
    /* height: 651px; */
    border-radius: 4px;
}
.config-item:nth-child(3n){
    margin-right: 0;
}
.config-item .c-item-top{
    width: 100%;
    background-color: #2a3594;
    border-radius: 4px 4px 0px 0px;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 20px;
    position: relative;
}
.config-item .c-item-top>.ico{
    width: 64px;
    height: 64px;
    background: url(img/discount.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
}
.config-item .c-item-top>.title{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #ffffff;
}
.config-item .c-item-top>.title>.model{
    padding-right: 10px;
}
.config-item .c-item-top>.desc{
    margin-top: 9px;
    font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #b2bfff;
}
.c-item-center{
    padding: 0 20px 0 20px;
    background-color: #ffffff;
}
.c-item-center .center-item{
    padding: 0 10px;
    display: flex;
    align-items: center;
    line-height: 50px;
    border-bottom: 1px dashed #eeeeee;
}
.c-item-center .center-item>.label{
    display: inline-block;
    width: 67px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #999999;
}
.c-item-center .center-item>.value{
    text-align: right;
    padding-left: 25px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.c-item-center .center-item.times{
    line-height: 60px;
    display: flex;
    align-items: center;
}
.c-item-center .center-item:nth-last-child(1){
    border-bottom: 1px solid #eeeeee;
}
.c-item-center .center-item.times>.value.time-value{
	border-radius: 2px;
    display: flex;
    align-items: center;
    margin-left: 25px;
    padding-left: 0;
}
.c-item-center .center-item.times>.value.time-value .time-item{
    display: inline-block;
    width: 76px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #f5f5f5;
	border: solid 1px #dddddd;
    font-size: 14px;
	letter-spacing: 0px;
	color: #555555;
    cursor: pointer;
    margin-left: -1px;
}
.c-item-center .center-item.times>.value.time-value .time-item:nth-child(1){
    margin-left: 0;
}
.c-item-center .center-item>.value.time-value .time-item.active{
    background-color: #ffffff;
    border-radius: 2px;
    border-color: #fb3f27;  
    color: #fc4229;
    z-index: 1;
}
.c-item-bottom{
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #ffffff;
}
.c-item-bottom .tags>.tag{
    background-color: #ffebe5;
    border-radius: 2px;
    border: solid 1px #ff3300;
    padding: 2px 5px;
    color: #ff3300;
    font-size: 12px;
    margin-right: 5px;
}
.prices-main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-bottom: 22px;
}
.prices-main .price-left .price{
    font-size: 24px;
	font-weight: bold;
	letter-spacing: 0px;
    color: #fc3256;

}
.prices-main .price-left .util{
    font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #999999;
    padding-left: 2px;
}

.prices-main .price-left .original-price{
    font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #999999;
    padding-left: 10px;
    text-decoration:line-through;
}

.prices-main .buy-btn,.prices-main .view-btn{
    display: block;
    width: 110px;
    height: 40px;
    background-image: linear-gradient(90deg, 
    #fc3157 0%, 
    #ff623f 100%);
    border-radius: 2px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.prices-main .buy-btn.disabled{
    background: #ccc;
    color: white;
    cursor: not-allowed;
    pointer-events: none;
}
/* 配置 */
/* 详情 */
#b-detail{
    padding-bottom: 60px;
}
.b-detail-list{
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
}
.b-detail-item{
    width: 300px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.b-detail-item:nth-child(1){
    border-left: 1px solid rgba(255,255,255,0.1);
}
.b-detail-item>.ico{
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.b-detail-item>.ico.ico1{
    background: url(img/icon1.png) no-repeat center;
}
.b-detail-item>.ico.ico2{
    background: url(img/icon2.png) no-repeat center;
}
.b-detail-item>.ico.ico3{
    background: url(img/icon3.png) no-repeat center;
}
.b-detail-item>.ico.ico4{
    background: url(img/icon4.png) no-repeat center;
}
.b-detail-item>.title{
    font-size: 16px;
	letter-spacing: 0px;
    line-height: 15px;
	color: #ffffff;
    margin-top: 20px;
    text-align: center;
}
.b-detail-item>.desc{
    margin-top: 18px;
    font-size: 14px;
	letter-spacing: 0px;
	color: #b2c8ff;
    text-align: center;
}
/* 详情 */
/* 升级续费 */
#renew.act-module{
    padding-bottom: 80px;
}
.renew_content{
    margin-top: 50px;
}

.renew_bg .ruleBtn{
    color: #fff;
}
.renew_bg .module-product-title2{
    color: #fff;
}
.renew_bg .module-product-title2 span::before{
    border-left: 6px solid #fff;
}
.to_cent_wrap{
    width: 1200px;
    /* height: 301px; */
    margin:0 auto 0 auto;
    background: #fff;
    display: flex;
    position: relative;

}
.renew_content_left,.renew_content_right{
    width:506px;
    margin-left: 46px;
    margin-top: 48px;
}
/* .renew_content_right{
    position: relative;
} */
/* .renew_content_right::before{ */
    .to_cent_wrap::after{
    content: "";
    display: inline-block;
    width: 1px;
    height: calc(100% - 91px);
    background:#dddddd;
    position: absolute;
    /* left: -49px; */
    left: 50%;
    top: 48px;
}
.renew_content_right{
    margin-left: 99px;
}
.up_renew_title_wrap div:nth-child(1){
    color: #333333;
    font-size: 24px;
}
.up_renew_title_wrap div:nth-child(2){
    color: #999;
    font-size: 14px;
    margin-top: 11px;
}
.up_money{
    color: #ff6600;
    font-size: 50px;
    margin-left: 66px;
}
.up_money_price{
    font-size: 18px;
    color: #ff6600;
}
.up_money span:nth-child(2){
    color: #ff6600;
    font-size: 26px;
}
.renew_coupon_wrap{
    margin-top: 20px;
}
.renew_coupon {
    height: 31px;
    margin-bottom: 5px;
    font-size: 12px;
    padding: 0 10px;
    width: 243px;
    background-color: #ffebe5;
    border: solid 1px #ff3300;
}
.renew_coupon:nth-child(2n-1){
    margin-right: 20px;
}
.renew_coupon span{
    color: #ff3300;
    font-size: 14px;
    vertical-align: middle;
}
.renew_coupon span:nth-child(1){
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
}
.renew_coupon span:nth-child(2){
    margin-left: 16px;
    float: right;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    font-size: 12px;
}
.marg_10{
    margin-right: 10px;
}
.renew_btn {
    width: 506px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    margin-top: 19px;
    cursor: pointer;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    background-image: linear-gradient(90deg, 
        #fc3157 0%, 
        #ff623f 100%);
    margin-bottom: 43px;
}

/* .renew_btn:hover{
    background: #e64d00;
} */
.have_btn{
    background-color: #bbbbbb;
    pointer-events: none;
    cursor: default;
}
.renew_btn span{
    color: #ffffff;
    font-size: 16px;
}
/* 升级续费 */
/* 更多产品 */
.act-module.more-product-module{
    padding-bottom: 80px;
}
.product-list{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.product-list-item {
    width: 224px;
    /* width: 285px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    margin-top: 50px;
}
.product-list-item:nth-child(4n){
    margin-right: 0;
}
.product-list-item>.ico{
    width: 40px;
    height: 40px;
}
.product-list-item>.item-title{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
    margin-top: 19px;
}
.product-list-item>.item-desc{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #b2c8ff;
	opacity: 0.8;
    margin-top: 15px;
}
.product-list-item>.item-btn{
    margin-top: 20px;
	width: 180px;
	height: 40px;
    text-align: center;
	border: solid 1px #ffffff;
    border-radius: 2px;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
    cursor: pointer;
}
.product-list-item>.item-btn.disabled{
    border: 1px solid #ccc;
}
.product-list-item>.item-btn:not(.disabled):hover{
    background: #fff;
    color: #0b1839;
}
.product-list-item>.item-btn-list .item-btn{
    margin-top: 20px;
    display: inline-block;
    width: 85px;
	height: 40px;
    text-align: center;
	border: solid 1px #ffffff;
	border-radius: 2px;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
    cursor: pointer;
}
.product-list-item>.item-btn-list .item-btn.disabled{
    border: 1px solid #ccc;
}
.product-list-item>.item-btn-list .item-btn:not(.disabled):hover{
    background: #fff;
    color: #0b1839;
}
.product-list-item>.item-btn-list .item-btn:nth-child(1){
    margin-right: 10px;
}

/* 更多产品 */
.ruleBtn{
    cursor: pointer;
}
.ruleModal{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999999;
    display: none;
}
#activityRule{
    position: fixed;
    width: 776px;
    left: 50%;
    top: 38%;
    margin-left: -388px;
    margin-top: -142px;
    background: white;
    z-index: 99999999;
    padding-bottom: 38px;
}
#activityRule>div{
    width: 100%;
    height: 100%;
    position: relative;
}
#activityRule>div>.ruleTitle{
	font-size: 18px;
	font-weight: bolder;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
    padding-left: 46px;
    padding-top: 29px;
    color: #e52e2e;
}
#activityRule>div>ul{
    padding-left: 46px;
    padding-right: 30px;
}
#activityRule>div>ul>li{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
    color: #666666; 
}
.ruleClose{
    width: 34px;
    height: 34px;
    background: url(./img/ruleClose.png) no-repeat;
    background-position-x: 0;
    position: absolute;
    right: 28px;
    top: 25px;
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
    color: #666666;
    cursor: pointer;
    transition: all .2s;
}
.ruleClose:hover{
    background-position-x: -34px;
}


 

