body, html {
    background-color: #eff4f9
}

.head {
    width: 100%;
    height: 900px;
    overflow: hidden;
    background-image: url("/activity/content/trial/images/CPA/toutu.png?v=1");
    background-size: 1920px 900px;
    background-position: center;
    background-repeat: no-repeat
}

.head-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

.head-title {
    position: absolute;
    top: 13px;
    width: 1200px;
    /*height: 335px;*/
}

.head-video {
    position: absolute;
    top: 325px
}

.head-foot {
    position: absolute;
    bottom: 28px;
    width: 1500px;
    height: 163px
}

.plan {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%
}

    .plan > .img {
        width: 1920px
    }

    .plan .btn-group {
        display: flex;
        align-items: center;
        justify-content: space-around;
        position: absolute;
        bottom: 124px;
        height: 40px;
        width: 1320px
    }

        .plan .btn-group .btn {
            cursor: pointer;
            width: 180px;
            height: 40px;
            border-radius: 20px
        }

.advantage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%
}

    .advantage .advantage-bg {
        width: 1920px
    }

    .advantage .advantage-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 1360px;
        position: absolute;
        bottom: 50px
    }

        .advantage .advantage-menu .menu-item {
            font-size: 0;
            display: block;
            cursor: pointer
        }

.teachers {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%
}

    .teachers .teachers-bg {
        width: 1920px
    }

    .teachers .teachers-content {
        position: absolute;
        top: 258px;
        width: 1320px;
        height: 480px
    }

    .teachers .teachers_active {
        position: absolute;
        top: 53px;
        left: 60px
    }

    .teachers .teachers-container {
        position: absolute;
        top: 203px;
        left: 513px;
        width: 700px;
        height: 251px;
        display: flex;
        align-items: center;
        overflow: hidden
    }

        .teachers .teachers-container .teachers-menu {
            position: absolute;
            width: 2100px;
            display: flex;
            align-items: end
        }

        .teachers .teachers-container .teachers-item {
            position: relative;
            text-align: center;
            cursor: pointer;
            width: 175px;
            height: 150px
        }

            .teachers .teachers-container .teachers-item::after {
                content: " ";
                background-color: rgba(255,255,255,0.5);
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0
            }

            .teachers .teachers-container .teachers-item .item-img {
                height: 100%
            }

            .teachers .teachers-container .teachers-item .item-name {
                color: #666;
                width: 175px;
                text-align: center;
                font-size: 22px;
                position: absolute;
                bottom: -40px
            }

        .teachers .teachers-container .teachers-item_active {
            height: 175px
        }

            .teachers .teachers-container .teachers-item_active .item-name {
                color: #0f4888
            }

            .teachers .teachers-container .teachers-item_active::after {
                background-color: rgba(255,255,255,0)
            }

    .teachers .teachers-name {
        width: 300px;
        text-align: center;
        position: absolute;
        top: 59px;
        left: 425px;
        font-size: 30px;
        color: #333
    }

    .teachers .teachers-brief {
        position: absolute;
        top: 126px;
        left: 514px;
        width: 700px;
        font-size: 16px;
        font-family: SourceHanSansCN;
        font-weight: 400;
        color: #666;
        line-height: 27px
    }

.questionBank, .bottom, .guide, .selfStudy, .specialized {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%
}

    .questionBank .questionBank-bg, .bottom .questionBank-bg, .guide .questionBank-bg, .selfStudy .questionBank-bg, .specialized .questionBank-bg, .questionBank .bottom-bg, .bottom .bottom-bg, .guide .bottom-bg, .selfStudy .bottom-bg, .specialized .bottom-bg, .questionBank .guide-bg, .bottom .guide-bg, .guide .guide-bg, .selfStudy .guide-bg, .specialized .guide-bg, .questionBank .selfStudy-bg, .bottom .selfStudy-bg, .guide .selfStudy-bg, .selfStudy .selfStudy-bg, .specialized .selfStudy-bg, .questionBank .specialized-bg, .bottom .specialized-bg, .guide .specialized-bg, .selfStudy .specialized-bg, .specialized .specialized-bg {
        width: 1920px
    }

    .specialized .btn-box {
        position: absolute;
        top: 857px;
        width: 1320px
    }

        .specialized .btn-box .btn {
            cursor: pointer;
            margin-left: 977px;
            width: 320px;
            height: 90px
        }

.bottom-menu {
    display: flex;
    justify-content: space-between;
    width: 1325px;
    position: absolute
}

    .bottom-menu .menu-item {
        cursor: pointer
    }
