*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #fff;
}
.boxwrap{
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    overflow: auto;
    font-family: "微软雅黑";
}
.boxwrap .rowwrap{
    position: absolute;
    height: 660px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.boxwrap .login_top{
    height: 90px;
    width: 1160px;
    line-height: 80px;
    margin: 0 auto;
    position: relative;
}
.boxwrap .login_top>.logo_pic{
    display: inline-block;
    vertical-align: top;
}
.boxwrap .login_top>.logo_pic>img{
    width: 66px;
    height: 66px;
}
.boxwrap .login_top>h1{
    display: inline-block;
    font-size: 40px;
    color: #023a86;
    font-weight: bold;
}
.boxwrap .login_mainBox{
    /* background: #a5c3e6; */
    height: 500px;
}
.boxwrap .login_main{
    height: 500px;
    overflow: hidden;
    margin: 0 auto;
}
.boxwrap .login_left{
    width: 100%;
    height: 100%;
}
.boxwrap .login_left{
    /* float: left; */
    position: relative;
}
.boxwrap .login_left>img{
    /* position: absolute; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
}
.boxwrap .login_right{
    float: right;
    /* position: relative; */
    
}
.boxwrap .login_m{
    width: 400px;
    height: 440px;
    padding: 0 20px 20px;
    background: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -1200px;
    margin: auto;
}
.boxwrap .login_m h2{
    width: 100%;
    height: 60px;
    font-size: 20px;
    color: #0f338d;
    border-bottom: 1px solid #eee;
    line-height: 60px;
    margin: 0 auto;
    margin-top: 15px;
    font-weight: bold;
}
.boxwrap .form{
    margin-top: 40px;
}
.boxwrap .login_m h2>span{
    color: #f60;
}
.boxwrap .input-group{
    margin: 20px 0;
}
.boxwrap .form-control{
    height: 50px;
    font-size: 16px;
}
.boxwrap .keeplog{
    text-align: left;
}
.boxwrap .btn-custom{
    background-color: #006cff;
    color: #fff;
    font-size: 18px;
    letter-spacing: 5px;
}
.boxwrap .login_footerBox{
    width: 100%;
    background-color: #fff;
}
.boxwrap .login_footer{
    position: relative;
    height: 50px;
    padding: 15px;
    line-height: 40px;
    background: #fff;
    width: 1160px;
    margin: 0 auto;
}
.boxwrap .wechatPic{
    position: absolute;
    top: -234px;
    right: 275px;
    display: none;
}
.boxwrap .phonePic{
    position: absolute;
    top: -234px;
    right: 191px;
    display: none;
}
.boxwrap .cursor{
    cursor: pointer;
}


/* 手机状态 */
.phone{
    padding: 11vh 20px 20px;
}
.phone .login_top{
    display: flex;
    align-items: center;
    justify-content: center;
}
.phone .login_top>.logo_pic{
    display: inline-block;
    vertical-align: top;
}
.phone .login_top>.logo_pic>img{
    width: 50px;
    height: 50px;
}
.phone .login_top>text{
    display: inline-block;
    font-size: 20px;
    color: #023a86;
    font-weight: bold;
}
.phone .login_m h2{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 60px;
    font-size: 20px;
    color: #0f338d;
    border-bottom: 1px solid #eee;
    line-height: 60px;
    margin: 0 auto;
    margin-top: 15px;
    font-weight: bold;
}
.phone .form{
    margin-top: 40px;
}
.phone .login_m h2>span{
    color: #f60;
}
.phone .input-group{
    margin: 20px 0;
}
.phone .form-control{
    height: 50px;
    font-size: 16px;
}
.phone .keeplog{
    text-align: left;
}
.phone .btn-custom{
    background-color: #006cff;
    color: #fff;
    font-size: 18px;
    letter-spacing: 5px;
}
.phone .login_footerBox{
    width: 100%;
    background-color: #fff;
}
.phone .login_footer{
    position: relative;
    height: 50px;
    padding: 15px;
    line-height: 40px;
    background: #fff;
    width: 1160px;
    margin: 0 auto;
}