* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif, "宋体";
}

input:focus,
textarea:focus,
select: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;
    font-family: sans-serif;
    position: relative;
}

.app_scroll {
    height: 100vh;
    overflow-y: hidden;
}

.box_beforeMount {
    position: fixed;
    top: 0rem;
    left: 0rem;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    filter: url(blur.svg#blur);
    /* FireFox, Chrome, Opera */
    -webkit-filter: blur(3px);
    /* Chrome, Opera */
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false);
}

.beforeMount {
    z-index: 1000;
    width: 100%;
    height: 100vh;
}

    .beforeMount img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0rem;
        left: 0rem;
        z-index: 1000;
    }

    .beforeMount p {
        width: 4.26666667rem;
        height: 1.2rem;
        border: 0.02666667rem solid #ffffff;
        border-radius: 0.61333333rem;
        font-size: 0.48rem;
        color: #ffffff;
        z-index: 100000000;
        text-align: center;
        line-height: 1.2rem;
        position: absolute;
        bottom: 1.54666667rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, 0.2);
    }

.banner_wrap {
    position: relative;
    overflow: hidden;
    z-index: 500000;
    width: 100%;
    /* banner底部按钮 */
    /* banner 分享按钮 */
}

    .banner_wrap .newsbanner {
        width: 100%;
    }

        .banner_wrap .newsbanner .box_banner {
            width: 10rem;
            height: 5.54666667rem;
        }

            .banner_wrap .newsbanner .box_banner img {
                width: 100%;
            }

    .banner_wrap .banner-bottom {
        position: absolute;
        top: 0rem;
        left: 0;
        right: 0;
        z-index: 200;
        color: #fff;
        font-size: 12px;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        .banner_wrap .banner-bottom .joined {
            margin-right: 4px;
            position: relative;
            display: flex;
            align-items: center;
        }

            .banner_wrap .banner-bottom .joined .icon {
                width: 0.29333333rem;
                height: 0.24rem;
                margin: 0rem 0.10666667rem 0rem 0rem;
            }

        .banner_wrap .banner-bottom .langwrap {
            width: 1.73333333rem;
            height: 0.61333333rem;
            background: #000000;
            border-radius: 11px;
            position: relative;
            text-align: center;
            line-height: 0.61333333rem;
        }

            .banner_wrap .banner-bottom .langwrap .box_langwrap {
                width: 1.73333333rem;
                height: 0.61333333rem;
                background: #000000;
                opacity: 0.3;
                border-radius: 11px;
                position: absolute;
                top: 0rem;
                left: 0rem;
            }

            .banner_wrap .banner-bottom .langwrap span {
                font-size: 0.32rem;
                color: #ffffff;
                text-align: center;
            }

    .banner_wrap .box_review {
        position: absolute;
        top: 0rem;
        left: 0;
        z-index: 200;
        color: #fff;
        font-size: 12px;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        .banner_wrap .box_review .btn {
            background-color: #F4AF38;
            height: 0.4rem;
            line-height: 0.4rem;
            padding: 0.08rem 0.13333333rem 0.08rem 0.13333333rem;
            font-size: 0.26666667rem;
            color: #ffffff;
            border-radius: 0.05333333rem;
        }

        .banner_wrap .box_review .view {
            padding: 0.08rem 0.13333333rem 0.08rem 0.13333333rem;
            height: 0.4rem;
            line-height: 0.4rem;
            background: rgba(0, 0, 0, 0.3);
            border-radius: 0.05333333rem;
            display: flex;
            align-content: center;
            justify-content: center;
            align-items: center;
        }

            .banner_wrap .box_review .view img {
                width: 0.26666667rem;
                height: auto;
                margin: 0rem 0.13333333rem 0rem 0rem;
            }

            .banner_wrap .box_review .view span {
                font-size: 0.26666667rem;
                color: #ffffff;
                height: 0.4rem;
                line-height: 0.4rem;
            }

    .banner_wrap .other.share {
        width: 0.88rem;
        height: 0.88rem;
        top: 0.26666667rem;
        right: 0.4rem;
        position: absolute;
        background: #000000;
        opacity: 0.3;
        border-radius: 50%;
        z-index: 10000;
    }

    .banner_wrap .shareicon {
        width: 0.42666667rem;
        height: 0.42666667rem;
        top: 0.48rem;
        right: 0.61333333rem;
        position: absolute;
        z-index: 10000;
    }

.banner_wrap_scroll {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
}

.w_tabs_warp {
    height: 1.06666667rem;
    line-height: 1.06666667rem;
}

.w_tabs {
    display: flex;
    white-space: nowrap;
    position: relative;
    overflow-x: auto;
    align-content: center;
    align-items: center;
}

.handle-bar {
    background-color: #fff;
    box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.06);
}

    .handle-bar .nav_tab .w_tab_item {
        flex: 1;
        text-align: center;
        position: relative;
        color: #9097a8;
        font-size: 0.37333333rem;
    }

    .handle-bar .nav_tab .w_tab_selected {
        font-size: 0.42666667rem;
        color: #000000;
    }

.tab_ink_bar {
    bottom: 0.10666667rem;
    transition: all 300ms cubic-bezier(0.35, 0, 0.25, 1) 0s;
    position: absolute;
    left: 0;
}

    .tab_ink_bar .ink_inner {
        width: 0.53333333rem;
        height: 0.08rem;
        background: #000000;
        border-radius: 0.05333333rem;
        margin: 0 auto;
    }

.live_box_scroll {
    height: calc(100vh - 6.61333333rem) !important;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.live_box ._content_one .box_sec {
    padding: 0.69333333rem 0rem 0.8rem 0.53333333rem;
    border-top: 0.26666667rem solid #f3f8fb;
}

    .live_box ._content_one .box_sec .title {
        margin: 0rem 0rem 0.64rem 0rem;
        font-size: 0.42666667rem;
        color: #31313a;
        font-weight: 800;
    }

    .live_box ._content_one .box_sec:first-child {
        border: none;
    }

.live_box ._content_one .noWidth_box_sec {
    padding: 0.69333333rem 0rem 0.8rem 0rem;
    border-top: 0.26666667rem solid #f3f8fb;
}

    .live_box ._content_one .noWidth_box_sec .title {
        font-size: 0.42666667rem;
        color: #31313a;
        font-weight: 800;
        margin: 0rem 0rem 0.64rem 0.53333333rem;
    }

.live_box ._content_one .part1-1 .Bigtitle {
    width: 9.33333333rem;
    font-size: 0.48rem;
    color: #000000;
}

.live_box ._content_one .part1-1 .time {
    font-size: 0.34666667rem;
    color: #999999;
    margin-top: 0.4rem;
}

.live_box ._content_one .part1-1 .address {
    font-size: 0.34666667rem;
    color: #999999;
    margin-top: 0.26666667rem;
    width: 9.33333333rem;
}

.live_box ._content_one .part1-1 .tel {
    font-size: 0.34666667rem;
    color: #999999;
    margin-top: 0.26666667rem;
    display: flex;
    align-items: center;
}

    .live_box ._content_one .part1-1 .tel .tel_txt {
        color: #576b95;
    }

    .live_box ._content_one .part1-1 .tel .tel_pic {
        width: 0.42666667rem;
        height: 0.42666667rem;
        margin: 0rem 0rem 0rem 0.16rem;
    }

.live_box ._content_one .part1-2 .txt {
    width: 8.58666667rem;
}

    .live_box ._content_one .part1-2 .txt p {
        font-size: 0.37333333rem;
        color: #606264;
        line-height: 0.64rem;
    }

.live_box ._content_one .part1-3 .box_scroll {
    overflow-y: hidden;
    height: 4rem;
}

    .live_box ._content_one .part1-3 .box_scroll ._scroll {
        width: 100%;
        height: 4rem;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -o-box;
        display: box;
        padding-bottom: 4.8rem;
    }

        .live_box ._content_one .part1-3 .box_scroll ._scroll .box_item:first-child {
            margin: 0rem 0rem 0rem 0.53333333rem;
        }

        .live_box ._content_one .part1-3 .box_scroll ._scroll .box_item:last-child {
            width: 3.86666667rem;
            text-align: left;
        }

            .live_box ._content_one .part1-3 .box_scroll ._scroll .box_item:last-child .item {
                width: 3.33333333rem;
            }

        .live_box ._content_one .part1-3 .box_scroll ._scroll .box_item .item {
            width: 3.33333333rem;
            height: 4rem;
            background: #ffffff;
            border: 0.02666667rem solid #f4f4f4;
            box-shadow: 0px 0.05333333rem 0.29333333rem 0rem rgba(7, 0, 2, 0.04);
            border-radius: 0.05333333rem;
            margin: 0rem 0.26666667rem 0rem 0rem;
            text-align: center;
            display: flex;
            justify-content: center;
            align-content: flex-start;
            align-items: flex-start;
            flex-wrap: wrap;
            box-sizing: border-box;
        }

            .live_box ._content_one .part1-3 .box_scroll ._scroll .box_item .item .head {
                width: 1.46666667rem;
                height: 1.46666667rem;
                border-radius: 50%;
                margin: 0.42666667rem auto 0;
            }

            .live_box ._content_one .part1-3 .box_scroll ._scroll .box_item .item .name {
                min-width: 80%;
                font-size: 0.37333333rem;
                color: #333333;
                margin: 0.13333333rem auto 0;
                overflow: hidden;
                /*超出部分隐藏*/
                text-overflow: ellipsis;
                /* 超出部分显示省略号 */
                white-space: nowrap;
                /*规定段落中的文本不进行换行 */
                max-width: 2.02666667rem;
                /*需要配合宽度来使用*/
                text-align: left;
                text-align: center;
            }

            .live_box ._content_one .part1-3 .box_scroll ._scroll .box_item .item .job {
                margin: 0.13333333rem auto 0;
                font-size: 0.29333333rem;
                color: #999999;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                width: 2.02666667rem;
                text-align: left;
                text-align: center;
            }

.live_box ._content_one .part1-4 .box_scroll {
    overflow-y: hidden;
    height: 2.26666667rem;
}

    .live_box ._content_one .part1-4 .box_scroll ._scroll {
        width: 100%;
        height: 2.26666667rem;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -o-box;
        display: box;
        padding-bottom: 2.66666667rem;
    }

        .live_box ._content_one .part1-4 .box_scroll ._scroll .box_item:first-child {
            margin: 0rem 0.26666667rem 0rem 0.53333333rem;
        }

        .live_box ._content_one .part1-4 .box_scroll ._scroll .box_item:last-child {
            width: 3.86666667rem;
            text-align: left;
        }

            .live_box ._content_one .part1-4 .box_scroll ._scroll .box_item:last-child .item {
                width: 3.33333333rem;
            }

        .live_box ._content_one .part1-4 .box_scroll ._scroll .box_item {
            width: 3.33333333rem;
            height: 2.26666667rem;
            margin: 0rem 0.26666667rem 0rem 0rem;
        }

            .live_box ._content_one .part1-4 .box_scroll ._scroll .box_item .item .top {
                width: 3.33333333rem;
                height: 1.73333333rem;
                background: #ffffff;
                border: 0.02666667rem solid #f4f4f4;
            }

                .live_box ._content_one .part1-4 .box_scroll ._scroll .box_item .item .top img {
                    width: 3.33333333rem;
                    height: 1.73333333rem;
                }

            .live_box ._content_one .part1-4 .box_scroll ._scroll .box_item .item .bottom {
                font-size: 0.26666667rem;
                color: #31313a;
                margin: 0.08rem auto 0;
                overflow: hidden;
                /*超出部分隐藏*/
                text-overflow: ellipsis;
                /* 超出部分显示省略号 */
                white-space: nowrap;
                /*规定段落中的文本不进行换行 */
                max-width: 3.33333333rem;
                /*需要配合宽度来使用*/
                text-align: left;
                text-align: center;
            }

.live_box ._content_one .part1-5 .box_item {
    margin: 0rem 0rem 0.26666667rem 0rem;
}

    .live_box ._content_one .part1-5 .box_item .item {
        width: 8.93333333rem;
        height: 1.6rem;
        background: #f9f9f9;
        border-radius: 0.13333333rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .live_box ._content_one .part1-5 .box_item .item .left {
            width: 1.06666667rem;
            height: 1.06666667rem;
            border-radius: 50%;
            margin: 0rem 0rem 0rem 0.21333333rem;
        }

        .live_box ._content_one .part1-5 .box_item .item .center {
            width: 5.33333333rem;
            height: 1.06666667rem;
            margin: 0rem 0rem 0rem 0.21333333rem;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            flex-wrap: wrap;
        }

            .live_box ._content_one .part1-5 .box_item .item .center .name {
                font-size: 0.4rem;
                color: #000000;
                overflow: hidden;
                /*超出部分隐藏*/
                text-overflow: ellipsis;
                /* 超出部分显示省略号 */
                white-space: nowrap;
                /*规定段落中的文本不进行换行 */
                max-width: 3.73333333rem;
                /*需要配合宽度来使用*/
                text-align: left;
            }

            .live_box ._content_one .part1-5 .box_item .item .center .status {
                background: #fea802;
                border-radius: 2px;
                font-size: 0.26666667rem;
                color: #ffffff;
                padding: 0.01333333rem 0.08rem 0.01333333rem 0.08rem;
                margin: 0rem 0rem 0rem 0.10666667rem;
            }

            .live_box ._content_one .part1-5 .box_item .item .center .status1 {
                background: #fea802;
                border-radius: 2px;
                font-size: 0.26666667rem;
                color: #ffffff;
                padding: 0.02666667rem 0.08rem 0.02666667rem 0.08rem;
                margin: 0rem 0rem 0rem 0.10666667rem;
            }

            .live_box ._content_one .part1-5 .box_item .item .center .job {
                width: 100%;
                overflow: hidden;
                /*超出部分隐藏*/
                text-overflow: ellipsis;
                /* 超出部分显示省略号 */
                white-space: nowrap;
                /*规定段落中的文本不进行换行 */
                max-width: 4.53333333rem;
                /*需要配合宽度来使用*/
                text-align: left;
                font-size: 0.32rem;
                color: #999999;
            }

        .live_box ._content_one .part1-5 .box_item .item .right {
            display: flex;
            align-content: center;
            flex-wrap: nowrap;
            align-items: center;
        }

            .live_box ._content_one .part1-5 .box_item .item .right .status {
                width: 0.16rem;
                height: 0.16rem;
                margin: 0rem 0.18666667rem 0rem 0rem;
                background: #88b334;
                border-radius: 50%;
            }

            .live_box ._content_one .part1-5 .box_item .item .right .status2 {
                width: 0.16rem;
                height: 0.16rem;
                margin: 0rem 0.18666667rem 0rem 0rem;
                background: #999999;
                border-radius: 50%;
            }

            .live_box ._content_one .part1-5 .box_item .item .right .txt {
                font-size: 0.32rem;
                color: #999999;
                line-height: 23px;
            }

.live_box ._content_one .part1-6 {
    width: 10rem;
    height: 1.2rem;
    background: #f9f9f9;
    line-height: 1.2rem;
    text-align: center;
}

    .live_box ._content_one .part1-6 p {
        font-size: 0.32rem;
        color: #999999;
    }

.live_box ._content_two {
    position: relative;
}

    .live_box ._content_two .box_menu {
        width: 2.66666667rem;
        height: 2.74666667rem;
        background: #ffffff;
        border-radius: 0.16rem;
        position: absolute;
        right: 0.4rem;
        top: 2.13333333rem;
        z-index: 1000;
        box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.06);
    }

        .live_box ._content_two .box_menu .striangle {
            width: 0.56rem;
            height: 0.18666667rem;
            position: absolute;
            right: 0.13333333rem;
            top: -0.16rem;
        }

        .live_box ._content_two .box_menu .item {
            font-size: 0.32rem;
            color: #5c6473;
            line-height: 0.24rem;
            border-bottom: 0.02666667rem solid #f5f5f5;
            width: 2.66666667rem;
            height: 0.90666667rem;
            text-align: center;
            line-height: 0.90666667rem;
        }

            .live_box ._content_two .box_menu .item img {
                width: 0.26666667rem;
                height: 0.26666667rem;
                margin: 0rem 0rem 0rem 0.08rem;
            }

    .live_box ._content_two .box_sort {
        overflow-y: hidden;
        height: 0.74666667rem;
        margin: 0.48rem 0rem 0rem 0rem;
    }

    .live_box ._content_two .sortTab {
        width: 100%;
        height: 0.74666667rem;
        overflow-y: hidden;
        display: flex;
        padding-bottom: 4.8rem;
        position: relative;
    }

        .live_box ._content_two .sortTab .firstLi {
            margin: 0rem 0rem 0rem 0.4rem;
        }

        .live_box ._content_two .sortTab .swiperTab {
            width: 7.73333333rem;
            height: 0.74666667rem;
            overflow-y: hidden;
            overflow-x: scroll;
            -webkit-overflow-scrolling: touch;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -o-box;
            display: box;
            padding-bottom: 4.8rem;
            position: relative;
        }

        .live_box ._content_two .sortTab li p {
            min-width: 1.6rem;
            height: 0.74666667rem;
            background: #f7f7f7;
            border-radius: 0.05333333rem;
            text-align: center;
            line-height: 0.74666667rem;
            font-size: 0.32rem;
            color: #666666;
            border: 0.02666667rem solid #f7f7f7;
            margin: 0rem 0.29333333rem 0rem 0rem;
            padding: 0rem 0.13333333rem 0rem 0.13333333rem;
        }

        .live_box ._content_two .sortTab li.active p {
            background: #ffffff;
            border: 0.02666667rem solid #8dc21f;
            color: #8dc21f;
        }

    .live_box ._content_two .sortOperation {
        width: 100%;
        margin: 0.64rem 0rem 0rem 0rem;
        display: flex;
        justify-content: space-between;
        align-content: center;
        align-items: center;
    }

        .live_box ._content_two .sortOperation .left {
            margin: 0rem 0rem 0rem 0.4rem;
            font-size: 0.32rem;
            color: #999999;
        }

            .live_box ._content_two .sortOperation .left .count {
                color: #333333 !important;
                margin: 0rem 0.05333333rem 0rem 0.05333333rem;
            }

        .live_box ._content_two .sortOperation .right {
            margin: 0rem 0.42666667rem 0rem 0rem;
            font-size: 0.32rem;
            color: #5c6473;
            display: flex;
            justify-content: space-between;
            align-content: center;
            align-items: center;
        }

            .live_box ._content_two .sortOperation .right span {
                margin: 0rem 0rem 0rem 0.48rem;
            }

            .live_box ._content_two .sortOperation .right .pic01 {
                width: 0.21333333rem;
                height: 0.32rem;
                margin: 0rem 0rem 0rem 0.18666667rem;
            }

            .live_box ._content_two .sortOperation .right .pic02 {
                width: 0.26666667rem;
                height: 0.26666667rem;
                margin: 0rem 0rem 0rem 0.18666667rem;
            }

    .live_box ._content_two .sortContent {
        margin: 0.74666667rem auto 0;
        width: 8.77333333rem;
        border-left: 0.02666667rem solid #E5E5E5;
    }

        .live_box ._content_two .sortContent .item {
            width: 8.77333333rem;
            position: relative;
            margin: auto;
        }

            .live_box ._content_two .sortContent .item .icon_time {
                width: 0.34666667rem;
                height: 0.34666667rem;
                left: -0.2rem;
                top: 0.05333333rem;
                z-index: 1000;
                position: absolute;
            }

            .live_box ._content_two .sortContent .item .item_content {
                width: 8.4rem;
                border-bottom: 0.02666667rem solid #E5E5E5;
                margin: 0rem 0rem 0.45333333rem 0.37333333rem;
            }

                .live_box ._content_two .sortContent .item .item_content .txt {
                    font-size: 0.34666667rem;
                    color: #5c6473;
                    margin: 0.61333333rem 0rem 0rem 0rem;
                }

                .live_box ._content_two .sortContent .item .item_content .box_bottom {
                    font-size: 0.32rem;
                    color: #999999;
                    margin: 0.37333333rem 0rem 0.34666667rem 0rem;
                    display: flex;
                    align-items: center;
                    justify-content: flex-end;
                }

                    .live_box ._content_two .sortContent .item .item_content .box_bottom .pic_zan {
                        width: 0.34666667rem;
                        height: 0.37333333rem;
                        margin: 0rem 0.08rem 0rem 0rem;
                    }

                    .live_box ._content_two .sortContent .item .item_content .box_bottom .pic_share {
                        width: 0.34666667rem;
                        height: 0.32rem;
                        margin: 0rem 0rem 0rem 0.10666667rem;
                    }

                    .live_box ._content_two .sortContent .item .item_content .box_bottom .txtShare {
                        margin: 0rem 0rem 0rem 0.37333333rem;
                    }

                    .live_box ._content_two .sortContent .item .item_content .box_bottom .zanCount {
                        width: 0.8rem;
                    }

                .live_box ._content_two .sortContent .item .item_content .pic_type01:nth-child(3n) {
                    margin-right: 0 !important;
                }

            .live_box ._content_two .sortContent .item .box_pic {
                width: 100%;
                margin: 0.32rem auto 0;
            }

            .live_box ._content_two .sortContent .item .pic_type01 {
                width: 2.69333333rem;
                height: 2.69333333rem;
                display: inline-block;
                margin: 0rem 0.16rem 0.16rem 0rem;
            }

            .live_box ._content_two .sortContent .item .pic_type02 {
                width: 4rem;
                height: 4rem;
                margin: 0rem 0.16rem 0.16rem 0rem;
            }

        .live_box ._content_two .sortContent .nodata {
            width: 8.77333333rem;
            border-left: 0.02666667rem solid #E5E5E5;
            font-size: 0.32rem;
            color: #999999;
            text-align: center;
            margin: 0 auto 2.98666667rem;
        }

            .live_box ._content_two .sortContent .nodata p {
                padding: 0 0 0.24rem 0;
            }

    .live_box ._content_two .sortContent2 {
        margin: 0.74666667rem auto 0;
        width: 9.22666667rem;
    }

        .live_box ._content_two .sortContent2 .item {
            width: 9.22666667rem;
            position: relative;
            margin: auto;
        }

            .live_box ._content_two .sortContent2 .item .pic_type01 {
                width: 2.93333333rem;
                height: 2.93333333rem;
                margin: 0rem 0.16rem 0.21333333rem 0rem;
            }

                .live_box ._content_two .sortContent2 .item .pic_type01:nth-child(3n) {
                    margin-right: 0;
                }

            .live_box ._content_two .sortContent2 .item .pic_type02 {
                width: 4.45333333rem;
                height: 4.45333333rem;
                margin: 0rem 0.26666667rem 0.26666667rem 0rem;
            }

                .live_box ._content_two .sortContent2 .item .pic_type02:nth-child(2n) {
                    margin-right: 0;
                }

            .live_box ._content_two .sortContent2 .item .pic_type03 {
                width: 9.2rem;
                height: 6.13333333rem;
                margin: 0rem 0rem 0.26666667rem 0rem;
            }

    .live_box ._content_two .nodata {
        width: 100%;
        font-size: 0.32rem;
        color: #999999;
        text-align: center;
        margin: 0.96rem auto 0.93333333rem;
    }

    .live_box ._content_two .fabu {
        width: 1.46666667rem;
        height: 1.46666667rem;
        border-radius: 50%;
        background: #88b334;
        border: 0.02666667rem solid #87b234;
        box-shadow: 0px 237.5rem 0.29333333rem 0px rgba(135, 178, 52, 0.34);
        position: fixed;
        bottom: 0.8rem;
        right: 4.29333333rem;
        text-align: center;
    }

    .live_box ._content_two .gotoTop {
        z-index: 1000;
        display: none;
        width: 1.30666667rem;
        height: 1.30666667rem;
        border-radius: 50%;
        background: #ffffff;
        box-shadow: 0px 1px 4px 0px rgba(7, 0, 2, 0.16);
        position: fixed;
        right: 0.42666667rem;
        bottom: 1.06666667rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .live_box ._content_two .gotoTop img {
            width: 0.4rem;
            height: 0.48rem;
        }

    .live_box ._content_two .questionnaire {
        width: 2.37333333rem;
        height: 0.96rem;
        background: #000000;
        opacity: 0.7;
        border-top-left-radius: 0.48rem;
        border-bottom-left-radius: 0.48rem;
        position: fixed;
        right: 0;
        bottom: 3.28rem;
    }

    .live_box ._content_two .box_questionnaire {
        width: 2.37333333rem;
        height: 0.96rem;
        position: fixed;
        right: 0;
        bottom: 3.28rem;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

        .live_box ._content_two .box_questionnaire img {
            width: 0.32rem;
            height: 0.34666667rem;
            margin: 0rem 0.13333333rem 0rem 0rem;
        }

        .live_box ._content_two .box_questionnaire p {
            font-size: 0.32rem;
            color: #ffffff;
        }

.live_box ._content_four {
    padding: 0.4rem 0;
}

.live_box ._content_five .video-item {
    width: 4.48rem;
    /* height: 3.73333333rem; */
}

.live_box .news-cont {
    width: 100%;
    height: 2.13333333rem;
    overflow: hidden;
    padding: 0.4rem;
    border-bottom: 1px solid #f0f0f0;
}

    .live_box .news-cont a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -o-box;
        display: box;
        height: 100%;
    }

    .live_box .news-cont .news-left {
        width: calc(10rem - 4.626rem);
        padding-right: 0.66666667rem;
        position: relative;
    }

        .live_box .news-cont .news-left .news-text {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -o-box;
            display: box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            width: 100%;
            font-size: 0.42666667rem;
            color: #333333;
            font-weight: 600;
            padding-top: 0.13333333rem;
        }

        .live_box .news-cont .news-left span {
            font-size: 0.29333333rem;
            color: #999999;
        }

        .live_box .news-cont .news-left .news-span-left {
            position: absolute;
            left: 0;
            bottom: 0.13333333rem;
        }

        .live_box .news-cont .news-left .news-span-right {
            position: absolute;
            right: 0.53333333rem;
            bottom: 0.13333333rem;
        }

    .live_box .news-cont .news-right {
        width: 3.22666667rem;
        height: 2.16rem;
    }

        .live_box .news-cont .news-right .new-img {
            width: 100%;
        }

.live_box .news-nomore {
    font-size: 0.34666667rem;
    color: #999999;
    text-align: center;
    padding: 0.8rem 0;
}

._content_three {
    width: 100%;
    height: auto;
    background: #f4f8fb;
}

    ._content_three .masonry {
        padding: 0.53333333rem;
        position: relative;
        width: 100%;
        padding-bottom: 1.33333333rem;
        overflow: scroll;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -o-box;
        display: box;
    }

        ._content_three .masonry .masonry-left {
            width: 50%;
            height: auto;
        }

        ._content_three .masonry .masonry-right {
            width: 50%;
            height: auto;
            padding-left: 0.26666667rem;
        }

        ._content_three .masonry .inter-item {
            z-index: 10;
            transition: 0.25s;
            text-align: left;
            border-radius: 10px;
            overflow: hidden;
            width: calc(100% - 5/37.5rem);
            height: auto;
            float: left;
            margin-bottom: 0.26666667rem;
        }

        ._content_three .masonry img {
            width: 100%;
        }

        ._content_three .masonry .inter-item .t {
            display: flex;
            justify-content: flex-start;
            margin: 15px;
        }

            ._content_three .masonry .inter-item .t .avatar {
                width: 0.66666667rem;
                height: 0.66666667rem;
                overflow: hidden;
                margin-right: 11px;
                border-radius: 50%;
            }

            ._content_three .masonry .inter-item .t .role {
                font-size: 12px;
                color: #333;
                line-height: 25px;
            }

        ._content_three .masonry .inter-item .c {
            font-size: 14px;
            color: #333;
            margin: 0 15px 15px;
        }

            ._content_three .masonry .inter-item .c .sina-emotion {
                width: 0.48rem;
                height: 0.48rem;
                position: relative;
                top: 0.08rem;
            }

        ._content_three .masonry .inter-item .d {
            float: right;
            font-size: 10px;
            color: #999;
            margin: 0 15px 15px;
        }

        ._content_three .masonry .bg1 {
            background-color: #e3e2e3;
        }

        ._content_three .masonry .bg2 {
            background-color: #feecb3;
        }

        ._content_three .masonry .bg3 {
            background-color: #ddedbc;
        }

        ._content_three .masonry .bg4 {
            background-color: #dff1fe;
        }

        ._content_three .masonry .bg5 {
            background-color: #ffe2c2;
        }

        ._content_three .masonry .bg6 {
            background-color: #ffd1cc;
        }

    ._content_three .interact2 {
        padding-bottom: 1.6rem;
    }

    ._content_three .interact {
        width: 100%;
        padding: 0.53333333rem;
        position: relative;
    }

        ._content_three .interact .interact-img {
            width: 0.88rem;
            height: 0.88rem;
            border-radius: 50%;
            position: absolute;
            left: 0.53333333rem;
            top: 0.53333333rem;
        }

        ._content_three .interact .interact-img1 {
            width: 0.88rem;
            height: 0.88rem;
            border-radius: 50%;
            position: absolute;
            top: 0.53333333rem;
            right: 0.53333333rem;
        }

        ._content_three .interact .interact-name {
            font-size: 0.32rem;
            color: #9097a8;
            position: relative;
            left: 1.06666667rem;
            top: 0.05333333rem;
            width: 80%;
            overflow: hidden;
        }

        ._content_three .interact .interact-name1 {
            font-size: 0.32rem;
            color: #9097a8;
            position: relative;
            top: 0.05333333rem;
            width: 80%;
            overflow: hidden;
            left: 0.66666667rem;
            text-align: right;
        }

        ._content_three .interact .interact-detail1 {
            display: inline-block;
            padding: 0.37333333rem;
            max-width: 70%;
            background: #9eea6a;
            position: absolute;
            right: 1.6rem;
            top: 1.2rem;
            border-radius: 0.18666667rem 0 0.18666667rem 0.18666667rem;
            font-size: 0.37333333rem;
            word-break: break-all;
            color: #333333;
        }

            ._content_three .interact .interact-detail1 .sina-emotion {
                width: 0.48rem;
                height: 0.48rem;
                position: relative;
                top: 0.08rem;
            }

.shareToFriend {
    width: 7.84rem;
    height: 6.77333333rem;
    position: fixed;
    top: 0.42666667rem;
    right: 0.74666667rem;
    z-index: 1000000;
    border: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: layui-m-anim-scale;
    animation-name: layui-m-anim-scale;
}

.layui-m-anim-up {
    width: 100%;
    height: 4.29333333rem;
    background-color: #F3F8FB;
    position: fixed;
    left: 0;
    bottom: 0;
    border: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    background-color: #f3f3f3;
    z-index: 10000000;
}

    .layui-m-anim-up .top {
        height: 2.66666667rem;
        background-color: #FFFFFF;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

        .layui-m-anim-up .top li {
            text-align: center;
        }

            .layui-m-anim-up .top li img {
                width: 0.82666667rem;
                height: 0.82666667rem;
            }

            .layui-m-anim-up .top li p {
                font-size: 0.32rem;
                color: #000000;
                margin: 0.13333333rem 0rem 0rem 0rem;
            }

    .layui-m-anim-up .bottom {
        height: 1.33333333rem;
        background-color: #FFFFFF;
        margin: 0.26666667rem 0rem 0rem 0rem;
        text-align: center;
        line-height: 1.33333333rem;
        font-size: 0.42666667rem;
        color: #666666;
    }

.status_success {
    width: 3.73333333rem;
    height: 2rem;
    top: 6.90666667rem;
    right: 3.14666667rem;
    background: #0a0a0a;
    opacity: 0.8;
    border-radius: 0.10666667rem;
    position: fixed;
    z-index: 1000000;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: layui-m-anim-scale;
    animation-name: layui-m-anim-scale;
}

.status_box_success {
    position: fixed;
    width: 3.73333333rem;
    height: 2rem;
    top: 6.90666667rem;
    right: 3.14666667rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    z-index: 100000000;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: layui-m-anim-scale;
    animation-name: layui-m-anim-scale;
}

    .status_box_success img {
        width: 0.74666667rem;
        height: 0.74666667rem;
        border-radius: 50%;
        margin: auto;
    }

    .status_box_success p {
        width: 100%;
        font-size: 0.32rem;
        color: #ffffff;
        text-align: center;
        margin: 0.10666667rem auto 0;
    }

.code {
    width: 6.93333333rem;
    height: 7.33333333rem;
    background: #ffffff;
    border-radius: 0.26666667rem;
    position: fixed;
    z-index: 10000000;
    text-align: center;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: layui-m-anim-scale;
    animation-name: layui-m-anim-scale;
    top: 3.12rem;
    right: 1.52rem;
}

    .code .txt01 {
        font-size: 0.53333333rem;
        color: #333333;
        margin: 0.82666667rem auto 0;
    }

    .code .pic01 {
        width: 4.66666667rem;
        height: 4.66666667rem;
    }

    .code .txt02 {
        font-size: 0.37333333rem;
        color: #333333;
        margin: 0.13333333rem auto 0;
    }

.btn_close_code {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    position: fixed;
    z-index: 10000000;
    top: 11.30666667rem;
    right: calc(50% - 5rem + 4.56rem);
}

.loading-content {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin: 2.42666667rem 0rem 0rem 0rem;
}

    .loading-content img {
        width: 0.4rem;
        height: 0.4rem;
        opacity: 0.8;
        margin: 0rem 0.13333333rem 0rem 0rem;
    }

    .loading-content span {
        font-size: 0.32rem;
        color: #999999;
    }

.loading-div {
    width: 100%;
    height: 1.6rem;
    text-align: center;
    vertical-align: middle;
}

    .loading-div img {
        width: 0.53333333rem;
        height: 0.53333333rem;
        margin: 0.53333333rem auto;
        opacity: 0.8;
    }

.loading-div1 {
    padding-bottom: 3.2rem;
}

.active-color {
    background: #f0f0f0 !important;
}

.swiper-container1 {
    position: relative;
}

    .swiper-container1 .swiper-pagination1 {
        position: absolute;
        z-index: 10000000;
        text-align: center;
        bottom: 0.45333333rem !important;
    }
