/* 登录页 — 对齐 yinghuang / main.css 的 log-banner + log-box 布局 */

.page-login {
    min-width: 1176px;
}

/* 顶栏在横幅上：白字 + 阴影，便于在天空背景上阅读 */
.page-login .m-head .m-head-nav ul li {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.page-login .m-head .m-head-nav ul li.active {
    color: #fc5916;
    text-shadow: none;
}

.page-login .m-head .m-head-nav ul li:hover {
    color: #ffe0cc;
}

.page-login .m-head .m-head-nav ul .m-head-nav-logo {
    background: url(../images/logo.png) no-repeat center;
    background-size: contain;
}

/* 滚动后半透明白底条（与原站一致） */
.page-login .m-head.nav-l .m-head-nav ul li {
    color: #000;
    text-shadow: none;
}

.page-login .m-head.nav-l .m-head-nav ul li:hover {
    color: #dc6034;
}

/* 顶部全宽横幅：地球 / 飞机背景 */
.log-banner {
    position: relative;
    height: 380px;
    width: 100%;
    background: url(../images/log-banner.jpg) no-repeat center top;
    background-size: cover;
}

/* 主内容区：左图 + 右表单 */
.log-box {
    width: 1100px;
    margin: 0 auto;
    margin-top: 125px;
    min-height: 700px;
    padding-bottom: 40px;
}

.log-box::after {
    content: "";
    display: table;
    clear: both;
}

.log-box-l {
    background: url(../images/zc-tu.jpg) no-repeat center;
    background-size: cover;
    width: 335px;
    float: left;
    min-height: 635px;
}

.log-box-r {
    box-shadow: 0 2px 10px #ccc, 0 0 10px #ccc;
    width: 765px;
    min-height: 635px;
    float: right;
    background: #fff;
}

.log-box-main {
    padding: 80px 100px 40px 130px;
    position: relative;
}

.log-box-main h3 {
    margin-left: 80px;
    font-size: 20px;
    color: #000;
    margin-bottom: 30px;
    font-weight: bold;
}

.log-box-main .reg {
    position: absolute;
    top: 50px;
    right: 60px;
    width: 200px;
    line-height: 30px;
    font-size: 16px;
    text-align: right;
}

.log-box-main .reg p {
    width: auto;
    display: inline;
    color: #333;
}

.log-box-main .reg a {
    display: inline-block;
    min-width: 80px;
    height: 30px;
    color: #fff !important;
    background: #e55724;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    margin-left: 8px;
    text-decoration: none;
    position: static;
    top: auto;
}

.log-box-main ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.log-box-main ul li.log-other {
    margin-left: 80px;
    min-height: 60px;
    margin-bottom: 0;
}

.log-box-main .input_text {
    height: 40px;
    width: 298px;
    padding: 10px;
    border: 1px #ccc solid;
    box-sizing: border-box;
    font-size: 14px;
}

.log-box-main .input_text:focus {
    outline: none;
    border-color: #e55724;
}

.log-box-main .captcha-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

.log-box-main .input_code {
    height: 40px;
    width: 120px;
    padding: 10px;
    border: 1px #ccc solid;
    box-sizing: border-box;
    font-size: 14px;
}

.log-box-main .verify-code {
    width: 110px;
    height: 40px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 12px;
    flex-shrink: 0;
}

.log-box-main .verify-code img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.log-box-main .btn_css {
    height: 30px;
    width: 130px;
    color: #fff;
    background: #e55724;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    margin-left: 80px;
    border: none;
    cursor: pointer;
    line-height: 30px;
    padding: 0;
}

.log-box-main .btn_css:hover {
    background: #c94a1d;
}

.log-box-main .btn_css:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.log-box-main .error-msg {
    display: none;
    color: #fc5916;
    font-size: 12px;
    margin-top: 6px;
    line-height: 1.4;
}

.log-box-main .error-msg.show {
    display: block;
}

/* 底部 — 与竞品 index-footer 一致 */
.index-footer {
    height: 550px;
    background: url(../images/foot-bg.jpg) no-repeat center;
    background-size: cover;
    margin-top: 40px;
    position: relative;
}

.index-footer-main {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.index-footer-back {
    position: absolute;
    width: 150px;
    height: 75px;
    background: #fff;
    border-radius: 0 0 150px 150px;
    left: 50%;
    margin-left: -75px;
    margin-top: -20px;
    cursor: pointer;
    z-index: 2;
}

.index-footer-back h3 {
    display: block;
    font-size: 25px;
    color: #f60;
    text-align: center;
    margin-top: 20px;
}

.index-footer-phone {
    height: 300px;
    width: 1100px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    margin-top: 134px;
    position: relative;
    overflow: hidden;
}

.index-footer-phone a {
    color: #fff;
}

.index-footer-phone-box {
    width: 240px;
    float: left;
    height: 140px;
    border-right: 1px solid #ccc;
}

.index-footer-phone-one,
.index-footer-phone-two {
    color: #fff;
}

.index-footer-phone-one h3,
.index-footer-phone-two h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

.index-footer-phone-two h3 {
    margin-left: 50px;
}

.index-footer-phone-one p,
.index-footer-phone-two p {
    height: 30px;
    font-size: 18px;
    text-indent: 40px;
    margin-bottom: 10px;
}

.index-footer-add {
    background: url(../images/add.png) no-repeat left;
    padding-left: 28px;
}

.index-footer-nav {
    width: 1100px;
    height: 80px;
    bottom: 0;
    position: absolute;
}

.index-footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.index-footer-nav a {
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #fff;
}

.index-footer-nav li {
    color: #fff;
    width: 120px;
    float: left;
    line-height: 80px;
}

.index-footer-nav-line {
    height: 20px;
    float: left;
    border-right: 2px solid #fff;
    margin-top: 30px;
    margin-right: 50px;
}

.index-footer-copyright {
    text-align: left;
    margin: 10px 0;
    clear: both;
    padding-top: 20px;
}

.index-footer-copyright h4 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
}

.index-footer-copyright a {
    color: #fff;
}

.loading {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 0.8s linear infinite;
    margin-right: 6px;
    vertical-align: middle;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.success-msg {
    color: #00b42a;
    font-size: 14px;
    margin-left: 80px;
    margin-top: 15px;
    display: none;
}

.success-msg.show {
    display: block;
}
