@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
a{text-decoration:none;}
table{border-collapse:collapse;border-spacing:0;}
ol,ul,li{list-style:none;}
body{font-family: Microsoft Yahei;}

.clear:after{display:block;clear:both;content:"";visibility:hidden;height:0;} 
.clear{zoom:1}
input::-ms-clear{display:none;}

.colBlue{color:#004268;}
.colRed{color:#ff1919;}
.colGray{color:#888;}
.colf95959{color:#f95959;}

.input{padding: 6px 12px;line-height: 1.428571429;color: #555555;background-color: #ffffff;border: 1px solid #cccccc;border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
.input:focus{border-color: #66afe9;outline: 0; 
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 
}

.selected{padding: 6px 12px;line-height: 1.428571429;color: #555555;background-color: #ffffff;border: 1px solid #cccccc;border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
.selected:focus{border-color: #66afe9;outline: 0; 
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); 
}
.checkUserName,.checkEnterpriseName{padding:0 0 0 10px;}
.checkUserName a,.checkEnterpriseName a{color:#1184d5;font-size:14px;text-decoration:underline;}
.ur,.er{font-size:14px;padding:0 0 0 10px;display:inline-block;color:#f95959;}

.bgBlue{background:#1184d5;display:block;width:260px;height:22px;border-radius:5px;margin:10px 0 0 5px;color:#fff;text-align:center;font-size:14px;}
.bgBlack{background:#888;cursor:default;display:block;width:260px;height:22px;border-radius:5px;margin:10px 0 0 5px;color:#fff;text-align:center;font-size:14px;}

.bg_1{background:#ca5353;font-size:16px;padding:5px 10px;border-radius:5px;color:#fff;}
.bg_2{background:#f68246;font-size:16px;padding:5px 10px;border-radius:5px;color:#fff;}
.bg_3{background:#faa177;font-size:16px;padding:5px 10px;border-radius:5px;color:#fff;}
.bg_4{background:#64d48e;font-size:16px;padding:5px 10px;border-radius:5px;color:#fff;}
.bg_5{background:#16c664;font-size:16px;padding:5px 10px;border-radius:5px;color:#fff;}
.bg_6{background:#3880d8;font-size:16px;padding:5px 10px;border-radius:5px;color:#fff;}
.bg_7{background:#3880d8;font-size:16px;padding:5px 10px;border-radius:5px;color:#fff;}

.disN{display:none;}

.emptyList{text-align:center;font-size:18px;padding:30px !important;color:#004268;}

/*LOGIN*/
.bodyBg{background:url(../images/login_bg.jpg) no-repeat center center;font-family: SimHei ;}
.login{width:513px;margin:10% auto 20px;}
.webName{width:358px;height:94px;background:url(../images/webName.png) no-repeat;margin:10px auto 30px;}
.login_input{width:512px;height:300px;background:url(../images/login_input.png) no-repeat;padding:70px 0 0 0;}
.login_input table{margin:0 auto;font-size:16px;font-family: Microsoft Yahei;text-align:center;}
.login_input table tr td{padding:20px 0 0;}
.login_input table tr td a{color:#1184d5;font-size:14px;text-decoration:underline;}
.login_input table tr td input[type="text"],input[type="password"]{width:180px;height:20px;}
.login_input table tr td input[type="submit"]{width:114px;height:36px;background:url(../images/login_btn.png) no-repeat;margin:20px 0 0 0;border:none;cursor:pointer;}
