.test-title {
    font-size: 0.32rem;
    color: #202b47;
    font-weight: bold;
    text-align: center;
    padding-top: 0.6rem;
    padding-bottom: 0.5rem;
}

.test-title .purple {
    /*color: #5653f0;*/
}

.teacherInfo {
    width: 12rem;
    padding: 0.48rem 0.32rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-shadow: 0 0 0.08rem rgba(86, 83, 240, 0.24);
    box-shadow: 0 0 0.08rem rgba(86, 83, 240, 0.24);
    margin-bottom: 0.5rem;
}

.teacherInfo::after {
    content: ' ';
    width: 100%;
    height: 0.02rem;
    background-color: #5653f0;
    position: absolute;
    top: 0;
    left: 0;
}

.teacherInfo .teacher-avartar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 5.28rem;
    height: 2.96rem;
    position: relative;
    background: url(/Customer/img/test/test-p5-bg.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0.4rem;
}

.teacherInfo .teacher-avartar .teacher-avartar-img {
    position: absolute;
    width: 2.22rem;
    height: 2.66rem;
    right: 0.3rem;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.teacherInfo .teacher-avartar .chat-btn {
    position: absolute;
    bottom: 0.8rem;
    left: 0.6rem;
    height: 0.38rem;
    width: 1.86rem;
    cursor: pointer;
}

.teacherInfo .teacherDetail {
    width: 100%;
    height: 3rem;
    overflow-y: auto;
}

.teacherInfo .teacherDetail .teacher-name {
    font-size: 0.28rem;
    font-weight: bold;
}

.teacherInfo .teacherDetail .teacher-title {
    margin-left: 0.3rem;
    width: 2rem;
    line-height: 0.36rem;
    font-size: 0.22rem;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
    background: url(/Customer/img/test/test-p5-title.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.teacherInfo .teacher-synopsis {
    font-size: 0.16rem;
    color: #4e5568;
    line-height: 0.36rem;
    margin-top: 0.3rem;
}

.teacher-wrap {
    width: 12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.5rem;
}

.teacher-wrap #left,
.teacher-wrap #right {
    cursor: pointer;
}

.teacher-wrap #left {
    margin-right: 0.2rem;
}

.teacher-wrap #right {
    margin-left: 0.2rem;
}

.teacher-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0.1rem;
    overflow-x: auto;
    justify-content: center;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none
}

.teacher-list::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
}

.teacher-list .teacher-item {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 100%;
    border: 0.03rem solid #b4b3d2;
    background-color: #f8f8ff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0.25rem;
}

.teacher-list .teacher-item.active {
    position: relative;
    border-color: #5653f0;
}

.teacher-list .teacher-item.active::after {
    position: absolute;
    content: ' ';
    width: 0.22rem;
    height: 0.1rem;
    top: -0.02rem;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    background: url(/Customer/img/test/test-p5-current.png) no-repeat;
    background-size: 100% 100%;
}

.teacher-list img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer-content {
    max-width: 19.2rem;
    overflow: hidden;
    /*background: url(/Customer/img/test/test-bg3.png) no-repeat;*/
    background-size: 100% 100%;
    position: relative;
}

    .footer-content .power {
        width: 11.82rem;
        /*height: 5.85rem;*/
        /*background: url("/Customer/image/career/test-p6-line.png") no-repeat;*/
        /*background-size: 100% 100%;*/
        margin: .2rem auto 0;
        overflow: hidden;
        padding-top: .2rem;
    }

        .footer-content .power .power-box {
            width: 3.7rem;
            /*height: 2.77rem;*/
            box-shadow: 0 0 8px rgba(213, 213, 213, 0.36);
            text-align: center;
            padding-top: .3rem;
            margin-bottom: .3rem;
            float: left;
            padding-bottom: .25rem;
            transition: all .3s;
        }
.footer-content .power .power-box:hover {
    transform: translateY(-10px);
}

.footer-content .power-box div {
    margin-top: .37rem;
    font-size: .24rem;
    color: #1c2f45;
}

    .footer-content .power-box p {
        margin-top: .15rem;
        font-size: .18rem;
        color: #757575;
    }

.mr {
    margin-right: .36rem;
}
.footer-content>div {
    padding-bottom: 0.6rem;
}

.footer-content .blockList {
    position: relative;
    width: 12rem;
}

.footer-content .line {
    width: 10.53rem;
    margin: 0 auto;
    display: block;
}

.footer-content .item {
    width: 2rem;
    height: 1.7rem;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/Customer/img/test/test-p6-bg2.png);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-filter: FlipH;
    filter: FlipH;
    text-align: center;
}

.footer-content .item span {
    line-height: 0.24rem;
    font-size: 0.16rem;
    color: #fff;
    display: none;
    width: 1.5rem;
}

.footer-content .item p {
    font-size: 0.22rem;
    color: #fff;
    position: relative;
    padding-bottom: 0.16rem;
}

.footer-content .item p::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 0.2rem;
    height: 1Px;
    background-color: #fff;
}

.footer-content .item img {
    width: 0.3rem;
    height: 0.3rem;
    margin-bottom: 0.2rem;
}

.footer-content .item:nth-of-type(1) {
    left: 0.77rem;
    bottom: 1.68rem;
}

.footer-content .item:nth-of-type(2) {
    left: 2.47rem;
    bottom: 0.76rem;
}

.footer-content .item:hover span,
.footer-content .item:hover p {
    -webkit-animation: unflipx 1s forwards;
    animation: unflipx 1s forwards;
}

.footer-content .item:hover span {
    display: block;
}

.footer-content .item:hover p {
    display: none;
}

.footer-content .item:hover img {
    display: none;
}

.footer-content .item:nth-of-type(3) {
    left: 4.15rem;
    bottom: 1.68rem;
    background-image: url(/Customer/img/test/test-p6-bg2.png);
}

.footer-content .item:nth-of-type(4) {
    left: 5.85rem;
    bottom: 0.76rem;
    background-image: url(/Customer/img/test/test-p6-bg2.png);
}

.footer-content .item:nth-of-type(5) {
    left: 7.5rem;
    bottom: 1.68rem;
    background-image: url(/Customer/img/test/test-p6-bg3.png);
}

.footer-content .item:nth-of-type(6) {
    left: 9.23rem;
    bottom: 0.76rem;
    background-image: url(/Customer/img/test/test-p6-bg3.png);
}

/*.footer-content .item:hover {
    -webkit-animation: flipx 1s forwards;
    animation: flipx 1s forwards;
}*/

.footer-content .footer-img {
    width: 100%;
}

.footer-content2 {
    width: 100%;
    /*background: url(/Customer/img/test/test-bg4.png) no-repeat;*/
    background-size: 100% 100%;
}

@-webkit-keyframes flipx {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        background-image: url(/Customer/img/test/index-25.png);
    }
}

@keyframes flipx {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        background-image: url(/Customer/img/test/index-25.png);
    }
}

@-webkit-keyframes unflipx {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }
}

@keyframes unflipx {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }
}

.test-object {
    width: 12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.test-object .test-object-item {
    height: 3.57rem;
    width: 3.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0.3rem 0.2rem;
    box-shadow: 0 0 7px rgba(213,213,213,0.36);
}

.test-object .test-object-item:nth-of-type(1) {
    background-image: url(/Customer/img/test/test-p7-img1.png);
}

.test-object .test-object-item:nth-of-type(2) {
    background-image: url(/Customer/img/test/test-p7-img2.png);
}

.test-object .test-object-item:nth-of-type(3) {
    background-image: url(/Customer/img/test/test-p7-img3.png);
}

.test-object .test-object-item p {
    color: #202b47;
    text-align: center;
}

.test-object .test-object-item p:nth-of-type(1) {
    font-size: 0.16rem;
    line-height: 0.28rem;
    margin-bottom: 0.12rem;
}

.test-object .test-object-item p:nth-of-type(2) {
    font-size: 0.24rem;
}

/*.test-object .test-object-item:hover {
    -webkit-animation: jump 1s forwards;
    animation: jump 1s forwards;
}*/

@-webkit-keyframes jump {
    from {
        bottom: 0;
    }
    to {
        bottom: 0.1rem;
    }
}

@keyframes jump {
    from {
        bottom: 0;
    }
    to {
        bottom: 0.1rem;
    }
}