.hide{
    display: none;
}
*{
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
}
a:hover{
    color:#fff
}
.buy-page .disable{
    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: 660px;
    background: url('../images/banner.jpg') no-repeat center;
    box-shadow: inset 0px 0px 230px 0px #0f1234;
    position: relative;
    top: -1px;
}
.timeContent{
    width: 1200px;
	height: 133px;
	background-color: #ffffff;
	box-shadow: 0px 3px 13px 0px 
        rgba(184, 184, 184, 0.22);
    position: absolute;
    bottom: -62px;
    left: 50%;
    margin-left: -600px;
        
}
.timeContent .number{
    display: inline-block;
    width: 16px;
    height: 24px;
    margin-top: 22px;
}
.timeContent .number_unit{
    vertical-align: middle;
    margin-top: -8px;
    display: inline-block;
}
.timeContent .number0{
    background: url('../images/0.png') no-repeat center;
}
.timeContent .number1{
    background: url('../images/1.png') no-repeat center;
}
.timeContent .number2{
    background: url('../images/2.png') no-repeat center;
}
.timeContent .number3{
    background: url('../images/3.png') no-repeat center;
}
.timeContent .number4{
    background: url('../images/4.png') no-repeat center;
}
.timeContent .number5{
    background: url('../images/5.png') no-repeat center;
}
.timeContent .number6{
    background: url('../images/6.png') no-repeat center;
}
.timeContent .number7{
    background: url('../images/7.png') no-repeat center;
}
.timeContent .number8{
    background: url('../images/8.png') no-repeat center;
}
.timeContent .number9{
    background: url('../images/9.png') no-repeat center;
}
.timeContent .item{
    width: 25%;
    height: 100px;
    border-right: 2px solid #ebebeb;
    box-sizing: border-box;
    float: left;
    margin-top: 10px;
}
.timeContent .item p{
    margin-left: 112px;
}
.timeContent .item1{
    background: url('../images/float_1.png') no-repeat 42px center; 
}
.timeContent .item2{
    background: url('../images/float_2.png') no-repeat 42px center; 
}
.timeContent .item3{
    background: url('../images/float_3.png') no-repeat 42px center; 
}
.timeContent .item4{
    background: url('../images/float_4.png') no-repeat 42px center; 
}
.timeContent .item .des{
    font-size: 12px;
    color: #a7a7a7;
    line-height: 26px;
}
/* 秒杀专区 */
.secondKill{
    width: 100%;
    height: 1100px;
    background: #f9faff;
}
.secondKill_content{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.secondKill_Title{
    padding-top: 66px;
    text-align: center;
}
.secondKill_Title>span{
    font-family: MicrosoftYaHei;
	font-size: 34px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
    color: #333333;
    position: relative;
}
.secondKilltitle_left{
    display: inline-block;
    width: 56px;
    height: 38px;
    position: absolute;
    left: -69px;
    top: 50%;
    margin-top: -17px;
    background: url('../images/titile_left.png') no-repeat center;
}
.secondKilltitle_right{
    display: inline-block;
    width: 56px;
    height: 38px;
    position: absolute;
    right: -67px;
    top: 50%;
    margin-top: -15px;
    background: url('../images/titile_right.png') no-repeat center;
}
.secondKill_subtitle{
    width: 100%;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin-top: 23px;
}
.secondKill_time{
    width: 200px;
    height: 50px;
    margin: 0 auto;
    margin-top: 14px;
    /* overflow: auto; */
}
.secondKill_time>div{
    width: 50px;
	height: 50px;
	background-color: #ffffff;
    border: solid 1px #dbe0e5;
    box-sizing: border-box;
    float: left;
    text-align: center;
    line-height: 50px;
    font-family: MicrosoftYaHei;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.secondKill_time>span{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #333333;
    float: left;
    line-height: 50px;
    padding: 0 5px 0 5px;
}
.secondKill_rule{
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
    color: #666666;
    text-align: center;
}
.secondKill_rule>span{
    color: #0c83de;
}
.secondKill_product{
    width: 1200px;
    height: 428px;
    margin: 0 auto;
    margin-top: 36px;
}
.secondKill_product>div{
    width: 285px;
    height: 100%;
    float: left;
    border: solid 1px #dbe0e5;
    box-sizing: border-box;
    background-color: #ffffff;
    position: relative;
}
.secondKill_product>div:not(:first-child){
    margin-left: 20px;
}
.secondKill_product_title{
    width: 100%;
    height: 90px;
    background: url('../images/server_bg.png') no-repeat;
    /* background-size: 100% 100%; */
    font-family: MicrosoftYaHei-Bold;
	font-size: 26px;
	font-weight: bolder;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    line-height: 90px;
	
}
.secondKill_product_cloudHelp{
    width: 100%;
    height: 90px;
    background: url('../images/seckill_bg_2.png') no-repeat;
    background-size: 100% 100%;
}
.secondKill_product_area,.secondKill_product_disk,.secondKill_product_defense{
    padding-left: 21px;
    line-height: 32px;
}
.secondKill_product_area{
    margin-top: 31px;
}
.secondKill_product_disk,.secondKill_product_defense{
    margin-top: 10px;
}
.secondKill_product_area>.product_params,.secondKill_product_disk>.product_params,.secondKill_product_defense>.product_params{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #666666;
}
.secondKill_product_area>.product_value,.secondKill_product_disk>.product_value,.secondKill_product_defense>.product_value{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
    color: #333333;
    margin-left: 28px;
}
.secondKill_product_discount{
   width: auto;
    height: 30px;
    margin: 0 auto;
    margin-top: 40px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
    color: #ff6600;
    /* text-align: center; */
    position: relative;
    padding-left: 22px;
}
.secondKill_product_discount>.discount_icon{
    display: inline-block;
    width: 57px;
    height: 24px;
    background: url(../images/discount_icon.png) no-repeat center;
    line-height: 24px;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #ffffff;
    position: absolute; 
    /* /* left: 0;*/
    top: 0; 
}
.secondKill_product_discount>.discount_price{
    font-size: 16px;
	font-weight: bolder;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
    color: #ff6600;
    padding-left: 68px;
    padding-right: 0px;
    
}
.secondKill_product_discount>.discount_price>span{
    font-family: ArialMT;
	font-size: 42px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ff6600;
}
.secondKill_product_originPrice{
    width: 100%;
    text-align: center;
    margin-top: 13px;
    font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #666666;
    text-decoration: line-through;   
}
.secondKill_product_buy{
    width: 160px;
    height: 40px;
    display: block;
	background-color: #ff7400;
    border-radius: 20px;
    outline: none;
    border: none;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
    line-height: 40px;
    text-align: center;
	letter-spacing: 0px;
    color: #ffffff;
    position: absolute;
    left: 50%;
    margin-left:-80px;
    bottom: 28px; 
    /* cursor: pointer; */
}
.secondKill_product_buy:not(disabled){
    cursor: pointer;
}
.cloud_title{
    width: 100%;
    padding-top: 19px;
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;
}
.cloud_subTitle{
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
    color: #ffffff;
    
}
.cloud_descirbe{
    padding-left: 20px;
    margin-top: 12px;
}
.cloud_descirbe>.cloud_params{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 36px; */
	letter-spacing: 0px;
	color: #666666;
}
.cloud_descirbe>.cloud_value{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 36px; */
	letter-spacing: 0px;
    color: #333333;
    /* margin-left: 10px; */
}
.center_disc{
    text-align: center;
    padding-left: 0;
}
/* 云服务器专区 */
.activeIcon{
    position: relative;
}
.activeIcon::before{
    display: inline-block;
    content: "";
    position: absolute;
    top:0px;
    left: 64px;
    width: 20px;
    height: 20px;
    background: url(../images/hot_where.png) no-repeat center;
}
.serverZone{
    width: 100%;
    height: 400px;
    background: #fff;
}
.serverZone_content{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.serverZone_content .serverZone_title{
    padding-top: 0px;
}
.serverZone_product{
    width: 100%;
    height: 388px;
    overflow: auto;
    margin-top: 39px;
}
.serverZone_product>div{
    float: left;
}
.serverZone_product_left{
    width: 896px;
	height: 100%;
	background-color: #ffffff;
    border: solid 1px #dbe0e5;
    box-sizing: border-box;
    
}
.serverZone_product_left>div{
    width: 50%;
    height: 100%;
    float: left;
    box-sizing: border-box;
}
.server_paramsOne{
    background-color: #f9faff;
    /* border-right: 1px solid #dbe0e5; */
}
.server_paramsTwo{
   
    border-left: 1px solid #dbe0e5;
}
.params_common{
    width: 361px;
    margin: 0 auto;
    margin-top: 36px;
}
.params_common>span{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #777777;
   
}
.params_common>div{
    width: 100%;
    height: 35px;
    margin-top: 8px;
    background-color: #ffffff;
}
/* 四等分 */
.quartering>div{
    width: 25%;
    height: 100%;
    line-height: 35px;
    text-align: center;
    float: left;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #666666;
    border: solid 1px #dbe0e5;
    cursor: pointer;
}
.quartering>div:not(:first-child){
    border-left: none;
}
.serverZone_product .quartering>.active{
    background-color: #eff9ff;
	border: solid 1px #00a4ff;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #188ced;
}
/* 三等分 */
.trisection>div{
    width: 33.33333%;
    height: 100%;
    line-height: 35px;
    text-align: center;
    float: left;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #666666;
    border: solid 1px #dbe0e5;
    cursor: pointer;
}
.trisection>div:not(:first-child){
    border-left: none;
}
.serverZone_product .trisection>.active{
    background-color: #eff9ff;
	border: solid 1px #00a4ff;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #188ced;
}
/* 五等份 */
.fiveQuery>div{
    width: 20%;
    height: 100%;
    line-height: 35px;
    text-align: center;
    float: left;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #666666;
    border: solid 1px #dbe0e5;
    cursor: pointer;
}
.fiveQuery>div:not(:first-child){
    border-left: none;
}
.serverZone_product .fiveQuery>.active{
    background-color: #eff9ff;
	border: solid 1px #00a4ff;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #188ced;
}
.originPrice{
    font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #666666;
    text-decoration: line-through; 
    margin-left: -45px;  
    display: block;
    text-align: center
}
.buy-page .ny-oa-select{
    width: 100%;
    line-height: 35px;
    border-radius: 0;
}
.buy-page .ny-select-show{
    border-radius: 0;
    background: #f2f2f2;
}
.cloud_product_buy{
    width: 160px;
    height: 40px;
    display: block;
	background-color: #ff7400;
    border-radius: 20px;
    outline: none;
    border: none;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
    color: #ffffff;
    margin-top: 46px;
    margin-left: 142px;
    cursor: pointer;
    text-align: center;
    line-height: 40px
}
.params_common .purchase_number{
    width: 132px;
    height: 35px;
    border: 1px solid #dbe0e5;
}
.params_common .purchase_number>input{
    width: 60px;
    height: 32px;
    border: none;
    outline: none;
    float: left;
    text-align: center;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.params_common .purchase_number>.increment,.params_common .purchase_number>.decrement{
    width: 35px;
    height: 33px;
    line-height: 35px;
    text-align: center;
    float: left;
    box-sizing: border-box;
    color: #188ced;
    font-size: 24px;
    cursor: pointer;
}
.params_common .purchase_number>.increment{
    border-left: 1px solid #dbe0e5;
}
.params_common .purchase_number>.decrement{
    background-color: #f4f4f4;
    border-right: 1px solid #dbe0e5;
}
.cloudserver_discount{
    margin-top: 46px;
}
.cloudserver_discount{
    width: auto;
     height: 30px;
     margin: 0 auto;
     margin-top: 40px;
     font-family: MicrosoftYaHei;
     font-size: 16px;
     font-weight: normal;
     font-stretch: normal;
     line-height: 22px;
     letter-spacing: 0px;
     color: #ff6600;
     /* text-align: center; */
     /* text-indent: 43px; */
     position: relative;
     padding-left: 42.5px;
 }
 
 .cloudserver_discount>.discount_icon{
     display: inline-block;
     width: 57px;
     height: 24px;
     background: url(../images/discount_icon.png) no-repeat center;
     line-height: 24px;
     text-align: center;
     font-family: MicrosoftYaHei;
     font-size: 14px;
     font-weight: normal;
     font-stretch: normal;
     letter-spacing: 0px;
     color: #ffffff;
     position: absolute; 
     /* /* left: 0;*/
     text-indent: 0;
     top: 0; 
     margin-left: 22px;
 }
.serverZone_product_right{
    width: 285px;
    height: 388px;
    background: url(../images/cloud_green_bg.png) no-repeat center;
    /* background: #08c165; */
    margin-left: 18px;
}
.serverZone_cloudHelptitle{
    width: 100%;
    font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    margin-top: 28px;
}
.serverZone_cloudHelpsubtitle{
    width: 100%;
    font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    margin-top: 16px;
}
.cloudhelp_describe{
    padding-left: 32px;
    padding-top: 16px;
}
.cloudhelp_describe>li{
    height: 18px;
    margin-top: 24px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.cloudhelp_describe>li>span{
    float: left;
}
.cloudhelp_describe>li>span:first-child{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/cloud_green_icon.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
    margin-top: 3px;
}
.downloadCloudHelp{
    width: 160px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 20px;
    line-height: 40px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #05a85b;
    outline: none;
    border: none;
}
.downloadCloudHelp:hover{
    color: #05a85b;
}
.cloudServer_advantage{
    width: 1200px;
    margin: 0 auto;
}
.advantage_title{
    width: 100%;
	font-family: MicrosoftYaHei;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin-top: 60px;
    background: url(../images/line.png) no-repeat center;
}
.advantageOne{
    width: 100%;
    overflow: auto;
    margin-top: 50px;
}
.advantageOne>li{
    width: 25%;
    float: left;
    text-align: center;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
}
.advantageOne>li>.advantage_icon{
    width: 46px;
    height: 46px;
    margin: 0 auto;
}
.advantageOne>li>.advantage_describeOne{
    margin-top: 20px;    
}
.advantageOne>li:nth-of-type(1)>.advantage_icon{
    background: url(../images/cloud_advantage_icon_1.png) no-repeat;
    background-size: contain;
}
.advantageOne>li:nth-of-type(2)>.advantage_icon{
    background: url(../images/cloud_advantage_icon_2.png) no-repeat;
    background-size: contain;
}
.advantageOne>li:nth-of-type(3)>.advantage_icon{
    background: url(../images/cloud_advantage_icon_3.png) no-repeat;
    background-size: contain;
}
.advantageOne>li:nth-of-type(4)>.advantage_icon{
    background: url(../images/cloud_advantage_icon_4.png) no-repeat;
    background-size: contain;
}
.advantageTwo{
    width: 100%;
    overflow: auto;
    margin-top: 60px;
}
.advantageTwo>li{
    width: 25%;
    float: left;
    text-align: center;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
}
.advantageTwo>li>.advantage_icon{
    width: 46px;
    height: 46px;
    margin: 0 auto;
}
.advantageTwo>li>.advantage_describeOne{
    margin-top: 20px;    
}
.advantageTwo>li:nth-of-type(1)>.advantage_icon{
    background: url(../images/cloud_advantage_icon_5.png) no-repeat;
    background-size: contain;
}
.advantageTwo>li:nth-of-type(2)>.advantage_icon{
    background: url(../images/cloud_advantage_icon_6.png) no-repeat;
    background-size: contain;
}
.advantageTwo>li:nth-of-type(3)>.advantage_icon{
    background: url(../images/cloud_advantage_icon_7.png) no-repeat;
    background-size: contain;
    width: 42px;
    height: 44px;
}
.advantageTwo>li:nth-of-type(4)>.advantage_icon{
    background: url(../images/cloud_advantage_icon_8.png) no-repeat;
    background-size: contain;
}
#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;
}
.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;
    /* height: 326px; */
    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-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	font-weight: bolder;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
    color: #333333;
    padding-left: 46px;
    padding-top: 29px;
    color: #1d91ed;
}
#activityRule>div>ul{
    padding-left: 46px;
}
#activityRule>div>ul>li{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
    color: #666666; 
    /* margin-top: 2px; */
}
.ruleClose{
    width: 34px;
    height: 34px;
    background: url(../images/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;
}
/* .ruleClose:active{
    background-position-x: -68px;
} */
/* 下面是hcf的代码 start */
.act-module {
    position: relative;
    width: 100%;
    background: no-repeat center;
    margin :0 auto;
}
.clearfix {
    *zoom:1
}
.clearfix:before,.clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}
.clearfix:after {
    clear: both
}
.fl{
    float: left;
}
.cps_bg{
    background-color: #f9faff;
    padding-bottom: 65px
}
.module-product-title-outer{
    padding-top: 65px;
    text-align: center;
}
.module-product-title{
    display: inline-block;
    position: relative;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 34px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #333333;
}
.module-product-title:before, .module-product-title:after {
    content: "";
    position: absolute;
}
.module-product-title:before {
    width: 56px;
    height: 38px;
    left: -66px;
    top: 6px;
    background: url(../images/titile_left.png);
}
.module-product-title:after {
    width: 56px;
    height: 38px;
    right: -66px;
    top: 8px;
    background: url(../images/titile_right.png);
}
.module-product-title_2:before{
    background: url(../images/titile2_left.png);
}
.module-product-title_2:after {
    background: url(../images/titile2_right.png);
}
.module-product-title2{
    color: #666666;
    font-size: 14px;
    margin-top: 18px;
    margin-bottom: 40px;
}
.module-product-title2 span{
    color: #0c83de;
    font-size: 14px;
}
.module-content{
    width: 1200px;
    margin:0 auto;
    margin-top: 45px;
    /* margin-bottom: 72px; */
}
.module-content.pub_border {
    background-color: #ffffff;
	border: solid 1px #e6e7ec;
}
.depend_block{
    width: 183px;
    height: 174px;
    background: #fff;
    border: solid 1px #dcdcdc;
    float: left;
    margin-right: 16px;
}
.depend_img{
    text-align: center;
    margin:0 auto;
    margin-top: 30px;
}
.depend_1{
    background: url(../images/depend_1.png);
    width: 69px;
    height: 72px;
}
.depend_font{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #333333;
    margin-top: 24px;
    text-align: center;
}
.depend_2{
    background: url(../images/depend_2.png);
    width: 59px;
    height: 59px;
    margin-top: 38px;
}
.depend_3{
    background: url(../images/depend_3.png);
    width: 74px;
    height: 74px;
    margin-top: 30px;
}
.depend_4{
    background: url(../images/depend_4.png);
    width: 77px;
    height: 77px;
    margin-top: 28px;
}
.depend_5{
    background: url(../images/depend_5.png);
    width: 101px;
    height: 40px;
    margin-top: 44px;
}
.depend_6{
    background: url(../images/depend_6.png);
    width: 86px;
    height: 61px;
    margin-top: 44px;
}
.margin_46{
    margin-top: 46px;
}
.margin_30{
    margin-top: 30px;
}
.cps_block{
    width: 1200px;
	height: 320px;
	background-color: #ffffff;
	border-radius: 4px;
    border: solid 1px #e5e7ec;
    margin: 0 auto;
}
.cps_title{
    width: 100%;
    height: 70px;
    background: url(../images/mafei_bg_1.png) no-repeat;
    background-size: 100% 100%;
}
.cps_title2{
    width: 582px;
    height: 70px;
    background: url(../images/mafei_bg_2.jpg);
}
.cps_title div ,.cps_title2 div{
    font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
    color: #ffffff;
    padding-top:24px;
    padding-left: 30px;
}
.cps_icon_wrap{
    width: 775px;
    margin-top: 54px;
    font-size: 14px;
    color: #666;
    float: left;
    padding-left:35px;
}
.cps_icon_block div:nth-child(1){
    width: 104px;
    height: 104px;
}
.cps_icon_block div:nth-child(2){
   margin-top: 23px;
   text-align: center
}
.cps_icon_block{
    margin: 0 14px;
}
.cps_icon1{
    background: url(../images/cps_blue_bg_1.png);
    background-size: 100% 100%;
}
.cps_icon2{
    background: url(../images/cps_blue_bg_2.png);
    background-size: 100% 100%;
}
.cps_icon3{
    background: url(../images/cps_blue_bg_3.png);
    background-size: 100% 100%;
}
.cps_icon4{
    background: url(../images/cps_blue_bg_4.png);
    background-size: 100% 100%;
}
.cps_icon5{
    background: url(../images/cps_blue_bg_5.png);
    background-size: 100% 100%;
}
.cps_icon6{
    background: url(../images/cps_blue_bg_5.png);
}
.cps_icon2_1{
    background: url(../images/cps_org_bg_1.png);
}
.cps_icon2_2{
    background: url(../images/cps_org_bg_2.png);
}
.cps_icon2_3{
    background: url(../images/cps_org_bg_3.png);
}
.cps_icon2_4{
    background: url(../images/cps_org_bg_4.png);
}
.cps_icon2_5{
    background: url(../images/cps_org_bg_5.png);
}
.cps_icon2_6{
    background: url(../images/cps_org_bg_5.png);
}
.pub_right {
}
.padding-let-10{
    padding-left: 10px;
}
.mar-let-35{
    margin-left: 35px !important;
}
.disc-wrap{
    width: 390px;
    padding-top: 62px;
    float: left;
    text-align: center;
    /* margin-left: 23px; */
    /* margin-top: 49px; */
}
.disc-wrap span{
    display: inline-block;
}
.disc_icon{
    width: 57px;
    height: 24px;
    background: url(../images/discount_icon.png);
    margin-right: 10px;
    color:#fff;
    text-align: center;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
    color: #ffffff;
    vertical-align: top;
}
.disc_int{
    font-family: ArialMT;
	font-size: 42px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
    color: #ff6600;
    /* margin-right: 10px; */
}
.disc_int span{
    font-size: 16px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #ff6600;
}
.disc_num{
    font-family: ArialMT;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
    color: #ff6600;
    margin-right: 10px;
}
.disc_ori_price{
	height: 12px;
	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #666666;
    text-decoration:line-through;
    text-align: center;
}
.cps_btn_left{
    width: 180px;
	height: 44px;
	background-color: #2a9ff0;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    display: inline-block;
    margin-top: 24px;
    margin-left: 23px
}
.cps_btn_right{
	background-color: #ff7400;
}
.zk_pub_bg{
    background-color: #f9faff;
    padding-bottom: 60px;
}
.cps_pad{
    padding-bottom: 60px;
}
.pub_left{
    width: 402px;
    height: 200px;
    background: url(../images/pub_cloud_bg.png);
    padding:36px 30px;
}
.pub_left div:nth-child(1),.pub_left div:nth-child(2){
    color: #ffffff;
    font-size: 22px;
}
.pub_left div:nth-child(2){
    margin-bottom: 30px;
}
.pub_left div:nth-child(3),.pub_left div:nth-child(4){
    color: #ffffff;
    font-size: 14px;
}
.pub_mid{
    width: 464px;
    padding: 34px 0px;
    height: 200px;
    box-sizing: border-box;
}
.pub_mid span:nth-child(1){
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/pub_cloud_icon.png);
    margin-right: 7px;
}
.pub_mid span:nth-child(2){
    vertical-align: middle;
    display: inline-block;
    margin-top: -7px;
}
.pub_mid div{
    float: left;
    /* margin-right: 90px; */
    width: 120px;
    margin-bottom: 38px;
    font-size: 14px;
    color: #666;
}
.marg{
    margin-right: 46px;
    margin-left: 46px;
}
.buy-btn{
    display: inline-block;
    width: 114px;
	height: 34px;
	background-color: #ff7400;
    border-radius: 20px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
    margin:0 auto;
    margin-top: 30px;
    cursor: pointer;
    margin-left: 22px;
    margin-right: 10px
}
.checksys-btn{
    text-align: center;
    display: inline-block;
    width: 114px;
    height: 34px;
    line-height: 34px;
	border-radius: 17px;
    border: solid 1px #ff7400;
    font-size: 14px;
    color: #ff7400;
}
.pub_right .disc_ori_price{
    margin-top:0;
}
.up_renew_bg{
    min-width: 1200px;
    height: 398px;
    background: url(../images/discount_bg.png);
    background-position: center;
}
.renew_content{
    margin-top:50px;
}
.to_cent_wrap{
    width: 1200px;
    margin:0 auto;
}
.renew_content_left,.renew_content_right{
    width:506px;
    margin-left: 44px;
    margin-top: 96px;
}
.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;
}
.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{
    width: 158px;
	height: 31px;
	background-color: rgba(255, 102, 0,.04);
    border: solid 1px #ffc29a;
    margin-bottom: 5px;
    font-size: 12px;
}
.renew_coupon span{
    color: #ff6600;
    font-size: 12px;
    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;
}
.marg_10{
    margin-right: 10px;
}
.renew_btn{
    width: 180px;
	height: 44px;
    border-radius: 4px;
    text-align: center;
    line-height: 44px;
    margin-top: 16px;
    cursor: pointer;
    background-color: #ff7400;
}
.have_btn{
    background-color: #bbbbbb;
    pointer-events: none;
    cursor: default;
}
.renew_btn span{
    color: #ffffff;
    font-size: 16px;
}
.new_btn{
    width: 180px;
	height: 40px;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    margin-top: 24px;
}
.new_btn a{
    color: #ffffff;
    font-size: 16px;
}
.server_content{
    width: 1200px;
    margin:0 auto;
}
.server_bg{
    width: 366px;
    height: 510px;
    background: url(../images/server_bg.png);
    color:#fff;
    font-size: 26px;
    text-align: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
	border: solid 1px #dbe0e5;
}
.server_bg_title{
    line-height: 90px;
}
.server_content .server_line{
    padding-top: 18px;
}
.server_content .select_wrap{
    margin: 6px 0 12px 30px; 
}
.select_btn{
    width: 250px;
    overflow: hidden;
    padding-left: 1px;
}
.select_btn .item{
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    margin-left: -1px;
    float: left;
    border:1px solid #ccc;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    font-size: 14px;
}
.select_btn .item.active{
    border-color: #00a4ff;
    color: #00a4ff;
    background-color: #eff9ff;
    z-index: 10;
}
.select_btn1 .item{
    width: 20%;
}
.select_btn2 .item{
    width: 33.3%;
}
.size_wrap{
    width: 86px;
    height: 46px;
    margin:0 48px;
    margin-top: 30px;
}
.size_wrap div{
    display: block
}
.size_wrap div:nth-child(1){
    color:#333;
    font-size: 18px;
    width: 100%;
    height: 50%;
}
.size_wrap div:nth-child(2){
    color:#666;
    font-size: 16px;
    /* width: 100%;
    height: 50%; */
}
.marg_20{
    margin-top: 26px;
}
.common_disc{
    margin-top: 38px;
    text-align: center
}
.common_disc-wrap{
    text-align: center
}
.common_disc_icon{
    display: inline-block;
    width: 57px;
    height: 24px;
    background: url(../images/discount_icon.png);
    margin-right: 10px;
    color: #ffffff;
    font-size: 14px;
    vertical-align: top;
}
.common_disc_num{
    font-family: ArialMT;
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #ff6600;
    /* margin-right: 8px; */
}
.common_disc_num span{
    font-size: 16px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #ff6600;
}
.common_disc_unit{
    font-family: ArialMT;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #ff6600;
    margin-right: 10px;
}
.common_disc_ori_price{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 45px; */
    letter-spacing: 0px;
    color: #666666;
    text-decoration: line-through;
}
.common_disc_btn{
    display: inline-block;
    width: 160px;
    height: 40px;
    background-color: #ff7400;
    border-radius: 20px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 22px;
}
.server_line ,.server_time{
    text-align: left
}
.server_line span,.server_time span{
    color: #666666;
    font-size: 16px;
    text-align: left;
}
.ser_marg{
    margin-right: 50px;
}
.cloud_computer{
    background: #f9faff;
    padding-bottom: 50px;
}
.cloud_computer_wrap{
    width: 1200px;
    margin:0 auto;
}
.cloud_computer_block{
    width: 285px;
    height: 495px;
    background: url(../images/cloud_computer.png);
}
.cloud_computer_title{
    color: #ffffff;
    font-size: 26px;
    padding:32px 77px;
    text-align: center
}
.cloud_computer_sm{
    width: 90px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    margin-left: 2px;
}
.cloud_computer_sm div:nth-child(1){
    color: #333333;
    font-size: 16px;
    margin-top: 20px;
}
.cloud_computer_sm div:nth-child(2){
    color: #666;
    font-size: 14px;
}
.cloud_compute_line ,.cloud_compute_time{
    text-align: left;
    margin-top:20px;
}
.cloud_compute_line span,.cloud_compute_time span{
    color: #666666;
    font-size: 16px;
    text-align: left;
    margin-left:20px;
}
.cloud_compute_marg{
    margin-right: 18px;
}
.cur-pon{
    cursor: pointer;
}
.bold{
    font-weight: bold;
}
.box-show{}
.box-show:hover{
    box-shadow: 0 0 6px 0 rgba(184, 184, 184, 0.7)
}
.secondKill_time >.time_disabled{
    color:#666;
    background-color: #eff0f5;
	border: solid 1px #cdced5;
}
.formTable  td  span{
    padding-top: 4px;
    display: inline-block;
}
/* 下面是hcf的代码 end */