.layui-bg-white{
    background-color: #fff !important;
    color:#2E2D3C !important;
}
.layui-body{
    overflow-y: hidden;
}
.body-content{
    padding: 15px;
    background-color: #eee;
    overflow-x: hidden;
}
.body-content iframe {
    width: 100%;
    height: calc(100vh - 167px);
    border: none;
    overflow-y: auto;
    background: #fff;
}
.footer-content{
    text-align: center;
}
.copy-1{
    font-size: 14px;
}

.s-menu {
    background-color: #f3f3f3 !important;
    border-radius: 10px;
    color: #161717!important;
    font-weight: 500;
    margin:30px 20px 10px 20px;
    width: 167px;
}

.s-menu li a {
    text-align: left;
    color: #111;
    display: inline-block !important;
    margin: auto 0px auto 4px !important;
    padding: 0px 0px 0px 12px!important;
    line-height: 60px !important;
    width: 121px;
}

.s-menu li i{
    display: inline-block;
    font-size: 25px;
    text-align: center;
    position: relative;
    top: -2px;
    left: 10px;
}

.layui-this{
    transform: translateZ(0);
    will-change: transform, opacity;
    background-color: #1E9FFF !important;
    border-radius: 10px;
}

.layui-this a {
    transform: translateZ(0);
    will-change: transform, opacity;
    color: #fff !important;
    background-color: #1E9FFF !important;
}

.layui-this i{
    transform: translateZ(0);
    will-change: transform, opacity;
    background-color: #1E9FFF !important;
    color: #fff !important;
}

.login-btn{
    margin: 12px 30px;
    border-radius: 10px;
}

.space-btn{
    margin: 12px 128px;
    border-radius: 10px;
}

.login-logo{
    display: inline-block;
    margin: 50px 0px 27px 210px;
    width: 100px;
    height: 100px;
}
.login-btn-long{
    border-radius: 19px;
    background-color: #1E9FFF !important;
    width: 300px !important;
}
.login-btn-disabled{
    border-radius: 19px;
    background-color: #eee !important;
    width: 300px !important;
}
.login-bg{
    width: 330px !important;
}

.send-vercode-btn{
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    font-size: 14px;
    border-radius: 10px;
    margin-left: 3px;
    background-color: #1E9FFF;
}

.send-vercode-btn-disabled{
    background-color: #eee;
}

.ver-code-form{
    width: 200px;
}

.ver-code-div{
    margin-top: 50px;
    width: 400px !important;
}

.ver-code-div input{
    display: inline-block;
    width: 100px;
    margin-left: 109px;
}

.ver-code-div img{
    display: inline-block !important;
    width: 93px;
    height: 35px;
    line-height: 35px;
    margin-left: 3px;
}

.user-name {
    width: 40px;
    height: 40px !important;
    border-radius: 20px;
    font-size: 16px;
    background-color: #1E9FFF;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin: 10px 3px;
}

.logo-content{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 744px;
    height: 744px;
    margin: 0px auto;
}

.logo-content img{
    display: inline-block;
    width: 500px;
    height: 500px;
    overflow: hidden;
}
.x-body{
    padding: 50px 50px 0 50px;
}

