body{
	font-size: 14px;
	font-family: "microsoft yahei"

}


.pop_bg{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000;
	opacity: 0.5;
	filter:  alpha(opacity=50);
	zoom: 1;
	background-color:#CCC;
	background: rgba(0,0,0,.4);
	left: 0;
	top: 0;
	display: none;
}
.tsss_box{
	margin-left: 100px;
	border-radius: 8px;
	overflow: hidden;
	width: 800px;
	height: 280px;
	box-shadow: 2px 2px 8px rgba(0,0,0,.3);
	background: #fff;
	border: 1px solid #cdcdcd;
	position: absolute;
	left: 50%;
	z-index: 10001;
	margin-left: -400px;
}
.tsss_box .p_top{
	background: #f0f0f0;
	height: 46px;
	border-bottom: 1px solid #cdcdcd;
	line-height: 46px;
	overflow: hidden;
}
.tsss_box .p_top span{
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin-left: 24px;
}
.tsss_box .p_top a{
	float: right;
	margin-right: 17px;
	margin-top: 6px;
	transition:all .3s;
}
.tsss_box .p_top a:hover{
       transform: rotate(360deg);
       }
    
.tsss_box .p_content{
	height: 186px;
	background: #fff;
	padding: 0 2px;
	overflow: hidden;
}
.lsbox{
	margin-top: 72px;
	height: 36px;
	line-height: 36px;
	margin-left: 59px;
}
.lsbox span{
	float: left;
	color: #333;
	font-size: 12px;
	margin-right: 5px;
}
.lsbox input{
	float: left;
	height: 14px;
	padding: 10px 8px;
	border: 1px solid #dcdcdc;
	line-height: 14px;
	font-size: 14px;
	margin-right: 4px;
	width: 386px;
	box-sizing: content-box;
}
.lsbox a{
	float: left;
	height: 36px;
	width: 86px;
	background: #317dd2;
	border-radius: 4px;
}
.lsbox a b{
	font-size: 14px;
	display: block;
	padding-left: 29px;
	background: url(imagescenter_s1_03.png) no-repeat left center;
	margin-left: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.tsss_box .p_foot{
	background: #f0f0f0;
	height: 46px;
	border-top: 1px solid #cdcdcd;
	/* margin-top: 20px; */
}
.tsss_box .p_foot a{
	float: left;
	width: 100px;
	height: 36px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-align: center;
	line-height: 36px;
	background: #d2d2d2;
	margin-right: 9px;
	margin-top: 5px;
	float: right;	
}


.collect{
	width: 56px;
    height: 32px;
    color: #fff;
    display: inline-block;
    border-radius: 15px;
    line-height: 32px;
    padding-left: 40px;
    margin-left: 6px;
    background: #f2504e url(imagescollect_03.png) no-repeat 12px center;
}

.clearfix{/* clear: both; */}
