@charset "utf-8";
html,body,dl,dd,img,form,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p,button,input {
    margin: 0;
    padding: 0;
    border: 0;
}
* {
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: "微软雅黑";
    background-color: #fff;
}
input,textarea,button {
    font-family: "微软雅黑";
    padding: 0;
}
i {
    list-style: none;
    font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "微软雅黑";
    font-weight: normal;
}
images {
    border: 0;
}
li {
    list-style-type: none;
    /*white-space: nowrap;*/
}
input[type=submit]:hover,button:hover {
    cursor: pointer;
}
input:focus,textarea:focus,button:focus,input:active {
    outline-color: transparent;
    border: 0;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}
a:active {
    text-decoration: none;
}
.hidden {
    display: none;
    visibility: hidden;
}
.wrap {
    position: relative;
    border: 0;
    padding: 0;
    margin: 0 auto;
    *zoom: 1;
}
.wrap:after {
    clear: both;
    content: "";
    display: table;
}
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}
.lv3,.lv4 {
    display: none;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
input::-ms-input-placeholder{ color:#CCCCCC}
input::-webkit-input-placeholder{color:#CCCCCC}
input::-moz-placeholder{color:#CCCCCC}
@media only screen and (min-width: 100px) and (max-width: 980px) {
    #bg {
        width: 100%;
        height: 100vh;
        background:#113384;
    }
    .login {
        width:100%;
        height: 580px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .login-right {
        display:none;
        width: 450px;
        float: right;
        border-radius: 0px 3% 3% 0px;
        overflow: hidden;
    }
    .login-left {
        width:100%;
        height: 480px;
        background-color: #113384;
        padding:10%;
    }
    .login .logo {
        text-align: center;
        font-size: 18px;
        line-height: 28px;
        color: #FFFFFF;
    }
    .login-left-yhm {
        width: 100%;
        height: 50px;
        padding-left: 55px;
        box-sizing: border-box;
        margin-top: 35px;
        margin-bottom: 22px;
        background: #FFFFFF url(../images/login/user.png) 20px center no-repeat;
        border-radius: 5px;
        font-size: 14px;
        line-height: 24px;
        color: #000;
    }
    .login-left-mm {
        width: 100%;
        height: 50px;
        padding-left: 55px;
        box-sizing: border-box;
        margin-bottom: 22px;
        background: #FFFFFF url(../images/login/pwd.png) 20px center no-repeat;
        border-radius: 5px;
        font-size: 14px;
        line-height: 24px;
        color: #000;
    }
    .login-right-yzm {
        width: 100%;
        height: 50px;
    }

    .login-right-yzmtx {
        width:48%;
        height: 48px;
        box-sizing: border-box;
        float: left;
        padding-left: 21px;
        border-radius: 5px;
    }

    .login-right-yzmtp {
        width: 48%;
        height: 48px;
        box-sizing: border-box;
        float: right;
        border-radius: 5px;
        background-color: #f3fbfe;
        vertical-align: center;
        padding-left: 2px;
        padding-top: 2px;
    }

    .login-right-checkbox {
        width: 100%;
        color: #FFFFFF;
        font-size: 12px;
        line-height: 28px;
        margin-top: 11px;
        margin-bottom: 14px;
    }

    .regular-checkbox {
        display: none;
    }

    .regular-checkbox+label {
        position: relative;
        display: inline-block;
        padding: 8px;
        background-color: #FFFFFF;
        border-radius: 3px;
        margin-right: 5px;
        margin-bottom: -2px;
    }

    .regular-checkbox+label:active,
    .regular-checkbox+label:checked+label:active {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    }

    .regular-checkbox:checked+label {
        background-color: #FFFFFF;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .regular-checkbox:checked+label:after {
        content: '\2714';
        position: absolute;
        font-size: 12px;
        top: -6px;
        left: 2px;
        color: #009900;
        font-weight: bold;
    }

    .login-button {
        width: 100%;
        height: 50px;
        border: none;
        font-size: 16px;
        line-height: 28px;
        color: #FFFFFF;
        background-image: linear-gradient(to bottom, #4d6fc0 100%, #279ada 100%);
        border-radius: 5px;
        cursor: pointer;
    }
}

@media only screen  and (min-width:1281px) and (max-width:1370px){
    #bg {
        width: 100%;
        height: 100vh;
        background: url(../images/login/bg.jpg) center center no-repeat;
    }
    .login {
        width:72%;
        /*margin: 0px auto;
        padding-top:2%;
        height: 580px;*/
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .login-right {
        width:50%;
        height: 580px;
        float: right;
        border-radius: 0px 3% 3% 0px;
        overflow: hidden;

    }
    .swiper-container{
        height:100%;
    }
    .login-left {
        width:40%;
        /*height:83%;
        max-height:580px;*/
        height: 485px;
        background-color: #113384;
        border-radius: 3% 0px 0px 3%;
        padding:5%;
        float: left;
    }


    .login .logo {
        text-align: center;
        font-size: 18px;
        line-height: 28px;
        color: #FFFFFF;
    }

    .login-left-yhm {
        width: 100%;
        height: 50px;
        padding-left: 55px;
        box-sizing: border-box;
        margin-top: 35px;
        margin-bottom: 22px;
        background: #FFFFFF url(../images/login/user.png) 20px center no-repeat;
        border-radius: 5px;
        font-size: 14px;
        line-height: 24px;
        color: #000;
    }

    .login-left-mm {
        width: 100%;
        height: 50px;
        padding-left: 55px;
        box-sizing: border-box;
        margin-bottom: 22px;
        background: #FFFFFF url(../images/login/pwd.png) 20px center no-repeat;
        border-radius: 5px;
        font-size: 14px;
        line-height: 24px;
        color: #000;
    }

    .login-right-yzm {
        width: 100%;
        height: 50px;
    }

    .login-right-yzmtx {
        width: 45%;
        height: 50px;
        box-sizing: border-box;
        float: left;
        padding-left: 21px;
        border-radius: 5px;
    }

    .login-right-yzmtp {
        width: 44%;
        height: 48px;
        box-sizing: border-box;
        float: right;
        border-radius: 5px;
        background-color: #f3fbfe;
        vertical-align: center;
        padding-left: 2px;
        padding-top: 2px;
    }

    .login-right-checkbox {
        width: 100%;
        color: #FFFFFF;
        font-size: 10px;
        line-height: 28px;
        margin-top: 11px;
        margin-bottom: 14px;
    }

    .regular-checkbox {
        display: none;
    }

    .regular-checkbox+label {
        position: relative;
        display: inline-block;
        padding: 8px;
        background-color: #FFFFFF;
        border-radius: 3px;
        margin-right: 5px;
        margin-bottom: -2px;
    }

    .regular-checkbox+label:active,
    .regular-checkbox+label:checked+label:active {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    }

    .regular-checkbox:checked+label {
        background-color: #FFFFFF;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .regular-checkbox:checked+label:after {
        content: '\2714';
        position: absolute;
        font-size: 12px;
        top: -6px;
        left: 2px;
        color: #009900;
        font-weight: bold;
    }

    .login-button {
        width: 100%;
        height: 50px;
        border: none;
        font-size: 16px;
        line-height: 28px;
        color: #FFFFFF;
        background-image: linear-gradient(to bottom, #4d6fc0 100%, #279ada 100%);
        border-radius: 5px;
    }
}

@media only screen  and (min-width:1026px) and (max-width:1280px){
    #bg {
        width: 100%;
        height: 100vh;
        background: url(../images/login/bg.jpg) center center no-repeat;
    }
    .login {
        width:72%;
        /*margin: 0px auto;
        padding-top:15%;*/
        height: 580px;

        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .login-right {
        width:50%;
        height: 580px;
        float: right;
        border-radius: 0px 3% 3% 0px;
        overflow: hidden;

    }
    .swiper-container{
        height:100%;
    }
    .login-left {
        width:50%;
        /*height:83%;
        max-height:580px;*/
        height: 580px;
        background-color: #113384;
        border-radius: 3% 0px 0px 3%;
        padding:5%;
        float: left;
    }


    .login .logo {
        text-align: center;
        font-size: 18px;
        line-height: 28px;
        color: #FFFFFF;
    }

    .login-left-yhm {
        width: 100%;
        height: 50px;
        padding-left: 55px;
        box-sizing: border-box;
        margin-top: 35px;
        margin-bottom: 22px;
        background: #FFFFFF url(../images/login/user.png) 20px center no-repeat;
        border-radius: 5px;
        font-size: 14px;
        line-height: 24px;
        color: #000;
    }

    .login-left-mm {
        width: 100%;
        height: 50px;
        padding-left: 55px;
        box-sizing: border-box;
        margin-bottom: 22px;
        background: #FFFFFF url(../images/login/pwd.png) 20px center no-repeat;
        border-radius: 5px;
        font-size: 14px;
        line-height: 24px;
        color: #000;
    }

    .login-right-yzm {
        width: 100%;
        height: 50px;
    }

    .login-right-yzmtx {
        width: 45%;
        height: 50px;
        box-sizing: border-box;
        float: left;
        padding-left: 21px;
        border-radius: 5px;
    }

    .login-right-yzmtp {
        width: 44%;
        height: 48px;
        box-sizing: border-box;
        float: right;
        border-radius: 5px;
        background-color: #f3fbfe;
        vertical-align: center;
        padding-left: 2px;
        padding-top: 2px;
    }

    .login-right-checkbox {
        width: 100%;
        color: #FFFFFF;
        font-size: 10px;
        line-height: 28px;
        margin-top: 11px;
        margin-bottom: 14px;
    }

    .regular-checkbox {
        display: none;
    }

    .regular-checkbox+label {
        position: relative;
        display: inline-block;
        padding: 8px;
        background-color: #FFFFFF;
        border-radius: 3px;
        margin-right: 5px;
        margin-bottom: -2px;
    }

    .regular-checkbox+label:active,
    .regular-checkbox+label:checked+label:active {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    }

    .regular-checkbox:checked+label {
        background-color: #FFFFFF;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .regular-checkbox:checked+label:after {
        content: '\2714';
        position: absolute;
        font-size: 12px;
        top: -6px;
        left: 2px;
        color: #009900;
        font-weight: bold;
    }

    .login-button {
        width: 100%;
        height: 50px;
        border: none;
        font-size: 16px;
        line-height: 28px;
        color: #FFFFFF;
        background-image: linear-gradient(to bottom, #4d6fc0 100%, #279ada 100%);
        border-radius: 5px;
    }
}
@media only screen  and (max-width:1025px)and (min-width:981px){
    #bg {
        width: 100%;
        height: 100vh;
        background: url(../images/login/bg.jpg) center center no-repeat;
    }
    .login {
        width:72%;
        height:80%;
        /*margin: 0px auto;
        padding-top:10%;*/

        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .login-right {
        width:50%;
        height:98%;
        float: right;
        border-radius: 0px 3% 3% 0px;
        overflow: hidden;
    }
    .swiper-container{
        height:100%;
    }
    .login-left {
        width:40%;
        height:85%;
        background-color: #113384;
        border-radius: 3% 0px 0px 3%;
        padding:3% 5%;
        float: left;
    }

    .login .logo {
        text-align: center;
        font-size: 18px;
        line-height: 28px;
        color: #FFFFFF;
    }

    .login-left-yhm {
        width: 100%;
        height: 50px;
        padding-left: 55px;
        box-sizing: border-box;
        margin-top: 35px;
        margin-bottom: 22px;
        background: #FFFFFF url(../images/login/user.png) 20px center no-repeat;
        border-radius: 5px;
        font-size: 14px;
        line-height: 24px;
        color: #000;
    }

    .login-left-mm {
        width: 100%;
        height: 50px;
        padding-left: 55px;
        box-sizing: border-box;
        margin-bottom: 22px;
        background: #FFFFFF url(../images/login/pwd.png) 20px center no-repeat;
        border-radius: 5px;
        font-size: 14px;
        line-height: 24px;
        color: #000;
    }

    .login-right-yzm {
        width: 100%;
        height: 50px;
    }

    .login-right-yzmtx {
        width: 45%;
        height: 50px;
        box-sizing: border-box;
        float: left;
        padding-left: 21px;
        border-radius: 5px;
    }

    .login-right-yzmtp {
        width: 44%;
        height: 48px;
        box-sizing: border-box;
        float: right;
        border-radius: 5px;
        background-color: #f3fbfe;
        vertical-align: center;
        padding-left: 2px;
        padding-top: 2px;
    }

    .login-right-checkbox {
        width: 100%;
        color: #FFFFFF;
        font-size:0.5em;
        line-height: 1.2em;
        margin-top: 11px;
        margin-bottom: 14px;
    }

    .regular-checkbox {
        display: none;
    }

    .regular-checkbox+label {
        position: relative;
        display: inline-block;
        padding: 8px;
        background-color: #FFFFFF;
        border-radius: 3px;
        margin-right: 5px;
        margin-bottom: -2px;
    }

    .regular-checkbox+label:active,
    .regular-checkbox+label:checked+label:active {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    }

    .regular-checkbox:checked+label {
        background-color: #FFFFFF;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .regular-checkbox:checked+label:after {
        content: '\2714';
        position: absolute;
        font-size: 12px;
        top: -6px;
        left: 2px;
        color: #009900;
        font-weight: bold;
    }

    .login-button {
        width: 100%;
        height: 50px;
        border: none;
        font-size: 16px;
        line-height: 28px;
        color: #FFFFFF;
        background-image: linear-gradient(to bottom, #4d6fc0 100%, #279ada 100%);
        border-radius: 5px;
    }
}
@media only screen  and (width:1280px) and (height:960px){
    #bg {
        width: 100%;
        height: 100vh;
        background: url(../images/login/bg.jpg) center center no-repeat;
    }
    .login {
        width:72%;
        height:90%;
        /*margin: 0px auto;
        padding-top:2%;*/
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .login-right {
        width:50%;
        height:100%;
        float: right;
        border-radius: 0px 3% 3% 0px;
        overflow: hidden;

    }
    .swiper-container{
        height:100%;
    }
    .login-left {
        width:40%;
        height:83%;
        /*max-height:580px;
        height: 490px;*/
        background-color: #113384;
        border-radius: 3% 0px 0px 3%;
        padding:5%;
        float: left;
    }


    .login .logo {
        text-align: center;
        font-size: 18px;
        line-height: 28px;
        color: #FFFFFF;
    }

    .login-left-yhm {
        width: 100%;
        height: 50px;
        padding-left: 55px;
        box-sizing: border-box;
        margin-top: 35px;
        margin-bottom: 22px;
        background: #FFFFFF url(../images/login/user.png) 20px center no-repeat;
        border-radius: 5px;
        font-size: 14px;
        line-height: 24px;
        color: #000;
    }

    .login-left-mm {
        width: 100%;
        height: 50px;
        padding-left: 55px;
        box-sizing: border-box;
        margin-bottom: 22px;
        background: #FFFFFF url(../images/login/pwd.png) 20px center no-repeat;
        border-radius: 5px;
        font-size: 14px;
        line-height: 24px;
        color: #000;
    }

    .login-right-yzm {
        width: 100%;
        height: 50px;
    }

    .login-right-yzmtx {
        width: 45%;
        height: 50px;
        box-sizing: border-box;
        float: left;
        padding-left: 21px;
        border-radius: 5px;
    }

    .login-right-yzmtp {
        width: 44%;
        height: 48px;
        box-sizing: border-box;
        float: right;
        border-radius: 5px;
        background-color: #f3fbfe;
        vertical-align: center;
        padding-left: 2px;
        padding-top: 2px;
    }

    .login-right-checkbox {
        width: 100%;
        color: #FFFFFF;
        font-size: 10px;
        line-height: 28px;
        margin-top: 11px;
        margin-bottom: 14px;
    }

    .regular-checkbox {
        display: none;
    }

    .regular-checkbox+label {
        position: relative;
        display: inline-block;
        padding: 8px;
        background-color: #FFFFFF;
        border-radius: 3px;
        margin-right: 5px;
        margin-bottom: -2px;
    }

    .regular-checkbox+label:active,
    .regular-checkbox+label:checked+label:active {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    }

    .regular-checkbox:checked+label {
        background-color: #FFFFFF;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .regular-checkbox:checked+label:after {
        content: '\2714';
        position: absolute;
        font-size: 12px;
        top: -6px;
        left: 2px;
        color: #009900;
        font-weight: bold;
    }

    .login-button {
        width: 100%;
        height: 50px;
        border: none;
        font-size: 16px;
        line-height: 28px;
        color: #FFFFFF;
        background-image: linear-gradient(to bottom, #4d6fc0 100%, #279ada 100%);
        border-radius: 5px;
    }
}

@media only screen and (min-width:1369px) and (max-width:2560px) {
    #bg {
        width: 100%;
        height: 100vh;
        background: url(../images/login/bg.jpg) center center no-repeat;
    }
    .login {
        width:900px;
        height: 580px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);



    }
    .login-right {
        width: 450px;
        height:580px;
        float: right;
        border-radius: 0px 3% 3% 0px;
        overflow: hidden;
    }
    .login-left {
        width: 450px;
        height: 580px;
        background-color: #113384;
        border-radius: 3% 0px 0px 3%;
        padding: 50px;
        float: left;
    }

    .login .logo {
        text-align: center;
        font-size: 18px;
        line-height: 28px;
        color: #FFFFFF;
    }

    .login-left-yhm {
        width: 100%;
        height: 50px;
        padding-left: 55px;
        box-sizing: border-box;
        margin-top: 35px;
        margin-bottom: 22px;
        background: #FFFFFF url(../images/login/user.png) 20px center no-repeat;
        border-radius: 5px;
        font-size: 14px;
        line-height: 24px;
        color: #000;
    }

    .login-left-mm {
        width: 100%;
        height: 50px;
        padding-left: 55px;
        box-sizing: border-box;
        margin-bottom: 22px;
        background: #FFFFFF url(../images/login/pwd.png) 20px center no-repeat;
        border-radius: 5px;
        font-size: 14px;
        line-height: 24px;
        color: #000;
    }

    .login-right-yzm {
        width: 100%;
        height: 50px;
    }

    .login-right-yzmtx {
        width: 180px;
        height: 50px;
        box-sizing: border-box;
        float: left;
        padding-left: 21px;
        border-radius: 5px;
    }

    .login-right-yzmtp {
        width: 158px;
        height: 48px;
        box-sizing: border-box;
        float: right;
        border-radius: 5px;
        background-color: #f3fbfe;
        vertical-align: center;
        padding-left: 2px;
        padding-top: 2px;
    }

    .login-right-checkbox {
        width: 100%;
        color: #FFFFFF;
        font-size: 12px;
        line-height: 28px;
        margin-top: 11px;
        margin-bottom: 14px;
    }

    .regular-checkbox {
        display: none;
    }

    .regular-checkbox+label {
        position: relative;
        display: inline-block;
        padding: 8px;
        background-color: #FFFFFF;
        border-radius: 3px;
        margin-right: 5px;
        margin-bottom: -2px;
    }

    .regular-checkbox+label:active,
    .regular-checkbox+label:checked+label:active {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    }

    .regular-checkbox:checked+label {
        background-color: #FFFFFF;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .regular-checkbox:checked+label:after {
        content: '\2714';
        position: absolute;
        font-size: 12px;
        top: -6px;
        left: 2px;
        color: #009900;
        font-weight: bold;
    }

    .login-button {
        width: 100%;
        height: 50px;
        border: none;
        font-size: 16px;
        line-height: 28px;
        color: #FFFFFF;
        background-image: linear-gradient(to bottom, #4d6fc0 100%, #279ada 100%);
        border-radius: 5px;
    }


 
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    input[type=checkbox], input[type=radio] {
        margin: 5px 0 0;
        margin-top: 0\9;
        line-height: normal;
    }
    input[type=checkbox], input[type=radio] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }
 
    .layui-form-checkbox i{

    }


    .layui-form-checkbox{
        height: 15px;
        width: 15px;
        padding-right: 0px;
    }

    .layui-form-checked, .layui-form-checked:hover{
        background: #0075ff;
    }
    /* .layui-form-checkbox i:hover{
        background: #0075ff;
    } */
    .layui-form-checked i, .layui-form-checked:hover i {
        color: #ffffff;
    }
    .layui-form-checkbox i{
        height: 15px;
        width: 15px;
    }

    .layui-form-checkbox i{
        border: 0px;
    }
    .layui-icon-ok:before{
        font-size: 10px;
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    line-height: 1;
    z-index: 2;
    }


    .login .logo .logo_name{   
        display: block;
        padding: 10px 0;
    }