@charset "UTF-8";

/* 右侧 */
aside {
    width: 15rem;
    float: right;
}
.news-list-box {
    width: 33.5rem;
    padding-bottom: 1rem;
}
.hot-t, .link-fs, .about-esl, .user-feed, .hot-list-esl{
    margin: 1rem 0;
    height: 1.05rem;
    background: url("../img/subtitle.png") 0 0 no-repeat;
    background-size: 100%;
}
.video-list a {
    margin-top: 1rem;
    display: block;
    overflow: hidden;
}
.img-video {
    position: relative;
    width: 5rem;
    height: 3.4rem;
    overflow: hidden;
}
.img-video img, div.one-img img, .some-img img {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    min-height: 100%;
    -webkit-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -ms-transition:all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
    border-radius: 0.25rem;
}
.img-video img:hover, .one-img img:hover, .some-img img:hover {
    transform: translateY(-50%) scale(1.05,1.05);
}
.img-video span {
    position: absolute;
    right: 0.25rem;
    bottom: 0.25rem;
    height: 1rem;
    color: #fff;
    font-size: 0.6rem;
    line-height: 1rem;
    border-radius: 0.5rem;
    padding: 0 0.25rem 0 0.75rem;
    background: rgba(0,0,0,.6) url(../img/play.png) 7px no-repeat;
}
.tit-video {
    margin-left: 6rem;
}
.tit-video p:first-child {
    height: 2.1rem;
    line-height: 1.05rem;
    overflow: hidden;
}

/* 里友身边 */
.user-feed {
    background-position-y: -7.5rem;
}
.user-feed-list {
    padding: 0.5rem 0.75rem;
    line-height: 1.5rem;
    background: #fafafa;
    overflow: hidden;
}

/* 友情链接 + 关于二三里 */
.link-fs {
    background-position-y: -2.5rem;
}
.about-esl {
    background-position-y: -5rem;
}
.link-list {
    padding: 0.5rem 0 0.5rem 0.75rem;
    line-height: 1.5rem;
    background: #fafafa;
    overflow: hidden;
}
.link-list li {
    float: left;
}
.link-list a {
    color: #999;
    margin-right: 0.75rem;
}
.link-list a:hover {
    color: #555;
}
.logo-all {
    margin: 0.7rem 0 0 1.6rem;
    width: 6.45rem;
    height: 2.6rem;
}

/* 列表 */
.content_index > .news-item:first-child {
    border-top: 0;
}
.news-item {
    display: block;
    padding: 1rem 0;
    overflow: hidden;
    border-top: 1px solid #eee;
    background: #fff;
}
.news-item:hover {
    background: #fafafa;
}
.news-title {
    font-size: 0.8rem;
    line-height: 1.2rem;
}
.one-img {
    position: relative;
    float: left;
    margin-right: 1.5rem;
    width: 8rem;
    height: 5rem;
    border-radius: 0.25rem;
    overflow: hidden;
}
.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1.5rem;
    height: 1.5rem;
    background: rgba(0,0,0,0.5) url(/img/play_big.png) center no-repeat;
    background-size: 0.6rem;
    border-radius: 50%;
}
.video-play-big {
    width: 2.2rem;
    height: 2.2rem;
    background-size: 0.8rem;
}
.one-img-txt {
    display: table-cell;
    vertical-align: middle;
    height: 5rem;
}
.one-img-txt .news-title {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.some-img {
    overflow: hidden;
}
.some-img li {
    position: relative;
    float: left;
    margin-top: 0.4rem;
    margin-right: 1rem;
    width: 8rem;
    height: 5rem;
    border-radius: 0.125rem;
    overflow: hidden;
}
.user-icon {
    position: relative;
    float: left;
    width: 1.9rem;
    height: 1.9rem;
}
.user-icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.user-info {
    padding-left: 2.4rem;
    line-height: 1rem;
}
.feed-txt {
    margin-top: 0.4rem;
    font-size: 0.8rem;
    line-height: 1.2rem;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.user-icon-small {
    position: relative; float: left; display: block; margin: 0.1rem 0.3rem 0 0; width: 1rem; height: 1rem; overflow: hidden;
}
.user-icon-small img {
    width: 100%; height: 100%; border-radius: 50%; vertical-align: initial;
}
.feed-one-img {
    position: relative; margin-top: 0.4rem;
}
.w-img {
    max-width: 55%; height: auto; max-height: 12.2rem;
}
.h-img {
    width: auto; min-width: 8rem; height: 10.4rem;
}
.feed-one-img .video-play {
    top: auto;
    bottom: 1rem;
    left: 1rem;
    transform: none;
}

/* article */
.article {
    width: 34rem;
}
.float-aside {
    position: absolute;
    right: 0;
}
.fff-radius {
    padding: 1.5rem 1.5rem 1rem;
    background: #fff;
    border-radius: 0.2rem;
}
.author-wrap {
    padding: 1.9rem 1rem 1.4rem;
    line-height: 1rem;
    text-align: center;
    color: #999;
}
.avatar {
    position: relative;
    display: inline-block;
    margin-bottom: 0.5rem;
    width: 4rem;
    height: 4rem;
}
.avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.avatar-80 i {
    width: 1.2rem;
    height: 1.2rem;
}
.author-wrap span {
    line-height: 2rem;
    font-size: 0.8rem;
    color: #222;
}
.title-wrap h1 {
    margin-bottom: 0.9rem;
    line-height: 1.8rem;
    font-size: 1.3rem;
    font-weight: 400;
    color: #222;
}
.relate-num span + span {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #eee;
}
.relate-num i {
    margin-right: 0.3rem;
    vertical-align: middle;
}
.content-article {
    padding-top: 0.5rem;
    font-size: 0.8rem;
    line-height: 1.6rem;
}
.content-article p {
    margin-top: 0.7rem;
}
.content-article img {
    max-width: 100%;
    margin: 1rem auto;
    display: block;
}
.content-article .news-item:first-child, .ad-article .news-item:first-child {
    border-top: 0;
}
.content-article a {
    color: #00a7ee;
}
a.news-item {
    color: #222;
}
.video-wrap {
    position: relative;
    padding-bottom: 0;
    display: none;
}
.video-wrap video {
    height: 26.47rem;
    vertical-align: middle;
}
.h2-title {
    padding-bottom: 1.2rem;
    font-size: 0.8rem;
    font-weight: 400;
    color: #222;
    border-bottom: 1px solid #eee;
}
.comment-item {
    overflow: hidden;
}
.avatar.avatar-42 {
    width: 2.1rem;
    height: 2.1rem;
}
.comment-body {
    margin-left: 2.6rem;
    padding: 0.5rem 0.75rem 0.75rem;
    width: fit-content;
    color: #222;
    background: #f3f5f7;
    border-radius: 1rem;
}
.comment-time {
    margin: 0.2rem 0 0 3.35rem;
    font-size: 0.6rem;
    color: #bbb;
}
.nothing {
    margin: 1.5rem 0 0.5rem;
    padding: 10rem 0 0;
    text-align: center;
    color: #999;
    background: url('/img/pic_nothing.png') center 0 no-repeat;
}
.article .some-img li {
    width: 8rem;
}
.article .some-img li:last-child {
    margin-right: 0;
}
/* ad */
.ad-article {
    padding: 0.5rem 1.5rem;
}
.ad-tab-gray {
    font-size: 0.6rem;
    border: 1px solid #ccc;
    padding: 0.02rem 0.15rem;
    border-radius: 0.15rem;
    color: #999;
}
.cycle {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
}
.cycle .swiper-container {
    width: 100%;
    height: 3rem;
    background: #fff;
    box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.1);
}
.cycle .swiper-container .swiper-slide {
    padding: 0.5rem 0.75rem;
}
.cycle .swiper-container .open-btn {
    top: 0.9rem;
}
.cycle .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}
.cycle .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}
.cycle .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}
.cycle .swiper-pagination-bullet-active {
    background: #03a9f6;
}
.avatar-24 {
    width: 1.2rem;
    height: 1.2rem;
    line-height: 0;
    margin: 0 0.5rem 0 0;
}
.avatar-24 i {
    width: 10px;
    height: 10px;
}
.wxpro {
    position: relative;
    color: #999;
    font-size: 0.6rem;
    text-align: center;
    background: #fff;
    padding: 1rem 0 0;
    line-height: 1.2rem;
    display: none;
}
.wxpro:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #ebebeb;
}
.wxpro i {
    font-size: 0.7rem;
    background: #fff;
    padding: 0 0.5rem;
    position: relative;
    top: -0.6rem;
}
.wxpro img {
    width: 7rem;
    height: 7rem;
    margin: 1rem 0 2rem;
}
.wxpro span {
    font-size: 0.7rem;
    color: #222;
}
a.blue-foot {
    margin-top: 0.5rem;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background: #01a9f6;
    color: #fff;
    display: none;
}
.more-comment {
    margin: 1rem -0.8rem -1rem;
    padding-top: 0.5rem;
    text-align: center;
    background: #f3f5f7;
    color: #01a9f6;
}
.phoneAd {
    position: fixed;
    bottom: 0.75rem;
    right: 0.75rem;
    width: 4.65rem;
    height: 3.975rem;
    background: url(/img/pic_ad.png) 0 0 no-repeat;
    background-size: 100%;
    display: none;
}
.video-poster {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 11rem;
    z-index: 99;
    overflow: hidden;
    cursor: pointer;
}
.video-poster img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    min-height: 100%;
}
.video-poster .video-play {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 0.8rem;
}
a.video-app {
    display: block;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    color: #fff;
    background: #01a9f6;
}
.special-img {
    margin: -1rem -0.8rem 0.8rem;
}
.special-img img {
    width: 100%;
}
.title-wrap h1.special-title {
    margin-bottom: -0.2rem;
    font-size: 0.7rem !important;
    line-height: 1.2rem;
}

/* feed */
.feed-user {
    line-height: 1.1rem;
}
.feed-user .avatar {
    margin: 0 0.5rem 0 0;
    line-height: 0;
}
.pre-line {
    white-space: pre-line;
}
.feed-content {
    padding: 0.5rem 0 0 2.6rem;
    font-size: 0.8rem;
    line-height: 1.6rem;
}
.feed-video {
    position: relative;
    height: 19rem;
    border-radius: 0.25rem;
    overflow: hidden;
}
.feed-video video {
    position: absolute;
    height: 100%;
    vertical-align: middle;
}
.forward {
    margin: 0 0 0.5rem;
    display: table;
    width: 100%;
    font-size: 0.7rem;
}
.forward div {
    position: relative;
    display: table-cell;
    width: 8rem;
    height: 5rem;
    line-height: 1.2rem;
    vertical-align: middle;
    background: #f3f5f7;
    border-radius: 0 0.25rem 0.25rem 0;
    overflow: hidden;
}
.forward div:first-child {
    width: auto;
    padding: 0 0.75rem;
    border-radius: 0.25rem 0 0 0.25rem;
}
.forward div p {
    margin: 0;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.forward div img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    min-height: 100%;
}
.detail-1-img {
    width: 66.37%;
    height: auto;
    max-height: 17.15rem;
    line-height: 0;
    overflow: hidden;
    border-radius: 0.25rem;
}
.detail-2-img {
    width: 66.33333%;
}
.detail-2-img li, .detail-3-img li {
    float: left;
    position: relative;
    margin-bottom: 1%;
    margin-left: 1%;
    padding-bottom: 49.5%;
    width: 49.5%;
    height: 0;
    overflow: hidden;
    border-radius: 0.25rem;
}
.detail-3-img li {
    padding-bottom: 32.66667%;
    width: 32.66667%;
}
.detail-2-img li:nth-child(2n+1), .detail-3-img li:nth-child(3n+1) {
    margin-left: 0;
}
.detail-1-img img {
    width: 100%;
}
.w-img-feed {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
}
.h-img-feed {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
}

/* 个人主页分享 */
a.focus-btn {
    display: block;
    margin: 1rem auto 0;
    width: 5.4rem;
    height: 1.8rem;
    line-height: 1.8rem;
    color: #fff;
    background: #01a9f6;
    border-radius: 1.8rem;
}
.person-num {
    padding: 0.25rem;
    overflow: hidden;
}
.person-num p {
    float: left;
    padding: 2rem 0;
    width: 50%;
    text-align: center;
    color: #999;
}
.person-num p span {
    font-size: 1.2rem;
    color: #222;
}
.person-num p:first-child, .person-num p:last-child {
    background: #f9f9f9;
}

.person-nav {
    z-index: 99;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    border-bottom: 1px solid #eee;
}
.person-nav-tab {
    display: inline-block;
    padding: 0.6rem 0;
    margin: 0 1rem;
    height: 2rem;
    color: #222;
    font-size: 0.8rem;
    line-height: 0.7rem;
    cursor: pointer;
    border-bottom: 0.1rem solid #fff;
}
.person-nav-tab.active {
    color: #01a9f6;
    padding: 0.6rem 0;
    border-bottom: 0.1rem solid #01a9f6;
}
.w400 {
    width: 400px;
}
.person-item {
    display: block;
    margin: 0;
    padding: 1.5rem 1.5rem 0;
    background: #fff;
}
a.tool-bar {
    margin-bottom: 0.5rem;
    display: block;
    height: 3rem;
    line-height: 3rem;
    background: #fff;
    color: #999;
    overflow: hidden;
}
.tool-bar span {
    float: left;
    display: block;
    width: 33.3%;
    text-align: center;
}
.person-list .news-item {
    border-top: 0;
    border-bottom: 1px solid #eee;
}
.topic-list {
    display: block;
    padding: 1rem;
    line-height: 1rem;
    background: #fff;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.topic-list > div:first-child {
    float: left;
    width: 2.1rem;
    height: 2.1rem;
    margin-right: 0.75rem;
}
.topic-list div img {
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
}
.person-info-h5 > div {
    display: -webkit-flex; /* Safari */
    display: flex;
    padding: 1rem 0.8rem 0;
    flex-direction: row;
    background: #fff;
}
.person-info-h5 .avatar {
    margin: 0 1rem 0 0;
    flex-shrink: 0;
}
.person-info-h5 h2 {
    font-size: 0.9rem;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.person-head-btn {
    margin-top: 0.6rem;
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
}
.person-head-btn > a {
    display: block;
    width: 8.5rem;
    line-height: 1.1rem;
    text-align: center;
    color: #fff;
    background: #01a9f6;
    border: 1px solid #01a9f6;
    border-radius: 0.2rem;
}
.person-head-btn > a:first-child {
    margin-right: 0.6rem;
    width: 3rem;
    color: #333;
    background: #fff;
    border: 1px solid #eee;
}
div.person-num-h5 {
    padding: 0.8rem 0.8rem 0;
    line-height: 1rem;
    align-items: center;
}
.person-num-h5 p {
    text-align: center;
    width: 25%;
}
div.person-desc-h5 {
    padding: 0.4rem 0.8rem 0.6rem;
    flex-direction: column;
    line-height: 1rem;
}
.person-desc-h5 div {
    margin-top: 0.2rem;
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
}
.person-desc-h5 div p:first-child {
    flex-shrink: 0;
}
.ico-auth, .ico-intro {
    padding: 0 0.35rem;
    margin-right: 0.3rem;
    width: 0.7rem;
    height: 0.7rem;
    background: url("/img/ico_auth.png") 0 0 no-repeat;
    background-size: 100%;
}
.ico-intro {
    background-image: url("/img/ico_intro.png");
}
.full-text {
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.full-text > p {
    display: none;
}
.full-text .pre-line {
    overflow: hidden;
}
.at-the-top {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

/* 内容无效页面 */
.invalidBg {
    background: url(/img/invalid.jpg?v=1) center top no-repeat #fff;
    background-size: contain;
}
.invalid {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20%;
}
.invalid a {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 750px;
    background: transparent;
}

/*下载APP页面*/
.wholepage {
    position: relative;
    width: 100%;
}
.wholepage img {
    width: 100%;
}
.wholepage > a {
    text-indent: -99999px;
    position: absolute;
    display: block;
    width: 51%;
    height: 8%;
    left: 25%;
    bottom: 0;
    border-radius: 40px;
}
.wholepage > a:active {
    background: rgba(0,0,0,0.1);
}

.feed-content.feed-forward {
    padding: 0 2.6rem 0 4.1rem;
    background: #fff;
}
.feed-forward .person-item {
    padding: 0.5rem 0;
}
.feed-forward .forward {
    margin: 0;
}
.nopc .feed-content.feed-forward {
    padding: 0 0.8rem;
    margin: 0;
}
.nopc .feed-forward .person-item {
    padding: 0.2rem 0;
}

/* 展开全文 */
.btn-look-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem 0 1.5rem;
    text-align: center;
    background-image: -webkit-linear-gradient(top,hsla(0,0%,98%,0),hsla(0,0%,98%,.9) 28%,#fff 49.1%,#fff);
}
.btn-look-more-mask {
    height: 2.7rem;
    background: url("../img/jiantou.png") center center no-repeat;
    background-size: 0.7rem 0.7rem;
}
div.btn-look-more a {
    display: inline-block;
    width: 90%;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.7rem;
    color: #fff;
    background: #00a0ff;
    border-radius: 1rem;
}
.confirm-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
}
.confirm-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 15rem;
    font-size: 0.7rem;
    text-align: center;
    color: #999;
    background: #fff;
    border-radius: 0.6rem;
    overflow: hidden;
    z-index: 10000;
}
.confirm-title {
    margin: 1.25rem 0 1rem;
    font-size: 0.85rem;
    font-weight: bold;
    color: #222;
}
.confirm-btn {
    margin-top: 1.2rem;
    border-top: 0.025rem solid #eee;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.confirm-btn a {
    position: relative;
    display: block;
    width: 50%;
    height: 2.15rem;
    line-height: 2.15rem;
}
.confirm-btn a:first-child:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.025rem;
    background: #eee;
}
.confirm-content {
    padding: 0 0.75rem;
}

/* 在浏览器打开 */
.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
}
.open_browser {
    position: absolute;
    top: 0.6rem;
    right: 1rem;
    width: 12.825rem;
    height: 7.2rem;
}

/* 直播分享 */
.flex {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.live-player-box {
    position: absolute;
    top: 0;
    bottom: auto;
    width: 34rem;
    height: 460px;
    z-index: 1002;
}
.nopc .live-player-box {
    position: fixed;
    width: 100%;
    height: 10.55rem;
}
.live-player-box:before {
    content: '';
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    width: 5.65rem;
    height: 0.8rem;
    background: url("../img/logo_live.png") 0 0 no-repeat;
    background-size: contain;
    z-index: 9999;
}
.live-message-box {
    position: absolute;
    top: 460px;
    width: 100%;
    padding: 0 0.3rem 0 0.5rem;
    height: 1.5rem;
    color: #146bff;
    font-size: 0.65rem;
    background: #fff;
    z-index: 100;
}
.nopc .live-message-box {
    position: fixed;
    top: 10.55rem;
    width: 100%;
    background: #394457;
}
.swiper-live-message {
    flex: 1;
    padding: 0 0.5rem;
    line-height: 1.5rem;
    height: 100%;
}
.icon-message-blue {
    width: 0.8rem;
    height: 0.7rem;
    background: url("../img/icon_message_blue.png") 0 0 no-repeat;
    background-size: contain;
}
.icon-close-blue {
    position: relative;
    transform: rotate(45deg);
    width: 1.5rem;
    height: 1.5rem;
}
.icon-close-blue:before, .icon-close-blue:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.1rem;
    height: 0.8rem;
    background: #7892c0;
    border-radius: 0.8rem;
}
.icon-close-blue:after {
    width: 0.8rem;
    height: 0.1rem;
}
.live-content-box {
    padding: 500px 0 1.5rem;
}
.nopc .live-content-box {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
}
.bj #live_topic_box {
    padding-bottom: 1rem;
    background: #fff;
}
.live-topic-title {
    padding: 0.75rem 0.75rem 0;
    font-size: 0.85rem;
    color: #222;
}
.nopc .live-topic-title {
    color: #fff;
}
.icon-topic-blue {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: sub;
    background: url("../img/icon_topic_blue.png") 0 0 no-repeat;
    background-size: contain;
}
.live-topic-title p:first-child {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.live-topic-box {
    flex-wrap: wrap;
    padding: 0.25rem 0.45rem 0 0.75rem;
}
.live-topic-box > a {
    padding: 0.75rem 0.3rem 0;
    width: 25%;
    color: #222;
}
.nopc .live-topic-box > a {
    width: 50%;
    color: #fff;
}
.live-topic-user-info {
    position: relative;
    padding: 0 0.5rem 0 1.75rem;
    height: 1.25rem;
    background: #e4e8ec;
    border-radius: 0.5rem 0.5rem 0 0;
}
.nopc .live-topic-user-info {
    background: #797979;
}
.live-topic-user-icon {
    position: absolute;
    left: -0.4rem;
    bottom: 0;
    width: 1.75rem;
    height: 1.75rem;
}
.live-topic-user-icon img {
    width: 100%;
    height: 100%;
    border: 0.05rem solid #fff;
    border-radius: 50%;
}
.live-topic-item {
    justify-content: flex-start;
    padding: 0.7rem;
    line-height: 0.8rem;
    background: #f3f5f7;
    border-radius: 0 0 0.5rem 0.5rem;
}
.nopc .live-topic-item {
    background: #545454;
}
.live-topic-item > div {
    position: relative;
    flex: none;
    margin-right: 0.4rem;
    width: 2.75rem;
    height: 3.15rem;
    border-radius: 0.5rem;
    overflow: hidden;
}
.absolute-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    min-height: 100%;
}
.multi-ellipsis--l2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.multi-ellipsis--l4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.live-clock-in-blue {
    margin: 0.65rem 0.75rem 0;
    justify-content: center;
    height: 1.75rem;
    font-size: 0.8rem;
    color: #fff;
    font-weight: bold;
    background: #146bff;
    border-radius: 1.75rem;
}
.icon-clock-in-white {
    display: inline-block;
    width: 0.975rem;
    height: 0.975rem;
    background: url("../img/icon_clock_in_white.png") 0 0 no-repeat;
    background-size: contain;
}
.prism-player .prism-big-play-btn {
    transform: translate(-50%,50%);
    width: 3rem;
    height: 3rem;
    background: rgba(0,0,0,0.5) url("../img/play_big.png") 1.1rem center no-repeat;
    background-size: 1rem;
    border-radius: 50%;
}
.prism-player .prism-big-play-btn .outter {
    border: 0;
}
.bottom-line:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #e5e5e5;
    transform: scaleY(0.5);
    transform-origin: 0 0;
}
.top-line:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: #e5e5e5;
    transform: scaleY(0.5);
    transform-origin: 0 0;
}
.live-cont-list {
    position: relative;
    padding: 0;
}
.live-cont-list li {
    position: relative;
    z-index: 10;
    padding: 0 0 1.5rem;
    overflow: hidden;
}
.live-cont-list:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3.5rem;
    width: 1px;
    background: #e5e5e5;
    transform: scaleX(0.5);
    transform-origin: 0 0;
    z-index: 1;
}
.live-list-time {
    position: relative;
    float: left;
    width: 3.55rem;
    height: 0.925rem;
    line-height: 1.05rem;
    text-align: center;
    font-size: 0.55rem;
    color: #b5bcc2;
    background: #fff;
}
.live-list-time:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -0.2rem;
    width: 0.425rem;
    height: 0.425rem;
    background: url("../img/ico_circle.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.nopc .live-list-time {
    color: #999;
    background: #2d2c2c;
}
.live-list-cont {
    padding: 0 0.75rem 0 4.5rem;
    color: #222;
    line-height: 1rem;
}
.nopc .live-list-cont {
    color: #fff;
}
.my-gallery {
    position: relative;
    margin: 0.3rem 0 0 -0.25rem;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.my-gallery figure {
    position: relative;
    margin: 0.25rem 0 0 0.25rem;
    width: 4.325rem;
    height: 4.325rem;
    overflow: hidden;
    background: url("../img/pic.jpg") center center no-repeat;
    background-size: cover;
    cursor: pointer;
}
.my-gallery figure.live-one-img {
    width: 100%;
    max-width: 13.5rem;
    height: 7.5rem;
}
.my-gallery figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 100%;
    height: 100%;
}
.live-list-video {
    position: relative;
    margin-top: 0.55rem;
    width: 100%;
    max-width: 13.5rem;
    height: 7.5rem;
}
.live-list-video:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 2rem;
    height: 2rem;
    background: rgba(0,0,0,0.5) url(../img/play_big.png) 0.7rem center no-repeat;
    background-size: 0.8rem;
    border-radius: 50%;
}
.live-list-video a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.live-list-video img {
    width: 100%;
    height: 100%;
}
.live-comment-box {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0 0.75rem;
    height: 2.5rem;
    background: #3c3c3c;
    z-index: 1002;
    opacity: 0;
}
.live-comment-box a {
    height: 100%;
}
.live-comment-box div:first-child {
    padding: 0 0.75rem;
    width: 82%;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 1.5rem;
    color: #a6a6a6;
    background: #797979;
}
.live-comment-box div:last-child {
    width: 16%;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    color: #fff;
    border-radius: 1.5rem;
    background: #10acf0;
}
.live-end {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #fff;
    background: rgba(0,0,0,0.8);
    border-radius: 3.2rem;
    z-index: 9999;
}
.down-loading {
    position: absolute;
    top: -1rem;
    width: 100%;
    text-align: center;
    z-index: 10;
}
.down-loading span {
    margin-right: 0.3rem;
    padding: 0.45rem;
    background: url("../img/loading_circle.png") 0 center no-repeat;
    background-size: auto 0.9rem;
}
.live-appointment {
    margin: 0.75rem 0.75rem 0;
    padding: 0.75rem 1.125rem;
    height: 7.15rem;
    line-height: 1.4rem;
    color: #222;
    text-align: center;
    background: #f5f5f5;
    border-radius: 0.5rem;
}
.live-appointment b {
    font-size: 1.2rem;
}
.live-appointment a {
    margin: 0.6rem 0 0;
    display: block;
    height: 2.1rem;
    line-height: 2.1rem;
    font-size: 0.8rem;
    text-align: center;
    color: #fff;
    background: #146bff;
    border-radius: 2.1rem;
}
.nopc .live-appointment {
    color: #fff;
    background: #545454;
}
.pic-nothing {
    padding-top: 1rem;
    text-align: center;
    color: #999;
    opacity: .5;
}
.pic-nothing img {
    margin-top: 1rem;
    width: 11.95rem;
    height: 6.15rem;
}
.more-img {
    position: absolute;
    bottom: 0.25rem;
    right: 0.25rem;
    display: inline-block;
    padding: 0.2rem 0.4rem;
    font-size: 0.6rem;
    line-height: 0.6rem;
    color: #fff;
    background: rgba(0,0,0,0.8);
    border-radius: 0.6rem;
}

/* 查看图片 */
.view-photo {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999;
}
.view-photo .swiper-pagination {
    top: 1em;
    bottom: auto;
    color: #fff;
}
.nopc .live-comment-box {
    opacity: 1;
}
.bj .live-tabs {
    position: absolute;
    top: 0;
    right: 0;
    justify-content: flex-start;
    width: 15rem;
    padding: 0 0.75rem;
    height: 2.5rem;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    z-index: 1002;
}
.nopc .live-tabs {
    position: relative;
    justify-content: flex-start;
    padding: 0 0.75rem;
    height: 2.5rem;
    background: #2d2c2c;
    z-index: 1002;
}
.live-tabs a {
    padding: 0 0.75rem;
    font-size: 0.85rem;
    color: #222;
    cursor: pointer;
}
.nopc .live-tabs a {
    color: #fff;
}
.live-tabs span {
    position: absolute;
    left: 0;
    bottom: 0.4rem;
    padding: 0;
    width: 0.9rem;
    height: 0.15rem;
    background: #146bff;
    border-radius: 0.15rem;
    transform: translateX(1.9rem);
    transition: transform .5s;
}
.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1002 !important;
}
.live-comment-list-item {
    margin: 0 0.75rem 0.55rem;
    padding: 0.25rem 0.6rem 0.25rem 0.25rem;
    justify-content: flex-start;
    align-items: flex-start;
    width: fit-content;
    max-width: calc(100% - 1.5rem);
    min-height: 1.5rem;
    line-height: 1rem;
    color: #222;
    background: #f5f5f5;
    border-radius: 0.75rem;
    overflow: hidden;
}
.nopc .live-comment-list-item {
    color: #fff;
    background: #545454;
}
.user-icon-20 {
    position: relative;
    width: 1rem;
    height: 1rem;
}
.user-icon-20 img {
    width: 100%;
    height: 100%;
    border: 0.05rem solid #fff;
    border-radius: 50%;
}
.user-icon-20 .yellowV, .user-icon-20 .orangeV, .user-icon-20 .redV, .user-icon-20 .blueV {
    width: 0.4rem;
    height: 0.4rem;
}
.flex-none {
    flex: none;
}
.flex-auto {
    flex: auto;
}
.emoji-gif-112 {
    position: relative;
    margin: 0.2rem 0;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 0.25rem;
    overflow: hidden;
}
.bj #live-list {
    position: absolute;
    top: 2.5rem;
    right: 0;
    padding-top: 0.5rem;
    width: 15rem;
    height: 410px;
    background: #fff;
    overflow-y: scroll;
}
.nopc #live-list {
    padding: 0.55rem 0 2.8rem;
}
.live-player-box .prism-fullscreen-btn {
    background: url("../img/icon_full_screen_white.png") center center no-repeat;
    background-size: 18px;
}
.prism-change-camera {
    width: 24px;
    height: 24px;
    background: url("../img/icon_change_camera.png") center center no-repeat;
    background-size: 18px;
}


/* 畅听 */
.header-himalaya {
    padding: 1.5rem 0.75rem;
    text-align: center;
    background: #fff;
}
.header-himalaya img {
    width: 6rem;
    height: 6rem;
    border-radius: 0.5rem;
}
.title-himalaya {
    margin: 1rem 0 0.3rem;
    font-size: 0.9rem;
    font-weight: bold;
    color: #222;
}
.header-himalaya a {
    margin-top: 0.5rem;
    display: inline-block;
    width: 70%;
    height: 2rem;
    line-height: 2rem;
    color: #fff;
    background: #10acf0;
    border-radius: 2rem;
    box-shadow: 0 6px 10px rgba(16,172,240,.3);
}
.audio-list-himalaya > a {
    position: relative;
    padding: 0.75rem 0 0.6rem;
    justify-content: flex-start;
    align-items: start;
}
.audio-list-himalaya > a div:first-child {
    width: 1.75rem;
    text-align: center;
    flex-shrink: 0;
}
.audio-list-himalaya > a h3 {
    font-size: 0.8rem;
    font-weight: normal;
}
.more-btn {
    display: block;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background: #f5f5f5;
}
.mb60 {
    margin-bottom: 3rem;
}
.w640 {
    width: 640px;
    margin: 0 auto;
}

/* 投票 */
.vote-wrap {
    padding: 0.75rem;
    line-height: 0.8rem;
    background: #f5f5f5;
}
.vote-wrap h4 {
    font-weight: normal;
    color: #222;
    line-height: 1rem;
}
.vote-option {
    padding: 0.3rem 0;
}
.vote-option a, .vote-option p {
    position: relative;
    margin: 0.4rem 0;
    padding: 0 0.75rem;
    height: 2rem;
    line-height: 2rem;
    color: #555;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0.25rem;
    overflow: hidden;
}
.vote-option a span, .vote-option p span {
    position: relative;
    z-index: 1;
}
.vote-option a em, .vote-option p em {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: #eeeeee;
    transition: width 2s;
    -moz-transition: width 2s; /* Firefox 4 */
    -webkit-transition: width 2s; /* Safari 和 Chrome */
    -o-transition: width 2s; /* Opera */
}
.vote-topic {
    padding: 0.5rem 0.75rem 0;
}
.desc-topic {
    position: relative;
    padding: 1.4rem 0.75rem 0.7rem;
}
.desc-topic:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1.425rem;
    height: 1.2rem;
    background: url("../img/pic_vote_topic.png") 0 0 no-repeat;
    background-size: contain;
}
.vote-topic .vote-wrap {
    margin: 0;
}
.vote-topic .vote-wrap .vote-option, .topic-vote-list .vote-wrap .vote-option {
    padding: 0 0 0.3rem;
}
.vote-topic .vote-wrap .vote-option a:first-child, .topic-vote-list .vote-wrap .vote-option p:first-child {
    margin: 0 0 0.4rem;
}
.pk-wrap {
    margin-top: 0.6rem;
}
.pk-box {
    position: relative;
    margin-bottom: 0.4rem;
    width: 100%;
    padding-bottom: 40%;
    background: url("../img/pk_bg.png") 0 0 no-repeat;
    background-size: contain;
}
.pk-box > div {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 50%;
    color: #fff;
    line-height: 1rem;
    text-align: center;
}
.pk-box > div:first-child {
    left: 0;
}
.pk-box > div > p:first-child {
    display: -webkit-flex; /* Safari */
    display: flex;
    height: 2rem;
    justify-content: center;
    align-items: center;
}
.pk-box a, .pk-box .btn-choice {
    margin-top: 0.9rem;
    display: inline-block;
    width: 4.25rem;
    height: 1.35rem;
    line-height: 1.35rem;
    text-align: center;
    color: #009bfe;
    background: #fff;
    border-radius: 1.35rem;
}
.pk-box > div:first-child a, .pk-box > div:first-child .btn-choice {
    color: #ff9f0b;
}
.pk-box.pk-end div a, .pk-box.pk-end div .btn-choice {
    color: rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.2);
}
.pk-progress {
    position: relative;
    margin-bottom: 0.75rem;
    height: 1rem;
    background: #0088fe;
    border-radius: 1rem;
    overflow: hidden;
}
.pk-option-progress {
    position: relative;
    width: 30%;
    height: 1rem;
    background: #ffca21;
}
.pk-option-progress:after {
    content: '';
    position: absolute;
    top: -0.7rem;
    right: -0.5rem;
    width: 1rem;
    height: 2rem;
    background: #ffca21;
    transform: rotate(30deg);
}
.pk-num {
    position: absolute;
    top: 0;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0;
    color: #fff;
}
.topic-vote-list {
    display: block;
    padding: 1rem;
    border-bottom: 1px solid #eee;
    background: #fff;
}
.topic-icon-vote, .topic-icon-pk {
    margin-bottom: 0.75rem;
    padding-left: 1.8rem;
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: 0.7rem;
    font-weight: normal;
    color: #222;
    background: url("../img/vote.png") left center no-repeat;
    background-size: contain;
}
.topic-icon-pk {
    background-image: url("../img/pk.png");
}
.blue-tab, .yellow-tab {
    margin-right: 0.35rem;
    padding: 0.1rem 0.15rem;
    font-size: 0.6rem;
    line-height: 0;
    color: #fff;
    background: #3396fb;
    border-radius: 0.125rem;
}
.yellow-tab {
    background: #ffca21;
}
.vote-pk-item-title {
    display: inline-block;
    padding-left: 0.25rem;
    font-size: 0.7rem;
    background: url("../img/pic_vote_topic.png") left 0.25rem no-repeat;
    background-size: 0.525rem 0.45rem;
}
.topic-item-box {
    margin: -0.5rem 0 0 -0.8rem;
    padding: 0.1rem;
    background: #f5f5f5;
    border-radius: 3.2rem;
}
.nopc .topic-item-box {
    margin: 0;
}
.topic-item-box h3 {
    margin: 0;
}
.topic-item-box p {
    position: relative;
    padding: 0 0.35rem 0 0.5rem;
    flex: none;
}
.topic-item-box p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.25rem;
    bottom: 0.25rem;
    width: 0.05rem;
    background: #d5d5d5;
}
.color-3396fb {
    color: #3396fb;
}
.color-ffca21 {
    color: #ffca21;
}

/* vr播放 */
.video-play-vr, #video_vr {
    position: relative;
    width: 100%;
    height: 20.7rem;
}
.nopc .video-play-vr, .nopc #video_vr {
    height: 11rem;
}
.video-play-vr .video-poster {
    height: 100%;
}
.vr-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding-top: 2.25rem;
    min-width: 2.25rem;
    font-size: 0.6rem;
    color: #fff;
    background: url(../img/deg_720.png) top center no-repeat;
    background-size: 2.25rem;
    z-index: 100;
}

/* 二三里热榜 */
.hot-list-esl {
    background-position-y: -10rem;
}
.hot-list {
    margin-top: -0.5rem;
}
.hot-list .flex {
    justify-content: flex-start;
}
.hot-list a em {
    display: block;
    margin-left: -0.5rem;
    width: 3rem;
    height: 2.25rem;
    background: center center no-repeat;
    background-size: contain;
    transform: scale(0.5);
}
.hot-list a span {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 直播新增 */
.black-bg {
    background: #2d2c2c;
}

/* 圈子 */
.club-head-wrap {
    padding: 0.75rem 0.75rem 1.5rem;
    height: 8rem;
    color: #fff;
    background: center center no-repeat;
    background-size: cover;
}
.club-head-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}
.club-head-wrap > * {
    position: relative;
    z-index: 1;
    line-height: 1.3rem;
}
.club-head-icon img {
    position: relative;
    margin-left: -0.8rem;
    width: 1.25rem;
    height: 1.25rem;
    border: 0.05rem solid #fff;
    border-radius: 50%;
    z-index: 2;
}
.club-head-icon img:first-child {
    margin-left: 0;
    z-index: 3;
}
.club-head-icon img:last-child {
    margin-right: 0.4rem;
    z-index: 1;
}
.club-head-wrap .multi-ellipsis--l2 {
    margin-top: 0.4rem;
    line-height: 0.9rem;
}
.club-head-wrap .btn-join {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
}
.btn-join {
    display: inline-block;
    padding: 0 0.65rem;
    height: 1.25rem;
    color: #fff;
    text-align: center;
    line-height: 1.25rem;
    background: #00a7ef;
    border-radius: 1.25rem;
}
.club-topic-wrap {
    margin-top: -0.75rem;
    padding: 0.5rem 0.75rem;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 0.75rem 0.75rem 0 0;
}
.club-topic-wrap a {
    margin: 0.2rem 0;
    justify-content: flex-start;
    width: 50%;
    color: #1383ff;
    cursor: pointer;
}
.club-topic-wrap a span {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.icon-arrow-right-square-gray {
    position: relative;
    display: inline-block;
    width: 0.95rem;
    height: 0.95rem;
    background: #7c7c7c;
    border-radius: 0.15rem;
}
.icon-arrow-right-square-gray:before, .icon-arrow-right-square-gray:after {
    content: '';
    position: absolute;
    top: 15.5%;
    left: 50%;
    width: 0.1rem;
    height: 0.4rem;
    background: #fff;
    transform: rotate(-45deg);
}
.icon-arrow-right-square-gray:after {
    top: auto;
    bottom: 15.5%;
    transform: rotate(-135deg)
}

a.btn-act {
    display: none;
    position: fixed;
    left: 50%;
    margin-left: -3.5rem;
    bottom: 1.25rem;
    width: 7rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    background: #3396fb;
    border-radius: 2rem;
    z-index: 9999;
}
.nopc a.btn-act {
    display: block;
}
