html, body {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    /*base.css 中设置了高度100%；溢出隐藏，导致页面不能滚动，坑*/
    height: auto;
    overflow: unset;
}

.name-top {
    z-index: 9999;
    width: 100%;
}

.room-name {
    padding: 0.8rem 1.5rem;
    background: #fff;
}

    .room-name img {
        width: 3rem;
        height: 3rem;
        display: inline-block;
        border-radius: 50%;
        margin-right: 0.5rem;
    }

.name-zis p {
    font-size: 1.2rem;
    color: #747474;
    font-weight: bold;
}

.name-zis span {
    font-size: 1.1rem;
    color: #b0b0b0;
}

.focus {
    width: 4.4rem;
    height: 2.4rem;
    border-radius: 0.2rem;
    border: 1px solid #0084ff;
    font-size: 1.3rem;
    text-align: center;
    line-height: 2.4rem;
    color: #0084ff;
}

.yfocus {
    border: 1px solid #747474;
    color: #747474;
}

.switch {
    width: 7.4rem;
    height: 2.4rem;
    border-radius: 0.2rem;
    border: 1px solid #747474;
    font-size: 1.3rem;
    color: #747474;
    text-align: center;
    line-height: 2.4rem;
}
/* 轮播 */
.header-lb {
    position: relative;
}

.swiper-slide {
    height: 166px !important;
}

.swiper-slide-img {
    width: 100%;
    height: 166px;
}

.swiper-pagination-bullet {
    background: #ffffff !important;
    width: 6px;
    height: 6px;
    margin: 0 2px !important;
}

.swiper-pagination-bullet-active {
    width: 10px !important;
    background: #fff !important;
    border-radius: 4px !important;
}

.edit {
    width: 3.4rem;
    height: 1.8rem;
    border-radius: 0.2rem;
    border: 1px solid #fff;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    line-height: 1.8rem;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    z-index: 2;
}

    .edit a {
        color: #fff;
    }
/* Icon */
.f-icon {
    position: relative;
    padding: 1.5rem 0;
    overflow: hidden;
    background: #fff;
}

    .f-icon ul li {
        width: 25%;
        float: left;
    }

        .f-icon ul li a {
            display: block;
        }

        .f-icon ul li img {
            width: 3.9rem;
            height: 3.9rem;
            display: block;
            margin: 0 auto;
        }

        .f-icon ul li p {
            font-size: 1.2rem;
            color: #747474;
            text-align: center;
            margin-top: 1rem;
            line-height: 1;
        }
/* 管理端新建直播和新建频道 */
.rebulid {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.4);
}

    .rebulid a {
        height: 4.2rem;
        line-height: 4.2rem;
        font-size: 1.6rem;
        border-radius: 0.2rem;
        color: #0084ff;
        font-weight: bold;
        text-align: center;
        background: #fff;
        border: 1px solid #0084ff;
    }

        .rebulid a.curr {
            background: #0084ff;
            color: #fff;
        }

        .rebulid a:first-child {
            margin-right: 1rem;
        }
/* 搜索框 */
.live-search {
    background: #fff;
    line-height: 3rem;
    padding: 0 1.5rem;
    position: relative;
}

input::-webkit-input-placeholder {
    color: #b0b0b0;
}

input::-moz-placeholder {
    color: #b0b0b0;
}

input:-moz-placeholder {
    color: #b0b0b0;
}

input::-ms-input-placeholder {
    color: #b0b0b0;
}

.live-search input {
    font-size: 1.3rem;
    background: #f3f3f3;
    height: 3rem;
    width: 100%;
    border-radius: 0.2rem;
    padding-left: 2.6rem;
}

.live-search i {
    width: 1.5rem;
    height: 1.2rem;
    background: url(../images/index-24.png)no-repeat;
    background-size: 1.5rem 1.2rem;
    display: inline-block;
    margin-right: 0.5rem;
    position: absolute;
    left: 2rem;
    top: 1rem;
}

/* tab栏切换 */
.tabslide {
    width: 100%;
    margin-bottom: 8rem;
}

    .tabslide .hd {
        overflow: hidden;
        line-height: 5rem;
        background-color: #fff;
        padding: 0 1.5rem;
    }

        .tabslide .hd ul li {
            float: left;
            font-size: 1.6rem;
            color: #747474;
            text-align: center;
            width: 33.33%;
            position: relative;
            font-weight: bold;
        }

            .tabslide .hd ul li.on {
                position: relative;
            }

                .tabslide .hd ul li.on:after {
                    content: " ";
                    position: absolute;
                    width: 25%;
                    left: 44%;
                    bottom: 0;
                    height: 3px;
                    bottom: 0;
                    border-bottom: 3px solid #0084ff;
                    color: #e5e5e5;
                    -webkit-transform-origin: 0 0;
                    transform-origin: 0 0;
                    -webkit-transform: scaleX(0.5);
                    transform: scaleX(0.5);
                }

            .tabslide .hd ul li s {
                text-decoration: none;
                display: inline-block;
            }

            .tabslide .hd ul li.on s {
                color: #0084ff;
            }

    .tabslide .bd ul li {
        padding: 1.5rem 1.5rem 0;
        background: #fff;
        padding: 1.5rem;
        margin-bottom: 1rem;
    }

        .tabslide .bd ul li:last-child {
            margin-bottom: 0;
        }

        .tabslide .bd ul li a {
            display: block;
        }

.bigimg {
    width: 1.6rem;
    height: 1.5rem;
    background: url(../images/index-01.png)no-repeat;
    background-size: 1.6rem 1.5rem;
}

.smallimg {
    width: 1.6rem;
    height: 1.5rem;
    background: url(../images/index-1.png)no-repeat;
    background-size: 1.6rem 1.5rem;
}

.toimg {
    position: relative;
    padding-bottom: 56.25%;
}

    .toimg img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0.2rem;
    }

.state {
    padding: 0.1rem 0.3rem;
    border-top-right-radius: 0.2rem;
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
}

.living {
    background: #0084ff;
}

.trailer {
    background: #41c500;
}

.playback {
    background: #ffba00;
}

.tozi {
    padding: 0.7rem 0 0;
}

.t-dbt {
    margin-bottom: 1rem;
}

    .t-dbt p {
        font-size: 1.4rem;
        color: #353535;
        font-weight: bold;
        margin-right: 3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 1.4;
    }

.more {
    width: 2rem;
    height: 1.5rem;
    background: url(../images/index-02.png)no-repeat;
    background-size: 2rem 1.5rem;
    display: inline-block;
}

.words_l p {
    font-size: 1.3rem;
    color: #b0b0b0;
    margin-right: 1rem;
}

.words_l_see i {
    width: 1.1rem;
    height: 0.8rem;
    background: url(../images/index-11.png)no-repeat;
    background-size: 1.1rem 0.8rem;
    display: inline-block;
}

.words_l_see span {
    font-size: 1.3rem;
    color: #b0b0b0;
}

.words_r_l {
    height: 1.7rem;
    line-height: 1.7rem;
    background: #ffeab7;
    font-size: 1.4rem;
    color: #ffa810;
    margin-right: 0.5rem;
}

    .words_r_l s {
        text-decoration: none;
        color: #fff;
        display: inline-block;
        background: #ffb910;
        height: 1.7rem;
        line-height: 1.7rem;
        padding: 0 0.2rem;
    }

.words_r p {
    font-size: 1.7rem;
    color: #ffb910;
    font-weight: bold;
    margin-right: 0.5rem;
}

    .words_r p s {
        text-decoration: none;
        font-size: 1.1rem;
    }

.words_r s.jia {
    font-size: 1.2rem;
    color: #b0b0b0;
}

.xqing i {
    width: 1rem;
    height: 1.1rem;
    background: url(../images/index-03.png)no-repeat;
    background-size: 1rem 1.1rem;
    display: inline-block;
    margin-right: 0.2rem;
}

.xqing span {
    font-size: 1.2rem;
    color: #b0b0b0;
}

.tabslide .bd ul.minivideo li {
    padding: 0 1.5rem;
    overflow: hidden;
}

    .tabslide .bd ul.minivideo li .mnvi {
        float: left;
        width: 48%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: relative;
        margin-top: 1.2rem;
    }

.video-img {
    position: relative;
    width: 100%;
    height: 16.7rem;
}

    .video-img img {
        width: 100%;
        height: 100%;
    }

.mnvi-a {
    margin-right: 2%;
}

.mnvi-b {
    margin-left: 2%;
}

.video-img i {
    display: inline-block;
    width: 4.5rem;
    height: 4.5rem;
    background: url(../images/index-09.png)no-repeat;
    background-size: 4.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.video-ms {
    padding: .5rem 0.5rem;
    background: #fff;
}

.vibt p {
    font-size: 1.3rem;
    color: #353535;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.video-ms .glxq {
    margin: 0 0 0 0.5rem;
}

.video-ms span {
    font-size: 1.2rem;
    color: #747474;
    line-height: 1.75;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.glxq i {
    width: 0.9rem;
    height: 1rem;
    background: url(../images/index-12.png)no-repeat;
    background-size: 0.9rem 1rem;
    display: inline-block;
    margin-right: 0.3rem;
}

.smallSlide {
    display: none;
}

.tabslide .small_picture ul li {
    position: relative;
    margin-bottom: 0;
}

    .tabslide .small_picture ul li:after {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #f0f0f0;
        color: #f0f0f0;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    .tabslide .small_picture ul li .slimg {
        width: 13.5rem;
        height: 9rem;
        position: relative;
        margin-right: 1rem;
    }

        .tabslide .small_picture ul li .slimg img {
            width: 100%;
            height: 100%;
            border-radius: 0.2rem;
            display: inline-block;
        }

    .tabslide .small_picture ul li .t-dbt > p {
        margin-right: 0.5rem;
    }

    .tabslide .small_picture ul li .words_l {
        margin: .5rem 0 1.5rem;
    }

        .tabslide .small_picture ul li .words_l p {
            font-weight: normal;
        }


/* 话题详情 */
.headerGp {
    position: relative;
    padding-bottom: 56.25%;
}

    .headerGp > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .headerGp .left {
        position: absolute;
        font-size: 1.2rem;
        color: #fff;
        background-color: rgba(0,0,0,.5);
        display: block;
        height: 3rem;
        text-align: center;
        line-height: 3rem;
        padding: 0 1.5rem;
        cursor: pointer;
        top: 0;
        border-bottom-right-radius: 1rem;
    }

.welcome-in {
    position: fixed;
    top: 1.5rem;
    left: 1.5rem;
    height: 4rem;
    overflow: hidden;
    width: 65%;
    z-index: 88;
}

.pin-tips {
    position: absolute;
    left: 0;
    bottom: 0.5rem;
    height: 3rem;
    line-height: 3rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 1.5rem;
    padding: 0 1rem 0 4.5rem;
}

.head-user {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: inline-block;
    top: -0.2rem;
    left: 0;
    position: absolute;
}

.pin-tips p {
    font-size: 1.1rem;
    color: #fff;
}

.jiantou-a {
    width: 0.6rem;
    height: 1.2rem;
    margin-left: 0.5rem;
}

.titleGp {
    padding: 1rem 1.5rem;
    background: #fff;
    position: relative;
}

    .titleGp:after {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #f0f0f0;
        color: #f0f0f0;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    .titleGp p.dabt {
        font-size: 2rem;
        color: #353535;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 0.6rem;
    }

.startime p {
    font-size: 1.2rem;
    color: #747474;
}

.startime span {
    font-size: 1.5rem;
    color: #0084ff;
    font-weight: bold;
}

.words_details {
    display: inline-block;
}

    .words_details span {
        color: #747474;
        font-weight: normal;
        font-size: 1.2rem;
    }

.contentGp {
    background: #fff;
    padding-left: 1.5rem;
}

.cont {
    position: relative;
    padding: 1.3rem 1.5rem 1.3rem 0;
}

    .cont:after {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #f0f0f0;
        color: #f0f0f0;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    .cont p.ttbt {
        font-size: 1.5rem;
        color: #353535;
        margin-right: .5rem;
    }

    .cont span {
        color: #b0b0b0;
        font-size: 1.2rem;
    }

.time-tuan img {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    margin-right: 0.5rem;
}

.time-tuan span {
    font-size: 1.2rem;
    color: #b0b0b0;
}

.cont ul li {
    width: 2rem;
    height: 2rem;
    margin-right: 0.2rem;
}

    .cont ul li img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.right_down {
    width: 0.9rem;
    height: 1.4rem;
    background: url(../images/index-04.png)no-repeat;
    background-size: 0.9rem 1.4rem;
    display: inline-block;
    margin-left: 0.5rem;
}

.activity {
    padding-left: 1.5rem;
    background: #fff;
}

.rules {
    padding: 1.3rem 1.5rem 1.3rem 0;
    position: relative;
}

    .rules:after {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #f0f0f0;
        color: #f0f0f0;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    .rules > p {
        font-size: 1.2rem;
        color: #353535;
    }

    .rules span.rules-words {
        color: #b0b0b0;
        font-size: 1.2rem;
    }

.t-ren {
    width: 3.5rem;
    height: 3.5rem;
    margin-right: .5rem;
}

    .t-ren img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.rules p.t-bt {
    font-size: 1.6rem;
    color: #353535;
}

.t-words {
    margin-right: 0.8rem;
}

    .t-words p {
        font-size: 1.1rem;
        color: #747474;
        display: block;
        line-height: 1.3;
        text-align: center;
    }

        .t-words p.t-peop {
            color: #ffb910;
        }

.ting-go button {
    margin: 0 auto;
    display: block;
}

.t-go button {
    width: 5.5rem;
    height: 2.5rem;
    border-radius: 0.2rem;
    background: #ffb910;
    text-align: center;
    line-height: 2.5rem;
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
}

.jianjie {
    padding: 1.5rem;
    background: #fff;
}

.sy-content * {
    max-width: 100% !important;
}

.sy-content {
    font-size: 1.5rem;
    color: #747474;
    overflow-x:hidden;
}
.sy-content img {
    max-width: 100%;
    height: auto;
}

.headbt {
    color: #353535;
    font-weight: bold;
    font-size: 1.4rem;
}

.speaker {
    margin: .5rem 0;
}

.xq-cont {
    margin: .5rem 0;
    line-height: 1.55;
}

.zq-img {
    padding-bottom: 56.25%;
    position: relative;
}

    .zq-img img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.coo {
    margin-bottom: 1rem;
}

.living_room {
    background: #fff;
}

.room_top {
    padding: 1rem 1.5rem;
    position: relative;
}

    .room_top:after {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #f0f0f0;
        color: #f0f0f0;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    .room_top img {
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 50%;
        display: inline-block;
        margin-right: 1rem;
    }

    .room_top p {
        font-size: 1.6rem;
        color: #353535;
        font-weight: bold;
    }

.focus_l {
    width: 4.2rem;
    height: 2.2rem;
    text-align: center;
    line-height: 2.2rem;
    border-radius: 0.2rem;
    color: #0084ff;
    font-size: 1.3rem;
    border: 1px solid #0084ff;
}

.y_focus {
    border: 1px solid #747474;
    color: #747474;
}

.room_butt {
    padding: 1rem 0;
}

    .room_butt ul li {
        position: relative;
    }

        .room_butt ul li:after {
            content: " ";
            position: absolute;
            height: 60%;
            left: 0;
            top: 20%;
            width: 1px;
            bottom: 0;
            border-left: 1px solid #ccc;
            color: #e5e5e5;
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
            -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
        }

        .room_butt ul li p {
            font-size: 2rem;
            text-align: center;
            color: #0084ff;
        }

        .room_butt ul li span {
            font-size: 1.2rem;
            color: #747474;
            display: block;
            text-align: center;
        }

.class_kc {
    padding: 1.5rem;
    background: #fff;
    margin-bottom: 1rem;
    display: block;
}

.re_class > p {
    padding: 1.5rem 0 0 1.5rem;
    background: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    color: #353535;
}

.room-mess {
    background: #fff;
    padding: 1.5rem;
    margin: 0 0 1rem 0;
}

.mess ul li {
    padding: 1.5rem 0 0;
    position: relative;
    overflow: hidden;
}

    .mess ul li img {
        width: 4rem;
        height: 4rem;
        border-radius: 5rem;
        display: inline-block;
        margin-right: 1rem;
        float: left;
    }

.messzi {
    float: left;
}

    .messzi p {
        font-size: 1.4rem;
        color: #353535;
        width: 250px;
    }

    .messzi span {
        font-size: 1.2rem;
        color: #747474;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

.zanza {
    width: 1.5rem;
    height: 1.4rem;
    display: block;
}

.zans {
    float: right;
}

.wzan {
    background: url(../images/index-15.png)no-repeat;
    background-size: 1.5rem 1.4rem;
}

.yzan {
    background: url(../images/index-14.png)no-repeat;
    background-size: 1.5rem 1.4rem;
}

.zans p {
    font-size: 1.2rem;
    color: #666;
    text-align: center;
    margin-top: .5rem;
}
/* 管理端话题详情底部 */
.fixe0 {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}

.anbutt {
    height: 5rem;
    line-height: 5rem;
    overflow: hidden;
    border-top: 1px solid #f0f0f0;
}

.glbutt {
    background-color: #fff;
}

    .glbutt .logbutt {
        background: #0084ff;
        text-align: center;
        font-size: 1.6rem;
        color: #fff;
        font-weight: bold;
    }

.nav-butt {
    width: 100%;
}

    .nav-butt li {
        text-align: center;
    }

.buttimg img {
    width: 1.7rem;
    height: 1.7rem;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: .2rem;
}

.buttimg span {
    font-size: 1.5rem;
    color: #747474;
}

.shop-dp {
    padding-top: 1rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .shop-dp img {
        width: 1.8rem;
        height: 1.7rem;
        display: block;
        margin: 0 auto;
    }

    .shop-dp span {
        font-size: 11px;
        color: #747474;
        text-align: center;
        margin-top: 1rem;
        display: block;
    }

.topic-butt {
    line-height: 0;
}

.anniu-butt {
    text-align: center;
    font-size: 1.7rem;
    color: #fff;
    font-weight: bold;
    height: 5rem;
    cursor: pointer;
    flex: 1;
    -webkit-flex: 1;
}

.butt-a {
    background-color: #ffb910;
    box-sizing: border-box;
    padding: 0.9rem 0;
    line-height: 1;
}

.butt-b {
    background-color: #ff8610;
    box-sizing: border-box;
    padding: 0.9rem 0;
}


    .anniu-butt p {
        font-size: 1.6rem;
        color: #fff;
    }

        .anniu-butt p s {
            text-decoration: none;
            font-size: 1.6rem;
        }

    .anniu-butt span {
        font-size: 1.2rem;
        font-weight: normal;
    }

.butt-c {
    background-color: #ff8610;
    line-height: 5rem;
}

.butt-f {
    background-color: #00a8ff;
    line-height: 5rem;
}
/* 频道详情 */
.dexq p.upd {
    font-size: 1.2rem;
    color: #747474;
}

.dexq button {
    width: 5rem;
    height: 2.2rem;
    background: #ffb910;
    border-radius: 0.2rem;
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
}

.dexq ul {
    margin: 0 0 0 1rem;
}

    .dexq ul li {
        width: 1.9rem;
        height: 1.9rem;
        border-radius: 2rem;
        margin-right: 0.2rem;
    }

        .dexq ul li img {
            width: 100%;
            height: 100%;
            border-radius: 2rem;
        }

.arrow-right {
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 6px;
    width: 6px;
    border-width: 1px 1px 0 0;
    border-color: #b8b8b8;
    border-style: solid;
    position: relative;
    margin-left: .3em;
}

.yroom_top {
    padding-left: 0;
}

.r-words p {
    font-size: 1.6rem;
    color: #353535;
    font-weight: bold;
}

.r-words span {
    font-size: 1.2rem;
    color: #747474;
}

.detailsSlide {
    width: 100%;
    margin-bottom: 8rem;
}

    .detailsSlide .hd {
        overflow: hidden;
        line-height: 5rem;
        background-color: #fff;
        padding: 0 1.5rem;
    }

        .detailsSlide .hd ul li {
            float: left;
            font-size: 1.6rem;
            color: #747474;
            text-align: center;
            width: 50%;
            position: relative;
            font-weight: bold;
        }

            .detailsSlide .hd ul li.on {
                position: relative;
            }

                .detailsSlide .hd ul li.on:after {
                    content: " ";
                    position: absolute;
                    width: 25%;
                    left: 44%;
                    bottom: 0;
                    height: 3px;
                    bottom: 0;
                    border-bottom: 3px solid #0084ff;
                    color: #e5e5e5;
                    -webkit-transform-origin: 0 0;
                    transform-origin: 0 0;
                    -webkit-transform: scaleX(0.5);
                    transform: scaleX(0.5);
                }

            .detailsSlide .hd ul li s {
                text-decoration: none;
                display: inline-block;
            }

            .detailsSlide .hd ul li.on s {
                color: #0084ff;
            }

    .detailsSlide .bd ul li {
        background: #fff;
        padding: 1.5rem;
        margin-bottom: 1rem;
    }

.sy-content label.contt {
    display: block;
    margin: 1.5rem 0 .5rem;
}


/* 参团列表 */
.fixed-tk {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.cantuan .group-list {
    max-height: 28rem;
    overflow-y: auto;
}

.new-tk {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.tktk {
    width: 90%;
    max-width: 30rem;
    border-radius: 0.4rem;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.close_ct {
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    cursor: pointer;
}

    .close_ct img {
        width: 100%;
        height: 100%;
    }

.title-top {
    line-height: 5rem;
    background: #f3f3f3;
    color: #353535;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
}

.ting {
    padding: 1.5rem;
}

    .ting:after {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #f0f0f0;
        color: #f0f0f0;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    .ting img {
        width: 4.5rem;
        height: 4.5rem;
        border-radius: 50%;
        margin-right: .5rem;
    }

.ting-words p.t-bt {
    font-size: 1.6rem;
    color: #353535;
    line-height: 1.5;
}

.ting-words p.t-time {
    font-size: 1.1rem;
    color: #747474;
}

.ting-go p {
    font-size: 1.1rem;
    color: #ffb910;
}
/* 详细规则 */
.rules-wz {
    padding: 4rem 1.5rem 0;
}

.gz-words {
    margin-bottom: 4rem;
}

    .gz-words p.gz-bt {
        font-size: 1.6rem;
        font-weight: bold;
        color: #747474;
    }

    .gz-words p.gz-con {
        font-size: 1.4rem;
        color: #747474;
        margin-top: 1rem;
        line-height: 1.5;
    }
/* 免费拼课弹窗 */
.words-top {
    padding: 4rem 2rem 3rem;
    margin: 0 auto;
}

    .words-top p {
        text-align: center;
        font-size: 1.8rem;
        font-weight: bold;
    }

.f-pin {
    margin: 5rem auto 0;
}

    .f-pin button {
        height: 3.9rem;
        background: #ffb910;
        font-size: 1.6rem;
        text-align: center;
        line-height: 3.9rem;
        border-radius: 0.2rem;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        display: block;
        width: 100%;
    }

/* 返回直播间按钮 */
.reback {
    position: fixed;
    bottom: 7rem;
    right: 0;
    width: 7rem;
    height: 2.5rem;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #747474;
    box-shadow: 4px 5px 10px rgba(116,116,116,0.4);
    -webkit-box-shadow: 4px 5px 10px rgba(116,116,116,0.4);
    -moz-box-shadow: 4px 5px 10px rgba(116,116,116,0.4);
    -ms-box-shadow: 4px 5px 10px rgba(116,116,116,0.4);
    cursor: pointer;
}

    .reback a {
        display: block;
        font-size: 1.2rem;
        color: #fff;
        text-align: center;
        line-height: 2.5rem;
    }

/* 上传图片 */
.upload-box {
    padding: 2rem 1.5rem;
}

.upload-img {
    position: relative;
    padding-bottom: 56.25%;
}

    .upload-img a {
        display: block;
        background: #f0f0f0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.upfile {
    cursor: pointer;
    direction: rtl;
    height: 100%;
    opacity: 0;
    width: 100%;
    filter: alpha(opacity=0);
}

.upload-words {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.tuzi img {
    width: 1.5rem;
    height: 1.4rem;
    display: inline-block;
    margin-right: .6rem;
    vertical-align: middle;
    margin-top: -3px;
}

.tuzi span {
    font-size: 1.5rem;
    color: #353535;
}

.upload-words p {
    font-size: 1.2rem;
    color: #747474;
    margin-top: 0.5rem;
}

.upload-input {
    padding: 0 1.5rem;
}

    .upload-input p {
        font-size: 1.5rem;
        color: #353535;
        margin-bottom: 1rem;
    }

.link {
    width: 100%;
    background: #f0f0f0;
    height: 4.5rem;
}

    .link input {
        width: 100%;
        height: 100%;
        padding-left: 1rem;
        font-size: 1.4rem;
    }

.savein {
    padding: 1.5rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .savein button {
        text-align: center;
        font-size: 1.6rem;
        font-weight: bold;
        color: #0084ff;
        width: 100%;
    }

        .savein button.added {
            color: #747474;
            border-right: 1px solid #f0f0f0;
        }

/* 编辑轮播图 */
.box_li {
    margin-bottom: 2rem;
}

.edit-box {
    padding: 2rem 1.5rem 0;
}

.box_li img {
    width: 82%;
    height: 16.6rem;
    border-radius: 0.2rem;
    display: inline-block;
    margin-right: 1.5rem;
}

.edit-anniu .anniu {
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
}

    .edit-anniu .anniu img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.anniu-a {
    margin-bottom: 4rem;
}

/* 拼团详情 */
.content_pin {
    background: #fff;
    margin-bottom: 1rem;
    padding: 1.3rem 1.5rem;
}

    .content_pin:after {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #f0f0f0;
        color: #f0f0f0;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

.li-img {
    width: 12.5rem;
    height: 7.6rem;
    border-radius: 0.2rem;
    margin-right: 1rem;
    position: relative;
}

    .li-img img {
        width: 100%;
        height: 100%;
        border-radius: .2rem;
        object-fit: cover;
    }

.li-bbt {
    font-size: 1.4rem;
    color: #353535;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.li-xbt {
    font-size: 1.2rem;
    color: #747474;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 0.5rem 0 0.75rem;
}

.watch-shu img {
    width: 1.1rem;
    height: 0.8rem;
    margin-right: .5rem;
}

.topic-live span {
    font-size: 1.2rem;
    color: #b0b0b0;
}

.people-rs {
    margin: 2rem 0;
    padding: 0 1.5rem;
}

.rs-t {
    background: #f3f3f3;
    padding: 2.5rem 0;
    border-radius: 0.2rem;
}
    .rs-t::before {
        content: '';
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #f3f3f3;
        position: absolute;
        top: -14px;
        left: 28px;
    }

    .rs-t p.big-bt {
        font-size: 1.8rem;
        font-weight: bold;
        color: #353535;
        display: block;
        text-align: center;
    }

        .rs-t p.big-bt span.bigger {
            font-size: 3.5rem;
            color: #ffb910;
        }

    .rs-t p.litt-bt {
        position: absolute;
        font-size: 1.2rem;
        color: #F40000;
        text-align: center;
        background-color: rgba(255, 228, 228, 0.5);
        padding: 8px;
        right: 0;
        top: 0;
        border-radius: 0 0 0 20px;
    }

.quan-rs {
    padding: 2.5rem 2rem 0;
    justify-content: center;
}

.leader {
    border: 1px solid #ffb910 !important;
}

.circle-rs {
    width: 4.9rem;
    height: 4.9rem;
    border-radius: 50%;
    background: #fff;
    border: 1px dashed #ccc;
    font-size: 2rem;
    color: #cacaca;
    text-align: center;
    line-height: 4.9rem;
    margin-right: .7rem;
}

    .circle-rs img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
    }

.leader-in {
    width: 2.7rem;
    height: 1.5rem;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 1.5rem;
    border-radius: 2rem;
    bottom: -0.5rem;
    left: 50%;
    margin-left: -1.4rem;
    display: block;
    background: #ffb910;
}

.second-rs {
    width: 5rem;
    height: 5rem;
    border: none;
}

    .second-rs img {
        width: 100%;
        height: 100%;
    }

.anniu-aniu {
    margin-top: 1rem;
}
	.anniu-aniu button:last-child {
		margin-left: 10px;
	}

    .anniu-aniu button {
        height: 4rem;
        line-height: 4rem;
        border-radius: 0.2rem;
        background: #FFEABD;
        text-align: center;
        color: #814000;
        font-size: 1.6rem;
        display: inline-block;
    }
    .anniu-aniu .sharecover-btn {
        margin-right: 1rem;
    }

        .anniu-aniu button.butt-butt {
            background: #ffb910;
            color: #fff;
            
        }

.rs-words {
    padding: 3rem 0 0;
}

.rshu-bt {
    font-size: 1.6rem;
    font-weight: bold;
    color: #353535;
}

.rshu-xbt {
    font-size: 1.4rem;
    color: #747474;
    margin: 0.5rem 0 1rem;
}
.rshu-my {
    padding-top: 15px;
    border-top: 1px solid #f7f7f7;
}
.watch-rules span {
    font-size: 1.4rem;
    color: #353535;
    font-weight: bold;
}

.right_arrow {
    float: right;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
    border-width: 1px 1px 0 0;
    border-color: #ccc;
    border-style: solid;
    margin-left: 7px;
    margin-top: 5px;
}

.right_arrow {
    margin-top: 0;
}

/* 我的拼团 */
:root {
    --storecolor: ''
}
.pinselfSlide {
    width: 100%;
    height: 100%;
}

    .pinselfSlide .hd {
        overflow: hidden;
        line-height: 5rem;
        background-color: #fff;
        padding: 0 1.5rem;
        position: relative;
        z-index: 999;
    }

        .pinselfSlide .hd ul li {
            float: left;
            font-size: 1.6rem;
            color: #747474;
            text-align: center;
            width: 50%;
            position: relative;
            font-weight: bold;
        }

            .pinselfSlide .hd ul li.on {
                position: relative;
            }

                .pinselfSlide .hd ul li.on:after {
                    content: " ";
                    position: absolute;
                    width: 25%;
                    left: 44%;
                    bottom: 0;
                    height: 3px;
                    bottom: 0;
                    border-bottom: 3px solid var(--storecolor);
                    color: #e5e5e5;
                    -webkit-transform-origin: 0 0;
                    transform-origin: 0 0;
                    -webkit-transform: scaleX(0.5);
                    transform: scaleX(0.5);
                }

            .pinselfSlide .hd ul li s {
                text-decoration: none;
                display: inline-block;
            }

            .pinselfSlide .hd ul li.on s {
                color: var(--storecolor)
            }

    .pinselfSlide .bd {
        height: 100%;
        width: 100%;
        max-width: 640px;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        top: 0px;
        padding-top: 5rem;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
    }

        .pinselfSlide .bd ul li.class-in {
            background: #fff;
        }

.class-li {
    padding: 1rem;
}

    .class-li:after {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #f0f0f0;
        color: #f0f0f0;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

.group-prise {
    margin-left: 0;
}

.big-pri {
    font-size: 1.5rem;
    color: #ffb910;
}

    .big-pri s {
        font-size: 11px;
        text-decoration: none;
    }

.l-pri {
    font-size: 1.3rem;
    color: #b0b0b0;
    text-decoration: line-through;
    margin-left: .3rem;
}

    .l-pri s {
        font-size: 11px;
        text-decoration: none;
    }

.kc-in {
    padding: 1rem;
    margin-bottom: 1rem;
}

    .kc-in p {
        font-size: 1.5rem;
        color: #ffb910;
        font-weight: bold;
    }

        .kc-in p.ptsb {
            color: #747474;
        }

    .kc-in button {
        width: 6.5rem;
        height: 2.3rem;
        font-size: 1.3rem;
        color: #fff;
        font-weight: bold;
        text-align: center;
        line-height: 2.3rem;
        background: #ffb910;
        border-radius: 0.2rem;
    }

.pr {
    padding: 0.2rem 0.4rem;
    background: #ffb910;
    color: #fff;
    font-size: 11px;
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    z-index: 9;
}

@media only screen and (min-width: 310px) and (max-width: 360px) {
    .words_l p {
        margin-right: .5rem;
        font-size: 1.2rem;
    }

    .words_l_see span {
        font-size: 1.2rem;
    }

    .words_r_l {
        font-size: 1.2rem;
    }

    .words_r p {
        font-size: 1.6rem;
    }

    .tabslide .small_picture ul li .slimg {
        width: 9.6rem;
        height: 6.4rem;
    }

    .tabslide .small_picture ul li .words_l {
        margin: 0.2rem 0 0;
    }

    .cont p.ttbt {
        font-size: 1.3rem;
    }

    .t-ren {
        width: 4rem;
        height: 4rem;
    }

    .rules p.t-bt {
        font-size: 1.3rem;
    }

    .titleGp p.dabt {
        font-size: 1.9rem;
    }

    .messzi p {
        width: 200px;
    }

    .dexq ul li:nth-child(2n) {
        display: none;
    }

    .ting img {
        width: 3.5rem;
        height: 3.5rem;
    }

    .welcome-in {
        width: 75%;
    }

    .t-dbt p {
        font-size: 1.3rem;
    }

    .t-dbt {
        margin-bottom: .5rem;
    }

    .li-img {
        width: 10.5rem;
        height: 7rem;
    }

    .rs-t p.big-bt {
        font-size: 1.6rem;
    }

        .rs-t p.big-bt span.bigger {
            font-size: 3.2rem;
        }

    .circle-rs {
        width: 4.5rem;
        height: 4.5rem;
        line-height: 4.5rem;
    }

    .second-rs {
        width: 4.6rem;
        height: 4.6rem;
        line-height: 4.6rem;
    }

    .anniu-aniu button {
        height: 3.4rem;
        line-height: 3.4rem;
        font-size: 1.5rem;
    }

    .anniu-butt {
        width: 25%;
    }
}
/* 付费栏 */
.fixed-tk {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tab-lis {
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.cous-xq {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 111;
    background: #fff;
    padding-bottom: 5rem;
    overflow: auto;
    max-height: 70%;
}

.cp-notes {
    padding-left: 1.5rem;
    font-size: 1.3rem;
    color: #747474;
    background: #f3f3f3;
    padding: 1rem 1.5rem;
    font-weight: bold;
}

.u-cous li {
    padding: 1.5rem 1.5rem 1.5rem 0;
    position: relative;
}

.u-cous {
    padding-left: 1.5rem;
}

    .u-cous li:after {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #f0f0f0;
        color: #f0f0f0;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    .u-cous li p {
        font-size: 1.5rem;
        color: #101010;
    }

        .u-cous li p s {
            text-decoration: none;
            color: #ffb910;
            margin-left: .5rem;
        }

    .u-cous li i.select {
        width: 2.1rem;
        height: 1.7rem;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAiCAYAAAApkEs2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplY2EwNzZjNi0yNWI4LWQ2NDQtYmMzYi00MjQxNjE3ZjVhYTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjBCRTg3QzRCRDQyMTFFN0ExOUFFMzhEOUJFMTk1MTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjBCRTg3QzNCRDQyMTFFN0ExOUFFMzhEOUJFMTk1MTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M2RlMDdlMzQtZDg3ZS0wZTQ5LTgyYjItZjIwMjVhZTUyZWU5IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6OTNhYmFhODctYjk2Mi0xMWU3LWE3YWYtOGVhZjllNTEyMTU1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+qI3l1gAAApdJREFUeNrMmEtIVFEYx+9URFiYI0yrFgkuC2pRKJSURVkQQQQFhQPTKtBVIMFEZkoLF1EEIm1qoSH0oJKKFgVRBGkPKMJIYSqGIKJgeqFF6f/g/8Dl4j0P7/ODHzP3nu+e++c8vu87N+P0TDsps82gF9wHJ8GUuLkgRQJXgAHwAKwHx8AzsC5NQlvBGDgIMq77q8EIKC5KWOBy0A8OKHzECF9NUmgjuAxW+bRPgqOgT1wkITTD9XdK8f5PYDd4IW/ELXQZuAj2KXxeg12g7L4Zp9CVYBisVfg8B9vBN29DXELXgDsU62dPwQ5QmasxDqEbwF1Qq/CZ4Jqs+DlEHUebmWFUIr+Anfx1khAqNsRtbiA/q3C6J3SdRSV0G7gGlih8/oH94KVJh1EIbQI3NSKFdYJ7pp26hRZETgXVAUSKYuIWqNL4XQen7bLEbJlXB15xPYkYdhacA98t+qoHT0BO4/cWNKh2uN+IipR2wbXoa5ne3oMTLBx0lmMI0on8BfbaipRCC1z8XsuCLlDieqrx6WMxN069wfvaWM458xGa1/hkWWmX+Jv1tIvZ2GTwrkFwab6LXwjdw7WlsxqObIkjnWUVlDd49gNHM0DJNbuZqjh9LRbPio22FCzU+P1nhnoYRKgMT785skMWz1YbiBR2PqhIbxz9Aw7xaBCWjTM2O2EKlWntiG0wVkx5gSEpdKHSijyvBDn0iyl/HNbUqHL9GXCYo2xrH8HxMAsIXVEizzdTlv22g59xChV2g7XlD8M+h1mYOHELlR8BtoKvBrm8PYoC16YeHWWqLCt8upmFEhXqsKDYCN7N0faGG9BJg1CZt5s8R4hpxt+/aRIq7DPYAh7x+orrf6qEyhNkC4uZjqg/DswIMADuhnxdavPaZgAAAABJRU5ErkJggg==)no-repeat;
        background-size: 2.1rem 1.7rem;
        display: inline-block;
    }

.cous-buttom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 111;
    width: 100%;
}

    .cous-buttom a {
        height: 5rem;
        line-height: 5rem;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 1.6rem;
        background-color: #0084ff;
        display: block;
        width: 100%;
        cursor: pointer;
    }


.u-cous li a span {
    color: #747474;
    font-size: 1.5rem;
}

.u-cous li a s {
    font-size: 1.5rem;
    text-decoration: none;
    color: #ffb910;
}

    .u-cous li a s.sum-xq {
        color: #0084ff;
        font-weight: bold;
    }

.gift-counter {
}

    .gift-counter .counter {
        border: 1px solid #e5e5e5;
        border-radius: 0.4rem;
        height: 2rem;
    }

    .gift-counter i.left {
        border-right: 1px solid #e5e5e5;
    }

    .gift-counter i.right {
        border-left: 1px solid #e5e5e5;
    }

    .gift-counter i {
        font-style: normal;
        font-size: .533333rem;
        height: 100%;
        width: 2rem;
        cursor: pointer;
        color: #ccc;
        text-align: center;
        line-height: 2rem;
    }

    .gift-counter .gift-count input {
        border: none;
        text-align: center;
        width: 3.5rem;
        height: 100%;
        outline: none;
    }
/* 付费栏 end*/
/*密码验证*/
.yzm {
    background: #f9f9f9;
}

    .yzm input {
        line-height: 5rem;
        font-size: 1.6rem;
        color: #b0b0b0;
        text-align: center;
        color: #353535;
    }

.buybutt {
    line-height: 5rem;
    background: #0084ff;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
}
/*我的邀请卡*/
.mycard {
    position: absolute;
    width: 8rem;
    height: 2.8rem;
    background: #0084ff;
    top: -2px;
    right: 0;
    text-align: center;
    line-height: 2.8rem;
    font-size: 1.4rem;
    color: #fff;
    z-index: 9;
    border-radius: 0.2rem;
}
/*推送*/
.pushBox span {
    text-align: center;
    display: block;
    line-height: 2rem;
}

.pushBox .push_top {
    color: #fff;
    background-color: #33bdff;
    font-size: 1.4rem;
    padding: 3rem;
}

.push__span_2 {
    color: #ffa200;
    margin: 1rem;
}

.pushBox a {
    display: block;
    height: 4rem;
    border-radius: .2rem;
    margin: 0 3rem 1rem;
    font-size: 1.4rem;
    color: #fff;
    line-height: 4rem;
    text-align: center;
}

.pushBox .gene_confirm {
    background-color: #00acff;
}

.pushBox .gene_cancel {
    background-color: #c0d2db;
    margin-bottom: 2rem;
}

.pushBox .gene_cancel {
    background-color: #c0d2db;
    margin-bottom: 2rem;
}
/*推送 end*/
/*倒计时*/
.countdown-box {
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
}

.countdown-ico {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI2REIyODJBRTYzNTExRTc5NTE0QkYwOUM0RjgxNUM3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI2REIyODJCRTYzNTExRTc5NTE0QkYwOUM0RjgxNUM3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjZEQjI4MjhFNjM1MTFFNzk1MTRCRjA5QzRGODE1QzciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjZEQjI4MjlFNjM1MTFFNzk1MTRCRjA5QzRGODE1QzciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4BX1e9AAAB60lEQVR42sSXP0vDQBiHe9XGNeLUVfDPXBARrOBgu3RzaD+AqJ+iVNBPYOi3qLt1aldR0EkpODfaWjtosQ7xfcvv4AgmuYttevCQXHL3Pkm43L0nPM9LaZQMUSQOiC1ilbBx74N4IW6JG+Ka+ImMyOIQbKJGvHr65Q197LDYYdIK0VUCPhJVYp/IEhbI4loVbWTpIoa2eIGoKwHaRD7iy6hw25bSv46YoWJu0ECHEXFCCAOpRKDvCLEafrm/wyUaDoidGEI/HOMdMZ0gcRkNvojtKUglHOsTsct+MY9AFzdPNYLJois/RntXjnZ5o6YMJDEDsUBsD66J2FL+U93RayqWo92Dy+ILJVx4MAgSR5yCg0spTZNXAZPYVWr2pYFjkcU5VNoJiKUjx+J1VJ4SED/juMaj7ZtOLGKJGGsGkEuaMBSzh33jxX++QdSaGvhg/KmHOF9J4FNLx5DFHVQ2DQIITfxlA8cOi+9QySfwxns43rO4icphAmLpaMops4cZZXeKq1LolJnGL+TgSc5j/CK6Y+IC5/WJM+ayaMqR8rb2PBKBSlDq46BBf4qpTz8q9ZlrsvdXettKIr31J/RuSEKfAUEJvWua0Pu3MGfKf65TeugTuoURhpu2grJpW8a9gbJpa4LI5fVXgAEA4ub7O6hNLDgAAAAASUVORK5CYII=) no-repeat center center;
    background-size: 15px 15px;
    height: 100%;
    width: 15px;
}

.countdown-20170907 {
    padding-left: 15px;
    color: #fff;
    font-size: 14px;
    height: 40px;
}

.countdown-time {
    margin-left: 10px;
}

    .countdown-time var {
        padding-right: 3px;
    }

.countdown-box {
    position: absolute;
    left: 0;
    bottom: 0;
}

.countdown-tip {
    color: white;
    margin-left: 6px;
}

.goinLive {
    background: rgba(0, 0, 0, 0.3);
    padding: 1rem 1.5rem;
    border: 1px solid #fff;
    border-radius: 20rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.sanjiao {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 12px solid #fff;
    border-bottom: 6px solid transparent;
}

.goinLive p {
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    margin-left: 0.3rem;
}
/* 更新 */
.quan-rs {
    padding: 0;
    margin: 2.5rem 3rem 0;
    justify-content: center;
    overflow-x: scroll;
    height: 5.5rem;
}

    .quan-rs::-webkit-scrollbar {
        width: 0px;
    }

    .quan-rs::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    }

    .quan-rs::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,0.1);
    }

        .quan-rs::-webkit-scrollbar-thumb:window-inactive {
            background: rgba(0,0,0,0.1);
        }

.leader {
    border: 1px solid #ffb910 !important;
}

.circle-rs {
    width: 4.9rem;
    height: 4.9rem;
    border-radius: 50%;
    background: #fff;
    border: 1px dashed #ccc;
    font-size: 2rem;
    color: #cacaca;
    text-align: center;
    line-height: 4.9rem;
    margin-right: .6rem;
}
/* 更新 */
.waiting {
    margin-top: 2rem;
    text-align: center;
    font-size: 1.2rem;
    color: #ffb910;
}

    .waiting i {
        width: 1.3rem;
        height: 1.3rem;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZEQTlCMjU3MUFENTExRThBMzA3ODJFMUI1MDg3MDQwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZEQTlCMjU4MUFENTExRThBMzA3ODJFMUI1MDg3MDQwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkRBOUIyNTUxQUQ1MTFFOEEzMDc4MkUxQjUwODcwNDAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkRBOUIyNTYxQUQ1MTFFOEEzMDc4MkUxQjUwODcwNDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz79XjpYAAACHElEQVR42rSWSyhEYRiGzzkbl8RgITWFjVtuK6JQFijXZMNWWRsruayIJRZK7FkRssDCJSKycCm3DYspWSAl2Y330/vrbzrOnGHOV0/nMud/3/lv3/eboU2fESFyQTuoB4Ugne+fwRXYAivgzknEdDCqBaOg2nAX+2AE7Nn9aNm8iwezYIcmr2AGtIIsEAeSQQHfzfCbaraZpYZjj9LAOqgEn2AcTIL3CL1JAgEwSJMj0Axe7IwSwTaoAA+gDVwY0UUxWAPZ4BjUgY/woZumSZDD8JtJiNjFJdsGqTUdPkcy8T0crk5++NcIUuOTmrW60ZgMI5hil/8bx+yNSe3vOSrF9YwrJwe8RRBRw2ZG+C4F3INUUCY96uAPay5MognRWuR9h6VtyFUj9rHBa40Y5fPh1AOjM17zLC13PXlgpDTT9X0UZ3gYFrOwRKYH+hkq04vRDR+KPDAq4/XWYnqXaHHZ2HSxh1Q0qhIiRst8aOUmi1WIVhfvl8ToHBywRAy4EHBKqnoMMCuI9rladcNs3AfKY9CbcmqFWHV/kqqU33kWrSXg/8cc+akRT83d8HoUYNb1c4GU/KEnxWzrp1bA7swglbCJH6gKOQF8Lgx8LPsnWtsmVV1/OwUl8JzQyyGS8rHABClV91Hb4CVcwt2ceJmTOdCvm7g5bsm/rHI5bIdgSM1JNOc6Ffk8qDTwiKUfIK/BJkvMjZPIlwADADWefibc5PENAAAAAElFTkSuQmCC)no-repeat;
        background-size: 1.3rem;
        display: inline-block;
        vertical-align: middle;
        margin-top: -3px;
        margin-right: 0.5rem;
    }

/*分享图*/
.cover-img-url {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    box-sizing: border-box;
}
.cover-img-url >img {
    height: 100%;
    width: 100%;
}
.prass-save-img {
    color: #fff;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
}
.ps-img {
    background-color: rgba(53, 53, 53, 0.8);
    padding: 5px 5px;
    border-radius: 5px;
    margin: 0 5px;
    font-size: 10px;
}
/* 其他拼团 */
.other-group .org-tips {
    color: #353535;
    height: 40px;
    line-height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #F0F0F0;
    font-size: 14px;
}
.pay-tips {
    color: #353535;
    max-height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.pay-tips i {
    color: #f40000;
    font-weight: bold;
}

.orgtips-r {
    color: #747474;
}

.org-item {
    display: flex;
    flex-direction: row;
    padding: 1rem 0;
    border-bottom: 1px solid #F0F0F0;
}

.orgi-img {
    width: 46px;
    height: 46px;
    background: rgba(204,204,204,1);
    border-radius: 50%;
    margin-right: 5px;
}

.orgi-info {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex: 1;
}

    .orgi-info p.orgi-info-title {
        font-size: 14px;
        color: #353535;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 220px;
    }

    .orgi-info p.orgi-info-tips {
        color: #747474;
    }

    p.orgi-info-tips span {
        color: #FFB910;
    }

.orgi-info-r {
    display: flex;
    align-items: center;
}

    .orgi-info-r a {
        background-color: #FFB910;
        color: #fff;
        display: inline-block;
        padding: 4px 8px;
        border-radius: 4px;
    }

@media (max-width: 330px) {
    .orgi-info p.orgi-info-title {
        width: 166px;
    }
    .other-group .org-tips {
        font-size: 12px;
    }
    .rshu-xbt {
        font-size: 12px;
    }
    .orgi-info p.orgi-info-tips {
        width: 142px;
    }
}

/*更多列表*/
.more-org-list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
}
.more-org-wrap {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    padding: 1.5rem 1.5rem 0;
    box-sizing: border-box;
    border-radius: 1.5rem 1.5rem 0 0;
}
.more-org-wrap-i {
    max-height: 400px;
    overflow-y: scroll;
}
.more-org-item {
    margin-bottom: 4rem;
}
p.more-org-cancel {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    z-index: 1;
    background-color: #fff;
    font-size: 1.4rem;
}