* { tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: rgba(0,0,0,0); }
body { 
	background-color: #f3f3f3; 
	margin: 0;
}
#borderLogo{
  height: 60px;
  margin: 0 16px 0 16px;
}
#borderLogo .logoImg_yizhouyile{
  height: 60px;
  background: url(http://mat1.gtimg.com/www/images/newsapp/wechat/banner_yizhouyile.gif) center left no-repeat;
  background-size: 200px 45px;
}
#borderLogo .logoImg_yizhouzongyi{
  height: 60px;
  background: url(http://mat1.gtimg.com/www/images/newsapp/wechat/zongyi_v2.gif) center left no-repeat;
  background-size: 191px 32px;
}
#borderLogo .logoImg{
  height: 60px;
  background: url(http://mat1.gtimg.com/www/images/newsapp/wechat/banner_yizhouyingshi.gif) center left no-repeat;
  background-size: 200px 45px;
}
#borderLogo .dianshi{
  height: 60px;
  background: url(http://mat1.gtimg.com/www/images/newsapp/wechat/dianshiju.gif) center left no-repeat;
  background-size: 191px 32px;
}
.main { 
	min-width: 280px; 
	margin-left:16px; 
	margin-right: 16px; 
	font-family: "黑体"; 
}
.title {
	font-size: 22px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #222222;
}
.src {
	font-size: 13px;
	color: #aaaaaa;
}
.text { 
	line-height: 25px; 
	text-align: justify; 
	font-size: 17px;
	color: #47494C;
}
.sub_title{
	padding-top: 20px;
	text-align: center;
	margin: 0;
	font-size: 21px;
	color: #4c4d51;
	font-weight: bold;
	border-top: 1px solid #d7d7d7;
}
#content h1:nth-of-type(1){
	border-top: none;
	padding-top: 0;
}
.sub_title_small{
	display: none;
	padding-top: 10px;
	text-align: center;
	margin: 0;
	font-size: 17px;
	color: #4c4d51;
}
.sub_text{
	line-height: 25px;
	text-align: justify;
	font-size: 17px;
	margin: 20px 0 20px 0;
	color: #222222;
}
.sub_mark{
	display: inline-block;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin-right: 10px;
	width: 45px;
	background-color: #3279c6;
	color: #ffffff;
}

.videoImg{
	display: block;
	text-decoration: none;
	position: relative;
}
.preLoad {
	position: relative;
	display: block;
	text-decoration: none;
	margin:0;
	overflow: hidden;
	background: #ede9e6;
	min-height: 130px;
	box-shadow: 3px 3px 6px rgba(0,0,0, .20);
}
.preLoad .img{
	position: relative;
	z-index: 12;
}
.preLoad div.tip {
	position: absolute;
	z-index: 11;
	bottom: 5px;
	right: 7px;
	color: #B7B7B7;
	font-style: italic;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(255,255,255,.8);
	-webkit-text-shadow: 1px 1px 1px rgba(255,255,255,.8);
}
.sub_img{
	position: relative;
	z-index: 12;
}
.promote_banner{
	position: relative;
	margin: 15px 0 0;
	min-height: 30px;
	display: block;
	visibility: hidden;
	position: relative;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0,0,0, .15);
	font-size: 15px;
}
.promote_text{
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	margin: 0 auto;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 25px;
}
.promote_banner .promote_text{
	font-size: 14px;
}
.promote_attention_right .promote_text{
	font-size: 16px;
}
.promote_progress{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	margin: 0;
}
.videoImg{
	margin-top: 15px;
}
.videoImg .downloading{
	background-color: #6eabff;
	width: 90%;
	animation-name:animate-progress; 
	animation-iteration-count:1; 
	animation-timing-function:linear; 
	animation-duration: 20s; 
	-webkit-animation-name:animate-progress; 
	-webkit-animation-iteration-count:1; 
	-webkit-animation-timing-function:linear; 
	-webkit-animation-duration:20s; 
}
@-webkit-keyframes animate-progress {  
0% {
width: 0;
}
 100% {
width: 90%;
}
}
.videoImg .promote_banner[status="download"]{background-color: #5996eb;}
.videoImg .promote_banner[status="download"] .promote_text{
	background: url(http://mat1.gtimg.com/www/images/newsapp/wechat/new_download_icon_white.png) no-repeat left center;
	background-size: 17px 16px;
}
.videoImg .promote_banner[status="downloading"]{background-color: #5996eb;}
.videoImg .promote_banner[status="downloading"] .promote_text{
	background: url(http://mat1.gtimg.com/www/images/newsapp/wechat/new_download_icon_white.png) no-repeat left center;
	background-size: 17px 16px;
}
.videoImg .promote_banner[status="install"] {background-color: #ff6000;}
.videoImg .promote_banner[status="install"] .promote_text{
	background: url(http://mat1.gtimg.com/www/images/newsapp/wechat/new_download_install_white.png) no-repeat left center;
	background-size: 17px 16px;
}
.videoImg .promote_banner[status="open"]{background-color: #5eb966;}
.videoImg .promote_banner[status="open"] .promote_text{
	background: url(http://mat1.gtimg.com/www/images/newsapp/wechat/open_icon_white.png) no-repeat left center;
	background-size: 17px 16px;
}

.videoImg .promote_attention{
	display: block;
	position: absolute;
	background-color: #ffa93a;
	width: 70px;
	height: 30px;
	left: 0;
	bottom: 52px;
	border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0,0,0, .15);
	font-size: 15px;
	text-align: center;
	line-height: 30px;
}
.videoImg .promote_attention span.promote_attention_text{
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	padding-left: 16px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 16px;
	background-image: url(http://mat1.gtimg.com/www/images/newsapp/wechat/shoucang_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px 14px;
}
.videoImg .promote_attention span.promote_attention_text_attented{
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	padding-left: 16px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 16px;
	background-image: url(http://mat1.gtimg.com/www/images/newsapp/wechat/shoucang_icon_select.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px 14px;
}
.videoImg .promote_attention_banner{
	position: relative;
	border-top: 1px solid #cfcfcf;
	padding-top: 15px;
	margin-top: 15px;
	height: 21px;
	line-height: 21px;
	font-size: 15px;
	color: #c09572;
	text-align: left;
}
.videoImg .promote_attention_banner:after {
	content: "";
	position: absolute;
	top: -6px;
	left: 25px;
	display: block;
	height: 10px;
	width: 10px;
	background-color: #f7f2ed;
	border-bottom: 1px solid #ded9d5;
	border-right: 1px solid #ded9d5;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.videoImg .promote_attention_right{
	height: 30px;
	position: relative;
	margin: 15px 0 0 72px;
	display: block;
	background-color: #5a96ec;
	border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0,0,0, .15);
	font-size: 15px;
	text-align: center;
	line-height: 30px;
	color: #ffffff;
}
.videoImg .promote_attention_right .promote_text{
	background-image: url(http://mat1.gtimg.com/www/images/newsapp/wechat/play_icon.png);
	background-repeat:  no-repeat;
	background-position:  left center;
	background-size: 21px 21px;
}
/*引言开始*/
div.introduction{
	line-height: 25px;
	text-align: justify;
	font-size: 17px;
	margin: 20px 0 20px 0;
	color: #222222;
	position: relative;
}
div.introduction .introduction_head{
	display: none;
}
div.introduction .introduction_content{
	color: #47494C;
	font-size: 17px;
	line-height: 25px;
	text-align: justify;
}
div.introduction .introduction_content{}
div.introduction .introduction_text{margin: 0;}
div.introduction .introduction_from{text-align: right;margin-top: 10px;margin-bottom: 0;}
/*引言结束*/

/*影库*/
.videoLibImg{
	margin: 20px 16px;
}
.videoLibImg .videoLibImg_wrap{
	position: relative;
	display: block;
	background-color: #ffffff;
	border-bottom: 1px solid #ded9d5;
	border-radius: 3px;
	padding: 10px 0 0;
}
.videoLibImg .videoLibImg_wrap img{
	position: relative;
	display: block;
	width: 100%;
}
.videoLibImg .videoLibImg_wrap:after{
	content: "";
	position: relative;
	margin: 0 auto;
	bottom: -7px;
	display: block;
	height: 10px;
	width: 10px;
	background-color: #fff;
	border-bottom: 1px solid #ded9d5;
	border-right: 1px solid #ded9d5;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.video_library{
	display: block;
	visibility: hidden;
	position: relative;
	width: 100%;
	margin-top: 20px;
	height: 55px;
	background-color: #5996eb;
	border-radius: 3px;
	text-decoration: none;
	box-shadow: 1px 1px 3px rgba(0,0,0, .15);
	font-family: "黑体";
	text-align: center;
}
.video_library .vl_img_wrap{
	position: absolute;
	top: 12px;
	left: 10px;
	height: 30px;
	width: 30px;
}
.video_library .vl_con{
	position: relative;
	z-index: 6;
}
.video_library .vl_line1{
	margin: 0;
	padding: 7px 0 0;
	color: #fff;
	font-size: 16px;
}
.video_library .vl_line2{
	margin: 0;
	padding: 3px 0 0;
	color: #fff;
	font-size: 16px;
}
.video_library .vl_progress{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border-radius: 3px;
	z-index: 5;
}
.video_library .downloading{
	background-color: #6eabff;
	width: 90%;
	animation-name:animate-progress; 
	animation-iteration-count:1; 
	animation-timing-function:linear; 
	animation-duration: 20s; 
	-webkit-animation-name:animate-progress; 
	-webkit-animation-iteration-count:1; 
	-webkit-animation-timing-function:linear; 
	-webkit-animation-duration:20s; 
}
.video_library[status="download"]{background-color: #5996eb;}

.video_library[status="downloading"]{background-color: #5996eb;}

.video_library[status="install"] {background-color: #ff6000;}

.video_library[status="open"]{background-color: #5eb966;}
/*  |xGv00|46e06e8664fa8863aa6a65ae67ec3868 */