body{width:expression(document.body.clientWidth <= 1200? "1200px": "auto");min-width:1200px; background:#0c131b;}
.header-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 72px;
}
.header {
    background-color: transparent;
}
.actionBox{
	background-image: url('img/action_bg.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #0c131b;
	width:100%;
	padding-bottom: 70px;
}
/* banner */
.action_banner{
	width:100%;
	height:590px; 
	margin-bottom: 360px;
	position: relative;
}
.a_banner_title{
	width: 920px;
	height: 228px;
	margin:auto;
	position: relative;
	top: 200px;
}
.a_banner_title_a{
	background-image: url('img/action_banner_title01.png');
	background-position: left center;
	background-repeat: no-repeat;
	width: 100%;
	height: 108px;
}
.a_banner_title_b{
	background-image: url('img/action_banner_title02.png');
	background-position: right center;
	background-repeat: no-repeat;
	width: 100%;
	height: 115px;
	margin-top: 5px;
}
.a_banner_word{
	background-image: url('img/action_banner_word.png');
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 35px;
	position: relative;
    top: 230px;
}
/* 专区公共样式 */

/*********** 标题 *************/
.actdiv_titlebox{
	border: 1px solid #2068da;
    border-bottom: 0;
    position: relative;
    width: 600px;
    margin: 120px auto 0px;
    text-align: center;
    padding: 5px 0;
}
.actdiv_title {
  font-size: 30px;
  color: #2068da;
  background-image: linear-gradient(to top,#0358bf,#3ba3f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  position: relative;
  display: block;
  top: 22px;
  letter-spacing: 5px;
  overflow: hidden;
}
.actdiv_title:before{
	content: '';
	width: 50%;
	height: 1px;
	background-color: #2068da;
	position: absolute;
    top: 50%;
    left: -135px;
}
.actdiv_title:after{
	content: '';
	width: 50%;
	height: 1px;
	background-color: #2068da;
	position: absolute;
    top: 50%;
    right: -135px;
}
.actdiv_describe{
	color: #fff;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 70px;
    font-size: 16px;
    letter-spacing: 5px;
}

/*********** 产品框 *************/
.act_item{
	float: left;
	width: 376px;
	margin-left: 36px;
	margin-bottom: 36px;
	text-align: center;
	border: 1px solid #2068da;
}
.act_division_Server .act_item {
    float: left;
    width: 582px;
    margin-left: 36px;
    text-align: center;
    border: 1px solid #2068da;
}
.act_domain .act_item{
	width: 273px;
}
.act_item:first-child{
	margin-left: 0;
}



.act_item_title{
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	padding: 25px 10px;
	letter-spacing: 3px;
    background-image: -moz-linear-gradient( 180deg, rgb(47,113,223) 0%, rgb(30,75,204) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(47,113,223) 0%, rgb(30,75,204) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(47,113,223) 0%, rgb(30,75,204) 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#2f71df',endColorStr='#1e4bcc',gradientType='0'); 
}
.act_item_tip{
	display: block;
    font-weight: 100;
    font-size: 16px;
    margin-top: 10px;
}
.act_item_configure{
	border-top: 1px solid #2f71df;
	border-bottom: 1px solid #2f71df;
	margin: 35px 15px 25px;
    padding: 15px 0;
    color: #fff;
}
.act_domain .act_item_configure{
	display: block;
}
.configure_domain{
	font-size: 14px;
}
.act_item_configureul:nth-child(2){
	margin-top: 20px;
}
.act_item_configureul .act_item_configureli{
	float: left;
    color: #fff;
    width: 113px;
    height: 100%;
    padding: 0 10px;
    border-left: 1px solid #2f71df;
}
.act_item_configureul .act_item_configureli:first-child{
	border-left: 0;
}

.CloudVip .act_item_configureul .act_item_configureli{
	width: 172px;
} 
.CloudVip .act_item_configureul:last-child,.CloudVip .act_item_configureul:last-child .act_item_configureli{
	height: 52px;
}

.configure_top{
	color:rgba(255,255,255,0.7);
	margin-bottom: 10px;
}
.configure_bot{
	font-size: 14px;
}

.act_item_Trends{
	padding: 0 30px;
	width: 100%;
	margin: 15px auto 35px;
	color: #fff;
}
.act_division_Server .act_item_Trends{
	padding: 0 70px;
}
.Trends_list_float{
	display: inline-block;
	width: 100%;
}
.Trends_list{
	line-height: 34px;
    height: 34px;
    margin-bottom: 15px;
    float: left;
    width: 50%;
}
.Trends_list_title{
	display: inline-block;
    float: left;
}
.Trends_list_word{
    text-align: left;
    margin-left: 58px;
}
.Trends_list_select .Trends_list_selectbox{
	float: left;
    border: 1px solid #2f71df;
    width: 85px;
    height: 34px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}
.time-select-btn:first-child {
	margin-left: 0;
}
.Trends_list_select .Trends_list_selectbox:nth-child(2){
	left: -1px;
}
.Trends_list_select .Trends_list_selectbox:nth-child(3){
	left: -2px;
}
.Trends_list_select .Trends_list_selectbox:nth-child(4){
	left: -3px;
}
.Trends_list_select .Trends_list_selectbox:hover{
	border-color: #ffba00;
	color: #ffba00;
	z-index: 1;
}
.Trends_list_select .Trends_list_selectbox.active{
	border-color: #ffba00;
	z-index: 1;
}
.Trends_list_select .Trends_list_selectbox.active:after{
	content: '';
    width: 20px;
    height: 20px;
    background-image: url(img/active_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.Trends_pricebox{
	margin-top: 10px;
}
.price_box_top .nowprice{
  font-size: 45px;
  color: rgb(255, 186, 0);
  font-weight: bold;
  line-height: 1.2;
}
.price_box_top span{
	font-size: 18px;
}
.price_box_bot span{
	font-size: 14px;
	color: rgba(255,255,255,0.7);
}
.price_box_bot .price_strike{
	text-decoration: line-through;
}
.act_domain .act_item .price_box_bot{
	height: 21px;
}
.visi-hidden{
	visibility: hidden;
}
.Trends_pricebox_link a{
	width: 100%;
	color: #fff;
	display: block;
	padding: 14px 0px;
    font-size: 18px;
    letter-spacing: 3px;
    margin: 20px auto 0;
	background-image: -moz-linear-gradient( 0deg, rgb(255,93,0) 0%, rgb(255,143,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,93,0) 0%, rgb(255,143,0) 100%);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ff5d00',endColorStr='#ff8f00',gradientType='0'); 
}
.act_division_Server .Trends_pricebox_link a{
	width: 70%;
}
/* 活动规则 */
.act_rules{
	border: 1px solid #2e70df;
    color: #fff;
    margin: 50px auto 0px;
    padding: 50px 10px 50px 90px;
}
.act_rules h3{
    font-size: 24px;
}
.act_rules p{
	line-height: 30px;
    font-size: 14px;
    margin-top: 30px;
}



















