.nwesDetail {
    margin-top: 1rem;
    padding-top: 0.7rem;
    padding-bottom: 1.08rem;
    background: var(--bg);
}

.crumbs {
    margin-top: 0 !important;
}
.text_title_box{
    display: flex;
    gap: 0.6rem;
    margin-top: 0.78rem;
}
.text_title_box .scale_box{
    width: 5.08rem;
    height: 3.38rem;
    border-radius: 0.2rem;
}
.text_title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.4rem;
    color: rgba(0, 0, 0, 0.85);
    /*text-align: center;*/
    margin-bottom: 0.73rem;
    margin-top: 0.47rem;
}

.text_info {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*gap: 0.86rem;*/
    /*margin-bottom: 0.19rem;*/
}

.text_info p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
    margin-bottom: 0.08rem;
}

.text {
    padding: 0.5rem 0;
    /*border-top: 0.01rem solid #DCDCDC;*/
    border-bottom: 0.01rem solid #DCDCDC;
    margin-bottom: 0.31rem;
}

.text_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text_p3 {
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.16rem;
    color: #9D9D9D;
    transition: 0.3s;
}

.text_prev {
    display: flex;
    align-items: center;
    width: fit-content;
}

.text_prev hr {
    height: 0.17rem;
    border: 0.01rem solid #949494;
    margin-left: 0.16rem;
    margin-right: 0.2rem;
}

.text_prev img {
    width: 0.1rem;
    height: 0.17rem;
    filter: grayscale(100%) brightness(150%);
}

.text_next {
    display: flex;
    align-items: center;
    width: fit-content;
}

.text_next img {
    width: 0.1rem;
    height: 0.17rem;
    transform: rotate(180deg);
    filter: grayscale(100%) brightness(150%);
    transition: 0.3s;
}

.text_next hr {
    height: 0.17rem;
    border: 0.01rem solid #949494;
    margin-left: 0.2rem;
    margin-right: 0.16rem;
}

.text_next:hover img,
.text_prev:hover img {
    filter: none;
}

.text_next:hover .text_p3,
.text_prev:hover .text_p3 {
    color: var(--hc);
}
@media (max-width:1200px){
    .nwesDetail .text img{
        max-width:100%;
            object-fit: contain;
            height: auto;
    }
    .text_title_box{
            display: flex;
    gap: 0.6rem;
    margin-top: 0.78rem;
    flex-wrap: wrap;
    justify-content: center;
    }
}