/* 侧边菜单 - 平板移动设备 */

body {
    height: 100%;
    font-size: 14px;
    font-family: "Microsoft Yahei",Arial,Helvetica;
    background: linear-gradient(to bottom right, #005595, #00cbea);
}

.custom-bg {
    background-image:url(/layuiadmin/layui/images/scmpng/logo01.png);
    background-repeat:no-repeat;
}

.mod-main {
    position: absolute;
    top: 50%;
    margin-top: -200px;
    width: 100%;
    height: 400px;
}

.mod-main .custom-flex {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
}

.mod-main .custom-other {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 0;
}

.layadmin-user-login-box {
    padding: 20px 24px;
}

.layui-user-login-imgage {
    text-align: center;
}

.layui-form-checkbox[lay-skin=primary] span {
    color: #CBCBCB;
}

.layui-user-login-imgage img {
    width: 160px;
}

.layadmin-user-login-main {
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    width: 387px;
    height: 400px;
}

.login-image-item {
    margin-top: 26px;
    text-align: center;
    color: #FFF9EC;
}

.login-image-header-one {
    letter-spacing: 0.1em;
    font-size: 42px;
    text-align: center;
    font-family: "Youyuan", Helvetica, sans-serif;
}

.login-image-header-one .custom-font {
    vertical-align: -5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 48px;
}

.layadmin-user-login-header {
    text-align: center;
    height: 25px;
    margin-bottom: -0.9em;
}

.layadmin-user-login-header h2 {
    font-size: 18px;
    color: #cbcbcb;
    letter-spacing: 0.3rem;
}

.layui-input {
    border-color: #CBCBCB;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-bottom-color: #e5e5e5;
    border-left-width: 0px;
}

.layui-form-item {
    font-size: 14px;
    color: #CBCBCB;
}

.layadmin-form-forget {
    margin-top: -0.7em;
    margin-bottom: 2.6em;
}

.layadmin-user-login-other {
    margin-bottom: 0;
    padding-top: 10px;
}

.layui-form-item-submit {
    height: 49px;
    border-radius: 50px;
    background-color: #00b7ee;
    letter-spacing: 0.3rem;
    font-size: 16px;
}

.layui-form-item-submit.layui-btn-disabled {
    background-color: #FBFBFB !important;
}

.ladmin-form-item-forget {
    margin-left: 0.9em;
}

.layadmin-form-item-login {
    text-align: center;
    color: #fefefe;
    font-size: 16px;
}

.layui-form-item-jump {
    color: #CBCBCB;
    text-align: center;
    font-size: 12px;
}
.custom-other:before,.custom-other:after {
    display: none;
}

.layadmin-btn-background {
    background-color: #fefefe;
    margin-left: -10px;
}

.layadmin-user-jump-color {
    color: #CBCBCB;
}

.layui-form-item-jump-text {
    color: #CBCBCB;
    font-size: 12px;
}

.layadmin-user-login-footer {
    position: fixed;
    left: 0;
    bottom: 30px;
    padding: 0;
    width: 100%;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 5);
}

.mod-main .entry-btn {
    cursor: pointer;
}

.mod-main .copyright {
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: #fff;
}

.mod-main .copyright:before,.mod-main .copyright:after {
    content: "";
    position: absolute;
    top: 15px;
    width: 200px;
    height: 1px;
    background: #fff;
}

.mod-main .copyright:before {
    left: -230px;
}

.mod-main .copyright:after {
    right: -230px;
}

@media screen and (max-width: 992px){
    .layadmin-user-login {
        padding: 0;
    }
    .mod-main {
        top: 0;
        margin-top: 20px;
    }
    .mod-main .custom-flex {
        height: 250px;
    }
    .login-image-header-one {
        margin-left: 0;
        font-size: 36px;
    }
    .login-image-header-one .custom-font {
        font-size: 42px;
    }
}
@media screen and (max-width: 768px){
    .layadmin-user-login-box {
        padding: 20px;
    }
    .mod-main .copyright:before,.mod-main .copyright:after{
        height: 0;
    }
}


.dotting {
    display: inline-block;
    min-width: 2px;
    min-height: 2px;
    box-shadow: 2px 0 currentColor, 6px 0 currentColor, 10px 0 currentColor; /* for IE9+, ..., 3个点 */
    animation: dot 4s infinite step-start both; /* for IE10+, ... */
}

:root .dotting {
    margin-right: 8px;
}
/* for IE9+,FF,CH,OP,SF 占据空间*/

@keyframes dot {
    25% {
        box-shadow: none;
    }
    /* 0个点 */
    50% {
        box-shadow: 2px 0 currentColor;
    }
    /* 1个点 */
    75% {
        box-shadow: 2px 0 currentColor, 6px 0 currentColor; /* 2个点 */
    }
}