body {
    background-color: #f2f3f5;
}

/* 头部*/
.apply-header {
    height: 60px;
    line-height: 60px;
}

.apply-header .apply-header-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    margin: auto;
}

.apply-header .apply-header-title {
    color: #5D5D5D;
}

.apply-header .apply-header-title a {
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.apply-header .apply-header-title a img {
    max-height: 100%;
    max-width: 100%;
}

.layui-nav .layui-nav-item a {
    max-width: 100px;
}

.layui-nav .layui-nav-item a,
.layui-nav .layui-nav-item a:hover {
    color: #5D5D5D;
}

.apply-header .layui-nav {
    padding-left: 0;
    position: relative !important;
    height: 80px;
    background-color: transparent;
}

.layui-nav .layui-nav-more {
    border-top-color: #5D5D5D;
}

.layui-nav .layui-nav-mored {
    border-color: transparent transparent #5D5D5D;
}

.phone {
    margin-left: auto;
}

.apply-header .layui-nav .layui-nav-bar {
    width: 0 !important;
}

.apply-body {
    margin: 80px 0;
    display: flex;
    justify-content: center;
}

/* 内容*/
.login-body {
    position: relative;
    min-height: 800px;
    height: calc(100vh - 81px);
}

.login-content {
    /* position: absolute; */
    background-color: #fff;
    left: 0;
    right: 0;

    margin: auto;
    padding: 50px 50px;
    padding-bottom: 50px;
    width: 460px;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 20px;
}

.login-content-left {
    margin-right: 50px;
}

.login-content-left-top {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    /* justify-content: space-between; */

}

.login-body .log-content-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ECF3FE;
    padding: 100px;
    border-radius: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
   
}

/* 响应式布局：屏幕宽度小于800px时 */
@media (max-width: 800px) {
    .login-body .log-content-box {
        flex-direction: column;
        padding: 50px 30px;
        max-width: 90%;
    }
}

.login-content h2 {
    font-size: 26px;
    text-align: left;
    color: #555;
    position: relative;
    margin-bottom: 30px;
}

.login-content h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 2px;
    background-color: #3C7EF9;
}

.login-content h3 {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    height: 30px;
    font-size: 16px;
    color: rgba(0, 0, 0, .5);
    line-height: 30px;
}

.login-content .layui-form {
    margin-top: 30px;
}

.login-content .login-input,
.register-content .register-input {
    background-color: #fff;
    overflow: hidden;
    width: 360px;
    height: 45px;
    /* border: 1px solid #d7d7d7; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.login-content .login-input:hover {
    border-color: #c940ff;
}

.login-content {
    border-color: #c940ff !important;
}

.login-content .login-info {
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #F7F7F7;
}
.layui-input{
    background-color: #F7F7F7;

}

.login-content .login-icon {
    float: left;
    width: 50px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.login-content .login-icon img {
    width: 20px;
}

.login-content input {
    float: left;
    width: 310px;
    height: 45px;
    line-height: 45px;
    border: none;
}

.login-content .login-verification input {
    width: 258px;
}

.login-content .login-verification .login-verify-code-img {
    display: inline-block;
    width: 100px;
    height: 45px;
    line-height: 45px;
    background-color: #F7F7F7;
}

.login-input-select {
    border-color: #c940ff !important;
}

.login-content .layui-btn {
    display: block;
    margin: 30px auto 0;
    width: 364px;
    height: 45px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}




.operation-register {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    color: rgba(0, 0, 0, .5);
}

.ns-login-bottom {
    color: #999;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 50px;
    line-height: 1.8;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ns-login-bottom a {
    color: #999;
}

.ns-login-bottom .gov-box img {
    max-width: 20px;
    max-height: 20px;
    margin-right: 5px;
}

.ns-footer-img {
    margin-bottom: 18px;
}

.ns-footer-img img {
    max-width: 100px;
    max-height: 27px;
}

.login_btn {
    width: 100%;
    height: 53px;
    margin-top: 30px;
    background: linear-gradient(0deg, #1282F5, #6BDCF7);
    box-shadow: 0px 5px 9px 0px rgba(0, 94, 125, 0.41);
    border-radius: 26px;
    border: none; /* 移除边框 */
    padding: 0; /* 移除内边距 */
    outline: none; /* 移除轮廓 */
    cursor: pointer; 
    color: #FFFFFF;
    font-size: 22px;
}