﻿/*
	@ tsbrother.com
	@ by tangqian
*/

img{
	border:none
}
ul{
	list-style-type:none
}
a{
	text-decoration:none;
	/*color:#1570A6;*/
	color:#252525;
}
a:hover{
	color:#000000;
}
b{
	font-weight:200;
	font-size:12px;
}
h1,h2,h3,h4,h5,h6{
	font:12px 'Microsoft Yahei',Arial,"宋体";
	font-weight: normal;

}
label{
	width:100px;
	font-size: 14px;
	color:#666;
	float:left;
	margin-top: 5px;
	text-align: right;
	padding-right: 20px;
	position: relative;
}
.form{
	margin:0 auto;
	width: 800px;
}
.form_title h3{
	font-size: 20px;
	line-height: 36px;
	color: #666;
}
.field{
	clear: both;
	padding: 10px;
	margin: 5px 0;
	overflow: hidden;
}

.form_slier{
	float: left;
	margin-left: 10px;
	width: 358px;
	margin-top:5px;
}
.input_value{
	float:left;
	margin-left: 20px;
}
.form_select{
	padding: 5px;
}
.form_system{
	margin-left: 0;
}
.form_radio{
	margin: 5px 0;
}
.sum_money{
	color: red;
	font-weight: bold;
	font-size: 20px;
}


span.input_value_content{
	background-color: #fff;
	border: 1px solid #ccc;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	width:50px;
	float:left;
	height:18px;
	display: block;
}
span.input_value_title{
	display: inline-block;
	width: auto;
	height: 18px;
	min-width: 16px;
	padding: 4px 5px;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-left:-1px;
}

.setting{
	color: #3498db;
	padding:5px 7px;
	font-size: 14px;
	border:none;
	background: none;
	cursor: pointer
	text-decoration:none;
}
.setting:hover{
	background:#eee;
	color: #3498db;
	text-decoration:none;
}
a.active{
	color:#ffffff;
	background-color: #3498db;
	text-decoration:none;

}
.submit{
	color: #fff;
	border-color: #1f75af;
	background-color: #217bb8;
	padding:11px 19px;
	font-size: 16px;
	font-family: 'Microsoft Yahei';
	cursor: pointer;

}
.form_action{
	/*border-top: 1px solid #e5e5e5;*/

}
b.field_img{
	background: url(../images/50.jpg) no-repeat 0 -45px;
	width: 50px;
	height:40px;
	overflow: hidden;
	display: block;
	position: absolute;
	top:-10px;
	left: 0;
}
b.mem_img{
	background: url(../images/50.jpg) no-repeat 0 -87px;

}
b.hard_disk_img{
	background: url(../images/50.jpg) no-repeat 0 0px;

}
b.bandwidth_img{
	background: url(../images/50.jpg) no-repeat 0 -125px;

}
.noUiSlider .ui-slider-range{
	background: red;
}

.noUiSlider .ui-slider-handle{
	background:none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background-image:url(../images/j_hover.png);
	height:2.5em;
	border:none;
	width:1.3em;
}
.ui-slider-horizontal .ui-slider-handle{
	top:-.8em;
}
.noUiSlider .ui-slider-range{
	background:#fe7227;
}
.noUiSlider-in{
	background:#f3f3f5;
	padding:5px;
	border-radius:10px;
}
.diy-body{
	width:700px;
	overflow:hidden;
	margin:0 auto;
	padding-left:30px;
}
.buy_content_p{
	width:500px;
}
.form_slier .buy_content a{
	display:inline-block;
	padding:2px 8px;
	border:1px solid #ccc;
	border-radius:5px;
	margin-right:5px;
}
.buy_content a.hover,.buy_content a:hover{
	background:#fe7227;
	color:#fff;
	border-color:#fff;
 }