* {
	box-sizing: border-box;
}
body {
	background-color: #f5f7f8;
}
/* .top-header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 101;
}
.top-header .head-nav{
	background: transparent;
	border-bottom: 1px solid rgba(255,255,255,.2);
} */

.cloud-banner {
	height: 360px;
	background: url(img/buy_banner.jpg) center top #05121a no-repeat;
}

/* 重置最小宽度 begin*/
/* .auto, .autoWidth, .footer, .footer-banner, .pop-list, .top-nav, body {
	min-width: 1000px;
} */
/* 重置最小宽度 end*/
.hidden {
	display: none;
}
.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: #00aaff;
}
.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: #ff6600;
}

/*主内容区*/
.main-content {
	margin-top: 20px;
	padding-top: 25px;
	background-color: #f6f7f9;
	padding-bottom: 0px;
}

.project-item {
	position: relative;
	padding-bottom: 16px;
	padding-top: 32px;
	border: 1px solid #f6f7f9;
	border-left: none;
	background-color: #fff;
	margin-bottom: 16px;
}
.project-item.margin-bottom-0 {
	margin-bottom: 0;
}
.project-item-name {
	position: absolute;
	left: 0;
	top:0;
	width: 32px;
	height: 100%;
	background-color: #ebecee;
}
.project-item-name span {
	word-wrap: break-word;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 10px;
	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;
}
.main-content .project-item:hover {
	border-color: #00aaff;
}
.project-item:hover .project-item-name {
	background-color: #00aaff;
}
.project-item:hover .project-item-name span {
	color: #fff;
}
.project-rule-name {
	float: left;
	padding-top: 15px;
	width: 128px;
	text-align: right;
	font-size: 14px;
	color: #999;
}
.project-rule-select {
	padding-left: 144px;
}
.project-rule-item {
	position: relative;
	float: left;
	width: 129px;
	height: 34px;
	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;
}
.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;
}
.more-line-box .project-rule-item {
	margin-bottom: 0;
}
.more-line-box .project-rule-select {
	padding-bottom: 16px;
}

.project-rule-item:hover {
	cursor: pointer;
}
.project-rule-item > p {
	font-size: 12px;
	color: #666;
	background-color: #fff;
}
.project-rule-item.active {
	border-color: #0096e0;
	background-color: #00aaff;
	color: #fff;
	z-index: 10;
}
.project-rule-item:hover .project-rule-item-desc {
	display: block;
}
.project-rule-item.active > p {
	color: #00a9ff;
}
.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;
	line-height: 18px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	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: #ff6600;
	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;
	margin-top: 18px;
	padding-left: 24px;
	padding-bottom: 0;
}
.project-rule-group .project-rule-desc {
	margin-top: 16px;
}
.project-rule-desc {
    padding: 0 112px 0 144px;
	margin-bottom: 16px;
	font-size: 12px;
	color: #999;
}
.project-rule-desc > a {
	color: #00aaff;
}
.project-rule-group {
	position: relative;
}
.project-rule-group .ssd-desc {
	right: 0;
	bottom: 60px;
	z-index: 999;
}
.project-rule-desc .text-stress {
	color: #ff6600;
}
.project-rule-item .ssd-unit {
	position: absolute;
	top: 0;
	right: 8px;
	font-size: 12px;
	color: #999;
}
.show-value {
	background-color: #f2f4f5;
	color: #333;
	border-color: #e6e6e6;
	cursor: initial!important;
}

.ny-number-container {
	float: left;
	line-height: 1;
	margin: 8px 0 16px 0;
}
.ny-number-box .ny-number-container {
	margin-bottom: 0;
	margin-top: 4px;
}
.number-input-box:hover {
	border: 1px solid #00a9ff;
}
.number-input-box {
	width: 128px;
	float: left;
	position: relative;
	border: 1px solid #ddd;
}
.number-input-box input {
	height: 34px;
	width: 100px;
	text-align: center;
	border: none;
	outline: none;
	line-height: 36px;
}
.ny-number-input {
	padding-left: 10px;
}
.ny-number-unit {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #888;
	font-size: 12px;
	width: 28px;
	height: 100%;
	background: #fff;
	line-height: 34px;
	text-align: center;
}
.ny-number-control {
	display: inline-block;
	position: relative;
	z-index: 10;
	width: 32px;
	height: 36px;
	margin-left: 0px;
}
.ny-number-control span {
	position: absolute;
	left: 0;
	z-index: 11;
	width: 30px;
	height: 18px;
	border: 1px solid #ccc;
	border-left: none;
	background: #f2f4f5 url(img/project_sprite.png) no-repeat;
	cursor: pointer;
}
.ny-number-control span:first-child {
	border-bottom: none;
}
span.number-control-up {
	top: 0;
	background-position: -40px 6px;
}
span.number-control-up:hover {
	background-position: -60px 6px;
}
span.number-control-down:hover {
	background-position: -60px -12px;
}
span.number-control-down {
	bottom: 0;
	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;
	margin: 8px 0 16px 0;
	border: 1px solid #ddd;
	border-left: none;
	background-color: #fff;
	border-radius: 2px;
}

.ny-slider-item {
	box-sizing: border-box;
	float: left;
	line-height: 34px;
	border-left: 1px solid #ddd;
	text-align: right;
	cursor: pointer;
}
.ny-slider-item:first-child {
	border-left: none;
}
.slider-item-number {
	font-size: 12px;
	color: #999;
	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: #00aaff;
	transition: width 0.1s;
	-webkit-transition: width 0.1s;
	border: 1px solid #00aaff;
	border-right: none;
	border-radius: 2px 0 0 2px;
	margin-top: -1px;
}
.ny-slider-item-box {
	width: 604px;
}
.ny-slider-range-current {
	width: 624px;
}
.ny-slider-range-item {
	box-sizing: border-box;
	float: left;
	height: 34px;
	text-align: right;
	border-right: 1px solid #0096e0;
	cursor: pointer;
}
.ny-slider-range-item:last-child {
	border-right: none;
}
.range-item-number {
	float: right;
	font-size: 12px;
	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: -3px;
	left: 0;
	width: 20px;
	height: 40px;
	background: url(img/new-slide_range_bg.png) no-repeat center;
	cursor: pointer;
	z-index: 3;
	transition: left 0.1s;
	-webkit-transition: left 0.1s;
}
.ny-slider + .ny-number-container {
	margin-left: 24px;
}
.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;
	margin: 8px 0 16px -1px;
	width: 72px;
	max-width: 160px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 14px;
	cursor: pointer;
}
.server-times > div:first-child {
	border-left: 1px solid #ddd;
	margin-left: 0;
}
.server-times > div.active {
	background-color: #00aaff;
	border-color: #00aaff;
	color: #fff;
}
.server-times > div.active span {
	display: inline-block;
}
.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;
	line-height: 17px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	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;
}
.inventory-box {
	margin-left: 64px;
	margin-top: 16px;
}
.buy-footer {
	margin: 0 auto;
	max-width: 1220px;
	z-index: 99;
	min-width: 1000px;
	margin-bottom: 56px;
	background-color: #fff;
	box-shadow: 0 -2px 12px 1px rgba(0,0,0, 0.1);
}
.buy-footer.buy-footer-fixed {
	width: 1200px;
	position: fixed;
	bottom: 0;
	margin-bottom: 0;
}
.buy-footer .project-item {
	padding: 0;
	border-color: #ebecee;
}
.buy-footer .project-rule {
	border-top: none;
	padding-right: 25px;
	padding-top: 25px;
}
.inventory-setting {
	width: 56px;
	height: 24px;
	margin-left: 16px;
	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;
}
.buy-footer .project-rule-name {
	padding-top: 4px;
}
.inventory-list {
	clear: left;
	width: 100%;
	font-size: 12px;
	color: #999;
}
.inventory-list tr {
	height: 24px;
	line-height: 24px;
}
.inventory-list tr th {
	text-align: left;
	width: 80px;
	font-weight: 400;
}
.inventory-list tr td {
	width: 304px;
}
.inventory {
	clear: both;
	margin-top: 24px;
	margin-left: 64px;
	height: 80px;
	line-height: 80px;
	border-top: 1px solid #e6e6e6;
}
.inventory-count {
	font-size: 14px;
	color: #666;
}
.inventory-count span {
	font-size: 24px;
	color: #ff6600;
}
.economize {
	margin-left: 40px;
	margin-right: 24px;
	font-size: 12px;
	color: #0f9934;
}
.auth-benefit {
	font-size: 12px;
	color: #ff6600;
	margin-left: 20px;
}
.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: #00aaff;
}
.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: #00aaff;
	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;
	margin-top: 17px;
	padding: 12px 48px;
	float: right;
	border: none;
	outline: none;
	line-height: 1;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	background-color: #ff6600;
}
.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: 240px;
	padding: 10px 15px;
	padding-right: 30px;
	font-size: 14px;
	color: #00aaff;
	border: 1px solid #00aaff;
}
.buy-select > p em {
	position: absolute;
	top: 18px;
	right: 15px;
	border: 5px solid transparent;
	border-top: 5px solid #00aaff;
	border-bottom: none;
}
.select-list {
	display: none;
	position: absolute;
	top: 41px;
	left: 0;
	right: 0;
	z-index: 100;
	min-height: 30px;
	max-height: 180px;
	overflow-y: auto;
	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;
	overflow: hidden;
  text-overflow: ellipsis;
}
.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 8px;
}
.select-list > p.windows {
	background-position: 15px 6px;
}
.system-icon.ubuntu {
	background-position: 15px -22px;
}
.select-list > p.ubuntu {
	background-position: 15px -24px;
}
.system-icon.freebsd {
	background-position: 15px -52px;
}
.select-list > p.freebsd {
	background-position: 15px -54px;
}
.system-icon.debian {
	background-position: 15px -82px;
}
.select-list > p.debian {
	background-position: 15px -84px;
}
.system-icon.centos {
	background-position: 15px -112px;
}
.select-list > p.centos {
	background-position: 15px -114px;
}
.version-select {
	margin-left: 10px;
	width: 340px;
}

.select-list > p:hover,
.select-list > p.active {
	background-color: #00aaff;
	color: #fff;
}
.select-list > p:first-child {
	border-top: none;
}
.buy-select:hover p em {
	border-bottom: 5px solid #00aaff;
	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: #ff6600  ;
}
.unopen-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 52px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	background: url(img/waiting_icon-open.png) no-repeat center center;
}
.line-new-status {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 32px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	background-repeat: no-repeat;
	background-position:  0 0;
}
.line-new-status.hot {
	background-image: url(img/hot-icon.png);
}
.line-new-status.new {
	background-image: url(img/new-icon.png);
}
.line-new-status.defense {
	width: 20px;
	background-image: url(img/defense_icon.png);
}

