@@charset "utf-8";
/* CSS Document */
body, ul, ol, dl, li, dd, h1, h2, h3, h4, h5, h6, p, input { margin: 0 }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; font-family: "Microsoft YaHei"; }
img { border: none }
input, button, textarea, select {
*font-size: 100%; border: none; }
body { background: #fff; color: #5e5e5e; font: 14px/24px Microsoft YaHei, SimSun, Arial; }
ul, ol { list-style: none; padding: 0 }
table { border-collapse: collapse; border-spacing: 0 }/*默认a标签样式*/
a:link, a:visited { color: #5e5e5e; text-decoration: none; }
a:hover { /*color:#999;*/ }
a:hover { color: #c9394a; /*text-decoration: underline;*/ }
a:active { color: #666; }/*浮动和清除浮动*/
.fl { float: left }
.fr { float: right }
.clear { zoom: 1 }
.clear:after { content: ""; display: block; height: 0; visibility: visible; clear: both } /*��ʾ����*/
.hide { display: none }
.show { display: block }/*表格table和td有边框*/
.boder_tl { border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
.boder_tl td { border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
.boder_bl { border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; }
.boder_bl td { border-top: 1px solid #ccc; border-right: 1px solid #ccc; }
.boder_tr { border-top: 1px solid #ccc; border-right: 1px solid #ccc; }
.boder_tr td { border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; }
.boder_br { border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
.boder_br td { border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
.txt_center { text-align: center; }/*表格table和tr有边框*/
.boder_ltr_trborder { border: 1px solid #ccc; border-bottom: none; }
.boder_ltr_trborder tr { border-bottom: 1px solid #ccc; }
body ,html{
    width:100%;
    height:calc(100vh);
}
body{
    background:url('login/bg2.png');
    background-size:100% 100%;
}
.logincontainer{
    width:100%;
    height:100%;
    margin:0 auto;
}
.logincontainer>img{
    position: absolute;
    top:30px;
    left:30px;
}
.loginbg{
    width:730px;
    height:100%;
    position:absolute;
    top:0;
    right:0;
    background:rgba(0,0,0,0.25);
}
.loginbox{
    width: 375px;
    height: 362px;
    margin:auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -161px;
    margin-left: -162px;
    box-sizing: border-box;
}
.loginbox>div{
    width:100%;
    height: 322px;
    background: #FFFFFF;
    border-radius: 5px;
    padding:20px;
}
.loginbox>div div{
    position: relative;
}
.loginbox>div div img{
    position: absolute;
    top:11px;
    left:10px;
    padding-right: 9px;
    border-right: 1px solid #ddd;
}
.usertitle{
    font-size: 16px;
    font-weight: 400;
    color: #5794FF;
    line-height: 25px;
    margin:15px 0 0 0;
}
.loginbox input{
    width:100%;
    height: 40px;
    line-height:40px;
    border: 1px solid #BFBFBF;
    border-radius: 4px;
    margin:15px 0;
    padding-left:45px;
    box-sizing: border-box;
    padding-right: 150px;
    margin-top:0;
}
.login{
    width:100%;
    height: 40px;
    margin: 15px 0;
    color: #Fff;
    background: #C7B58C;
    border-radius: 6px;
    text-align:center;
    font-size:16px;
    margin-bottom: 5px;
}
.loginbox p a{
    color: #D39A17;
    margin-left:3px;
}
.loginbox a{
    color: #D39A17;
}
.loginbox p{
    font-size: 26px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #333333;
    margin:20px 0;
}
.ask{
    margin-left:5px;
    vertical-align: sub;
}
.logo{
    position:absolute;
    top:60px;
    left:100px;
}
.username{
    margin-top:45px;
}
.loginbox>div div.mailcon{
    position: absolute;
    right: 4px;
    top: 10px;
    color:#8f8e8e;
}
.loginbox>div div.mailcon select{
    color:#8f8e8e;
}
.loginbox>div div.error{
    position:absolute;
    color:red;
    width: 100%;
    text-align: center;
}
.loginbox>div div.verification img{
    float: left;
    top:0;
    left:0;
}
.loginbox>div div.verification input{
    float: right;
    width:135px !important;
    padding:12px;
    margin:0;
}
.foot{ 
	text-align:center;   
	line-height: 45px;  
	width:100%;
	height:65px;
	color: white;
	position: absolute;
	top:95%;
}