﻿.full {
    min-width: 1200px;
}

.header-full {
    -webkit-box-shadow: 0 2px 4px 0 rgba(12,3,6,0.2);
    box-shadow: 0 2px 4px 0 rgba(12,3,6,0.2);
}

    .header-full, .header-full .header-ctv-bg {
        background: #fff;
    }

        .header-full .header-ctv, .header-full .header-ctv .header-left, .header-full .header-ctv .header-right {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
        }

        .header-full .header-ctv {
            -ms-flex-pack: justify;
            justify-content: space-between;
            height: 60px;
            padding-right: 15px;
            box-sizing: border-box;
        }

.ctv {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.header-full .header-ctv .header-left .header-logo-wrapper {
    margin-right: 68px;
    font-size: 0;
}

.header-full .header-ctv .header-left .header-menu-wrapper {
    display: -ms-flexbox;
    display: flex;
}

.header-right .header-login {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

    .header-right .header-login > a {
        margin-left: 8px;
        font-weight: 500;
    }

.header-full .header-ctv .header-left .header-menu-wrapper a {
    margin-right: 2px;
    line-height: 40px;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: solid 5px #efefef;
    border-radius: 15px;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 0;
    min-width: 80px;
}

    .header-full .header-ctv .header-left .header-menu-wrapper a.active, .header-full .header-ctv .header-left .header-menu-wrapper a:hover {
        text-align: center;
        color: #182e9a;
        background-color: inherit;
        font-size: 20px;
        font-weight: bold;
        border-bottom: solid 5px;
    }

.header-full .header-ctv .header-left .header-menu-wrapper a {
    margin-right: 2px;
}

    .header-full .header-ctv .header-left .header-menu-wrapper a .menu-item {
        display: block;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        font-size: 18px;
        color: #000;
        font-weight: 600;
    }

/*.header-full .header-ctv .header-left .header-menu-wrapper > a.active:after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 4px;
        border-radius: 2px;
        background: #182e9a;
    }*/
.index-ctv {
    min-height: 550px;
}

.login-popup-components {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

    .login-popup-components .login-popup {
        position: relative;
        width: 522px;
        padding: 38px 111px 68px 111px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        border-radius: 4px;
    }

        .login-popup-components .login-popup .login-close {
            position: absolute;
            top: 11px;
            right: 12px;
            cursor: pointer;
        }

            .login-popup-components .login-popup .login-close img {
                width: 32px;
                height: 32px;
            }

        .login-popup-components .login-popup .login-logo {
            margin: 0 auto;
            width: 174px;
            margin-top:20px;
        }

            .login-popup-components .login-popup .login-logo img {
                width: 100%;
            }

        .login-popup-components .login-popup .login-tab {
            margin-top: 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
        }

            .login-popup-components .login-popup .login-tab .side {
                width: 1px;
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
            }

            .login-popup-components .login-popup .login-tab > hr {
                border-width: 0 0 1px 0;
                border-color: #f1f1f1;
            }

            .login-popup-components .login-popup .login-tab > a.active {
                color: #182e9a;
            }

            .login-popup-components .login-popup .login-tab > a {
                margin: 0 8px;
                font-size: 14px;
                color: #c4cac6;
            }

            .login-popup-components .login-popup .login-tab .center {
                width: 40px;
            }

            .login-popup-components .login-popup .login-tab .side {
                width: 1px;
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
            }

        .login-popup-components .login-popup .login-form {
            margin-top: 20px;
        }

        .login-popup-components .login-popup .form-row {
            position: relative;
            margin-bottom: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            height: 40px;
            border-radius: 4px;
            border: 1px solid #cdd3cf;
            padding: 0 10px 0 2px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .login-popup-components .login-popup .form-row .icon {
                margin-right: 4px;
                width: 32px;
                height: 32px;
            }

            .login-popup-components .login-popup .form-row .text-input {
                width: 1px;
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
                background: transparent;
                border-style: none;
                padding-right: 10px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                font-size: 14px;
                color: #333;
            }

                .login-popup-components .login-popup .form-row .text-input::-webkit-input-placeholder {
                    color: #b1b5b9;
                }

            .login-popup-components .login-popup .form-row .code-img {
                width: 100px;
                height: 32px;
                border-radius: 4px;
                cursor: pointer;
            }

            .login-popup-components .login-popup .form-row .code-btn {
                font-size: 14px;
                color: #182e9a;
            }

        .login-popup-components .login-popup .form-btn {
            margin-top: 20px;
            width: 100%;
            height: 40px;
            text-align: center;
            line-height: 40px;
            border-radius: 4px;
            background: #182e9a;
            cursor: pointer;
            font-size: 18px;
            color: #fff;
        }

        .login-popup-components .login-popup .login-link-wrapper {
            margin: 10px 0 0 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            width: 100%;
            height: 14px;
            font-size: 0;
        }

            .login-popup-components .login-popup .login-link-wrapper > a {
                display: inline-block;
                line-height: 1;
                cursor: pointer;
                font-size: 14px;
                color: #182e9a;
                margin-top: 20px;
            }

            .login-popup-components .login-popup .login-link-wrapper.big {
                padding-bottom: 50px;
            }

            .login-popup-components .login-popup .login-link-wrapper.small {
                padding-bottom: 0;
            }

        .login-popup-components .login-popup.register {
            padding-top: 20px;
            padding-bottom: 0;
            height: 592px;
        }

        .login-popup-components .login-popup .login-back {
            position: absolute;
            top: 11px;
            left: 12px;
            cursor: pointer;
        }

        .login-popup-components .login-popup.register .register-title {
            text-align: center;
            width: 100%;
            padding-bottom: 30px;
            font-size: 26px;
            color: #182e9a;
            font-weight: 400;
        }

        .login-popup-components .login-popup .agreeRule {
            width: 100%;
            height: 16px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 16px;
            color: #333;
        }

            .login-popup-components .login-popup .agreeRule .iconfont {
                margin-right: 10px;
                font-size: 18px;
                color: #999;
            }

            .login-popup-components .login-popup .agreeRule .rule > a {
                color: #182e9a;
            }

.header-full .header-ctv .header-left, .header-full .header-ctv .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-right .header-user {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    font-size: 16px;
    color: #666;
}

    .header-right .header-user:hover .user-toll-wrapper {
        display: block;
    }

    .header-right .header-user .user-img {
        margin-left: 13px;
        width: 32px;
        height: 32px;
    }

    .header-right .header-user .user-toll-wrapper {
        display: none;
        position: absolute;
        right: 0;
        top: 60px;
        z-index: 1000;
    }

        .header-right .header-user .user-toll-wrapper .user-tool {
            width: 156px;
            background: #f1f1f1;
            border-radius: 0 0 4px 4px;
            -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.27);
            box-shadow: 0 2px 6px 0 rgba(0,0,0,0.27);
        }

            .header-right .header-user .user-toll-wrapper .user-tool .tool-row {
                width: 100%;
                height: 40px;
                line-height: 40px;
                text-align: center;
                font-size: 16px;
                color: #333;
                cursor: pointer;
            }

                .header-right .header-user .user-toll-wrapper .user-tool .tool-row > a {
                    display: block;
                    width: 100%;
                    height: 100%;
                    color: #333;
                }

                .header-right .header-user .user-toll-wrapper .user-tool .tool-row:hover a {
                    color: #182e9a;
                }
