/* 保留idc.css部分样式。TODO: 待整理 */
.line-introduction a:hover {
	color: #006aff;
}
span.ip-unit {
	margin-left: 10px;
}
.w1400{width:1400px;}
.btn-ctrl-layout .up, .btn-ctrl-layout .down {
	display: block;
	width: 28px;
	height: 14px;
}
.btn-ctrl-layout .up {
}
.btn-ctrl-layout .down {
	margin-top: 2px;
}
.btn-ctrl-layout .up:hover, .btn-ctrl-layout .down:hover {
	background-position-y: bottom;
}
.original-price {
	font-size: 16px;
	color: #555;
}
.origin-price-outer .verify-tip {
	width: auto;
	padding-left: 20px;
	background: url(img/libao.png) no-repeat left center;
}
/*
 * ---------------------------------
 * 重构开始
 * ---------------------------------
 */

input {
	outline: none;
	font-family: "microsoft yahei";
}
/*
 * 原子类
 */
.p-relative {
	position: relative;
	z-index: 10;
}
.margin-left-10 {
	margin-left: 10px;
}
/*
 * 重置组件类（去除buy.css后补充的样式）
 */
.ui-slider {
	position: relative;
	z-index: 10;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.ui-slider-horizontal {
	height: 26px;
	background-color: #ececec;
}
.ui-slider-range {
	position: absolute;
	height: 100%;
	border: 1px solid #009ed8;
	border-right: none;
	border-radius: 2px 0 0 2px;
	background: #00c0ef;
}
.ui-slider-handle {
	position: absolute;
	/* 默认的handle高度只有26px，这里设置高度为32px，所以需要设置top偏移 */
	top: -4px;
	z-index: 10;
	width: 12px;
	height: 32px;
	background: url(img/icon_slider_handle.png) no-repeat left top;
	cursor: pointer;
}
.input-reset {
	width: 256px;
	height: 30px;
	border: 1px solid #e0e0e0;
	padding-left: 10px;
	line-height: 30px;
	color: #4c4c4c;
  font-size: 16px;
}
.ny-number-input {
	padding-left: 10px;
}
/*
 * 新增组件类
 */
.button-group {
	float: left;
	border: 0px;
}
.button-group a {
	float: left;
	position: relative;
	padding: 4px 20px;
	margin-left: -1px;
	border: 1px solid #dddddd;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	color: #4c4c4c;
}
.button-group-onekvm {
	float: left;
	border: 0px;
}
.button-group-onekvm a {
	float: left;
	position: relative;
	z-index: 10;
	padding: 4px 30px;
	margin-left: -1px;
	border: 1px solid #dddddd;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	color: #4c4c4c;
}

.button-group-onekvm-pz a {
	float: left;
	position: relative;
	z-index: 10;
	height: 40px;
	line-height: 40px;
	width: 120px;
	margin-left: -1px;
	border: 1px solid #dddddd;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	color: #4c4c4c;
}


#lineButton.button-group a>span,.line-desc-wrap{
	position: absolute;
	display: inline-block;
	min-width: 80px;
	max-width: 300px;
  height: 23px;
	padding: 0 10px;
	left: 64px;
	top: -30px;
	background: url(img/tips_bg.gif) no-repeat;
	line-height: 18px;
	color: rgb(255, 255, 255);
	font-size: 12px;
	white-space:nowrap;
	display: none;
}



#lineButton.button-group-onekvm a>span,.line-desc-wrap{
	position: absolute;
	display: inline-block;
	min-width: 80px;
	max-width: 300px;
  height: 23px;
	padding: 0 10px;
	left: 64px;
	top: -30px;
	background: url(img/tips_bg.gif) no-repeat;
	line-height: 18px;
	color: rgb(255, 255, 255);
	font-size: 12px;
	white-space:nowrap;
	display: none;
}

.button-ipa a {
	width: 100px;
}
/*.button-group a:first-child {
	border-radius: 2px 0 0 2px;
}
.button-group a:last-child {
	border-radius: 0 2px 2px 0;
}*/
/*.button-group a.single-btn {
	border-radius: 2px;
}*/
.button-group a.slt,.button-group-onekvm a.slt {
	z-index: 20;
	border-color: #1a92dd;
	background-color: #006aff;
	color: #fff;
}
.button-group a.disable,.button-group-onekvm a.disable {
	background-color: #f2f3f8 !important;
	border: 1px solid #dddddd;
	color: #c9cdd4;
}
.button-group a.slt,.button-group-onekvm-pz a.slt {
	z-index: 20;
	border-color: #1a92dd;
	background-color: #006aff;
	color: #fff;
}
.button-group a.disable,.button-group-onekvm-pz a.disable {
	background-color: #f2f3f8 !important;
	border: 1px solid #dddddd;
	color: #c9cdd4;
    cursor: not-allowed;  /* 更改鼠标光标为禁用状态 */
}
.button-group a.disable:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 16px;
	background: url(img/buy_qin.png) no-repeat center;
}



.button-group a.disable:after,.button-group-onekvm a.disable:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 16px;
	background: url(img/buy_qin.png) no-repeat center;
}

.button-group a.disable>em{
	background: #dddddd;
	border-top-color: #fff;
}
.button-group.months-button-12 a {
	width: 70px;
}
.button-group.months-button-7 a {
	width: 90px;
}
.slider-length-middle {
	width: 460px;
}
.slider-length-long {
	width: 540px;
}
.slider-higher {
	height: 30px;
}
/*
 * 去除common_f.css后补充的样式
 */
.main-content {
	/* 若直接使用`padding: 30px 0`则会导致`.auto`类在1200px以下的padding-left丢失 */
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
	color: #777;
}
.goods-title {
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	font-weight: normal;
	color: #555;
}
.goods-description {
	line-height: 26px;
	font-size: 14px;
	color: #999;
}
.config-panel {
	/* 在未更新静态缓存时，强制取消浮动 */
	float: none;
}
.shopping-area {
	margin-top: 15px;
	padding: 25px 15px 35px;
	border: 1px solid #eee;
	border-top: 3px solid #ff8400;
}
.config-row {
    clear: both;
    align-items: center;
	/*height: 30px;*/
	margin-top: 20px;
	line-height: 30px;
}
.config-tier-panel{margin-bottom:10px}
.config-tier-panel .config-row:first-child {
	margin-top: 0;
}

.config-row-title {
	float: left;
	width: 110px;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	color: #999;
}
.config-row-title-shorter {
	line-height: 30px;
}
.config-row-content {
	float: left;
	margin-left: 15px;
	display: flex;
    align-items: center;
}
.line-introduction {
	float: left;
	margin-left: 0;
	padding-left: 20px;
	background: url(img/buy_location.png) no-repeat left center;
	color: #006aff;
}
.line-introduction a {
	color: #006aff;
}
.line-slogan {
	position: absolute;
	left: 0;
	top: -30px;
	z-index: 10;
	margin-left: 165px;
	padding-bottom: 5px;
	/* TODO: 修改背景图文件名 */
	background: url(img/rmkbg.png) no-repeat;
}
.line-slogan-content {
	height: 18px;
	padding: 0 10px;
	background: #ff6600;
	line-height: 18px;
	font-family: "Simsun";
	font-size: 12px;
	color: white;
}
.config-input-container {
	margin-left: 10px;
}
.config-slider-input {
	float: left;
	width: 40px;
	height: 35px;
	border: 1px solid #ddd;
	border-radius: 2px 0 0 2px;
	line-height: 30px;
	text-align: center;
	color: #4c4c4c;
  font-size: 14px;
}
.config-input-unit {
	float: left;
	width: 30px;
	height: 35px;
	border: 1px solid #ddd;
	border-radius: 0 2px 2px 0;
	margin-left: -1px;
	background-color: #f5f5f5;
	line-height: 35px;
	text-align: center;
}
.config-slider-ruler {
	width: 460px;
}
.config-slider-ruler i {
	position: relative;
	float: left;
	width: 25%;
	height: 30px;
	line-height: 40px;
	font-style: normal;
	text-align: center;
}
.config-slider-ruler i:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 6px;
	background: #ddd;
}
i.config-last-scale {
	width: 12.4%;
	text-align: right;
}
i.config-last-scale:before {
	left: inherit;
	right: 0;
}
.config-slider-ruler i:first-child {
	text-align: left;
	width: 12.5%;
}
.config-slider-ruler i:first-child:before {
	left: 0;
}
.config-row-defense .ui-slider-horizontal {
	background: url(img/defense_bg.png?v=2) no-repeat left center;
}
.config-row-defense .ui-slider-range {
	background: url(img/defense_range.png?v=2) no-repeat left center;
}
.config-row-months .ui-slider-horizontal {
	background: url(img/months_bg.png) no-repeat left center;
}
/* 配置预览表 */
.config-view-outer {
	padding-top: 5px;
}
.config-view-inner {
	position: static;
	margin-left: 0;
	box-shadow: 0px -2px 16px rgba(0, 0, 0, .12);
	background-color: #fff;
	border: #e5e5e5;
	z-index: 100;
}
.view-inner-fixed {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -610px;
	width: 1220px;
	z-index: 1000;
}
.config-view-title {
	height: 38px;
	padding-left: 20px;
	background: #006aff;
	line-height: 38px;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
}
.config-view-list {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #eee;
	background: #fff;
	color: #444;
}
.config-view-list li {
	padding: 7px 0;
}
.config-view-item-title {
	display: inline-block;
	width: 98px;
	padding-left: 20px;
	text-align: left;
	font-weight: normal;
	color: #999;
	vertical-align: top;
}
.config-view-list em {
	display: inline-block;
	max-width: 170px;
	font-style: normal;
}
.origin-price-outer {
	line-height: 1;
}
.config-view-item-price {
	font-weight: bold;
	font-size: 24px;
	color: #f60;
}
.config-view-list .padding-indent {
	padding-left: 40px;
}
.config-view-item-submit {
	margin-top: 10px;
	text-align: center;
}
.button-submit {
	display: inline-block;
	width: 220px;
	height: 32px;
	background: #ff8400;
	line-height: 32px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	cursor: pointer;
}
.button-submit:hover {
	background: #ff6e00;
}
/* 改版样式 */
.buy-top {
	height: 72px;
	line-height: 72px;
	background-color: #fff;
	box-shadow: 1px 1px 3px rgba(58, 58, 58, 0.2);
}
.buy-top-title {
	border-left: 3px solid #006aff;
	padding-left: 15px;
}
.server-slogan {
	margin-left: 10px;
	font-size: 12px;
}
.buy-top-right {
	padding-left: 27px;
	background: url(img/buy_icon_favor.png) no-repeat left center;
	font-size: 14px;
}
.buy-tip {
	background-image: url(img/buy_icon_buy_tip.png);
	margin-right: 20px;
}
.server-warn {
	margin-bottom: 20px;
	background-image: url(img/buy_gift_mini.png);
}
.config-tier {
	position: relative;
	width: 100%;
	background-color: #fff;
	border: 1px solid #f4f4f4;
	margin-bottom: 10px;
	padding: 25px 0px;
}



.config-tier:hover .card-title h3

{
	color: #006aff;
}


li.price-container {
	padding-top: 3px;
}
.price-title {
	width: 94px;
	vertical-align: bottom;
}
.server-price {

	font-size: 24px;
}
.rmb-symbol {
	font-size: 16px;
}
.gift-outer {
	margin-left: 20px;
	margin-top: 2px;
}
.favorable-reminder {
	position: relative;
	display: inline-block;
	padding-left: 25px;
}
.favorable-reminder:before {
	content: "";
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(img/buy_gift.png) no-repeat right center;
}
.server-buy-btn {
	right: 20px;
	padding: 0 30px;
	height: 40px;
	line-height: 40px;
	border: none;
	border-radius: 2px;
	background-color: #ff6600;
	font-size: 14px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.server-buy-btn.no-login {

}
.buy-no-login-tip {
	right: 20px;
	top: 98px;
}
.buy-no-login-tip a {
	color: #006aff;
}
.server-buy-btn:hover {
	background-color: #e56100;
}
.server-buy-btn[disabled] {
	background-color: #ccc;
	cursor: not-allowed;
}
.add-disk-row {
	margin-top: 10px;
}
.show-disk-amount {
	margin-left: 20px;
}
.add-disk {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding-left: 37px;
	background: url(img/buy_plus.png) no-repeat left center;
	color: #006aff;
}
.delete-disk-row {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url(img/buy_icon_close.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}
.delete-disk-row:hover {
	background-position: 0px -10px;
}
/*底部*/
.buyfooter {
	background-color: #fff;
}
.footer-buyfooter {
	width: 100%;
	padding: 20px 0px 30px 0px;
}
.footer-buyfooter p,
.footer-buyfooter a {
	margin-top: 8px;
	font-size: 12px;
	color: #999999;
}
.buyfooter-nav {
	margin-top: 20px;
}
.buyfooter-nav-list li {
	position: relative;
	float: left;
	margin: 0px 10px;
	height: 20px;
	line-height: 20px;
}
.buyfooter-nav-list li:before {
	position: absolute;
	left: -10px;
	top: 4px;
	content: "";
	height: 14px;
	width: 1px;
	background: #aaaaaa;
}
.buyfooter-nav-list li:first-child:before {
	width: 0px;
	height: 0px;
}
.buyfooter-nav-list li a {
	display: inline-block;
	font-size: 14px;
	color: #4c4c4c;
}
/*提示问好*/
.config-tip {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	z-index: 100;
	margin-left: 10px;
	background: url(img/icon_question.png) no-repeat center;
	vertical-align: middle;
}
.config-tip:hover .config-tip-content {
	display: block;
}
.config-tip-content {
	display: none;
	position: absolute;
	top: -96px;
	left: -43px;
	padding: 20px;
	width: 250px;
	line-height: 20px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 3px 2px rgba(58, 58, 58, 0.2);
	border: 1px solid #ccc;
}
.config-tip .config-tip-content.config-tip-one {
	top: -74px;
	width: 326px;
}
.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: 20%;
	z-index: 10;
	margin-left: -8px;
}
.config-tip-content:after {
	border: 10px solid transparent;
	border-top-color: #ccc;
	bottom: -21px;
	left: 48px;
	z-index: 9;
	margin-left: -8px;
}

.ny-slider {
	/*margin: 100px 300px;*/
	float: left;
	position: relative;
	width: 600px;
	height: 35px;
	padding: 0 8px;
	border: 1px solid #dddddd;
	border-left: none;
	background-color: #ffffff;
	border-radius: 2px;
}

.ny-slider-item {
	box-sizing: border-box;
	float: left;
	line-height: 34px;
	border-left: 1px solid #dddddd;
	text-align: right;
	cursor: pointer;
}
.ny-slider-item:first-child {
	border-left: none;
}
.slider-item-number {
	color: #4c4c4c;
	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;
	width: 0;
	height: 100%;
	padding: 0 8px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	background-color: #006aff;
	transition: width 0.1s;
	-webkit-transition: width 0.1s;
	border: 1px solid #006aff;
	border-right: none;
	border-radius: 2px 0 0 2px;
	margin-top: -1px;
}
.ny-slider-item-box {
	width: 584px;
}
.ny-slider-range-current {
	width: 584px;
}
.ny-slider-range-item {
	box-sizing: border-box;
	float: left;
	text-align: right;
	border-right: 0px solid #006aff;
	cursor: pointer;
}
.ny-slider-range-item:last-child {
	border-right: none;
}
.range-item-number {
	color: #fff;
	margin-right: 8px;
	-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: 18px;
	height: 40px;
	background: url(img/slide_range_bg.png) no-repeat center;
	cursor: pointer;
	z-index: 3;
	transition: left 0.1s;
	-webkit-transition: left 0.1s;
}
.margin-left-20 {
	margin-left: 20px;
}
.margin-bottom-0{
	margin-bottom: 2px;
}
.origin-price {
    margin-top:5px;
	margin-left: 10px;
	color: #0f9934;
}


.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;
}

.config-row-title, .butBox2, .config-input-container, .remove-disk {
    margin: 5px; /* 调整间距以适应布局 */
}

.butBox a{margin-bottom:10px;background-color:#fff;color:#4e5969}
.zonkvm-hosting li a{ border: 0px; background-color:#fff;line-height: 1.82857143;
}
.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;
}

.selectpicker {
    padding: 5px 20px;
    background-color: #fff;
    background-repeat: no-repeat;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    color: #333333;
    border: 1px solid #059fff;
}

.pull-left{
    margin-left: 10px;
}

.ny-number-container {
    float: left;
    line-height: 1;
}
.number-input-box {
    float: left;
    position: relative;
    width: 100px;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.number-input-box input {
    height: 30px;
    width: 57px;
    border: none;
    line-height: 30px;
    font-size: 16px;
}

.ny-number-unit {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #999;
    text-align: right;
    width: 31px;
    height: 100%;
    background: #f2f2f2;
    line-height: 30px;
    text-align: center;
    border-left: 1px solid #ddd;
}

.ny-number-control {
    display: inline-block;
    position: relative;
    z-index: 10;
    width: 32px;
    height: 32px;
    margin-left: 5px;
}

.ny-number-control span {
    bottom: -1px;
}

.ny-number-control span {
    position: absolute;
    left: 0;
    z-index: 11;
    width: 32px;
    height: 15px;
    background: no-repeat center;
    cursor: pointer;
}

span.number-control-up {
    top: 0;
    background-image: url(img/number_up.png);
}
span.number-control-down {
    bottom: 0;
    background-image: url(img/number_down.png);
}


.addService .config-row-title-shorter {
    line-height: 150px;
}
.addService ul>li {
    margin-right: 10px;
    width: 240px;
    height: 120px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #ccc;
    cursor: pointer;
}

.addService ul>li>.title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f2f2f2;
}

.addService ul>li>.content {
    padding: 0 15px;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    
}

.addService ul>li.active {
    border: 1px solid #006aff;
    background: url(./img/selected.png) no-repeat right bottom;
}


.addService ul>li.active>.title {
    background: #006aff;
    color: #fff;
}
.addService ul>li.active>.price {
    color: #006aff;
    font-weight: 700;
}
.addService ul>li>.price {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    line-height: 1;
    color: #f60;
}

.pass-desc {
     float: left;
	 padding-top: 10px;
	 display: block;
}
		
.filter-option-inner-inner {
    height: 25px; 
    line-height: 25px; 
}	
.button-group .hui-icon{
  position: absolute;
  top: 0px;
  left: 72px;
  width: 18px;
  height: 18px;
  pointer-events: none; /* 防止文字层拦截鼠标事件 */
  background:url(img/free.png) 0 0 no-repeat;font-size:12px;color:#ffffff;}

/*header*/
.buy-banner{position: relative;min-width:1280px;}
.buy-banner .main{height:215px;padding-top: 165px;}
.buy-banner .header{height:220px; text-align: center;color: #fff; overflow: hidden;}
.buy-banner .header h1{ font-size:38px; margin: 0 0 35px;}
.buy-banner .header p{line-height:28px; font-size: 14px;}
.buy-banner .column{ height:60px; position: absolute; left: 0; right: 0; bottom: 0; text-align: center;}
.buy-banner .column li{ width: 50%; float: left; height:60px; line-height: 60px;font-size: 18px;background: #383e4e;}
.buy-banner .column li a{ display:block; color:#fff;}
.buy-banner .column li a:before{content: "";height:23px; margin-right: 15px; display: inline-block; vertical-align: middle;background: url("img/buy/cloumn.png") no-repeat;}
.buy-banner .column .item1 a:before{ width: 22px; background-position: 0 0}
.buy-banner .column .item2 a:before{ width: 18px; background-position: -32px 0}
.buy-banner .column .active{background: #006aff;}
.cloud-banner{ height: 410px; }
.cloud-banner .main{background: url("img/cloud/banner.jpg?v=1") center top #111722 no-repeat;}
.bos-banner .main{background: url("img/cloud/banner.jpg?v=1") center top #111722 no-repeat;}


.cloud-support{ padding:40px 0;min-width:1280px; overflow: hidden; }
.support-body{ float: right; width:938px; padding:10px 30px 60px 60px; border: 1px solid #006aff;}
.support-stype{ float: left; width:250px; border-top: 1px solid #ddd;}
.support-stype li{ font-size: 16px; color: #333; height:60px;text-align: center; position: relative; cursor: pointer;}
.support-stype li span{display:block; background: #f6f6f6;line-height: 58px;border-top: 1px solid #ddd;border-left: 1px solid #ddd; border-bottom: 1px solid #ddd; margin: -1px 0 0;}
.support-stype li span:before{ content: ""; display: inline-block; width: 17px; height: 17px; vertical-align: middle; margin-right:15px; background: url("img/cloud/support.png")  no-repeat;}
.support-stype .stype1:before{background-position: 0 0;}
.support-stype .stype2:before{background-position:-18px 0;}
.support-stype .stype3:before{background-position:-39px 0;}
.support-stype .stype4:before{background-position:-58px 0;}
.support-stype .stype5:before{background-position:-78px 0;}
.support-stype .stype6:before{background-position:-95px 0;}
.support-stype .active span{ position: absolute; left: 0; right: -1px; border: 1px solid #006aff; border-right: 1px solid #fff; background: #fff; color: #006aff;}
.support-stype .active .stype1:before{background-position:-112px 0;}
.support-stype .active .stype2:before{background-position:-131px 0;}
.support-stype .active .stype3:before{background-position:-151px 0;}
.support-stype .active .stype4:before{background-position:-170px 0;}
.support-stype .active .stype5:before{background-position:-190px 0;}
.support-stype .active .stype6:before{background-position:-208px 0;}

.support-info{ display: none; }
.support-info h2{ font-size: 24px;margin:50px 0 20px; padding-left:15px; border-left: 5px solid #006aff; line-height: 100%;}
.support-info h4{ font-size: 16px; color: #666666; line-height:25px; }
.support-info p{ color: #666666; line-height:35px;}
.support-detail1 .support-steps{ margin:30px 0 0; width: 770px; height:62px; background: url("img/cloud/process1.png")  left top no-repeat;}
.support-detail2 .support-steps{ margin:30px 0 0; width: 771px; height:85px; background: url("img/cloud/process2.png")  left top no-repeat;}
.support-detail3 .support-steps{ margin:30px 0 0; width: 771px; height:62px; background: url("img/cloud/process3.png")  left top no-repeat;}
.support-detail4 .support-steps{ margin:30px 0 0; width: 771px; height:85px; background: url("img/cloud/process4.png")  left top no-repeat;}
.support-detail5 .support-steps{ margin:30px 0 0; width: 771px; height:85px; background: url("img/cloud/process5.png")  left top no-repeat;}

.configuration{border-bottom: 1px solid #ebedf0;padding-left:40px;padding-bottom: 20px;margin-bottom: 10px;}
.card-title{margin-left:20px;margin-bottom:20px}
.card-title i{position: relative;top: 5px;margin: 0 5px 0 12px;}
.card-title h3{font-size:16px;font-weight: bold;position: relative;margin: 0 15px 18px;}
.card-title h3::before{ content: ""; position: absolute; width: 4px; height: 14px; background-color: #006aff; top: 2px; left: -15px; }

.overview{width: 100%;display: inline-block;vertical-align: top;margin: 0 15px;    display: flex;
    flex-wrap: wrap;}
.overview li{width: 25%;margin:7px 0;padding-right: 20px;box-sizing: border-box;}
 .purchase-menu{box-sizing: border-box;font-size:13px}

.index-buy-left{float:left;margin-top:10px}
.index-buy-right{float:right;margin-top:10px;margin-right:50px;}
.index-buy-right a{color: #1d2129;}
.index-buy-right .particular-btn {
    right: 20px;
    padding-top:8px;
    padding-bottom:12px;
    padding-left: 20px;
     padding-right:20px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 2px;
    background-color: #f2f3f8;
    font-size: 14px;
    color: #999999;
    text-align: center;
    cursor: pointer;
}
.index-buy-right .shouqin-btn {
    right: 20px;
    padding-top:8px;
    padding-bottom:12px;
    padding-left: 20px;
     padding-right:20px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 2px;
    background-color: #f2f3f8;
    font-size: 14px;
    color: #666666;
    text-align: center;
    cursor: pointer;
}



.server-1100{width:1100px;}
.zonkvm-title-box{margin-top:120px;text-align:center;}
.zonkvm span {font-size: 17px;}
.cloud-configuration{background-color:#f5f7fa}


.show-configuration-box {
	padding: 5px 0px;
	margin-left: 30px;
}
.show-configuration-box hr {
	border: none;
	margin: 5px 30px 15px;
	background-color: #ddd;
	height: 1px;
}

.show-configuration-box .configuration-item {
	float: left;
	width: 50%;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}
.show-configuration-box .configuration-item-max {
	width: 100%;
}


.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;
}

.content-item{
	display: flex;
	flex-wrap: wrap;
}
.tabpanel{
	display: none;
}
.tabpanel.active{
	display: block;
}

.recommend-list{
    margin-left:40px;
    margin-top:40px;
}
.content-item .recommend-item{
	margin: 0 20px 15px 0;
    border: 1px solid #e6e9eb;
    padding: 20px 30px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 285px;
	cursor: pointer;
}
.content-item .recommend-item p{
    width: 100%;
    height:40px;
    line-height: 40px;
    border-bottom:  1px dotted #e6e9eb; 

}
.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;
}
.content-item .recommend-item.active .recommend-title{
color:#006aff;
}
.recommend-item>div{
    width: 100%;
	line-height: 35px;
	border-bottom:  1px dotted #e6e9eb; 
}
.recommend-item>p{
	line-height: 28px;
}
.recommend-txt {
    font-size: 12px;
   display: block;
   font-weight: normal;
   margin-bottom: 5px;
   color: #999999;
        }
.recommend-item .recommend-title{
	font-size: 17px;
	font-weight: 700;
}
.recommend-item .recommend-title i{
margin-right: 10px;
}
.recommend-item .label-left{
    float: left;
	font-size: 12px;
	
}
.recommend-item .value{
    float: right;
	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-buttons-outer .slt {
            position: relative;
            display: inline-block;
        }

      .line-buttons-outer   .slt .zonkvm-buy-txt {
            position: absolute;
            bottom: 100%;
            left: 0;
            white-space: nowrap;
            background-color:#ff6600;
            color: white;
            padding-left:10px;
             padding-right:10px;
            height: 22px;
            line-height: 22px;
            font-size: 12px;
            margin-bottom: 8px;
        }
        /* 没有 slt 类的 a 元素内的 span 隐藏 */
       .line-buttons-outer  a:not(.slt) .zonkvm-buy-txt {
            display: none;
        }
       .line-buttons-outer  .slt .zonkvm-buy-txt::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 10px;
            border-width: 5px;
            border-style: solid;
            border-color: #ff6600 transparent transparent transparent;
        }