body {
    width: 100%;
    height: 100%;
    background: url("../../../statics/parentstatics/images/login-b.png") no-repeat center;
    background-size: cover;
}

.layui-form-item .layui-inline {
    margin-bottom: 5px;
    margin-right: 0px !important;
}

.div-box {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center; /*定义body的元素垂直居中*/
    justify-content: center;
}

.s-header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
}

.s-header img {
    margin-left: 2%;
    margin-top: 30px;

}

.s-body {
    position: relative
}

.s-body:before {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    background: url("../../../statics/parentstatics/images/login/login-box-b.svg") no-repeat center;
    background-size: 100% 100%;
    bottom: -10px;
}

.login-box {
    padding: 0px 0px;
}

.s-l-logo {
    text-align: center;
    width: 100%;
    padding: 0px 0px;
    height: 238px;
    background: url("../../../statics/parentstatics/images/login/login-box-b1.svg") no-repeat center;
    background-size: cover;
    border-radius: 8px 8px 0px 0px;
    margin-bottom: 34px;
}

.s-l-logo img {
    margin-top: 14px;
    width: 99px;
    height: 89px;

}

.s-l-login {
    padding: 40px 60px 50px;
}

.s-l-login span {
    font-size: 40px;
    font-weight: bold;
    line-height: 68px;
    color: rgba(51, 51, 51, 1);
}

.s-l-user {
    padding: 0px 60px 0px;
}

.layui-form-label {
    width: auto !important;
    padding: 0px 10px !important;
}

.layui-form-label img {
    width: 40px;
    height: 40px;

}

.layui-inline {
    width: 100%;
}

.layui-input-inline input {
    height: 50px;
    line-height: normal;
    border-radius: 30px;
    background: rgba(251, 251, 251, 1);
    border: 1px solid rgba(51, 51, 51, 1) !important;
}

.layui-input-inline input:hover, layui-input-inline input:active {
    background: rgba(251, 251, 251, 1) !important;
    border: 1px solid rgba(51, 51, 51, 1) !important;
}

.layui-form-item .layui-input-inline {
    margin-right: 0px !important;
    width: calc(100% - 100px) !important;
    height: 75px;
    line-height: 75px;
}

.-systemName {
    width: 100%;
    text-align: center;
    margin-top: 21px;
}

.-title-1 {
    display: inline-block;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 41px;
    color: rgba(51, 51, 51, 1);
    opacity: 1;
}

.-title-2 {
    display: inline-block;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 41px;
    color: rgba(51, 51, 51, 1);
    opacity: 1;
}

.layui-input-inline input {
    font-size: 20px;
    padding-left: 15px;
}

@media screen and (max-width: 450px) {
    .layui-form-item .layui-input-inline {
        float: left !important;
        margin: 0 !important;
    }
}
.layui-input-inline .img1 {
    position: absolute;bottom: 30px;left: 15px;width: 35px;
}

.layui-input-inline .img2 {
    position: absolute;bottom: 25px;left: 20px;width: 28px;
}

@media screen and (max-width: 430px) {
    .s-body {
        height: 500px;
        width: 90%;
        background: #fff;
        border-radius: 8px;
    }

    .s-l-logo {
        height: 200px;
        text-align: center;
        width: 100%;
        padding: 0px 0px;
        margin-bottom: 20px;
    }
    .s-l-logo img {
        margin-top: 14px;
        width: 69px;
        height: 59px;
    }

    .s-l-login {
        padding: 40px 60px 50px;
    }

    .s-l-login span {
        font-size: 40px;
        font-weight: bold;
        line-height: 68px;
        color: rgba(51, 51, 51, 1);
    }

    .s-l-user {
        padding: 0px 10px 0px;
    }

    .layui-form-label {
        width: auto !important;
        padding: 0px 10px !important;
    }

    .layui-form-label img {
        width: 50px;
        height: 50px;

    }

    .layui-inline {
        width: 100%;
    }
    .layui-input-inline .img1 {
        position: absolute;
        bottom: 35px;
        left: 15px;
        width: 30px;
    }

    .layui-input-inline .img2 {
        position: absolute;
        bottom: 35px;
        left: 20px;
        width: 22px;
    }

    .layui-input-inline input {
        height: 50px;
        line-height: normal;
        border-radius: 30px;
        font-size: 16px;
        background: rgba(251, 251, 251, 1);
        border: 1px solid rgba(51, 51, 51, 1) !important;
    }

    .s-l-user .layui-form-item {
        margin-bottom: 20px;
        height: 60px;
        line-height: 60px;
    }

    .layui-login {
        height: 50px !important;
        line-height: 50px !important;
        font-size: 24px !important;
    }
}
@media screen and (max-width: 768px) and (min-width: 430px){
    .s-body {
        height: 500px;
        width: 400px;
        background: #fff;
        border-radius: 8px;
    }

    .s-l-logo {
        height: 200px;
        text-align: center;
        width: 100%;
        padding: 0px 0px;
        margin-bottom: 20px;
    }
    .s-l-logo img {
        margin-top: 14px;
        width: 69px;
        height: 59px;
    }

    .s-l-login {
        padding: 40px 60px 50px;
    }

    .s-l-login span {
        font-size: 40px;
        font-weight: bold;
        line-height: 68px;
        color: rgba(51, 51, 51, 1);
    }

    .s-l-user {
        padding: 0px 30px 0px;
    }

    .layui-form-label {
        width: auto !important;
        padding: 0px 10px !important;
    }

    .layui-form-label img {
        width: 50px;
        height: 50px;

    }

    .layui-inline {
        width: 100%;
    }
    .layui-input-inline .img1 {
        position: absolute;
        bottom: 35px;
        left: 15px;
        width: 30px;
    }

    .layui-input-inline .img2 {
        position: absolute;
        bottom: 35px;
        left: 20px;
        width: 22px;
    }
    .layui-input-inline input {
        height: 50px;
        line-height: 50px;
        border-radius: 30px;
        font-size: 16px;
        background: rgba(251, 251, 251, 1);
        border: 1px solid rgba(51, 51, 51, 1) !important;
    }

    .s-l-user .layui-form-item {
        margin-bottom: 20px;
        height: 60px;
        line-height: 60px;
    }

    .layui-login {
        height: 50px !important;
        line-height: 50px !important;
        font-size: 24px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
    .s-body {
        height: 500px;
        width: 400px;
        background: #fff;
        border-radius: 8px;
    }

    .s-l-logo {
        height: 200px;
        text-align: center;
        width: 100%;
        padding: 0px 0px;
        margin-bottom: 20px;
    }
    .s-l-logo img {
        margin-top: 14px;
        width: 69px;
        height: 59px;
    }

    .s-l-login {
        padding: 40px 60px 50px;
    }

    .s-l-login span {
        font-size: 40px;
        font-weight: bold;
        line-height: 68px;
        color: rgba(51, 51, 51, 1);
    }
    .layui-input-inline .img1 {
        position: absolute;
        bottom: 35px;
        left: 15px;
        width: 30px;
    }

    .layui-input-inline .img2 {
        position: absolute;
        bottom: 35px;
        left: 20px;
        width: 22px;
    }

    .s-l-user {
        padding: 0px 30px 0px;
    }

    .layui-form-label {
        width: auto !important;
        padding: 0px 10px !important;
    }

    .layui-form-label img {
        width: 50px;
        height: 50px;

    }

    .layui-inline {
        width: 100%;
    }

    .layui-input-inline input {
        height: 50px;
        line-height: 50px;
        border-radius: 30px;
        font-size: 16px;
        background: rgba(251, 251, 251, 1);
        border: 1px solid rgba(51, 51, 51, 1) !important;
    }

    .s-l-user .layui-form-item {
        margin-bottom: 20px;
        height: 60px;
        line-height: 60px;
    }

    .layui-login {
        height: 50px !important;
        line-height: 50px !important;
        font-size: 24px !important;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1366px) {
    .s-body {
        height: 500px;
        width: 400px;
        background: #fff;
        border-radius: 8px;
    }

    .s-l-logo {
        height: 200px;
        text-align: center;
        width: 100%;
        padding: 0px 0px;
        margin-bottom: 20px;
    }
    .s-l-logo img {
        margin-top: 14px;
        width: 69px;
        height: 59px;
    }

    .s-l-login {
        padding: 40px 60px 50px;
    }

    .layui-input-inline .img1 {
        position: absolute;
        bottom: 35px;
        left: 15px;
        width: 30px;
    }

    .layui-input-inline .img2 {
        position: absolute;
        bottom: 35px;
        left: 20px;
        width: 22px;
    }
    .s-l-login span {
        font-size: 40px;
        font-weight: bold;
        line-height: 68px;
        color: rgba(51, 51, 51, 1);
    }

    .s-l-user {
        padding: 0px 30px 0px;
    }

    .layui-form-label {
        width: auto !important;
        padding: 0px 10px !important;
    }

    .layui-form-label img {
        width: 50px;
        height: 50px;

    }

    .layui-inline {
        width: 100%;
    }

    .layui-input-inline input {
        height: 50px;
        line-height: 50px;
        border-radius: 30px;
        font-size: 16px;
        background: rgba(251, 251, 251, 1);
        border: 1px solid rgba(51, 51, 51, 1) !important;
    }

    .s-l-user .layui-form-item {
        margin-bottom: 20px;
        height: 60px;
        line-height: 60px;
    }

    .layui-login {
        height: 50px !important;
        line-height: 50px !important;
        font-size: 24px !important;
    }
}

@media screen and (min-width: 1367px) and (max-width: 1660px) {
    .s-body {
        height: 600px;
        width: 500px;
        background: #fff;
        border-radius: 8px;
    }

    .s-l-logo {
        text-align: center;
        width: 100%;
        padding: 0px 0px;
    }

    .s-l-login {
        padding: 40px 60px 50px;
    }

    .s-l-login span {
        font-size: 40px;
        font-weight: bold;
        line-height: 68px;
        color: rgba(51, 51, 51, 1);
    }

    .s-l-user {
        padding: 0px 60px 0px;
    }

    .layui-form-label {
        width: auto !important;
        padding: 0px 10px !important;
    }

    .layui-form-label img {
        width: 50px;
        height: 50px;

    }

    .layui-inline {
        width: 100%;
    }
    .layui-input-inline .img1 {
        position: absolute;
        bottom: 35px;
        left: 15px;
        width: 30px;
    }

    .layui-input-inline .img2 {
        position: absolute;
        bottom: 35px;
        left: 20px;
        width: 22px;
    }

    .layui-input-inline input {
        height: 50px;
        line-height: 50px;
        border-radius: 30px;
        background: rgba(251, 251, 251, 1);
        border: 1px solid rgba(51, 51, 51, 1) !important;
    }

    .s-l-user .layui-form-item {
        margin-bottom: 30px;
    }

    .layui-login {
        height: 50px !important;
        line-height: 50px !important;
        font-size: 24px !important;
    }

}

@media screen and (min-width: 1661px) and (max-width: 1920px) {
    .s-body {
        height: 704px;
        width: 570px;
        background: #fff;
        border-radius: 8px;
    }

    .s-l-logo {
        text-align: center;
        width: 100%;
        padding: 0px 0px;
    }

    .s-l-login {
        padding: 40px 60px 50px;
    }

    .s-l-login span {
        font-size: 40px;
        font-weight: bold;
        line-height: 68px;
        color: rgba(51, 51, 51, 1);
    }

    .s-l-user {
        padding: 0px 60px 0px;
    }

    .layui-form-label {
        width: auto !important;
        padding: 0px 10px !important;
    }

    .layui-form-label img {
        width: 60px;
        height: 60px;

    }
    .layui-input-inline img1 {
        position: absolute;bottom: 30px;left: 15px;width: 35px;
    }

    .layui-input-inline img2 {
        position: absolute;bottom: 25px;left: 20px;width: 28px;
    }

    .layui-inline {
        width: 100%;
    }

    .layui-input-inline input {
        height: 60px;
        line-height: 60px;
        border-radius: 30px;
        background: rgba(251, 251, 251, 1);
        border:1px solid rgba(51, 51, 51, 1) !important;
    }

    .s-l-user .layui-form-item {
        margin-bottom: 40px;
    }

    .layui-login {
        height: 60px !important;
        line-height: 60px !important;
        font-size: 24px !important;
    }

}

@media screen and (min-width: 1921px) {
    .s-body {
        height: 704px;
        width: 570px;
        background: #fff;
        border-radius: 8px;
    }

    .s-l-logo {
        text-align: center;
        width: 100%;
        padding: 0px 0px;
    }

    .s-l-login {
        padding: 40px 60px 50px;
    }

    .s-l-login span {
        font-size: 40px;
        font-weight: bold;
        line-height: 68px;
        color: rgba(51, 51, 51, 1);
    }

    .s-l-user {
        padding: 0px 60px 0px;
    }

    .layui-form-label {
        width: auto !important;
        padding: 0px 10px !important;
    }

    .layui-form-label img {
        width: 60px;
        height: 60px;

    }

    .layui-inline {
        width: 100%;
    }
    .layui-input-inline .img1 {
        position: absolute;bottom: 30px;left: 15px;width: 35px;
    }

    .layui-input-inline .img2 {
        position: absolute;bottom: 25px;left: 20px;width: 28px;
    }
    .layui-input-inline input {
        height: 60px;
        line-height: 60px;
        border-radius: 30px;
        background: rgba(251, 251, 251, 1);
        border: 1px solid rgba(51, 51, 51, 1) !important;
    }

    .s-l-user .layui-form-item {
        margin-bottom: 40px;
    }

    .layui-login {
        height: 60px !important;
        line-height: 60px !important;
        font-size: 24px !important;
    }
}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#CFCFCF;
    opacity:1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#CFCFCF;
    opacity:1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#CFCFCF;
    opacity:1;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#CFCFCF;
    opacity:1;
}
input::-ms-input-placeholder { /* Microsoft Edge */
    color:#CFCFCF;
    opacity:1;
}