@charset "utf-8";
/* CSS Document */

*{ padding:0px; margin:0px;box-sizing: border-box;}
body{ font-family:"microsoft yahei"; font-size:14px; }
a{ text-decoration:none;}
ul{list-style:none;}
.clear{ clear:both;}
.ftl{ float:left;}
.ftr{ float:right;}
.ml30{ margin-left:30px;}
.ml15{ margin-left:15px;}
.mr15{ margin-right:15px;}
img{ border:none;}



.bigBj{width:100%;height:100vh;background: url(../images/bigBj.png) no-repeat;background-size:100% 100%;position: relative;overflow: hidden;}
.loginBox{width:500px;height: auto;position:absolute;top:15%;right:10%;}
.titleLogo{display: block; margin:0 auto 70px auto;max-width: 100%;}
.inputK{height:80px;line-height: 80px;color: #333;border:none;border-radius:10px;font-size:26px;padding-left:90px;margin-bottom:20px;outline:none; }
.username{width:100%;background:#EFF0F2 url(../images/icon_username.png) no-repeat 20px 22px;}
.password{width:100%;background:#EFF0F2 url(../images/icon_password.png) no-repeat 20px 22px;}
.yzm{width:60%;background:#EFF0F2 url(../images/icon_yzm.png) no-repeat 20px 22px;}
.relativeBox{position:relative}
.yzmLink{display: block;width: 35%;height: 80px;position:absolute;right:0;top:0;}
.picYzm{display: block;width: 100%;height:100%;}
.loginBtn{display:block;width:100%;height: 90px;line-height: 90px;color: #fff;background: #3FA4FE;font-size: 28px;text-align: center;border-radius: 55px;margin-top:25px;}
.tipTxt{color:#333;font-size: 16px;text-align: right;}




input::-webkit-input-placeholder{color:#9F9F9F;}



@media screen and ( min-width: 1601px) {
    .loginBox{width:500px;height: auto;position:absolute;top:15%;right:13.5%;}
}  
@media screen and (max-width: 1366px) {
    .loginBox{width:400px;}
    .inputK{height:60px;line-height: 60px;font-size:22px;padding-left:70px;}
    .username{width:100%;background:#EFF0F2 url(../images/icon_username.png) no-repeat 20px 13px;}
    .password{width:100%;background:#EFF0F2 url(../images/icon_password.png) no-repeat 20px 13px;}
    .yzm{width:60%;background:#EFF0F2 url(../images/icon_yzm.png) no-repeat 20px 13px;}
    .yzmLink{height: 60px;}
    .loginBtn{height: 70px;line-height: 70px;font-size: 26px;border-radius: 45px;margin-top:35px;}

}
















