.more {
    height:40px;
    line-height:40px;
    margin-bottom:130px;
    text-align:center;
    font-size:16px;
    color:#666
}
.wrapper {
    position:fixed;
    z-index:10;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.wrapper .content-wrapper {
    height:100%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    overflow-y:scroll;
    margin-top:70px;
    margin-bottom:60px
}
.wrapper .content-wrapper .notice-wrapper {
    padding:10px 0;
    font-size:14px;
    height:36px;
    line-height:36px;
    width:100%;
    margin:0;
    overflow:hidden;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    padding:0 15px
}
.wrapper .content-wrapper .notice-wrapper a {
    height:100%;
    color:#666;
    white-space:nowrap;
    max-width:90%;
    overflow:hidden;
    text-overflow:ellipsis
}
.wrapper .content-wrapper .rooms-box {
    margin:15px;
    border-radius:5px
}
.wrapper .content-wrapper .rooms-box .rooms-title {
    font-size:16px;
    height:47px;
    line-height:47px
}
.wrapper .content-wrapper .rooms-box .rooms-title,
.wrapper .content-wrapper .rooms-box .rooms-title .title-wrapper {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.wrapper .content-wrapper .rooms-box .rooms-title .title-wrapper {
    width:100%
}
.wrapper .content-wrapper .rooms-box .rooms-title .title-wrapper img {
    margin-left:10px;
    width:30px;
    height:30px
}
.wrapper .content-wrapper .rooms-box .rooms-title .title-wrapper h2 {
    font-size:16px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    color:#111
}
.wrapper .content-wrapper .rooms-box .live-list-wrapper,
.wrapper .content-wrapper .rooms-box .title-box {
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.wrapper .content-wrapper .rooms-box .live-list-wrapper {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.wrapper .content-wrapper .rooms-box .live-list-wrapper .list-box {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding:8px 5px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:25%
}
.wrapper .content-wrapper .rooms-box .live-list-wrapper .list-box .mark {
    width:100%;
    position:relative;
    margin:0
}
.wrapper .content-wrapper .rooms-box .live-list-wrapper .list-box .mark .live-on {
    position:absolute;
    z-index:1000;
    top:10px;
    left:10px;
    background:#df1a14;
    padding:0 10px;
    height:30px;
    font-size:14px;
    font-weight:700;
    line-height:30px;
    border-radius:15px;
    color:#fff
}
.wrapper .content-wrapper .rooms-box .live-list-wrapper .list-box .mark .name {
    position:absolute;
    z-index:1000;
    bottom:10px;
    left:10px;
    font-size:16px;
    padding:5px;
    font-size:14px;
    color:#fff;
    font-weight:700;
    background:#212121
}
.wrapper .content-wrapper .rooms-box .live-list-wrapper .list-box .mark .cover {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    font-size:14px;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    width:100%;
    border-radius:10px;
    height:auto
}
.wrapper .content-wrapper .rooms-box .live-list-wrapper .list-box .mark .member-count {
    position:absolute;
    z-index:1000;
    bottom:10px;
    right:10px;
    font-size:16px;
    padding:5px;
    font-size:14px;
    color:#fff;
    font-weight:700;
    background:#212121
}
.wrapper .content-wrapper .rooms-box .live-list {
    margin-top:20px
}
.wrapper .content-wrapper .rooms-box .live-list .live-header {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    height:46px;
    line-height:46px
}
.wrapper .content-wrapper .rooms-box .live-list .live-header h2 {
    font-size:22px;
    font-weight:600;
    padding-left:15px;
    color:#c9cedc;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    line-height:46px;
    height:46px;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.wrapper .content-wrapper .rooms-box .live-list .live-header h2 img {
    width:35px;
    height:35px;
    margin-top:-3px
}
.wrapper .content-wrapper .rooms-box .live-list .live-header .search-button {
    margin-right:15px;
    color:#c9cedc;
    font-size:14px;
    font-weight:500;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    overflow:hidden
}
.wrapper .content-wrapper .rooms-box .live-list .live-header .search-button .search {
    height:36px!important;
    line-height:36px!important
}
.wrapper .content-wrapper .rooms-box .live-list .live-header .search-button .search input {
    height:36px!important;
    background-color:transparent!important;
    line-height:36px!important;
    padding:0 20px;
    font-size:12px;
    background:#222!important;
    color:#eee;
    border:1px solid #313133
}
.wrapper .content-wrapper .rooms-box .live-list .live-header .search-button .search-button-box {
    display:block;
    cursor:pointer;
    color:#f2507e;
    width:120px;
    height:36px;
    line-height:36px;
    margin-left:5px;
    border-radius:5px;
    background:#000;
    border:1px solid #f2507e
}
.wrapper .content-wrapper .rooms-box .live-list .live-header .search-button .search-button-box:hover {
    background-color:#212121
}
.wrapper .content-wrapper .rooms-box .live-list .live-item-list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
    margin-top:20px
}
.wrapper .content-wrapper .rooms-box .live-list .live-item-list article {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    overflow:hidden;
    width:25%;
    cursor:pointer;
    padding:15px
}
.wrapper .content-wrapper .rooms-box .live-list .live-item-list article figure {
    margin:0;
    padding:0;
    position:relative;
    border-radius:5px;
    overflow:hidden
}
.wrapper .content-wrapper .rooms-box .live-list .live-item-list article figure .img {
    width:100%;
    display:block;
    -o-object-fit:cover;
    object-fit:cover
}
.wrapper .content-wrapper .rooms-box .live-list .live-item-list article figure figcaption {
    position:absolute;
    z-index:30;
    top:10px;
    left:10px;
    border-radius:2px;
    height:24px;
    line-height:24px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.wrapper .content-wrapper .rooms-box .live-list .live-item-list article figure figcaption span {
    padding:0 10px;
    color:#fff;
    font-size:12px;
    border-radius:3px;
    font-weight:700
}
.wrapper .content-wrapper .rooms-box .live-list .live-item-list article figure figcaption .live-tag {
    background:#ff024a;
    margin-right:5px;
    font-size:10px
}
.wrapper .content-wrapper .rooms-box .live-list .live-item-list article figure figcaption .live-member {
    background:rgba(20,21,23,.9)
}
.wrapper .content-wrapper .rooms-box .live-list .live-item-list article .userinfo {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-top:5px
}
.wrapper .content-wrapper .rooms-box .live-list .live-item-list article .userinfo .avatar {
    width:40px;
    height:40px;
    border-radius:100%
}
.wrapper .content-wrapper .rooms-box .live-list .live-item-list article .userinfo .nickname-name {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    font-size:14px;
    margin:10px;
    line-height:16px;
    font-weight:400;
    margin-left:10px;
    color:#dfe2ea
}
.wrapper .content-wrapper .rooms-box .live-list .live-item-list article .userinfo .nickname-name .name {
    color:#9da5b6
}
.wrapper .content-wrapper .rooms-box .live-list .live-item-list article .user-tag {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-size:12px
}
.wrapper .content-wrapper .rooms-box .live-list .live-item-list article .user-tag span {
    background:rgba(46,48,51,.6);
    color:#9da5b6;
    display:inline-block;
    height:20px;
    line-height:20px;
    padding:0 10px;
    margin-right:5px;
    border-radius:2px
}
.wrapper .content-wrapper .rooms-box .live-list .live-item-list article:hover {
    background:hsla(0,0%,100%,.06);
    border-radius:10px
}
.wrapper .content-wrapper .rooms-wrapper {
    margin:15px
}
