:root{
	--font:#547BFf;
	--theme:#fff;
}
body {
	/*font-family: Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;*/
	/*使用无衬线字体*/
	background-color: #f8f8f8;
	max-width: 1200px;
	margin:0 auto;
}
html,body{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	width:100%
}

.content-page .total{
	display:none
}

.content-page .page-crr{
	margin-left: 16px;
}
* {
	box-sizing: border-box;
	font-family: Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
	font-size: 12px;
	
}
.html *{
	font-size:12px;
	box-sizing:initial;
	font-family: initial;
}
ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

a,
img {
	-webkit-touch-callout: none;
	touch-callout: none;
	text-decoration: none;
	/*禁止长按链接与图片弹出菜单*/
}

/*body {
	-webkit-user-select: none;
	user-select: none;
	background: #F9F9F9;
}*/

html{
	background: #F9F9F9;
	position: relative;
}
button,
input,
optgroup,
select,
textarea {
	/* -webkit-appearance: none; */
	/*去掉webkit默认的表单样式*/
}

a,
button,
input,
optgroup,
select,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*去掉a、input和button点击时的蓝色外边框和灰色半透明背景*/
}

input:-internal-autofill-selected {
	background-color: #fff !important;
}

input::-webkit-input-placeholder {
	color: #ccc;
	/*修改webkit中input的planceholder样式*/
}

input::-webkit-input-speech-button {
	display: none;
	/*隐藏Android的语音输入按钮*/
}
/* 547BFf */
a{color:inherit;}
a:hover{color:inherit;}
input{outline: none;}
.txcenter{text-align: center;text-indent: 0;}
.txcenter button{
	border: 1px solid #ccc;
    padding: 5px 8px;
    border-radius: 3px;
}
.txcenter label{
	cursor: pointer;
	text-indent: 4px;
}
.txleft{text-align: left;}
.layout{max-width: 1200px;}
.clear{clear: both;overflow: hidden;font-size: 0;}
.box{display: -webkit-box;}
.boxflex{display: flex;align-items: center;}
.w100{min-width: 70px;width: 70px;max-width: 70px;}
.box .flex{align-items: center;-webkit-box-flex:1;}
.navbar:before{position: absolute;content: "";left: 0;right: 0;top: 0;bottom: 0;background-color: #fff;height: 60px;}
.navbar .logo{float: left;position: relative;}
.navbar .items{padding-left:25px;display: inline-block;line-height: 60px;position: relative;}
.navbar .items .nav .active{background-color: #547BFf;}
.navbar .items .nav .active a{color: #fff;}
.navbar .nav{margin:0;}
.navbar .nav li{display: inline-block;padding:0 10px;height: auto;}
.navbar .logo img{height: 56px;border:0;}
.navbar .navbar-search{color:#999;font-size:14px;float: right;width: 307px;margin-top: 12px;height: 32px;background: #FFFFFF;border: 1px solid #DBDBDB;border-radius: 16px;position: relative;line-height: 30px;text-indent: 8px;overflow: visible;}
.navbar .navbar-search input{position: absolute;left: 0;top: 0;bottom: 0;outline: none;width: calc(100% - 56px);border: 0;border-radius: 16px;text-indent: 10px;}
.navbar .navbar-search .img-box{float: right;display: inline-block;background: #547BFf;border-radius: 16px 16px 15px 15px;padding: 0;width: 56px;height: 32px;margin-top: -1px;cursor: pointer;z-index: 2;}
/*.navbar .navbar-search .img-box img{height: 30px;float: right;}*/

.scroll-mian{position: fixed;right: 10px;bottom:10px;display: none;}
.scroll-mian .scroll-content{position: relative;display: block;width: 100%;height: 100%;}

.menu{background-color: #fff;margin-top: 8px;}
.menu div {display: inline-block;height: 50px;line-height: 50px;position: relative;padding:0 5px;min-width: 60px;text-align: center;color: #666;}
.menu div a{font-size:14px;}
.menu .active{color: #547BFf;font-weight: 600;}
.menu .active:before{position: absolute;content: "";bottom: 12px;left: 0;right: 0;height: 2px;width:30%;margin:0 auto;background-color: #547BFf;}

.bread{background: #fff;margin-top: 8px;padding: 8px 15px;font-size: 12px;color: #999;}
.bread .breadcrumb{display: inline-block;padding:0;margin:0;}
.bread .breadcrumb li{display: inline-block;height: auto;}
.bread .breadcrumb .active{display: inline-block;position: relative;text-indent: 16px;background: none;}
.bread .breadcrumb .active a{color: #547BFf;line-height: normal;padding: 0 10px;}
.bread .breadcrumb .active:before{content: " / ";color: #999;margin-left: -15px;}
.bread .bread-left{float: left;}
.bread .bread-right{float: right;}
.bread .bread-right div{display: inline-block;}
.bread .bread-right div span{font-weight: 600;padding: 0 10px 0 5px;}
.bread .bread-right div span.resNumber{color: #436CF6;}
.bread .bread-right div span.dateNumber{color: #EA220D;}


.film{background: #fff;margin-top: 8px;padding: 8px 15px;}
.film .filmTitle{margin-bottom: 0px;}
.film .title{color: #333;font-size: 13px;display: inline-block;position: relative;text-indent: 8px;}
.film .title:before{position: absolute;content: "";left: 0;top: 4px;bottom: 2px;width: 3px;background-color: #547BFf;}
.film .film-left{float: left;line-height: 30px;}
.film .film-right{float: right;line-height: 30px;}
.film .film-right .PCradio{display: inline-block;padding-right: 16px;}
.film .film-right .layui-form{display: inline-block;}
.film .film-right .layui-form .layui-input{padding-left: 10px; height: 30px; min-width: 100px; line-height: 30px; border: 1px solid #e6e6e6;  background-color: #fff;  border-radius: 2px;}

table{width: 100%;max-width: 100%;margin-bottom: 20px;border: 1px solid #ddd;border-collapse: collapse;border-spacing: 0;}
/*table.addrs tbody{display: none;}*/
table th{border: 1px solid #ddd;text-align: center;}
table tr{height: 48px;}
table tr:nth-child(2n){background:#F9F9F9;}
table td{font-size: 14px;color: #666666;font-weight: 400;border: 1px solid #ddd;text-indent: 10px;}
table td .fontbule{color: #547BFf;}
table td.line a{position: relative;padding:0 2px;}
table td.line a:before{position: absolute;content: "/";right: -4px;top: -1px;bottom: 0;font-size: 14px;}
table td.line a:last-child:before{display: none;}

/* 分页 */
.pager {position: relative;left: 0;right: 0;width: auto;display: inline-block;margin: auto;}
.pager .item {display: inline-block;padding: 0 15px;text-decoration: none;color: #436CF6;}
.pager .active {background-color: #436CF6;color: #fff;}
.pager .wap .active {display: none;}
.pager ul{
	padding:0
}
.page-crr {
	display: flex;
	align-items: center;
  }
  .page-crr .page-crr-inp {
	text-align: center;
	width: 64px;
	height: 28px;
	border: 1px solid rgba(204, 204, 204, 1);
	border-radius: 2px;
	margin: 0 8px;
  }

.filter{background: #fff;margin-top: 8px;font-size: 12px;}
.filter .filtertr{border-bottom: 0.5px solid #ebebeb;padding: 15px;}
.filter .filtertr .filtertd-type{display: inline-block;width: 70px;height: 28px;background: #F0F4FF;border: 1px solid #436CF6;border-radius: 14px;line-height: 28px;text-align: center;min-width: 70px;}
.filter .filtertr .filtertd{display: inline-block;text-align: center;min-width: 70px;border: 1px solid #fff;border-radius: 14px;height: 28px;line-height: 28px;text-align: center;}
.filter .filtertr .filtertd:hover{background: #F0F4FF;border-color:#436CF6;}

.tableList{margin-top: 10px;background:#fff;padding: 8px 16px;display:flex;flex-direction: column;flex:1 0 0}
.coment{background-color: #fff;margin-top: 8px;line-height: 45px;padding: 15px;}
.coment a{color: #547BFf;}
.coment .coment-min{line-height: 40px;}
.coment .coment-min .min-left{display: flex;}
.coment .coment-min .min-left .right{width:calc(100% - 220px);}
.coment .nature{transition: all 1s ease 0s;opacity: 1;/*float: left;*/display: block;width: 200px;height: 300px;background: #ccc;margin-right: 15px;margin-bottom: 15px;object-fit: contain;}
.coment .nature.success{object-fit: cover}
.coment .name{font-size: 16px;font-weight: bold;}
.coment .tt{font-size: 14px;color: #666;}

.coment .line{border-bottom: 1px dashed #eee;position: relative;display: flex;margin-top: 4px;}
.coment .two{width: 47%;display: inline-block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;position: relative;}
.coment .two.one{width: 94%;}
.coment .line .two{position: relative;padding-left: 46px;padding-right: 60px;}
.coment .line .two.on{word-break: break-all;white-space: normal;overflow: visible;text-overflow: unset;}
.coment .line .two.on .text{overflow: visible;white-space: normal;}
.coment .line .two.on .text:before{content: "";position: absolute;display: block;box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.15);left:0;top: 0;bottom: 0;right: 10px;background-image: linear-gradient(to left top, #000 0%, #fff 11%, transparent 50%);background-size: 3px 40.5px;background-repeat: repeat;}
.coment .line .two.on .tt{z-index:5;}
.coment .line .two.on .btn{z-index:4;}
.coment .line .two.on .text{background: #fff;z-index: 4;}
.coment .line .two .tt{position:absolute;left: 0;font-size: 12px;}
.coment .line .two .text{position:absolute;left: 0;z-index: 2;padding-left: 46px;right: 0px;padding-right: 60px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.coment .line .two .text span{position: relative;z-index: 10;font-size:12px;}
.coment .line .two .btn{position: absolute;right: 16px;bottom: 0px;font-size: 12px;color: #436CF6;cursor: pointer;z-index:3;}
.coment .line .two .btn.hideBtn{display: none;}
.coment .line .two .btn.showBtn{display: none;}

.coment .copy,.copyall{display: inherit;cursor: pointer;}
.coment .copy img{display: inline;vertical-align: middle;margin-right: 5px;}
.coment .copyall img{display: inline;vertical-align: middle;margin-right: 5px;}
.coment .plays{display: inherit;text-indent: 0;padding-left: 10px;}
.coment .plays.playBtms .no{display: inline-block;}
.coment .plays.playBtms .yes{display: none;}
.coment .plays.playBtms.active .no{display: none;}
.coment .plays.playBtms.active .yes{display: inline-block;}
.coment .play .play-c{font-size: 16px;font-weight: 600;}

.coment .plays img{display: inline;vertical-align: middle;margin-right: 5px;}
.coment .url{width:90%;color:#436CF6;border:none;outline: none;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.coment .groupname{background: #F9F9F9;border-bottom: 0;color: #333;text-align: left;font-weight: normal;}
.coment .groupname .h5{display: none;}
.coment .groupname .groupTitle{display:inline-block;position: relative;padding: 0 10px;cursor: pointer;}
.coment .groupname .groupTitle font{position:relative;}
.coment .groupname .groupTitle.on:before{content:'';position:absolute;background: #fff;left: -1px;right: 0;top: -2px;bottom: -2px;border: 1px solid #ddd;border-bottom: 0;}
.coment td.title{vertical-align:middle;text-align:center;width: 300px;white-space: nowrap;}
.coment td.playbtn{width:140px;vertical-align:middle;text-align:center;cursor: pointer;}
.coment .playline{padding-top: 10px;font-size: 14px;color: #333;border-bottom: 1px solid #eee;padding-bottom: 8px;text-indent: 10px;}
.coment .playline .playBtn{cursor: pointer;border: 1px solid #ccc;border-radius: 5px;padding: 8px 10px;overflow: hidden;}
.coment .playline .playBtn.black{color: #fff;background: #436CF6;}

.coment .toolfr{float: right;display: flex;padding-top: 12px;}
.coment .toolfr .tool{position: relative;}
.coment .toolfr .tool:hover .row{display: block;}
.coment .toolfr .tool .title{padding-left: 30px;text-align: center;cursor: pointer;display: flex;align-items: center;}
.coment .toolfr .tool .row{display:none;background: #FFFFFF;box-shadow: 2px 2px 16px 0px rgb(52 116 235 / 20%);line-height: 30px;text-align: center;font-size: 14px;color: #666666;font-weight: 400;position: absolute;left: 0;right: 0;top: 45px;min-width: 120px;}
.coment .toolfr .tool .row .li{cursor: pointer;}
.coment .toolfr .tool .row .li:hover{color: #436CF6;}

.search{display: block;background: #fff;height: auto;margin-top: 8px;padding: 20px 0;}
.search .navbar-search{margin-top: 0;margin: 0 auto;float: none;width: 40%;border:1px solid #436CF6;height: 40px;line-height: 40px;border-radius: 30px;overflow: hidden;position: relative;}
.search .navbar-search .img-box{cursor:pointer;display: inline-block;background: #547BFf;float: right;border-radius: 0 10px 10px 0;padding: 0;color: #fff;height: 40px;overflow: hidden;padding: 0 17px 0 8px;width: 80px;}
.search .navbar-search .img-box img{float: left;height: 24px;margin-top: 8px;}
.search .navbar-search .navbar-inputSsearch{height: 38px;float: left;width: calc(100% - 130px);border: 0;outline: none;text-indent: 10px;font-size: 12px;line-height: 38px;margin-left: 40px;}
.search .navbar-search .icos{position: absolute;height: 30px;left: 8px;top: 0;bottom: 0;margin: auto;}

.helphead{width: 100%; text-align: center; padding:10px 0px;}
.helphead button{background-color: #74b2ea;border-radius: 5px;color: #FFF; cursor: pointer;border:1px solid #74b2ea;padding: 10px 15px;vertical-align: top;}
.helphead .now{background-color: #f7b5ec;}
.hide{display: none;}

.pgblock{text-align: center;}
.pgblock>.box-page>.page>li{border: none;}
.video-box{background-color: #fff;}
.video-box .player{padding: 0;text-indent: 0;}

#player>#a1, #player>#a2{max-width: 100%;max-height: 100%;width:auto;height:auto;z-index: 1;}
div.player .iframeplayer{height:70vh;outline:none;}

.pl_over{
	background: #4caf50;
    border-radius: 5px;
    color: #fff;
    padding: 1px 3px;
    font-size: 10px;
}
.pl_total{
	background: #9e9e9e;
    border-radius: 5px;
    color: #fff;
    padding: 1px 3px;
    font-size: 10px;
}
.pl_update{
	background: #ff9800;
    border-radius: 5px;
    color: #fff;
    padding: 1px 3px;
    font-size: 10px;
}
.pl_process{
	background: #9c27b0;
    border-radius: 5px;
    color: #fff;
    padding: 1px 3px;
    font-size: 10px;	
}
.mySwiper{
	overflow: hidden;
	/*padding: 5px 15px 0 15px;*/
	padding: 15px 0;
	background: #fff;
}
.mySwiper .swiper-wrapper {
	display: block;
}
.mySwiper .swiper-slide { /*每列5个*/
	display: inline-block;
	float: left;
	width:20%;
	margin-bottom: 15px;
}
.mySwiper .swiper-slide a{
	background-color: rgba(84,123,255,0.1);
	padding:5px;
	border-radius: 4px;
	overflow: hidden;
	display:block;
	width:96%;
	margin: auto;
}

.mySwiper .swiper-slide a:hover{
	background-color: rgba(84,123,255,0.2);
}

.mySwiper .swiper-slide.show2 .vodpic{ /*竖版*/
	aspect-ratio: 27/40 !important;
	height:calc(100% * 40 / 27);
}
.mySwiper .swiper-slide.show2 .vodpic img.error::before {
	background: red;
}
.mySwiper .swiper-slide.show2 .vodpic img{
	width:100%;
	height: 100%;
	object-fit:cover;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
}
.mySwiper .swiper-slide.show1 .vodpic{ /*横版*/
	aspect-ratio: 16/9 !important;
	height:calc(100% * 9 / 16);
}

.mySwiper .vodpic{
	position: relative;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: rgba(84,123,255,0.1);
}
.mySwiper .vodpic .nums{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1px 2px;
	border-radius: 2px;
	background-color: gold;
}
.mySwiper .vodpic .time{
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 2px 0 1px 3px;
	border-radius: 5px 0 0 0;
}
.mySwiper .vodname{
	line-height: 30px;
	overflow : hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px
	color:#333;
}
.mySwiper .voddesc{
	line-height: 20px;
	overflow : hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
	height: 20px;
}
@media screen and (max-width:760px) {
	.mySwiper .vodpic .nums{
		right:0;
		left:auto;
		bottom:0;
	}
	.mySwiper .vodpic .time{
		right:0;
		top: 0;
		left:auto;
		bottom:auto;
		background: rgba(0,0,0,0.3);
	}
	.mySwiper .swiper-slide {
		transition: 300ms;
		transform: scale(0.9);
	}
	.mySwiper .swiper-slide-active,.mySwiper .swiper-slide-duplicate-active{
		transform: scale(1);
	}

	div.player .iframeplayer{height:30vh;}
	.navbar .navbar-search{float: none;margin: 12px auto 0;}
	.close_discor{width: 65px;max-width: 65px;}
	.close_discor img{width:100%;max-width: 65px;height: 110px;}
	.menu{padding:0 10px;}
	.menu div{height: 30px;line-height: 30px;text-align: left;width:66px;}
	.menu div a{font-size:12px;}
	.menu .active:before{display: none;}
	.film .film-left{display: none;}
	.film .film-right{float: none;}
	.film .film-right .layui-form{display: none;}
	footer{padding:0 10px;}
	.filter .filtertr .filtertd{min-width: 63px;}
	.filter .filtertr .filtertd-type{min-width: 63px;max-width: 63px;width: 63px;}
	.search .navbar-search{width:80%;margin-top: 0;}
	#detailsComent .bread .bread-right{display: none;}
	#detailsComent .coment .coment-min .min-left{display: block;}
	#detailsComent .coment .coment-min .min-left .left{display: block;}
	#detailsComent .coment .coment-min .min-left .left img{margin:0 auto;margin-bottom: 20px;}
	#detailsComent .coment .coment-min .min-left .right{display: block;width: 100%;}
	#detailsComent .coment .playline font{display: none;}
	#detailsComent .coment .playline{font-size: 1rem;text-indent: 0;position: relative;padding-top: 24px;}
	#detailsComent .coment .playline .playOnline{display: none;}
	#detailsComent .coment td.title{width: auto;}
	#detailsComent .coment .toolfr{position: absolute;top: 33px;right: 4px;display: -webkit-box;padding-top: 0;}
	#detailsComent .coment .toolfr .tool{position: relative;-webkit-box-flex: 1;background: none;border: 0;height: 30px;line-height: 30px;}
	.navbar .nav li{padding:0 5px;}
	.film .filmTitle .film-right .layui-form .layui-inline{display:flex;}
	.film .filmTitle .film-right .layui-form .layui-inline .layui-form-mid{width:1rem;max-width: 1rem;min-width: 1rem;margin: 0;}
	.pc{display: none;}
	table td{text-indent: 0;padding:0 10px;overflow: hidden;text-overflow: ellipsis;/*display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;*/}
	table td.line a{display: inline-block;}
	table td.line a:before{display: none;}
	.pl_over,.pl_total,.pl_update{display: none;}
	.navbar .items{padding-left: 0;}
	.navbar .items .nav{margin-left:8px;padding-left: 0;}
	.w100{width: 80px;min-width: 80px;max-width: 80px;}
	.coment .two{width:50%;}
	.coment .line .two{padding-right: 40px;}
	.coment .line .two .text{padding-right: 40px;}
	.questionDia .layout .one .btns{width:50vw !important;}
	.coment .groupname .h5{display: block;}
	.coment .groupname .web{position: absolute;top: 0;left:0;border-left:1px solid #ddd;}
	#detailsComent .coment .table tr td:nth-child(2){width: 0;padding: 0;margin: 0;font-size: 0;border: 0;overflow: hidden;display: none;}
	#detailsComent .coment .table tr th:nth-child(2){width: 0;padding: 0;margin: 0;font-size: 0;border: 0;overflow: hidden;display: none;}
	.playList{position: relative;padding-top: 47px;}
}

@media screen and (max-width:450px) {
	.mySwiper .swiper-slide { /*每列两个*/
		width:50%;
		margin-bottom:5px;
	}
}
.videoFeeback{
	display:none !important
}