@import "base.less";
@import "view.less";
@import "list.less";
@import "loading.less";
@import "video-list.less";
@import "special.less";

.special-summary{
	color: @titleColor;
	padding: 10px 10px 15px;
	.lineBottom();

	span{
		font-size: 5em;
		float: left;
		height: 24px;
		line-height: 0.95em;
	}

	p{
		padding-top: 10px;
		padding-left: 5px;
		font-size: 1em;
		line-height: 1.3em;
		max-height: 75px;
		overflow: hidden;
	}
}

@media screen and (min-width: 768px) {

	.special-summary{
		padding: 15px 15px 20px;

		span{
			font-size: 6em;
			float: left;
			max-height: 80px;
			height: 28px;
		}

		p{
			padding-top: 10px;
			padding-left: 10px;
			font-size: 1.3em;
			line-height: 1.3em;
			max-height: 95px;
		}
	}

}

.touch-invisible .touch-link:active{
    background: none;
}

.not-comment{
	// height: 710px;

	.comment-model{
		text-align: center;
		position: fixed;
		bottom: 0;
		left: -50px;
		right: -50px;
		height: 260px;
		box-shadow: 0 -180px 50px #555 inset;
		padding-top: 160px;
		box-sizing: border-box;

		a{
			display: inline-block;
			border: 1px solid #0099ff;
			border-radius: 5px;
			padding: 10px;
			color: #0099ff;
			margin-top: 45px;
		}
	}

	@media screen and (min-width: 375px){
		// height: 850px;

		.comment-model{
			height: 280px;
			box-shadow: 0 -200px 100px #191919 inset;

			a{
				margin-top: 50px;
			}
		}
	}

	@media screen and (min-width: 414px){
		// height: 890px;

		.comment-model{
			height: 300px;
			box-shadow: 0 -220px 100px #191919 inset;

			a{
				margin-top: 55px;
			}
		}
	}

	@media screen and (min-width: 768px){
		// height: 990px;

		.comment-model{
			height: 320px;
			box-shadow: 0 -240px 100px #191919 inset;
		}
	}

}

.native-ad{
	padding: 12px 10px;
	height: 157px;
	display: block;
	overflow: hidden;
	position: relative;
	.lineBottom();

	img{
		width: 100%;
	}

	.close{
		background-image: url('img/close@2x.png?v=2');
		background-repeat: no-repeat;
		background-size: cover;
		position: absolute;
		width: 24px;
		height: 24px;
		top: 17px;
		right: 15px;
	}

	.title-con{
		position: absolute;
		bottom: 12px;
		left: 10px;
		height: 27%;
		width: 300px;
		color: #fff;
		padding: 5px 5px;
		font-size: 14px;
		box-sizing: border-box;
		background: rgba(0, 0, 0, 0.75);

		.title{
			line-height: 22px;
		}

		.caption{
			font-size: 10px;
			display: block;
			color: rgba(255, 255, 255, 0.6);
		}

		.ad-icon{
			float: right;
			margin-top: 10px;
			width: 30px;
			height: 15px;
			line-height: 17px;
			font-size: 10px;
			border: 1px solid rgba(255, 255, 255, 0.3);
			color: rgba(255, 255, 255, 0.4);
			text-align: center;
			border-radius: 3px;
		}
		
	}
}

@media screen and (min-width: 375px) {
	.native-ad{
		height: 180px;
		padding: 12px 15px;

		.close{
			top: 17px;
			right: 20px;
		}

		.title-con{
			padding: 7px 5px;
			font-size: 16px;
			width: 345px;
			left: 15px;	

			.title{
				line-height: 24px;
			}	

			.caption{
				font-size: 12px;
			}	
		}
	}
}

@media screen and (min-width: 414px) {
	.native-ad{
		height: 201px;

		.title-con{
			width: 384px;

			.title{
				line-height: 28px;
			}

			.caption{
				
			}

			.ad-icon{
				margin-top: 15px;
			}
			
		}
	}
}