.testDetail__container {
    display: flex;
    flex-direction: column;
}

.testDetail__leftContainer {
    padding: 0.2rem;
    display: flex;
    flex-direction: column;
    background: #ffffff;
}

.hero__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero__banner {
    width: 100%;
    height: 2.47rem;
    object-fit: cover;
}

.hero__title {
    margin-top: 0.36rem;
    font-weight: bold;
    font-size: 0.48rem;
    color: #000000;
}

.hero__desc {
    margin-top: 0.32rem;
    font-weight: 400;
    font-size: 0.24rem;
    color: #666666;
}

.hero__tag {
    margin-top: 0.32rem;
    display: flex;
    align-items: center;
    gap: 0.24rem;
}

.hero__tagItem {
    font-weight: 400;
    font-size: 0.22rem;
    color: #3096FF;

    padding: 0.09rem 0.27rem;
    background: #F2FAFF;
    border-radius: 0.2rem;

}

.hero__starBtn {
    width: 4.78rem;
    height: 0.71rem;
    margin-top: 0.34rem;
    background: #1472FF;
    border-radius: 0.35rem;

    font-weight: 400;
    font-size: 0.32rem;
    color: #FFFFFF;
    transition: var(--default-transition);
}

.hero__starBtn:hover {
    background: #1c87ff;
    color: #FFFFFF;
}


.testDetail__img {
    width: 7.1rem;
    /*height: 26.72rem;*/
    margin-top: 0.49rem;
}

.testDetail__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user__evaluation {
    margin-top: 0.52rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.user__title {
    font-weight: bold;
    font-size: 0.4rem;
    color: #333333;
}

.typeScore__container {
    margin-top: 0.33rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.29rem;
    padding: 0 0.24rem;
}

.typeScore__item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.typeScore__itemTitle {
    font-weight: 400;
    font-size: 0.22rem;
    color: #1472ff;
    line-height: 0.09rem;
}

.typeScore__itemScore {
    width: 4.43rem;
    height: 0.18rem;
    background: #F4F6FB;
    border-radius: 0.09rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.typeScore__progressBar {
    height: 100%;
    background: #1472ff;
    transition: var(--default-transition);
}

.typeScore__itemNumber {
    font-weight: 400;
    font-size: 0.22rem;
    color: #405797;
    line-height: 0.09rem;
}

.userEvaluation__container {
    margin-top: 0.56rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.userEvaluation__item {
    padding: 0.22rem 0.18rem;
    background: #F8F9FF;
    border-radius: 0.12rem;

    display: flex;
    flex-direction: row;
}

.user__avatar {
    width: 0.88rem;
    height: 0.88rem;
    border-radius: 50%;
    object-fit: cover;
}

.userEvaluation__textContainer {
    margin-left: 0.27rem;
    display: flex;
    flex-direction: column;
}

.userEvaluation__text {
    font-weight: 400;
    font-size: 0.28rem;
    color: #333333;
}

.userEvaluation__date {
    margin-top: 0.1rem;
    font-weight: 400;
    font-size: 0.22rem;
    color: #999999;
}

.testDetail__rightContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* .hot_ranking {
    margin-top: 0.53rem;
    font-weight: bold;
    font-size: 0.36rem;
    color: #0F1829;
} */


.verticalBar {
    display: none;
}

.test__title {
    margin: auto;
}

.test__rankingList {
    width: 6.9rem;
}

.correlationTest__container {
    margin-top: 0.53rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.test__list {
    width: 6.9rem;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 0.18rem;

    margin-top: 0.46rem;
}

.test__itemWrap {
    width: 3.36rem;
    height: 3.06rem;
    background: #ffffff;
    box-shadow: 0rem 2px 4px 0rem rgba(109, 126, 161, 0.1);
    border-radius: 0.08rem;
    overflow: hidden;

    display: flex;
    flex-direction: column;
}

.test__itemImg {
    width: 100%;
    height: 1.76rem;
    border-radius: 0.08rem 0.08rem 0rem 0rem;
    overflow: hidden;
}

.test__itemImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.test__itemInfo {
    flex: 1;
}

.test__itemTitle {
    font-weight: 400;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.09rem;

    margin-left: 0.14rem;
    margin-top: 0.22rem;
}

.test__itemTextWrap {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 0.39rem;
    margin-left: 0.14rem;
    gap: 0.16rem;
}

.test__itemText {
    font-weight: 400;
    font-size: 0.22rem;
    color: #666666;
}

.test__itemBtn {
    position: absolute;
    top: 0.02rem;
    right: 0.21rem;

    /* height: 0.14rem; */
    color: #1472ff;
}

.test__itemBtn svg {
    width: 0.28rem;
    color: #1472ff;
}

.test__itemBtn .btn {
    display: none;
    transition: var(--default-transition);
}

.test__itemBtn .btn:hover {
    background-color: #1472ff;
    border-color: #1472ff;
    color: #ffffff;
}

/* PC 端样式（>750px 时） */
@media screen and (min-width: 750px) {
    .testDetail__container {
        flex-direction: row;
        justify-content: space-between;
        padding-top: 0.3rem;
    }

    .testDetail__leftContainer {
        width: 10.1rem;
        padding: 0;
        background: transparent;
    }

    .hero__container {
        background: #ffffff;
        padding: 0.24rem;
        border-radius: 0.18rem;
    }

    .hero__banner {
        height: 3.34rem;
    }

    .hero__title {
        margin-top: 0.45rem;
        font-size: 0.36rem;
    }

    .hero__desc {
        margin-top: 0.17rem;
        font-weight: 400;
        font-size: 0.18rem;
        color: #666666;
    }

    .hero__tag {
        margin-top: 0.3rem;
        gap: 0.2rem;
    }

    .hero__tagItem {
        font-size: 0.22rem;
        padding: 0.11rem 0.27rem;
        border-radius: 0.19rem;
    }

    .hero__starBtn {
        width: 4.78rem;
        height: 0.71rem;
        margin-top: 0.42rem;
        border-radius: 0.35rem;
        font-size: 0.24rem;
    }

    .testDetail__img {
        width: 100%;
        height: auto;
    }

    .user__evaluation {
        background: #ffffff;
        padding: 0.24rem;
        border-radius: 0.18rem;
        margin-top: 0.28rem;
    }

    .user__title {
        margin-top: 0.22rem;
        font-size: 0.24rem;
    }

    .typeScore__container {
        margin-top: 0.41rem;
        gap: 0.3rem;
    }

    .typeScore__item {
        justify-content: center;
        gap: 0.2rem;
    }

    .typeScore__itemTitle {
        font-size: 0.16rem;
    }

    .typeScore__itemScore {
        width: 4.91rem;
        height: 0.18rem;
    }

    .typeScore__itemNumber {
        font-size: 0.18rem;
    }

    .userEvaluation__item {
        padding: 0.15rem 0.17rem;
        background: #F8F9FF;
        border-radius: 0.12rem;

        display: flex;
        flex-direction: row;
    }

    .user__avatar {
        width: 0.65rem;
        height: 0.65rem;
    }

    .userEvaluation__textContainer {
        margin-left: 0.25rem;
    }

    .userEvaluation__text {
        font-size: 0.18rem;
    }

    .userEvaluation__date {
        font-size: 0.14rem;
    }


    .testDetail__rightContainer {
        width: 4.49rem;
    }

    .test__ranking {
        width: 100%;
        margin-top: 0;
        padding-top: 0.25rem;
        background: #ffffff;
    }

    .verticalBar {
        display: inline-block;
    }

    .test__title {
        margin-left: 0.14rem;
    }


    .test__rankingList {
        width: 100%;
    }

    .correlationTest__container {
        width: 100%;
        background: #fff;
        margin-top: 0.24rem;
        padding-top: 0.25rem;
        align-items: start;
        border-radius: 0.08rem;
        box-shadow: 0rem 2px 4px 0rem rgba(109, 126, 161, 0.1);
    }

    .test__list {
        /* margin-top: 0.3rem; */
        width: 100%;
        margin-top: 0.28rem;
        flex-direction: column;
        gap: 0.24rem;
    }

    .test__itemWrap {
        width: 4.06rem;
        height: auto;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        border-bottom: 1px solid #E6EAF1;
        padding-bottom: 0.28rem;
    }

    .test__itemImg {
        /* height: 1.9rem; */
        height: 2.14rem;
        border-radius: 0.1rem;
    }

    .test__itemTitle {
        font-size: 0.18rem;
        line-height: 0.18rem;

        margin-top: 0.3rem;
        margin-left: 0;
    }

    .test__itemTextWrap {
        margin-top: 0.18rem;
        margin-left: 0;
        gap: 0.19rem;
    }

    .test__itemInfo {
        display: flex;
        flex-direction: column;
    }

    .test__itemText {
        font-size: 0.14rem;
    }

    .test__itemBtn {
        top: -0.3rem;
        /* bottom: 0; */
    }

    .test__itemBtn svg {
        display: none;
    }

    .test__itemBtn .btn {
        display: block;
        font-weight: 400;
        font-size: 0.16rem;
        color: #1472ff;
        padding: 0.1rem 0.13rem;
        border-radius: 0.26rem;
        border: 1px solid #1472ff;
    }
}