@media screen and (max-width: 320px){
    body{font-size: 14px;}
}
@media screen and (min-width: 321px) and (max-width: 480px){
    body{font-size: 16px;}
}
@media screen and (min-width: 481px) and (max-width: 560px){
    body{font-size: 18px;}
}
@media screen and (min-width: 561px) and (max-width: 660px){
    body{font-size: 20px;}
}
@media screen and (min-width: 661px) and (max-width: 720px){
    body{font-size:22px;}
}
@media screen and (min-width: 721px){
    body{font-size: 24px;}
}
html,body{
    font-family:"Microsoft Yahei";
    -webkit-user-select:none;
    -o-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-text-size-adjust:none;
    -o-text-size-adjust:none;
    -ms-text-size-adjust:none;
    text-size-adjust:none;
    height: 100%;
    width: 100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    background: #fff;
}
.wrapper{
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.video{
	width: 100%;
	height: 13em;
	position: fixed;
	z-index: 99;
}
.video>div{
	height: 100%;
}
.video img{
	width: 100%;
	height: 100%;
}
.video_mark{
	width: 100%;
	height: 100%;
	 position: absolute;
	left:0;
	top:0;
	background: rgba(0, 0, 0, 0.5);
}
.video_btn{
	position: absolute;
	left: 50%;
	top:50%;
	margin:-40px;
	width: 80px;
	height: 80px;
}
.video_main{
	padding-top: 13em;
	padding-bottom: 65px;
}
.video_title{
	height: 45px;
	border-bottom: 10px solid #efeff4;
	line-height: 45px;
	font-size: 18px;
	color: #000;
	padding-left: 20px;
}
.video_title p{
	display: inline-block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.video_title span{
	float: right;
	font-size: 14px;
	color: #999;
	padding-right: 20px;
}
.video_list h6{
	line-height: 45px;
	font-size: 16px;
	color: #000;
	padding-left: 20px;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
}
.video_list h6 b{
	position: absolute;
	left: 0;
	top:15px;
	height: 18px;
	width: 2px;
	background: #ff7d00;
}
.video_list p{
	padding-left: 20px;
	line-height: 45px;	
	border-bottom: 1px solid #e8e8e8;
}
.video_list p.on_check{
	background: #f5f5f5;
}
.video_list p span{
	padding-left: 20px;
	font-size: 16px;
	color: #000;
	background: url(../img/pic_03.png) no-repeat left center;
	background-size: 16px;
}
.video_list p em{
	float: right;
	padding-right: 20px;
	font-size: 14px;
	color: #00abec;
}
.video_list p em img{
	width: 7px;
    height: 12px;
    margin-top: 16px;
    margin-left: 8px;
}
.video_list p b{
	float: right;
	padding:12px 20px;	
}
.video_list p b img{
	width: 18px;
	height: 20px;
}
.load_bnt{
	height: 65px;
	width: 100%;
	background:rgba(255, 255, 255, 0.7);
	position: fixed;
	bottom: 0;
}
.load_bnt button{
	margin: 10px 5%;
	height: 45px;
	border-radius: 8px;
	border: none;
	background: #ff7d00;
	width: 90%;
	font-size: 20px;
	color: #fff;
}

.video embed ,.video video,.ccH5playerBox{
	width: 100%!important;
	height: 100%!important;
}
