/* banner start*/
.global-banner {
	width: 100%;
	height: 300px;
	background: #2c343d;
	position: relative
}

.global-banner .center {
	position: relative
}

.global-banner .center h1 {
	padding: 0;
	text-align: left;
	font-size: 50px;
	color: #fff;
	position: absolute;
	top: 75px;
	left: 111px;
	font-weight: 400;
	animation: virtualBannerh1 1s ease-in-out
}

.global-banner .center h3 {
	padding: 0;
	font-size: 22px;
	color: #fff;
	position: absolute;
	top: 170px;
	left: 111px;
	font-weight: 400;
	animation: virtualBannerh1 1s ease-in-out
}

.global-banner .center .icon {
	position: absolute;
	background-image: url(img/banner.png);
    background-repeat: no-repeat;
    top: 62px;
	right: 134px;
	width: 356px;
	height: 207px;
	animation: virtualBannerimg 1s ease-in-out
}
/* banner end */

/* 导航 start */
.buypage .service-nav {
	background: #fff
}

.buypage .service-nav ul {
	overflow: hidden
}

.buypage .service-nav li {
	width: 25%;
	*width: 220px;
	box-sizing: border-box;
	padding-left: 70px;
	position: relative;
	float: left;
	height: 120px
}

.buypage .service-nav li .icon {
	/* background-image: url(img/buypage.png); */
	position: absolute;
	left: -12px;
}

.buypage .service-nav li h3 {
	padding-top: 23px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #333
}

.buypage .service-nav li p {
	font-size: 12px;
	color: #999
}

.buypage .service-nav .s1 .icon {
    width: 53px;
    height: 53px;
    top: 34px;
    background: url(img/1.png) no-repeat center;
}

.buypage .service-nav .s2 .icon {
	width: 53px;
    height: 53px;
    top: 34px;
    background: url(img/2.png) no-repeat center;
}

.buypage .service-nav .s3 .icon {
	width: 53px;
    height: 53px;
    top: 34px;
    background: url(img/3.png) no-repeat center;
}

.buypage .service-nav .s4 .icon {
	width: 53px;
    height: 53px;
    top: 34px;
    background: url(img/4.png) no-repeat center;
}

body .buypage .service-nav li {
	width: 25%;
	padding-left: 42px;
}

.IE7_hack .buypage .service-nav li {
	width: 21%;
}

.IE7_hack .buypage .service-nav li.s1 .icon {
	margin-left: 40px;
}

.IE7_hack .buypage .service-nav li.s1 h3,
.IE7_hack .buypage .service-nav li.s1 p {
	margin-left: 48px;
}

.IE7_hack .buypage .service-nav li .line {
	top: 36px;
}

.IE7_hack .buypage .service-nav li h3,
.IE7_hack .buypage .service-nav li p {
	margin-left: 72px;
}

.IE7_hack .buypage .service-nav li .icon {
	margin-left: 56px;
}

.buypage .service-nav li .icon {
	margin-left: 62px;
}

.buypage .service-nav li h3,
.buypage .service-nav li p {
	margin-left: 78px;
}

.buypage .service-nav li.s1 h3,
.buypage .service-nav li.s1 p {
	margin-left: 54px;
}

.buypage .service-nav li.s1 .icon {
	margin-left: 44px;
}

.buypage .service-nav li .line {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	right: -28px;
	width: 1px;
	height: 47px;
	margin: auto;
	background: #e4e4e4;
}
/* 导航 end */

/* other start */

.buypage .floor-box .floor h1 {
	font-size: 30px;
	color: #333;
	font-weight: 400;
	padding: 30px 0;
	text-align: center
}

.buypage .floor-box .floor .classify {
	overflow: hidden;
	padding: 10px
}

.buypage .floor-box .floor .classify .classify-lis {
	position: relative;
	width: 360px;
	padding: 23px 0;
	background: #fff;
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid #eee
}

.buypage .floor-box .floor .classify .classify-lis .ys {
	position: absolute;
	top: 0;
	right: 0;
	width: 85px;
	height: 85px;
	background-position: 0 -336px;
	display: none
}

.buypage .floor-box .floor .classify .classify-lis .ys.xs {
	display: block
}

.buypage .floor-box .floor .classify .classify-lis .title {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px
}

.buypage .floor-box .floor .classify .classify-lis .title h2 {
	font-size: 26px;
	color: #333;
	text-align: center;
	font-weight: 400
}

.buypage .floor-box .floor .classify .classify-lis .title p {
	font-size: 12px;
	color: #999;
	text-align: center;
	padding-top: 10px
}

.buypage .floor-box .floor .classify .classify-lis .data-size ul {
	overflow: hidden
}

.buypage .floor-box .floor .classify .classify-lis .data-size .data-sizelis {
	width: 33.3333333%;
	*width: 33%;
	padding: 20px 0;
	position: relative
}

.buypage .floor-box .floor .classify .classify-lis .data-size .data-sizelis h3 {
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: 400
}

.buypage .floor-box .floor .classify .classify-lis .data-size .data-sizelis h3 span {
	font-size: 12px
}

.buypage .floor-box .floor .classify .classify-lis .data-size .data-sizelis p {
	text-align: center;
	color: #999
}

.buypage .floor-box .floor .classify .classify-lis .data-size .data-sizelis .line {
	position: absolute;
	width: 1px;
	height: 44px;
	right: 0;
	top: 20px;
	background: #eee
}

.buypage .floor-box .floor .classify .classify-lis .data-size .discribe {
	padding-left: 30px
}

.buypage .floor-box .floor .classify .classify-lis .data-size .discribe p {
	color: #666;
	padding-bottom: 7px
}

.buypage .floor-box .floor .classify .classify-lis .data-prise {
	padding: 10px 0
}

.buypage .floor-box .floor .classify .classify-lis .data-prise h3 {
	text-align: center;
	font-size: 36px;
	color: #f00909
}

.buypage .floor-box .floor .classify .classify-lis .data-prise h3 span {
	font-size: 14px;
	color: #f00909;
	font-weight: normal
}

.buypage .floor-box .floor .classify .classify-lis .data-prise h3 b {
	font-weight: normal;
	padding-left: 5px;
	color: #999;
	font-size: 14px
}

.buypage .floor-box .floor .classify .classify-lis .data-prise p {
	text-align: center;
	padding-top: 7px
}

.buypage .floor-box .floor .classify .classify-lis .data-prise p span {
	position: relative;
	color: #f8823d
}

.buypage .floor-box .floor .classify .classify-lis .data-prise p span .icon {
	position: absolute;
	width: 15px;
	height: 14px;
	top: 2px;
	left: -20px;
	background-position: -189px -739px
}

.buypage .floor-box .floor .classify .classify-lis .button a {
	height: 44px;
	width: 218px;
	border: 1px solid #e4e4e4;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 44px;
	font-size: 16px;
	color: #666;
	border-radius: 4px
}

.buypage .floor-box .floor .classify .classify-lis+.classify-lis {
	margin-left: 30px
}

.buypage .floor-box .floor .classify .show {
	border: 1px solid #e84047;
	box-shadow: 0 0 10px rgba(240, 9, 9, 0.85)
}

.buypage .floor-box .floor .classify .show .button a {
	border-color: #e84047;
	background: #e84047;
	color: #fff
}

.buypage .floor-box .f1 {
	background: #f2f2f2
}

.buypage .floor-box .f2 {
	background: #f2f2f2;
	padding-bottom: 50px
}

.buypage .floor-box .f3 .top {
	background: #f2f2f2;
	height: 55px
}

.buypage .floor-box .f3 .top .fixbox {
	height: 55px
}

.buypage .floor-box .f3 .top .center {
	background: #f2f2f2;
	height: 100%;
	position: relative;
	border: 1px solid #f2f2f2;
	border-bottom: 0
}

.buypage .floor-box .f3 .top .line {
	position: absolute;
	height: 2px;
	width: 100%;
	background: #e2383a;
	left: 0;
	bottom: 0;
	z-index: 0
}

.buypage .floor-box .f3 .top ul {
	position: absolute;
	height: 100%;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 1
}

.buypage .floor-box .f3 .top .f3-nav {
	width: 198px;
	height: 53px;
	cursor: pointer;
	line-height: 53px;
	text-align: center;
	font-size: 16px;
	color: #666
}

.buypage .floor-box .f3 .top .now {
	background: #fff;
	border: 2px solid #e2383a;
	border-bottom: 0;
	color: #e2383a
}

.buypage .floor-box .f3 .content .top-title {
	position: relative;
	height: 117px
}

.buypage .floor-box .f3 .content .top-title h2 {
	width: 111px;
	height: 117px;
	top: 0;
	left: 0;
	position: absolute;
	font-size: 22px;
	line-height: 117px;
	color: #333;
	font-weight: 400
}

.buypage .floor-box .f3 .content .top-title .line-box {
	height: 100%;
	padding-left: 111px;
	position: relative;
	overflow: hidden;
	line-height: 117px
}

.buypage .floor-box .f3 .content .top-title .line-box .line {
	background: #e4e4e4;
	width: 100%;
	height: 1px;
	display: inline-block;
	*background: #fff;
	*border-bottom: 1px solid #e4e4e4;
	*margin-top: 58px
}

.buypage .floor-box .f3 .content .cpgs .tiny-box {
	overflow: hidden
}

.buypage .floor-box .f3 .content .cpgs .tiny-box .tiny-lis {
	width: 585px;
	height: 230px;
	border: 1px solid #ebebeb;
	background: #f7f7f7;
    margin-bottom: 28px;
    margin-right:26px;
}
.buypage .floor-box .f3 .content .cpgs .tiny-box .tiny-lis:nth-child(2n){
    margin-right: 0;
}
.buypage .floor-box .f3 .content .cpgs .tiny-box .tiny-lis .icon-box {
	padding-top: 20px;
	padding-bottom: 10px
}

.buypage .floor-box .f3 .content .cpgs .tiny-box .tiny-lis .icon-box .icon {
	width: 104px;
	height: 104px;
	margin: 0 auto
}

.buypage .floor-box .f3 .content .cpgs .tiny-box .tiny-lis h3 {
	font-size: 16px;
	color: #666;
	height: 30px;
	line-height: 30px;
	text-align: center
}

.buypage .floor-box .f3 .content .cpgs .tiny-box .tiny-lis p {
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
    color: #666;
    padding: 0 53px;
}
.buypage .floor-box .f3 .content .cpgs .tiny-box .lis1 .icon {
    width: 94px;
    height: 94px;
    background: url(img/1.png) no-repeat center;
}

.buypage .floor-box .f3 .content .cpgs .tiny-box .lis2 .icon {
	width: 94px;
    height: 94px;
    background: url(img/2.png) no-repeat center;
}

.buypage .floor-box .f3 .content .cpgs .tiny-box .lis3 .icon {
	width: 94px;
    height: 94px;
    background: url(img/3.png) no-repeat center;
}

.buypage .floor-box .f3 .content .cpgs .tiny-box .lis4 .icon {
    width: 94px;
    height: 94px;
    background: url(img/4.png) no-repeat center;
}
/*
.buypage .floor-box .f3 .content .jscs .tiny-box {
	border-top: 1px solid #eee;
	box-sizing: border-box
}

.buypage .floor-box .f3 .content .jscs .tiny-box .clearfloat {
	clear: both
}

.buypage .floor-box .f3 .content .jscs .tiny-box .tiny-same li {
	border-bottom: 1px solid #eee;
	text-align: center;
	padding: 15px 13px;
	font-size: 12px;
	color: #666;
	box-sizing: border-box;
	vertical-align: middle
}

.buypage .floor-box .f3 .content .jscs .tiny-box .tiny-same h4 {
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #333;
	box-sizing: border-box;
	background: #f2f2f2
}

.buypage .floor-box .f3 .content .jscs .tiny-box .tiny-same .prise p {
	font-size: 30px;
	color: #f00909;
	font-weight: 700
}

.buypage .floor-box .f3 .content .jscs .tiny-box .tiny-same .prise p span {
	font-size: 12px;
	color: #f00909
}

.buypage .floor-box .f3 .content .jscs .tiny-box .tiny-same .prise .button {
	text-align: center
}

.buypage .floor-box .f3 .content .jscs .tiny-box .tiny-same .prise .button a {
	width: 130px;
	height: 36px;
	border: 1px solid #eee;
	display: inline-block;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 36px;
	border-radius: 4px
}

.buypage .floor-box .f3 .content .jscs .tiny-box .t1 {
	width: 165px
}

.buypage .floor-box .f3 .content .jscs .tiny-box .t1 h4 {
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	height: 41px
}

.buypage .floor-box .f3 .content .jscs .tiny-box .t1 li {
	border-left: 1px solid #eee
}

.buypage .floor-box .f3 .content .jscs .tiny-box .t1 .prise {
	border-bottom: 0;
	height: 106px;
	border-bottom: 1px solid #eee
}

.buypage .floor-box .f3 .content .jscs .tiny-box .t1 .obtain {
	border-right: 1px solid #eee
}

.buypage .floor-box .f3 .content .jscs .tiny-box .t2 h4 {
	border-left: 1px solid #eee
}

.buypage .floor-box .f3 .content .jscs .tiny-box .t2 .prise {
	border-bottom: 0
}

.buypage .floor-box .f3 .content .jscs .tiny-box .t3 h4 {
	border-left: 1px solid #eee
}

.buypage .floor-box .f3 .content .jscs .tiny-box .t3 .prise {
	border-bottom: 0
}

.buypage .floor-box .f3 .content .jscs .tiny-box .t4 h4 {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee
}

.buypage .floor-box .f3 .content .jscs .tiny-box .t4 .prise {
	border-bottom: 0
}

.buypage .floor-box .f3 .content .jscs .tiny-box .tiny-adapter {
	width: 345px
}

.buypage .floor-box .f3 .content .jscs .tiny-box .tiny-adapter .obtain {
	width: 50%;
	*width: 49%;
	box-sizing: border-box;
	border: 1px solid #eee;
	cursor: pointer
}

.buypage .floor-box .f3 .content .jscs .tiny-box .tiny-adapter .obtain:first-child {
	border-left-color: #fff
}

.buypage .floor-box .f3 .content .jscs .tiny-box .tiny-adapter .obtain+.obtain {
	border-left-color: #fff
}

.buypage .floor-box .f3 .content .jscs .tiny-box .tiny-adapter .hover.obtain {
	position: relative;
	box-shadow: 0 0 13px rgba(6, 0, 1, 0.14);
	border-color: #ff8281
}

.buypage .floor-box .f3 .content .jscs .tiny-box .tiny-adapter .hover.obtain li {
	border-color: #fff
}

.buypage .floor-box .f3 .content .jscs .tiny-box .tiny-adapter .hover.obtain .prise .button a {
	border: 0;
	background: #f00909;
	color: #fff
}

.buypage .floor-box .f3 .content .cjwt .content a {
	display: inline-block;
	width: 33%;
	box-sizing: border-box;
	padding-left: 20px;
	height: 34px;
	line-height: 34px;
	position: relative;
	color: #666
}

.buypage .floor-box .f3 .content .cjwt .content a .point {
	position: absolute;
	display: block;
	height: 2px;
	width: 2px;
	top: 16px;
	left: 9px;
	background: #999
}

.buypage .floor-box .f3 .content .cjwt .content a:hover {
	color: #f00909
}
*/
.module {
	padding-bottom: 60px;
}
.bg-gray {
	background-color: #f5f5f5;
}
.param-tabs {
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
}
.param-tabs li {
	display: list-item;
	position: relative;
	float: left;
	margin-left: 10px;
	width: 155px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #dfdfdf;
	border-bottom: none;
	background-color: #fff;
	font-size: 16px;
	color: #333;
	text-align: center;
}
.param-tabs li:first-child {
	margin-left: 0;
}
.param-tabs li:hover {
	cursor: pointer;
}
.param-tabs li.tab-active {
	background-color: #e84047;
	border-color: #e84047;
	color: #fff;
}
.table-info {
	margin-top: 30px;
	width: 100%;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	background-color: #fff;
}
.table-info tr:first-child td {
	height: 75px;
	font-size: 16px;
	color: #666;
}
.table-info tr td {
	width: 259px;
	padding-left: 40px;
	border-top: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	height: 55px;
	font-size: 12px;
	color: #666;
}
.table-info tr:first-child {
	width: 166px;
	font-size: 14px;
	background-color: #f7f7f7;
}
.table-info tr td:first-child {
	background: #f7f7f7;
	text-align: left;
	padding-left: 50px;
	font-size: 12px;
	color: #999;
}
.table-info tr td:first-child {
	width: 165px;
}
.table-windows-icon {
	display: inline-block;
	padding-left: 26px;
	line-height: 1.5em;
	background: url(img/host_windows.png) no-repeat left 3px;
	vertical-align: middle;
}
.table-info .host-buy {
	display: inline-block;
	width: 90px;
	height: 30px;
	line-height: 29px;
	background-color: #e84047;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.table-info .host-buy:hover {
	background-color: #0099e5;
}
.contrast-box label {
	display: block;
	margin-left: -20px;
	margin-top: 10px;
	color: #666;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.contrast-box label:first-child {
	margin-top: 0;
}
.contrast-box input {
	margin-right: 3px;
	vertical-align: bottom;
}
.table-hardware tr td {
	width: 1035px;
}
.table-hardware tr:first-child td {
	height: 55px;
	font-size: 12px;
}
.table-hardware tr:first-child {
	background-color: #fff;
}
.table-host-type tr td {
	width: 518px;
}
.table-host-type tr td {
	text-align: center;
}
.table-info tr td:first-child {
	text-align: left;
}
.tab-support {
	display: inline-block;
	width: 17px;
	height: 16px;
	background: url(img/tab_support.png) no-repeat center;
}
.tab-nonsupport {
	display: inline-block;
	width: 14px;
	height: 13px;
	background: url(img/tab_nonsupport.png) no-repeat center;
}
.clearfix:after, .clearfix:before {
    display: table;
    line-height: 0;
    content: "";
}
.param-tabs{
	overflow: hidden;
}
.highlight {
	background-color: #e9f8ff;
}
/* 托管流程 start */
.idc-flow{
    height: 140px;
    width: 100%;
    background: url(img/5.png) no-repeat center;
    margin-bottom:20px;
}
.flow-list{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-right: 129px;
    padding-left: 132px;
}
.flow-list>li{
    color: #333333;
    font-size: 18px;
    text-align: right;
}
.flow-list>li:nth-child(4){
    width: 177px;
}
/* 托管流程 end */
/* 问题 start */
.cjwt-list .q {
	color: #cc0000
}

.cjwt-list .q span {
	color: #cc0000
}

.cjwt-list p {
	line-height: 25px;
	padding-left: 25px;
	position: relative
}

.cjwt-list span {
	position: absolute;
	left: 0;
	top: 0
}

.cjwt-list li {
	padding: 15px;
	border-bottom: 1px dashed #e6e6e6
}
/* 问题 end */
/* other end */

/* 补充 */
.arp-box {
	display: inline-block;
	margin-top: 20px;
	padding-left: 124px;
}
.arp-box a {
	font-size: 12px;
	color: #00aaff;
}
.arp-check {
	display: inline-block;
	padding-left: 30px;
	margin-right: 20px;
	height: 20px;
	line-height: 20px;
	background: url(img/arp_check.png) no-repeat left;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}
.arp-check.active {
	background-image: url(img/arp_active.png);
}
.server-buy-btn.disabled {
	background-color: #ccc;
	cursor: not-allowed;
}
