@charset "utf-8";
*{
	margin:0;padding:0;
	font-family: "微软雅黑";
	font-size: 12px;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga','kern';
}
ul,li{
	list-style:none;
}
img{
	border:none;
}
*:focus{
		outline: none;
}
*:hover {
		-webkit-transition: background ease-in-out .2s;
		-moz-transition: background ease-in-out .2s;
		transition: background ease-in-out .2s;
}
/* 快捷样式 */
.clear {
	clear: both; 
	overflow: hidden;
}
.fl {
	float: left;
}
.fr{
	float: right;
}
/* 按钮 start*/
.btn {
	display: inline-block;
	padding: 0px 30px;
	height:30px;
	line-height:30px;
	background:#f53d58;
	cursor:pointer;
	color:#fff;
}
.btn:hover {
	background:#cc0000;
	webkit-transition: background ease-in-out .2s;
	-moz-transition: background ease-in-out .2s;
	transition: background ease-in-out .2s;
}
.btn:active{
	background: #ddd;
}
/* 按钮 end */

/* 加载中 start*/
.is_load {    
		width: 100%;
	    height: 100%;
	    z-index: 1000;
	    position: fixed;
	    background: #333;
	    opacity: 0.5;
	    filter: alpha(opacity:50);
	    display: none;
}

.is_load_img{
	text-align: center;
    display: none;
    height: 35px;
    position: fixed;
    left: 48%;
    top: 50%;
    z-index: 9999;
    padding: 10px;
    line-height: 35px;
    box-shadow: 0px 0px 100px #FFF;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #eff1f1;
}
.base_load_img span {
    color: #c81260;
}
/* 加载中 end*/
/*  table start */
table {
	width:100%;
	border: 1px solid #cc0000;
	border-bottom: 0;
	border-right: 0;
	text-align: center;
}
table th {
	height:30px;
	background:#EC6767;
	color:#fff;
	border-bottom:1px solid #cc0000;
	border-right: 1px solid #cc0000;
}
.hidden_3 {width:3%; }
.hidden_5 {width:5%; }
.hidden_8 {width:8%; }
.hidden_10{width:10%;}
.hidden_15{width:15%;}
.hidden_20{width:20%;}
.hidden_25{width:25%;}
.hidden_30{width:30%;}
.hidden_35{width:35%;}
.hidden_40{width:40%;}
.hidden_45{width:45%;}
.hidden_50{width:50%;}
.hidden_70{width:70%;}
table td {
	border-bottom:1px solid #cc0000;
	border-right: 1px solid #cc0000;
	padding: 8px 10px;
} 
/*  table end */
/* edit form start  */
.edit_ul li input[type="button"] { padding:0px 10px;height:20px;cursor:pointer;border:1px solid #707070;background:url("../images/button_bg.png") repeat-x;}
.edit_ul li input[type="button"]:hover {background:#a6f4ff;border:1px solid #26a0da}
.edit_ul li input[type="button"]:active{background:#34b4e3;border:1px solid #0089b4}
label{display: inline-block;cursor:pointer;}
label input[type='radio'],label input[type='checkbox'] {float:left;margin:4px 2px 0 0;margin:3px 2px 0 0\9;}
label input[type='radio'] {margin:2px 2px 0 0\9;}
.edit_ul {width:500px;margin:0px auto;}
.edit_ul li {margin-bottom:13px; overflow: auto;}
.edit_ul li span{height: 18px;line-height: 18px;display: inline-block; min-width:70px;text-align: right;margin-right:10px;float:left;}
.edit_ul li span i{color:red;font-style:normal;vertical-align: middle;}
.edit_ul li input[type="text"],.edit_ul li input[type="password"]{float:left;color:#454545;border:1px solid #9bc3e8;width:250px;height:18px;text-indent:5px;}
.edit_ul li textarea{border:1px solid #9bc3e8;width:250px;min-height:50px;float:left;}
.edit_ul li select{border:1px solid #9bc3e8;width:250px;height:21px;float:left;}
.edit_ul li input[type="button"] {margin:0px 20px 0 0;}
.edit_ul li div.check_box{float: left;width:250px;}
.edit_ul li div.check_box label{display: inline-block;margin: 0 10px 10px 0;cursor: pointer;}
.edit_ul li div.radio_box {width:250px;float:left;}
.edit_ul li em {font-style:normal; color:#999;display:none;float: left;margin-left:3px;line-height: 18px;height: 18px;overflow: hidden;}
.edit_ul li em.ok {color:green;background:url("../images/ok.gif") no-repeat 2px 3px;padding:0px 0 0 20px}
.edit_ul li em.error {color:#cc0000;background:url("../images/error.jpg") no-repeat 2px 3px;padding:0px 0 0 20px}
/* edit form start  */

