/*iconfont配置*/
.icon {
    width: 10px; height:10px;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
/*页面整体*/
html{
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
    background: url("../img/back.jpg");
    background-size: cover;
    font-family: "微软雅黑";
}
/*Logo*/
.Logo{
    position: absolute;
    left: 140px;
    top: 90px;
    width: 316px;
    height: 55px;
}
.LogoBox{
    position: absolute;
    left: 6vw;
    top: 6vh;
}
.BILogo{
    width: 4vw;
    height: 3.55vw;
    float: left;
}
.Logo_title{
    display: block;
    font-size: 2vw;
    line-height: 3.55vw;
    font-family: "微软雅黑";
    float: left;
    color: white;
    text-indent: 1vw;
}
/*登录框*/
.login_box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -190px;
    margin-top: -250px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #fff;
    width: 380px;
    height: 500px;
    box-shadow: 0 2px 10px #999;
    -moz-box-shadow: #999 0 2px 10px;
    -webkit-box-shadow: #999 0 2px 10px;
    padding-top: 30px;
}
.login_box .code {
    position: relative;
    text-align: center;
}
.code .img {
    display: block;
    width: 270px;
    height: 270px;
    margin: 42px auto 12px;
}
.code .img_refresh {
    display: block;
    width: 270px;
    height: 270px;
    margin: 42px auto 12px;
}
.login_box .sub_title {
    text-align: center;
    font-size: 20px;
    color: #353535;
    margin-bottom: 20px;
}
.login_box .sub_desc {
    text-align: center;
    color: #888;
    font-size: 18px;
}
.pclogo{
    position: absolute;
    right: 5px;
    top: -65px;
    width: 60px;
    height: 60px;
    color: #2aabd2;
}
.qrlogo{
    position: absolute;
    right: 10px;
    top: -20px;
    width: 60px;
    height: 60px;
    color: #2aabd2;
}
.password_login{
    position: relative;
    padding: 25px;
}
.input_box{
    width: 330px;
    margin: 50px auto;
}
.login-title{
    position: absolute;
    left: 25px;
    top: -15px;
    font-size: 22px;
}
.input_blank{
    margin-top: 30px;
    position: relative;
}
.input_control{
    display: inline-block;
    width: 280px;
    height: 46px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 46px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.user_pic{
    width: 46px;
    height: 46px;
    float: left;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-right:none ;
}
.password_pic{
    background: url("../img/password.png");
    background-size: cover;
}
.yz_pic{
    display: inline-block;
    width: 128px;
    height: 46px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.yz_blank{
    width:327px ;
}
.to_qrcode{
    text-align: right;
    width: 100%;
    font-size: 16px;
    color: #666;
    margin: 40px auto 20px;
    display: block;
}
.wrong_info{
    position: absolute;
    color: red;
    line-height: 36px;
    padding: 0px;
    top: 35px;
}
.holder{
    height: 80px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc; opacity:1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;opacity:1;
}
input:-ms-input-placeholder{
    color: #ccc;opacity:1;
}
input::-webkit-input-placeholder{
    color: #999;opacity:1;
}
/*APP下载*/
.CopyRight{
    width: 180px;
    position: absolute;
    right: -30px;
    bottom:20px;
    color: #333;
    font-size: 14px;
    text-align: center;
}
.CopyRight:hover{
    color: #888;
}
.AppQR{
    width: 160px;
    height: 160px;
    padding: 10px;
}
.QR_box{
    position: absolute;
    right: -105px;
    bottom: -17px;
    border: solid 1px #ffffff;
    border-radius: 10px;
}
.AppQRC{
    width: 120px;
    height: 120px;
    border: solid 1px #ffffff;
    border-radius: 10px;
}
.LeftArrow{
    width: 20px;
    height: 20px;
    position: absolute;
    left: -15px;
    bottom:10px;
}

