/*顶部banner样式*/
.server-buy-banner {
	margin: 0 auto;
	min-width: 1000px;
	height: 340px;
	background: url(img/images/server-buy-banner_02.png) no-repeat center;
}
.button-group a span{
	/* display: none; */
	/*margin-left: 5px;*/
}
.button-group a.slt span {
	/* display: inline-block; */
}
.line-buttons-outer {
	margin-left: 126px;
	margin-bottom: -5px;
	min-width: 500px;
}
.line-buttons {
	position: relative;
	margin-right: 25px;
	/*height: 30px;*/
}

.line-slogan {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	margin-left: 160px;
	padding-bottom: 5px;
	/* TODO: 修改背景图文件名 */
	background: url(img/rmkbg.png) no-repeat;
}

.config-row-months .ui-slider-horizontal{
	height: 30px;
	margin: 0;
	background: url(img/months_bg.png) no-repeat left center;
}
.config-row-defense .ui-slider-horizontal {
	height: 30px;
	margin: 0;

}
.config-row-months .ui-slider-range {
	background: url(img/months_range.png) left center;
	border: none;
}

.line-row {
	position: relative;
}

.config-row-title.row-title {
	position: absolute;
	left: 0;
}

/* 操作系统 */
.selectButton {
	float: left;
	display: inline-block;
	height: 30px;
	overflow: hidden;
	z-index: 11;
}
.selectButton dl dt {
	background-color: #fff;
	background-repeat: no-repeat;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	color: #333333;
	border: 1px solid #059fff;
}
.selectButton dl dt.close {
	background-image: url(img/images/select_arrow_down.png);
}
.selectButton dl dt.open {
	background-image: url(img/images/select_arrow_up.png);
}
.selectButton .select {
	background: #fff;
	position: absolute;
	border: 1px solid #ddd;
	border-top: none;
	display: none;
	overflow: hidden;
}
.selectButton .select ul li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}
.selectButton .select ul li.disabled {
	color: #ccc;
	cursor: no-drop;
}
.selectButton .select ul li.disabled:hover {
	background-color: none;
}
.selectButton .select ul li.hover {
	background: #f5f5f5;
}
.selectButton .show {
	display: block;
	z-index: 99;
}
.select-version {
	margin-left: 10px;
}
.select-version dl dt {
	width: 250px;
	background-position: 220px 7px;
	padding-left: 20px;
}
.systemButton dl dt {
	width: 181px;
	background-position: 150px 7px;
}
.systemButton dl dt span {
	display: block;
	float: left;
	height: 50px;
	text-indent: 10px;
}
.selectButton dl dt.slt .text {
	text-indent: 0;
}
.selectButton dl dt.slt .ico {
	width: 35px !important;
}
.systemButton dl dt .ico span {
	width: 100%;
	height: 26px;
	margin-top: 2px;
	background-image: url(img/system_26.png);
	background-repeat: no-repeat;
	background-position: 100px top;
}
.systemButton dl dt .windows {
	background-position: 5px top !important;
}
.systemButton dl dt .ubuntu {
	background-position: 5px -90px !important;
}
.systemButton dl dt .centos {
	background-position: 5px -60px !important;
}
.systemButton dl dt .debian {
	background-position: 5px -30px !important;
}
.systemButton dl dt .opensuse {
	background-position: 5px -120px !important;
}
.systemButton dl dt .freebsd,
.systemButton dl dt .FreeBSD {
	background-position: 5px -150px !important;
}
.systemButton .select {
	width: 180px;
	max-height: 130px;
	overflow-y: auto
}
.select-version .select {
	width: 250px;
	max-height: 132px;
	overflow-y: auto;
	z-index: 999;
}
.select-version .select ul li {
	padding-left: 20px;
}
.systemButton .select ul li {
	white-space: nowrap;
	padding-left: 45px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
    background-image: url(img/system_26.png);
    background-position: 11px 2px;
	background-repeat: no-repeat;
}
.systemButton .select ul li.hover {
	background-color: #f5f5f5;
    background-image: url(img/system_26.png);
    background-position: 11px 2px;
	background-repeat: no-repeat;
}
.systemButton .select ul li.windows,
.systemButton .select ul li.windows.hover {
	background-position: 11px 2px !important;
}
.systemButton .select ul li.ubuntu,
.systemButton .select ul li.ubuntu.hover {
	background-position: 11px -88px !important;
}
.systemButton .select ul li.FreeBSD,
.systemButton .select ul li.freebsd,
.systemButton .select ul li.freebsd.hover,
.systemButton .select ul li.FreeBSD.hover {
	background-position: 11px -148px !important;
}
.systemButton .select ul li.debian,
.systemButton .select ul li.debian.hover {
	background-position: 11px -28px !important;
}
.systemButton .select ul li.centos,
.systemButton .select ul li.centos.hover {
	background-position: 11px -58px !important;
}
.systemVersionButton dl dt {
	width: 160px;
	padding-left: 20px;
	background-position: 158px center;
}
.systemVersionButton dl dt span {
	display: block;
	float: left;
	height: 30px;
}
.systemVersionButton .select {
	width: 178px;
}
.systemVersionButton .select ul li {
	padding-left: 20px;
}
.drop-open {
	z-index: 20;
}

/* 时长提示 */
.month-tip {
	position: absolute;
	z-index: 99;
	width: 192px;
	height: 25px;
	padding-left: 10px;
	line-height: 20px;
	color: rgb(255, 255, 255);
	font-size: 12px;
	background: url("img/months_tips.png") no-repeat;
}


/* 线路提示 */
.line-tip {
	position: absolute;
	height: 23px;
	padding: 0 10px;
	margin-top: -30px;
	margin-left: 55px;
	background: url("img/tips_bg.gif") no-repeat;
	line-height: 18px;
	color: rgb(255, 255, 255);
	font-size: 12px;
}
/* 优惠 icon */
.hui-icon {
	display: none;
	position: absolute;
	width: 18px;
	height: 16px;
	background: url(img/icon_hui.png) no-repeat center;
	top: -1px;
	right: -2px;
	z-index: 9;
}

.config-row-months .ui-slider-range {
	z-index: 8;
}
.month-tip {
	width: auto;
	padding-right: 10px;
	white-space: nowrap;
}
/* 价格计算详情弹层 */
.price-tip {
	margin-top: -6px;
}
.config-view-outer:hover {
	z-index: 100;
}
.price-tip .config-tip-content {
	min-width: 500px;
	max-width: 900px;
	width: auto;
	bottom: 27px;
	height: auto;
	top: auto;
	left: auto;
	right: -50px;
	white-space: nowrap;
}
.price-tip .config-tip-content:before {
	left: auto;
	right: 50px;
}
.price-tip .config-tip-content:after {
	left: auto;
	right: 48px;
}
.modelSelection{
	padding-left: 32px;
	margin: 0 0 15px;
}
.modelSelection>a{
	display: inline-block;
	padding: 0 20px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #303133;
    position: relative;
	cursor: pointer;
}
.modelSelection>a.active{
    color: #409EFF;
	border-bottom: 2px solid #409EFF;
}
.content-item{
	display: flex;
	flex-wrap: wrap;
}
.tabpanel{
	display: none;
}
.tabpanel.active{
	display: block;
}
.content-item .recommend-item{
	margin: 0 20px 15px 0;
    border: 1px solid #e6e9eb;
    padding: 20px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 270px;
	cursor: pointer;
}
.content-item .recommend-item:nth-child(4n){
	margin-right: 0;
}
.content-item .recommend-item.active{
	border-color: #409EFF;
    color: #4c4c4c;
    background-image: url(img/duigou.png);
    background-repeat: no-repeat;
    background-position-x: right;
}
.recommend-item>div{
	line-height: 50px;
}
.recommend-item>p{
	line-height: 28px;
}
.recommend-item .recommend-title{
	font-size: 17px;
	font-weight: 700;
}
.recommend-item .label{
	font-size: 12px;
}
.recommend-item .value{
	font-size: 15px;
    font-weight: 700;
}
.recommend-item .sp_price {
    font-size: 28px;
    color: #007bfc;
}
.recommend-item .sp_o_price{
	text-decoration: line-through; 
	color: red;
}

.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 {
	
	background-image: url(img/defense_icon.png);
}

.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;
}