* {
    margin: 0;
    padding: 0;
}
.box_item_swiper1 {
    margin: 0 auto 0.32rem !important;
}
.container {
    background-color: #F8F8F8;
    min-height: 100vh;
    max-width: 10rem;
    overflow-x: hidden;
    margin: 0 auto 0rem;
}

    .container .content {
        background-color: #ffffff;
        margin: 1.17333333rem auto 0;
        padding-top: 0.01rem;
    }

.ft-text-scroll {
    margin: 0 0 0.26666667rem 0;
    padding-bottom: 0.26666rem;
}

.box_sort {
    width: 10rem;
    height: 0.8rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 0.26666667rem 0 0 0;
}

    .box_sort .title {
        height: 0.44rem;
        font-size: 0.32rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #303133;
        line-height: 0.44rem;
        width: 1.34666667rem;
        text-align: center;
        display: inline-block;
    }

    .box_sort .ul_sort {
        width: 8.65333333rem;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        align-content: center;
        overflow-x: scroll;
    }

        .box_sort .ul_sort .item {
            border: 1px solid blue;
            display: inline-block;
            text-align: center;
            padding: 0 0.37333333rem;
            height: 0.8rem;
            background: #f8f8f8;
            border-radius: 0.05333333rem;
            font-size: 0.37333333rem;
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400;
            color: #666666;
            line-height: 0.8rem;
            margin: 0 0.21333333rem 0 0;
            border: 0.01333333rem solid #f8f8f8;
        }

            .box_sort .ul_sort .item p {
                word-break: keep-all;
            }

        .box_sort .ul_sort .active {
            background: rgba(206, 0, 12, 0.06);
            border-radius: 0.05333333rem;
            border: 0.01333333rem solid #ce000c;
            color: #ce000c;
        }

    .box_sort .active {
        height: 0.8rem;
        background: rgba(206, 0, 12, 0.06);
        border-radius: 0.05333333rem;
        border: 0.01333333rem solid #ce000c;
        color: #ce000c;
    }

.box_search2 {
    width: 9.36rem;
    height: 0.90666667rem;
    background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
    background: #f8f8f8;
    border-radius: 0.45333333rem;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0.26666667rem auto 0;
}

    .box_search2 img {
        width: 0.42666667rem;
        height: 0.42666667rem;
        margin: 0 0.18666667rem 0 0.18666667rem;
    }

    .box_search2 p {
        height: 0.48rem;
        font-size: 0.37333333rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
        line-height: 0.48rem;
        text-align: left;
    }
/* #endif */
img {
    width: 100%;
    display: block;
}

.search_box {
    width: 0.46666667rem;
    height: 0.46666667rem;
    background-image: url(../static/img/status/share.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 0.42666667rem;
}

.openMore {
    height: 0.96rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0.16rem 0 0 0;
    /* #endif */
}

    .openMore img {
        width: 0.42666667rem;
        height: 0.42666667rem;
        margin: 0 0.10666667rem 0 0;
    }

    .openMore span {
        height: 0.42666667rem;
        font-size: 0.32rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
        line-height: 0.42666667rem;
    }

.wordList {
    display: inline-block;
    width: 10rem;
}

    .wordList .wordListItem {
        margin: 0rem auto 0;
    }


