* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif, "瀹嬩綋";
}

input:focus,
textarea:focus {
    outline: none;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

li {
    list-style: none;
}

.location {
    position: absolute;
}

body {
    max-width: 10rem;
    margin: auto;
    overflow-x: hidden;
}

.container {
    text-align: center;
    width: 10rem;
    max-width: 10rem;
    overflow: hidden;
    margin: auto;
    padding: 0rem 0rem 2.66666667rem 0rem;
}

.headerBanner {
    width: 10rem;
    height: 6.4rem;
    position: absolute;
    top: 0;
    left: calc(50vw - 5rem);
    object-fit: cover;
    z-index: -1;
}

.box_list {
    background-color: #ffffff;
    margin: 0;
    border-top-left-radius: 0.34666667rem;
    border-top-right-radius: 0.34666667rem;
    margin: 5.06666667rem auto 0;
    height: 3.17333333rem;
    overflow-y: hidden;
}

    .box_list .content_list {
        display: flex;
        height: 3.17333333rem;
        flex-wrap: nowrap;
        align-items: center;
        align-content: center;
        overflow-y: scroll;
        padding: 0rem 0rem 1.33333333rem 0.4rem;
    }

        .box_list .content_list .item {
            width: 1.93333333rem;
            height: 1.89333333rem;
            margin: 0rem 0.2rem 0rem 0rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-content: center;
            align-items: center;
            position: relative;
        }

        .box_list .content_list a {
            display: flex;
            width: 1.93333333rem;
            flex-wrap: wrap;
            justify-content: center;
        }

        .box_list .content_list .item .head {
            width: 1.30666667rem;
            height: 1.30666667rem;
            border-radius: 50%;
            object-fit: cover;
        }

        .box_list .content_list .item .head01 {
            border: 0.05333333rem solid #F29B76;
        }

        .box_list .content_list .item .head02 {
            border: 0.05333333rem solid #919BEA;
        }

        .box_list .content_list .item .head03 {
            border: 0.05333333rem solid #e6e6e6;
        }

        .box_list .content_list .item .status {
            width: 1.17333333rem;
            height: 0.37333333rem;
            font-size: 0.24rem;
            color: #ffffff;
            border-radius: 0.18666667rem;
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: center;
            position: absolute;
            top: 0.96rem;
        }

            .box_list .content_list .item .status .circle {
                width: 0.08rem;
                height: 0.08rem;
                margin: 0rem 0.10666667rem 0rem 0rem;
                border-radius: 50%;
                background-color: #ffffff;
            }

        .box_list .content_list .item .status01 {
            background-color: #F29B76;
        }

        .box_list .content_list .item .status02 {
            background-color: #919BEA;
        }

        .box_list .content_list .item .status03 {
            background-color: #e8e8e8;
        }

        .box_list .content_list .item .txt {
            font-size: 0.32rem;
            color: #010101;
            overflow: hidden;
            /*瓒呭嚭閮ㄥ垎闅愯棌*/
            text-overflow: ellipsis;
            /* 瓒呭嚭閮ㄥ垎鏄剧ず鐪佺暐鍙� */
            white-space: nowrap;
            /*瑙勫畾娈佃惤涓殑鏂囨湰涓嶈繘琛屾崲琛� */
            max-width: 1.93333333rem;
            /*闇€瑕侀厤鍚堝搴︽潵浣跨敤*/
            text-align: left;
            font-family: Microsoft YaHei;
            font-weight: 400;
        }

        .box_list .content_list .item:last-child {
            padding: 0rem 0.4rem 0rem 0rem;
        }

.content_view {
    width: 9.6rem;
    height: 5.18666667rem;
    position: relative;
    margin: auto;
    text-align: center;
}

    .content_view .swiper-container {
        width: 100%;
        height: 100%;
    }

        .content_view .swiper-container .swiper-wrapper .swiper-slide {
            width: 9.6rem;
            height: 5.18666667rem;
            margin-top: 0.2rem;
            display: flex;
            justify-content: center;
        }

            .content_view .swiper-container .swiper-wrapper .swiper-slide img {
                width: 9.2rem;
                height: 4.98666667rem;
                object-fit: cover;
            }

    .content_view img {
        width: 9.2rem;
        height: 4.98666667rem;
        object-fit: cover;
    }

    .content_view .Viewstatus {
        z-index: 1000;
        background-color: #919BEA;
    }

.content_Preview {
    margin: 0.90666667rem auto 0;
    width: 10rem;
}

    .content_Preview .swiper-container {
        width: 100%;
        height: 100%;
    }

    .content_Preview .box_title {
        width: 9.2rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        margin: auto;
    }

        .content_Preview .box_title .left {
            font-size: 0.48rem;
            color: #31313A;
            height: 0.45333333rem;
            line-height: 0.45333333rem;
            font-family: PingFang SC;
            font-weight: bold;
            padding: 0rem 0rem 0rem 0.21333333rem;
            position: relative;
        }

            .content_Preview .box_title .left .line {
                width: 0.08rem;
                height: 0.48rem;
                background-color: #919BEA;
                border-radius: 0.02666667rem;
                position: absolute;
                top: 0rem;
                left: 0rem;
            }

        .content_Preview .box_title .search img {
            width: 0.53333333rem;
            height: 0.53333333rem;
        }

    .content_Preview .preview {
        height: 1.73333333rem;
        width: 10rem;
        margin: 0.64rem auto 0;
        overflow: hidden;
    }

        .content_Preview .preview .box_preview {
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            align-content: center;
            overflow-y: scroll;
            width: auto;
            padding: 0rem 0rem 1.33333333rem 0.4rem;
        }

            .content_Preview .preview .box_preview .item .box_li {
                margin: 0rem 0.26666667rem 0rem 0rem;
                height: 1.6rem;
                padding: 0rem 0.16rem 0rem 0.16rem;
                background: #ffffff;
                border: 1px dotted #919BEA;
                border-radius: 0.13333333rem;
                color: #ffffff;
                flex-wrap: wrap;
                align-content: center;
                align-items: center;
                justify-content: center;
            }

                .content_Preview .preview .box_preview .item .box_li .top {
                    display: flex;
                    flex-wrap: nowrap;
                    align-content: center;
                    align-items: center;
                    justify-content: center;
                    margin-top: 0.1rem;
                }

                    .content_Preview .preview .box_preview .item .box_li .top .txt1 {
                        font-size: 0.37333333rem;
                        color: #919BEA;
                        font-family: Microsoft YaHei;
                        font-weight: bold;
                    }

                    .content_Preview .preview .box_preview .item .box_li .top .txt2 {
                        font-size: 0.32rem;
                        color: #919BEA;
                        font-family: Microsoft YaHei;
                        font-weight: 400;
                        margin-left: 0.1rem;
                    }

                .content_Preview .preview .box_preview .item .box_li .bottom {
                    margin: 0.1rem auto 0;
                    width: 2.7rem;
                    height: 0.61333333rem;
                    font-size: 0.37333333rem;
                    color: #919BEA;
                    border: 1px dotted #919BEA;
                    border-radius: 0.08rem;
                    font-family: Microsoft YaHei;
                    font-weight: bold;
                }

            .content_Preview .preview .box_preview .active .box_li {
                border: 1px dotted #ffffff;
                border-radius: 0.13333333rem;
                background-color: #919BEA;
            }

                .content_Preview .preview .box_preview .active .box_li p,
                .content_Preview .preview .box_preview .active .box_li span {
                    color: #ffffff !important;
                }

                .content_Preview .preview .box_preview .active .box_li .bottom {
                    border: 1px dotted #ffffff;
                }

            .content_Preview .preview .box_preview .item:last-child {
                padding: 0rem 0.13333333rem 0rem 0rem;
            }

.recommend p.title {
    font-size: 0.42666667rem;
    color: #31313A;
    width: 100%;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin: 0.53333333rem auto 0;
}

.recommend .recomList {
    width: 9.2rem;
    margin: 0.61333333rem auto 0;
}

    .recommend .recomList .item {
        width: 9.2rem;
        height: 2.96rem;
        background: #ffffff;
        box-shadow: 0.05333333rem 0.05333333rem 0.26666667rem 0px rgba(0, 0, 0, 0.08);
        border-radius: 0.08rem;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        margin: 0 0 0.3rem 0;
    }

        .recommend .recomList .item .left {
            margin: 0rem 0rem 0rem 0.26666667rem;
            width: 3.22666667rem;
            height: 2.37333333rem;
        }

            .recommend .recomList .item .left img {
                width: 3.22666667rem;
                height: 2.37333333rem;
                object-fit: cover;
            }

        .recommend .recomList .item .right {
            display: flex;
            width: 6rem;
            align-content: space-between;
            justify-content: flex-start;
            flex-wrap: wrap;
            margin: 0rem 0rem 0rem 0.26666667rem;
            height: 2.37333333rem;
        }

            .recommend .recomList .item .right .one {
                /* height: 2rem; */
                /* display: flex; */
                /* flex-wrap: wrap; */
                /* align-content: space-between; */
            }

                .recommend .recomList .item .right .one .txt1 {
                    font-size: 0.37333333rem;
                    color: #333333;
                    font-family: Microsoft YaHei;
                    font-weight: bold;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                    width: 4.77333333rem;
                    text-align: left;
                    width: 5.06666667rem;
                }

                .recommend .recomList .item .right .one .txt2 {
                    font-size: 0.24rem;
                    color: #999999;
                    text-align: left;
                    width: 97%;
                }

            .recommend .recomList .item .right .two {
                /* width: 4.226667rem; */
                /* display: flex; */
                /* justify-content: flex-end; */
                /* align-items: center; */
                /* flex-wrap: nowrap; */
                /* margin: 0.2rem auto 0; */
                width: 5.026667rem;
                display: flex;
                justify-content: flex-end;
                align-items: center;
                flex-wrap: nowrap;
                /* display: none !important; */
            }

                .recommend .recomList .item .right .two .txt3 {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-wrap: nowrap;
                    font-size: 0.24rem;
                    color: #999999;
                    display: none;
                }

                    .recommend .recomList .item .right .two .txt3 .boxCircle {
                        width: 0.26666667rem;
                        height: 0.26666667rem;
                        border: 0.02666667rem solid #a0a0a0;
                        border-radius: 50%;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        margin: 0rem 0.10666667rem 0rem 0rem;
                    }

                        .recommend .recomList .item .right .two .txt3 .boxCircle .circle {
                            width: 0.13333333rem;
                            height: 0.13333333rem;
                            border-radius: 50%;
                            background-color: #A0A0A0;
                        }

                .recommend .recomList .item .right .two .btn {
                    font-size: 0.32rem;
                    min-width: 1.06666667rem;
                    padding: 0rem 0.13333333rem 0rem 0.13333333rem;
                    height: 0.66666667rem;
                    line-height: 0.66666667rem;
                    border-radius: 0.13333333rem;
                    color: #ffffff;
                    font-family: Microsoft YaHei;
                    font-weight: 400;
                    text-align: center;
                    letter-spacing: 0.02666667rem;
                }

                .recommend .recomList .item .right .two .btn01 {
                    font-size: 0.32rem;
                    color: #ffffff;
                    background: #cdcdcd;
                }

                .recommend .recomList .item .right .two .btn02 {
                    background-color: #919BEA;
                    /* margin: 0 0.2rem 0 0; */
                }

                .recommend .recomList .item .right .two .btn03 {
                    background-color: #919BEA;
                }

                .recommend .recomList .item .right .two .btn04 {
                    background-color: #919BEA;
                    display: flex;
                    flex-wrap: nowrap;
                    justify-content: center;
                    align-content: center;
                    align-items: center;
                }

                    .recommend .recomList .item .right .two .btn04 .box_line {
                        display: flex;
                        align-items: center;
                        align-content: center;
                        margin: 0rem 0.05333333rem 0rem 0rem;
                    }

                        .recommend .recomList .item .right .two .btn04 .box_line li {
                            width: 0.02666667rem;
                            background-color: #ffffff;
                            margin: 0rem 0.05333333rem 0rem 0rem;
                        }

                        .recommend .recomList .item .right .two .btn04 .box_line .line01 {
                            height: 0.26666667rem;
                            animation: mymove2 1.5s infinite;
                            -moz-animation: mymove2 1.5s infinite;
                            /* Firefox */
                            -webkit-animation: mymove2 1.5s infinite;
                            /* Safari and Chrome */
                            -o-animation: mymove2 1.5s infinite;
                            /* Opera */
                        }

                        .recommend .recomList .item .right .two .btn04 .box_line .line02 {
                            height: 0.26666667rem;
                            animation: mymove2 2s infinite;
                            -moz-animation: mymove2 2s infinite;
                            /* Firefox */
                            -webkit-animation: mymove2 2s infinite;
                            /* Safari and Chrome */
                            -o-animation: mymove2 2s infinite;
                            /* Opera */
                        }

                        .recommend .recomList .item .right .two .btn04 .box_line .line03 {
                            height: 0.26666667rem;
                            animation: mymove2 1s infinite;
                            -moz-animation: mymove2 1s infinite;
                            /* Firefox */
                            -webkit-animation: mymove2 1s infinite;
                            /* Safari and Chrome */
                            -o-animation: mymove2 1s infinite;
                            /* Opera */
                        }

@keyframes mymove2 {
    0% {
        height: 0.26666667rem;
    }

    50% {
        height: 0.13333333rem;
    }

    100% {
        height: 0.26666667rem;
    }
}

@-moz-keyframes mymove2 {
    /* Firefox */
    0% {
        height: 0.26666667rem;
    }

    50% {
        height: 0.13333333rem;
    }

    100% {
        height: 0.26666667rem;
    }
}

@-webkit-keyframes mymove2 {
    /* Safari and Chrome */
    0% {
        height: 0.26666667rem;
    }

    50% {
        height: 0.13333333rem;
    }

    100% {
        height: 0.26666667rem;
    }
}

@-o-keyframes mymove2 {
    /* Opera */
    0% {
        height: 0.26666667rem;
    }

    50% {
        height: 0.13333333rem;
    }

    100% {
        height: 0.26666667rem;
    }
}

.all_View {
    margin: 1.04rem auto 0;
}

    .all_View .box_title {
        width: 9.2rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        margin: auto;
    }

        .all_View .box_title .left {
            font-size: 0.48rem;
            color: #31313A;
            height: 0.45333333rem;
            line-height: 0.45333333rem;
            font-family: PingFang SC;
            font-weight: bold;
            padding: 0rem 0rem 0rem 0.21333333rem;
            position: relative;
        }

            .all_View .box_title .left .line {
                width: 0.08rem;
                height: 0.48rem;
                background-color: #919BEA;
                border-radius: 0.02666667rem;
                position: absolute;
                top: 0rem;
                left: 0rem;
            }

        .all_View .box_title .search img {
            width: 0.53333333rem;
            height: 0.53333333rem;
        }

    .all_View .box_view {
        width: 9.2rem;
        margin: 0.96rem auto 0;
        display: flex;
        flex-wrap: wrap;
        justify-items: flex-start;
    }

        .all_View .box_view .item:nth-child(2n+1) {
            margin: 0rem 0.13333333rem 0rem 0rem;
        }

        .all_View .box_view .item {
            width: 4.48rem;
            height: 5.44rem;
            background: #ffffff;
            border: 0.02666667rem solid #e4e4e4;
            margin-bottom: 0.26666667rem;
            position: relative;
        }

            .all_View .box_view .item .status {
                top: 0.21333333rem;
                left: 0.21333333rem;
                height: 0.4rem;
                line-height: 0.4rem;
                padding: 0rem 0.13333333rem 0rem 0.26666667rem;
                position: absolute;
                border-radius: 0.05333333rem;
                display: flex;
                flex-wrap: nowrap;
                align-items: center;
                align-content: center;
                justify-content: flex-start;
            }

                .all_View .box_view .item .status .circle {
                    border-radius: 50%;
                    width: 0.13333333rem;
                    height: 0.13333333rem;
                    margin: 0rem 0.05333333rem 0rem 0rem;
                    background-color: #ffffff;
                }

                .all_View .box_view .item .status span {
                    font-size: 0.26666667rem;
                    color: #ffffff;
                    height: 0.4rem;
                    line-height: 0.4rem;
                }

            .all_View .box_view .item .status01 {
                background: #919BEA;
            }

            .all_View .box_view .item .status02 {
                background: #F4AF38;
            }

            .all_View .box_view .item .status03 {
                background: #3393FF;
            }

            .all_View .box_view .item img.head {
                width: 4.48rem;
                height: 2.98666667rem;
                object-fit: cover;
            }

            .all_View .box_view .item .lock {
                width: 4.48rem;
                height: 2.98666667rem;
                position: absolute;
                top: 0;
                left: 0;
                display: flex;
                justify-content: center;
                align-content: center;
                align-items: center;
                background: rgba(0, 0, 0, 0.5);
            }

                .all_View .box_view .item .lock img {
                    width: 0.53333333rem;
                    height: 0.69333333rem;
                }

            .all_View .box_view .item .bottom {
                display: flex;
                flex-wrap: wrap;
                align-content: flex-start;
                align-items: flex-start;
                justify-items: center;
            }

                .all_View .box_view .item .bottom .txt1 {
                    font-size: 0.37333333rem;
                    color: #333333;
                    margin: 0.02666667rem auto 0;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                    width: 3.86666667rem;
                    text-align: left;
                    height: 1.1rem;
                }

                .all_View .box_view .item .bottom .box_bottom {
                    width: 3.86666667rem;
                    height: 0.66666667rem;
                    /* display: none !important; */
                    display: flex;
                    flex-wrap: nowrap;
                    align-items: center;
                    align-content: center;
                    justify-content: flex-start;
                    margin: auto;
                    margin: 0.29333333rem auto 0;
                }

                    .all_View .box_view .item .bottom .box_bottom .txt2 {
                        font-size: 0.26666667rem;
                        color: #999999;
                        font-family: PingFang SC;
                        font-weight: 500;
                        line-height: 23px;
                        /* display: none; */
                    }

                    .all_View .box_view .item .bottom .box_bottom .btn {
                        width: 1.6rem;
                        height: 0.66666667rem;
                        line-height: 0.66666667rem;
                        background: #ffffff;
                        border: 0.02666667rem solid #e2e2e2;
                        border-radius: 0.13333333rem;
                    }

                        .all_View .box_view .item .bottom .box_bottom .btn img {
                            width: 0.26666667rem;
                            height: auto;
                        }

                    .all_View .box_view .item .bottom .box_bottom .btn02 {
                        width: 1.6rem;
                        height: 0.66666667rem;
                        line-height: 0.66666667rem;
                        background-color: #919BEA;
                        border-radius: 0.13333333rem;
                        color: #ffffff;
                        font-size: 0.32rem;
                        display: none;
                    }

                        .all_View .box_view .item .bottom .box_bottom .btn02 img {
                            width: 0.26666667rem;
                            height: auto;
                        }

                    .all_View .box_view .item .bottom .box_bottom .activeBtn02 {
                        background: #cdcdcd;
                    }

                        .all_View .box_view .item .bottom .box_bottom .activeBtn02 span {
                            color: #ffffff !important;
                            font-size: 0.32rem;
                        }

                    .all_View .box_view .item .bottom .box_bottom .activeBtn span {
                        color: #919BEA !important;
                    }
