*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "微软雅黑";
}
body,html{
	width: 100%;
	height: 100%;
}
body{
	position: relative;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
a{
	text-decoration: none;
}
ul{
	list-style: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}
.display_none{
	display: none;
}

/*黑色透明层*/
.for_good{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/for_good_black.png) no-repeat;
	background-size: 100% 100%;
	z-index: 999;
}
/*多次点赞*/
.for_one_good{
	background: url(../img/opacity_5.png) repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.for_one_good .out_of{
	width: 7rem;
	height: 5.24rem;
	background: url(../img/out_of.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3.5rem;
	margin-top: -2.62rem;
}
.for_one_good .out_of i{
	width: 0.36rem;
	display: block;
	height: 0.36rem;
	background: url(../img/close.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0.32rem;
	right: 0.4rem;
	cursor: pointer;
}
.for_one_good .out_of em{
	width: 4.48rem;
	display: block;
	line-height: 0.426666rem;
	margin: 0 auto;
	text-align: center;
	font-style: normal;
	font-size: 0.373333rem;
	margin-top: 1.066666rem;
}
.for_one_good .out_of span{
	width: 4.48rem;
	display: block;
	line-height: 0.533333rem;
	margin: 0 auto;
	text-align: center;
	color: #c80000;
	font-size: 0.426666rem;
	margin-top: 0.733333rem;
}
.for_one_good .out_of a{
	width: 3.2rem;
	display: block;
	height: 0.96rem;
	line-height: 0.96rem;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 0.426666rem;
	background: url(../img/visit_button.png) no-repeat;
	background-size:100% 100%;
	margin-top: 0.533333rem;
}
/*头部*/
.header{
	width: 10rem;
	height: 1.16rem;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	padding: 0 0.32rem;
	z-index: 900;
}
.header.detail{
	background: transparent;
	z-index: 999;
}
.header span,.header a{
	display: block;
	width: 1rem;
	height: 100%;
}
.header a{
	background: url(../img/go_back.png) no-repeat;
	background-size: auto 100%;
	background-position-x: left;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
.header.detail a{
	background: url(../img/go_back_white.png) no-repeat;
	background-size: auto 100%;
	background-position-x: left;
}
.header p{
	width: 7.36rem;
	height: 100%;
	line-height: 1.16rem;
	text-align: center;
	font-size: 0.533333rem;
}
.header span{
	position: relative;
	background: url(../img/share.png) no-repeat;
	background-size:auto 100%;
	background-position-x: right;
}
.header .share{
	position:absolute;
	right: 0.3rem;
	top: 1.5rem;
	width: 3.413333rem;
	height: 4.84rem;
	background: #fff;
	z-index: 990;
	border-radius: 10px;
	box-shadow: 0 0 0.533333rem rgba(0,0,0,0.5);
	padding: 0.16rem 0;
}
.header .share li{
	height: 0.92rem;
	line-height: 0.92rem;
	color: #818181;
	padding-left: 0.533333rem;
}
.header .share li i{
	display: inline-block;
	width: 0.52rem;
	height: 0.52rem;
	background: url(../img/share_icon.png) no-repeat;
	background-size: 500% 100%;
	vertical-align: middle;
	margin-right: 0.266666rem;
}
.header .share li i.s1{
	background-position-x: left;
}
.header .share li i.s2{
	background-position-x: -0.52rem;
}
.header .share li i.s3{
	background-position-x: -1.04rem;
}
.header .share li i.s4{
	background-position-x: -1.56rem;
}
.header .share li i.s5{
	background-position-x: right;
}
.header .share:before{
	position:absolute;
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-width: 0.213333rem;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	right: 0.24rem;
	top: -0.40rem;
	z-index: 990;
}
.header.detail span{
	background: url(../img/share_white.png) no-repeat;
	background-size: auto 100%;
	background-position-x: right;
}


/*主体部分*/
.out_body{
	width: 10rem;
	position: absolute;
	left: 0;
	right: 0;
	top:1.266666rem; 
	bottom: 0;
	z-index: 500;
}
.out_body.top0{
	top:0;
}
.scroll_y{
	overflow-x: hidden;
	overflow-y: auto;
}
.main{
	width: 10rem;
}
.main .banner{
	width: 10rem;
	height: 4.24rem;
	box-shadow: 0 0 20px rgba(25,5,8,0.5);
	background: url(../img/banner.png) no-repeat;
	background-size: 100% 100%;
}
.main .title{
	width: 10rem;
	height: 2.2rem;
	background: url(../img/title.png) no-repeat;
	background-size: 100% 100%;
	border-bottom: 1px solid #d1d5da;
}
.main video{
	width: 10rem;
	height: 5.6rem;
	background: #000;
	box-shadow: 0 0 20px rgba(25,5,8,0.5);
}
.main .send_text{
	padding: 0 0.28rem;
	width: 10rem;
	height: 1.093333rem;
	line-height: 1.093333rem;
	border-bottom: 1px solid #dbd8d8;
}
.main .send_text span{
	width: 2.44rem;
	display: block;
	height: 100%;
	font-size: 0.4rem;
	text-align: left;
}
.main .send_text span i{
	width: 0.48rem;
	display: inline-block;
	height: 0.36rem;
	background: url(../img/send_text.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 0.266666rem;
}
.main .send_text span em{
	font-style: normal;
	margin-left: 0.133333rem;
}
.main .all_text{
	width: 10rem;
}
.main .all_text dl{
	width: 10rem;
	border-bottom: 1px solid #dbd8d8;
}
.main .all_text dl dt{
	width: 1.52rem;
	padding: 0.32rem 0.28rem 0 0.28rem;
}
.main .all_text dl dt img{
	width: 0.96rem;
	height: 0.96rem;
	vertical-align: top;
}
.main .all_text dl dd{
	width: 8.48rem;
	padding-top: 0.266666rem;
	padding-right: 0.333333rem;
}
.main .all_text dl dd h3{
	width: 100%;
	font-size: 0.4rem;
	height: 0.6rem;
	line-height: 0.6rem;
	color: #202020;
	font-weight: 400;
}
.main .all_text dl dd p{
	font-size: 0.4rem;
	width: 100%;
	line-height: 0.56rem;
	color: #898989;
	margin-bottom: 0.133333rem;
}
.main .all_text dl dd span{
	font-size: 0.293333rem;
	display: block;
	width: 100%;
	height: 0.746666rem;
	line-height: 0.746666rem;
	color: #a5a5a5;
}

/*节目列表*/
.all_programs{
	width: 10rem;
	padding-bottom: 0.266666rem;
}
.all_programs dl{
	width: 10rem;
	height: 3rem;
	padding: 0.32rem 0.08rem;
	border-bottom: 1px solid #d1d5da;
}
.all_programs dl dt{
	width: 4.16rem;
	height: 100%;
	padding: 0.16rem 0.2rem 0.08rem 0.2rem;
    position:relative;
}
.all_programs dl dt a{
	display: block;
	width: 100%;
	height: 100%;
}
.all_programs dl dt img{
	width: 100%;
	height: 100%;
}
.all_programs dl dd{
	width: 5.68rem;
	height: 100%;
}
.all_programs dl dd h3{
	height: 0.733333rem;
	line-height: 0.733333rem;
	font-size: 0.4rem;
}
.all_programs dl dd h3 a{
	color: #434343;
}
.all_programs dl dd span{
	width: 0.88rem;
	display: block;
	text-align: left;
	height: 0.733333rem;
	line-height: 0.733333rem;
	font-size: 0.28rem;
	color: #747474;
}
.all_programs dl dd b{
	display: block;
	width: 0.84rem;
	height: 0.733333rem;
	cursor: pointer;
	margin-right: 0.2rem;
	text-align: right;
}
.all_programs dl dd b i{
	display: inline-block;
	width: 0.44rem;
	height: 0.346666rem;
	background: url(../img/good.png) no-repeat;
	border: none;
	outline: none;
	background-size: 200% 100%;
	margin-top: 25%;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
.all_programs dl dd i.full{
	background-position-x: left;
}
.all_programs dl dd i.empty{
	background-position-x: right;
}
.all_programs dl dd em{
	display: block;
	width: 100%;
	height: 0.56rem;
	line-height: 0.56rem;
	font-size: 0.333333rem;
	color: #747474;
	font-style: normal;
	margin-left: -0.133333rem;
}
.all_programs dl dd p{
	display: block;
	width: 100%;
	height: 1.04rem;
	line-height: 0.52rem;
	font-size: 0.33333rem;
	color: #747474;
	overflow: hidden;
	padding-right: 0.64rem;
}
.all_programs dl dt .list_num{
	position: absolute;
	left: 0.08rem;
	top: 0.06rem;
	padding-top: 0.2rem;
	padding-left: 0.22rem;
	color: #fff;
	font-weight: 900;
	font-size: 0.36rem;
	width: 1.386666rem;
	height: 1.426666rem;
	background: url(../img/jiaobiao@2x.png) no-repeat;
	background-size:100% 100% ;
}

.about_video{
	width: 10rem;
	box-shadow: 0 0.066666rem 0.266666rem #eae8e9;
	padding:0 0.32rem;
	padding-bottom: 0.4rem;
}
.about_video h3{
	width:90%;
	display: block;
	font-size: 0.453333rem;
	color: #3e3e3e;
	line-height: 1.28rem;
	font-weight: 600;
    margin-left: 5%;
}
.about_video p{
	width: 94%;
	display: block;
	font-size: 0.4rem;
	color: #3e3e3e;
	line-height:0.64rem;
    margin-left: 4%;
}

/*评论*/
.pinglun{
	background: url(../img/opacity_5.png) repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.pinglun .out_of{
	width: 8.56rem;
	height: 6.44rem;
	background: url(../img/out_of.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 20%;
	margin-left: -4.28rem;
	padding: 0.36rem;
	text-align: center;
}
.pinglun .out_of textarea{
	width: 7.8rem;
	height: 4.12rem;
	background: url(../img/pinglun_bg.png) no-repeat;
	background-size: 100% 100%;
	outline: none;
	border: none;
	resize: none;
	font-size: 0.373333rem;
	padding: 0.4rem 0.4rem;
}
.pinglun .out_of .esc_button,.pinglun .out_of .send_button{
	width: 3.2rem;
	height: 0.96rem;
	line-height: 0.96rem;
	font-size: 0.426666rem;
	outline: none;
	border: none;
	margin: 0.4rem 0.2rem 0;
}
.pinglun .out_of .esc_button{
	background: url(../img/esc_icon.png) no-repeat;
	background-size: 100% 100%;
	color: #c40202;
}
.pinglun .out_of .send_button{
	background: url(../img/visit_button.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
}


.pinglun1{
	background: url(../img/opacity_5.png) repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.pinglun1 .out_of1{
	width: 8.56rem;
	height: 3rem;
	background: url(../img/out_of.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -4.28rem;
	padding: 0.36rem;
	text-align: center;
}

.pinglun1 .out_of1 .esc_button{
	width: 3.2rem;
	height: 0.96rem;
	line-height: 0.96rem;
	font-size: 0.426666rem;
	outline: none;
	border: none;
	margin: 0.4rem 0.2rem 0;
}
.pinglun1 .out_of1 .esc_button{
	background: url(../img/esc_icon.png) no-repeat;
	background-size: 100% 100%;
	color: #c40202;
}
.wifi_play{
	width: 10rem;
	height: 5.6rem;
	background: url(../img/opacity_5.png) repeat;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 999;
	line-height: 5.6rem;
}
.wifi_play span{
	display: inline-block;
	padding: 0 0.266666rem;
	height: 0.8rem;
	line-height: 0.8rem;
	background: #fff;
	border-radius: 0.4rem;
	font-size: 0.333333rem;
	margin: 0 0.133333rem;
}
.wifi_play i{
	display: inline-block;
	font-style: normal;
	padding: 0 0.266666rem;
	height: 0.8rem;
	line-height: 0.8rem;
	background: #2c50ff;
	color: #fff;
	border-radius: 0.4rem;
	font-size: 0.333333rem;
	margin: 0 0.133333rem;
}