.layui-btn{
    height: 60px;
    background: linear-gradient(-84deg, #3E89FF, #67BCFF);
    border-radius: 10px;
    box-shadow: 0px 15px 15px -15px #3DA3F4;
    font-size: 28px;
}
.login-form .layui-form-item input {
    padding-left: 36px;
    border-radius: 10px;
    border: none;
    background-color: #F8F8F8;
}
.pro_name a{color: #4183c4;}
.osc_git_title{background-color: #fff;}
.osc_git_box{background-color: #fff;}
.osc_git_box{border-color: #E3E9ED;}
.osc_git_info{color: #666;}
.osc_git_main a{color: #9B9B9B;}

.layui-input-block {
    margin-left: 0;
    min-height: 36px;
}
.layui-bg-blue{
    background-color: #1E9FFF !important;
}
@media (max-width:1930px){
    .admin-login-box {
        width: 60%;
        height: 470px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-radius: 20px;
        box-shadow:0px 0px  20px 10px #2075E0;
    }
    .login-left-img{
        width: 100%;
        height: 100%;
    }
    .login-left-img img{
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        width: 90%;
        height: 90%;
        overflow: hidden;
        border-radius: 10px;
    }
    .admin-login-background-left{
        height: 100%;
        background-color: #1E9FFF;
        border-radius: 20px 0 0 20px;
    }
    .admin-login-background{
        height: 100%;
        background-color: #ffffff;
        border-radius: 0 20px 20px 0;
        position: relative;
    }
    .layui-form{
        width: 85%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin:0 auto;
    }
    .layui-form-item {
        margin-bottom: 25px;
        clear: both;
    }
    #username{
        background: url(../img/name.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 16px;
        background-position: 10px 15px;
    }
    #password{
        background: url(../img/password.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 16px;
        background-position: 10px 15px;
    }
    #captcha{
        background: url(../img/yanzheng.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 16px;
        background-position: 10px 15px;
    }
    .logo-title  h1{
        text-align: center;
        letter-spacing: 2px;
        padding: 40px 0 10px 0;
        font-size: 30px;
        color:#1E9FFF;
        font-weight:bold;
    }
    .layui-input {
        height: 50px;
        line-height: 1.3;
        line-height: 38px\9;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
    }
    .layui-btn {
        height: 50px;
        font-size: 26px;
    }
    .captcha-img img {
        border: 1px solid #e6e6e6;
        height: 50px;
        width: 100%;
        border-radius: 10px;
    }
    .login-form .layui-form-item label {
        position:absolute;
        left:1px;
        top:5px;
        width:38px;
        line-height:36px;
        text-align:center;
        color:#1E9FFF;
    }
}
@media (max-width:1720px){
    .admin-login-box {
        width: 60%;
        height: 70%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-radius: 20px;

    }
    .login-left-img{
        width: 100%;
        height: 100%;
    }
     .login-left-img img{
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        width: 90%;
        height: 90%;
        overflow: hidden;
        border-radius: 10px;
    }
      .admin-login-background-left{
        height: 100%;
        background-color: #1E9FFF;
        border-radius: 20px 0 0 20px;
    }
    .admin-login-background{
        height: 100%;
        background-color: #ffffff;
        border-radius: 0 20px 20px 0;
        position: relative;
    }
    .layui-form{
        width: 85%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin:0 auto;
    }
     .layui-form-item {
        margin-bottom: 35px;
        clear: both;
    }
     #username{
        background: url(../img/name.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 14px;
        background-position: 10px 15px;
    }
    #password{
        background: url(../img/password.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 14px;
        background-position: 10px 15px;
    }
    #captcha{
        background: url(../img/yanzheng.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 14px;
        background-position: 10px 15px;
    }
    .logo-title  h1{
        text-align: center;
        letter-spacing: 2px;
        padding: 50px 0 15px 0;
        font-size: 32px;
        color:#1E9FFF;
        font-weight:bold;
    }
    .layui-input, .layui-select, .layui-textarea {
        height: 48px;
        line-height: 1.3;
        line-height: 38px\9;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
    }
    .layui-btn {
        height: 48px;
        font-size: 22px;
    }
    .captcha-img img {
        border: 1px solid #e6e6e6;
        height: 48px;
        width: 100%;
        border-radius: 10px;
    }
    .login-form .layui-form-item label {
        position:absolute;
        left:1px;
        top:5px;
        width:38px;
        line-height:36px;
        text-align:center;
        color:#1E9FFF;
    }
}
@media (max-width:1680px){
    .admin-login-box {
        width: 60%;
        height: 470px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-radius: 20px;
    }
    .login-left-img{
        width: 100%;
        height: 100%;
    }
     .login-left-img img{
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        width: 90%;
        height: 90%;
        overflow: hidden;
        border-radius: 10px;
    }
      .admin-login-background-left{
        height: 100%;
        background-color: #1E9FFF;
        border-radius: 20px 0 0 20px;
    }
    .admin-login-background{
        height: 100%;
        background-color: #ffffff;
        border-radius: 0 20px 20px 0;
        position: relative;
    }
    .layui-form{
        width: 85%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin:0 auto;
    }
       .layui-form-item {
        margin-bottom: 30px;
        clear: both;
    }
     #username{
        background: url(../img/name.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 15px;
    }
    #password{
        background: url(../img/password.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 15px;
    }
    #captcha{
        background: url(../img/yanzheng.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 15px;
    }
    .logo-title  h1{
        text-align: center;
        letter-spacing: 2px;
        padding: 40px 0 10px 0;
        font-size: 30px;
        color:#1E9FFF;
        font-weight:bold;
    }
    .layui-input, .layui-select, .layui-textarea {
        height: 42px;
        line-height: 1.3;
        line-height: 38px\9;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
    }
    .layui-btn {
        height: 42px;
        font-size: 22px;
    }
    .captcha-img img {
        border: 1px solid #e6e6e6;
        height: 42px;
        width: 100%;
        border-radius: 10px;
    }
    .login-form .layui-form-item label {
        position:absolute;
        left:1px;
        top:5px;
        width:38px;
        line-height:36px;
        text-align:center;
        color:#1E9FFF;
    }
}
@media (max-width:1600px){
    .admin-login-box {
        width: 60%;
        height: 60%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-radius: 20px;
    }
    .login-left-img{
        width: 100%;
        height: 100%;
    }
     .login-left-img img{
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        width: 90%;
        height: 90%;
        overflow: hidden;
        border-radius: 10px;
    }
     .admin-login-background-left{
        height: 100%
        background-color: #1E9FFF;
        border-radius: 20px 0 0 20px;
    }
    .admin-login-background{
        height: 100%;
        background-color: #ffffff;
        border-radius: 0 20px 20px 0;
        position: relative;
    }
    .layui-form{
        width: 85%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin:0 auto;
    }
       .layui-form-item {
        margin-bottom: 30px;
        clear: both;
    }
     #username{
        background: url(../img/name.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 12px;
    }
    #password{
        background: url(../img/password.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 12px;
    }
    #captcha{
        background: url(../img/yanzheng.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 12px;
    }
    .logo-title  h1{
        text-align: center;
        letter-spacing: 2px;
        padding: 40px 0 15px 0;
        font-size: 34px;
        color:#1E9FFF;
        font-weight:bold;
    }
    .layui-input, .layui-select, .layui-textarea {
        height: 39px;
        line-height: 1.3;
        line-height: 38px\9;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
    }
    .layui-btn {
        height: 39px;
        font-size: 18px;
    }
    .captcha-img img {
        border: 1px solid #e6e6e6;
        height: 39px;
        width: 100%;
        border-radius: 10px;
    }
    .login-form .layui-form-item label {
        position:absolute;
        left:1px;
        top:1px;
        width:38px;
        line-height:36px;
        text-align:center;
        color:#1E9FFF;
    }
}
@media (max-width:1440px){
    .admin-login-box {
        width: 60%;
        height: 420px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-radius: 20px;
    }
    .login-left-img{
        width: 100%;
        height: 100%;
    }
     .login-left-img img{
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        width: 90%;
        height: 90%;
        overflow: hidden;
        border-radius: 10px;
    }
     .admin-login-background-left{
        height: 100%
        background-color: #1E9FFF;
        border-radius: 20px 0 0 20px;
    }
    .admin-login-background{
        height: 100%;
        background-color: #ffffff;
        border-radius: 0 20px 20px 0;
        position: relative;
    }
    .layui-form{
        width: 85%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin:0 auto;
    }
       .layui-form-item {
        margin-bottom: 20px;
        clear: both;
    }
     #username{
        background: url(../img/name.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 12px;
    }
    #password{
        background: url(../img/password.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 12px;
    }
    #captcha{
        background: url(../img/yanzheng.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 12px;
    }
    .logo-title  h1{
        text-align: center;
        letter-spacing: 2px;
        padding: 30px 0 10px 0;
        font-size: 30px;
        color:#1E9FFF;
        font-weight:bold;
    }
    .layui-input, .layui-select, .layui-textarea {
        height: 39px;
        line-height: 1.3;
        line-height: 38px\9;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
    }
    .layui-btn {
        height: 39px;
        font-size: 18px;
    }
    .captcha-img img {
        border: 1px solid #e6e6e6;
        height: 39px;
        width: 100%;
        border-radius: 10px;
    }
    .login-form .layui-form-item label {
        position:absolute;
        left:1px;
        top:1px;
        width:38px;
        line-height:36px;
        text-align:center;
        color:#1E9FFF;
    }
}
@media (max-width:1366px){
    .admin-login-box {
        width: 65%;
        height: 60%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-radius: 20px;
    }
    .login-left-img{
        width: 100%;
        height: 100%;
    }
     .login-left-img img{
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        width: 90%;
        height: 90%;
        overflow: hidden;
        border-radius: 10px;
    }
     .admin-login-background-left{
        height: 100%
        background-color: #1E9FFF;
        border-radius: 20px 0 0 20px;
    }
    .admin-login-background{
        height: 100%;
        background-color: #ffffff;
        border-radius: 0 20px 20px 0;
        position: relative;
    }
    .layui-form{
        width: 85%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin:0 auto;
    }
    .layui-form-item {
        margin-bottom: 20px;
        clear: both;
    }
     #username{
        background: url(../img/name.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 12px;
    }
    #password{
        background: url(../img/password.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 12px;
    }
    #captcha{
        background: url(../img/yanzheng.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 12px;
    }
    .logo-title  h1{
        text-align: center;
        letter-spacing: 2px;
        padding: 30px 0 0 0;
        font-size: 26px;
        color:#1E9FFF;
        font-weight:bold;
    }
    .layui-input, .layui-select, .layui-textarea {
        height: 39px;
        line-height: 1.3;
        line-height: 38px\9;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
    }
    .layui-btn {
        height: 39px;
        font-size: 18px;
    }
    .captcha-img img {
        border: 1px solid #e6e6e6;
        height: 39px;
        width: 100%;
        border-radius: 10px;
    }
    .login-form .layui-form-item label {
        position:absolute;
        left:1px;
        top:1px;
        width:38px;
        line-height:36px;
        text-align:center;
        color:#1E9FFF;
    }
}
@media (max-width:1280px){
    .admin-login-box {
        width: 65%;
        height: 420px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-radius: 20px;
    }
    .login-left-img{
        width: 100%;
        height: 100%;
    }
     .login-left-img img{
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        width: 90%;
        height: 90%;
        overflow: hidden;
        border-radius: 10px;
    }
     .admin-login-background-left{
        height: 100%
        background-color: #1E9FFF;
        border-radius: 20px 0 0 20px;
    }
    .admin-login-background{
        height: 100%;
        background-color: #ffffff;
        border-radius: 0 20px 20px 0;
        position: relative;
    }
    .layui-form{
        width: 85%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin:0 auto;
    }
    .layui-form-item {
        margin-bottom: 20px;
        clear: both;
    }
     #username{
        background: url(../img/name.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 12px;
    }
    #password{
        background: url(../img/password.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 12px;
    }
    #captcha{
        background: url(../img/yanzheng.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 12px;
    }
    .logo-title  h1{
        text-align: center;
        letter-spacing: 2px;
        padding: 50px 0 0 0;
        font-size: 26px;
        color:#1E9FFF;
        font-weight:bold;
    }
    .layui-input, .layui-select, .layui-textarea {
        height: 39px;
        line-height: 1.3;
        line-height: 38px\9;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
    }
    .layui-btn {
        height: 39px;
        font-size: 18px;
    }
    .captcha-img img {
        border: 1px solid #e6e6e6;
        height: 39px;
        width: 100%;
        border-radius: 10px;
    }
    .login-form .layui-form-item label {
        position:absolute;
        left:1px;
        top:1px;
        width:38px;
        line-height:36px;
        text-align:center;
        color:#1E9FFF;
    }
}
@media (max-width:1176px){
    .admin-login-box {
        width: 65%;
        height: 55%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-radius: 20px;
    }
    .login-left-img{
        width: 100%;
        height: 100%;
    }
     .login-left-img img{
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        width: 90%;
        height: 90%;
        overflow: hidden;
        border-radius: 10px;
    }
     .admin-login-background-left{
        height: 100%
        background-color: #1E9FFF;
        border-radius: 20px 0 0 20px;
    }
    .admin-login-background{
        height: 100%;
        background-color: #ffffff;
        border-radius: 0 20px 20px 0;
        position: relative;
    }
    .layui-form{
        width: 85%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin:0 auto;
    }
    .layui-form-item {
        margin-bottom: 10px;
        clear: both;
    }
     #username{
        background: url(../img/name.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 12px;
    }
    #password{
        background: url(../img/password.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 12px;
    }
    #captcha{
        background: url(../img/yanzheng.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 12px;
    }
    .logo-title  h1{
        text-align: center;
        letter-spacing: 2px;
        padding: 30px 0 0 0;
        font-size: 20px;
        color:#1E9FFF;
        font-weight:bold;
    }
    .layui-input, .layui-select, .layui-textarea {
        height: 39px;
        line-height: 1.3;
        line-height: 38px\9;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
    }
    .layui-btn {
        height: 39px;
        font-size: 18px;
    }
    .captcha-img img {
        border: 1px solid #e6e6e6;
        height: 39px;
        width: 100%;
        border-radius: 10px;
    }
    .login-form .layui-form-item label {
        position:absolute;
        left:1px;
        top:1px;
        width:38px;
        line-height:36px;
        text-align:center;
        color:#1E9FFF;
    }
}
@media (max-width:1152px){
    .admin-login-box {
        width: 65%;
        height: 50%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-radius: 20px;
    }
    .login-left-img{
        width: 100%;
        height: 100%;
    }
     .login-left-img img{
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        width: 90%;
        height: 90%;
        overflow: hidden;
        border-radius: 10px;
    }
     .admin-login-background-left{
        height: 100%
        background-color: #1E9FFF;
        border-radius: 20px 0 0 20px;
    }
    .admin-login-background{
        height: 100%;
        background-color: #ffffff;
        border-radius: 0 20px 20px 0;
        position: relative;
    }
    .layui-form{
        width: 85%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin:0 auto;
    }
    .layui-form-item {
        margin-bottom: 20px;
        clear: both;
    }
     #username{
        background: url(../img/name.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 12px;
    }
    #password{
        background: url(../img/password.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 12px;
    }
    #captcha{
        background: url(../img/yanzheng.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 12px;
    }
    .logo-title  h1{
        text-align: center;
        letter-spacing: 2px;
        padding: 30px 0 0 0;
        font-size: 20px;
        color:#1E9FFF;
        font-weight:bold;
    }
    .layui-input, .layui-select, .layui-textarea {
        height: 39px;
        line-height: 1.3;
        line-height: 38px\9;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
    }
    .layui-btn {
        height: 39px;
        font-size: 18px;
    }
    .captcha-img img {
        border: 1px solid #e6e6e6;
        height: 39px;
        width: 100%;
        border-radius: 10px;
    }
    .login-form .layui-form-item label {
        position:absolute;
        left:1px;
        top:1px;
        width:38px;
        line-height:36px;
        text-align:center;
        color:#1E9FFF;
    }
}
/*
*平板横向
*/
@media (max-width:1100px){
    .admin-login-box {
        width: 85%;
        height: 450px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-radius: 20px;

    }
    .login-left-img{
        width: 100%;
        height: 100%;
    }
     .login-left-img img{
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        width: 90%;
        height: 90%;
        overflow: hidden;
        border-radius: 10px;
    }
     .admin-login-background-left{
        height: 100%
        background-color: #1E9FFF;
        border-radius: 20px 0 0 20px;
    }
    .logo-title  h1{
        text-align: center;
        letter-spacing: 2px;
        padding: 50px 0 15px 0;
        font-size: 20px;
        color:#1E9FFF;
        font-weight:bold;
    }
    .admin-login-background{
        height: 100%;
        background-color: #ffffff;
        border-radius: 0 20px 20px 0;
        position: relative;
    }
    .layui-form{
        width: 85%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin:0 auto;
    }
       .layui-form-item {
        margin-bottom: 30px;
        clear: both;
    }
     #username{
        background: url(../img/name.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 12px;
    }
    #password{
        background: url(../img/password.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 12px;
    }
    #captcha{
        background: url(../img/yanzheng.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 12px;
    }
    .logo-title  h1{
        text-align: center;
        letter-spacing: 2px;
        padding: 40px 0 10px 0;
        font-size: 28px;
        color:#1E9FFF;
        font-weight:bold;
    }
    .layui-input, .layui-select, .layui-textarea {
        height: 39px;
        line-height: 1.3;
        line-height: 38px\9;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
    }
    .layui-btn {
        height: 39px;
        font-size: 18px;
    }
    .captcha-img img {
        border: 1px solid #e6e6e6;
        height: 39px;
        width: 100%;
        border-radius: 10px;
    }
    .login-form .layui-form-item label {
        position:absolute;
        left:1px;
        top:1px;
        width:38px;
        line-height:36px;
        text-align:center;
        color:#1E9FFF;
    }
}
@media (max-width:1000px){
    .admin-login-box {
        width: 85%;
        height: 45%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-radius: 20px;

    }
    .login-left-img{
        width: 100%;
        height: 100%;
    }
     .login-left-img img{
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        width: 90%;
        height: 90%;
        overflow: hidden;
        border-radius: 10px;
    }
     .admin-login-background-left{
        height: 100%;
        background-color: #1E9FFF;
        border-radius: 20px 0 0 20px;
    }
    .admin-login-background{
        height: 100%;
        background-color: #ffffff;
        border-radius: 0 20px 20px 0;
        position: relative;
    }
    .layui-form{
        width: 85%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin:0 auto;
    }
       .layui-form-item {
        margin-bottom: 25px;
        clear: both;
    }
     #username{
        background: url(../img/name.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 10px;
    }
    #password{
        background: url(../img/password.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 10px;
    }
    #captcha{
        background: url(../img/yanzheng.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 10px;
    }
    .logo-title  h1{
        text-align: center;
        letter-spacing: 2px;
        padding: 35px 0 8px 0;
        font-size: 20px;
        color:#1E9FFF;
        font-weight:bold;
    }
    .layui-input, .layui-select, .layui-textarea {
        height: 35px;
        line-height: 1.3;
        line-height: 38px\9;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
    }
    .layui-btn {
        height: 35px;
        font-size: 16px;
    }
    .captcha-img img {
        border: 1px solid #e6e6e6;
        height: 35px;
        width: 100%;
        border-radius: 10px;
    }
    .login-form .layui-form-item label {
        position:absolute;
        left:1px;
        top:0;
        width:38px;
        line-height:36px;
        text-align:center;
        color:#1E9FFF;
    }
}
@media (max-width:950px){
    .admin-login-box {
        width: 85%;
        height: 45%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-radius: 20px;

    }
    .login-left-img{
        width: 100%;
        height: 100%;
    }
     .login-left-img img{
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        width: 90%;
        height: 90%;
        overflow: hidden;
        border-radius: 10px;
    }
     .admin-login-background-left{
        height: 100%;
        background-color: #1E9FFF;
        border-radius: 20px 0 0 20px;
    }
    .admin-login-background{
        height: 100%;
        background-color: #ffffff;
        border-radius: 0 20px 20px 0;
        position: relative;
    }
    .layui-form{
        width: 85%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin:0 auto;
    }
       .layui-form-item {
        margin-bottom: 30px;
        clear: both;
    }
     #username{
        background: url(../img/name.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 10px;
    }
    #password{
        background: url(../img/password.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 10px;
    }
    #captcha{
        background: url(../img/yanzheng.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 10px;
    }
    .logo-title  h1{
        text-align: center;
        letter-spacing: 2px;
        padding: 40px 0 15px 0;
        font-size: 18px;
        color:#1E9FFF;
        font-weight:bold;
    }
    .layui-input, .layui-select, .layui-textarea {
        height: 35px;
        line-height: 1.3;
        line-height: 38px\9;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
    }
    .layui-btn {
        height: 35px;
        font-size: 14px;
        text-align: center;
        line-height: 24px;
    }
    .captcha-img img {
        border: 1px solid #e6e6e6;
        height: 35px;
        width: 100%;
        border-radius: 10px;
    }
    .login-form .layui-form-item label {
        position:absolute;
        left:1px;
        top:0;
        width:38px;
        line-height:36px;
        text-align:center;
        color:#1E9FFF;
    }
}
@media (max-width:884px){
    .admin-login-box {
        width: 85%;
        height: 45%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-radius: 20px;

    }
    .login-left-img{
        width: 100%;
        height: 100%;
    }
     .login-left-img img{
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        width: 90%;
        height: 90%;
        overflow: hidden;
        border-radius: 10px;
    }
     .admin-login-background-left{
        height: 100%;
        background-color: #1E9FFF;
        border-radius: 20px 0 0 20px;
    }
    .admin-login-background{
        height: 100%;
        background-color: #ffffff;
        border-radius: 0 20px 20px 0;
        position: relative;
    }
    .layui-form{
        width: 85%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin:0 auto;
    }
       .layui-form-item {
        margin-bottom: 30px;
        clear: both;
    }
     #username{
        background: url(../img/name.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 10px;
    }
    #password{
        background: url(../img/password.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 10px;
    }
    #captcha{
        background: url(../img/yanzheng.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 10px;
    }
    .logo-title  h1{
        text-align: center;
        letter-spacing: 2px;
        padding: 40px 0 15px 0;
        font-size: 24px;
        color:#1E9FFF;
        font-weight:bold;
    }
    .layui-input, .layui-select, .layui-textarea {
        height: 35px;
        line-height: 1.3;
        line-height: 38px\9;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
    }
    .layui-btn {
        height: 35px;
        font-size: 14px;
        text-align: center;
        line-height: 24px;
    }
    .captcha-img img {
        border: 1px solid #e6e6e6;
        height: 35px;
        width: 100%;
        border-radius: 10px;
    }
    .login-form .layui-form-item label {
        position:absolute;
        left:1px;
        top:0;
        width:38px;
        line-height:36px;
        text-align:center;
        color:#1E9FFF;
    }
}
@media (max-width:780px){
    .h1{
        text-align: center;
        letter-spacing: 2px;
        padding: 30px 0 10px 0;
        color:#1E9FFF !important;
        font-weight:bold;
    }
    .admin-login-background-left{
        display:block !important;
    }
    .admin-login-box {
        width: 85%;
        height: 65%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-radius: 20px;

    }
    .login-left-img{
        display: none;
    }
     .admin-login-background-left{
        display: block;
    }
    .admin-login-background{
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        border-radius:20px;
        position: relative;
    }
    .layui-form{
        width: 90%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin:0 auto;
    }
       .layui-form-item {
        margin-bottom: 40px;
        clear: both;
    }
     #username{
        background: url(../img/name.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 15px;
    }
    #password{
        background: url(../img/password.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 15px;
    }
    #captcha{
        background: url(../img/yanzheng.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 15px;
    }
    .logo-title  h1{
        text-align: center;
        letter-spacing: 2px;
        padding: 65px 0 15px 0;
        font-size: 26px;
        color:#1E9FFF;
        font-weight:bold;
    }
    .layui-input, .layui-select, .layui-textarea {
        height: 45px;
        line-height: 1.3;
        line-height: 38px\9;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
    }
    .layui-btn {
        height: 45px;
        font-size: 18px;
        line-height: 36px;
    }
    .captcha-img img {
        border: 1px solid #e6e6e6;
        height: 45px;
        width: 100%;
        border-radius: 10px;
    }
    .login-form .layui-form-item label {
        position:absolute;
        left:1px;
        top:0;
        width:38px;
        line-height:36px;
        text-align:center;
        color:#1E9FFF;
    }
}
/*
*平板竖向
*/
@media (max-width:768px){
    .admin-login-box {
        width: 85%;
        height: 65%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-radius: 20px;

    }
    .login-left-img{
        display: none;
    }
     .admin-login-background-left{
        display: block;
    }
    .admin-login-background{
        height: 100%;
        background-color: #ffffff;
        border-radius:20px;
        position: relative;
    }
    .layui-form{
        width: 90%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin:0 auto;
    }
       .layui-form-item {
        margin-bottom: 40px;
        clear: both;
    }
     #username{
        background: url(../img/name.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 15px;
    }
    #password{
        background: url(../img/password.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 15px;
    }
    #captcha{
        background: url(../img/yanzheng.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 15px;
    }
    .logo-title  h1{
        text-align: center;
        letter-spacing: 2px;
        padding: 65px 0 15px 0;
        font-size: 36px;
        color:#1E9FFF;
        font-weight:bold;
    }
    .layui-input, .layui-select, .layui-textarea {
        height: 45px;
        line-height: 1.3;
        line-height: 38px\9;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
    }
    .layui-btn {
        height: 45px;
        font-size: 18px;
        line-height: 24px;
    }
    .captcha-img img {
        border: 1px solid #e6e6e6;
        height: 45px;
        width: 100%;
        border-radius: 10px;
    }
    .login-form .layui-form-item label {
        position:absolute;
        left:1px;
        top:0;
        width:38px;
        line-height:36px;
        text-align:center;
        color:#1E9FFF;
    }
}
@media (max-width:565px){
    .admin-login-box {
        width: 85%;
        height: 50%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-radius: 20px;

    }
    .login-left-img{
        display: none;
    }
     .admin-login-background-left{
        display: block;
    }
    .admin-login-background{
        height: 100%;
        background-color: #ffffff;
        border-radius:20px;
        position: relative;
    }
    .layui-form{
        width:90%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin:0 auto;
    }
       .layui-form-item {
        margin-bottom:30px;
        clear: both;
    }
     #username{
        background: url(../img/name.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 12px;
    }
    #password{
        background: url(../img/password.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 12px;
    }
    #captcha{
        background: url(../img/yanzheng.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 12px;
        background-position: 10px 12px;
    }
    .logo-title  h1{
        text-align: center;
        letter-spacing: 2px;
        padding: 45px 0 10px 0;
        font-size:24px;
        color:#1E9FFF;
        font-weight:bold;
    }
    .layui-input, .layui-select, .layui-textarea {
        height: 39px;
        line-height: 1.3;
        line-height: 38px\9;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
    }
    .layui-btn {
        height: 39px;
        font-size: 16px;
        line-height: 24px;
    }
    .captcha-img img {
        border: 1px solid #e6e6e6;
        height: 39px;
        width: 100%;
        border-radius: 10px;
    }
    .login-form .layui-form-item label {
        position:absolute;
        left:1px;
        top:0;
        width:38px;
        line-height:36px;
        text-align:center;
        color:#1E9FFF;
    }
}
@media screen and (max-width: 480px){
    .logo-title  h1{
        text-align: center;
        letter-spacing: 2px;
        padding: 30px 0 10px 0;
        color:#1E9FFF;
        font-weight:bold;
    }
    .admin-login-box {
        width: 85%;
        height: 50%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-radius: 20px;

    }
    .login-left-img{
        display: none;
    }
     .admin-login-background-left{
        display: block;
    }
    .admin-login-background{
        height: 100%;
        background-color: #ffffff;
        border-radius:20px;
        position: relative;
    }
    .layui-form{
        width: 90%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin:0 auto;
    }
       .layui-form-item {
        margin-bottom: 30px;
        clear: both;
    }
     #username{
        background: url(../img/name.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 10px;
        background-position: 10px 5px;
    }
    #password{
        background: url(../img/password.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 10px;
        background-position: 10px 5px;
    }
    #captcha{
        background: url(../img/yanzheng.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 10px;
        background-position: 10px 5px;
    }
    .logo-title  h1{
        text-align: center;
        letter-spacing: 2px;
        padding: 45px 0 10px 0;
        font-size: 20px;
        color:#1E9FFF;
        font-weight:bold;
    }
    .layui-input, .layui-select, .layui-textarea {
        height: 35px;
        line-height: 1.3;
        line-height: 38px\9;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
    }
    .layui-btn {
        height: 35px;
        font-size: 16px;
        line-height: 24px;
    }
    .captcha-img img {
        border: 1px solid #e6e6e6;
        height: 35%;
        border-radius: 10px;
    }
    .login-form .layui-form-item label {
        position:absolute;
        left:1px;
        top:0;
        width:38px;
        line-height:36px;
        text-align:center;
        color:#1E9FFF;
    }
}
@media screen and (max-width: 470px){
    .logo-title  h1{
        text-align: center;
        letter-spacing: 2px;
        padding: 30px 0 10px 0;
        color:#1E9FFF;
        font-weight:bold;
    }
    .admin-login-box {
        width: 85%;
        height: 50%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-radius: 20px;

    }
   .login-left-img{
        display: none;
    }
     .admin-login-background-left{
        display: block;
    }
    .admin-login-background{
        height: 100%;
        background-color: #ffffff;
        border-radius:20px;
        position: relative;
    }
    .layui-form{
        width: 90%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin:0 auto;
    }
       .layui-form-item {
        margin-bottom: 20px;
        clear: both;
    }
     #username{
        background: url(../img/name.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 10px;
        background-position: 15px 12px;
    }
    #password{
        background: url(../img/password.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 10px;
        background-position: 15px 12px;
    }
    #captcha{
        background: url(../img/yanzheng.png);
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        background-size: 10px;
        background-position: 15px 12px;
    }
    .logo-title  h1{
        text-align: center;
        letter-spacing: 2px;
        padding: 30px 0 10px 0;
        font-size: 20px;
        color:#1E9FFF;
        font-weight:bold;
    }
    .layui-input, .layui-select, .layui-textarea {
        height: 35px;
        line-height: 1.3;
        line-height: 38px\9;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
    }
    .layui-btn {
        height: 35px;
        font-size: 12px;
        line-height: 24px;
    }
    .captcha-img img {
        border: 1px solid #e6e6e6;
        height: 35px;
        width: 100%;
        border-radius: 10px;
    }
    .login-form .layui-form-item label {
        position:absolute;
        left:1px;
        top:0;
        width:38px;
        line-height:36px;
        text-align:center;
        color:#1E9FFF;
    }
}