body{
    font-family: "微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;
}
ul,p{
    margin: 0 auto;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.login-wrap{
    width: 100%;
    min-width: 1200px;
    position: relative;
}
.login-wrap > img{
    width: 100%;
    height: 100vh;
}
.login-wrap .login{
    width: 370px;
    height: 480px;
    position: absolute;
    top:50%;
    right: 10%;
    /*margin-left: -210px;*/
    margin-top: -240px;
    background: rgba(255,255,255,0.8);
    border-radius: 5px;
}
.notice{
    width: 100%;
    padding: 0px 30px;
    position: absolute;
    top: -50px;
}
.login-wrap .login .notice-login{
    width: 100%;
    padding: 5px 10px;
    /*background: #fcf4cd;*/
    color: #fff;
    margin: 15px 0;
    text-align: center;
}
.login-wrap .login .notice-login .icon{
    font-size: 15px;
}
.login-wrap .login .img{
    display: inline-block;
    width:100%;
    text-align: center;
    padding-top: 30px;
    position: absolute;
    top:-100px;
}
.login-wrap .login .img img{
    width: 110px;
}
.login-wrap .login .info{
    width: 100%;
    padding:0 30px;
}
.login-wrap .login .info .a-title{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    text-align: left;
    margin-bottom: 10px;
}
.login-wrap .login .info .input input{
    display: block;
    width: 100%;
    height: calc(1.5em + .9rem + 2px);
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 10px;
}
.login-wrap .login .info .input{
    position: relative;
}
.login-wrap .login .info .input .show-img{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    cursor: pointer;
    height: auto;
}
.login-wrap .login .remember{
    padding:0 30px;
    margin-top: 30px;
}
.login-wrap .login .remember label{
    font-size: 14px;
    color: #6c757d;
    margin-left: 10px;
}
.login-wrap .login .bottom-btn{
    width: 100%;
    text-align: center;
    padding:0 30px;
    font-size: 16px;
}
.login-wrap .login .bottom-btn .login-in{
    width: 100%;
    padding: 10px;
    background: #2B94E5;
    color: #FFF;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 30px;
}
.login-wrap .login .bottom-btn .login-in:hover{
    background-color: #3964A8;
}
#mysql{
    display: block;
    width: 100%;
    height: calc(1.5em + .9rem + 2px);
    padding: 0px 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 10px;
}
.info.info-0{
    margin-top: 50px !important;
}
.info.info-1{
    margin-top: 30px !important;
}
.info {
    margin-bottom: 15px;
}
.info .a-title{
    display: inline-block;
    width: 70px;
}
.info .input{
    width: 75%;
    display: inline-block;
}
.info input{
    outline: none;
}
.info .captcha-area{
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
}
.info .captcha-img img{
    width: 205px;
    height: auto;
    margin-left:10px;
    border-radius: 5px;
}
    /*验证码区域*/
.code-area{
    border: 1px solid #ced4da;
    border-radius: 4px;
    width: 100%;
    height: calc(1.5em + .9rem + 10px);
    line-height: 1.5;
    position: relative;
}
.code-area input{
    border: none !important;
    outline: none;
}
.code-area .get-code{
    position: absolute;
    right: 8px;
    top: 8px;
    font-size:14px; 
    cursor: pointer;
    color: #2B94E5;
}
.login-wrap .img{
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    top: 8%;
    left: 5%;
}
.login-wrap .name{
    display: flex;
    flex-direction: column;
}
.login-wrap .img .line{
    width: 1px;
    height: 55px;
    background: #0A8DDF;
    margin: 0 30px;
/*    display: none;
*/}
.login-wrap .name .en{
    font-size: 14px;
}
.copy-right{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 20px;
    color: #AFE4FC;
    font-size: 14px;
    width: 100%;
    text-align: center;
}