/* 登陆注册公共部分 */
/* 顶部盒子 */
.component-caption__head {
    width: 100%;
    min-width: 1200px;
    min-height: 130px;
    background-color: #fff;
}

    /* 顶部盒子区域 */
    .component-caption__head > .haed-main__containr {
        margin: 0 auto;
        width: 1200px;
        height: 130px;
    }

        .component-caption__head > .haed-main__containr > .head-content {
            width: 600px;
            height: 130px;
        }

        /* 左侧盒子 */
        .component-caption__head > .haed-main__containr > .head-left-content-container {
            float: left;
        }

            /* 左侧图区域 */
            .component-caption__head > .haed-main__containr > .head-left-content-container > .logo-warp {
                margin: 32px 0 0;
                float: left;
                width: 183px;
                height: 62px;
            }

                /* 左侧logo图 */
                .component-caption__head > .haed-main__containr > .head-left-content-container > .logo-warp > a {
                    display: block;
                    width: 165px;
                    height: 60px;
                    -ms-background-size: 165px 60px;
                    background-size: 165px 60px;
                    background-repeat: no-repeat;
                }

    .component-caption__head
    img {
        display: block;
        width: 165px;
        height: 60px;
        -ms-background-size: 165px 60px;
        background-size: 165px 60px;
        background-repeat: no-repeat;
    }

    /* 顶部中间留白区域 */
    .component-caption__head > .haed-main__containr > .head-left-content-container > .head-caption {
        float: right;
        height: 130px;
        width: 400px;
        font-size: 22px;
        line-height: 130px;
        color: #333;
    }

    /* 右侧内容 */
    .component-caption__head > .haed-main__containr > .head-right-content-container {
        float: right;
    }

/* 右侧内容区域 */
.head__right_children {
    height: 130px;
    font-size: 16px;
    line-height: 130px;
    text-align: right;
    font-size: 0;
    vertical-align: middle;
}

    .head__right_children span {
        font-size: 16px;
        color: #999;
    }

    /* 右侧超链接 */
    .head__right_children > a {
        font-size: 16px;
        color: #ff8f00;
    }

    /* 右侧箭头图标 */
    .head__right_children > .icon {
        *display: inline;
        display: inline-block;
        zoom: 1;
        margin-left: 5px;
        width: 20px;
        height: 20px;
        vertical-align: -3px;
        -ms-background-size: 20px;
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAACcklEQVRYR9WZvU8UQRTAf4/TqAk2mmhyLcRGrEwMpaWdH0FIxMTaLxCxRO6AVnJAVGoLTFCjsbPTf8BEIxYSaC/BwkIuUaPwzMzewt4H3s7e7mWcanO7781v3nvz5s07IeHQBXrY4jzCaSCPkkfIW3VKGaEMlFHek+O1jLCeZCpxEdJFjvGTWwgXUfpcZBFWUF5xkIdyna9xZWMB6iO6+cM4yj2U7rjKm34nVBAesI9ZuUmlla6WgFriEsJjlOOtlDm9FzZQbsgYL/8ltyegKsICkygFzHMWQ6zmKUaYFvPcZDSdWJ9xiDJPUC5nwdWgU3hOnmsyyI/6dw2A1nLzLHcMLiQykKMM1VuyEXCeAtsUO2K5+km6KMooU9GfawCrG+KFc8wdOQnfPre/JhOHykB04+wA2lTymzXn3dpfhDMT8GYYVpfTgNxgP71hCtoFTOJaA9dfCKC2t9KDjLjaAtoT4hfrTknYuPXqR+jK7VotLUiTzA/QY06cAHCOGZQJZ/+cGIJzS9lAwoyMMRkCfnI+W8PVZAUprMgdTkm1Kllztl5UICvIHL2iJe4Cs20BGuFsIMdF51hCudI2YBaQwlMD+BblbCqAaUMK74yLvxgHpQaYLuSqseCmU/6Lu5I0YlKoGAt+Bw7HnTf2d2kAwuZ/4WLPN4n3acb7RB1cwP096qrVjL/FggUsMQ3cj51Csq5kAv2RcitJwXq0D4Y/ZFML1hes1oo+l/wW0PdLUzUWTR/Gz2tnGPeJXO28u/YQaHVxt1b0vfVhIX1uHu242uf2WzRCvG1g1kD63AKuAQ1OnNvABeeLfpZN9GZJoVN/Q/wFPNN6dFq0QYwAAAAASUVORK5CYII=);
    }

/* 登陆注册公共部分结束 */

/* 登陆区域 */

main {
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    background-color: var(--ass-color);
}

    /* 登录区域背景 */
    main > .login-page-container {
        position: relative;
        z-index: 0;
        margin: 0 auto;
        height: 550px;
        width: 1200px;
        background-image: url(../../images/img/login_page_background.jpg);
        -ms-background-size: 1200px 550px;
        background-size: 1200px 550px;
        background-position: 0;
        background-repeat: no-repeat;
        background-color: #f0fdec;
    }

        /* 登陆表单 */
        main > .login-page-container > .login-tab-container {
            position: absolute;
            z-index: 1;
            right: 50px;
            top: 50%;
            margin-top: -210px;
            height: 420px;
            width: 380px;
            background-color: #fff;
        }

/* 登录方式 */
.component-tab-container > .tab-head-container {
    overflow: hidden;
    font-size: 0;
}

/* 每项登陆方式 */
.tab-label {
    width: 33.3%;
    height: 60px;
    line-height: 60px;
    background-color: #f6f6f6;
    font-size: 16px;
    text-align: center;
}

/* 当前登陆方式 */
.tab-label-active {
    color: var(--main-color) !important;
    background-color: #fff;
    font-weight: 600;
}

/* 登陆项 */
.component-tab-container > .tab-head-container > .tab-head-item {
    *display: inline;
    zoom: 1;
    display: inline-block;
    height: 60px;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
    color: #333;
    cursor: pointer;
}

/* 登陆方式面板 */

/* 默认隐藏面板 */
.component-tab-container > .tab-pane-container > .component-tab-pane {
    display: none;
}

    /* 面板选中时 */
    .component-tab-container > .tab-pane-container > .component-tab-pane.pane-visible {
        display: block;
    }

/* 账号密码登陆面板 */
.account-login-container {
    width: 380px;
    height: 360px;
    overflow: hidden;
}

    /* 登陆表单 */
    .account-login-container > .login-form-wrap {
        margin: 25px auto 0;
        width: 300px;
    }

    /* 登陆按钮 */
    .account-login-container .account-login-button {
        margin: 30px auto 0;
        cursor: pointer;
        width: 300px;
        height: 46px;
        line-height: 46px;
        background-color: var(--main-light);
        font-size: 16px;
        text-align: center;
        color: #fff;
        border: 0;
        border-radius: 8px;
    }

        .account-login-container .account-login-button:hover {
            background-color: var(--main-color);
        }

/* 找回密码 */
.account_other {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: var(--info-color);
    text-align: right;
}

/* 登陆区域结束 */

/* 强制修改滑块背景色 */
.slider-bg {
    background-color: var(--main-color) !important;
}

.layui-input {
    height: 50px !important;
}

    .layui-input:focus {
        border: 1px solid var(--main-color) !important;
    }

.layui-form-checkbox[lay-skin="primary"]:hover i {
    border-color: var(--main-color);
    color: #fff;
}

.layui-form-checked[lay-skin="primary"] i {
    border-color: var(--main-color) !important;
    background-color: var(--main-color);
    color: #fff;
}

/* 注册区域开始 */
.register-container {
    /* min-width: 1200px;*/
    /* padding-top: 90px;*/
    padding-top: 20px;
    width: 420px;
}

    .register-container h3 {
        font-size: 20px;
        color: var(--main-color);
        text-align: center;
    }

/* 注册表单 */
main .form-box {
    width: 370px;
    margin: 0 auto;
    padding-top: 27px;
    position: relative;
}

/* 注册按钮 */
.form-box button {
    width: 370px;
    height: 45px;
    background: var(--main-color);
    color: #fff;
    font-size: 16px;
    outline: none;
    border: 0;
    margin-top: 10px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

    .form-box button:hover {
        opacity: 0.8;
    }

.component-note-container {
    width: 100%;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 14px !important;
    text-align: center;
    color: var(--main-color) !important;
    background: none !important;
}

.form-box .component-note-container {
    position: absolute;
    top: 214px;
    right: 0;
    width: 99px;
}

.component-note-container:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background: #dedede;
}

/* 注册协议 */

.layui-form-item.agree {
    margin-top: -11px;
    text-align: center;
}

.agree span a {
    color: var(--main-color);
}

/* 注册区域结束 */

/* 公共底部 */

footer {
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
}

.footer__content {
    margin: 0 auto;
    padding: 50px 0;
    width: 1200px;
    text-align: center;
}

.link__item {
    *display: inline;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    height: 16px;
    padding: 0 20px;
    border-right: 1px solid #999;
    font-size: 12px;
    line-height: 16px;
    color: #999;
}

.footer__content > .copyright_text {
    padding: 15px 0 0;
    font-size: 12px;
    color: #999;
    text-align: center;
}
