.loginbg{width: 100%;height: 100%;background: url(../images/login//login.jpg) no-repeat;background-size: 100% 100%;overflow: hidden;}

.logintitle{width:407px;position: fixed;top: 16%;left: calc(50% - 203px);left: -moz-calc(50% - 203px);left: -webkit-calc(50% - 203px);}
.logintitle img{width: 100%;}

.logincon{width: 447px;height: 350px;background: url(../images/login/logincon.png) no-repeat; background-size: 100% 100%;position: fixed; top: 35%;left: calc(50% - 220px);left: -moz-calc(50% - 220px);left: -webkit-calc(50% - 220px);padding:70px 80px;}
.logincon .loginipt{width: 100%;height: 44px;background: #fff;margin-bottom: 20px;border-radius: 6px;}
.logincon .loginipt img{width: 22px;margin:6px 10px;margin-bottom: 10px;}
.logincon .loginipt input{width: 80%;height: 30px;margin-top: 8px;border: none;}

.logingrt{color: #fff;}

.loginbtn{width: 100%;height: 44px;text-align: center;line-height: 44px;color: #fff;background: #0a6fa3;font-size: 18px;border-radius: 4px;margin-top: 20px;cursor: pointer;}
