* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "PingFangSC-Light", "Microsoft Yahei";
}

html,
body {
    height: 100%;
    background: url(../images/background.png) repeat center center;
    background-size: cover;
}

i,
em,
b {
    font-style: normal;
    font-weight: normal;
}

ul li {
    list-style: none;
}

input,
button,
textarea {
    border: 0;
    outline: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
}

.clearfix {
    *zoom: 1;
}

a {
    text-decoration: none;
}


/*一行超出省略*/

.omit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


#page {
    min-width: 1200px;
    height: 100%;
    padding-top: 65px;
    position: relative;
}

/* 倒计时部分 */
.count-box {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    height: 45px;
}

.count-box>em {
	display: inline-block;
	font-size: 20px;
	letter-spacing: 6px;
	transform: translateY(-15px);
	color: #ffffff;
}


#countdown {
    display: inline-block;
    width: 290px;
    height: 45px;
	font: 26px 'Open Sans Condensed', sans-serif;
	text-align: center;
	letter-spacing: -3px;
}

.countDays,
.countHours,
.countMinutes,
.countSeconds {
	display: inline-block;
	height: 100%;
}


.position {
	display: inline-block;
	position: relative;
	height: 100%;
	overflow: hidden;
	width: 26px;
}

.digit {
	position: absolute;
	display: inline-block;
	width: 25px;
	height: 44px;
	line-height: 44px;
	left: 0px;
	background-color: #444;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	letter-spacing: -1px;
}

.digit.static {
	box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
	background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
}

.countDiv {
	display: inline-block;
	width: 16px;
	height: 100%;
	position: relative;
}

.countDiv:before,
.countDiv:after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #444;
	border-radius: 50%;
	left: 50%;
	margin-left: -3px;
	top: 13px;
	box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
	
}

.countDiv:after {
	top: 26px;
}

/* 主体部分 */

.container {
    margin: 0 auto;
    max-width: 1150px;
}

.container-wrap {
    position: relative;
    background-color: rgba(12, 37, 75, 0.6);
    box-shadow: 0px 4px 8px 0px rgba(6, 6, 30, 0.32);
}


/*左边部分*/

.container-left {
    position: relative;
    margin-right: 330px;
    padding: 20px;
    padding-bottom: 0px;
}


/*直播活动信息*/

.channel {
    position: relative;
    height: 60px;
}

.channel-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
}

.channel-img img {
    width: 100%;
    height: 100%;
}

.channel-info {
    margin-left: 80px;
    margin-right: 200px;
    height: 100%;
}

.channel-info h4 {
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    letter-spacing: 2px;
}

.channel-info p {
    margin-top: 15px;
    font-size: 14px;
    color: #8898af;
    letter-spacing: 1px;
}

.channel-func {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
}

.channel-func img {
    width: 100%;
    height: 100%;
}

.channel-func .people-num {
    display: none;
    position: absolute;
    left: 30px;
    bottom: 8px;
    height: 26px;
}

.people-num span {
    font-size: 12px;
    color: #8898af;
}

.people-num span::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: -25px;
    background: url(../images/renshu.png) no-repeat center center;
    -webkit-background-size: 20px;
    background-size: 20px;
}


/*分享/扫码*/

.channel-func .mobile,
.channel-func .share {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 44px;
    height: 44px;
    z-index: 100;
}

.channel-func .share {
    right: 58px;
    background: url(../images/share2.png) no-repeat center center;
}

.channel-func .share:hover {
    right: 58px;
    background: url(../images/share1.png) no-repeat center center;
}

.share .share-box {
    position: absolute;
    top: 59px;
    right: -15px;
    width: 200px;
    height: 105px;
    background-color: rgba(13, 29, 61, 0.9);
    border: 2px solid rgba(23, 50, 103, 0.9);
    border-radius: 10px;
}

.share-box::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -10px;
    right: 25px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(13, 29, 61, 0.9);
}

.share-box>h4 {
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-top: 15px;
}

.share-box>.share-list {
    margin: 15px auto;
}

.share-list>a {
    float: left;
    width: 33.33%;
    height: 32px;
}

.share-list>.share-qq {
    background: url(../images/qq1.png) no-repeat center center;
}

.share-list>.share-weixin {
    background: url(../images/weixin1.png) no-repeat center center;
}

.share-list>.share-weibo {
    background: url(../images/weibo1.png) no-repeat center center;
}

.share-list>.share-qq:hover {
    background: url(../images/qq2.png) no-repeat center center;
}

.share-list>.share-weixin:hover {
    background: url(../images/weixin2.png) no-repeat center center;
}

.share-list>.share-weibo:hover {
    background: url(../images/weibo2.png) no-repeat center center;
}

.channel-func .mobile {
    background: url(../images/phone2.png) no-repeat center center;
}

.channel-func .mobile:hover {
    background: url(../images/phone1.png) no-repeat center center;
}

.mobile .scan {
    position: absolute;
    top: 59px;
    right: -15px;
    width: 174px;
    height: 185px;
    background-color: rgba(13, 29, 61, 0.9);
    border: 2px solid rgba(23, 50, 103, 0.9);
    border-radius: 10px;
}

.scan::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -10px;
    right: 25px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(13, 29, 61, 0.9);
}

.scan>h4 {
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-top: 15px;
}

.scan>.code-box {
    width: 110px;
    height: 110px;
    background-color: #fff;
    padding: 5px;
    margin: 15px auto;
}

#qr_code {
    width: 100px;
    height: 100px;
}


/*播放器部分*/

.player-box {
    position: relative;
    margin-top: 15px;
    overflow: hidden;
}


/*播放器*/

.video-player {
    width: 100%;
    height: 100%;
    background-color: #000000;
}


/*播放异常提示*/
.network-error,
.no-streaming {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
}
.network-error-box,
.no-streaming-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.network-error-box>img {
    width: 250px;
}

.network-error-box>p {
    margin-top: 10px;
    font-size: 16px;
    color: #494e51;
}

.network-error-box>p>a {
    color: #0569f1;
    margin: 0px 4px;
}

.network-error-box>p>a:hover {
    color: #4172B5;
}


.no-streaming-box>img {
    width: 200px;
}

.no-streaming-box>p {
    margin-top: 10px;
    font-size: 16px;
    color: #494e51;
}

.live-cover-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.live-cover-box>img {
    width: 100%;
    height: 100%;
}


/*返回直播*/

.return {
    width: 82px;
    height: 72px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -82px;
    -webkit-transition: right 0.5s linear;
    -moz-transition: right 0.5s linear;
    transition: right 0.5s linear;
    cursor: pointer;
}

.return.active {
    right: 0px;
}

.return>img {
    width: 100%;
    height: 100%;
}


/*多通道部分*/

.other {
    margin-top: 8px;
    height: 30px;
    text-align: center;
}

.other .slide-up {
    display: inline-block;
    width: 100px;
    height: 30px;
    padding-top: 4px;
    background-color: #0c1f46;
    border-radius: 20px 20px 0px 0px;
    cursor: pointer;
}

.other .slide-up:hover {
    box-shadow: 0px 0px 8px 0px rgba(6, 6, 30, 0.5);
}

.slide-up img {
    width: 20px;
    height: 12px;
}


/*多通道列表*/

.multichannel {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(13, 29, 61, 0.9);
    border: 2px solid rgba(23, 50, 103, 0.9);
    text-align: center;
}

.multichannel>.slide-down {
    display: inline-block;
    width: 100px;
    height: 30px;
    padding-top: 4px;
    background-color: #152e60;
    border-radius: 0px 0px 20px 20px;
    cursor: pointer;
}

.multichannel>.slide-down:hover {
    box-shadow: 0px 4px 8px 2px rgba(6, 6, 30, 0.5);
}

.slide-down>img {
    width: 20px;
    height: 12px;
}

.multi-part {
    padding: 20px 30px 30px 30px;
}

.multi-list {
    width: 100%;
}

.multi-list>li {
    float: left;
    position: relative;
    width: 23%;
    margin: 0px 1%;
    height: 107px;
    cursor: pointer;
    overflow: hidden;
}

.multi-list>li>.multi-player {
    width: 100%;
    height: 100%;
}


/*.multi-list>li>img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.multi-list>li>img:hover {
    transform: scale(1.2);
}*/


/*多通道播放异常提示*/

.multi-list .prompt1,
.multi-list .prompt2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background-color: #000000;
}

.prompt1>img,
.prompt2>img {
    width: 50%;
    margin-top: 6%;
}

.prompt1>p,
.prompt2>p {
    font-size: 12px;
    color: #494e51;
}

.multi-list>li>.multi-name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/*验证登录*/

.login-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.login-box .verify-login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 220px;
    background-color: rgba(13, 29, 61, 0.9);
    border-radius: 10px;
    border: 2px solid rgba(23, 50, 103, 0.9);
    text-align: center;
}

.verify-login>h4 {
    font-weight: normal;
    font-size: 20px;
    color: #ffffff;
    margin-top: 34px;
    padding: 0px 34px;
}

.verify-login>input {
    width: 306px;
    height: 46px;
    background-color: #e9e9e9;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 23px;
}

.verify-login>button {
    width: 149px;
    height: 45px;
    background-color: #0569f1;
    font-size: 18px;
    color: #ffffff;
    margin-top: 20px;
    border-radius: 45px;
    cursor: pointer;
}

.verify-login>button:hover {
    box-shadow: 0px 0px 20px 0px rgba(3, 95, 219, 0.5);
}


/*右边部分*/

.container-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 330px;
    height: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    background-color: rgba(6, 20, 47, 0.14);
}

.tab {
    height: 42px;
    width: 100%;
}

.tab-list>li {
    float: left;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #0b1a37;
    font-size: 14px;
    color: #959fb1;
    cursor: pointer;
}

.tab-list>li.active {
    background-color: rgba(6, 20, 47, 0.14);
    color: #ffffff;
}

.tab-list>li:hover {
    background-color: rgba(6, 20, 47, 0.14);
    color: #ffffff;
}

.content {
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.content-list {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.content-list>li {
    float: left;
    width: 330px;
    height: 100%;
}


/*互动*/


/*评论部分*/


/*评论数*/

.interaction-part,
.ranking-part,
.playfile-part {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.interaction-part>.inter {
    font-size: 12px;
    color: #6f7a8e;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgba(71, 91, 123, 0.2);
}


/*评论列表*/

.interaction-part>.comments,
.ranking-part>.ranking-box,
.playfile-part>.playfile-box {
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px;
}

.comment-list>li {
    margin: 15px 0;
}

.comment-list>li .photo {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 3px;
}

.photo>img {
    width: 100%;
    height: 100%;
}

.comment-list>li .message {
    width: 100%;
    padding-left: 54px;
}

.compere {
    font-size: 14px;
    color: #2e8ffc;
}

.audience {
    font-size: 14px;
    color: #959fb1;
}

.stick {
    display: inline-block;
    width: 44px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
    background-color: #dd3636;
    border-radius: 4px;
}

.down {
    margin-top: 6px;
}

.down>.reply-list,
.down>.reply {
    display: inline-block;
    max-width: 184px;
    background-color: rgba(71, 91, 123, 0.7);
    border-radius: 4px;
    vertical-align: middle;
}

.down>.reply {
    padding: 8px;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    word-wrap: break-word;
    word-break: break-all;
}

.reply-list>li {
    padding: 8px;
    font-size: 14px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    word-wrap: break-word;
    word-break: break-all;
}

.reply-list>li:last-child {
    border-bottom: none;
}

/* 对抗消息 */
.down>.vs-msg {
    font-size: 14px;
    color: #ffffff;
    word-wrap: break-word;
    word-break: break-all;
}

.down>.vs-img {
    position: relative;
    left: -9px;
    width: 247px;
    height: 100px;
    background: url("../images/vsBg.png") center center no-repeat;
    background-size: 247px 100px;
}

.vs-img>span {
    position: absolute;
    width: 80px;
    top: 20px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: bold;
}

.vs-img>span:nth-of-type(1) {
    left: 22px;
}

.vs-img>span:nth-of-type(2) {
    right: 22px;
}

.vs-img>em {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
    width: 136px;
    height: 28px;
    background: url("../images/canyu.png");
    background-size: 136px 28px;
}

/* 投票消息 */
.down>.vote-msg {
    font-size: 14px;
    color: #ffffff;
    word-wrap: break-word;
    word-break: break-all;
}

.down>.vote-img {
    position: relative;
    left: -7px;
    width: 244px;
    height: 98px;
    background: url("../images/voteBg.png") center center no-repeat;
    background-size: 244px 98px;
}

.vote-img>span {
    position: absolute;
    width: 190px;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: bold;
}

.vote-img>em {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6px;
    width: 136px;
    height: 34px;
    background: url("../images/canyutoupiao.png");
    background-size: 136px 34px;
}

/* 点赞 */
.praise {
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: #6f7a8e;
    margin-left: 5px;
    cursor: pointer;
}

.praise.active {
    color: #347fff;
}

.praise>img {
    width: 16px;
    height: 14px;
    vertical-align: top;
}

.praise>i {
    position: absolute;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    color: red;
    top: 0px;
    left: 8px;
    font-size: 12px;
    opacity: 0;
}

.praise>i.active {
    -webkit-animation: float 1s linear;
    -moz-animation: float 1s linear;
    animation: float 1s linear;
}

@keyframes float {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }
    50% {
        transform: translateY(-10px);
        opacity: 1;
    }
    100% {
        transform: translateY(-20px);
        opacity: 0;
    }
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(-10px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-20px);
        opacity: 0;
    }
}

@-moz-keyframes float {
    0% {
        -moz-transform: translateY(0px);
        opacity: 0;
    }
    50% {
        -moz-transform: translateY(-10px);
        opacity: 1;
    }
    100% {
        -moz-transform: translateY(-20px);
        opacity: 0;
    }
}

.comment-list>.time {
    text-align: center;
    font-size: 14px;
    color: #6f7a8e;
}

.comment-list>.notice-msg,
.comment-list>.reward-msg,
.comment-list>.gift-msg,
.comment-list>.bonus-msg {
    text-align: center;
}

.bonus-msg>.bonus-content {
    display: inline-block;
    padding: 2px 15px 4px 15px;
    background-color: rgba(104, 114, 140, 0.1);
    border-radius: 10px;
    margin: 5px 0px;
}

.bonus-content>i {
    display: inline-block;
    width: 16px;
    height: 18px;
    margin-right: 6px;
    background: url(../images/smallPacket.png) center center no-repeat;
    -webkit-background-size: 16px 18px;
    background-size: 16px 18px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.bonus-content>span {
    font-size: 14px;
    color: #4697f3;
}

.bonus-content>em {
    font-size: 14px;
    color: #ff4343;
    margin: 0px 4px;
    vertical-align: middle;
}

.notice-msg>span {
    display: inline-block;
    width: 240px;
    height: 24px;
    background-color: #ec4548;
    border-radius: 2px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #ffffff;
}

.reward-msg>i {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 2px;
    background: url(../images/gold.png) center center no-repeat;
    -webkit-background-size: 18px;
    background-size: 18px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 6px;
}

.reward-msg>span,
.gift-msg>span {
    font-size: 14px;
    color: #4697f3;
}

.reward-msg>em,
.gift-msg>em {
    font-size: 14px;
    color: #ff4343;
    vertical-align: middle;
    margin: 0px 4px;
}

.gift-msg>img {
    max-width: 44px;
    max-height: 30px;
    vertical-align: middle;
    margin: 0px 4px;
}


/*发表评论*/

.interaction-part>.user-interaction {
    height: 136px;
}

.user-interaction .review-area {
    width: 100%;
    height: 86px;
    background-color: #0d1e3f;
    padding: 5px;
    color: #ffffff;
    font-size: 14px;
    resize: none;
}

.review-area::-webkit-input-placeholder {
    color: #495671 !important;
}

.review-area:-moz-placeholder {
    color: #495671 !important;
}

.review-area::-moz-placeholder {
    color: #495671!important;
}

.review-area:-ms-input-placeholder {
    color: #495671!important;
}

.user-interaction .user-func {
    height: 50px;
    line-height: 40px;
    padding-left: 20px;
    position: relative;
}

.user-func .user-name {
    font-size: 16px;
    color: #959fb1;
}

.user-func .user-login {
    font-size: 16px;
    color: #0569f1;
    margin-left: 4px;
    cursor: pointer;
}

.user-func .user-login:hover {
    /*box-shadow: 0px 4px 8px 0px rgba(6, 6, 30, 0.5);*/
    opacity: 0.8;
}


/*礼物*/

.user-func .gift-icon {
    display: none;
    position: absolute;
    top: 5px;
    right: 95px;
    width: 33px;
    height: 31px;
    background: url(../images/gift.png) center center no-repeat;
    -webkit-background-size: 33px 31px;
    background-size: 33px 31px;
    cursor: pointer;
}

.user-func .gift-icon:hover {
    /*box-shadow: 0px 0px 16px 0px rgba(6, 6, 30, 0.5);*/
    opacity: 0.8;
}


/*现金*/

.user-func .cash-icon {
    display: none;
    position: absolute;
    top: 7px;
    right: 95px;
    width: 28px;
    height: 30px;
    background: url(../images/redPacket.png) center center no-repeat;
    -webkit-background-size: 28px 30px;
    background-size: 28px 30px;
    cursor: pointer;
}

.user-func .cash-icon:hover {
    /*box-shadow: 0px 0px 16px 0px rgba(6, 6, 30, 0.5);*/
    opacity: 0.8;
}

.user-func button {
    position: absolute;
    top: 6px;
    right: 10px;
    width: 70px;
    height: 30px;
    line-height: 30px;
    background-color: #0569f1;
    border-radius: 6px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

.user-func button:hover {
    box-shadow: 0px 0px 16px 0px rgba(6, 6, 30, 0.5);
}

.interaction-part {
    position: relative;
}


/*弹出警告*/

.interaction-part>.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 10px;
    font-size: 12px;
    color: #ffffff;
    background-color: #FF9966;
    border-radius: 5px;
    word-break: keep-all;
    white-space: nowrap;
    z-index: 999;
}

.popup>span {
    word-break: keep-all;
    white-space: nowrap;
}


/*登录方式*/

.interaction-part>.login-mode {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 240px;
    height: 120px;
    background-color: rgba(13, 29, 61, 0.9);
    border-radius: 10px;
    border: 2px solid rgba(23, 50, 103, 0.9);
    padding: 0 20px;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    -moz-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
}

.login-mode>h4 {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
}

.login-mode>.mode-list {
    margin-top: 20px;
}

.mode-list>li {
    float: left;
    width: 33.33%;
    cursor: pointer;
    height: 32px;
}


/*.mode-list>.mode-qq {
    background: url(../images/qq1.png) no-repeat center center;
}*/

.mode-list>.mode-weixin {
    background: url(../images/weixin1.png) no-repeat center center;
}


/*.mode-list>.mode-weibo {
    background: url(../images/weibo1.png) no-repeat center center;
}*/


/*.mode-list>.mode-qq:hover {
    background: url(../images/qq2.png) no-repeat center center;
}*/

.mode-list>.mode-weixin:hover {
    background: url(../images/weixin2.png) no-repeat center center;
}


/*.mode-list>.mode-weibo:hover {
    background: url(../images/weibo2.png) no-repeat center center;
}*/

.animation {
    animation: bounceIn 0.8s ease normal forwards;
    -webkit-animation: bounceIn 0.8s ease normal forwards;
    -moz-animation: bounceIn 0.8s ease normal forwards;
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.3);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.05);
    }
    70% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1.05);
    }
    70% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: translate(-50%, -50%) scale(0.3);
    }
    50% {
        opacity: 1;
        -moz-transform: translate(-50%, -50%) scale(1.05);
    }
    70% {
        opacity: 1;
        -moz-transform: translate(-50%, -50%) scale(0.9);
    }
    100% {
        opacity: 1;
        -moz-transform: translate(-50%, -50%) scale(1);
    }
}


/*打赏礼物*/

.interaction-part>.gift-box {
    display: none;
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    height: 288px;
    background-color: rgba(13, 29, 61, 0.9);
    border-radius: 8px 8px 0px 0px;
    border: solid 2px rgba(23, 50, 103, 0.9);
    z-index: 100;
}

.gift-box .gift-title {
    height: 42px;
    width: 100%;
    position: relative;
}

.gift-title>em {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 17px;
    font-size: 14px;
    color: rgba(52, 127, 255, 0.8);
    cursor: pointer;
}
.gift-title>em:hover {
    opacity: 0.8;
}

.gift-title>span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #ffffff;
}

.gift-title>i {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background: url(../images/blueCancel.png) 0px 0px no-repeat;
    -webkit-background-size: 14px;
    background-size: 14px;
    cursor: pointer;
}

.gift-title>i:hover {
    opacity: 0.8;
}

.gift-box .gift-type {
    height: 204px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.gift-type .gift-list {
    width: 100%;
}

.gift-list>li {
    float: left;
    width: 25%;
    height: 92px;
    cursor: pointer;
}

.gift-list>li:nth-of-type(1),
.gift-list>li:nth-of-type(2),
.gift-list>li:nth-of-type(3),
.gift-list>li:nth-of-type(5),
.gift-list>li:nth-of-type(6),
.gift-list>li:nth-of-type(7) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.gift-list>li:nth-of-type(1),
.gift-list>li:nth-of-type(5) {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.gift-list>li:nth-of-type(4),
.gift-list>li:nth-of-type(8) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.gift-list>li .gift-content {
    width: 100%;
    height: 100%;
    border: solid 2px transparent;
}

.gift-list>li.active .gift-content {
    border: solid 2px #54c7f7;
}

.gift-content .gift-img {
    height: 50px;
    width: 100%;
    padding: 5px;
}

.gift-img>.img-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.img-box>img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gift-content p {
    text-align: center;
    font-size: 12px;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gift-content .gift-name {
    color: #ffffff;
}

.gift-content .gift-price {
    color: #d03b20;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0px;
}

.swiper-pagination-bullet {
    opacity: 0.2;
    background: #ffffff;
}

.swiper-pagination-bullet-active {
    background: #ffffff;
    opacity: 1;
}

.gift-box .gift-func {
    position: relative;
    height: 30px;
    margin-top: 2px;
}

.gift-func>span {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 14px;
    color: #ffffff;
}

.gift-func .gift-count {
    position: absolute;
    top: 4px;
    left: 50px;
}

.set-count {
    height: 22px;
    border-radius: 11px;
    border: solid 1px rgba(255, 255, 255, 0.4);
    overflow: hidden;
}

.set-count li {
    float: left;
    font-size: 14px;
    color: #ffffff;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.set-count .minus-count,
.set-count .add-count {
    width: 26px;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.set-count .count-num {
    width: 34px;
    border-left: solid 1px rgba(255, 255, 255, 0.4);
    border-right: solid 1px rgba(255, 255, 255, 0.4);
}

.count-num>input {
    width: 100%;
    height: 100%;
    text-align: center;
    background: none;
    font-size: 14px;
    color: #ffffff;
}

.gift-func>button {
    position: absolute;
    top: 2px;
    right: 6px;
    width: 52px;
    height: 26px;
    background-color: #347fff;
    border-radius: 6px;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}

.gift-func>button:hover {
    opacity: 0.8;
}


/*现金打赏*/

.interaction-part>.cash-box {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 84px;
    width: 278px;
    height: 390px;
    background: url(../images/bg2.png) 0px 0px no-repeat;
    -webkit-background-size: 278px 390px;
    background-size: 278px 390px;
    border-radius: 16px;
    z-index: 100;
}

.cash-box .cash-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    font-size: 18px;
    color: #d03b20;
    font-weight: normal;
    width: 182px;
    text-align: center;
}

.cash-box .cash-type {
    position: absolute;
    width: 210px;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.cash-list li {
    float: left;
    width: 56px;
    height: 29px;
    border-radius: 4px;
    border: solid 1px #d03b20;
    text-align: center;
    line-height: 27px;
    font-size: 14px;
    color: #cc3d35;
    background-color: #fefaef;
    margin: 5px 7px;
    cursor: pointer;
}

.cash-list li.active {
    background-color: #d03b20;
    color: #ffffff;
}

.cash-box .custom-cash {
    position: absolute;
    width: 194px;
    top: 168px;
    left: 50%;
    transform: translateX(-50%);
}

.custom-cash p {
    font-size: 12px;
    color: #999999;
}

.custom-cash input {
    width: 100%;
    background: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 30px;
    color: #d03b20;
    padding: 2px 24px;
}

.cash-box .custom-cash::before {
    content: '¥';
    position: absolute;
    top: 24px;
    left: 8px;
    font-size: 18px;
    color: #d03b20;
}

.cash-box .pay {
    position: absolute;
    width: 181px;
    height: 37px;
    bottom: 54px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fadb4a;
    border-radius: 17px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}
.cash-box .pay:hover {
    opacity: 0.8;
}

.cash-box .cash-list-icon {
    position: absolute;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
}

.cash-box .cash-list-icon:hover {
    opacity: 0.8;
}

.cash-list-icon>em {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/list.png) 0px 0px no-repeat;
    -webkit-background-size: 12px;
    background-size: 12px;
    margin-right: 4px;
    position: relative;
    top: 2px;
}

.cash-box .cash-close {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 8px;
    right: 24px;
    background: url(../images/redCancel.png) 0px 0px no-repeat;
    -webkit-background-size: 14px;
    background-size: 14px;
    cursor: pointer;
}

.cash-box .cash-close:hover {
    opacity: 0.8;
}


/*打赏列表*/
/*现金打赏列表*/
.interaction-part>.cash-list-box {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 90px;
    width: 284px;
    height: 380px;
    background: url(../images/bg1.png) 0px 0px no-repeat;
    -webkit-background-size: 284px 380px;
    background-size: 284px 380px;
    z-index: 100;
}

.list-close {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 46px;
    right: 36px;
    background: url(../images/redCancel.png) 0px 0px no-repeat;
    -webkit-background-size: 14px;
    background-size: 14px;
    cursor: pointer;
}

.list-close:hover {
    opacity: 0.8;
}

.list-title {
    position: absolute;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
}


.list-content {
    position: absolute;
    bottom: 0;
    left: 23px;
    width: 238px;
    height: 298px;
    padding: 0px 17px;
}

.cash-list-content,
.gift-list-content {
    width: 100%;
}

.cash-list-content li,
.gift-list-content li {
    height: 41px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    position: relative;
}

.cash-list-content li:last-of-type,
.gift-list-content li:last-of-type {
    border-bottom: none;
}

.list-img {
    position: absolute;
    top: 0;
    left: 0;
}

.list-img>img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-top: 8px;
}

.list-name {
    width: 100%;
    font-size: 11px;
    color: #333333;
    line-height: 40px;
}

.cash-list-box .list-name {
    padding: 0px 54px 0px 32px;
}

.list-count {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    color: #d03b20;
    line-height: 40px;
}



/*礼物打赏列表*/
.interaction-part>.gift-list-box {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 90px;
    width: 284px;
    height: 380px;
    background: url(../images/bg1.png) 0px 0px no-repeat;
    -webkit-background-size: 284px 380px;
    background-size: 284px 380px;
    z-index: 100;
}

.gift-list-box .list-name {
    padding: 0px 64px 0px 32px;
}

.gift-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.gift-info>img {
    max-width: 25px;
    max-height: 20px;
    vertical-align: middle;
}
.gift-info>span {
    font-size: 11px;
    color: #d03b20;
}


/*微信扫码支付*/

.interaction-part>.weChat-payment-box,
.interaction-part>.pay-success-box {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
    height: 220px;
    background-color: rgba(13, 29, 61, 0.9);
    border-radius: 8px;
    border: solid 2px rgba(23, 50, 103, 0.9);
    z-index: 100;
    text-align: center;
}

.weChat-payment-box>h4 {
    font-size: 14px;
	color: #ffffff;
    font-weight: normal;
    margin-top: 24px;
}

.weChat-payment-box .payment-code-box {
    width: 126px;
	height: 126px;
    margin: 16px auto;
    padding: 4px;
    background-color: #ffffff;
}
.payment-code-box .payment-code {
    width: 118px;
    height: 118px;
}

.weChat-payment-box>i,
.pay-success-box>i {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 10px;
    right: 10px;
    background: url(../images/blueCancel.png) 0px 0px no-repeat;
    -webkit-background-size: 14px;
    background-size: 14px;
    cursor: pointer;
}
.weChat-payment-box>i:hover,
.pay-success-box>i:hover {
    opacity: 0.8;
}

/*支付成功*/
.pay-success-box>h4 {
    font-size: 18px;
	color: #ffffff;
    font-weight: normal;
    margin-top: 48px;
}
.pay-success-box>img {
    width: 110px;
	height: 83px;
    margin-top: 24px;
}


/* 对抗话题部分 */
.interaction-part>.vs-icon {
    display: none;
    position: absolute;
    bottom: 136px;
    right: 10px;
    width: 54px;
    height: 55px;
    background: url("../images/vsIcon.png");
    background-size: 54px 55px;
    cursor: pointer;
}

.vs-icon:hover {
    opacity: 0.8;
}

.interaction-part>.vs-topic-box,
.interaction-part>.vote-topic-box {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
    padding: 20px 0;
    background-color: rgba(13, 29, 61, 0.9);
    border: solid 2px rgba(23, 50, 103, 0.9);
    border-radius: 8px;
    z-index: 100;
}

.vs-topic-box>h4,
.vote-topic-box>h4 {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    line-height: 14px;
    border-left: 3px solid #347fff;
    padding-left: 10px;
    margin-left: 14px;
}

.vs-topic-box>i,
.vote-topic-box>i {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 10px;
    right: 10px;
    background: url(../images/blueCancel.png) center center no-repeat;
    -webkit-background-size: 14px;
    background-size: 14px;
    cursor: pointer;
}

.vs-topic-box>i:hover,
.vote-topic-box>i:hover {
    opacity: 0.8;
}

.vs-topic-content,
.vote-topic-content {
    margin-top: 13px;
    padding: 0 14px;
}

.vs-topic-content>h5,
.vote-topic-content>h5 {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffffff;
    word-wrap: break-word;
    word-break: break-all;
}

.vs-topic-content>p,
.vote-topic-content>p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #999999;
    margin-top: 6px;
    word-wrap: break-word;
    word-break: break-all;
}

.vs-topic-content .topic-bg {
    position: relative;
    width: 266px;
    height: 114px;
    background: url("../images/topicBg.png") center center no-repeat;
    background-size: 266px 114px;
    margin-top: 11px;
    transform: translateX(-9px);
}

.topic-bg>span {
    position: absolute;
    width: 84px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: bold;
}

.topic-bg>span:nth-of-type(1) {
    top: 24px;
    left: 22px;
}

.topic-bg>span:nth-of-type(2) {
    top: 30px;
    right: 30px;
}

.topic-bg>a {
    position: absolute;
    cursor: pointer;
}

.topic-bg>.blue-btn {
    width: 103px;
    height: 37px;
    bottom: 20px;
    left: 12px;
    background: url("../images/blueBtn.png");
    background-size: 103px 37px;
}

.topic-bg>.blue-btn.status1 {
    background: url("../images/blueBtn2.png");
    background-size: 103px 37px;
}

.topic-bg>.red-btn {
    width: 122px;
    height: 37px;
    bottom: 14px;
    right: 16px;
    background: url("../images/redBtn.png");
    background-size: 122px 37px;
}

.topic-bg>.red-btn.status1 {
    background: url("../images/redBtn2.png");
    background-size: 122px 37px;
}

.vs-topic-content .vs-bg {
    position: relative;
    height: 16px;
    background-color: #ff3844;
    border-radius: 8px;
    overflow: hidden;
}

.vs-bg .blue-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background-color: #446fe5;
    border-radius: 8px 0 0 8px;
}

.vs-bg .vs-blue,
.vs-red {
    position: absolute;
    top: 0;
    height: 100%;
    line-height: 15px;
    font-size: 12px;
    color: #ffffff;
}

.vs-blue {
    left: 6px;
}

.vs-red {
    right: 6px;
}


.vs-topic-content .vs-date,
.vote-topic-content .vote-date {
    height: 24px;
    border-radius: 12px;
    text-align: center;
    line-height: 23px;
    font-size: 12px;
    color: #ffffff;
    margin-top: 16px;
    cursor: pointer;
}

.vs-date.status1,
.vote-date.status1 {
    background-color: #347fff;
}

.vs-date.status2,
.vote-date.status2 {
    background-color: #828b95;
}

.vs-topic-control {
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 20px;
    cursor: pointer;
    z-index: 100;
}

.vs-topic-control-left {
    left: 24px;
    background: url("../images/toLeft2.png");
    background-size: 30px;
}

.vs-topic-control-right {
    right: 24px;
    background: url("../images/toRight2.png");
    background-size: 30px;
}

.vs-container,
.vote-container {
    padding-bottom: 40px;
}

.vs-container>.swiper-pagination-bullets,
.vote-container>.swiper-pagination-bullets {
    bottom: 7px;
}


/* 投票话题部分 */
.interaction-part>.vote-icon {
    display: none;
    position: absolute;
    bottom: 195px;
    right: 10px;
    width: 54px;
    height: 54px;
    background: url("../images/voteIcon.png");
    background-size: 54px;
    cursor: pointer;
}

.vote-icon:hover {
    opacity: 0.8;
}

.vote-option-title {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0.5;
    margin: 6px 0;
}

.unchecked-option-list>li {
    height: 30px;
    background-color: #293a5d;
    position: relative;
    margin-top: 4px;
}

.unchecked-option-list>li.checked {
    background-color: #347fff;
}

.unchecked-option-list>li>span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    padding-left: 10px;
    max-width: 200px;
}

.unchecked-option-list>li::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 10px;
    width: 14px;
    height: 14px;
    background: url("../images/uncheckedIcon.png");
    background-size: 14px;
}

.unchecked-option-list>li.checked::after {
    background: url("../images/checkedIcon.png");
    background-size: 14px;
}

.checked-option-list>li {
    height: 40px;
    background-color: #293a5d;
    position: relative;
    margin-top: 4px;
}

.checked-option-list>li.checked {
    background-color: #347fff;
}

.checked-option-list>li>* {
    position: absolute;
}

.checked-option-list>li>span {
    width: 180px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    top: 4px;
    left: 10px;
}

.checked-option-list>li>em {
    font-size: 12px;
    letter-spacing: 1px;
    color: #ffffff;
    top: 5px;
    left: 200px;
}

.checked-option-list>li>i {
    font-size: 12px;
    letter-spacing: 1px;
    color: #ffffff;
    bottom: 3px;
    left: 200px;
}

.checked-option-list>li>.option-bg {
    width: 180px;
    height: 8px;
    background-color: #0d1e3f;
    border-radius: 4px;
    bottom: 6px;
    left: 10px;
}

.option-bg .option-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 8px;
    background-image: linear-gradient(90deg,
        #ffd050 0%,
        #feb049 32%,
        #fc9041 100%),
        linear-gradient(#fcb841,
        #fcb841);
    background-blend-mode: normal,
        normal;
    border-radius: 4px;
}



/*活动简介部分*/

.summary-box {
    width: 100%;
    height: 100%;
    padding: 20px;
}

.summary-content * {
    max-width: 100%!important;
    word-wrap: break-word;
    word-break: break-all;
}



/*排行榜部分*/
.ranking-part .ranking-type {
    width: 100%;
    height: 26px;
    text-align: center;
    margin: 15px 0px;
}

.ranking-type-list {
    display: inline-block;
}
.ranking-type-list li {
    display: none;
    float: left;
    width: 70px;
    height: 26px;
    border: 1px solid rgb(52,127,255);
    font-size: 12px;
    color: rgb(52,127,255);
    letter-spacing: 1px;
    line-height: 24px;
    background-color: transparent;
    cursor: pointer;
}
.ranking-type-list li:first-child {
    border-radius: 2px 0px 0px 2px;
}
.ranking-type-list li:last-child {
    border-radius: 0px 2px 2px 0px;
}
.ranking-type-list li.active {
    background-color: rgb(52,127,255);
    color: rgb(255,255,255);
}

.ranking-part>.ranking-box {
    position: relative;
    padding: 0px;
    overflow: hidden;
}

.ranking-part-list {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.ranking-part-list>li {
    display: none;
    float: left;
    width: 330px;
    height: 100%;
    padding: 0px 15px;
}


.share-act-list li,
.reward-list li {
    position: relative;
    float: left;
    width: 100%;
    margin: 8px 0px;
}
.share-act-list li:nth-of-type(1),
.share-act-list li:nth-of-type(2),
.share-act-list li:nth-of-type(3),
.reward-list li:nth-of-type(1),
.reward-list li:nth-of-type(2),
.reward-list li:nth-of-type(3) {
    width: 33.3%;
    text-align: center;
    padding: 6px 12px;
}

.v-name {
    font-size: 10px;
    color: rgb(255,255,255);
}

.v-head {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 43px;
    margin-top: 6px;
}

.v-head .head-bgc {
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 75px;
    height: 16px;
}
.share-act-list li:nth-of-type(1) .head-bgc,
.reward-list li:nth-of-type(1) .head-bgc {
    background: url(../images/nobg1.png) 0px 0px no-repeat;
    -webkit-background-size: 75px 16px;
    background-size: 75px 16px;
}
.share-act-list li:nth-of-type(2) .head-bgc,
.reward-list li:nth-of-type(2) .head-bgc {
    background: url(../images/nobg2.png) 0px 0px no-repeat;
    -webkit-background-size: 75px 16px;
    background-size: 75px 16px;
}
.share-act-list li:nth-of-type(3) .head-bgc,
.reward-list li:nth-of-type(3) .head-bgc {
    background: url(../images/nobg3.png) 0px 0px no-repeat;
    -webkit-background-size: 75px 16px;
    background-size: 75px 16px;
}

.v-head .head-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 43px;
    height: 43px;
    border-radius: 50%;
    overflow: hidden;
}
.head-img>img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.share-act-list li:nth-of-type(1) .head-img,
.reward-list li:nth-of-type(1) .head-img {
    border: 1px solid rgb(255,217,59);
}
.share-act-list li:nth-of-type(2) .head-img,
.reward-list li:nth-of-type(2) .head-img {
    border: 1px solid rgb(214,227,252);
}
.share-act-list li:nth-of-type(3) .head-img,
.reward-list li:nth-of-type(3) .head-img  {
    border: 1px solid rgb(239,150,106);
}

.v-head .v-term {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(255,255,255);
    font-size: 11px;
    font-weight: bold;
    width: 52px;
    height: 15px;
    text-align: center;
    line-height: 15px;
}
.share-act-list li:nth-of-type(1) .v-term,
.reward-list li:nth-of-type(1) .v-term {
    background-color: rgb(253,204,0);
}
.share-act-list li:nth-of-type(2) .v-term,
.reward-list li:nth-of-type(2) .v-term {
    background-color: rgb(123,157,255);
}
.share-act-list li:nth-of-type(3) .v-term,
.reward-list li:nth-of-type(3) .v-term {
    background-color: rgb(255,153,103);
}

.v-count {
    margin-top: 1px;
    font-size: 12px;
    color: rgb(106,106,130);
}
.v-count>i {
    color: rgb(255,255,255);
    margin: 0px 4px;
}

.ranking-term {
    position: absolute;
    top: 2px;
    left: 0px;
    width: 22px;
    height: 26px;
    background: url(../images/no.png) 0px 0px no-repeat;
    -webkit-background-size: 22px 26px;
    background-size: 22px 26px;
    font-size: 12px;
    color: rgb(102,102,102);
    text-align: center;
    line-height: 26px;
}

.ranking-head {
    position: absolute;
    top: 0;
    left: 40px;
    width: 30px;
    height: 30px;
}
.ranking-head>img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.ranking-name {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: rgb(255,255,255);
    padding: 0px 80px 0px 86px;
}

.ranking-count {
    position: absolute;
    top: 0;
    right: 0px;
    width: 70px;
    text-align: left;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: rgb(106,106,130);
}
.ranking-count>i {
    color: rgb(255,255,255);
    margin: 0px 4px;
}


/*点播部分*/

.playfile-list>li {
    margin: 20px 0px;
    height: 70px;
    cursor: pointer;
}

.playfile-list>li>.img-intro {
    position: relative;
}

.img-intro>img {
    float: left;
    width: 125px;
    height: 70px;
    border-radius: 6px;
}

.img-intro>i {
    position: absolute;
    right: 3px;
    bottom: 3px;
    padding: 0px 4px;
    background-color: rgba(31, 31, 32, 0.8);
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
}

.playfile-list>li>p {
    width: 100%;
    height: 70px;
    padding-left: 12px;
    font-size: 14px;
    color: #fefefe;
    display: table-cell;
    vertical-align: middle;
}

.playfile-list>li>p>span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}

.playfile-list>li:hover>p {
    color: #3E6FB4;
}

.playfile-list>li.active>p {
    color: #3E6FB4;
}


/*关注部分*/

.guidance-part {
    text-align: center;
}

.guidance-part>h4 {
    font-weight: normal;
    height: 100px;
    line-height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
    color: #ffffff;
}

.guidance-part>.guidance-img {
    display: inline-block;
    width: 180px;
    height: 180px;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 4px;
}

.guidance-img>img {
    width: 100%;
    height: 100%;
}

.guidance-part>p {
    color: #959fb1;
    font-size: 14px;
}

.vcp-loading {
    margin-top: 0em!important;
}


/*适配屏幕大小*/

@media screen and (max-width: 1280px) {
    .container {
        max-width: 899px;
    }
    .player-box {
        width: 529px;
        height: 298px;
    }
    .multi-list>li {
        height: 65px;
    }
    .vcp-error-tips {
        font-size: 12px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1280px) {
    .container {
        max-width: 1150px;
    }
    .player-box {
        width: 780px;
        height: 439px;
    }
    .multi-list>li {
        height: 98px;
    }
    .vcp-error-tips {
        font-size: 12px;
    }
}

@media screen and (max-width: 1680px) and (min-width: 1440px) {
    .container {
        max-width: 1299px;
    }
    .player-box {
        width: 929px;
        height: 523px;
    }
    .multi-list>li {
        height: 117px;
    }
    .vcp-error-tips {
        font-size: 14px;
    }
}

@media screen and (max-width: 2560px) and (min-width: 1680px) {
    .container {
        max-width: 1550px;
    }
    .player-box {
        width: 1180px;
        height: 664px;
    }
    .multi-list>li {
        height: 150px;
    }
    .vcp-error-tips {
        font-size: 16px;
    }
}

@media screen and (min-width: 2560px) {
    .container {
        max-width: 2250px;
    }
    .player-box {
        width: 1880px;
        height: 1058px;
    }
    .multi-list>li {
        height: 240px;
    }
    .vcp-error-tips {
        font-size: 16px;
    }
}