@charset "utf-8";

:root{
	--bg-color: #325ff1;
	--disabled-bg-Color: #a0cfff;
	--abled-bg-Color: #409eff;
	--scrollbar-color: #072a8a;
	--btn-bg-color: #0086fe;
}

/* CSS Document */

/*
 * 全局公共样式
 * 头部/底部/以及公用模块样式
 * 
 */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input,li,ul,a,span{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{font:14px/1.5 "Microsoft Yahei", 微软雅黑, sans-serif;width: 100vw;min-width:1200px;min-height: 100vh;background-size: cover;background-position: center;}
img{border:none;pointer-events: none;max-width: 100%;display: block;}
li{list-style:none;}
input,select,textarea{outline:none;}
a, a:focus, a:hover{text-decoration:none;}
* {
	-webkit-backface-visibility: hidden;
	margin: 0;
	padding: 0;
}

a {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
.text-drag *,
.text-drag li,{
	font-family: inherit;
	list-style: auto;
}
/*
 *清楚浮动
 */
.clearfix:before,.clearfix:after { content:""; display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}

::-webkit-scrollbar{
	width:4px;
	height:0;
	background:#eeeeee!important;
	display:block
}
::-webkit-scrollbar-thumb{
	border-radius:2px;
	background: var(--scrollbar-color);
	box-shadow:none;
	-webkit-box-shadow:none
}

/* 吐司样式 */
.toast_box {
	width: 100%;
	position: fixed;
	top: 50%;
	left: 0;
	justify-content: center;
	display: none;
	z-index: 99999;
}

.toast_box p {
	box-sizing: border-box;
	padding: 10px 30px;
	max-width: 72%;
	width: max-content;
	background: #000;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	border-radius: 6px;
	opacity: 0.8;
	text-indent: 0;
}

/*  西瓜视频定制  */
.xgplayer-play .xgplayer-icon .xgplayer-icon-play svg,
.xgplayer-play .xgplayer-icon .xgplayer-icon-pause svg,
.xgplayer-fullscreen .xgplayer-icon .xgplayer-icon-requestfull svg,
.xgplayer-fullscreen .xgplayer-icon .xgplayer-icon-exitfull svg,
.xgplayer-volume .xgplayer-icon .xgplayer-icon-large svg,
.xgplayer-volume .xgplayer-icon .xgplayer-icon-small svg,
.xgplayer-volume .xgplayer-icon .xgplayer-icon-muted svg{
	display: none;
}
.xgplayer-skin-default .xgplayer-play,
.xgplayer-skin-default .xgplayer-fullscreen,
.xgplayer-skin-default .xgplayer-volume,
.xgplayer-skin-default .xgplayer-play .xgplayer-icon,
.xgplayer-skin-default .xgplayer-fullscreen .xgplayer-icon,
.xgplayer-skin-default .xgplayer-volume .xgplayer-icon,
.xgplayer-play .xgplayer-icon .xgplayer-icon-play,
.xgplayer-play .xgplayer-icon .xgplayer-icon-pause,
.xgplayer-fullscreen .xgplayer-icon .xgplayer-icon-requestfull,
.xgplayer-fullscreen .xgplayer-icon .xgplayer-icon-exitfull,
.xgplayer-volume .xgplayer-icon .xgplayer-icon-large,
.xgplayer-volume .xgplayer-icon .xgplayer-icon-small,
.xgplayer-volume .xgplayer-icon .xgplayer-icon-muted{
	display: block;
	width: 28px !important;
	height: 28px !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: translate(0) !important;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.xgplayer-skin-default .xgplayer-play{
	margin-top: 5px !important;
	margin-left: 5px !important;
}
.xgplayer-skin-default .xgplayer-fullscreen{
	margin-top: 5px !important;
	margin-right: 8px !important;
}
.xgplayer-skin-default .xgplayer-volume{
	margin-top: 5px !important;
}
.xgplayer-play .xgplayer-icon .xgplayer-icon-play,
.xgplayer-play .xgplayer-icon .xgplayer-icon-pause,
.xgplayer-fullscreen .xgplayer-icon .xgplayer-icon-requestfull,
.xgplayer-fullscreen .xgplayer-icon .xgplayer-icon-exitfull,
.xgplayer-volume .xgplayer-icon .xgplayer-icon-large,
.xgplayer-volume .xgplayer-icon .xgplayer-icon-small,
.xgplayer-volume .xgplayer-icon .xgplayer-icon-muted{
	background-image: url(../img/player-icon.png);
	background-repeat: no-repeat;
	background-size: 196px 28px;
}
.xgplayer-play .xgplayer-icon .xgplayer-icon-play{
	background-position: -56px 0;
}
.xgplayer-play .xgplayer-icon .xgplayer-icon-pause{
	background-position: -140px 0;
}
.xgplayer-fullscreen .xgplayer-icon .xgplayer-icon-requestfull{
	background-position: -168px 0;
}
.xgplayer-fullscreen .xgplayer-icon .xgplayer-icon-exitfull{
	background-position: 0 0;
}
.xgplayer-volume .xgplayer-icon .xgplayer-icon-large{
	background-position: -112px 0;
}
.xgplayer-volume .xgplayer-icon .xgplayer-icon-small{
	background-position: -84px 0;
}
.xgplayer-volume .xgplayer-icon .xgplayer-icon-muted{
	background-position: -28px 0;
}
.xgplayer-skin-default .xgplayer-progress{
	top: -10px !important;
}
.xgplayer-skin-default .xgplayer-start{
	background-image: url(../img/icon-play.png) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: 100% !important;
	/* background-color: transparent !important; */
	box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
}
.xgplayer-start .xgplayer-icon-play{
	display: none !important;
}
.xgplayer-skin-default .xgplayer-enter .xgplayer-enter-spinner{
	width: 80px !important;
	height: 80px !important;
}

/* tcplayer */
.tcp-skin .vjs-volume-panel .vjs-volume-level,
.tcp-skin .vjs-play-progress{
	background-color: var(--bg-color);
}

/* element 定制 */
.el-button--primary.is-disabled, .el-button--primary.is-disabled:active, .el-button--primary.is-disabled:focus, .el-button--primary.is-disabled:hover{
	background-color: var(--disabled-bg-Color);
	border-color: var(--disabled-bg-Color);
}
.el-button--primary{
	background-color: var(--abled-bg-Color);
	border-color: var(--abled-bg-Color);
}
.el-button--primary:focus, .el-button--primary:hover{
	background-color: var(--abled-bg-Color);
	border-color: var(--abled-bg-Color);
}
.el-radio__input.is-checked .el-radio__inner{
	background-color: var(--abled-bg-Color);
	border-color: var(--abled-bg-Color);
}
.el-radio__inner:hover{
	border-color: var(--abled-bg-Color);
}

.live-box{
	height: 100%;
	background: #000;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
	position: relative;
}
.drag-box{
	display: none;
	min-height: 100%;
	position: relative;
}
.popupwindow:hover{
	/* transform: scale(1.02) translateY(-4px); */
	transform: translateY(-4px);
	transition: transform 0.3s;
	box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.3);
}
.popupwindow_titlebar_text{
	padding: 0 2%;
	font-size: 14px;
}
.popupwindow.popupwindow_minimized{
	border: none !important;
}
.btn-bar{
	position:absolute;
	bottom: 2%;
	left: 2%;
	/* background: #fff; */
	width: auto;
	white-space: nowrap;
	color: #fff;
}
.like-box{
	position: absolute;
	bottom: 2%;
	right: 2%;
	color: #fff;
	background: rgba(0,0,0,.5);
	border-radius: 50px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 5px 5px;
	height: 50px;
	display: none;
}
.btn-bar>div{
	float: left;
	background: rgba(0,0,0,.5);
	border-radius: 50px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 5px 2px;
	height: 48px;
}

/* 移动端按钮 */
.btn-bar-wap{
	position: relative;
	margin-right: 10px;
	cursor: pointer;
}
.btn-bar-wap-text{
	border-radius: 40px;
	padding: 0 10px;
	margin: 0 3px;
	height: 40px;
	line-height: 40px;
	border: 2px solid rgba(255,255,255,0.5);
}
#btn-bar-wap-ewm{
	padding: 10px;
	background: #fff;
	border-radius: 8px;
	position: absolute;
	z-index: 999;
	left: 50%;
	bottom: 100%;
	width: 120px;
	transform: translateX(-50%);
	display: none;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
}
.btn-bar-wap:hover #btn-bar-wap-ewm{
	display: block;
}

/* 中英文 */
.btn-bar-lang>div{
	border: 2px solid rgba(255,255,255,.5);
	border-radius: 50px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0 16px 2px;
	font-size: 14px;
	margin: 0 3px;
	height: 40px;
	cursor: pointer;
}
.btn-bar-lang>div.active{
	/* background: #325ff1; */
	background: var(--bg-color);
	border: 2px solid transparent;
}
.btn-bar-lang>div img{
	transform: translateY(-3%);
	margin-right: 10px;
}

.btn-bar>div.btn-bar-model{
	margin-left: 15px;
	padding: 0 2px;
}
.btn-bar-model-btn{
	border-radius: 50px;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	/* background: #325ff1; */
	background: var(--bg-color);
	height: 40px;
	width: 40px;
	margin: 0 3px;
	cursor: pointer;
}
.like{
	background: var(--bg-color);
	height: 40px;
	cursor: pointer;
	border-radius: 50px;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
}
.like img{
	height: 24px;
	margin-right: 5px;
	transition: all .16s;
	user-seletct: none;
	-webkit-user-seletct: none;
	-moz-user-seletct: none;
	-ms-user-seletct: none;
}
.btn-bar-model-btn img{
	max-width: 30px;
	max-height: 30px;
}
.btn-bar-model-btn i{
	font-size: 20px;
	font-style: normal;
}
.btn-bar-model-btn .model-btn-text{
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	color: #333;
	border-radius: 4px;
	padding: 5px 10px;
	text-align: center;
	display: none;
	z-index: 999;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
}
.btn-bar-model-btn .model-btn-text span{
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	border: 5px solid #fff;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
}
.btn-bar-model-btn:hover .model-btn-text{
	display: block;
}

.btn-bar>div.survey{
	height: 44px;
	transform: translateY(2px);
	margin-left: 15px;
	padding: 0 20px;
	background: #fff;
	color: #333;
	letter-spacing: .03em;
}
.survey img{
	width: 20px;
	margin-right: 10px;
}
.survey a{
	/* color: #0066cc; */
	color: var(--btn-bg-color);
	position: relative;
}
.survey a:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/* border-bottom: 1px solid #0066cc; */
	border-bottom: 1px solid var(--btn-bg-color);
}
.xgplayer-skin-default .xgplayer-progress-played,
.xgplayer-skin-default .xgplayer-drag{
	/* background: #325ff1 !important; */
	background: var(--bg-color) !important;
}
.logo{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 80px;
}
.player-poster{
	position: relative;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.player-poster .player-poster-text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,.6);
	line-height: 2.4;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	font-weight: 200;
	font-size: 14px;
}
.player-poster-text p{
	position: absolute;
	bottom: 0;
	left: 100%;
	white-space: nowrap;
	animation: posterText 15s linear infinite;
}
.player-poster-text div{
	position: absolute;
	bottom: 0;
	left: 100%;
	white-space: nowrap;
	animation: posterText 15s linear infinite;
}
@keyframes posterText{
	0%{
		left: 100%;
		transform: translateX(0);
	}
	100%{
		left: 0%;
		transform: translateX(-100%);
	}
}
.video-js .vjs-progress-control{
	cursor: auto;
}

/* 投票 */
.vote{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 9998;
	display: none;
}
.vote-box{
	position: absolute;
	width: 50%;
	max-width: 900px;
	min-width: 500px;
	max-height: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.5);
}
.vote-titlt{
	border-bottom: 1px solid #ccc;
	padding: 15px 5%;
	font-size: 18px;
}
.vote-content{
	padding: 20px 5%;
}
.vote-content h6{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
}
.el-radio-group{
	display: block;
	margin-bottom: 20px;
}
.el-radio{
	display: block;
	width: 100%;
	padding: 2.5% 0;
}
.vote-btn{
	margin-bottom: 1%;
	text-align: center;
}
.el-radio__input.is-checked+.el-radio__label{
	color: #333;
}
.count{
	text-align: center;
}
.close{
	position: absolute;
	left: 50%;
	bottom: -40px;
	transform: translateX(-50%);
	width: 30px;
	cursor: pointer;
}
.vote-content .el-radio__label{
	white-space: normal;
	display: inline-flex;
	line-height: 1.4;
}

.vote-content .el-checkbox{
	display: block;
	padding: 2.5% 0;
	width: 100%;
}
.vote-content .el-checkbox-group{
	display: block;
	margin-bottom: 20px;
}
.vote-content .el-checkbox__label,
.el-checkbox__input.is-checked+.el-checkbox__label{
	color: #333;
	white-space: normal;
}
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner{
	background-color: var(--abled-bg-Color);
	border-color: var(--abled-bg-Color);
}


/* 投票end */


/* 公告 */
.notice-model{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 9998;
	display: none;
}
/* .notice-box {
	position: absolute;
	width: 50%;
	max-width: 900px;
	min-width: 500px;
	min-height: 200px;
	max-height: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 50%);
}
.notice-content{
	padding: 20px;
}
.notice-content-titlt{
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 5px;
} */

/* 公告end */


/* #live-player{
	width: 100% !important;
	height: 100% !important;
} */
#live-player{
	position: absolute;
	max-width: 100% !important;
	max-height: 100% !important;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding-top:0 !important;
}
.xgplayer-skin-default.xgplayer-nostart .xgplayer-poster{
	background-size: contain;
	background-repeat: no-repeat;
}
.tiwen-box,
.hudong-box{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	position: relative;
}
.tiwen-item,
.hudong-item-box{
	overflow: scroll;
	padding: 0 10px;
	background: #f3f3f3;
	border-radius: 4px;
	word-break: break-word;
	height: calc(100% - 50px);
	font-size: 12px;
}
.tiwen-item-box{
	background: #fff;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 8px 10px;
	box-shadow: 0 0 5px 0 #ddd;
}
.tiwen-item-box:first-of-type{
	margin-top: 10px;
}
.tiwen-item-wenti{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.tiwen-item-wenti .tiwen-item-question{
	padding-right: 10px;
	flex: 1;
}
.tiwen-item-wenti .ditto{
	/* width: 5em; */
	padding-top: 5px;
}
.ditto p{
	text-align: center;
	padding: 2px 8px;
}
.tongwen{
	border-radius: 4px;
	background: var(--btn-bg-color);
	border: 1px solid var(--btn-bg-color);
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.tongwen img{
	display: inline-block;
	margin-right: 5px;
	transform: translateY(2px);
	width: 14px;
}
.notongwen{
	border-radius: 4px;
	border: 1px solid #aaa;
	color: #999;
	cursor: pointer;
}
.tongwenCount{
	font-size: 14px;
	color: #999;
}
.tiwen-item-box .title{
	color: #0a569a;
	font-style: italic;
	line-height: 1.7;
}
.tiwen-item-question div,	
.tiwen-item-huifu div{
	color: #333;
}
.tiwen-item-huifu div{
	background: #f1f1f1;
	padding: 10px;
	margin-top: 3px;
	border-radius: 4px;
	color: #333;
}

/* 问答提交 */
.tiwen-enter{
	padding-top: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.tiwen-enter .el-input__inner{
	margin-right: 10px;
	background: #f3f3f3;
	border-radius: 4px;
	border: none;
	color: #333;
	width: calc(100% - 10px);
}
.tiwen-enter .el-input-group__append,
.hudong-enter .el-button{
	cursor: pointer;
	border: none;
	/* background: #0086fe; */
	background: var(--btn-bg-color);
	color: #fff;
	border-radius: 4px;
}
/* 问答结束 */

/* 互动模块 */
.loadMore{
	text-align: center;
	cursor: pointer;
	color: var(--btn-bg-color);
	padding: 8px 0;
	font-size: 13px;
}
.loadMore.noMore{
	cursor: initial;
	color: #999;
}
.hudong-item{
	margin-bottom: 17px;
	font-size: 0;
}
.hudong-item span.HeadImg{
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 20px;
	background-color: #ccc;
	background-size: cover;
	vertical-align: top;
	margin-right: 3px;
	pointer-events: none;
}
.hudong-item span.NickName{
	color: #676767;
	line-height: 22px;
	vertical-align: top;
	font-size: 13px;
}
.hudong-item span.NickName.self{
	color: red;
}
.hudong-item div.Content{
	display: inline;
	font-size: 13px;
	line-height: 22px;
	vertical-align: top;
	line-break: anywhere;
	letter-spacing: 0;
	word-break: break-all;
}
.hudong-item div.Content *{
	background: none !important;
}
.hudong-item div.Content .HeadImg{
	width: 0 !important;
	height: 0 !important;
}
.hudong-item div.Content img{
	display: inline-block;
	/* padding-top: 5px; */
	max-width: 180px !important;
}
.hudong-item div.Content img.emoji_icon{
	width: 20px;
}
.hudong-enter{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding-top: 10px;
}
#emoji-btn{
	width: 20px;
	margin-right: 8px;
}
#emoji-btn input{
	display: block;
	width: 100%;
}
.picture-btn{
	width: 20px;
	margin-right: 10px;
}
.picture-btn .el-upload{
	display: block;
}
.hd-editor-box{
	flex: 1;
	position: relative;
	background: #f3f3f3;
	border-radius: 4px;
	overflow: hidden;
}
.hd-editor-box>span{
	position: absolute;
	top: 5px;
	left: 5px;
	pointer-events: none;
	color: #c0c4cc;
}
#hd-editor{
	height: 40px;
	padding: 5px;
	overflow-y: scroll;
	outline:none;
	border-radius: 4px;
}
#hd-editor:focus-visible{
}
#hd-editor img{
	display: inline;
}
.hudong-enter .el-button{
	height: 40px;
	margin-left: 10px;
}

/* 互动结束 */

/* 点赞飘出来的 */
canvas{
	position: absolute;
	right: 2%;
	bottom: calc(2% + 50px);
	pointer-events: none;
	z-index: 9999;
}

@media (min-width: 1400px) and (max-width: 1600px) {
	
}

@media (min-width: 987px) and (max-width: 1400px) {
	.btn-bar{
		bottom: 5px;
		left: 20px;
	}
	.btn-bar>div{
		height: 34px;
	}
	.btn-bar-wap-text{
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		border: 1px solid rgba(255,255,255,0.5);
	}
	#btn-bar-wap-ewm{
		width: 90px;
	}
	.btn-bar-lang>div{
		height: 24px;
		font-size: 12px;
		padding: 0 8px;
	}
	.btn-bar>div.btn-bar-model{
		margin-left: 10px;
	}
	.btn-bar-lang>div img{
		width: 14px;
		margin-right: 5px;
	}
	.btn-bar-model-btn{
		width: 24px;
		height: 24px;
		margin: 0 5px;
	}
	.btn-bar-model-btn i{
		font-size: 14px;
	}
	.btn-bar-model-btn i{
		font-size: 14px;
	}
	.btn-bar-model-btn img{
		max-width: 12px;
		max-height: 12px;
	}
	.btn-bar-model-btn .model-btn-text{
		bottom: 34px;
		font-size: 12px;
	}
	.btn-bar>div.survey{
		height: 30px;
		margin-left: 10px;
		padding: 0 15px;
		font-size: 12px;
	}
	.survey img{
		width: 14px;
	}
	.like-box{
		bottom: 5px;
		right: 20px;
		height: 34px;
	}
	.like{
		height: 24px;
		font-size: 12px;
	}
	.like img{
		height: 15px;
		margin-right: 2px;
	}
	canvas{
		bottom: 40px;
	}
}
@media only screen and (max-device-width: 768px) {
	body{
		min-width: 100%;
	}
}
