
/*中间内容区域*/
.equipment,.course,.welcome,.novice,.software,.recommend,.video,.category,.counterMark,.news-details,.upper,.report,.column,.video_tutorial,
.whole,.nominate,.related_video{
	padding: 0 10px;
	background: #171a2b;
}
/*轮播图*/
.banner{
    width: 100%;
    position: relative;
}
.imgList li{
    width: 100%; height: 100%;
    position: absolute;
    left: 0; top: 0;
    display: none;
}
.imgList li:first-child{
	display: block;
}
.imgList .show{
	display: block;
}
.imgList img{
	width: 100%;
	height: 100%;
}
.banner .dollList{
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -20px
}
.dollList li{
    width: 12px; height: 12px;
    float: left;
    background: rgba(255,255,255,0.7);
    margin-right: 8px;
    border-radius: 50%;
    cursor: pointer;
}
.dollList .active{ 
	background-color: #f06e4c; 
	transition: 0.5s ease;
}
.prev,.next{
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	margin-top: -20px;
}
.prev{
	left: 0;
}
.next{
	right: 0;
}
/*公共标题*/
.every-title{
	line-height: 48px;
	border-bottom: 1px solid #212434;
	font-size: 16px;
}
.every-title p{
	color: #fff;
}
.mentlist li,.novice-list li,.recommend-list li,.software-list li{
	border-bottom: 1px solid #eee;
}
/*dj设备*/
.mentlist li:last-child,.novice-list li:last-child,.recommend-list li:last-child,.software-list li:last-child{
	border-bottom: none;
}
.mentlist .ment-title,.mentlist .ment-title-search{
	line-height: 42px;
}
.stick{
	vertical-align: -5px;
}
/*.ment-title>a{
	max-width: 88.5%;
}*/
.ment-title>span,.ment-title-search>span{
	color: #666;
	text-align: right;
}
.ment-details{
	padding: 5px 0;
	display: none;
}
.ment-details>a{
	display: block;
}
.ment-details>a img{
	border-radius: 5px;
	object-fit: cover;
}
.ment-details div>p{
	margin-bottom: 5px;
}
.ment-details div>span{
	margin-right: 10px;
	color: #666;
}
.mentlist li:hover .ment-title{
	display: none;
}
.mentlist li:hover .ment-details{
	display: block;
}
/*文章教程*/
.course-list{
	margin: 10px 0;
	width: 49.2%;
}
.course-first{
	border-right: 1px solid #1c1f31;
	margin-right: -1px;
}
.course-list:last-child{
	border-left: 1px solid #1c1f31;
	padding-left: 10px;
}
.tutorial{
	position: relative;
	width: 100%;
}
.tutorial img{
	width: 352px;
	height: 171px;
	object-fit: cover;
	margin-bottom: 10px;
}
.tutorial p{
	position: absolute;
	width: 97%;
	bottom: 0;
	left: 0;
	color: #fff;
	line-height: 40px;
	background: rgba(0,0,0,0.4);
	padding-left: 10px;
	letter-spacing: 2px;
	font-size: 16px;
}
.single{
	width: 97%;
}
.course-list li{
	line-height: 35px;
	padding-right: 5px;
}
/*视频教程*/
.video-list li>a>img{
	width: 102px;
	height: 58px;
	object-fit: cover;
}
.video-list .version{
	border-bottom: 1px solid #eee;
	height: 70px;
	width: 68%;
}
.video-list li:last-child .version,.video-list li:nth-last-child(2) .version{
	border-bottom:none;
}
.version p,.nominate_list li p,.relevant_introduce p{
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.relevant_introduce p{
	width:100%;
	height:40px;
	font-size:12px;
}
.version p{
	font-size: 15px;
	margin-bottom: 10px;
	max-height: 41px;
}
.version span{
	color: #666;
	padding-bottom: 10px;
	font-size: 12px;
}
.version span img{
	margin-left: 5px;
}


/**/
.welcome{
	padding: 10px 0;
}
.welcome-list li{
	float: left;
	width: 25%;
	text-align: center;
}
.welcome-list li p{
	margin-top: 5px;
}
/*新手作品*/
.novice-list li{
	line-height: 36px;
}
.novice-list li a{
	width: 90%;
}
.novice-list li i{
	cursor: pointer;
	color: #7c7c7c;
	font-size: 24px;
	vertical-align: -4px;
}
.novice-list li i:hover {
	color: #f06d4f;
}
.novice-list .stick{
	vertical-align: -2px;
}
.novice-list li a>span{
	margin-left: 5px;
}}
.advertisement img{
	width: 100%;
	height: 129px;
}
.advert img{
	height: 266px;
	width: 100%;
}
.disc-lsit li span:first-child{
	font-size: 24px;
}
.disc-lsit li span{
	line-height: 34px;
	display: inline-block;
}
/*DJ软件*/
.software-list li{
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.software-list li a>img{
	width: 77px;
	height: 75px;
	object-fit: cover;
}
.soft-ware{
	margin-left: 10px;
	width: 71%;
}
.soft-ware p{
	font-size: 15px;
}
.soft-ware span{
    font-size: 12px;
	display: block;
	margin-top: 8px;
	color: #333;
}
/*推荐*/
.recommend-list li{
	line-height: 34px;
}
/*文章类别*/
.category{
	padding: 12px 12px 0 12px;
}
.category ul{
	padding: 5px 0;
}
.category li{
	float: left;
	margin: 0 6px;
	padding: 0 10px;
	background: #f36e4f;
	border-radius: 5px;
	line-height: 28px;
	margin-bottom: 12px;
}
.category .navigation{
	background: #192026;
}
.category li a{
	color: #fff;
	font-size: 12px;
}
/*热门标签*/
.counterMark .counter{
	margin-top: 10px;
}
.counter li{
	margin: 0 5px;
	margin-bottom: 10px;
	float: left;
	padding: 0 15px;
	border: 1px solid #333;
	border-radius: 16px; 
	line-height: 28px;
}
.counter li:hover{
	border: 1px solid #f36e4f;
}
.counter li:hover a{
	color: #f36e4f
}
.counter .pink{
	border-color: #f36e4f;
}
.counter li a{
	display: block;
}
.counter .pink a{
	color: #f36e4f;
}
/*栏目分类*/
.column-list li{
	line-height: 35px;
}
.column-list li a{
	font-size: 14px;
}
/*文章详情*/
.news-details{
	font-size: 15px;
}
.news-title{
	color: #f36e4f;
	text-align: center;
}
.news-info{
	border-bottom: 1px solid #383d5b;
	color: #a1a1a1;
	padding-bottom: 10px;
}
.record span{
	padding-left: 22px;
	margin-right: 10px;
}
.record-eyes{
	background-position: 0 2px;
}
.record-star{
	background: url(../images/collect.png) no-repeat;
}
.record-info{
	background: url(../images/comment.png) no-repeat;
}
.news-content{
	padding: 10px 0;
}
.news-content p{
	padding: 10px 0;
	color: #FFFFFF;
	font-size: 14px;
    line-height: 1.5em;
}
.news-content ol li{
	list-style: decimal;
	margin-left: 18px;
	line-height: 25px;
}
.news-content ul li{
	list-style: disc;
	margin-left: 18px;
	line-height: 25px;
}
.news-content img{
	max-width: 100%;
	object-fit: cover;
	text-align: center;
}
.collectShare{
	margin-top: 15px;
}
.collect-share {
    background: #fff;
    border: 1px solid #fb4305;
    padding: 0 10px;
    line-height: 25px;
    font-size: 14px;
    border-radius: 15px;
    color: #fb4305;
    margin-top: 5px;
}
/*上一篇*/
.upper{
	padding: 10px;
}
.upper li{
	line-height: 30px;
}
/*发表评论*/
.conment {
    width: 100%;
    line-height: 45px;
    font-size: 15px;
    color: #000;
    font-weight: bold;
}
.contentTxt {
    width: 100%;
    overflow: hidden;
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
}
.comBtn {
    background: #f36d52;
    height: 30px;
    line-height: 30px;
    border-color: #f36d52;
    border-radius: 15px;
    padding: 0 15px;
    color: #fff;
    text-align: center;
    margin: 10px 0;
}
.comment_list{
	border-top: 1px solid #d8d8d8;
	margin-top: 15px;
}
.comment_list li{
	border-bottom: 1px solid #d8d8d8;
	padding: 10px 0;
}
.comment_list li:before, .comment_list li:after {
    content: "";
    display: table;
}
.comment_list li:after{
	clear: both;
}
.comment_list li img{
	border: 1px solid #eee;
	border-radius: 50% 50%;
	float: left;
}
.comment_list li>div{
	float: right;
}
.comment_list li>div p, .comment_list li>div p span {
    color: #000;
    line-height: 30px;
}
.comment_list li>div p a {
    color: #0088CC;
}

/*视频列表*/
.vision{
	background: #fff;
}
.video_list{
	padding: 10px 0;
}
.video_list li{
	width: 48%;
	float: left;
	background: #f7f5f6;
	margin: 0 1% 15px 1%;
	transition: .3s ease;
	padding-bottom: 10px;
}
.video_list li:hover{
	box-shadow: 0 1px 5px 2px rgba(0, 0, 0, .1);
	-webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.video_list li a{
	display: block;
	position: relative;
}
.video_list li img{
	width: 100%;
	object-fit: cover;
	object-position: 100% 100%;
}
.video_title{
	padding: 0 10px;
	font-size: 15px;
	color: #333;
}
.video_title>a{
	margin-top: 10px;
}
.video_title>p{
	margin-top: 5px;
}
.video_title>p span:first-child{
	width: 83%;
}
.video_course{
	font-weight: bold;
}
.playVideo{
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	opacity: 0.9;
	transition: .3s ease;
}
.video_list li:hover .playVideo{
	-webkit-transform: scale(1.01);
    transform: scale(1.01); 
    opacity: 1;
    transition: .3s ease;
}
/*视频介绍*/
.video_detail{
	padding: 10px;
	background: #fff;
}
.video_img img{
	width: 100%;
	height: 100%;
}
.introduce h3{
	font-size: 22px;
	letter-spacing: 2px;
	margin:10px 0;
	color: #333;
}
.introduce p{
	line-height: 25px; 
}
.introduce a{
	display: block;
	line-height: 40px;
	width: 150px;
	background: #f36e4f;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}
.introduce .icon-bofang2{
	font-size: 18px;
	margin-right: 6px;
}
.tutorials{
	padding: 10px 0;
}
.tutorials_list li{
	float: left;
	transition: .3s ease;
	margin: 0 1%;
	margin-bottom: 10px;
}
.tutorials_list li a{
	position: relative;
	display: block;
}
.tutorials_list li img{
	width: 100%;
	object-fit: cover;
	object-position: 100% 100%;
}
.tutorials_list li a span{
	position: absolute;
	right: 0;
	width: 50px;
	height: 30px;
	line-height: 30px;
	background: rgba(0,0,0,.4);
	color: #fff;
	text-align: center;
}
.tutorials_list li a p{
	padding-left: 5px;
}
.tutorials_list li:hover,.correlation_list li:hover{
	box-shadow: 0 1px 5px 2px rgba(0, 0, 0, .1);
	-webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
/*全部视频*/
.whole-list li{
	border-bottom: 1px solid #eee;
	font-size: 15px;
	line-height: 40px;
}
.whole-list li:last-child{
	border-bottom: none;;
}
.whole-list li span{
	float: left;
	width: 90%;
}
.whole-list li .whole_num{
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #a1a1a1;
	color: #fff;
	margin: 10px 10px 0 0;
}
.whole-list li:nth-child(1) .whole_num,.whole-list li:nth-child(2) .whole_num,.whole-list li:nth-child(3) .whole_num{
	background: #f36e4f;
}
/*相关推荐 视频推荐*/
.nominate_list li{
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
.nominate_list li:last-child{
	border-bottom: none;
}
.nominate_list li>img{
	width: 31%;
	height: 64px
}
.nominate_list li a{
	width: 66%;
}
.nominate_list li p{
	line-height: 20px;
	margin-bottom: 10px;
	max-height: 38px;
}
.nominate_list li span{
	color: #333;
}
.video_icon{
	color: #fff;
	background: rgba(0,0,0,.5);
	font-size: 12px;
	padding: 1px;
	margin-right: 5px;
	vertical-align: 1px;
}
/*软件下载详情页*/
.software_download{
	padding: 10px;
	background: #fff;
}
.software_download h1{
	font-size: 20px;
}
.soft_img img{
	width: 100%;
	height: 100%;
	/* object-position: 100% 100%;
	object-fit: cover; */
}
.software_list ul li{
	width: 50%;
	float: left;
	line-height: 30px;
}
.software_list .down_load{
	width: 170px;
	height: 45px;
	line-height: 45px;
	background: #56b82f;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 5px;
}
.down_load .icon-unie122{
	font-size: 24px;
	margin-right: 5px;
}
.relevant{
	padding: 0 10px;
	background: #fff;
}
.relevant_list li{
    float: left;
    margin: 10px 1%;
}
.relevant_list .relevant_down{
	width: 27%;
}
.relevant_down img{
	width: 100%;
	height: 60px;
	object-fit: cover;
}
.relevant_down a{
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #fff;
	background: #f16e50;
	margin-top: 10px;
	text-align: center;
}
.relevant_list .relevant_introduce{
	width: 70%;
}
.relevant_introduce a{
	font-size: 16px;
	margin: 3px 0 5px 0;
}
.relevant_introduce span{
	color: #777;
	margin: 5px 0;
}
.relevant_introduce p{
	color: #676767;
	line-height: 20px;
}
/*相关视频*/
.related_list{
	padding-top: 10px;
}
.related_list li{
	width: 47%;
	margin: 0 1.5% 10px 1.5%;
	float: left;
}
.related_list li img{
	width: 100%;
	height: 85px;
}
.related_list li p{
	margin-top: 5px;
}
/* 视频播放页面*/
.paly_content{
	background:#313332;
	padding-bottom: 40px;
}
.videos{
	background: #fff;
	height: 100%;
}
#video{
	height: 100%;
	width: 100%;
}
.play_introduce{
	background: #3c3c3c;
	height: 100%;
	color: #fff;
}
.play_introduce h1,.play_introduce p,.paly_release{
	padding: 0 15px;
}
.play_introduce h1{
    margin: 25px 0 0 0;
    font-size: 20px;

}
.play_introduce p{
	font-size: 16px;
	color: #fff;
	line-height: 35px;
}
.play_introduce .play_user{
	color: #cfcfcf;
	font-size: 14px;
}
.play_introduce .format span:first-child{
	margin-right: 30px;
}
.play_introduce .tag{
	background: #444444;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 15px;
}
.tag_list{
	width: 75%;
}
.tag_list,.tag_list a{
 	color: #f36d52
 }
 .play_introduce>p .iconfont{
 	font-size: 20px;
 	color: #d71f07;
 	vertical-align: -2px;
 }
.paly_release{
	margin-top: 50px;
	line-height: 50px;
}
.paly_release>a{
	color:#fff;
	background: #f16e50;
	width: 155px;
	height: 50px;
	line-height: 50px;
	border-radius: 10px;
	text-align: center;
	font-size: 16px;
}
.paly_release a i{
	font-size: 18px;
	margin-right: 6px;
}
.collection a i{
	font-size: 22px;
	margin: 0 10px;
}
.collection .icon-xingxing_xuanzhong{
	font-size: 26px;
}
.collection .collectShare{
	margin: 8px 0 0 5px;
}
.correlation_list{
	padding: 10px 0;
}
.correlation_list li{
	margin: 0 0.7%;
	background: #f7f5f6;
	float: left;
	transition: 0.3s ease;
	overflow: hidden;
}
.correlation_list li>a{
	display:flex;
	width: 100%;
	height: 120px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}
.correlation_list li:hover .correlation_title a{
	color: #f36e4f;
}
.correlation_list img{
	width: 100%;
	object-fit: cover;
	min-height: 120px;
	object-position: 100% 100%;
}
.correlation_list li i{
	margin-right: 5px;
}
.correlation_title{
	padding: 5px;
	font-size: 12px;
}
.correlation_title a{
	font-size: 14px;
}
.concealTwo{
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 0 !important;
    height: 36px;
    line-height: 18px;
}
.correlation_list .correlation_title p{
	margin-top: 5px;
}
.info-wrap{
	padding: 5px;
	margin-top: 5px;
}
.info-wrap p{
	line-height: 22px;
}
/*媒体查询*/
@media (min-width: 1200px){
	.banner{
	    height: 314px;
	    margin: 20px auto;
	}
	.vision{
		margin-top: 15px;
	}
	.banner,.equipment,.course,.welcome,.novice,.advertisement,.software,.recommend,.video,.upper,.report,.video_tutorial,.whole,
	.nominate,.relevant,.related_video{
		margin-top: 20px;
	}
	/*视频教程*/
	.video-list li{
		padding: 10px 5px;
		width: 48.6%;
		float: left;
	}
	.ment-details div{
		margin:6px 0 0 15px;
		width: 90%;
	}
	.ment-details>a img{
		width: 55px;
		height: 52px;
	}
	.news-title{
		font-size: 26px;
		padding: 30px 0;
	}
	.report{
		padding-bottom: 10px;
	}
	.comment_list li img{
		width: 65px;
		height: 65px;
	}
	.video_report .comment_list li>div{
		width: 93%;
	}
	.comment_list li>div{
		width: 90%;
	}
	.playVideo{
		font-size: 62px;
		margin-left: -31px;
		margin-top: -33.5px;
	}
	.video_list li img{
		height: 285px;
	}
	.video_img{
		width: 29%;
		height: 169px;
	}
	.introduce{
		width: 69.5%;
	}
	.introduce p{
		overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:3; 
	}
	.introduce p{
		max-height: 70px;
	}
	.tutorials_list li{
		width: 31.3333%;
	}
	.tutorials_list li img{
		height: 147px;
	}
	.tutorials_list li a span{
		top: 115px;
	}
	.software_list{
		width: 59%;
	}
	.software_list .down_load{
		margin-top: 15px;
	}
	.software_download .soft_img{
		width: 38%;
		height: 175px;
	}
	.relevant_list li{
		width: 31.3333%;
	}
	.play_video{
		height: 461px;
	}
	.videos{
		width: 55%;
	}
	.play_introduce{
		width: 44%;
	}
	.correlation_list li{
		width: 15.2%;
	}
}
@media (max-width: 1200px){
	.vision{
		margin-top: 15px;
	}
	.banner,.equipment,.course,.welcome,.novice,.advertisement,.software,.recommend,.video,.upper,.report,.video_tutorial,.whole,
	.nominate,.relevant,.related_video{
		margin-top: 20px;
	}
	.banner{
	    height: 314px;
	}
	/*视频教程*/
	.video-list li{
		padding: 10px 5px;
	}
	.ment-details div{
		margin:6px 0 0 15px;
		width: 90%;
	}
	.ment-details>a img{
		width: 55px;
		height: 52px;
	}
	.news-title{
		font-size: 26px;
		padding: 30px 0;
	}
	.report{
		padding-bottom: 10px;
	}
	.comment_list li img{
		width: 65px;
		height: 65px;
	}
	.video_report .comment_list li>div{
		width: 93%;
	}
	.comment_list li>div{
		width: 90%;
	}
	.playVideo{
		font-size: 62px;
		margin-left: -31px;
		margin-top: -33.5px;
	}
	.video_list li img{
		height: 285px;
	}
	.video_img{
		width: 29%;
		height: 169px;
	}
	.introduce{
		width: 69.5%;
	}
	.introduce p{
		overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:3; 
	}
	.introduce p{
		max-height: 70px;
	}
	.tutorials_list li{
		width: 31.3333%;
	}
	.tutorials_list li img{
		height: 147px;
	}
	.tutorials_list li a span{
		top: 115px;
	}
	.software_download .soft_img{
		width: 38%;
		height: 175px;
	}
	.software_list{
		width: 59%;
	}
	.software_list .down_load{
		margin-top: 15px;
	}
	.relevant_list li{
		width: 31.3333%;
	}
	.play_video{
		height: 461px;
	}
	.videos{
		width: 55%;
    }
    .play_introduce{
		width: 44%;
	}
	.correlation_list li{
		width: 15.2%;
	}
}
@media (max-width: 768px){
	.banner,.equipment,.course,.welcome,.novice,.advertisement,.software,.recommend,.video,.upper,.report,.vision,.video_tutorial,.whole,
	.nominate,.relevant,.related_video{
		margin-top: 10px;
	}
	.banner{
	    height: 240px;
	    margin: 0 auto;
	}
	.video-list li{
		padding: 10px 0;
	}
	.ment-details div{
		margin:6px 0 0 0;
		width: 83%;
		font-size: 12px;
	}
	.ment-details>a img{
		width: 50px;
		height: 50px;
	}
	.news-title{
		font-size: 24px;
		padding: 20px 0;
	}
	.report{
		padding-bottom: 0;
	}
	.comment_list li img{
		width: 60px;
		height: 60px;
	}
	.comment_list li>div,.video_report .comment_list li>div{
		width: 80%;
	}
	.playVideo{
		font-size: 38px;
	    margin-left: -16px;
	    margin-top: -16px;
	}
	.video_list li img{
		height: auto;
	}
	.video_title>p span{
	    font-size: 13px;
	}
	.video_title>p span:first-child {
	    width: 100%;
	}
	.video_img{
		width: 100%;
		height: auto;
	}
	.introduce{
		width: 100%;
	}
	.introduce p{
		overflow:initial; 
		text-overflow:initial;
		display:block; 
	}
	.introduce p{
		max-height: initial;
	}
	.tutorials_list li{
		width: 48%;
	}
	.tutorials_list li img{
		height: 110px;
	}
	.tutorials_list li a span{
		top: 80px;
	}
	.software_download .soft_img{
		width: 100%;
	}
	.software_list{
		width: 100%;
	}
	.software_list .down_load{
		margin-top: 5px;
	}
	.relevant_list li{
		width: 48%;
	}
	.play_video{
		height: auto;
	}
	.videos{
		width: 100%;
    }
    .play_introduce{
		width: 100%;
	}
	.correlation_list li{
		width: 48.2%;
	}
}
#qrcode{
	text-align: center;
    margin-top: 30px;
}
.padding10{
	padding: 10px;
}
.mar-no{
	margin: 0 !important;
}
.news-content a:hover{
	text-decoration: underline !important;
}
.news-content{
	font-family: "microsoft yahei" !important;
}
/* 下载板块右侧导航 */
.fly-list-quick{border: 1px solid #f2f2f2; border-bottom: none; border-right: 0;}
.fly-list-quick .layui-col-xs6{height: 40px; line-height: 40px; padding: 0 10px; border: 1px solid #f2f2f2; border-left: none; border-top: none; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.fly-list-quick a{display: block;}
.fly-list-quick a:hover{color: #ee6d4e;}

