/*顶部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;
}
.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: 38px;
	overflow: hidden;
	z-index: 11;
}
.selectButton dl dt {
	background-color: #fff;
	background-repeat: no-repeat;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
	color: #333333;
	border: 1px solid #ddd;
}
.selectButton dl dt.slt{
	border: 1px solid #0d4aff;
	background-color: #f3faff;
}
.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: 35px;
	line-height: 35px;
	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: 98;
}
.select-version {
    margin-left: 5px;
    margin-top: 0px;
}
.select-version dl dt {
    width: 400px;
    background-position: 368px 11px;
    text-indent: 10px;
}
.systemButton dl dt {
	width: 274px;
	background-position: 245px 11px;
}
.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: 5px;
	background-image: url(img/system_26_1.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 .alam {
	background-position: 5px -178px !important;
}
.systemButton dl dt .alma {
	background-position: 5px -178px !important;
}
.systemButton dl dt .rocky {
	background-position: 5px -209px !important;
}
.systemButton dl dt .esxi {
	background-position: 5px -239px !important;
}

.systemButton dl dt .freebsd,
.systemButton dl dt .FreeBSD {
	background-position: 5px -150px !important;
}
.systemButton .select {
	width: 274px;
	overflow-y: auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.select-version .select {
	width: 400px;
	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: 35px;
	line-height: 35px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
    background-image: url(img/system_26_1.png);
    background-position: 11px 4px;
	background-repeat: no-repeat;
}
.systemButton .select ul li.hover {
	background-color: #f5f5f5;
    background-image: url(img/system_26_1.png);
    background-position: 11px 4px;
	background-repeat: no-repeat;
}
.systemButton .select ul li.windows,
.systemButton .select ul li.windows.hover {
	background-position: 11px 4px !important;
}
.systemButton .select ul li.ubuntu,
.systemButton .select ul li.ubuntu.hover {
	background-position: 11px -86px !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 -146px !important;
}
.systemButton .select ul li.debian,
.systemButton .select ul li.debian.hover {
	background-position: 11px -26px !important;
}
.systemButton .select ul li.centos,
.systemButton .select ul li.centos.hover {
	background-position: 11px -56px !important;
}
.systemButton .select ul li.alam,
.systemButton .select ul li.alam.hover {
	background-position: 11px -178px !important;
}
.systemButton .select ul li.alma,
.systemButton .select ul li.alma.hover {
	background-position: 11px -178px !important;
}
.systemButton .select ul li.rocky,
.systemButton .select ul li.rocky.hover {
	background-position: 11px -209px !important;
}
.systemButton .select ul li.esxi,
.systemButton .select ul li.esxi.hover {
	background-position: 11px -239px !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: 30px;
	margin: 0 0 15px;
}
.modelSelection>a{
	display: inline-block;
	margin-right: 45px;
	padding: 0 1px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 15px;
    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;
	padding-left:15px;
}
.tabpanel{
	display: none;
}
.tabpanel.active{
	display: block;
}
.content-item .recommend-item{
	margin: 0 10px 10px 0;
    border: 1px solid #e6e9eb;
    padding: 18px;
    flex-direction: column;
    align-items: center;
    width: 232px;
	cursor: pointer;
}
.content-item .recommend-item:nth-child(4n){
	margin-right: 0;
}
.content-item .recommend-item.active{
	border-color: #0089ff;
    color: #0089ff;
    background-image: url(img/duigou.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}
.recommend-item.active .recommend-title{
    color: #0089ff;
}
.recommend-item>div{
	line-height: 50px;
}
.recommend-item>p{
	line-height: 28px;
	    float: left;
	    width:45%;
}
.recommend-item>p:nth-child(odd){
	    width:55%;
}
.recommend-item .recommend-title{
	font-size: 17px;
	font-weight: 700;
	width: 100% !important;
	color: #333;	
}
.recommend-item .label{
	font-size: 12px;
	color: #999;
}
.recommend-item .value{
	font-size: 12px;
}
.recommend-item .sp_price {
    font-size: 28px;
    color: #007bfc;
}
.recommend-item .sp_o_price{
	text-decoration: line-through; 
	color: red;
}
.project-rule-item-desc {
	display: none;
	position: absolute;
	bottom: 46px;
	left: -50px;
	z-index: 30;
	min-width: 180px;
	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) no-repeat 0 0;
}
#month_12:hover div,#month_24:hover div,#month_36:hover div{ display:block !important; }

/*  */
.el-ellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}
.project-rule-norm-item {
  float: left;
  width: 240px;
  cursor: pointer;
  /* height: 220px; */
  border: 1px solid #e6eaed;
  margin-right: 10px;
  margin-bottom: 10px;
}

.project-rule-norm-item.active {
  border-color: #0038ff
}

.project-rule-norm-item.active dt {
  color: #0038ff;
  background-color: #f8faff
}

.project-rule-norm-item dt {
  height: 40px;
  line-height: 40px;
  background-color: #f7f8fa;
  text-align: center
}
.project-rule-norm-item.disabled{
  cursor: not-allowed;
}
.project-rule-norm-item.disabled .project-norm-item-label,.project-rule-norm-item.disabled .project-norm-item-value,.project-rule-norm-item.disabled dt{
  color: #ccc;
}
.project-rule-norm-item dd {
  padding: 15px 5px 15px 15px;
  line-height: 38px;
  height: auto;
}

.project-rule-norm-item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 24px;
  font-size: 12px;
}

.project-rule-norm-item .project-norm-item-label {
  color: #666;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  min-width: 56px
}

.ny-slider.disabled-slider .ny-slider-btn{
  background: #059fff;
  top: -1px;
  height: 35px;
  z-index: -1;
}
.config-row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.config-row-flex .config-row-title {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.m-b-10{
  margin-bottom: 10px;
}

.pass-desc {
  clear: left;
  padding-top: 10px;
  display: block;
}
.project-rule-norm-item dl{
  position: relative;
}
.project-rule-norm-item dl:hover .rule-norm-item-desc{
  display: block;
  padding: 15px;
}
.project-rule-norm-item .rule-norm-item-desc {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 10;
  max-height: 220px;
  background: rgb(0,0,0,0.5);
  color: #fff;
  line-height: 1.6;
  white-space: pre-wrap;
  width: 100%;
  height: auto;
  overflow: auto;
}


@media screen and (max-width: 768px) {
	.content-item .recommend-item {
	    width: 100%;
	}
	.content-item .recommend-item:nth-child(4n) {
	    margin-right:10px;
	}
	.jx{display: none;}
	.modelSelection {
	    background: #f5f5f5;
	}
	.modelSelection>a.active {
	    color: #409EFF;
	    border-bottom:none;
	    background: #fff;
	    padding: 0 20px;
	    margin-left: -30px;
	}
	.select-version {
	    margin-left: 0;
	    margin-top: 5px;
	}
	.project-rule-norm-item {
  width: 100%;
  margin-right: 10px;
}
	.project-rule-norm-item li {
    font-size: 14px;
}
	}
