@charset "utf-8";

/*!
 * 173tv css
 * Date modified 2018.8
 *
 */

ul,
li,
ol,
dl {
	list-style-type: none
}

body {
	font-weight: normal;
	margin-bottom: 20px;
}

.text-center{
	text-align: center;
}

.shadow {
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}
.boxShadow{
	box-shadow: rgba(0,0,0,.2) 0 0 10px;
    background-color: #fff;
	border-radius: 8px;
	padding: 10px 20px;
    box-sizing: border-box;
}

/*顶部*/

a.up-icon {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 40px;
	height: 52px;
	text-align: center;
	margin: 0 13px;
	padding-top: 8px;
	font-size: 12px;
	color: #999999;
	cursor: pointer;
}

a.up-icon i {
	height: 26px;
	font-size: 26px;
	margin-bottom: 3px;
	display: block;
	color: #fd4c5d;
}

a.up-icon:hover,
a.up-icon:hover i {
	color: #fd4c5d;
}

a.user {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-top: 12px;
	margin: 0 0 0 13px;
}

.user i {
	font-size: 36px;
	color: #CCCCCC;
}

a.user:hover i {
	color: #aaaaaa;
}

.sub li {
	position: relative;
}


/*客户端扫码*/

.sub li #app {
	position: absolute;
	top: 61px;
	left: 50%;
	margin-left: -80px;
	z-index: 100;
	display: none;
	width: 160px;
	height: 180px;
	background-color: #FFFFFF;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.sub li.selected #app {
	display: block;
}

.sub li #app .app-pic {
	text-align: center;
	padding-top: 15px;
}

.sub li #app .app-pic img {
	width: 90px;
	border: 2px solid #fd4c5d;
}

.sub li #app .txt {
	text-align: center;
	padding-top: 5px;
}

.sub li #app .txt p {
	font-size: 16px;
	font-weight: 700;
	color: #666666;
	margin: 0;
}

.sub li #app .txt span {
	color: #999999;
	display: block;
	padding-top: 5px;
}


/*观看记录*/

.sub li .record-box {
	display: none;
	position: absolute;
	top: 61px;
	left: 50%;
	margin-left: -110px;
	z-index: 100;
	display: none;
	width: 220px;
	height: 263px;
	background-color: #FFFFFF;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.sub li.selected .record-box {
	display: block;
}

.sub li .record-box .record-list {
	padding: 0 20px 0px;
}

.sub li .record-box .record-list p {
	margin: 0;
	font-size: 12px;
	color: #999999;
}

.sub li .record-box .record-list p i {
	color: #CCCCCC;
	font-size: 10px;
	margin-right: 5px;
}

.sub li .record-box .record-list a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	margin: 0;
}

.sub li .record-box .record-list a:hover {
	color: #fd4c5d;
}

.sub li .record-box .record-all-btn {
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-top: 1px solid #EEEEEE;
}

.sub li .record-box .record-all-btn a {
	color: #999999;
}

.up-menu {
	float: left;
	height: 60px;
	display: inline;
}

.up-menu ul {
	padding: 0;
	margin: 0;
}

.up-menu ul li {
	line-height: 60px;
}

.up-menu ul li a {
	font-size: 15px;
	color: #666666;
	cursor: pointer;
}

.up-menu-list {
	text-align: center;
	display: none;
	background-color: #FFFFFF;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.up-menu-list a {
	display: block;
	line-height: 45px;
	border-bottom: 1px solid #EEEEEE;
}

.up-menu ul li.selected .up-menu-list {
	display: block;
}

.up-menu ul li a:hover {
	color: #fd4c5d;
}


/*顶部搜索*/

.search-box {
	position: absolute;
	left: 50%;
	margin-left: -195px;
	top: 12px;
	width: 460px;
}

.search-box input[type=text] {
	width: 308px;
	border: 0;
	height: 18px;
	overflow: hidden;
	line-height: 18px;
	font-size: 14px;
	outline: none;
	background: none;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	text-indent: .5em;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #999999;
}

.search-form {
	position: relative;
	width: 382px;
	height: 32px;
	border: 2px solid #fd4c5d;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
}

.search-btn {
	position: absolute;
	top: -2px;
	right: 0;
	height: 36px;
	width: 70px;
	padding: 0.5em;
	background-color: #fd4c5d;
	color: #FFFFFF;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	cursor: pointer;
	border: 0px;
}

.search-btn.search-mx-btn {
	right: 79px;
}

.search-btn.selected {
	background-color: #ef3749;
}

.search-hot {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 355px;
	height: 215px;
	background-color: #FFFFFF;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 18px;
}

.search-hot a {
	margin: 0;
}

.search-hot-title span {
	color: #999999;
}

.search-hot-list.top-box ul li {
	width: 100%;
	margin-top: 15px;
	height: 18px;
	line-height: 18px;
}

.search-hot-list.top-box ul li .top-list em {
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
}

.search-hot-list.top-box ul li .top-list a {
	width: 200px;
	height: 18px;
	line-height: 18px;
}

.search-hot.active {
	display: block;
	top: 40px;
}


/*一级导航*/

.naver.menu {
	height: 45px;
	line-height: 45px;
	z-index: 98;
}

.naver.menu .module {
	height: 45px;
	margin-left: 0px;
}
.naver .module ul{
	height: 45px;
}
.naver.menu a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 34px;
}

.naver.menu a.selected,
.naver.menu .selected a {
	color: #fd4c5d;
}

.naver.menu a.active,
.naver.menu .active a {
	border-bottom: 2px solid #fd4c5d;
	color: #fd4c5d;
	font-weight: 700;
}

.naver li .droper,
.naver.menu li .droper {
	line-height: 30px;
	padding: 10px 0;
}

.naver li .droper a,
.naver.menu li .droper a {
	border: 0px;
	color: #333333;
	height: 30px;
	line-height: 30px;
	margin: 0;
	width: 100%;
}

.naver li .droper a:hover,
.naver.menu li .droper a:hover {
	color: #fd4c5d;
}

.naver.menu-active {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	-webkit-animation: menuShow .5s ease forwards;
	animation: menuShow .5s ease forwards;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	background: #fff;
	background: rgba(255, 255, 255, .96);
	background: #fff\9;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

@-webkit-keyframes menuShow {
	from {
		-webkit-transform: translateY(-100%)
	}
	to {
		-webkit-transform: translateY(0)
	}
}

@keyframes menuShow {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}



/*首页轮播*/
.index-slider{
	height: 520px;
	overflow: hidden;
	position: relative;
}
.index-slider .slider-box{
	position: relative;
}
.index-slider .slider-box img{
	width: 100%;
}
.slider-playicon{
	position: absolute;
	z-index: 12;
	left: 8px;
    bottom: -8px
}
.slider-playicon .icon-bofang{
	font-size: 4.8rem;
	color: #fd4c5d;
}
.index-slider .slider-box .swiper-container{
  width: 100%;
  height: 520px;
  background-color: #FFFFFF;
}
.index-slider .slider-box .pagination {
  position: absolute;
  right: 35px;
  text-align: center;
  bottom: 22px;
  width: auto;
  z-index: 11;
}
.index-slider .slider-box .arrow-left,.index-slider .slider-box .arrow-right,.tabs-arrow-left,.tabs-arrow-right,.new-arrow-left,.new-arrow-right{
	background: url(../images/arrows.png);
	position: absolute;
	top: 50%;
  	margin-top: -45px;
 	width: 40px;
  	height: 90px;
  	cursor: pointer;
}
.index-slider .slider-box .arrow-left,.tabs-arrow-left,.new-arrow-left{
  left: 0px;
  background-position: -21px -129px;
}
.tabs-arrow-left,.new-arrow-left,.tabs-arrow-right,.new-arrow-right{
	z-index: 3;
}
.index-slider .slider-box .arrow-right,.tabs-arrow-right,.new-arrow-right{
  right: 0px;
  background-position: -21px -14px;
}
.index-slider .slider-box .arrow-left:hover,.tabs-arrow-left:hover,.new-arrow-left:hover{
    background-position: -73px -129px;
}
.index-slider .slider-box .arrow-right:hover,.tabs-arrow-right:hover,.new-arrow-right:hover{
    background-position: -73px -14px;
}
.index-slider .slider-box .swiper-pagination-switch {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 11px;
  background: #FFFFFF;
  margin: 0 5px;
  cursor: pointer;
}
.index-slider .slider-box .swiper-active-switch {
  background: #fd4c5d;
}
.index-slider-txt{
	position: absolute;
	width: 100%;
	height: 520px;
	top: 0;
	left: 0;
}
.index-slider-txt .wrapper{
	height: 100%;
}
.index-slider-title {
	width: 180px;
	height: 420px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -230px;
	background: url(../images/index-slider-bg.png) center top no-repeat;
}
.index-slider-title .swiper-slide{
	width: 100%;
	text-align: center;
	margin: 6px 0;
	padding: 7px 0;
	cursor: pointer;
	transition: all 0.2s cubic-bezier(0.33, 0, 0.2, 1);
}
.index-slider-title .swiper-slide.active-nav p span{
	color: #fd4c5d;
}
.index-slider-title .swiper-slide.active-nav{
	background-color: #000000;
	opacity: .85;
}
.index-slider-title .swiper-slide.active-nav p span.txt{
	color: #FFFFFF;
}
.index-slider-title .swiper-slide p{
	margin: 0;
	color: #FFFFFF;
}
.index-slider-title .swiper-slide p span{
	font-size: 16px;
	font-family: microsoft yahei;
	text-decoration: none;
}
.index-slider-title .swiper-slide p span.txt{
	font-size: 12px;
	display: block;
	width: 100%;
	height: 16px;
	line-height: 16px;
	margin:0 auto ;
}

.slider-hide-pic{
	position: relative;
	z-index: 20;
	display: block;
	width: 100%;
	height: 100%;
}
.slider-hide-pic img{
	display: none;
	visibility: hidden;
}
/*意见箱*/

.PleaseText {
	text-align: center;
	font-size: 18px;
}

.textView textarea {
	resize: none;
	width: 80%;
	height: 150px;
}

.textView {
	text-align: center;
	margin-top: 10px;
}

.Viewsubmit button {
	background: skyblue;
	color: white;
	border: none;
	width: 40%;
	padding: 10px 0;
	border-radius: 5px;
}

.Viewsubmit {
	text-align: center;
}


/*标签*/

.label-box a,
.label-box span {
	color: #666666;
	font-size: 14px;
}

.label-box a:hover {
	color: #fd4c5d;
}

.label-box span {
	color: #999999;
}


/*置顶视频*/

.index-hot-s,
.index-hot-x {
	height: 350px;
}

.index-hot-x {
	overflow: hidden;
}

.index-hot-list {
	position: relative;
	width: 100%;
	height: 165px;
	overflow: hidden;
}

.index-hot-x .index-hot-list {
	height: 350px;
	;
}

.index-hot-list img {
	width: 100%;
	vertical-align: middle;
}

.index-hot-list a,
.building-list .tvpic a {
	/*display: none;*/
}

.photo-list .txt a:hover {
	color: #fd4c5d;
}

.photo-list .txt .bjs a:hover {
	background-color: red;
	color: #fff;
}

.index-hot-list.mask a,
.building-list.mask .tvpic a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;	
	opacity: 1;
	z-index: 15;
}

.index-hot-list.mask a i,
.building-list.mask .tvpic a i {
	height: 100%;
	width: 100%;
	display: block;
	font-style: normal;
	
	background-position: center center;
}

.index-hot-list .index-hot-mask,
.building-list .tvpic .index-hot-mask,
.photo-list .tvpic .index-hot-mask {
	position: absolute;
	width: 100%;
	height: 80px;
	bottom: 0px;
	left: 0px;
	z-index: 4;
	color: #FFFFFF;
	background: url(../images/mak-slider.png) repeat-x;
	background-position: 0 0;
}

.index-hot-list .index-hot-mask span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 22px;
	overflow: hidden;
	width: 100%;
	text-indent: 10px;
	text-overflow: ellipsis;
}

.index-hot-list .index-hot-mask .title {
	font-size: 16px;
	padding-top: 27px;
}

.index-hot-list .index-hot-mask .txt {
	color: #CCCCCC;
	height: 16px;
}


/*楼层*/

.building-box {
	position: relative;
	padding-bottom: 10px;
}

.row-box .building-box {
	height: 450px;
	overflow: hidden;
}

.row-box .building-box.building-class-box {
	height: 365px;
}

.row-box.row-new .building-box {
	height: 410px;
}

.row-box.row-love .building-box {
	height: 370px;
}

.row-box.row-like .building-box {
	height: 710px;
}

.row-up {
	height: 30px;
	overflow: hidden;
}

.row-up-title,
.row-up-menu {
	float: left;
}

.row-up-title {
	width: 160px;
    line-height: 30px;
	height: 30px;
}

.row-up-title i {
	float: left;
	font-size: 32px;
	color: #fd4c5d;
	margin-right: 8px;
}

.row-up-title i.icon-dianshiju,
.row-up-title i.icon-huatong,
.row-up-title i.icon-dongman {
	font-size: 29px;
}

.row-up-title span.title-line {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 100%;
	width: 5px;
	background-color: #fd4c5d;
}

.row-up-title h2 {
	margin: 0;
}

.row-up-title h2 a {
	font-size: 22px;
	color: #fd4c5d;
	text-decoration: none;
}

.row-up-title h2 a:hover {
	color: #fd4c5d;
}

.row-up-more {
	float: right;
}

.row-up-menu,
.row-up-more {
	height: 30px;
	line-height: 32px;
}

.row-up-menu a {
	margin: 0 10px;
	color: #999999;
	font-size: 14px;
	text-decoration: none;
	float:left;
}

.row-up-menu a:hover,
.row-up-more a:hover {
	color: #fd4c5d;
}

.row-up-menu span {
	color: #CCCCCC;
	float:left;
}

.row-up-more a {
	color: #333333;
	font-size: 14px;
	text-decoration: none;
}

.building-list {
	box-shadow: rgba(0,0,0,.2) 0 0 10px;
    border: 1px solid #EEEEEE;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 6px;
    overflow: hidden;
}
.photo-list {
	width: 245px;
	margin: 0 auto;
	overflow: hidden;
}

.building-list .tvpic {
	position: relative;
	height: 150px;
	overflow: hidden;
}
.photo-list .tvpic {
	height: 125px;
}

.building-list .tvpic img,
.photo-list .tvpic img {
	width: 100%;
	vertical-align: middle;
}

.building-list .tvpic .score,
.photo-list .tvpic .score {
	width: 35px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #faa61a;
	background: rgba(0, 0, 0, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
	opacity: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 8px;
	right: 8px;
	font-size: 14px;
	font-weight: 700;
	z-index: 16;
}

.building-list.mask .tvpic .score {
	background: rgba(253, 76, 93, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fd4c5d, endColorstr=#fd4c5d);
	opacity: 1;
	color: #FFFFFF;
}

.building-list .tvpic .index-hot-mask,
.photo-list .tvpic .index-hot-mask {
	text-align: right;
	margin-bottom: -58px;
}

.building-list .tvpic .index-hot-mask span,
.photo-list .tvpic .index-hot-mask span {
	font-size: 14px;
	*padding-right: 15px;
	*display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 22px;
	line-height: 22px;
	padding-top: 50px;
	overflow: hidden;
	text-align: right;
}

.building-list .txt {
	background-color: #FFFFFF;
	padding: 5px;
}
.photo-list .txt {
	background-color: #FFFFFF;
	padding: 8px 0 8px 0;
}

.photo-list .txt p {
	line-height: 20px;
	font-size: 14px;
	padding-left: 10px;
}
.photo-list .txt p a.title {
	padding: 0;
}

.photo-list .txt a {
	background-color: #6080a8;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 0 8px;
	text-decoration: none;
}

.photo-list .txt .modelname,.photo-list .txt .jigou {
	color: #fff;
	background-color: #6080a8;
}

.photo-list .txt .title {
	background-color: #fff;
	color: #555555;
	display: block;
	width: 100%;
}

.building-list .txt .tvname,
.photo-list .txt .tvname {
	font-size: 13px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-decoration: none;
	color: #333333;
	width: 100%;
	overflow: hidden;
	height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.building-list.mask .txt .tvname {
	color: #fd4c5d;
}

.building-list .txt .tvdes,
.photo-list .txt .tvdes {
	color: #999999;
	margin: 0 0 0;
	overflow: hidden;
	height: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tvtime {
	background-color: #DDDDDD;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #333333;
	font-size: 14px;
}


/*.line {
	height: 8px;
	width: 100%;
	position: absolute;
	bottom: 16px;
	left: 20px;
	background-color: #DDDDDD;
	z-index: 1;
}*/


/*排行榜*/

.top-box .top-list-open {
	display: none;
}

.top-box ul {
	margin-left: 0;
}

.top-box ul li {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.top-box ul li .top-list em {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 24px;
	height: 24px;
	line-height: 24px;
	float: left;
	font-size: 14px;
	color: #FFFFFF;
	overflow: hidden;
	margin-right: 10px;
	/*font-weight: 700;*/
	background-color: #999999;
	text-align: center;
	font-style: normal !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.top-box ul li .top-list a {
	font-size: 14px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: left;
	width: 100px;
	color: #333333;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	text-overflow: ellipsis;
	text-decoration: none;
}

.top-box ul li .top-list a:hover {
	color: #fd4c5d;
}

.top-box ul li .top-list span {
	float: right;
	text-align: right;
	color: #999999;
}

.top-box ul li.active {
	height: 90px;
}

.top-box ul li.active .top-list {
	display: none;
}

.top-box ul li.active .top-list-open {
	display: block;
}

.top-box ul li .top-list-open .top-list-pic {
	position: relative;
	float: left;
	width: 67px;
	height: 90px;
	margin-right: 10px;
}

.top-box ul li .top-list-open .top-list-pic img {
	width: 100%;
	vertical-align: middle;
}

.top-box ul li .top-list-open .top-list-pic em {
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #FFFFFF;
	/*font-weight: 700;*/
	background-color: #999999;
	text-align: center;
	font-style: normal !important;
}

.top-box ul li .top-list-open .top-list-des {
	position: relative;
	float: left;
	width: 102px;
	height: 90px;
}

.top-box ul li .top-list-open .top-list-des a.top-list-name {
	font-size: 14px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 18px;
	line-height: 18px;
	width: 100%;
	overflow: hidden;
	color: #333333;
	text-overflow: ellipsis;
	text-decoration: none;
}

.top-box ul li .top-list-open .top-list-des a.top-list-name:hover {
	color: #fd4c5d;
}

.top-box ul li .top-list-open .top-list-des p {
	font-size: 12px;
	color: #999999;
	height: 36px;
	line-height: 20px;
	margin: 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.top-box ul li .top-list-open .top-list-des .top-num {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
	color: #999999;
}

.top-box ul li .top-list-open .top-list-des .top-num i {
	font-size: .5rem;
	margin-right: 3px;
	color: #BBBBBB;
}

.top-box ul li.high em,
.top-box ul li.high .top-list-open .top-list-pic em {
	background-color: #fd4c5d;
}


/*热播楼广告*/

.top-ad {
	width: 100%;
	height: 153px;
	overflow: hidden;
	margin-top: 29px;
	position: relative;
	background-color: #FFFFFF;
}

.top-ad a {
	display: block;
}

.top-ad a img {
	vertical-align: middle;
}

.top-ad i,
.index-ad-pic i {
	position: absolute;
	top: 10px;
	right: 10px;
	font-style: normal;
	width: 35px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: rgba(0, 0, 0, 0.55);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
	opacity: 1;
	color: #FFFFFF;
}


/*报错*/

.err-box a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 80px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #cccccc;
	font-size: 12px;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	color: #666666;
}

.err-box a:hover {
	background-color: #E8431F;
	border: 1px solid #E8431F;
	color: #ffffff;
}

.err-form {
	padding: 15px 10px;
	font-size: 14px;
}

.err-form dl {
	margin-top: 20px;
	height: 30px;
}

.err-form dl dt,
.err-form dl dd {
	height: 30px;
	line-height: 30px;
	float: left;
}

.err-form dl dt {
	width: 120px;
	text-align: right;
	color: #666666;
}

.err-form dl dd {
	margin-left: 10px;
}

.err-form input.err-input {
	border: 1px solid #BBBBBB;
	height: 25px;
	width: 170px;
	text-indent: .5em;
}

.err-form select.err-select {
	border: 1px solid #BBBBBB;
	height: 29px;
	width: 170px;
	color: #666666;
}

.err-name {
	color: #e8431f;
}

.save-button {
	-webkit-appearance: none;
	background-color: #E8431F;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	height: 35px;
	letter-spacing: 1px;
	outline: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 0;
	vertical-align: top;
	width: 85px;
}


/*热门标签*/

.label-hot .label-hot-box {
	background-color: #FFFFFF;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	overflow: hidden;
}

.label-hot .label-hot-box span,
.label-hot .label-hot-box a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.label-hot .label-hot-box span {
	font-size: 16px;
	color: #999999;
}

.label-hot .label-hot-box a {
	width: 85px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin: 0 10px;
	text-decoration: none;
}

.label-hot .label-hot-box a:hover {
	background-color: #fd4c5d;
	color: #FFFFFF;
}


/*楼层标签*/

.label-list {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-evenly; */
}

.label-list a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	background-color: #ffffff;
	font-size: 12px;
	color: #333333;
	margin: 15px 5px 0;
	text-decoration: none;
}


/*专题*/

.project-list {
	height: 60px;
	overflow: hidden;
}

.project-list a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	font-weight: 500;
	color: #333333;
}

.project-list a:hover {
	color: #fd4c5d;
}


/*通栏广告*/

.index-ad-pic {
	position: relative;
	text-align: center;
}

.index-ad-pic a img {
	vertical-align: middle;
}


/*tabs轮播*/

.tabs-container,
.new-container {
	width: 100%;
	height: 350px;
}

.new-container .swiper-wrapper {
	z-index: 2;
}

.new-container {
	height: 400px;
}

.footer-box {
	background-color: #FFFFFF;
	padding: 30px 0;
	margin-top: 50px;
}

.footer-menu {
	float: left;
	margin-right: 30px;
	padding-right: 30px;
	text-align: left;
	width: 200px;
	height: 90px;
	border-right: 1px solid #DDDDDD;
}

.footer-menu.line-none {
	border: 0;
}

.footer-menu .title {
	font-size: 14px;
	color: #999999;
}

.footer-menu .list .iconfont {
	font-size: 38px;
	color: #CCCCCC;
}

.footer-menu .list a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	margin-right: 30px;
	padding-top: 10px;
	color: #333333;
	text-decoration: none;
}

.footer-menu .list a:hover {
	color: #fd4c5d;
}

.footer-menu .list a:hover .iconfont {
	color: #999999;
}

.copyright {
	text-align: center;
	height: 60px;
	line-height: 60px;
}

.copyright .m-txt {
	display: none;
	background-color: #FFFFFF;
}

.copyright .m-txt p {
	margin: 0;
	font-size: 14px;
	color: #999999;
}

.copyright .txt p {
	margin: 0;
	font-size: 14px;
	color: #999999;
}

.copyright .txt p a {
	color: #999999;
}

.copyright .txt p a:hover {
	color: #fd4c5d;
}


/*返回顶部*/

.toTop {
	position: fixed;
	bottom: 30px;
	right: 0px;
	z-index: 9999;
	display: none;
	font-size: 16px;
	cursor: pointer;
	overflow: hidden;
	visibility: visible;
	background-color: #ffffff;
	color: #9c9c9c;
	font-size: 16px;
	width: 55px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	_position: absolute;
	_top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);
	border-radius: 40px 0 0 40px;
	box-shadow: -1px 4px 8px rgba(0, 0, 0, .06);
}

.toTop:hover {
	color: #fff;
	text-decoration: none;
	background-color: #fd4c5d;
}

.toTop a {
	text-decoration: none;
}

.toTop a i {
	color: #999999;
	font-size: 30px;
}

.toTop:hover a i {
	color: #FFFFFF;
}

.toTop.active {
	display: block;
}

/*列表*/

.class-fixed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 100%;
	background-color: #FFFFFF;
}

.class-fixed-list {
	padding-top: 35px;
	margin: -7px;
}

.class-fixed-list a {
	display: block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}

.class-fixed-list a:hover,
.class-fixed-list a.active {
	background-color: #F7F7F7;
	border-left: 4px solid #fd4c5d;
	color: #fd4c5d;
}


/*搜索*/

.search-ad-pic {
	background-color: #FFFFFF;
}

.search-total p {
	font-size: 14px;
}

.search-total p b {
	color: #fd4c5d;
	margin: 0 5px;
}

.search-menu {
	background-color: #EEEEEE;
}

.search-menu-list ul {
	margin-left: -20px;
}

.search-menu-list li {
	float: left;
	height: 45px;
}

.search-menu-list li a {
	display: block;
	height: 43px;
	line-height: 45px;
	font-size: 14px;
	color: #333333;
	margin: 0 20px;
	text-decoration: none;
	border-bottom: 2px solid #EEEEEE;
}

.search-menu-list li a:hover,
.search-menu-list li a.active {
	border-color: #fd4c5d;
}

.search-item-txt {
	width: 500px;
}

.search-item-txt p {
	font-size: 16px;
	color: #666666;
}

.search-item-txt p.title a {
	font-size: 18px;
	color: #fd4c5d;
        word-break: break-all;
}

.search-item-txt p.title span {
	font-size: 14px;
	color: #999999;
}

.search-item-txt .introduction {
	color: #999999;
}

.search-item-list .row {
	position: relative;
}

.search-item-txt p.mt-20 {
	position: absolute;
	bottom: 0;
}

@media only screen and (max-width: 770px) {
        .search-item-txt p.introduction {
                display: none;
        }
}

@media only screen and (max-width: 480px) {

	.search-item-txt p,.search-item-txt p span,.search-item-txt p font {
			font-size: 0.8rem;
	}

	.search-item-txt p {
		color: #666666;
	}

	.search-item-txt p.title a {
		color: #fd4c5d;
		font-size: 1rem;
	}

	.search-item-txt p.title span {
		color: #999999;
	}

        .search-item-txt p.field span {
                display: block;
                margin: 2px 0 !important;
        }

	.search-item-txt .introduction {
		color: #999999;
	}

	.search-item-txt p.introduction {
		display: none;
	}

	.search-item-txt p.actor {    
            display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	}

}



/*移动端重定义*/

.m-class-fixed {
	display: none;
}

.m-class-fixed .class-fixed-list {
	padding: 0;
	background-color: #FFFFFF;
}

.m-class-fixed .class-fixed-list a {
	border-left: 0px;
	float: left;
	width: 16.6%;
}

.m-class-fixed .class-fixed-list a:hover,
.m-class-fixed .class-fixed-list a.active {
	background-color: #FFFFFF;
	border-bottom: 4px solid #fd4c5d;
	color: #fd4c5d;
}

.screening-list {
	margin-left: 200px;
}

.screening-item {
	position: relative;
	padding-left: 75px;
}

.screening-item h5 {
	position: absolute;
	left: 0px;
	font-size: 15px;
	color: #999999;
	margin: 0;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

.screening-item ul {
	margin: 0;
	padding: 0;
}

.screening-item ul li {
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.screening-item ul li a {
	display: block;
	font-size: 15px;
	color: #333333;
	padding: 0 10px;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.screening-item ul li a:hover,
.screening-item ul li a.active {
	color: #FFFFFF;
	background-color: #fd4c5d;
}

.screening-txt {
	padding-top: 20px;
	border-top: 1px solid #DDDDDD;
}

.screening-txt p {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 14px;
	color: #333333;
}

.screening-txt p strong {
	color: #fd4c5d;
	margin: 0 5px;
}

.screening-txt p a {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}

.screening-txt p a:hover,
.screening-txt p a.active {
	color: #fd4c5d;
}

.screening-txt p a .iconfont {
	font-size: 18px;
	vertical-align: middle;
}

.pager {
	padding: 0;
	height: 30px;
	text-align: center;
}

.pager a {
	padding: 9px 14px;
	text-decoration: none;
	color: #333333;
}

.pager a:hover,
.pager a.active {
	background-color: #333333;
	border-color: #333333;
	color: #FFFFFF;
}

.m-pager {
	display: none;
}

.m-pager .pg_num {
	display: none;
}

	/*排行榜*/

.topbox-pic {
	height: 140px;
	background: url(../images/phb-bg.jpg) no-repeat;
	background-position: center top;
}

.topbox-page-list {
	background-color: #FFFFFF;
	padding: 20px;
}

.topbox-menu {
	height: 50px;
	line-height: 50px;
	background-color: #FFFFFF;
	margin-left: -20px;
}

.topbox-menu ul li {
	float: left;
	margin: 0 20px;
}

.topbox-menu ul li a {
	font-size: 14px;
	color: #333333;
	padding: 5px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
}

.topbox-menu ul li a:hover,
.topbox-menu ul li a.active {
	background-color: #fd4c5d;
	color: #FFFFFF;
}

.ph-taber .head {
	border: 0px;
}

.ph-taber .head span {
	float: left;
	padding-left: 10px;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
}

.ph-taber .head a {
	float: right;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	padding: 0 10px;
	border: 1px solid #EEEEEE;
	margin-left: 10px;
}

.ph-taber .body {
	border-top: 1px solid #EEEEEE;
	margin-top: 15px;
}

.ph-taber .head a.selected {
	background-color: #fd4c5d;
	color: #FFFFFF;
	border: 1px solid #fd4c5d;
}

.ph-taber .body .top-box ul li .top-list-open .top-list-des {
	width: 243px;
}

.topbox-page-btn {
	border-top: 1px solid #DDDDDD;
	margin-top: 15px;
	padding-top: 15px;
	text-align: center;
}

.topbox-page-btn a {
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}

.topbox-page-btn a:hover {
	color: #fd4c5d;
}

.ph-taber.ph-all-taber .head a {
	float: left;
	margin: 0;
	padding: 6px 50px;
	border: 0;
	border-bottom: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	cursor: pointer;
}

.ph-taber.ph-all-taber .body {
	border: 0;
	background-color: #FFFFFF;
	margin: 0;
	padding: 10px 20px 20px;
}

.ph-taber.ph-all-taber .head a.selected {
	background-color: #666666;
	color: #FFFFFF;
	border-bottom: 1px solid #666666;
}

.ph-all-list table {
	border-bottom: 1px solid #DDDDDD;
}

.ph-all-list table thead th,
.ph-all-list table thead td {
	background-color: #FFFFFF;
}

.ph-all-list table th,
.ph-all-list table td {
	line-height: 45px;
}

.ph-all-list table th {
	border-top: 0;
	color: #999999;
	font-weight: 500;
}

.ph-all-list table td em {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 17px;
	height: 17px;
	line-height: 17px;
	font-size: 12px;
	color: #FFFFFF;
	overflow: hidden;
	margin-right: 10px;
	background-color: #999999;
	text-align: center;
	font-style: normal !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
}

.ph-all-list table td em.high {
	background-color: #fd4c5d;
}


/*播放*/

.player-box {
	background-color: #333333;
}

.player-item {
	position: relative;
	padding-right: 280px;
}

.player-video-item {
	width: 100%;
}

.player-video-item .player-video-item-iframe {
	width: 100%;
	height: 655px;
}

.player-video-list {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 280px;
	background-color: #222222;
}

.player-video-item .player-video-item-nav {
	height: 50px;
	background-color: #444444;
}

.player-video-all {
	position: absolute;
	right: 268px;
	top: 50%;
	width: 12px;
	height: 90px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-top: -45px;
	vertical-align: middle;
	background: url(../images/arrows.png) no-repeat;
	background-position: -157px -12px;
	cursor: pointer;
	z-index: 90;
}

.player-video-all.selected {
	background-position: -157px -131px;
}

.player-video-tabs {
	height: 50px;
}

.player-video-tabs .ph-taber .head a {
	float: left;
	margin: 0;
	padding: 0;
	width: 140px;
	height: 50px;
	line-height: 50px;
	border: 0;
	text-align: center;
	font-size: 16px;
	background-color: #000000;
}

.player-video-tabs .ph-taber .head a.selected {
	background-color: #222222;
}

.player-video-tabs .ph-taber .body {
	border: 0;
	height: 100%;
	position: relative;
	margin-top: 0;
	padding: 0;
}

.player-video-tabs .ph-taber .head {
	height: 50px;
}

.player-video-txt,
.player-video-set {
	padding: 20px 20px 10px;
}

.player-video-txt p.title {
	font-size: 16px;
	color: #FFFFFF;
}

.player-video-txt p.des {
	color: #CCCCCC;
	font-size: 13px;
}

.player-video-set {
	padding-top: 0;
	margin-left: -6px;
	margin-right: -6px;
}

.player-video-set a:hover,
.player-video-set a.active {
	border-color: #fd4c5d;
	background-color: #fd4c5d;
	color: #FFFFFF;
}

.player-video-item-nav ul {
	padding-left: 0;
}

.player-video-item-nav ul li {
	float: right;
	height: 50px;
	line-height: 50px;
	margin-right: 30px;
}

.player-video-item-nav ul li a {
	color: #DDDDDD;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
}

.player-video-item-nav ul li a i {
	font-size: 13px;
}

.player-video-item-nav ul li a.play-num i {
	font-size: 12px;
	margin-right: 4px;
}

.player-video-item-nav ul li a:hover {
	color: #FFFFFF;
}

.player-video-des .player-video-name {
	color: #FFFFFF;
	font-size: 20px;
}

.player-video-des .player-video-name span {
	color: #999999;
}

.player-video-m {
	padding-bottom: 20px;
}

.player-video-label {
	margin-left: -8px;
	margin-right: -8px;
}

.player-video-label a {
	display: block;
	width: 50px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #999999;
	float: left;
	margin: 0 8px;
	padding: 0 5px;
	border: 2px solid #999999;
	text-decoration: none;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-right: 5px;
}

.player-video-label a:hover {
	color: #FFFFFF;
	border-color: #FFFFFF;
}

.player-video-ad {
	position: relative;
	width: 755px;
	height: 72px;
	border-color: #FFFFFF;
}

.player-video-ad img {
	width: 100%;
	height: 100%;
}

.player-video-ad em {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #ffffff;
	font-style: normal !important;
	background-color: #323232;
	padding: 2px 3px;
}


/*星星打分*/

.player-video-fen {
	padding-top: 6px;
}

.star-rating {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 180px;
	height: 17px;
	position: relative;
	overflow: hidden;
	background: url(../images/star.png) left top;
}

.star-rating li {
	padding: 0px;
	margin: 0px;
	float: left;
}

.star-rating li a {
	display: block;
	width: 17px;
	height: 17px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}

.star-rating li a:hover {
	background: url(../images/star.png) left bottom;
	z-index: 2;
	left: 0px;
}

.star-rating a.one-star {
	left: 0px;
}

.star-rating a.one-star:hover {
	width: 19px;
}

.star-rating a.two-stars {
	left: 19px;
}

.star-rating a.two-stars:hover {
	width: 36px;
}

.star-rating a.three-stars {
	left: 36px;
}

.star-rating a.three-stars:hover {
	width: 54px;
}

.star-rating a.four-stars {
	left: 54px;
}

.star-rating a.four-stars:hover {
	width: 72px;
}

.star-rating a.five-stars {
	left: 72px;
}

.star-rating a.five-stars:hover {
	width: 90px;
}

.star-rating a.six-stars {
	left: 90px;
}

.star-rating a.six-stars:hover {
	width: 108px;
}

.star-rating a.Seven-stars {
	left: 108px;
}

.star-rating a.Seven-stars:hover {
	width: 127px;
}

.star-rating a.Eight-stars {
	left: 127px;
}

.star-rating a.Eight-stars:hover {
	width: 145px;
}

.star-rating a.Nine-stars {
	left: 145px;
}

.star-rating a.Nine-stars:hover {
	width: 162px;
}

.star-rating a.Ten-stars {
	left: 162px;
}

.star-rating a.Ten-stars:hover {
	width: 180px;
}

.star-rating li.current-rating {
	background: url(../images/star.png) left bottom;
	position: absolute;
	height: 17px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

.player-video-star {
	margin-left: 15px;
	margin-top: 6px;
}

.player-video-fennum {
	font-size: 14px;
	color: #FAA732;
	margin-top: 6px;
}


/*登录*/

#login {
	background: #FFFFFF url(../images/login-bg.jpg) no-repeat;
}

#login.dialog {
	width: 390px;
	height: 390px;
	border: 0px;
	margin-left: -225px;
}

#login.dialog-body {
	text-align: center;
}

.reg-nav {
	display: none;
}

.login-nav,
.reg-nav {
	width: 250px;
	margin: 0 auto;
}

.login-nav h3,
.reg-nav h3 {
	font-size: 16px;
	color: #666666;
}

.login-nav h3 span,
.reg-nav h3 span {
	color: #fd4c5d;
	font-size: 12px;
}

.login-nav p,
.reg-nav p {
	font-size: 14px;
	color: #666666;
}

.login-nav p input[type=text],
.login-nav p input[type=password],
.reg-nav p input[type=text],
.reg-nav p input[type=password] {
	width: 232px;
}

.login-nav p a,
.reg-nav p a {
	color: #666666;
}

.login-nav p a:hover,
.reg-nav p a:hover {
	color: #fd4c5d;
}

input[type=text].inputxt,
input[type=password].inputxt {
	position: relative;
	z-index: 2;
	line-height: 21px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204, 204, 204);
	border-image: initial;
	outline: none 0px;
	background-color: transparent;
}

.inputitle {
	width: 232px;
	height: 38px;
	position: absolute;
	z-index: 1;
	line-height: 38px;
	text-indent: .8em;
	background-color: #FFFFFF;
	color: #999999;
}

.login-nav input.btn,
.reg-nav input.btn {
	width: 250px;
	font-size: 14px;
	padding: .8em 1.5em;
	margin: 0;
}

.reg-nav a.login-btn,
.login-nav a.reg-btn {
	display: block;
	width: 200px;
	color: #FFFFFF;
}

.reg-nav a:hover.login-btn,
.login-nav a:hover.reg-btn {
	color: #FFFFFF;
}

.login-nav input[type=checkbox],
.reg-nav input[type=checkbox] {
	vertical-align: middle;
}


/*评论*/

.player-shuo-box {
	width: 100%;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}

.player-shuo-form {
	height: 120px;
	padding: 20px;
}

.player-shuo-form textarea,
.player-shuo-form .form-textarea-border textarea[name="saytext"] {
	width: 100%;
	height: 100%;
	resize: none;
	padding: 0;
	border: none;
	outline: none;
	overflow: auto;
}

.form-textarea-border {
	border: 1px solid #CCCCCC;
	height: 78px;
	padding: 20px;
}

.player-shuo-list {
	padding: 0 20px;
}

.player-shuo-list ul {
	margin-left: 0;
}

.player-shuo-list ul li {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 20px;
}

.player-shuo-btn {
	text-align: right;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEEEEE;
}

.player-shuo-btn input {
	width: 90px;
}

.player-shuo-item {
	position: relative;
	padding-left: 70px;
}

.player-shuo-face {
	position: absolute;
	left: 0px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: #EEEEEE;
}

.player-shuo-txt .name {
	line-height: 30px;
	margin-bottom: 0px;
}

.player-shuo-txt .name,
.player-shuo-txt .time,
.player-shuo-txt .des {
	font-size: 15px;
}

.player-shuo-txt .time {
	color: #999999;
	font-size: 13px;
}

.player-shuo-txt .des {
	padding-top: 10px;
}

.app-player-video-txt {
	display: none;
}

.app-player-video-txt .ph-taber .head a {
	float: left;
	padding: 0 20px;
	cursor: pointer;
}

.app-player-video-txt .ph-taber .head a.selected {
	background-color: #333333;
	border-color: #333333;
}

.ph-totla i {
	color: #fd4c5d;
	margin-right: 5px;
}

@media screen and (max-width: 1300px) {
	.ph-totla {
		display: none;
	}
}

.iFrame-jl {
	display: none;
}


/* 列表模板页导航 */
#m_navigator{ background-color: #fff; visibility: hidden; margin: 0 auto; max-width: 785px; margin:0 auto;position:fixed;overflow:hidden;}
#m_navigator ul,#m_navigator li {padding:0;margin:0;font-size:20px;color:#333;}
#m_navigator li{text-align:center;list-style:none;}
#m_navigator li a{ color: #333333; display: block; text-align: center;text-decoration:none; height: 50px; line-height: 50px; font-size: 14px;}

#m_navigator li.active-nav{ color:#fff; background:#ddd !important; }
#m_navigator li.active-nav a{ background-color: #FFFFFF; border-bottom: 4px solid #fd4c5d; color: #fd4c5d; }

/*播放器右侧滚动*/

.scrollnav {
	width: 280px;
	height: 605px;
	overflow: hidden;
}

.record-box .scrollnav {
	width: 180px;
	height: 263px;
}


/*适应性覆盖调整*/

@media (min-width: 1250px) and (max-width: 1440px) {
	.footer-menu {
		width: 175px;
	}
}

@media (min-width: 980px) and (max-width: 1300px) {
	.search-item .search-item-txt {
		width: 380px;
	}
	.up-menu {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.topbox-all .col14,
	.player-box .col14 {
		width: 750px;
	}
	.up-menu {
		display: none;
	}
	.search-item .col10,
	.main {
		width: 750px;
	}
	.search-item .col6 {
		width: 550px;
	}
	.search-item .col4 {
		display: none;
	}
}
@media (max-width: 768px){
	.slider-hide-pic img{
		 display: initial;
		visibility: initial;
	}
	.index-slider-title{
		display:none;
	}
	.pager{
		height: initial;
	}
	.page-list1 a{
		display:none;
		float:initial;
	}
	.pagevis{
		display:block;
	}
	
}
.w1200 .footer-menu {
	width: 175px;
}

.w960 .footer-menu {
	width: 95px;
}

.w960 .footer-menu .list a {
	margin-right: 7px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	padding-top: 2px;
}

.w960 .copyright .txt p {
	font-size: 12px;
}


/*平板 Pro*/

.desktop .footer-menu {
	margin-right: 15px;
	padding-right: 15px;
	width: 165px;
}


/*平板*/

.flatbed .wrapper {
	width: 751px;
}

.flatbed .index-ad .wrapper {
	width: 751px;
}

.flatbed .row {
	margin-left: -10px;
}

.flatbed .index-slider .slider-box .arrow-right {
	right: 29px;
}

.flatbed .col1,
.flatbed .col2,
.flatbed .col3,
.flatbed .col4,
.flatbed .col5,
.flatbed .col6,
.flatbed .col7,
.flatbed .col8,
.flatbed .col9,
.flatbed .col10,
.flatbed .col11,
.flatbed .col12,
.flatbed .col13,
.flatbed .col14,
.flatbed .aside,
.flatbed .main {
	margin-right: 0px;
	margin-left: 10px;
}

.flatbed .col12 {
	width: 560px;
}

.flatbed .col4 {
	width: 370px;
}

.flatbed .row-box,
.flatbed .index-ad,
.flatbed .project-box {
	padding: 0 8px;
}

.flatbed .search-box {
	width: 300px;
	margin-left: -150px;
}

.flatbed .search-box input[type=text] {
	width: 217px;
}

.flatbed .search-hot {
	width: 260px;
}

.flatbed .footer-menu {
	margin-right: 10px;
	padding-right: 10px;
	width: 129px;
}

.flatbed .footer-menu .list a {
	margin-right: 20px;
}

.flatbed .ph-taber .body .top-box ul li .top-list-open .top-list-des {
	width: 624px;
}


/*手机*/

.phone .wrapper {
	width: calc(100% - 10px);
	margin-top: 0px !important;
	padding: 0 5px;
}

.phone .wrapper-photo {
	margin: 0 !important;
}

.phone .search-box,
.phone .menu,
.phone .sub {
	display: none;
}

.phone .gh {
	width: 132px;
	display: block;
}

.phone .col8 {
	width: 100%;
	margin-left: 2.5%;
}

.phone .index-slider,
.phone .index-slider .slider-box .swiper-container {
	height: 183px;
}

.phone .index-slider-title ul,
.phone .slider-playicon,.phone .row-up-menu{
	display: none;
}

.phone .row-up{
	position: relative;
	margin-top: 10px;
}
.phone .row-up-more{
	position: absolute;
	right: 7px;
	top: 0px;
}
.phone .index-slider .slider-box .arrow-right {
	right: 2%;
}

.phone .row-up-title i {
	height: 30px;
	font-size: 30px;
}


.phone .row-up-title i.icon-dianshiju,
.phone .row-up-title i.icon-huatong,
.phone .row-up-title i.icon-dongman {
	height: 28px;
	font-size: 28px;
}

.phone .footer-box,
.phone .copyright .txt,
.phone .row-new,
.phone .show-love {
	display: none;
}

.phone .copyright .m-txt {
	display: block;
}

.phone .row {
	/* margin-left: -2.5%; */
}

.phone .col12 {
	width: 100%;
	/* margin-left: 2.5%; */
}

.phone .col14 {
	width: 100%;
	margin-left: 2.5%;
}

.phone .col4 {
	width: 95%;
	margin-left: 2.5%;
}

.phone .row-photo {
	margin: 0 0 0 -2.5%;
}

.phone .col2,.phone .col3 {
	width: 48%;
	margin-left: 1%;
}

.phone .row-box .building-box {
	/*height: 2745px;*/
	height: 910px;
}

.phone .row-box .building-box.building-class-box {
	height: 365px;
}

.phone .class-fixed,
.phone .pc-pager {
	display: none;
}

.phone .screening-list {
	margin-left: 0;
}

.phone .m-pager {
	display: block;
	margin-bottom: 20px;
}

.phone .m-class-fixed {
	display: block;
}

.phone #m_navigator {
	visibility: visible;
	position: relative;
}

.phone .topbox-menu ul li {
	margin: 0 4px;
}

.phone .col5 {
	width: 355px;
	margin-left: 10px;
}

.phone .ph-taber .body .top-box ul li .top-list-open .top-list-des {
	width: 218px;
}

.phone .topbox-all .col14 {
	width: 98%;
	margin-left: 2.5%;
}

.phone .up-menu {
	display: none;
}

.phone .search-menu-list ul {
	margin: 0;
}

.phone .search-menu-list li a {
	margin: 0 5px;
}

.phone .search-item .col2 {
	width: 15%;
}

.phone .search-item .col4 {
	display: none;
}

.phone .search-item .col6,
.phone .search-item .search-item-txt {
	width: 160px;
}

.phone .player-box .col14 {
	width: 95%;
	margin-left: 2.5%;
}

.phone .player-item {
	padding-right: 0;
}

.phone .player-video-item-nav ul li {
	margin-right: 4px;
}

.phone .player-video-item-nav ul li:first-child{
	margin-right: 0px;
}

.phone .player-video-list,
.phone .player-video-ad,
.phone #ascrail2000,
.phone #ascrail2001 {
	display: none;
}

.phone .player-video-item .player-video-item-iframe {
	height: auto;
}

.phone .player-box .row {
	margin-right: -2.5%;
}

.phone .player-box-top.col2 {
	display: none;
}

.phone .player-video-tabs .scrollnav {
	height: 153px;
}

.phone .player-video-all {
	display: none;
}

.phone .dialog,
.phone #login.dialog {
	width: 90%;
	margin-left: -45%;
}

.phone .app-player-video-txt {
	display: block;
	margin-top: 20px;
}

.phone .row-box.player-video-building .building-box.building-class-box {
	height: 1050px;
}

.phone .player-video-star {
	margin-left: 10px;
	margin-top: 6px;
}

.phone .player-video-fen {
	margin-top: 10px;
	padding-top: 0;
}
.phone .top-box-phone{
	display: none;
}

.phone .wrapper-photo .container {
	display: none;
}

.phone .photo-list {
	width: 100%;
}

.phone .photo-list .tvpic {
	height: 100px;
}

.phone .building-list .tvpic {
	height: 110px;
}

.phone .photo-list .txt .bjs {
	display: none;
}

.phone-search {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	display: none;
	text-align: center;
	background: white;
	opacity: .9;
}

.phone-search .search-btn {
	position: inherit;
}

.player-video-txt p.des-more {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ph-taber .player-video-txt .desAll {
	-webkit-line-clamp: initial;
}

.player-video-set a {
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	background-color: rgb(255, 255, 255);
	color: rgb(102, 102, 102);
	font-size: 12px;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(238, 238, 238);
	border-image: initial;
	text-decoration: none;
	border-radius: 3px;
	margin: 10px 0 10px 25px;
}

.player-video-set a,.topVideo,.nextVideo {
	padding: 0 5px;
}

.topVideo,.nextVideo {
	width: 40%;
	margin-right: 5%;
}

.scrollnav .player-video-set span {
	vertical-align: middle;
	margin: 0px 5px;
}

label span {
	vertical-align: middle;
	margin: 0px 5px;
}

.tableText .downloadtext {
	margin: 5px 0;
}

.tableText label {
	margin: 0;
}

.player-video-set {
	padding-top: 0px;
	margin-left: -6px;
	margin-right: -6px;
	color: wheat;
}

.player-video-set label {
	background: #666;
	color: #fff;
	padding: 5px 0;
	margin: 0 15px;
	text-indent: 10px;
	
}

input[type="checkbox"] {
	vertical-align: middle;
}

.scrollnav {
	overflow-y: auto;
	height: 605px;
}

.scrollnav::-webkit-scrollbar {
	display: none;
}

.scrollnav .allLoad {
	float: right;
	display: block;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	background-color: rgb(255, 255, 255);
	color: rgb(102, 102, 102);
	font-size: 14px;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(238, 238, 238);
	border-image: initial;
	text-decoration: none;
	border-radius: 3px;
	margin: 0 6px;
	padding: 0 14px;
}

.scrollnav .allLoad:hover {
	border-color: #fd4c5d;
	background-color: #fd4c5d;
	color: #FFFFFF;
	cursor: pointer;
}

.tableText .downloadtext {
	float: right;
}

.details {
	color: wheat;
	margin: 0;
	cursor: pointer;
	float: right;
}

.details::after {
	content: "";
	display: block;
	clear: both;
}

.auto_out {
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	margin-top: 10px;
	height: 24px;
	line-height: 24px;
	text-overflow: ellipsis;
	text-decoration: none;
}

.auto_out:hover {
	color: #fd4c5d;
	cursor: pointer;
}

strong {
	color: #fd4c5d;
}

.app-player-video-txt .player-video-set span {
	color: #fd4c5d;
	vertical-align: middle;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	border-radius: 3px;
}

.app-player-video-txt .player-video-set .allLoad {
	float: right;
	display: block;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	background-color: rgb(255, 255, 255);
	color: rgb(102, 102, 102);
	font-size: 14px;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(238, 238, 238);
	border-image: initial;
	border-radius: 3px;
}

.app-player-video-txt .player-video-set input[id="quan"] {
	margin-right: 5px;
}

.app-player-video-txt .scrollnav {
	height: 400px;
	width: initial;
}

.app-player-video-txt .scrollnav .title {
	color: black;
}

.app-player-video-txt .player-video-txt p.des {
	color: rgb(102, 102, 102);
}

.pagelast {
	margin-right: 2.5%;
}
.carousel_left{
	display: inline-block;
	vertical-align: middle;
	float: initial;
}
.carousel_right{
	display: inline-block;
	vertical-align: middle;
	float: initial;
}
.carousel_right .index-slider-title .brief{
	display: none;
	margin: 10px 0;
}
.index-slider-title .title{
	display: inline-block;
}
.index-slider-title .Vtype{
	float: right;
	width: 40%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
}
.building-list .tvpic .index-hot-mask .newsVideos,
.photo-list .tvpic .index-hot-mask .newsVideos{
	line-height:50px;
}
.page{ height:32px; width:100%;}
.page .page-list{ height:32px; width:100%; border-top:1px solid #ff3d36;margin:5px 0px; }
.page-list a{ display:inline-block; height:32px; background:#fff; width:50%; color:#333; line-height:32px; text-align:center; float:left;box-shadow:0px 1px 1px 1px #ddd;}


.page .page-list1{ height:32px; width:100%; border-top:1px solid #ff3d36;margin:30px 0px;}
.page-list1 a{ display:inline-block; height:32px; background:#ff3d36; width:50%; color:#fff; line-height:32px; text-align:center; float:left;box-shadow:0px 1px 1px 1px #fff;}

.area-btn .sousuo{ display:block; height:30px; line-height:30px; font-size:14px; font-weight:bold; background:#ff3d36; color:#fff;}
.area-btn .sousuo strong{ display:inline-block;background:#ff3d36 ; font-size:16px; font-weight:bold; color:#fff; margin:0 5px;}
 


.fl{
	font-size: 18px;
	/* background-color:#399239; */
	margin-top:5px;
	margin-bottom: 5px;
}


*{
font-size:12px;
}
#player-dylist
{
padding-left:550px;
}

.a_banner{
width:1460px;
}
#a_bottombanner
{
padding-top:20px;
padding-bottom:20px;

}

.wp {
width:1460px;
}
#dylist .main{
padding-bottom:0px;
}

.scroll-content {
	margin: 5px 15px 0 15px;
}
.scroll-content a {
	margin: 5px 10px 0 0;
}