﻿@charset "utf-8";
/*css document*/
*{
-o-tap-highlight-color:transparent;
-moz-tap-highlight-color:transparent; -webkit-tap-highlight-color:transparent; tap-highlight-color:transparent;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,th,td,menu{padding:0; margin:0;}
table{border-collapse:collapse;}
ol,ul {list-style:none;}
li{list-style-type:none;}
i,em{font-style: normal;}
b{font-weight:normal;}
img{border:0;}
h1,h2,h3,h4,h5,h6{font-size:inherit; font-weight:normal;}
a{text-decoration:none;-webkit-touch-callout:none;touch-callout:none;background-color:transparent}
a:hover {text-decoration:none;opacity:0.9; filter: alpha(opacity=90);}
.hx a,.hx em,.fB{font-weight:bold;}
.clearfix{*zoom:1;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
.clear{font-size:0;line-height:0;height:0;overflow:hidden;clear:both;}
.overflow{overflow:hidden;*zoom:1;}
.dn{display: none;}
.fr{float:right;}
.fl{float:left;}
.transparentBg{background:transparent;}
.mt05{margin-top:5px;}
.mb5{margin-bottom: 5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mb05{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.m20{margin:20px;}
.ml05{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.mr05{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{margin-right: 30px;}
.mr40{margin-right: 40px;}
.pl05{padding-left:5px;}
.pl10{padding-left:10px;}
.pr05{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:10px;}
.pr30{padding-right:30px;}
.pr40{padding-right:40px;}
.gray{color:#999;}
.dackgray{color:#666;}
.black{color:#000;}
.cet{text-align:center;}
.radius{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.radius2{
	-webkit-border-radius: 2px;	
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.radius25{
	-webkit-border-radius: 25px;	
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
}
.hrline{border-top:1px solid #e4e4e4;height:0;font-size:0;line-height:0;overflow:hidden;margin:10px 0;}
.alpha-div{display:block;position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(176, 176, 176, 0.5);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#58b0b0b0', EndColorStr='#58b0b0b0');
}/*透明背景层*/
body{font-size:12px;font-family:"Miscrosoft Yahei";}
.df_btn{display:inline-block;*display:inline;*zoom:1;width:100px;height:32px;line-height:32px;text-align:center;color:#fff;border-radius:2px;border:0;border:none;font-size: 14px;text-indent: 0;}
.operate_btn{display:inline-block;*display:inline;*zoom:1;font-size: 12px;color:#fff;width:60px;line-height: 24px;height:24px;margin-right:5px;border-radius: 2px;text-align:center;border:0;border:none;}
.bg-blue{background-color: #008bf5;}
.bg-lightblue{background-color: #3598db;}
.bg-red{background-color: #d9534f;}
.bg-orange{background-color: #e67f22;}
.bg-green{background-color: #46b39e;}
textarea.outNone:focus{
	outline: none;
}
.curpt{cursor: pointer;}
@CHARSET "UTF-8";
.red-wp{
	color: red;
}
.content-wp{
	word-break:break-all;
	word-wrap:break-word;
}
.title-wp{
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.titleH-wp:HOVER{
	text-decoration: underline;
	cursor: pointer;
}
.ml60{
	margin-left: 60px;	
}
.lh24-wp{
	line-height: 26px!important;
}
.cursorWp{
	cursor: pointer;
}
.xxplColorFont-wp{
	color: #5d68c7;
	font-weight: 600;
}
.xxplColor-wp{
	color: #5d68c7;
}
.titleUnderline-wp:HOVER{
	text-decoration: underline;
	cursor: pointer;
}
.overHide-wp{
    overflow: hidden;
}
.queryScope input[type="radio"],input[type="checkbox"]{
    vertical-align: -2px;
}