* {
    margin: 0;
    padding: 0;
}

#app {
    height: auto;
    background: #b20025;
}

.container {
    margin-bottom: 1.6rem;
}

.content {
    width: 10rem;
    min-height: 100vh;
    height: auto;
    background: #b20025;
    display: inline-block;
    margin: 1.17333333rem auto 0;
}

    .content .box_search {
        margin: 0.26666667rem auto 0;
    }
.box_time_sort2 {
    width: 10rem;
    height: 1.17333333rem;
    background: #ffffff;
}
.box_time_sort {
    width: 10rem;
    height: 1.17333333rem;
    background: #ffffff;
    position: fixed;
    top: 1.17333333rem;
    left: calc(50vw - 5rem);
    z-index: 1000000;
}

    .box_time_sort .item_sort {
        height: 1.17333333rem;
        overflow-y: hidden;
    }

        .box_time_sort .item_sort .ul_sort {
            width: 10rem;
            height: 1.17333333rem;
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            align-content: center;
            justify-content: flex-start;
            overflow-x: scroll;
            padding: 0 0 0.66666667rem 0;
        }

            .box_time_sort .item_sort .ul_sort .li-item {
                color: #333333;
                text-align: center;
                width: 2rem;
                position: relative;
            }

                .box_time_sort .item_sort .ul_sort .li-item .view {
                    width: 2rem;
                    height: 1.17333333rem;
                    line-height: 1.17333333rem;
                    font-size: 0.37333333rem;
                    font-family: PingFangSC-Regular, PingFang SC;
                    font-weight: 400;
                }

            .box_time_sort .item_sort .ul_sort .active {
                color: #ce000c;
            }

                .box_time_sort .item_sort .ul_sort .active:after {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0.6rem;
                    width: 0.69333333rem;
                    height: 0.10666667rem;
                    background: #e02020;
                }

.box_part1 {
    width: 9.36rem;
    height: 3.62666667rem;
    background-size: 100% 100%;
    margin: 0.26666667rem auto 0;
    background-image: url("/ViewScripts/FtbNew/static/img/quality/introduction_authority.png");
}

    .box_part1 .top {
        width: 7.25333333rem;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        height: 1.09333333rem;
    }

        .box_part1 .top span {
            height: 0.44rem;
            font-size: 0.32rem;
            font-family: PingFangSC-Medium, PingFang SC;
            font-weight: 500;
            color: #ffffff;
            line-height: 0.44rem;
            letter-spacing: 0.13333333rem;
        }

            .box_part1 .top span.two {
                text-align: right;
            }

    .box_part1 .bottom {
        width: 8.72rem;
        height: 2.04rem;
        margin: 0.4533333333rem auto 0;
        /*line-height: 0.3rem;*/
        line-height: 0.15rem;
    }

        .box_part1 .bottom .txt01 {
            font-size: 0.26666667rem;
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400;
            color: #e64646;
            line-height: 0.44rem;
        }

        .box_part1 .bottom .more {
            margin: 0.1rem 0 0 0.06666667rem;
            display: inline-block;
        }

            .box_part1 .bottom .more .box_more {
                height: 0.2rem;
                display: flex;
                align-items: center;
                align-content: center;
                justify-content: flex-start;
            }

            .box_part1 .bottom .more .moreTxt {
                font-size: 0.26666667rem;
                font-family: PingFangSC-Regular, PingFang SC;
                font-weight: 400;
                color: #999999;
                margin: 0 0.04rem 0 0;
            }

            .box_part1 .bottom .more .morePic {
                width: 0.473333rem;
                /* height: 0.17333333rem; */
            }

.box_part2 {
    width: 10rem;
    height: 2.13333333rem;
    background-size: 100% 100%;
    margin: 0rem auto 0;
    background-image: url("/ViewScripts/FtbNew/static/img/quality/list_banner_signup.png");
}

.box_part {
    text-align: center;
    height: 7.01333333rem;
}

    .box_part .title {
        width: 4rem;
        display: inline-block;
        font-size: 0.42666667rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        line-height: 1.33333333rem;
        margin: auto;
        text-align: center;
        position: relative;
        color: #ffffff;
    }

        .box_part .title:before {
            position: absolute;
            content: '';
            background-size: 100% 100%;
            background-image: url(/ViewScripts/FtbNew/static/img/title_img_right.png);
            width: 1.85333333rem;
            height: 0.21333333rem;
            top: 0.5rem;
            left: -2.13333333rem;
        }

        .box_part .title:after {
            content: '';
            background-image: url(/ViewScripts/FtbNew/static/img/title_img_left.png);
            background-size: 100% 100%;
            position: absolute;
            width: 1.85333333rem;
            height: 0.21333333rem;
            top: 0.5rem;
            right: -2.13333333rem;
        }

    .box_part .box_swiper2 {
        margin: 0rem auto 0;
        width: 9.36rem;
        height: 5.36rem;
    }

    .box_part .swiper-container {
        width: 100%;
        height: 100%;
    }

        .box_part .swiper-container .swiper-wrapper {
            width: 100%;
            height: 100%;
        }

            .box_part .swiper-container .swiper-wrapper .swiper-slide {
                width: 100%;
                height: 100%;
                position: relative;
                display: inline-block;
            }

                .box_part .swiper-container .swiper-wrapper .swiper-slide .box_title {
                    position: absolute;
                    left: 0;
                    top: 0rem;
                    z-index: 10;
                    width: 100%;
                    height: 0.96rem;
                }

                    .box_part .swiper-container .swiper-wrapper .swiper-slide .box_title .detail_title {
                        background-image: url(/ViewScripts/FtbNew/static/img/introduction_img_standard.png);
                        width: 7rem;
                        height: 0.96rem;
                        background-size: 100% 100%;
                        margin: auto;
                        display: flex;
                        align-items: center;
                        align-content: center;
                        flex-wrap: nowrap;
                        justify-content: center;
                    }

                        .box_part .swiper-container .swiper-wrapper .swiper-slide .box_title .detail_title .txt {
                            max-width: 5.706667rem;
                            height: 0.96rem;
                            font-size: 0.42666667rem;
                            font-family: PingFangSC-Medium, PingFang SC;
                            font-weight: 500;
                            color: #ffffff;
                            line-height: 0.96rem;
                            letter-spacing: 1px;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            display: inline-block;
                        }

                        .box_part .swiper-container .swiper-wrapper .swiper-slide .box_title .detail_title .pic {
                            width: 0.26666667rem;
                            height: 0.26666667rem;
                        }

                .box_part .swiper-container .swiper-wrapper .swiper-slide .box_procontent {
                    width: 9.36rem;
                    height: 4.70666667rem;
                    background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
                    border-radius: 0.26666667rem;
                    margin: 0.21333333rem auto 0;
                    position: relative;
                }

                    .box_part .swiper-container .swiper-wrapper .swiper-slide .box_procontent .pic01 {
                        width: 9.36rem;
                        height: 1.41333333rem;
                        position: absolute;
                        bottom: 0;
                        left: 0rem;
                    }

                    .box_part .swiper-container .swiper-wrapper .swiper-slide .box_procontent .box_pro {
                        width: 7.92rem;
                        display: flex;
                        flex-wrap: nowrap;
                        position: absolute;
                        justify-content: space-between;
                        bottom: 0.94666667rem;
                        left: 0.72rem;
                    }

                        .box_part .swiper-container .swiper-wrapper .swiper-slide .box_procontent .box_pro img {
                            width: 2.21333333rem;
                            border-radius: 0.13333333rem;
                            height: 2.04rem;
                        }

                    .box_part .swiper-container .swiper-wrapper .swiper-slide .box_procontent .box_proName {
                        width: 7.92rem;
                        display: flex;
                        flex-wrap: nowrap;
                        position: absolute;
                        justify-content: space-between;
                        align-items: center;
                        align-content: center;
                        height: 0.64rem;
                        bottom: 0.15rem;
                        left: 0.72rem;
                    }
                        .box_part .swiper-container .swiper-wrapper .swiper-slide .box_procontent .box_proName div.pro01 {
                            height: 0.64rem;
                            display: flex;
                            align-items: center;
                            align-content: center;
                            justify-content: center;
                        }
                        .box_part .swiper-container .swiper-wrapper .swiper-slide .box_procontent .box_proName span {
                            width: 2.13333333rem;
                            height: 0.64rem;
                            background: rgba(255, 255, 255, 0.8);
                            border-radius: 0.32rem;
                            border: 0.01333333rem solid #ffeac5;
                            font-size: 0.32rem;
                            font-family: PingFangSC-Regular, PingFang SC;
                            font-weight: 400;
                            color: #ad732e;
                            line-height: 0.64rem;
                            display: inline-block;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            position: relative;
                        }

                            .box_part .swiper-container .swiper-wrapper .swiper-slide .box_procontent .box_proName span:before {
                                width: 0.13rem;
                                height: 0.13rem;
                                background: rgba(255,255,255,0.73);
                                border: 0.07rem solid #F1CC67;
                                position: absolute;
                                left: 0;
                                top: 0;
                            }

        .box_part .swiper-container .swiper-pagination {
            bottom: 0rem;
            position: absolute;
        }

            .box_part .swiper-container .swiper-pagination .swiper-pagination-bullet {
                width: 0.10666667rem;
                height: 0.10666667rem;
                background: #ffffff;
                border-radius: 0.05333333rem;
                opacity: 0.59;
            }

            .box_part .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
                width: 0.48rem;
                height: 0.10666667rem;
                background: #ffffff;
                border-radius: 0.05333333rem;
            }

.box_brandList {
    margin: auto;
    text-align: center;
}

.searchAll {
    width: 9.36rem;
    height: 0.85333333rem;
    background: #ffffff;
    border-radius: 0.13333333rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 3.33333333rem;
}

    .searchAll p {
        height: 0.42666667rem;
        font-size: 0.32rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
        line-height: 0.42666667rem;
    }

    .searchAll img {
        width: 0.26666667rem;
        height: 0.26666667rem;
    }


.searchMore {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(51,51,51,0.7);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .searchMore p {
        padding: 0.5rem 0.7rem;
        width: 6rem;
        height: auto;
        max-height: 7rem;
        overflow-y: scroll;
        background-color: #ffffff;
        border-radius: 0.2rem;
        text-indent: 2em;
        color: rgba(102,102,102,1);
        font-size: 0.35rem;
        line-height: 0.6rem;
    }

.box_loading .box_more_data3 {
    color: #E4BA83 !important;
}
