/**

 @Name：layuiAdmin 登入注册页
 @Author：贤心
 @Site：http://www.layui.com/admin/
 @License：GPL-2
 
 */

html, body, #LAY_app {
    height: 100%;
    /*background-image: url('../../layui/images/Login.jpg');
    background-size:cover;
    background-attachment:fixed;*/
    /*background-image: url('../../layui/images/Login2.jpg');*/
    /*background-image: url('../../layui/images/Login3.jpg');*/
    /*background-image: url('../../layui/images/Loginpage.jpg');*/
    /*background-repeat:no-repeat;*/
}

.layui-layout-body {
    overflow: auto;
}

#LAY-user-login,
.layadmin-user-display-show {
    display: block !important;
}

.layadmin-user-login {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.layadmin-user-login-main {
    width: 375px;
    margin: 0 auto;
    box-sizing: border-box;
}

.layadmin-user-login-box {
    padding: 20px;
}

.layadmin-user-login-header {
    text-align: center;
}

    .layadmin-user-login-header h2 {
        margin-bottom: 10px;
        font-weight: 300;
        font-size: 25px;
        color: #000;
    }

    .layadmin-user-login-header p {
        font-weight: 300;
        color: #999;
    }

.layadmin-user-login-body .layui-form-item {
    position: relative;
}

.layadmin-user-login-icon {
    position: absolute;
    left: 1px;
    /* top: 1px; */
    width: 38px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    border: 1px solid white;
}

.layadmin-user-login-body .layui-form-item .layui-input {
    padding-left: 10px;
}

.layadmin-user-login-codeimg {
    max-height: 38px;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
}

.layadmin-user-login-other {
    position: relative;
    font-size: 0;
    line-height: 38px;
    padding-top: 20px;
}

    .layadmin-user-login-other > * {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        font-size: 14px;
    }

    .layadmin-user-login-other .layui-icon {
        position: relative;
        top: 2px;
        font-size: 26px;
    }

    .layadmin-user-login-other a:hover {
        opacity: 0.8;
    }

.layadmin-user-jump-change {
    float: right;
}

.layadmin-user-login-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    color: rgba(0,0,0,.5);
}

    .layadmin-user-login-footer span {
        padding: 0 5px;
    }

    .layadmin-user-login-footer a {
        padding: 0 5px;
        color: rgba(0,0,0,.5);
    }

        .layadmin-user-login-footer a:hover {
            color: rgba(0,0,0,1);
        }

/* 有背景图时 */
.layadmin-user-login-main[bgimg] {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

/* 主题背景 */
.ladmin-user-login-theme {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

    .ladmin-user-login-theme ul {
        display: inline-block;
        padding: 5px;
        background-color: #fff;
    }

        .ladmin-user-login-theme ul li {
            display: inline-block;
            vertical-align: top;
            width: 64px;
            height: 43px;
            cursor: pointer;
            transition: all .3s;
            -webkit-transition: all .3s;
            background-color: #f2f2f2;
        }

            .ladmin-user-login-theme ul li:hover {
                opacity: 0.9;
            }

@media screen and (max-width: 768px) {
    .layadmin-user-login {
        padding-top: 60px;
    }

    .layadmin-user-login-main {
        width: 300px;
    }

    .layadmin-user-login-box {
        padding: 10px;
    }
}

.heng {
    width: 100%;
    border: 2px solid white;
}
.hengh {
       width: 100%;
    border: 1px solid #020286;
    margin-bottom: 1em;
    margin-top: 3px;
}
.tophleft {
text-align:left;
}

.login {
    top: 50%;
    background-color: #0505bb;
    padding: 1em;
}


    .login .subbtn {
        background-color: #7a78f3;
        font-weight: 700;
        height: 38px;
        line-height: 38px;
        border: 1px solid transparent;
        padding: 0 18px;
        color: #fff;
        white-space: nowrap;
        text-align: center;
        font-size: 14px;
        border-radius: 5px;
        cursor: pointer;
    }

    .login .regist {
        background-color: #7d7b7b;
        font-weight: 700;
        height: 38px;
        line-height: 38px;
        border: 1px solid transparent;
        padding: 0 18px;
        color: #fff;
        white-space: nowrap;
        text-align: center;
        font-size: 14px;
        border-radius: 5px;
        cursor: pointer;
        float: right;
        margin-right: 1.5em;
    }

    .login .forgot {
        color: #fbfbfb;
        float: right;
        margin-right:1.5em;
        text-decoration: underline;
    }

.btnsendcode {
    cursor: pointer;
    background-color: #eaf2ff;
    color: #211f1f;
    height: 38px;
    width: 80px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
}


.bodyimg {
    background-image: url('/layui/images/login2024.png'); /* 替换为你的图片路径 */
  background-size: cover;
  background-position: center center; /* 可选，确保背景图片居中 */
  background-repeat: no-repeat; /* 可选，确保背景图片不重复 */
  background-attachment: fixed; /* 可选，背景图片固定，不随滚动条滚动 */
}

.footcss {

    width: 100%;
    color: white;
}

    .footcss a {
        color: white;
    padding: 5px 5px;
    font-size: 16px;
    margin-bottom: 1em;
    text-decoration: underline;
    }
.headercss {

    height: 4em;
    background-color: #020286;
    /* color: black; */
    float: right;
    width: 100%;
}
    .headercss a {
        color: white;
        padding: 0.5em 0.5em;
        float: right;
        font-size: 16px;
        text-align: center;
    }
    .def-section {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    background-color: white;
}.container {
    width: 100%;
}.bodyline {
    line-height: 28px;
}
.neirong2 {
    padding: 25px;
    border: none;
    border-radius: 0px;
    background: rgba(255,255,255,.5);
    font-size: 16px;
    line-height: 38px;
    box-shadow: 0 0 5px #999;
}.neirong p, .neirong div, .neirong2 p, .neirong2 div {
        color: black;
    text-align: left;
    font-weight: 400;
}.about-text p {
    text-align: left;
}.about-text h2 {
    font-size: 34px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin: 0px 0 35px;
    /* text-shadow: 0 0 5px #fff; */
}.about-text h4 {
    text-align: center;
    margin: 0 auto 30px;
    font-weight: normal;
}

 .lx ul {
    margin: 0;
    width: 100%;
        background: #020286;
    /* height: 150px; */
    padding: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

 .lx ul li {
     width: 32%;
    /* margin-right: 1.33333333%; */
    line-height: 30px;
    list-style: none;
    border-left: 1px solid;
    float: left;
    /* background: #020286; */
    height: 150px;
    text-align: center;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
}
 .lx ul li i {
    width: 100%;
    font-size: 35px;
    text-align: center;
    margin-bottom: 10px;
}