.config-row {
	position: relative;
}
.config-row-title.row-title {
	position: absolute;
	left: 0;
}
.line-buttons-outer {
	margin-left: 124px;
	margin-bottom: -5px;
	min-width: 500px;
}
.more-buttons {
	margin-bottom: -5px;
	margin-right: 25px;
}
.more-buttons a {
	margin-bottom: 10px;
}
a.auto-btn {
	width: auto;
	min-width: 120px;
	padding: 0 14px;
}
.line-tip {
	position: absolute;
	height: 23px;
	padding: 0 10px;
	margin-top: -30px;
	margin-left: 55px;
	background: url(../image/tips_bg.gif) no-repeat;
	line-height: 18px;
	color: rgb(255, 255, 255);
	font-size: 12px;
	z-index: 100;
}
/* 操作系统 */
.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(../image/select_arrow_down.png);
}
.selectButton dl dt.open {
	background-image: url(../image/select_arrow_up.png);
}
.selectButton .select {
	background: #fff;
	position: absolute;
	border: 1px solid #ddd;
	border-top: none;
	display: none;
	overflow: hidden;
	z-index: 100;
}
.selectButton .select ul li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}
.selectButton .select ul li.hover {
	background: #f5f5f5;
}
.selectButton .show {
	display: block;
}
.systemButton dl dt {
	width: 280px;
	background-position: 250px 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;
}
.systemButton .select {
	width: 280px;
	max-height: 130px;
	overflow-y: auto
}
.systemButton .select ul li {
	white-space: nowrap;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}
.systemButton .select ul li.hover {
	background-color: #f5f5f5;
}
.drop-open {
	z-index: 20;
}
.button-group a span {
	/* display: none; */
}
.button-group a.slt span {
	/* display: inline-block; */
}


.show-configuration-box {
	padding: 15px 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%;
}

.configuration-item .config-name {
	float: left;
	width: 110px;
	font-size: 14px;
	text-align: right;
	color: #999999;
}
.configuration-item .config-value {
	float: left;
	display: block;
	padding-left: 15px;
	color: #000033;
	font-size: 14px;
}

.max-width-value {
	max-width: 235px;
}

.config-tier-title span {
	margin-top: -30px;
}
.config-tier-title-4 span {
	margin-top: -25px;
}
.config-tier-title-2 span {
	margin-top: -15px;
}

.config-row-content {
	max-width: 850px;
}
.button-group a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/* 服务器租用介绍页样式 */
.info-banner {
	background: url(../image/lease_banner.jpg) no-repeat center top;
}
.trusteeship-info {
	margin-top: 36px;
}
.module-marg-top {
	margin-top: 80px;
}
/* 优势滚动 */
.virtue-list {
	margin-top: 30px;
}

.virtue-list li {
	float: left;
	width: 23.5%;
	*width: 23.3%;
	margin-left: 2%;
	border: 1px solid #eee;
}
.virtue-list li:hover {
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.12);
}
.virtue-list li:first-child {
	margin-left: 0px;
}

.virtue-info {
	margin: 36px 20px;
}

.virtue-info-title {
	margin: 34px 0px 10px 0px;
	font-size: 16px;
	color: #4c4c4c;
	text-align: center;
}

.virtue-info-stand {
	text-align: center;
	font-size: 12px;
	color: #999;
	line-height: 22px;
	width: 100%;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.virtue-bg {
	display: block;
	margin: 0 auto;
	height: 100px;
	width: 100px;
	background-image: url(../image/lease_virtue.png);
	background-repeat: no-repeat;
}

.virtue-bg1 {
	background-position: 0 0;
}
.virtue-info:hover .virtue-bg1 {
	background-position: -100px 0;
}
.virtue-bg2 {
	background-position: 0 -100px;
}
.virtue-info:hover .virtue-bg2 {
	background-position: -100px -100px;
}
.virtue-bg3 {
	background-position: 0 -200px;
}
.virtue-info:hover .virtue-bg3 {
	background-position: -100px -200px;
}
.virtue-bg4 {
	background-position: 0 -300px;
}
.virtue-info:hover .virtue-bg4 {
	background-position: -100px -300px;
}

/* 产品功能 */
.function-table {
	width: 100%;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	margin-top: 32px;
}
.function-table th {
	position: relative;
	height: 60px;
	background-color: #f5f6f7;
	font-size: 18px;
	color: #666;
}
.function-table th div {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 -1px;
	width: 100%;
	height: 90px;
	line-height: 90px;
	background-color: #059fff;
	border: 2px solid #059fff;
	font-size: 20px;
	color: #fff;
}
.function-table td {
	padding: 25px 17px;
	line-height: 25px;
	border-right: 1px solid #059fff;
	border-bottom: 1px solid #059fff;
	text-align: center;
	color: #666;
	font-size: 14px;
}
.function-table td:first-child {
	border-bottom: 1px solid #eee;
}
.function-table .function-title {
	font-size: 16px;
	color: #333;
}
.function-title span {
	display: inline-block;
	line-height: 30px;
}


/* 套餐*/
.package-box {
	margin-top: 35px;
	height: 440px;
}
.package-box ul {
	width: 100%;
}
.package-box li {
	display: list-item;
	float: left;
	margin-left: 2%;
	width: 23.5%;
	border:1px solid #ddd;
}
.package-item.active {
	border:1px solid #059fff;
	box-shadow: 1px 1px 15px rgba(0,128,255,0.5);
}
.package-box li:first-child {
	margin-left: 0;
}
.package-box .package-title {
	position: relative;
	height: 80px;
	line-height: 80px;
	background-color: #eee;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.package-item.active .package-title{
	background-color: #059fff;
	color: #fff;
}
.package-box .lease-hot {
	position: absolute;
	right: 0;
	top: 0;
	width: 56px;
	height: 56px;
	background: url(../image/lease_hot_icon.png) no-repeat center;
}
.package-box .area-line {
	width: 114px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 25px;
	line-height: 25px;
	border-color: #ddd;
	outline: none;
}
.package-box .area-line option {
	width: 120px;
}
.package-info {
	padding: 20px;
}
.item-info {
	line-height: 30px;
	font-size: 12px;
}
.item-info .item-name {
	display: inline-block;
	float: left;
	width: 40%;
	text-align: right;
	font-weight: bold;
	color: #333;
}
.item-info .item-value {
	display: inline-block;
	float: left;
	padding-left: 5px;
	width: 60%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
}
.package-price {
	margin: 20px;
	height: 40px;
	text-align: center;
}
.lease-line {
	margin: 0 20px;
	height: 1px;
	background-color: #eee;
}
.package-price span {
	font-size: 14px;
	color: #666;
}
.package-price span em {
	font-weight: bold;
	font-style: normal;
	color: #ff6600;
}
.package-box .lease-buy {
	display: block;
	width: 120px;
	margin: 0 auto;
	margin-bottom: 20px;
	height: 30px;
	line-height: 29px;
	border: 1px solid #ff6600;
	text-align: center;
	font-size: 16px;
	color: #ff6600;
}
.package-item.active .lease-buy{
	background-color: #ff6600;
	color: #fff;
}

.text-area {
	width: 480px;
	height: 100px;
	outline: none;
}
