@import "../fonts/fonts3.0/iconfont.css";
body {
	background-color: #f5f7f8;
}
p{
	margin: 0
}
a, input, select, textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
.buy-main-wrap{
	margin-top: 20px;
}

.purchase-list{
	padding-bottom: 0;
}
.showMobile{
	display: none;
}
/* 重置最小宽度 begin*/
.auto, .autoWidth, .footer, .footer-banner, .pop-list, .top-nav, body {
	min-width: 1000px;
}
/* 重置最小宽度 end*/
.hidden {
	display: none;
}
/*.header{*/
	/*position: relative;*/
	/*background-color:rgb(25, 52, 86) !important;*/
/*}*/
@media (max-width:480px){
	.header{position: relative!important;}
	.header .wrapper{position: fixed;background-color:rgb(25, 52, 86);}
}
.header ul{
	margin-bottom: 0;
}
.buy-top {
	height: 56px;
	line-height: 56px;
	background-color: #fff;
	box-shadow: 1px 1px 3px rgba(58, 58, 58, 0.2);
}
.buy-top-title {
	font-weight: bold;
	font-size: 18px;
	color: #0096ff;
}
.buy-top-title-icon {
	display: inline-block;
	width: 12px;
	height: 16px;
	margin-right: 8px;
	vertical-align: middle;
	background: url(img/buy-top-title-icon.png) no-repeat 0 0;
}
.server-slogan {
	margin-left: 24px;
	font-size: 14px;
}
.buy-top-right {
	margin-right: 8px;
	padding-left: 27px;
	background: url(img/buy_icon_favor.png) no-repeat left center;
	font-size: 14px;
}
.buy-top-right a.text-stress {
	color: #ff7b05;
}

/*ä¸»å†…å®¹åŒº*/
.main-content {
	/*padding-top: 25px;*/
	background-color: #f6f7f9;
}

.project-item {
	position: relative;
	padding: 40px 20px 40px 58px;
	border: 1px solid #f6f7f9;
	/*border-left: none;*/
	background-color: #fff;
	margin-bottom: 20px;
}
.project-item p{
	color: #666;
}
.project-item-name {
	position: absolute;
	left: 0;
	top:0;
	width: 38px;
	height: 100%;
	background-color: #ebecee;
}
.project-item-name span {
	word-wrap: break-word;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: -28px;
	width: 1em;
	font-size: 12px;
	text-align: center;
	line-height: 14px;
	vertical-align: middle;
	color: #999;
}
.project-item-name span.text-length-3 {
	margin-top: -21px;
}
.project-item-name span em {
	font-style: normal;
	color: inherit;
}
.main-content .project-item:hover {
	border-color: #0096ff;
}
.project-item:hover .project-item-name {
	background-color: #0096ff;
}
.project-item:hover .project-item-name span {
	color: #fff;
}

.project-rule{margin-bottom: 20px}
.project-rule:last-child{margin-bottom: 0}

.project-rule-name {
	float: left;
	/*padding-top: 15px;*/
	width: 86px;
	font-size: 14px;
	color: #666;
	line-height: 36px;
}
.w110 .project-rule-name{
	width: 110px;
}
.w110 .project-rule-select{
	padding-left: 110px;
}
.w110 .project-rule-desc{
	padding-left: 110px;
}
.project-rule-select {
	padding-left: 86px;
}
.project-rule-item {
	position: relative;
	float: left;
	min-width: 160px;
	/*margin-top: 8px;*/
	/*margin-bottom: 16px;*/
	line-height: 36px;
	text-align: center;
	border: 1px solid #fff;
	margin-left: -1px;
	background-color: #f3f5f9;
	font-size: 14px;
	color: #333;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0 8px;
	box-sizing: border-box;
}
.project-rule-item:first-child {
	margin-left: 0;
}
.project-rule-item.disabled {
	background-color: #f3f4f6;
	color: #999;
}
.project-rule-item.disabled:hover {
	background-color: #f3f4f6;
	color: #999;
	border-color: #ddd;
	cursor: no-drop;
}

.project-rule-item .help{
	width: 22px;
	height: 20px;
	line-height: 20px;
	background-color:#0096ff;
	color:#fff;
	display: inline-block;
	border-radius: 30px;
	margin-left: 10px;
	position: absolute;
	bottom:7px;
	right: 10px;
	font-size: 20px;
}

.project-rule-item.active .help{
	color:#fff;
}
.project-rule-item .help:hover +.hover-show,.project-rule-item:hover .zone-hover-show{
	display: block;
}
.project-rule-item .hover-show{
	position: absolute;
	bottom: 35px;
	left: 60px;
	width: 250px;
	height: auto;
	padding: 20px;
	background: none;
	background-color: rgba(0,0,0,0.7);
	text-align: left;
	display: none;
	color:#fff;
	z-index: 20;
	opacity: 1;
	border-radius: 0;
	top: auto;
}
.zone-hover-show{
	position: absolute;
	background-color: rgba(0,0,0,0.7);
	border-radius: 5px;
	left: 0;
	top: -40px;
	color:#fff;
	padding:0 10px;
	white-space: nowrap;
	display: none;

}
.project-rule-item .hover-show p{
	line-height: 24px;
	color: #fff;
}
.project-rule-item .hover-show hr{
	margin:8px 0
}

.more-line-box .project-rule-item {
	margin-bottom: 0;
}
.project-rule-item:hover {
	cursor: pointer;
}
.project-rule-item > p {
	font-size: 12px;
	color: #666;
	background-color: #fff;
}
.project-rule-item.active {
	/* border-color: #1a63ee; */
	background-color: #0096ff;
	color: #fff;
	z-index: 10;
}
.project-rule-item:hover .project-rule-item-desc {
	display: block;
}
.project-rule-item.active > p {
	color: #00a9ff;
}
.project-rule-group{
	padding-left: 1px;
}
.project-extend{
	position: relative;
	float: left;
	width: 160px;
	max-width: 160px;
	margin-top: 8px;
	margin-bottom: 16px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #ddd;
	margin-left: -1px;
	background-color: #fff;
	font-size: 14px;
	color: #333;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
@media screen and (max-width: 920px){
	.project-extend {
		width: auto !important;
		padding: 0 15px;
	}
}
@media screen and (max-width: 640px){
	.project-extend {
		min-width: 50px;
		padding: 0 10px;
	}
}
.recommend-icon {
	position: absolute;
	top: -4px;
	right: -6px;
	width: 43px;
	height: 43px;
	z-index: 2;
	background: url(img/project_sprite.png) no-repeat -50px -190px;
}
.sold-out-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	z-index: 2;
	background: url(img/project_sprite.png) no-repeat -50px -40px;
}
.defense-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	z-index: 2;
	background: url(img/defense_icon.png) no-repeat center;
}
.sold-out-icon.host-sold-out {
	top: -4px;
	right: -6px;
	width: 43px;
	height: 43px;
	background-position: -50px -250px;
}
.project-rule-item-desc {
	display: none;
	position: absolute;
	bottom: 46px;
	left: -1px;
	z-index: 30;
	max-width: 300px;
	line-height: initial;
	line-height: 1.5\9;
	color: #ff7b05;
	font-size: 14px;
	padding: 13px 22px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	box-shadow: 0 1px 20px rgba(0, 0, 0, .12);
}
.project-rule-item-desc i {
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -7px;
	width: 11px;
	height: 7px;
	background: url(img/dest-triangle.png?v=1) no-repeat 0 0;
}
/*.project-rule-select .project-rule-desc {*/
/*float: left;*/
/*padding-left: 24px;*/
/*padding-bottom: 0;*/
/*}*/
.project-rule-desc {
	padding: 10px 112px 10px 86px;
	font-size: 12px;
	color: #999;
	/*line-height: 36px;*/
}
.project-rule-desc > a {
	color: #0096ff;
}
.project-rule-group {
	position: relative;
}
.project-rule-group .ssd-desc {
	right: 0;
	bottom: 60px;
	z-index: 999;
}
.project-rule-desc .text-stress {
	color: #ff7b05;
}
.project-rule-item .ssd-unit {
	position: absolute;
	top: 0;
	right: 8px;
	font-size: 12px;
	color: #999;
}
.show-value {
	background-color: #f3f5f9;
	color: #333;
	/* border-color: #e6e6e6; */
	cursor: initial!important;
}

.ny-number-container {
	float: left;
	width: 160px;
	/*border:1px solid #ddd;*/
	box-sizing: border-box;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
}
/*.number-input-box:hover {*/
/*border: 1px solid #00a9ff;*/
/*}*/
.number-input-box {
	width: 100%;
	float: left;
	position: relative;
}
.number-input-box input {
	height: 36px;
	width: 100%;
	/*border: none;*/
	outline: none;
	line-height: 36px;
	padding-left: 10px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.number-input-box input:focus{
	border:1px solid #0096ff
}
.ny-number-unit {
	position: absolute;
	right: 40px;
	top: 1px;
	color: #888;
	font-size: 12px;
	width: 28px;
	/*height: 100%;*/
	background: #fff;
	line-height: 34px;
	text-align: center;
}
.ny-number-control {
	display: block;
	position: absolute;
	z-index: 10;
	width: 32px;
	height: 36px;
	right: 0;
	top: 0;
}
.ny-number-control span {
	position: absolute;
	right: 1px;
	z-index: 11;
	width: 30px;
	height: 17px;
	border-left: 1px solid #ccc;
	background: #fff url(img/project_sprite.png) no-repeat;
	cursor: pointer;
}
.ny-number-control span:first-child {
	border-bottom: 1px solid #ddd;
}
span.number-control-up {
	top: 1px;
	background-position: -40px 6px;
	z-index: 12;
}
span.number-control-up:hover {
	background-position: -60px 6px;
}
span.number-control-down:hover {
	background-position: -60px -12px;
}
span.number-control-down {
	bottom: 1px;
	background-position: -40px -12px;
}

.de-ssd {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 18px;
	margin-left: 24px;
	border: none;
	cursor: pointer;
	background: url(img/del-icon.png) no-repeat;
	background-position: 0 0;
}
.de-ssd:hover {
	background-position: 0 -20px;
}

.ny-slider {
	float: left;
	position: relative;
	width: 620px;
	height: 36px;
	border: 1px solid #fff;
	border-left: none;
	background-color: #f3f5f9;
	border-radius: 2px;
}

.ny-slider-item {
	box-sizing: border-box;
	float: left;
	line-height: 34px;
	border-left: 1px solid #fff;
	text-align: right;
	cursor: pointer;
}
.ny-slider-item:first-child {
	border-left: none;
}
.slider-item-number {
	height: 20px;
	margin-right: 8px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ny-slider-range {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	height: 36px;
	/*padding: 0 8px;*/
	overflow: hidden;
	background-color: #0096ff;
	transition: width 0.1s;
	-webkit-transition: width 0.1s;
	border: 1px solid #0096ff;
	border-right: none;
	border-radius: 2px 0 0 2px;
	margin-top: -1px;
}
.ny-slider-item-box {
	width: 100%;
}
.ny-slider-range-current {
	width: 624px;
}
.ny-slider-range-item {
	box-sizing: border-box;
	float: left;
	height: 38px;
	text-align: right;
	border-right: 1px solid #fff;
	cursor: pointer;
}
.ny-slider-range-item:last-child {
	border-right: none;
}
.range-item-number {
	float: right;
	font-size: 14px;
	color: #fff;
	height: 34px;
	margin-right: 8px;
	line-height: 34px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ny-slider-btn {
	position: absolute;
	top: -5px;
	left: 0;
	width: 16px;
	height: 44px;
	cursor: move;
	z-index: 3;
	transition: left 0.1s;
	-webkit-transition: left 0.1s;
	padding: 0 2px;
	background-color: #fff;
	border: 1px solid #dbe0ec;
}

.ny-slider-btn:before,.ny-slider-btn:after{
	content:'';
	display: inline-block;
	width: 1px;height: 70%;
	background-color: #dbe0ec;
	margin: 7px 2px
}
.ny-slider + .ny-number-container {
	margin-left: 20px;
}
/*.ny-slider-box .number-input-box input {*/
/*height: 34px;*/
/*line-height: 34px;*/
/*}*/
/*.ny-slider-box .ny-number-control {*/
/*height: 36px;*/
/*}*/
/*.ny-slider-box .ny-number-control span {*/
/*height: 18px;*/
/*}*/

.server-account {
	display: none;
	margin-bottom: 16px;
	clear: left;
	font-size: 14px;
	color: #999;
}
.server-account label {
	display: inline-block;
	width: 78px;
	margin-top: 6px;
	margin-right: 24px;
	height: 40px;
	line-height: 40px;
	line-height: 40px\9;
}
.server-account input {
	width: 380px;
	margin-top: 6px;
	height: 40px;
	line-height: 40px\9;
	text-indent: 18px;
	border: 1px solid #e6e6e6;
}
.server-account span {
	margin-left: 24px;
	font-size: 12px;
}
.server-times > div {
	position: relative;
	float: left;
	width: 72px;
	max-width: 160px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #555;
	background-color: #f3f5f9;
	border: 1px solid #fff;
	font-size: 14px;
	cursor: pointer;
	box-sizing: border-box;
}
.server-times > div:first-child {
	/*border-left: 1px solid #ddd;*/
	margin-left: 0;
}
.server-times > div.active {
	background-color: #0096ff;
	border-color: #0096ff;
	color: #fff;
}
.server-times > div.active span {
	display: inline-block;
	color: #fff;
}
.server-times > div span {
	display: none;
	font-size: 12px;
}
.server-times > div > i {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	z-index: 2;
	background: url(img/project_sprite.png) no-repeat -50px -70px;
}
.server-times > div .project-rule-item-desc i {
	left: 50%;
	margin-left: -10px;
}
.server-times > div:hover .project-rule-item-desc {
	display: block;
}
.project-rule-help:hover .project-rule-item-desc {
	display: block;
}

.buy-footer {
	z-index: 14;
	/*min-width: 1000px;*/
	margin-bottom: 56px;
	background-color: #fff;
	box-shadow: 0 -2px 12px 1px rgba(0,0,0, 0.1);
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
}
.buy-footer .project-item{
	margin-bottom: 0;
}
.buy-footer.buy-footer-fixed {
	width: 1200px;
	position: fixed;
	bottom: 0;
	margin-bottom: 0;
}
.buy-footer .project-rule {
	border-top: none;
}
.inventory-setting {
	width: 56px;
	height: 24px;
	margin: 6px 0;
	border: none;
	outline: none;
	cursor: pointer;
	vertical-align: middle;
	background: url(img/inventory-icon.png) no-repeat 0 -2px;
}
.inventory-setting.active {
	background-position: 0 -104px;
}
.inventory-setting.active:hover {
	background-position: 0 -138px;
}
.inventory-setting:hover {
	background-position: 0 -36px;
}
.inventory-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.inventory-list li{
	flex: 1;
	width: 33.333333333%;
	min-width: 33.333333333%;
	max-width: 33.333333333%;
	position: relative;
	line-height: 36px;
}
.inventory-list-label{
	float: left;
	width: 86px;
}
.inventory {
	clear: both;
	height: 42px;
	line-height: 42px;
	border-top: 1px solid #e6e6e6;
	padding-top: 20px;
}
.inventory-count {
	font-size: 14px;
	color: #666;
}
.inventory-count span {
	font-size: 24px;
	color: #ff7b05;
	margin-right: 40px;
}
.discount{
	display: inline-block
}
.economize {
	/*margin-left: 40px;*/
	margin-right: 24px;
	font-size: 12px;
	color: #0fbc7d;
}
.auth-benefit {
	font-size: 12px;
	color: #ff7b05;
}
.auth-benefit i {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: -1px;
	margin-right: 8px;
	vertical-align: middle;
	background: url(img/project_sprite.png) no-repeat -50px -160px;
}
.auth-benefit p {
	display: inline-block;
}
.config-tip {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	margin-top: -5px;
	z-index: 99;
	margin-left: 8px;
	background: url(img/icon_question.png) no-repeat center;
	vertical-align: middle;
}
.config-tip:hover .config-tip-content {
	display: block;
	min-width: 500px;
	max-width: 900px;
	width: auto;
	bottom: 27px;
	height: auto;
	top: auto;
	white-space: nowrap;
}
.coupon-reminder {
	float: right;
	margin-right: 20px;
	font-size: 12px;
	color: #666;
	padding-left: 20px;
	background: url(img/icon_coupon_remind.png) no-repeat left center;
}
.login-coupon-reminder {
	float: right;
	margin-right: 20px;
	font-size: 12px;
	color: #666;
}
.login-coupon-reminder a {
	color: #0096ff;
}
.ssd-plus-icon {
	font-size: 20px;
	margin-right: 8px;
}
.ssd-plus {
	float: left;
	margin-top: 8px;
	margin-bottom: 16px;
	height: 32px;
	line-height: 32px;
	text-indent: 42px;
	background: url(img/add-icon.png) no-repeat left center;
	font-size: 14px;
	color: #0096ff;
	cursor: pointer;
}
.config-tip-content {
	display: none;
	position: absolute;
	top: -96px;
	left: -43px;
	padding: 20px;
	width: 250px;
	line-height: 20px;
	background-color: #fff;
	font-size: 12px;
	-webkit-box-shadow: 1px 1px 3px 2px rgba(58, 58, 58, 0.2);
	border: 1px solid #ccc;
}
.config-tip-content:before,
.config-tip-content:after {
	content: "";
	position: absolute;
}
.config-tip-content:before {
	border: 8px solid transparent;
	border-top-color: #fff;
	bottom: -16px;
	left: 50px;
	z-index: 10;
	margin-left: -8px;
}
.config-tip-content:after {
	border: 10px solid transparent;
	border-top-color: #ccc;
	bottom: -21px;
	z-index: 9;
	margin-left: -8px;
	left: 48px;
}

.forthwith-btn {
	display: inline-block;
	min-width: 128px;
	float: right;
	border: none;
	outline: none;
	line-height: 42px;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	background-color: #0096ff;
}

.forthwith-btn:hover{
	opacity: .8;
}


.forthwith-btn.disabled {
	background-color: #ccc;
	cursor: not-allowed;
}
.server-time .project-rule-item-desc {
	/*left: 0px!important;*/
}
.input-ready {
	background-color: #efefef;
	border: 1px solid #ddd;
	cursor: no-drop;
}

.buy-select {
	position: relative;
	display: inline-block;
	margin-bottom: 8px;
	cursor: pointer;
}
.buy-select > p {
	position: relative;
	min-width: 270px;
	padding: 7px 15px;
	padding-right: 30px;
	font-size: 14px;
	color: #0096ff;
	border: 1px solid #0096ff;
}
.buy-select > p em {
	position: absolute;
	top: 14px;
	right: 15px;
	border: 5px solid transparent;
	border-top: 5px solid #0096ff;
	border-bottom: none;
}
.select-list {
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	right: 0;
	z-index: 100;
	min-height: 30px;
	border: 1px solid #ddd;
	border-top: none;
	background-color: #fff;
}
.select-list > p {
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	font-size: 12px;
	color: #666;
	border-top: 1px solid #eee;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0
}
.select-list > p.system-main {
	text-indent: 35px;
	background: url(img/server-icon.png?v=1) no-repeat 15px 6px;
}
.system-icon {
	text-indent: 35px;
	background: url(img/server-icon.png?v=1) no-repeat 100px 100px;
}
.system-icon.windows {
	background-position: 15px 6px;
}
.select-list > p.windows {
	background-position: 15px 6px;
}
.system-icon.ubuntu {
	background-position: 15px -24px;
}
.select-list > p.ubuntu {
	background-position: 15px -24px;
}
.system-icon.freebsd {
	background-position: 15px -54px;
}
.select-list > p.freebsd {
	background-position: 15px -54px;
}
.system-icon.debian {
	background-position: 15px -84px;
}
.select-list > p.debian {
	background-position: 15px -84px;
}
.system-icon.centos {
	background-position: 15px -114px;
}
.select-list > p.centos {
	background-position: 15px -114px;
}
.system-icon.fedora {
	background-position: 15px -152px;
}
.select-list > p.fedora {
	background-position: 15px -152px;
}
.system-icon.opensuse {
	background-position: 15px -186px;
}
.select-list > p.opensuse {
	background-position: 15px -186px;
}
.system-icon.coreos {
	background-position: 15px -217px;
}
.select-list > p.coreos {
	background-position: 15px -217px;
}
.version-select {
	margin-left: 10px;
	width: 370px;
}

.select-list > p:hover,
.select-list > p.active {
	background-color: #0096ff;
	color: #fff;
}
.select-list > p:first-child {
	border-top: none;
}
.buy-select:hover p em {
	border-bottom: 5px solid #0096ff;
	border-top: none;
}
.buy-select:hover .select-list {
	display: block;
}

/* æ¸©é¦¨æç¤º */
.warm-tip-box {
	margin: 7px 0 16px;
	padding-left: 48px;
	height: 40px;
	line-height: 39px;
	border: 1px solid #ffc8a3;
	background: #ffede0 url(img/warm_tip_icon.png) no-repeat 24px center;
	font-size: 12px;
	color: #ff7b05  ;
}
.unopen-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 52px;
	height: 16px;
	background: url(img/waiting_icon-open.png) no-repeat center center;
}

.project-rule-help {
	position: relative;
	float: left;
	line-height: 44px;
	margin-left: 16px;
}

#system_info,#system_info_2,#instance_type_info{
	color:red;
}
.gm_h1 {
	height: 72px;
	line-height: 72px;
	background-color: #fff;
	box-shadow: 1px 1px 3px rgba(58, 58, 58, 0.2);
	z-index: 999999;
	width: 100%;
	top: 0;
}
.gm_h1 .buy-top-title {
	border-left: 3px solid #2087ed;
	padding: 5px 0;
	padding-left: 15px;
	color: #333333;
}
.w1200 {
	width: 1200px;
	margin: auto;
}


.require,.error{margin:0 5px;color: red;}
/*复选框*/
.checkbox-skin{padding-top: 7px;padding-left: 25px;margin-right: 20px;position: relative;line-height: 35px;cursor: pointer;font-weight: normal}
.checkbox-skin input{display: none}
.checkbox-skin .checkbox-icon{width:16px;height:16px;display: inline-block;border:1px solid #e6e6e6;box-sizing: border-box;border-radius: 2px;overflow: hidden;position: absolute;left: 0;top: 16px;}
.checkbox-skin input[type=checkbox]:checked + .checkbox-icon{border:none}
.checkbox-skin input[type=checkbox]:checked + .checkbox-icon:before{content:'';position: absolute;width: 16px;height:16px;background-color: #0078ff;color:#fff;text-align: center;top:0;left: 0}
.checkbox-skin input[type=checkbox]:checked + .checkbox-icon:after{content:'';display: block;width: 13px;height: 8px;border-left: 3px solid #fff;border-bottom: 3px solid #fff;z-index: 9;position: relative;left: 2px;top: 2px;transform: rotate(-45deg);}
.checkbox-skin input[type=checkbox][disabled] ~ *{color:#e6e6e6;cursor: no-drop}
.checkbox-skin input[type=checkbox][disabled] + .checkbox-icon:before{background-color: #c9c9c9 ;}

.project-tips{display:inline-block;border:1px solid #0078ff;color:#0078ff;/* line-height: 40px; */background-color: #0078ff10;padding: 9px 10px;}

.icon-info{display: inline-block;width: 16px;height: 16px;background-image: url(/static/index/images/icon-info.png);background-size: 100% 100%;vertical-align: middle}
.icon-add{display: inline-block;width: 20px;height: 20px;background-image: url(/static/index/images/icon-add.png);background-size: 100% 100%;vertical-align: top}
.icon-reduce{width: 20px;height: 20px;background-image: url(/static/index/images/icon-reduce.png);background-size: 100% 100%;vertical-align: middle;float: left;margin:8px 20px}

#addDisk,#huaweiAddDisk{color:#04304b}

.disk_check{display: inline-block;position: relative}
.data_disk_list{display: none;background-color: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);position: absolute;bottom: 80%;left: 50%;padding: 5px 15px;max-height: 110px;overflow-y: auto;margin-left: -50px;}
.data_disk_list li{white-space: nowrap;line-height: 36px;font-size: 14px}
.disk_check:hover .data_disk_list{display: block}

.buy-radio-more{display: none}

#buyFooterScrollY{min-height: 200px}


@media screen and (max-width: 1200px) {
	.w1200,.buy-footer.buy-footer-fixed{width: 960px!important;}
	.ny-slider + .ny-number-container{margin-left: 10px}
}

@media screen and (max-width: 1024px) {
	.w1200,.buy-footer.buy-footer-fixed{width: 850px!important;}
	.ny-slider + .ny-number-container{margin-left: 0;margin-top: 10px}
	.buy-select > p{min-width: 240px}
}

@media screen and (max-width: 920px) {
	.w1200,.buy-footer.buy-footer-fixed{width: 95%!important;}
	.project-rule-select{padding-right: 20px}
	.ny-slider{width: 100%}
	.ny-slider-range-current{width: calc(95vw - 164px)}
}

@media screen and (max-width: 640px) {
	.hideMobile{display: none}
	.showMobile{display: block}

	.purchase-list{padding: 40px 0 0;}
	.switch-style-3 a{line-height: 32px;}
	.main-content{padding-top: 0}
	.project-item{padding: 20px;}
	.project-item-name{display: none}
	.w110 .project-rule-name,.project-rule-name{width: 100%;text-align: left;background-color: #e6e8ed;padding: 0 10px;margin-bottom:15px;box-sizing: border-box;}
	.w110 .project-rule-select, .project-rule-select{padding-left: 0;padding-right: 0}
	.more-line-box .project-rule-select{padding-bottom: 3px}
	.w110 .project-rule-desc, .project-rule-desc{padding-left: 0;padding-right: 0}
	.project-rule-item{min-width: 25%;font-size: 12px}
	.project-rule-item .help{position: relative;top: 3px;left: 0}
	.buy-footer{margin-bottom: 0}
	.buy-footer .project-rule-name{background-color: transparent;float: left;width: auto;margin-bottom: 0;font-size: 12px}
	.buy-footer .project-rule{margin-bottom: 0}
	.buy-footer .project-rule-name{display: none}
	.buy-footer .project-rule-select{display: none}
	.inventory-box  h3{font-size: 14px;margin-bottom: 10px}
	.inventory-list{margin-bottom: 10px}
	.inventory-list li{width: 50%;min-width: 50%;max-width: 50%;line-height: 24px;font-size: 12px}
	.inventory-list-label{width: 60px;}
	.inventory{padding-top: 0;border-top: none}
	.inventory-count{font-size: 12px}
	.inventory-count span{font-size: 18px;}

	.ny-slider-range-current{width: calc(95vw - 40px)}
	.ny-slider + .ny-number-container{margin-top: 10px;margin-left: 0}
	.buy-select{width: 100%;margin-left: 0}
	.ny-number-container{width: 100%}
	.server-times > div{width: 25%}

	.buy-radio-more{display: block;width: 70px;text-align: center;margin: 10px auto;font-size: 12px;color: #999}
	.buy-radio-more i{color: #999;margin: 0 5px;position: relative;top: 1px;}

	.more-detail{float: right;font-size: 12px;line-height: 40px;margin-right: 10px;}
	.more-detail i{color: #0096ff}
	.more-detail.active{transform: rotate(180deg)}

	.discount{display: block}
	.inventory .fl{line-height: 20px}

	.server-times > div:hover .project-rule-item-desc{display: none}

}

@media screen and (max-width: 480px) {
	body{padding-top: 0}
	.project-rule-item{min-width: 33.3333333%}
	.forthwith-btn{min-width: 85px}
}
