@charset "utf-8";
html, body {
    overflow-x: hidden
}

body {
    max-width: 1080px;
    margin: 0 auto;
    font-family: "Helvetica Neue", Helvetica, sans-serif; /*color:#666*/
}

.vjs-big-play-button {
    top: 50%!important;
    left: 50%!important;
    margin-top: -0.75em!important;
    margin-left: -1.5em!important;
}

.clearfix {
    zoom: 1
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden
}

p {
    word-break: break-all
}

.banner-pic {
    position: relative;
    z-index: 22;
    width: 100%
}

.banner-pic img {
    display: block;
    width: 100%;
}

.banner-pic.fullscreen-banner {
    background-color: #fff;
    height: 100%
}

.pic-news-info {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    padding-top: 1rem;
    padding-right: .3rem;
    padding-bottom: 1rem;
    padding-left: .3rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000);
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0), #000)
}

.pic-news-info h2 {
    margin-top: .3rem;
    margin-bottom: .3rem;
    line-height: .76rem;
    font-size: 24px;
    font-weight: 500;
    color: #fff
}

.pic-news-info .location-info, .pic-news-info .media-info {
    color: #fff
}

.page-container {
    background-color: #fff
}

.page-container h2 {
    margin-top: .3rem;
    margin-bottom: .4rem;
    line-height: .76rem;
    font-size: 24px;
    font-weight: 500;
    color: #4a4a4a;
    padding-left: .3rem;
    padding-right: .3rem;
}

.page-container h3 {
    position: relative;
    padding-left: .9rem;
    line-height: .42rem;
    font-size: 17px;
    color: #222
}

.page-container h3:after {
    content: "";
    position: absolute;
    left: .4rem;
    top: 50%;
    display: block;
    width: .44rem;
    height: .34rem;
    background: url(../img/assets/live/icon.png) no-repeat center;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.location-info, .media-info {
    position: relative;
    width: 100%;
    padding-left: .3rem;
    padding-right: .3rem;
    margin-top: .21rem;
    font-size: 15px;
    color: #222;
    margin-bottom: .4rem
}

.location-info .location-avatar, .media-info .location-avatar, .location-info .media-avatar, .media-info .media-avatar {
    float: left;
    width: .46rem;
    height: .46rem;
    margin-right: .3rem;
    border-radius: 50%;
    overflow: hidden
}

.location-info .location-name, .media-info .location-name {
    float: left;
    line-height: .46rem;
    max-width: 3.6rem
}

.location-info .media-name, .media-info .media-name {
    max-width: 3rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.location-info .media-date, .media-info .media-date {
    float: right
}

.location-info .voice-report, .media-info .voice-report {
    position: absolute;
    top: .1rem;
    right: 0;
    display: inline-block;
    width: 1.87rem;
    height: .46rem;
    background: url(../img/assets/live/read.png) no-repeat center;
    background-size: contain
}

.context-wrapper, .text-container {
    font-size: 18px
}

.context-wrapper p, .text-container p {
    padding-left: .3rem;
    padding-right: .3rem;
    line-height: 1.5;
    text-align: justify
}

.context-wrapper .news-eye-text p, .text-container .news-eye-text p {
    margin: 0
}

.news-plus {
    padding-left: .3rem;
    padding-right: .3rem
}

.news-plus-title {
    position: relative;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.8;
    color: #50668f
}

.news-plus-title span {
    float: left
}

.news-plus-title .news-plus-line {
    position: absolute;
    left: 1.25rem;
    right: 0;
    top: 50%;
    height: .03rem;
    background-color: #50668f
}

.news-plus-text {
    border-bottom: 1px solid #50668f;
    border-bottom-width: .03rem
}

.news-plus-text h4 {
    margin-top: .2rem;
    font-weight: 800;
    font-size: 16px;
    color: #1b6fb6
}

.news-plus-text h4 a {
    margin-top: .2rem;
    font-weight: 800;
    font-size: 16px;
    color: #1b6fb6
}

.news-plus-text p {
    padding: 0;
    margin-top: .25rem;
    margin-bottom: .35rem;
    font-size: 15px;
    font-weight: 500;
    color: #50668f
}

.block-quote {
    padding-left: .3rem;
    padding-right: .3rem;
    font-size: 16px
}

.block-quote-wrapper {
    position: relative;
    min-height: 1rem
}

.block-quote-aside {
    position: absolute;
    top: 0;
    left: 0;
    width: .75rem;
    height: 100%
}

.block-quote-icon {
    display: block;
    width: .52rem;
    height: .5rem;
    background: url(../img/assets/live/icon_quote.png) no-repeat left center;
    background-size: contain
}

.block-quote-line {
    position: absolute;
    top: .6rem;
    bottom: 0;
    left: 50%;
    display: block;
    width: .06rem;
    background-color: #50668f
}

.block-quote-text {
    margin-left: .75rem;
    font-weight: 500
}

.block-quote-text p {
    padding: 0;
    margin-top: .2rem;
    margin-bottom: .2rem;
    color: #207894
}

.block-quote-from {
    text-align: right;
    font-weight: 600;
    color: #6e6d7a
}

.news-eye {
    margin-top: .4rem;
    padding-left: .3rem;
    padding-right: .3rem
}

.news-eye .icon-eye {
    float: left;
    width: .45rem;
    height: .45rem;
    background: url(../img/assets/live/icon_eye.png) no-repeat center;
    background-size: 100%
}

.news-eye-title h5 {
    height: .45rem;
    margin-left: .6rem;
    border-bottom: 1px solid #b3b3b3;
    border-bottom-width: .03rem;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    color: #231816
}

.news-eye-text {
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: 15px;
    border-bottom: 1px solid #b3b3b3;
    border-bottom-width: .03rem
}

.news-eye-text p {
    padding: 0
}

.block-image img {
    display: block;
    width: 100%
}

.block-image h5 {
    margin-top: .8em;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    color: #666
}

.editors {
    padding-left: .3rem;
    padding-right: .3rem;
    margin-top: .6rem;
    margin-bottom: .8rem
}

.editors a {
    display: block;
    font-size: 14px;
    line-height: .42rem;
    color: #666
}

.related-container {
    padding-left: .3rem;
    padding-right: .3rem;
    margin-top: .3rem;
    margin-bottom: 1.1rem;
    white-space: nowrap;
    overflow-x: auto
}

.news-item {
    display: inline-block;
    width: 3rem;
    margin-right: .2rem;
    border: 1px solid #e1e1e1;
    border-radius: .04rem;
    white-space: normal
}

.news-item:last-of-type {
    margin-right: 0
}

.news-header {
    padding-top: .2rem;
    padding-right: .2rem;
    padding-bottom: .1rem;
    padding-left: .2rem
}

.news-header h4 {
    width: 100%;
    font-size: 14px;
    line-height: .42rem;
    color: #4a4a4a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.news-info {
    margin-top: .35rem;
    font-size: 11px
}

.news-info span:first-of-type {
    float: left
}

.news-info span:last-of-type {
    float: right
}

.news-pic {
    height: 1.6rem
}

.news-pic img {
    display: block;
    width: 100%;
    height: 100%
}

.multimedia-container {
    position: relative;
    margin-top: .5rem;
    margin-bottom: .5rem
}

.multimedia-container h6 {
    font-size: 13px;
    line-height: .6rem;
    color: #666
}

.media-wrapper {
    position: relative;
    width: 100%
}

.media-wrapper img, .media-wrapper video {
    display: block;
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill
}

.media-wrapper .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../img/assets/live/play@0.5x.png);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .98rem;
    background-color: #fff;
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.3)
}

footer .return-btn {
    float: left;
    width: .22rem;
    height: .42rem;
    margin-top: .28rem;
    margin-left: .3rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../img/assets/live/return.png)
}

footer .btn-group {
    float: right;
    margin-right: .3rem
}

footer .btn-item {
    position: relative;
    float: left;
    width: .96rem;
    height: .98rem;
    margin-right: .15rem
}

footer .btn-item:last-of-type {
    margin-right: 0
}

footer .btn-item-comment a {
    background-image: url(../img/assets/live/comment.png)
}

footer .btn-item-thumb a {
    background-image: url(../img/assets/live/thumb_up.png)
}

footer .btn-item-collect a {
    background-image: url(../img/assets/live/collect.png)
}

footer .btn-item-repost a {
    background-image: url(../img/assets/live/repost.png)
}

footer .btn-item a {
    display: block;
    width: .96rem;
    height: .64rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

footer .btn-item span {
    position: absolute;
    bottom: .05rem;
    left: 0;
    display: inline-block;
    width: 100%;
    height: .24rem;
    line-height: .24rem;
    font-size: 10px;
    color: #666;
    text-align: center
}

.cover {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%
}

.video-js .vjs-poster {
    background-size: cover;
}

/*投票挂件样式*/
.pendant_vote {
    width: calc(100% - .6rem);
    margin: 1rem auto;
    padding: .1rem .2rem;
    background-color: #ffffff;
    border: .01rem solid #cccccc;
}

.pendant_vote .pendant_vote_head {
    height: .8rem;
    display: flex;
    align-items: center;
    font-size: .32rem;
    font-weight: bold;
    color: #59A5FF;
}

.pendant_vote_head i {
    display: inline-block;
    width: .32rem;
    height: .32rem;
    background-image: url("../img/vote-icon.png");
    background-size: 100% 100%;
    margin-right: .1rem;
}

.pendant_vote .pendant_vote_list .list-option {
    font-size: .25rem;
}

.pendant_vote_list .list-option .pop-header {
    padding: .2rem 0;
    border-bottom: .01rem dashed #cccccc;
    line-height: 1.6;
}

.pendant_vote .pendant_vote_list .list-option .options-list {
    /*padding: 0 .22rem;*/
}

.options-item {
    margin-top: .3rem;
    /*border-bottom: .01rem solid #d1d1d1;*/
}

/*.options-item:last-child{*/
/*    border-bottom: none;*/
/*}*/

.options-item.active {
    color: #59A5FF;
}

.pendant_vote .pendant_vote_list .list-option .option-content {
    width: 100%;
    padding: 0 .18rem;
    margin: .2rem 0 .45rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
}

.pendant_vote .pendant_vote_list .list-option .option-content .option-img {
    width: .92rem;
    height: .92rem;
    margin: 0;
}

.pendant_vote .pendant_vote_list .list-option .option-content .option-body {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    margin-left: .26rem;
}

.pendant_vote .pendant_vote_list .list-option .option-content .option-body .option-body-title {
    margin: .1rem 0;
}

.pendant_vote .pendant_vote_list .list-option .option-content .option-body .progress-bar-slide {
    position: relative;
    display: inline-block;
    width: 4.1rem;
    height: .14rem;
    background: #f0f0f0;
}

.pendant_vote .pendant_vote_list .list-option .option-content .option-body .progress-bar-slide .progress-bar-slide-item {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: .5rem;
    height: .14rem;
    background: #15ae8f;
}

.options-list .list-item {
    overflow: hidden;
}

.input-che {
    position: relative;
    display: inline-block;
    width: .26rem;
    height: .26rem;
    border: .02rem solid #ccd3d9;
    border-radius: 100%;
    background: #ffffff;
    margin-right: .24rem;
    vertical-align: middle;
    float: left;
    margin-top: .05rem
}

.multi .input-che {
    border-radius: 0;
}

.list-item {
    cursor: pointer;
}


.list-item span {
    vertical-align: middle;
    line-height: 1.6;
    display: inline-block;
    width: calc(100% - .5rem);
    float: left;
}

.options-item.active .input-che {
    border: .01rem solid #3b9afd;
    background: #3b9afd;
}

.input-che .input-che-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    width: .12rem;
    height: .12rem;
    border-radius: 100%;
    background: #ffffff;
}

.multi .input-che .input-che-item  {
    border-radius: 0;
}

.list-item-img img {
    width: .92rem;
    height: .92rem;
    margin: .22rem 0 0 .9rem;
}

.pop-footer-tips {
    display: none;
    font-size: .12rem;
    text-align: center;
    color: #f00;
}

.vote_tips_img {
    display: none;
    position: absolute;
    top: -.8rem;
    left: -2.1rem;
    width: 3rem;
    max-width: none;
}

.pendant_vote_submit_button {
    width: 2rem;
    height: .6rem;
    background-color: #59A5FF;
    margin: .3rem auto;
    color: white;
    border-radius: .05rem;
    font-size: .30rem;
    text-align: center;
    line-height: .6rem;
}
.pop-header span {
    color: #999999;
}
