.register-page {
    background-color: #fff
}

.page-container {
    width: 1200px;
    padding: 80px 0 160px;
    margin: 0 auto
}

    .page-container .register-slogan {
        float: left;
        width: 572px;
        height: 348px;
        background: url(../imgs/login/login-slogan.png) no-repeat;
        margin: 86px 0 0 48px
    }

    .page-container .register-mode {
        float: left;
        width: 579px;
        height: 520px;
        border-left: 1px solid #c8c8c8
    }

        .page-container .register-mode ul {
            width: 392px;
            padding-left: 98px
        }

            .page-container .register-mode ul li.register-title {
                font-size: 40px;
                line-height: 32px;
                color: #d6dce2;
                text-align: center
            }

            .page-container .register-mode ul li input {
                width: 390px;
                height: 50px;
                background-color: #fafafa;
                border: 1px solid #929eab;
                border-radius: 4px;
                margin-top: 18px;
                font-size: 18px;
                line-height: 50px;
                color: #505050;
                text-indent: 1em;
                outline: none
            }

                .page-container .register-mode ul li input:focus {
                    border-color: #e9546a
                }

                .page-container .register-mode ul li input.uReg {
                    float: left;
                    width: 260px;
                    margin-right: 8px
                }

            .page-container .register-mode ul li.other-option {
                height: 50px;
                margin-left: 10px;
                font-size: 14px;
                line-height: 50px
            }

                .page-container .register-mode ul li.other-option a {
                    color: #1478be
                }

                    .page-container .register-mode ul li.other-option a:hover {
                        text-decoration: underline
                    }

            .page-container .register-mode ul li a.btn-reg {
                float: right;
                display: block;
                width: 122px;
                height: 52px;
                background-color: #929eab;
                border-radius: 4px;
                margin-top: 18px;
                font-size: 16px;
                line-height: 52px;
                color: #fff;
                text-align: center
            }

                .page-container .register-mode ul li a.btn-reg.active {
                    background-color: #e6e6e6;
                    color: #e9546b
                }

            .page-container .register-mode ul li a.btn-register {
                display: block;
                width: 390px;
                height: 50px;
                background-color: #fff;
                border: 1px solid #45515e;
                border-radius: 4px;
                margin: 18px 0 4px;
                font-size: 20px;
                line-height: 52px;
                color: #fff;
                text-align: center;
                background-color: #45515f
            }

            .page-container .register-mode ul li .mode-change, .page-container .register-mode ul li .reg-tip {
                height: 30px;
                margin-left: 10px;
                font-size: 14px;
                line-height: 30px
            }

            .page-container .register-mode ul li .reg-tip {
                display: none;
                color: #e9546b
            }

            .page-container .register-mode ul li .mode-change {
                color: #505050
            }

                .page-container .register-mode ul li .mode-change a {
                    color: #1478be
                }

                    .page-container .register-mode ul li .mode-change a:hover {
                        text-decoration: underline
                    }
.close {
    width: 100%;
    height: 50px;
    background: #fff;
    line-height: 50px;
    margin-top: 20px;
}

    .close span {
        display: block;
        float: left;
        text-align: left;
        height: 30px;
        line-height: 30px;
    }

    .close a {
        color: #fe4320;
    }

    .close p:first-of-type {
        width: 10%;
        display: block;
        height: 50px;
        background: url(../imgs/index/no-like.png) no-repeat;
        background-size: 20px 20px;
        background-position: 5px 5px;
        text-align: left;
        float: left;
    }

    .close p.xactive {
        background: url(../imgs/index/like.png) no-repeat;
        background-size: 20px 20px;
        background-position: 5px 5px;
    }

