body{
    font-size: 1.0em;
    font-family: "Microsoft YaHei";
    color: #000000;
    box-sizing: border-box;
}
*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color:#374782;
}
table{
   	border-spacing:0;
	border-collapse:separate;
	background:#ffffff;
     width:100%;
	 
}

td{
    border: 1px solid #c1c1c1;
	 
    text-align:left;
    padding:6px;

    }
td:first-child{
	border-top-left-radius:0.45em;
	border-bottom-left-radius:0.45em;
}
td:last-child{
	border-top-right-radius:0.45em;
	border-bottom-right-radius:0.45em;
}
input{
    outline: none;
}
#login{
    width: 100%;
    height: 100%;
    position: absolute;    
    -webkit-background-size: 100%;
    background-size: 100%;
    top: 0;
    left: 0;
    opacity: 0.35;
}
.login_bg{
    width:100%;
    min-height: 100%;
    text-align: center;
    background: #e0ebf4;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
}
#logo{
    margin: 9% auto;
    width: 30.25%;
}
img{
    width: 100%;
}
form{
    width: 95%;
    margin: 0 auto;
    text-align: left;
}
form div.userName,form div.passWord,form div.txtMid{
    border: 1px solid #c1c1c1;
    padding:3.5% 0 4% 3%;
    height: 22%;
    background: #ffffff;
}
form div.userName{
    border-bottom:0;
    -webkit-border-top-left-radius: 0.45em;
    -webkit-border-top-right-radius: 0.45em;
    -moz-border-radius-topleft: 0.45em;
    -moz-border-radius-topright: 0.45em;
    border-top-left-radius: 0.45em;
    border-top-right-radius: 0.45em;
}
form div.txtMid{
	border-bottom:0;
}
form div.passWord{
    -webkit-border-bottom-left-radius: 0.45em;
    -webkit-border-bottom-right-radius: 0.45em;
    -moz-border-radius-bottomleft: 0.45em;
    -moz-border-radius-bottomright: 0.45em;
    border-bottom-left-radius: 0.45em;
    border-bottom-right-radius: 0.45em;
}
form div.userName input,form div.passWord input,form div.txtMid input,form div.txtMid select, form div.txtMid textarea ,form div.userName select,form div.passWord select{
    width: 88%;
    height: 80%;
    border:none;
    background: transparent;
    font-size: 1em;
    font-family: "Microsoft YaHei";
    color: #b3b3b3;
    letter-spacing: 1px;
    padding-left: 2px;
}
.divT{
	border: 1px solid #c1c1c1;
    padding:1% 0 1% 0;
    height: 12%;
    background: #ffffff;
	border-bottom:0;
    -webkit-border-top-left-radius: 0.45em;
    -webkit-border-top-right-radius: 0.45em;
    -moz-border-radius-topleft: 0.45em;
    -moz-border-radius-topright: 0.45em;
    border-top-left-radius: 0.45em;
    border-top-right-radius: 0.45em;
	width: 99%;
    margin: 0 auto;
	
	margin-top:3px;
}
.divM{
	border: 1px solid #c1c1c1;
    padding:1% 0 1% 0;
    height: 22%;
    background: #ffffff;
	border-bottom:0;
	width: 99%;
    margin: 0 auto;
	
	text-align:left;
}
.divF{
	border: 1px solid #c1c1c1;
    padding:3.5% 0 4% 3%;
    height: 22%;
    background: #ffffff;	
	-webkit-border-bottom-left-radius: 0.45em;
    -webkit-border-bottom-right-radius: 0.45em;
    -moz-border-radius-bottomleft: 0.45em;
    -moz-border-radius-bottomright: 0.45em;
    border-bottom-left-radius: 0.45em;
    border-bottom-right-radius: 0.45em;
	width: 96%;
    margin: 0 auto;
	font-weight:bold;	
}
.choose_box{
    height: 2.5em;
    line-height: 4.5em;
    padding: 0 5px;
}
.choose_box div{
    float: left;
}
.choose_box a{
    float: right;
}
.login_btn{
    width: 100%;
    display: block;
    padding:3% 0 ;
    background: #ffffff;
    border: 0;
    font-size: 1em;
    font-family: "Microsoft YaHei";
    color:#374782;
    -webkit-box-shadow: #8f9bad 0px 0px 20px;
    -moz-box-shadow: #8f9bad 0px 0px 20px;
    box-shadow: #8f9bad 0px 0px 20px;
    text-align: center;
}
.other_login{
    width: 95%;
    height: 15px;
    position: absolute;
    top:75%;
    margin: 0 10%;
}
.other_login .other,.other_login span{
    display: inline-block;
    vertical-align: middle;
}
.other_login .other{
    width: 28%;
    height: 8px;
    border-bottom:1px solid #2f2c59;
}
.other_login span{
    width:40%;
}
.other_choose{
    width: 74%;
    top:83.5%;
    position: absolute;
    margin: 0 13%;
}
.login_bg .other_choose a{
    display: block;
    float: left;
    border: 2px solid #505887;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}
.other_choose a:nth-child(2) {
    left:42%;
}
.other_choose a:nth-child(3) {
    left:80%;
}
.other_choose a img{
    width: 60%;
    padding: 14% 0;
}
.index_body_qp_send_a{	
	border:1px #d7d7d7 solid;
	background:#ce940a;	
	text-align:center;
	padding: 5px 10px;	
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	border-radius:3px; 
	margin-bottom:3px;
	-moz-box-shadow: 1px 1px 3px #888888;
	box-shadow: 1px 1px 3px #888888;
}
.index_body_qp_send_a_2{	
	border:1px #d7d7d7 solid;
	background:#0182AC;	
	text-align:center;
	padding: 5px 10px;	
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	border-radius:3px; 
	margin-bottom:3px;
	-moz-box-shadow: 1px 1px 3px #888888;
	box-shadow: 1px 1px 3px #888888;
}
.index_body_qp_send_a_out{	
	border:1px #d7d7d7 solid;
	background:red;	
	text-align:center;
	padding: 5px 10px;	
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	border-radius:3px; 
	margin-bottom:3px;
	-moz-box-shadow: 1px 1px 3px #888888;
	box-shadow: 1px 1px 3px #888888;
}
.btn_tcnid_2 {border:1px #d7d7d7 solid;background:#2cb6ed;text-align:center;color:#fff;text-decoration:none;text-transform:uppercase;border-radius:3px; margin-bottom:3px;}
.btn_tcnid_2 em {font-style:normal;background:#2cb6ed;border-radius:3px;}
.btn_tcnid_2 em b {height:35px;line-height:35px;background:#2cb6ed;cursor:pointer;border-radius:3px;}
.btn_tcnid_2:hover {color:#000}
