html,body{
    width: 100%;
}
body {
font-family: "微软雅黑";
background: #ffffff;
z-index: -10;
height: 100%;
}
.logo{
    width: 70%;
    height: 50px;
    margin-bottom:40px;
    margin: 0 auto 40px auto;
}
.logo img{
    display: inline-block;
    width: 100%;
}
.container{
    width: 35%;
    max-width:550px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.container .warp2{
    width: 100%;
    /*width: 550px;*/
    height: 308px;
    /*padding-bottom: 20px;*/
    background:#fff;
    border-radius: 10px;
}
.container .warp2 .layui-form{
    padding-top: 35px;
}
.container .warp2 h2{
    text-align: center;
    font-size: 20px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 25px;
    margin-bottom: 20px;
    color: #1C1B1D;
}
.container .warp2 .layui-form-label{
    float: left;
    display: block;
    padding: 15px 2px 9px 30px;
    width: 50px;
    font-weight: 400;
    text-align: right;
    font-size:16px;
    color: #1C1B1D;
}
.container .warp2 .layui-input-block{
    margin-left: 110px;
    margin-right: 50px;
    position: relative;
}
.container .warp2 .layui-input-block input{
    height: 50px;
}
.container .warp2 img{
    position: absolute;
    width: 90px;
    height: 50px;
    right: 0px;
    top:0;
}
.container .warp2 .layui-input-block#checkcode{
    width:150px ;
}
.container .warp2 .login{
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 35px;
}
.container .warp2 .layui-btn {
    width:100%;
    margin-top: 15px;
    background: #00bf6a;
}
input{
    border: 0 none;
    display: inline-block;
}
.m-login{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../img/login_bg.jpg) top center;
    background-size: 100%;
}
.m-login .bg{
    width: 100%;
    height: 100%;
}
.m-login .right{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #fff;
    box-shadow: -10px 0px 10px 0px
    rgba(153, 153, 153, 0.35);
    padding-top: 5%;
}
@media screen and (max-width: 1500px) {
    .right,.copyright{width: 400px}
}
@media screen and (min-width: 1500px) and (max-width: 1920px) {
    .right,.copyright {width: 500px}
}
.m-login .right input{
    height: 50px;
    font-size: 18px;
    color: #666666;
    font-family: PingFangSC-Regular;
}
.m-login .right input::-webkit-input-placeholder{
    font-size: 18px;
    font-family: PingFangSC-Regular;
}
.m-login .right .title{
    text-align: center;
    font-size: 30px;
    color: #030303;
    margin-bottom: 12%;
}
.m-login .right .box{
    width: 85%;
    height: 50px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 2px #e6e6e6;
    margin: 0 auto 10%;
    line-height: 50px;
}
.m-login .right .box input{
    width: 80%;
}

.m-login .right .captcha_box{
    position: relative;
    width: 85%;
    height: 50px;
    margin: 0 auto;
}
.m-login .right .captcha_box input{
    width: 70%;
}
.m-login .right .captcha_box .left{
    width:65%;
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 2px #e6e6e6;
}
.m-login .right .captcha_box img{
    position: absolute;
    right: 0;
    top: 0;
    width: 32%;
    height: 50px;
    border-radius: 2px;
    overflow: hidden;
}

.m-login .right .icon{
    display: inline-block;
    width: 22px;
    height: 25px;
    vertical-align: top;
    margin: 12px 15px 0;
}
.m-login .right .icon.account{
    background: url(../img/account.png) no-repeat center center;
}
.m-login .right .icon.pwd{
    background: url(../img/pwd.png) no-repeat center center;
}
.m-login .right .icon.captcha{
    background: url(../img/captcha.png) no-repeat center center;
}
.m-login .right .btn{
    width: 85%;
    height: 50px;
    background-color: #00bf6a;
    border-radius: 2px;
    margin: 10% auto 5%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.m-login .right .tab{
    text-align: center;
}
.m-login .right a{
    font-size: 14px;
    color: #999999;
    text-decoration: underline;
}
.m-login .right .copyright{
    position: fixed;
    bottom: 4%;
    text-align: center;
    font-size: 14px;
    color: #999999;

}