﻿@charset "utf-8";
/* CSS Document */


#wrapper {
	font-size: 16px;
}
/*视频频道首页-主题*/
#subject_content .deco_theme a{
	position: relative;
	width: auto;
	display: table;
	margin: 0 auto;
}

#subject_content {
	max-width: 60em;
	min-width: 20em;
	height: auto;
	margin: 0 auto;
	position: relative;
}
#subject_content img {
	display: block;
	min-width: 320px;
	height: 400px;
	position: relative;
	width: auto;
	margin: 0 auto;
}
#subject_content .hito_media_one_img {
	display: inline-block;
	width: 100%;
	height: auto;
}
#subject_content .deco_theme {
	background: url(../../images/background_img.png);
}
#subject_content .hito_media_one_img:before {
    left: 48%;
}
#subject_content .tag_60sec_tv {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
#subject_content .video_time {
	position: absolute;
	right: 0;
	top: 0;
}
#subject_content .deco_theme_width.hito_media_one_img {
	width: auto;
	margin: 0 auto;
	display: block;
	max-width: 100%;
	position: relative;
}
#subject_content .subjec_title {
	width: 100%;
	height: 90px;
	position: absolute;
	background-color: #000;
	background: rgba(0, 0, 0, 0.7);
	z-index: 2;
	bottom: 0;
	padding: 10px 85px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#subject_content .pre_subject a {
	display: block;
	width: 14px;
	height: 26px;
	background-image: url(../../images/video/pre_arrow.gif);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 30px;
	left: 40px;
	z-index: 100;
}
#subject_content .pre_subject a:hover {
	opacity: .5;
	filter: alpha(opacity=50);
	left: 35px;
}
.subjec_title strong a {
	display: block;
	margin: 0 auto;
	text-decoration: none;
	color: #4abcaa;
	line-height: 1.5em;
	position: relative;
	font-weight: bolder;
}
.subjec_title strong a:hover {
	color: #2f8c7d;
}
.subjec_title p a {
	display: block;
	margin: 0 auto;
	text-decoration: none;
	color: #FFF;
	font-size: 0.8125em;
	line-height: 1.5em;
	z-index: 10;
	text-decoration: none;
	position: relative;
}
.subjec_title p a:hover {
	color: #999;
}
#subject_content .next_subject a {
	display: block;
	width: 14px;
	height: 26px;
	background-image: url(../../images/video/next_arrow.gif);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 30px;
	right: 40px;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 10;
}
#subject_content .next_subject a:hover {
	opacity: .5;
	filter: alpha(opacity=50);
	right: 35px;
}
.subject_dot {
	margin: auto;
	text-align: center;
	height: 5px;
	margin-top: 10px;
}
.subject_dot ul li {
	display: inline-block;
	margin: 0 10px;
}
.subject_dot ul li a {
	display: inline-block;
	width: 4;
	height: 4;
	border: 4px #cdcbc5 solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	behavior: url(PIE.htc);
}
.subject_dot ul li a:hover {
	border: 4px solid #5c5c5c;
}
/*关键词*/
.key_word_group {
	max-width: 60em;
	min-width: 20em;
	margin: 0 auto;
	/*margin-top:20px;*/
	margin-top: 0px;
	overflow: hidden;
}
.key_word_group a {
	display: inline-block;
	float: left;
	width: 75px;
	text-decoration: none;
	font-size: 0.75em;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 6px;
}
.key_word_group a:hover {
	color: #4bbcaa;
}
.key_word_group .key_word_tage01, .key_word_tage03 {
	display: inline-block;
	float: left;
	width: 15em;
	background-color: #f7f7f7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 8px 0 8px 5px;
}
.key_word_group .key_word_tage02, .key_word_group .key_word_tage04 {
	display: block;
	float: left;
	width: 15em;
	background-color: #eaeaea;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 8px 0 8px 5px;
}
/*内容*/

#wrapper #media_content {
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}
#wrapper #media_content.videotopic {
	max-width: 60em;
	min-width: 20em;
}
#media_content .newest_media, #media_content .billboard_subject, #media_content .billboard_classified {
	width: 100%;
	min-width: 20em;
	overflow: hidden;
	margin-top: 25px;
}
#media_content h2 {
	clear: both;
	display: block;
	display: block;
	font-size: 1.375em;
	font-weight: bold;
	text-align: center;
	line-height: 1.8em;
	padding: 30px 0;
	color: #333;
}
.scribe {
	display: block;
	width: 30px;
	text-align: center;
	margin: 0 auto;
	border: 2px solid #d32da1;
}
/*猜你喜欢*/
.newest_media {
	width: 100%;
	background-color: #eaeaea;
}
.newest_media .tag_60sec_tv {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.newest_media .video_time {
	position: absolute;
	top: 0;
	right: 0;
}
.newest_media0, .newest_media1 {
	position: relative;
	display: inline-block;
	width: 440px;
	/*height:auto;*/
	height: 410px;  /* 20151204 update by dylan  pm与设计讨论后固定高度 */
	background-color: #fff;
	padding-bottom: 10px;
	float: left;
	margin: 20px;
}
.newest_media1 {
	margin-left: 20px;
}
.newest_media_img {
	display: block;
	width: 100%;
	position: relative;
}
.newest_media_img img {
	width: 100%
}
.newest_media h3 a {
	display: block;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.5em;
	color: #333;
	font-weight: bolder;
	padding: 0 10px;
}
.newest_media h3 a:hover {
	color: #00796B;
}
/* 20151205 add by dylan */
.newest_media p a {
	padding: 0 10px;
}
.newest_media .newest_media_img:before {
	content: "";
	position: absolute;
	width: 97px;
	height: 97px;
	z-index: 8;
	background-image: url(../../images/video/big_play_white.png);
	background-repeat: no-repeat;
	top: 35%;
	left: 40%;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}
.newest_media .btn_more_media {
	margin-bottom: 30px;
}
.newest_media .newest_media_img:hover:before {
	background-image: url(../../images/video/big_play_black.png);
}
.newest_media .episode {
	padding: 0 10px;
}
/*按钮外观*/
a.btn_more_media {
	clear: both;
	display: block;
	width: 310px;
	height: 40px;
	font-size: 1em;
	color: #fff;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	background-color: #009688;
	margin-bottom: 40px;
}
.btn_more_media:hover {
	background-color: #00796B;
	color: #FFF;
}
/*精选主题*/

#media_content .billboard_subject {
	width: 100%;
	clear: both;
	margin-bottom: 50px;
}
.billboard_subject .billboard_list {
	display: inline-block;
	width: 470px;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
}
.billboard_subject .billboard_list:nth-child(2n+1) {
	margin-right: 0;
}
.billboard_list .list_img a {
	display: inline-block;
	width: 470px;
	height: auto;
}
.billboard_list .list_img a:hover {
	filter: alpha(opacity=70);
	opacity: .7;
}
.billboard_list .list_img img {
	width: 100%;
	height: auto;
}  /* update by dylan */
/*.billboard_subject .billboard_list h3 a, .billboard_classified .classified_list h3 a, .classified_group .classified_list h3 a, .aritcel_l .classified_list h3 a {*/
.billboard_subject .billboard_list h3 a, .classified_group .classified_list h3 a, .aritcel_l .classified_list h3 a {
	display: block;
	font-size: 1em;
	text-decoration: none;
	color: #333;
	line-height: 1.5em;
	font-weight: bolder;
	padding: 5px 0;
}
/*.billboard_subject .billboard_list h3 a:hover, .billboard_classified .classified_list h3 a:hover, .classified_group .classified_list h3 a:hover, .aritcel_l .classified_list h3 a:hover {*/ /* 20151205 update by dylan */
.billboard_subject .billboard_list h3 a:hover, .classified_group .classified_list h3 a:hover, .aritcel_l .classified_list h3 a:hover {
	color: #00796B;
}
/*.billboard_subject .billboard_list p a, .billboard_classified .classified_list p a, .classified_group .classified_list p a, .aritcel_l .classified_list p a {*/ /* 20151205 update by dylan */
.billboard_subject .billboard_list p a, .billboard_classified .classified_list p a, .classified_group .classified_list p a, .aritcel_l .classified_list p a, .newest_media p a {
	display: block;
	text-decoration: none;
	font-size: 0.875em;
	color: #333;
	line-height: 1.5em;
}
/*.billboard_subject .billboard_list p a:hover, .billboard_classified .classified_list p a:hover, .classified_group .classified_list p a:hover, .aritcel_l .classified_list p a:hover {*/ /* 20151205 update by dylan */
.billboard_subject .billboard_list p a:hover, .billboard_classified .classified_list p a:hover, .classified_group .classified_list p a:hover, .aritcel_l .classified_list p a:hover, .newest_media p a:hover {
	color: #000;
}
/*上周排行榜*/
.billboard_classified {
	width: 100%;
}
.classified_list {
	width: 225px;
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
}
.billboard_classified .classified_list:nth-child(4n+1) {
	margin-right: 0;
}
/* 20151205 add by dylan BEGIN */
.billboard_classified .classified_list h3 a {
	display: block;
	font-size: 1em;
	text-decoration: none;
	color: #333;
	line-height: 1.5em;
	font-weight: bolder;
}
.billboard_classified .classified_list h3 a:hover {
	color: #00796B;
}
/* 20151205 add by dylan END */

.classified_list .classified_img {
	display: inline-block;
	width: 225px;
	height: auto;
	position: relative;
	margin-top: 5px;
}
/* 20151125 add by dylan 视频底层页相关推荐视频 BEGIN */
.aritcel_l .classified_list .classified_img {
	width: 215px;
}
/* 20151125 add by dylan 视频底层页相关推荐视频 END */

.classified_list .classified_img img {
	width: 100%;
	height: auto;
}
.classified_list .classified_img a:before {
	content: "";
	position: absolute;
	display: block;
	width: 69px;
	height: 69px;
	z-index: 1;
	background-image: url(../../images/video/play_white.png);
	top: 30%;
	left: 35%;
}
.classified_list .classified_img a:hover:before {
	background-image: url(../../images/video/play_black.png);
}
.classified_list .serial_number_top {
	display: inline-block;
	width: 65px;
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	color: #d3d3d3;
	position: relative;
	left: 0;
	top: 0px;
	font-weight: 600;
}
.classified_list .serial_number {
	display: inline-block;
	width: 20px;
	font-size: 50px;
	font-family: "Times New Roman", Times, serif;
	color: #d3d3d3;
}
.classified_list .video_time {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
}
.classified_list .tag_60sec_tv {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
.serial_number_top {
	display: block;
	width: auto;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	z-index: 1;
	font-weight: bold;
	text-align: center;
	color: #cea2cd;
	position: absolute;
	right: 10px;
	bottom: 90px;
}
/* add by dylan START */
.classified_group .classified_list {
	/*display: inline-block;*/
	float: none;
	/*width: 180px;*/
	margin-right: 11px;
	margin-top: 25px;
}
/* add by dylan END */



/*主题播放页--上方主视觉*/
#wrapper .subject_play {
	max-width: 100%;
	min-width: 320px;
	height: auto;
	/*background-color: #202020;*/
	background-color: #000;
	margin-top: 15px;
	overflow: hidden;
}
.subject_play .subject_play_main {
	max-width: 60em;
	min-width: 20em;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.subject_play_main .subject_poster a {
	/*display:inline-block;  */
	max-width: 60em;
	min-width: 320px;
	/*height: auto;*/
	max-height: 400px;
	float: left;
	position: relative;
	z-index: 5;
	margin-right: 25px;
}
.subject_play_main .subject_poster a img {
	/*max-width: 100%;*/
	max-width: 960px;
	min-width: 320px;
	height: auto;
}
.subject_play_main .subject_poster a:before {
	content: "";
	position: absolute;
	display: block;
	width: 97px;
	height: 97px;
	z-index: 10;
	background-image: url(../../images/video/big_play_white.png);
	background-repeat: no-repeat;
	top: 36%;
	left: 20%;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}
.subject_play_main .subject_poster a:hover:before {
	background-image: url(../../images/video/big_play_black.png);
}
.subject_play_main .subject_poster:after {
	content: " ";
	display: block;
	height: 100%;
	position: absolute;
	/*background-image: linear-gradient(to left, rgb(32, 32, 32) 60%, rgba(0, 0, 0, 0));*/
    /*left:470px;*/
	left: 500px;
	width: 60px;
	z-index: 5;
}
/*主题播放页--上方主视觉--视频内容*/

.gg_right h3, p {
	margin-right: 8px;
}
/*.subject_play_main .subect_poster_info {
   	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    z-index:100;
    overflow: hidden;
    margin-top: 20px;
   }*/

.subject_play_main .subect_poster_info {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10;
	overflow: hidden;
	position: absolute;
	right: 0;
	background-image: linear-gradient(to left, rgba(0, 0, 0,.8) 93%, rgba(0, 0, 0, 0));
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8087e0fd', endColorstr='#05abe0',GradientType=0 );*/
      /* IE6-9 */ 
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.36) 5%, rgba(0,0,0,0.65) 9%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#d6000000', GradientType=1 ); /* IE6-9*/
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 9%, rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	width: 40%;
	height: 100%;
	padding: 20px 20px 20px 40px;
	box-sizing: border-box;/*background-color: #202020;
    width: 42%;
    height: 100%;
    padding: 20px;*/
}
.subject_play_main .subect_poster_info h3 a {
	width: 100%;
	color: #4bbcaa;
	font: 0.9375em;
	line-height: 1.5em;
	text-decoration: none;
	font-weight: bolder;
	margin-bottom: 10px;
}
.subject_play_main .subect_poster_info h3 a:hover {
	color: #2f8c7d;
}
.subject_play_main .subect_poster_info span {
	width: 100%;
	font-size: 11px;
	color: #999;
	line-height: 2em;
	margin-bottom: 10px;
}
.subject_play_main .subect_poster_info p a {
	width: 100%;
	line-height: 1.5em;
	text-decoration: none;
	font-size: 0.8125em;
	color: #FFF;
}
.subject_play_main .subect_poster_info p a:hover {
	color: #999;
}
/*主题播放页--上方主视觉--视频播放时外观*/
.subject_play .subject_play_main .playimg {
	display: block;
	margin: 0 auto;
	max-width: 53.3125em;
	min-width: 20em;
	height: auto;
	position: relative;
	padding-bottom: 57%;
}
/*.subject_play .subject_play_main .playimg {

    position: relative;

    padding-bottom: 56.25%;

    padding-top: 30px; height: auto; overflow: hidden;

}*/

.subject_play .subject_play_main .playimg img {
	width: 100%;
	height: auto;
}
/*.subject_play .subject_play_main .playimg iframe{ width: 100%; height: auto}*/

.subject_play .subject_play_main .playimg iframe,  .subject_play .subject_play_main .playimg object,  .subject_play .subject_play_main .playimg embed {
	position: absolute;
	width: 100%;
	height: 100%;
}
.subject_play_main_bottom {
	clear: both;
	width: 100%;
	min-width: 320px;
	height: auto;
	background-color: #fafafa;
	border-bottom: 1px solid #efefef;
	padding: 10px 0 20px 0;
}
.subject_play_main_bottom .subject_play_main_info {
	max-width: 53.3125em;
	min-width: 20em;
	margin: 0 auto;
}
.subject_play_main_bottom .subject_play_main_info img {
	width: auto;
	height: auto;
	float: right;
}
.subject_play_main_bottom h3 {
	clear: both;
	max-width: 53.3125em;
	min-width: 20em;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bolder;
	color: #333;
	padding: 0 5px;
	box-sizing: border-box;
}
.subject_play_main_bottom p {
	display: block;
	max-width: 60em;
	min-width: 20em;
	font-size: 0.8125em;
	line-height: 1.5em;
	color: #666;
	margin-top: 10px;
	padding: 0 5px;
	box-sizing: border-box;
}
/*社群组件*/
#media_content .social_g {
	width: 100%;
}
#media_content .social_g img {
	float: right;
}
#media_content .sns_content {
	width: 510px;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 10px;
}
/*主题播放页--下方视频列*/
#media_content .subject_list {
	clear: both;
	max-width: 100%;
	min-width: 320px;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.subject_list .subject_list_row {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 25px;
}
.subject_list .subject_list_row .subject_row_info {
	display: block;
	width: 70%;
	overflow: hidden;
	float: left;
}
.subject_list_row .subject_row_info .video_play a {
	display: inline-block;
	float: left;
	max-width: 250px;
	min-width: 150px;
	height: auto;
	position: relative;
	margin-right: 15px;
}
.subject_list_row .subject_row_info .video_play a img {
	max-width: 100%;
	height: auto;
}
.subject_list_row .subject_row_info .video_play a:before {
	content: "";
	position: absolute;
	display: block;
	width: 69px;
	height: 69px;
	z-index: 10;
	background-image: url(../../images/video/play_white.png);
	background-repeat: no-repeat;
	top: 48px;
	left: 90px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}
.subject_list_row .subject_row_info .video_play a:hover:before {
	background-image: url(../../images/video/play_black.png);
}
.subject_list_row .subject_row_info .video_play.changed:after {
	content: "PLAY NOW";
	position: absolute;
	display: block;
	width: 80px;
	height: 20px;
	z-index: 10;
	top: 5px;
	left: 165px;
	font-size: 11px;
	line-height: 20px;
	color: #FFF;
	background-color: #db1045;
	text-align: center;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}
.subject_list_row .subject_row_info h3 a {
	width: 100%;
	text-decoration: none;
	font-size: 0.9375em;
	line-height: 1.5em;
	color: #333;
	font-weight: bolder;
}
.subject_list_row .subject_row_info h3 a:hover {
	color: #4bbcaa;
}
.subject_list_row .subject_row_info p a {
	width: 100%;
	text-decoration: none;
	font-size: 0.8125em;
	line-height: 1.5em;
	color: #666;
}
.subject_list_row .subject_row_info p a:hover {
	color: #000;
}
/* 20151124 add by dylan BEGIN 视频标签 */
.subject_list_row .subject_row_info .tag_60sec_tv {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.subject_list_row .subject_row_info .video_time {
	position: absolute;
	top: 0;
	right: 0;
}
/* 20151124 add by dylan END 视频标签 */

.subject_producer {
	width: 100%;
	font-size: 11px;
	line-height: 2em;
	color: #999;
}
.subject_producer1 {
	display: block;
	padding: 5px 0px;
	font-size: 11px;
	color: #999;
	line-height: 2em;
}
/*主题播放页--下方视频列--设计师信息*/
.subject_list .subject_list_row .subject_about_designer {
	display: block;
	/*max-width: 20em;*/
	max-width: 17em;
	min-width: 90px;
	height: auto;
	overflow: hidden;
	float: right;
	padding: 0 0 0 15px;
	border-left: 1px dotted #E7E7E7;
}
.subject_list .subject_list_row .subject_about_designerNone {
	display: none;
}
.subject_list_row .subject_about_designer a img {
	display: inline-block;
	width: 90px;
	height: auto;
	float: left;
	margin-right: 15px;
}
.subject_list_row .subject_about_designer a:hover img {
	filter: alpha(opacity=70);
	opacity: .7;
}
.subject_about_designer .title {
	display: block;
	width: 120px;
	font-size: 11px;
	line-height: 2em;
	color: #999;
	float: left;
}
.subject_list_row .subject_about_designer h4 a {
	color: #666;
	font-size: 0.8125em;
	line-height: 1.5em;
	text-decoration: none;
	width: 120px;
	float: left;
}
.subject_list_row .subject_about_designer h4 a:hover {
	color: #4bbcaa;
}
/*分类排行榜--页签*/
#media_content .classified_page {
	display: inline-block;
	width: 525px;
	min-width: 320px;
	height: 30px;
	float: right;
	margin-top: 30px;
}
#media_content .classified_page ul li {
	float: left;
}
#media_content .classified_page ul li a {
	display: inline-block;
	float: left;
	width: 131px;
	height: 30px;
	background-color: #a34ba1;
	text-decoration: none;
	font-size: 0.9735em;
	color: #FFF;
	text-align: center;
	line-height: 30px;
}
#media_content .classified_page ul li a:hover {
	background-color: #f7f7f7;
	color: #333;
}
#media_content .billboard_group, #media_content .classified_group {
	clear: both;
	width: 100%;
}
/*分类排行榜--上方主视觉外观&视频排行榜外观&各分类列表页外观*/

.billboard_group .billboard_hot_one {
	display: inline-block;
	max-width: 100%;
	min-width: 320px;
	height: auto;
	background-color: #f7f7f7;
	position: relative;
	box-shadow: 3px 3px 10px rgba(20%, 20%, 40%, 0.2);
	overflow: hidden;
}
.classified_group .classified_group_top {
	display: inline-block;
	width: 100%;
	background-color: #f7f7f7;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}
.billboard_group .billboard_hot_one .hot_one_img, .classified_group .classified_group_top .classified_group_top_img {
	display: inline-block;
	max-width: 435px;
	min-width: 300px;
	height: auto;
	float: left;
	position: relative;
	margin-right: 20px;
}
.billboard_group .billboard_hot_one .hot_one_img img {
	width: 100%;
	height: auto;
}
/* 20151127 add by dylan BEGIN */
.classified_group .classified_group_top .classified_group_top_img img {
	width: 100%;
	height: auto;
}
/* 20151127 add by dylan END */

        /* 20151125 update by dylan  .classified_group 写法和 .billboard_group 改成一样, 所以再加上a */
.billboard_group .billboard_hot_one .hot_one_img a:before, .classified_group .classified_group_top .classified_group_top_img a:before {
	content: "";
	position: absolute;
	display: block;
	width: 97px;
	height: 96px;
	z-index: 10;
	background-image: url(../../images/video/big_play_white.png);
	background-repeat: no-repeat;
	top: 31%;
	left: 40%;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}
/* 20151125 update by dylan  .classified_group 写法和 .billboard_group 改成一样, 所以再加上a */
.billboard_group .billboard_hot_one .hot_one_img a:hover:before, .classified_group .classified_group_top .classified_group_top_img a:hover:before {
	background-image: url(../../images/video/big_play_black.png);
}
.billboard_group .billboard_hot_one .hot_one_info, .classified_group .classified_group_top .classified_group_top_info {
	height: auto;
	margin: 10px 60px;
	overflow: hidden;
}
.billboard_group h3 a, .classified_group .classified_group_top .classified_group_top_info h3 a {
	text-decoration: none;
	font-size: 0.9375em;
	line-height: 1.5em;
	color: #333;
	font-weight: bolder;
}
.classified_group .classified_group_top .classified_group_top_info h3 a:hover {
	color: #4bbcaa;
}
.billboard_group h3 a:hover {
	color: #a34ba1;
}
.billboard_group .producer, .classified_group .classified_group_top .classified_group_top_info .producer {
	font-size: 11px;
	color: #999;
	line-height: 2em;
}
.billboard_group p a, .classified_group .classified_group_top .classified_group_top_info p a {
	text-decoration: none;
	font-size: 0.8125em;
	line-height: 1.5em;
	color: #666;
}
.billboard_group p a:hover, .classified_group .classified_group_top .classified_group_top_info p a:hover {
	color: #000;
}
.billboard_group .billboard_hot_one .serial_number {
	display: block;
	width: auto;
	height: 100px;
	line-height: 100px;
	font-size: 95px;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	z-index: 1;
	text-align: center;
	color: #cea2cd;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.serial_number_top {
	display: block;
	width: auto;
	height: 20px;
	line-height: 20x;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	z-index: 1;
	font-weight: bold;
	text-align: center;
	color: #cea2cd;
	position: absolute;
	right: 10px;
	bottom: 90px;
}
.serial_number_2nd {
	color: #e9e9e9;
}
.billboard_group .billboard_hot_row {
	clear: both;
	display: inline-block;
	max-width: 960em;
	min-width: 20em;
	margin-top: 40px;
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 30px;
	position: relative;
}
.billboard_group .billboard_hot_row .hot_row_img {
	max-width: 250px;
	min-width: 150px;
	height: auto;
	float: left;
	position: relative;
	margin-right: 20px;
}
.billboard_group .billboard_hot_row .hot_row_img img {
	width: 100%;
	height: auto;
}
.billboard_group .billboard_hot_row .hot_row_img a:before {
	content: "";
	position: absolute;
	display: block;
	width: 69px;
	height: 69px;
	z-index: 10;
	background-image: url(../../images/video/play_white.png);
	background-repeat: no-repeat;
	top: 35px;
	left: 90px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}
.billboard_group .billboard_hot_row .hot_row_img a:hover:before {
	background-image: url(../../images/video/play_black.png);
}
.billboard_group .billboard_hot_row .hot_row_info {
	overflow: hidden;
	/*line-height: 2em;*/
        /*margin: 0 60px;*/
	margin: 0 60px 0 0px;
	width: 630px;
	float: left;
}
.billboard_group .billboard_hot_row .serial_number {
	display: block;
	width: auto;
	height: 100px;
	line-height: 100px;
	font-size: 90px;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	z-index: 1;
	text-align: center;
	color: #e9e9e9;
	position: absolute;
	right: 0;
	bottom: 0px;
}
.billboard_group .billboard_hot_row h3 a:hover {
	color: #4bbcaa;
}
/* 20151124 add by dylan BEGIN 视频标签 */
.billboard_group .billboard_hot_one .tag_60sec_tv, .billboard_group .billboard_hot_row .tag_60sec_tv {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.billboard_group .billboard_hot_one .video_time, .billboard_group .billboard_hot_row .video_time {
	position: absolute;
	right: 0;
	top: 0;
}
.classified_group .classified_group_top .tag_60sec_tv, .classified_group .classified_list .tag_60sec_tv {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.classified_group .classified_group_top .video_time, .classified_group .classified_list .video_time {
	position: absolute;
	right: 0;
	top: 0;
}
/* 20151124 add by dylan END 视频标签 */


.classified_group .btn_more_media {
	display: none;
}
.aritcel_l .classified_list {
	display: inline-block;
	width: 180px; /* 20151123 update by dylan *//*width: 215px;*/ /* 20151123 update by dylan */
}
 @-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
 /;
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 1;
}
}
 @-moz-keyframes fadeIn {
 0% {
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 1;
}
}
.social_g .fb_like_2013 {
	width: 70px !important;
	margin-right: 5px !important;
	line-height: 20px;
}
.social_g .pin_image_2013 {
	width: 40px !important;
	margin-right: 5px !important;
}
.social_g .google_share_2013 {
	margin: 5px 0 5px 0px;
}

.subject_play_main_info .fb_base { margin-top:12px; }
.subject_play_main_info .fb-like { margin-left: .5em; }
.subject_play_main_info .line_base { display: inline-block; float: left; padding-left: .5em; }

/*---------------  RWD-开始  -------------------------*/


@media screen and (min-width:640px) and (max-width: 767px) {
	#subject_content img {
    width: 100%;
	height: auto;
	}
/*关键词隐藏*/
.area_display {
	display: none;
}
.container #wrapper {
	width: 100%; /*min-width:480px;*/
}
.container #wrapper #main {
	width: 90%;
}
#main .fakeH1 {
	padding: 1px;
	max-width: 100%;
}
#main .aritcel_r {
	padding: 1px;
	width: 100%;
}
/*视频首页-主题轮播*/
#subject_content .subjec_title {
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .9);
	box-sizing: border-box;
	height: auto;
	padding: 5px 45px 5px 50px;
}
#subject_content .pre_subject a {
	bottom: 6%;
	left: 10px;
}
#subject_content .pre_subject a:hover {
	left: 10px;
}
#subject_content .next_subject a {
	bottom: 6%;
	right: 10px;
}
#subject_content .next_subject a:hover {
	right: 10px;
}
.social_g {
	width: 100%;
}
.social_g .google_share_2013 {
	display: none;
}
	
/*关键词*/
.key_word_group .key_word_tage01, .key_word_tage03 {
	width: 100%;
}
.key_word_group .key_word_tage02, .key_word_group .key_word_tage04 {
	width: 100%;
}
/*最新视频*/
.newest_media {
	text-align: center;
	background-color: #fff;
}
.newest_media0, .newest_media1 {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	margin: 0;
}
/*.newest_media02 {  margin-top:15px; margin-left:0;}*/
.newest_media1 {
	margin-top: 15px;
	margin-left: 0;
}
.newest_media .newest_media_img {
	width: 100%;
	height: auto;
}
.newest_media .newest_media_img:before, .subject_list_row .subject_row_info .video_play:before {
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -35px;
}
.newest_media h3 a {
	display: block;
	padding: 5px 10px;
	box-sizing: border-box;
}
.newest_media p a {
	display: block;
	padding: 0 10px 5px 10px;
	box-sizing: border-box;
}
/*按钮外观*/
a.btn_more_media {
	display: inline-block;
	float: none;
	margin: 15px 30px;
	width: 400px;
	height: 40px;
	line-height: 40px;
}
/*热门主题排行*/

#media_content .billboard_subject {
	width: 100%;
	clear: both;
	margin-bottom: 50px;
	text-align: centerl
}
.billboard_subject .billboard_list {
	display: inline-block;
	width: 100%;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
	text-align: left;
}
.billboard_list .list_img a {
	display: inline-block;
	width: 100%;
	height: auto;
}
.billboard_subject .billboard_list h3 a, .billboard_classified .classified_list h3 a, .classified_group .classified_list h3 a, .aritcel_l .classified_list h3 a {
	display: block;
	padding: 0 10px 0 5px;
	height: auto;
}
.billboard_subject .billboard_list p a, .billboard_classified .classified_list p a, .classified_group .classified_list p a, .aritcel_l .classified_list p a {
	display: block;
	padding: 0 10px;
}
/*热门分类排行*/
.billboard_classified {
	width: 100%;
	text-align: center;
}
.billboard_classified .classified_list, .classified_group .classified_list {
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
	text-align: left;
}
.classified_list .classified_img {
	display: inline-block;
	float: left;
	margin-right: 5px;
}
/*分类排行榜--上方主视觉外观&视频排行榜外观&各分类列表页外观*/
.billboard_group .billboard_hot_one .hot_one_info, .classified_group .classified_group_top .classified_group_top_info {
	height: auto;
	margin: 10px 5px;
	overflow: hidden;
}
.classified_group .btn_more_media {
	display: block;
}
/*主题播放页--上方主视觉*/
.subject_play_main .subject_poster a {
	display: inline-block;
	width: 70%;
	margin-right: 10px;
}
.subject_play_main .subject_poster:after {
	display: none;
}
/*.subject_play_main .subject_poster:before {	top:33%;left:30%;}*/
.subject_play_main .subject_poster:before {
	top: 25%;
	left: 20%;
}
/*主题播放页--上方主视觉--视频内容*/
    /*.subject_play_main .subect_poster_info { display: block; margin-top:5px;    padding:10px 5px;    box-sizing: border-box;   }   */
.subject_play_main .subect_poster_info {
	padding: 10px;
}
/*主题播放页--下方视频列*/
.subject_list .subject_list_row .subject_row_info {
	width: 100%;
}
.subject_list_row .subject_row_info .video_play:before {
	top: 49%;
	left: 20%;
}
.subject_list_row .subject_row_info .video_play:after {
	content: "PLAY NOW";
	position: absolute;
	display: block;
	width: 70px;
	height: 17px;
	z-index: 10;
	top: 0px;
	line-height: 17px;
	left: 180px;
}
.subject_list_row .subject_row_info .video_play a {
	margin-right: 5px;
}
.subject_list_row .subject_row_info h3 a {
	width: 100%;
	padding-right: 5px;
	box-sizing: border-box;
}
.subject_producer {
	display: none;
}
/*主题播放页--下方视频列--设计师信息*/
.subject_list .subject_list_row .subject_about_designer {
	display: none;
}
/*分类排行榜--页签*/
#media_content .classified_page {
	width: 640px;
}
#media_content .classified_page {
	float: right;
}
#media_content .classified_page ul li a {
	width: 160px;
}
.billboard_group p a, .classified_group .classified_group_top .classified_group_top_info p a {
	display: none;
}
}

@media screen and (min-width:720px) and (max-width: 720px) {
/*热门视频*/
.container #wrapper {
	width: 100%; /*min-width:480px;*/
}
.container #wrapper #main {
	width: 90%;
}
#main .fakeH1 {
	padding: 1px;
	max-width: 100%;
}
#main .aritcel_r {
	padding: 1px;
	width: 100%;
}
.newest_media0, .newest_media1 {
	position: relative;
	display: inline-block;
	width: 340px;
	height: auto;
	background-color: #fff;
	padding-bottom: 10px;
	float: left;
	margin-bottom: 40px;
}
/*.newest_media02 {*/
.newest_media1 {
	margin-top: 0px;
	float: right;
}
.newest_media_img {
	display: block;
	width: 320px;
	position: relative;
	float: left;
}
.newest_media_img img {
	width: 100%
}
.newest_media h3 a {
	display: block;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.5em;
	color: #333;
	font-weight: bolder;
	padding: 0 10px;
}
.newest_media h3 a:hover {
	color: #00796B;
}
.newest_media .newest_media_img:before {
	content: "";
	position: absolute;
	width: 97px;
	height: 97px;
	z-index: 10;
	background-image: url(../../images/video/big_play_white.png);
	background-repeat: no-repeat;
	top: 35%;
	left: 40%;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}
.newest_media .newest_media_img:hover:before {
	background-image: url(../../images/video/big_play_black.png);
}
.classified_list .classified_img:before {
	width: 97px;
	height: 97px;
	background-image: url(../../images/video/big_play_white.png);
	top: 40%;
	left: 45%;
}
.classified_list .classified_img:hover:before {
	background-image: url(../../images/video/big_play_black.png);
}
.newest_media .episode {
	padding: 0 10px;
}
/*热门主题排行*/

.billboard_subject {
	text-align: center;
}
.billboard_subject .billboard_list {
	text-align: left;
	width: 330px;
}
.billboard_subject .billboard_list:nth-child(2n+1) {
	float: right;
}
.billboard_list .list_img a {
	width: 330px;
}
}

@media screen and (min-width:415px) and (max-width:639px) {
/*关键词隐藏*/
.area_display {
	display: none;
}
.container #wrapper {
	width: 100%; /*min-width:480px;*/
}
.container #wrapper #main {
	width: 90%;
}
#main .fakeH1 {
	padding: 1px;
	max-width: 100%;
}
#main .aritcel_r {
	padding: 1px;
	width: 100%;
}
/*视频首页-主题轮播*/
#subject_content .subjec_title {
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .9);
	box-sizing: border-box;
	height: auto;
	padding: 5px 35px;
}
#subject_content .pre_subject a {
	bottom: 8%;
	left: 10px;
}
#subject_content .pre_subject a:hover {
	left: 10px;
}
#subject_content .next_subject a {
	bottom: 8%;
	right: 10px;
}
#subject_content .next_subject a:hover {
	right: 10px;
}
.social_g {
	width: 100%;
}

.social_g .google_share_2013 {
	display: none;
}
/*关键词*/
.key_word_group .key_word_tage01, .key_word_tage03 {
	width: 100%;
}
.key_word_group .key_word_tage02, .key_word_group .key_word_tage04 {
	width: 100%;
}
/*最新视频*/
    
    
.newest_media {
	text-align: center;
	background-color: #fff;
}
.newest_media0, .newest_media1 {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	margin: 0;
}
/*.newest_media02 {  margin-top:15px;margin-left:0;}*/
.newest_media1 {
	margin-top: 15px;
	margin-left: 0;
}
.newest_media .newest_media_img {
	width: 100%;
	height: auto;
}
.newest_media .newest_media_img:before, .subject_list_row .subject_row_info .video_play:before {
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -50px;
}
.newest_media h3 a {
	display: block;
	padding: 5px 10px;
	box-sizing: border-box;
}
.newest_media p a {
	display: block;
	padding: 0 10px 5px 10px;
	box-sizing: border-box;
}
/*按钮外观*/
a.btn_more_media {
	display: inline-block;
	float: none;
	width: 300px;
	height: 40px;
	line-height: 40px;
}
/*.hito_media a.in p {
        display: none;
    }*/
    

    /*热门主题排行*/
    
.billboard_subject {
	text-align: center;
}
.billboard_subject .billboard_list {
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
	text-align: left;
}
.billboard_list .list_img a {
	float: left;
	margin-right: 10px;
}
.billboard_subject .billboard_list h3 a, .billboard_classified .classified_list h3 a, .classified_group .classified_list h3 a, .aritcel_l .classified_list h3 a {
	display: block;
	padding: 0 10px 0 5px;
	height: auto;
}
.billboard_subject .billboard_list p a, .billboard_classified .classified_list p a, .classified_group .classified_list p a, .aritcel_l .classified_list p a {
	display: block;
	padding: 0 10px;
}
/*上周排行榜*/
.billboard_classified {
	text-align: center;
}
.classified_list {
	width: 100%;
	float: none;
	margin-bottom: 25px;
	text-align: left;
}
.classified_list .classified_img {
	width: 100%;
	margin-top: 5px;
}
.classified_list .classified_img:before {
	width: 97px;
	height: 97px;
	background-image: url(../../images/video/big_play_white.png);
	top: 2px0;
	left: 35%;
}
.classified_list .classified_img:hover:before {
	background-image: url(../../images/video/big_play_black.png);
}
.classified_list .episode {
	padding: 0 10px;
}
/*分类排行榜--上方主视觉外观&视频排行榜外观&各分类列表页外观*/
.classified_group .classified_group_top {
	display: none;
}
.classified_group .btn_more_media {
	display: block;
}
/*主题播放页--上方主视觉*/
.subject_play_main .subject_poster a {
	display: inline-block;
	max-width: 105%;
	height: auto;
}
.subject_play_main .subject_poster a img {
	max-width: 105%;
	height: auto;
}
.subject_play_main .subject_poster:after {
	display: none;
}
/*.subject_play_main .subject_poster:before {	top:22%;left:40%;}*/
.subject_play_main .subject_poster:before {
	top: 15%;
	left: 40%;
}
.subject_play_main .subject_poster a {
	float: none;
}
/*主题播放页--上方主视觉--视频内容*/
    /*.subject_play_main .subect_poster_info { display: block; margin-top:5px;    padding:10px;    box-sizing: border-box;   }   */
.subject_play_main .subect_poster_info {
	display: block;
	margin-top: 5px;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	width: 100%;
}
/*主题播放页--下方视频列*/
.subject_list .subject_list_row .subject_row_info {
	width: 100%;
}
.subject_list_row .subject_row_info .video_play:before {
	top: 49%;
	left: 28%;
}
.subject_list_row .subject_row_info .video_play:after {
	content: " ";
	position: absolute;
	display: block;
	width: 70px;
	height: 17px;
	z-index: 10;
	top: 0px;
	line-height: 17px;
	left: 180px;
}
.subject_list_row .subject_row_info .video_play a {
	margin-right: 5px;
}
.subject_list_row .subject_row_info h3 a {
	width: 100%;
	padding-right: 5px;
	box-sizing: border-box;
}
.subject_list_row .subject_row_info p a {
	display: none;
}
.subject_producer {
	display: none;
}
/*主题播放页--下方视频列--设计师信息*/
.subject_list .subject_list_row .subject_about_designer {
	display: none;
}
/*分类排行榜--页签*/
#media_content .classified_page {
	width: 480px;
}
#media_content .classified_page {
	float: right;
}
#media_content .classified_page ul li a {
	width: 120px;
}
/*分类排行榜--上方主视觉外观&视频排行榜外观&各分类列表页外观*/
.billboard_group .billboard_hot_one .hot_one_img, .classified_group .classified_group_top .classified_group_top_img {
	width: 300px;
	margin-right: 5px;
}
.billboard_group .billboard_hot_one .hot_one_img a:before, .classified_group .classified_group_top .classified_group_top_img:before {
	top: 23%;
	left: 35%;
}
.billboard_group .billboard_hot_one .hot_one_info, .classified_group .classified_group_top .classified_group_top_info {
	height: auto;
	margin: 10px 5px;
	overflow: hidden;
}
.billboard_group .producer, .classified_group .classified_group_top .classified_group_top_info .producer {
	display: none;
}
.billboard_group p a, .classified_group .classified_group_top .classified_group_top_info p a {
	display: none;
}
.billboard_group .billboard_hot_one .serial_number {
	height: 70px;
	line-height: 70px;
	font-size: 70px;
}
.serial_number_top {
	height: 20px;
	line-height: 15x;
	font-size: 15px;
	right: 5px;
	bottom: 60px;
}
.billboard_group .billboard_hot_row .hot_row_img {
	width: 180px;
	height: auto;
}
.billboard_group .billboard_hot_row .hot_row_img a:before {
	width: 44px;
	height: 44px;
	z-index: 10;
	background-image: url(../../images/video/small_play_white.png);
	background-repeat: no-repeat;
	top: 28%;
	left: 39%;
}
.billboard_group .billboard_hot_row .hot_row_img a:hover:before {
	background-image: url(../../images/video/small_play_black.png);
}
.billboard_group .billboard_hot_row .hot_row_info {
	width: auto;
	float: none;
	overflow: hidden;
	line-height: 2em;
	margin: 0px 15px 0 0;
}
.billboard_group .billboard_hot_row .serial_number {
	height: 50px;
	line-height: 60px;
	font-size: 60px;
	bottom: 5px;
}
.billboard_hot_row p a {
	display: none;
}
.billboard_hot_row .producer {
	display: none;
}
.billboard_hot_row .serial_number_top {
	right: 5px;
	bottom: 45px;
}
.billboard_group .billboard_hot_row {
	margin-top: 20px;
}
}
.billboard_subject .subject_producer1 {
	padding: 0 10px;
}

@media screen and (max-width: 414px) {

.subject_list_row .subject_row_info .video_play.changed:after {
	content: "PLAY NOW";
	position: absolute;
	display: block;
	width: 80px;
	height: 20px;
	z-index: 10;
	top: 5px;
	/*left:165px;*/
	left: 100px;
	font-size: 11px;
	line-height: 20px;
	color: #FFF;
	background-color: #db1045;
	text-align: center;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}
/*关键词隐藏*/
.area_display {
	display: none;
}
.container #wrapper {
	width: 100%; /*min-width:480px;*/
}
.container #wrapper #main {
	width: 90%;
}
#main .fakeH1 {
	padding: 1px;
	max-width: 100%;
}
#main .aritcel_r {
	padding: 1px;
	width: 100%;
}
#wrapper #media_content {
	overflow: hidden;
	clear: both;
}
#wrapper #media_content.videotopic {
	/*max-width: 60em;
	margin: 0 3px;*/
	min-width: 19em;
	overflow: hidden;
	clear: both;
}
/*视频首页-主题轮播*/
#subject_content .subjec_title {
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .9);
	box-sizing: border-box;
	padding: 10px 35px;
	height: 80px;
	-webkit-text-size-adjust: 100%;
	overflow: hidden; /*height:150px; overflow:hidden;*/ /*height:auto;*/
}
.subjec_title h1 a {
	line-height: 1.5em;
}
#subject_content .pre_subject a {
	left: 10px;
}
#subject_content .pre_subject a:hover {
	left: 10px;
}
#subject_content .next_subject a {
	right: 10px;
}
#subject_content .next_subject a:hover {
	right: 10px;
}
#subject_content .subjec_title p {
	max-height: 100px;
	display: none;
}
/*关键词*/
.key_word_group .key_word_tage01, .key_word_tage03 {
	width: 100%;
	height: 35px;
}
.key_word_group .key_word_tage02, .key_word_group .key_word_tage04 {
	width: 100%;
	height: 35px;
}
.key_word_group {
	max-width: 60em;
	min-width: 19em;
	margin: 0 3px;
	/*margin-top:20px;*/
	margin-top: 0px;
	overflow: hidden;
}
.social_g {
	width: 100%;
}

.social_g .google_share_2013 {
	display: none;
}
/*最新视频*/
#media_content h2 {
	clear: both;
	display: block;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8em;
	padding: 30px 0;
	color: #333;
}
#media_content .newest_media, #media_content .billboard_subject, #media_content .billboard_classified {
	width: 100%;
	margin-top: 20px;
	margin-left: 0px;
	background-color: #fff;
}
.newest_media0, .newest_media1 {
	width: 100%;
	height: auto;
	float: none;
	margin: 0;
}
/*.newest_media02 { margin-left: 15px; float:right;}*/
.newest_media1 {
	margin-left: 0px;
	float: none;
}
.newest_media .newest_media_img {
	width: 100%;
	height: auto;
}
.newest_media .newest_media_img:before, .subject_list_row .subject_row_info .video_play a:before {
	top: 40%;
	left: 32%;
	margin-top: -23px;
}
.newest_media h3 a {
	display: block;
	padding: 5px 10px;
	box-sizing: border-box;
	height: auto;
}
.newest_media p a { /*display: block;*/
	display: none;
	padding: 0 10px 5px 10px;
	box-sizing: border-box;
}
/*按钮外观*/
a.btn_more_media {
	width: 80%;
	margin: 0 auto;
}
/*.hito_media a.in p {
        display: none;
    }*/
  
    
 /*上周排行榜*/

.classified_list {
	width: 100%;
	float: none;
	margin-bottom: 25px;
}
.classified_list .classified_img {
	width: 100%;
	margin-top: 5px;
}
.classified_list .classified_img:before {
	width: 97px;
	height: 97px;
	background-image: url(../../images/video/big_play_white.png);
	top: 2px0;
	left: 35%;
}
.classified_list .classified_img:hover:before {
	background-image: url(../../images/video/big_play_black.png);
}
.billboard_subject .billboard_list {
	display: inline-block;
	width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 30px;
}
.billboard_list .list_img a {
	display: inline-block;
	width: 100%;
	height: auto;
}
.billboard_subject .subject_producer1 {
	padding: 0 10px;
}
/*    }   */   /* update by dylan */







    /*热门主题排行*/


.billboard_list .list_img a {
	float: left;
	margin-right: 5px;
}
.billboard_subject .billboard_list h3 a, .billboard_classified .classified_list h3 a, .classified_group .classified_list h3 a, .aritcel_l .classified_list h3 a {
	display: block;
	padding: 0 5px 0 5px;
	height: auto;
}
.billboard_subject .billboard_list p a, .billboard_classified .classified_list p a, .classified_group .classified_list p a, .aritcel_l .classified_list p a {
	display: none;
}
/* 20151123 update by dylan 其他m版规格都没有显示, 所以此规格也不需要显示 */
    /*#main .aritcel_l {
        display: block;
        margin: 0 auto;
        float: none;
        border: 0px;
        padding-bottom: 50px;
        width: 100%;
    }

        #main .aritcel_l .classified_list {
            width: 100%;
        }

            #main .aritcel_l .classified_list h3 a {
                padding: 0 15px 0 5px;
            }

        #main .aritcel_l i {
            float: left;
        }*/

    /*上周排行榜*/
#media_content .billboard_classified {
	width: 100%;
}
.classified_list .classified_img {
	display: inline-block;
	width: 100%;
	float: left;
	margin-right: 5px;
}
/*分类排行榜--上方主视觉外观&视频排行榜外观&各分类列表页外观*/
.classified_group .classified_group_top {
	display: none;
}
.classified_group .btn_more_media {
	display: block;
}
/*页码*/
    /*.page_view_inner {	display: none;}*/

    /*主题播放页--上方主视觉*/
.subject_play_main .subject_poster a:before {
	width: 97px;
	height: 97px;
	background-image: url(../../images/video/play_white.png);
	top: -380%;
	left: 40%;
}
.subject_play_main .subject_poster a:hover:before {
	background-image: url(../../images/video/play_black.png);
}
.subject_play_main .subject_poster a {
	float: none;
}
/*主题播放页--上方主视觉--视频内容*/
    /*.subject_play_main .subect_poster_info {margin-top:5px;    padding:5px;    box-sizing: border-box; margin-top:0px  }*/
.subject_play_main .subect_poster_info {
	padding: 8px;
	position: relative;
	width: 100%;
}
.subject_play_main .subject_poster a img {
	max-width: 105%;
	height: auto;
}
/*主题播放页--下方视频列*/
.subject_list .subject_list_row .subject_row_info {
	width: 98%;
}
.subject_list_row .subject_row_info .video_play a img {
	width: 180px;
	height: auto;
}
.subject_list_row .subject_row_info .video_play:before {
	width: 44px;
	height: 44px;
	background-image: url(../../images/video/small_play_white.png);
	top: 49%;
	left: 18%;
}
.subject_list_row .subject_row_info .video_play:hover:before {
	background-image: url(../../images/video/small_play_black.png);
}
.subject_list_row .subject_row_info .video_play:after {
	content: "";
	position: absolute;
	display: block;
	width: 70px;
	height: 17px;
	z-index: 10;
	top: 0px;
	line-height: 17px;
	left: 110px;
}
.subject_list_row .subject_row_info .video_play a {
	margin-right: 5px;
}
.subject_list_row .subject_row_info h3 a {
	width: 100%;
	padding-right: 5px;
	box-sizing: border-box;
}
.subject_list_row .subject_row_info p a {
	display: none;
}
.subject_producer {
	display: none;
}
/*主题播放页--下方视频列--设计师信息*/
.subject_list .subject_list_row .subject_about_designer {
	display: none;
}
/*分类排行榜--页签*/
#media_content .classified_page {
	width: 320px;
}
#media_content .classified_page ul li {
	float: left; /*	float:right;*/
	margin-left: -8px;
}
#media_content .classified_page ul li a {
	width: 106.6px;
}
#media_content .classified_page ul li:nth-child(3) a {
	display: none;
}
/*分类排行榜--上方主视觉外观&视频排行榜外观&各分类列表页外观*/
.billboard_group .billboard_hot_one .hot_one_img, .classified_group .classified_group_top .classified_group_top_img {
	width: 320px;  /* 20151124 update by dylan */
	/*width: 100%;*/  /* 20151124 update by dylan */
	margin-right: 5px;
}
.billboard_group .billboard_hot_one .hot_one_img a:before, .classified_group .classified_group_top .classified_group_top_img:before {
	width: 69px;
	height: 69px;
	background-image: url(../../images/video/play_white.png);
	background-repeat: no-repeat;
	top: 34%;
	left: 38%;
}
.billboard_group .billboard_hot_one .hot_one_img a:hover:before, .classified_group .classified_group_top .classified_group_top_img:hover:before {
	background-image: url(../../images/video/play_black.png);
}
.billboard_group .billboard_hot_one .hot_one_info, .classified_group .classified_group_top .classified_group_top_info {
	width: 270px;
	margin: 0 0 5px 5px;
}
.billboard_group .billboard_hot_one .serial_number {
	height: 70px;
	line-height: 70px;
	font-size: 70px;
}
.serial_number_top {
	height: 20px;
	line-height: 15x;
	font-size: 15px;
	right: 5px;
	bottom: 60px;
}
.serial_number_2nd {
	color: #e9e9e9;
}
.billboard_group .billboard_hot_row {
	width: 100%;
}
.billboard_group .billboard_hot_row .hot_row_img {
	width: 180px;
	height: auto;
	margin-right: 5px;
}
.billboard_group .billboard_hot_row .hot_row_img a:before {
	width: 44px;
	height: 44px;
	z-index: 10;
	background-image: url(../../images/video/small_play_white.png);
	background-repeat: no-repeat;
	top: 28%;
	left: 39%;
}
.billboard_group .billboard_hot_row .hot_row_img a:hover:before {
	background-image: url(../../images/video/small_play_black.png);
}
.billboard_group .billboard_hot_row .hot_row_info {
	width: auto;
	float: none;
	overflow: hidden; /* line-height: 2em;*/
	margin: 0px 15px 0 0;
}
.billboard_group .billboard_hot_row .serial_number {
	height: 50px;
	line-height: 60px;
	font-size: 60px;
	bottom: 5px;
}
.billboard_hot_row p a {
	display: none;
}
.billboard_hot_row .producer {
	display: none;
}
.billboard_hot_row .serial_number_top {
	right: 5px;
	bottom: 45px;
}
.billboard_group .billboard_hot_row {
	margin-top: 20px;
}
/*SNS_Share more*/
.media_open {
	display: inline-block;
}
.w_google, .w_pocket, .w_pin, .w_twitter, .w_plurk, .w_sina {
	display: none;
}
.share_more {
	width: 106px;
	margin-left: -18px;
}
.sns_content {
	width: 100%;
}
.share_more:before, .share_more:after {
	left: 25px;
}
}

@media screen and (min-width : 415px) and (max-width: 639px) {
/*SNS_Share more*/
.media_open {
	display: block;
}
.m_google, .w_pocket, .w_pin, .w_twitter, .w_plurk, .w_sina {
	display: none;
}
.w_google {
	display: inline-block;
}
.share_more {
	width: 110px;
}
.sns_content {
	width: 75%;
}
.fb_like_2013 {
	margin-left: 10px;
}
	#subject_content img {
    width: 100%;
	height: auto;
	}
}
@media screen and (min-width : 320px) and (max-width: 414px) {
	#subject_content img {
    width: 100%;
	height: 240px;
	}
	
}

@media screen and (min-width : 640px) and (max-width: 767px) {
/*SNS_Share more*/
.sns_content {
	width: 100%;
}
.topic_sns {
	width: 90%;
}
.fb_like_2013 {
	margin-left: 10px;
}
}

@media screen and (max-width: 930px) {
.container .tb_searchBar {
	display: none;
}
.fb_like_2013 {
	margin-left: 10px;
}
}

