﻿@media screen and (max-width: 1233px){
	.auto {
		padding-left: 0;
	}
}
body {
	min-width: 1200px;
}
.header-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 72px;
}
.auto {
	min-width: 1200px;
}
.act-banner {
	position: relative;
	padding-top: 199px;

	height: 585px;
	background: url(../images/v4_banner.jpg) no-repeat center;
	overflow: hidden;
	text-align: center;
}
.act-banner .title {
	font-size: 36px;
	color: #42f4ff;
}
.act-banner .sub-title {
	margin-top: 50px;
	font-size: 54px;
	font-weight: bold;
	color: #fff;
}
.module {
	position: relative;
	padding-top: 60px;
	height: auto;
	background-color: #1b0b47;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
.module .auto {
	position: relative;
    z-index: 20;
}
.bg-shallow {
	background-color: #221254;
}
.module .block-title {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/block_title_bg.png);
	margin-bottom: 50px;
	font-size: 36px;
	color: #fff;
}
.module-host {
	padding-bottom: 60px;
}
.module-host .block-title {
	background-image: url(../images/host_title_bg.png);
}
.module-server .block-title {
	background-image: url(../images/server_title_bg.png);
}
.has-rule {
	padding-bottom: 60px;
}
.has-rule .block-title {
	margin-bottom: 10px;
}
.rule-btn {
	display: inline-block;
	margin-bottom: 35px;
	font-size: 16px;
	color: #0eedf0;
}

/* 背景图标 */
.v4-icon {
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
}
.v4-icon-01 {
	top: 370px;
	left: 0;
	width: 168px;
	height: 272px;
	background-image: url(../images/v4_icon_01.png);
}
.v4-icon-02 {
	top: 60px;
	right: 0;
	width: 153px;
	height: 246px;
	background-image: url(../images/v4_icon_02.png);
}
.v4-icon-03 {
	bottom: 212px;
	left: 190px;
	width: 15px;
	height: 92px;
	background-image: url(../images/v4_icon_03.png);
}
.v4-icon-04 {
	bottom: 134px;
	right: 65px;
	width: 80px;
	height: 197px;
	background-image: url(../images/v4_icon_04.png);
}

.v4-icon-09 {
	bottom: 0;
	left: 0;
	width: 181px;
	height: 529px;
	background-image: url(../images/v4_icon_09.png);
}
.v4-icon-10 {
	top: 188px;
	right: 100px;
	width: 38px;
	height: 38px;
	background-image: url(../images/v4_icon_06.png);
}
/* trait */
.module-trait {
    padding: 60px 0;
	height: 310px;
	background: url(../images/v4_trait_bg.jpg) no-repeat center;
}
.module-trait .trait-list {
    width: 100%;
}
.module-trait .trait-list li {
    display: list-item;
    float: left;
    padding: 100px 30px 0;
    height: 190px;
    width: 285px;
    margin-left: 20px;
    background-repeat: no-repeat;
    background-position: center 24px;
    color: #fff;
}
.module-trait .trait-list li:first-child{
    margin-left: 0;
}
.trait-list .trait-name {
    font-size: 24px;
}
.trait-list .trait-info {
    margin-top: 10px;
	font-size: 14px;
	color: #d7ccfc;
}

/* 配置模块 */
.item-list {
	width: 100%;
}
.item-list > li {
	float: left;
	width: 285px;
	margin-left: 20px;
	text-align: center;
	background-color: #fff;
}
.item-list li:first-child {
	margin-left: 0;
}
.item-list .item-title-box {
	padding-top: 30px;
	height: 105px;
	background: url(../images/item_header_bg.png) no-repeat center;
}
.item-list .item-title {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.item-list .item-sub-title {
	margin-top: 10px;
}
.item-sub-title .star-icon {
	display: inline-block;
	width: 17px;
	height: 14px;
	background: url(../images/star_icon.png) no-repeat center;
}
.config-list {
	margin: 10px 9px 0;
}
.config-list li {
	position: relative;
	float: left;
	margin-top: 20px;
	width: 89px;
	height: 46px;
}
.module-server .config-list li {
	width: 130px;
}
.config-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 35px;
	content: '';
	background-color: #ddd;
}
.config-list li.first-child {
	margin-left: 0;
}
.config-list li.first-child::before {
	width: 0;
}
.config-list .config-name {
	margin-top: 5px;
	font-size: 14px;
	color: #666;
}
.config-list .config-value {
	font-size: 16px;
	font-weight: bold;
	color: #059fff;
}
.module-server .config-value {
	font-size: 24px;
}
.config-list .config-unit {
	font-size: 14px;
}
.safe-span {
	display: inline-block;
	margin-top: 18px;
	padding-left: 16px;
	background: url(../images/safe_bg.png) no-repeat left center;
	font-size: 14px;
	color: #059fff;
}
.months-box,
.line-box {
	margin: 18px 33px 0;
}
.months-box a,
.line-box a {
	display: inline-block;
	float: none;
	width: 108px;
	height: 30px;
	line-height: 29px;
	border: 1px solid #ddd;
	border-left: none;
	text-align: center;
	font-size: 14px;
	color: #666;
	margin: 0 auto;
}
.months-box a:first-child,
.line-box a:first-child {
	border-left: 1px solid #ddd;
}
.months-box a.active,
.line-box a.active {
	background: url(../images/tab_bg.jpg) no-repeat center;
	color: #fff;
}
.line-box a.disabled {
	background: #eee;
	color: #aaa;
	cursor: not-allowed;
}
.months-box a {
	width: 72px;
}
.price-box {
	margin-top: 20px;
}
.module-idc .price-box {
	margin-top: 8px;
}
.item-list .price-text {
	font-size: 14px;
	color: #ff6600;
}
.price-text span {
	font-size: 24px;
	font-weight: bold;
}
.item-list .original-price {
	font-size: 14px;
	color: #666;
}
.item-list .ticket_icon {
	display: inline-block;
	margin-left: 5px;
	width: 80px;
	height: 20px;
	background: url(../images/ticket_bg.png) no-repeat center;
}
.buy-btn {
	display: inline-block;
	margin: 20px 0;
	width: 219px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: url(../images/item_btn_bg.png) no-repeat center;
	font-size: 20px;
	color: #fff;
}
.buy-btn.disabled {
    background: #eee;
    color: #aaa;
    cursor: not-allowed;
}
/* 优势 */
.trait-title {
	margin: 50px 0 47px;
	font-size: 30px;
	color: #fff;
}
.adv-list {
	width: 100%;
	border-left: 1px solid #0682bc;
	border-top: 1px solid #0682bc;
}
.adv-list li {
	float: left;
	padding-top: 105px;
	width: 399px;
	height: 230px;
	border-right: 1px solid #0682bc;
	border-bottom: 1px solid #0682bc;
	background-repeat: no-repeat;
	background-position: center 35px;
}
.host-item-01 {
	background-image: url(../images/host_icon_01.png);
}
.host-item-02 {
	background-image: url(../images/host_icon_02.png);
}
.host-item-03 {
	background-image: url(../images/host_icon_03.png);
}
.host-item-04 {
	background-image: url(../images/host_icon_04.png);
}
.host-item-05 {
	background-image: url(../images/host_icon_05.png);
}
.host-item-06 {
	background-image: url(../images/host_icon_06.png);
}
.server-item-01 {
	background-image: url(../images/server_icon_01.png);
}
.server-item-02 {
	background-image: url(../images/server_icon_02.png);
}
.server-item-03 {
	background-image: url(../images/server_icon_03.png);
}
.server-item-04 {
	background-image: url(../images/server_icon_04.png);
}
.server-item-05 {
	background-image: url(../images/server_icon_05.png);
}
.server-item-06 {
	background-image: url(../images/server_icon_06.png);
}
.adv-list .adv-name {
	font-size: 20px;
	color: #fff;
}
.adv-list .adv-info {
	margin-top: 10px;
	padding: 0 46px;
	line-height: 24px;
	text-align: justify;
	font-size: 14px;
	color: #aaa;
}

/* upgrade */
.module-upgrade {
	padding-top: 80px;
	height: 611px;
	background: url(../images/upgrade_bg.png) no-repeat center;
}
/* .module-upgrade .block-title{
	margin-bottom: 30px;
} */
.block-sub-title {
	font-size: 16px;
	color: #fff;
}
.upgrade-renew {
	width: 100%;
	margin-top: 45px;
}
.upgrade-renew li {
	display: list-item;
	float: left;
	padding-top: 25px;
	width: 570px;
	margin-left: 60px;
	height: 317px;
}
.upgrade-renew li:first-child {
	margin-left: 0;
}
.upgrade-renew .content {
	font-size: 34px;
	color: #0eedf0;
}
.upgrade-renew .content span {
	font-size: 84px;
	font-weight: bold;
	color: #fff;
}
.upgrade-renew .info {
	font-size: 20px;
	color: #ddd;
}
.upgrade-renew .btn-buy {
	display: inline-block;
	margin-top: 38px;
	width: 360px;
	height: 64px;
	line-height: 64px;
	font-size: 24px;
	color: #2c41c9;
}

/* solution */
.module-solution {
	height: 716px;
}
.module-solution .block-title {
	margin-bottom: 70px;
}
.solution-box-wraper {
	width: 100%;
	background: #292e33;
}
.solution-box {
	position: relative;
}
.solution-list {
	width: auto!important;
}
.solution-list ul li {
	float: left;
	position: relative;
	height: 420px;
	width: 240px;
	transition: background-color .5s;
	-moz-transition: background-color .5s;
	-webkit-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.solution-bg-li01 {
	background: url(../images/solution_bg_01.png) no-repeat center;
}
.solution-bg-li02 {
	background: url(../images/solution_bg_02.png) no-repeat center;
}
.solution-bg-li03 {
	background: url(../images/solution_bg_03.png) no-repeat center;
}
.solution-bg-li04 {
	background: url(../images/solution_bg_04.png) no-repeat center;
}
.solution-bg-li05 {
	background: url(../images/solution_bg_05.png) no-repeat center;
}
@media only screen and (max-width: 1200px) {
	.solution-list ul li {
		width: 224px;
	}
}
@media only screen and (max-width: 1017px) {
	.solution-list ul li {
		width: 224px;
	}
}
.solution-list ul li .li-bgcolor {
	height: 100%;
	position: absolute;
	width: 100%;
	background-color: #292e33;

}
.li-bgcolor.opa-5 {
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
}
.li-bgcolor.opa-8 {
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
}
.solution-list ul li > i {
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	z-index: 2;
	background-position: center;
	background-repeat: no-repeat;
	transition: top .5s;
	-moz-transition: top .5s;
	-webkit-transition: top .5s;
	-o-transition: top .5s;
}
.solution-list ul li > i.cloud-icon {
	background-image: url(../images/solution_item_icon_01.png);
}
.solution-list ul li > i.finance-icon {
	background-image: url(../images/solution_item_icon_02.png);
}
.solution-list ul li > i.mobile-icon {
	background-image: url(../images/solution_item_icon_03.png);
}
.solution-list ul li > i.busin-icon {
	background-image: url(../images/solution_item_icon_04.png);
}
.solution-list ul li > i.game-icon {
	background-image: url(../images/solution_item_icon_05.png);
}
.solution-list ul li:hover > i {
	margin-left: -30px;
	width: 60px;
	height: 60px;
}
.solution-list ul li > p.solution-title {
	position: absolute;
	top: 200px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	z-index: 2;
	transition: top .5s;
	-moz-transition: top .5s;
	-webkit-transition: top .5s;
	-o-transition: top .5s;
}
.solution-list ul li > p.solution-intro {
	text-indent: 26px;
	font-size: 12px;
	height: 150px;
	padding: 0 30px;
	overflow: hidden;
	position: absolute;
	top: 242px;
	text-align: justify;
	color: #fff;
	line-height: 2;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .6s;
	-moz-transition: all .6s ;
	-webkit-transition: all .6s ;
	-o-transition: all .6s ;
}
.solution-list ul li > a {
	position: absolute;
	top: 385px;
	left: 50%;
	margin-left: -59px;
	width: 118px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 14px;
	color: #fff;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .6s ;
	-moz-transition: all .6s ;
	-webkit-transition: all .6s ;
	-o-transition: all .6s ;
}
.solution-list ul li:hover .li-bgcolor {
	background-color: #6461f7;
}
.solution-list ul li:hover i {
	top: 40px;
}
.solution-list ul li:hover p.solution-title {
	top: 130px;
}
.solution-list ul li:hover p.solution-intro {
	top: 178px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.solution-list ul li:hover a {
	top: 350px;
	opacity: 1;
	filter: alpha(opacity=100);
}


/* rule */
.rule-wrapper {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -388px;
	margin-top: -246px;
	width: 776px;
	height: 492px;
	background: url(../images/pop_bg.png) no-repeat center;
	z-index: 1000;
}
.rule-wrapper.smart-wrapper {
	height: 320px;
	background-image: url(../images/pop_smart_bg.png);
}
.rule-wrapper .rule-title {
	margin-top: 40px;
	margin-bottom: 10px;
	padding-left: 40px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.rule-wrapper p {
	margin-top: 5px;
	padding: 0 70px 0 40px;
	line-height: 25px;
	font-size: 14px;
	color: #bae2fb;
}
.close-pop {
	display: inline-block;
	position: absolute;
	right: 26px;
	top: 25px;
	width: 32px;
	height: 32px;
	background: url(../images/close_pop.jpg) no-repeat center;
	cursor: pointer;
}
.rule-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
}
