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


.cageListView, .channelView {
	background-color: @backgroundColor;
}

.cate-list {
	margin: 15px 0 0;

	.cate-item {
		display: block;
		float: left;
		width: 33.3%;
		text-align: center;
		margin: 0 0 1.5em;

		.thumb {
			background-repeat: no-repeat;
			background-size: cover;
			height: 120px;
			width: 80%;
			margin: 0 auto;
		}

		.title {
			margin-top: 0.5em;
			font-size: 0.9em;
			color: @titleColor;
			line-height: 18px;
		}
	}
}


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

	.cate-list {

		.cate-item {

			.thumb {
				width: 100px;
				height: 130px;
			}

			.title {
				font-size: 1em;
			}
		}
	}
}


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

	.cate-list {

		.cate-item {

			.thumb {
				width: 110px;
				height: 145px;
			}

			.title {
				font-size: 1em;
			}
		}
	}
}


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

	.cate-list {
		margin: 20px 0 0;

		.cate-item {
			width: 25%;

			.thumb {
				width: 120px;
				height: 160px;
			}

			.title {
				font-size: 1.1em;
			}
		}
	}
}
.cate-list{
	ul{
		margin-right: -2px;
	}
	li{
		float: left;
		// border-bottom: 1px solid rgba(255, 255, 255, 0.15);
		width: 25%;
		.cate-item{
			// border-right: 1px solid rgba(255, 255, 255, 0.15);
			margin: 10px 0;
			height: 35px;
			line-height: 35px;
			font-size: 0.95em;
			font-weight: normal;
			display: block;
			text-align: left;
			background: url('img/channel/classic_ui/Hollywood@2x.png') center top no-repeat;
			background-size: 44px 44px;
			opacity: 0.8;
		}
	}
	@media screen and (min-width: 320px) {
	
		li{
			// width: 161px;
			.cate-item{
				// padding-left: 55px;
				// width: 105px;
				width: 100%;
				text-align: center;
				padding-top: 40px;
			}
		}
		
	}
	@media screen and (min-width: 375px) {

		li{
			// width: 188px;
			.cate-item{
				// padding-left: 55px;
				// width: 132px;
			}
		}
		
	}


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

		li{
			// width: 208px;
			.cate-item{
				// padding-left: 55px;
				// width: 152px;
				background: url('img/channel/classic_ui/Hollywood@3x.png') center top no-repeat;
			}
		}
		
	}


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

		li{
			// width: 385px;
			.cate-item{
				background: url('img/channel/classic_ui/Hollywood@2x.png') center top no-repeat;
				padding-top: 80px;
				// width: 324px;
				font-size: 1.05em;
			}
		}
		
	}
}
.head-cate-list{
	padding-top: 20px;
	ul{
		padding: 0 5px;
		li{
			float: left;
			padding: 5px;
			.head-cate-item{
				display: block;
				text-align: center;
				font-size: 18px;
			}
			.head-movie{
				background: url('img/channel/movie@2x.png') no-repeat;
				background-size: cover;
			}
			.head-tv{
				background: url('img/channel/tv@2x.png') no-repeat;
				background-size: cover;
			}
			.head-zongyi{
				background: url('img/channel/zongyi@2x.png') no-repeat;
				background-size: cover;
			}
			.head-dongman{
				background: url('img/channel/anime@2x.png') no-repeat;
				background-size: cover;
			}
		}
		
	}
	@media screen and (min-width: 320px) {
		ul{
			padding: 0 2px;
			li{
				width: 150px;
				padding: 4px;
				.head-cate-item{
					width: 150px;
					height: 80px;
					line-height: 80px;
				}
			}
		}
		
		
	}
	@media screen and (min-width: 375px) {
		ul{
			li{
				width: 170px;
				padding: 6px;
				.head-cate-item{
					width: 170px;
					height: 90px;
					line-height: 90px;
				}
			}
		}
		
		
	}


	@media screen and (min-width: 414px) {
		ul{
			li{
				width: 190px;
				padding: 6px;
				.head-cate-item{
					width: 190px;
					height: 100px;
					line-height: 100px;
				}
			}

		}
		
		
	}


	@media screen and (min-width: 768px) {
		ul{
			padding: 0 14px;
			li{
				width: 340px;
				padding: 15px;
				.head-cate-item{
					width: 340px;
					height: 180px;
					line-height: 180px;
					font-size: 36px;
				}
				.head-movie{
					background: url('img/channel/movie@2x.png') no-repeat;
					background-size: cover;
				}
				.head-tv{
					background: url('img/channel/tv@2x.png') no-repeat;
					background-size: cover;
				}
				.head-zongyi{
					background: url('img/channel/zongyi@2x.png') no-repeat;
					background-size: cover;
				}
				.head-dongman{
					background: url('img/channel/anime@2x.png') no-repeat;
					background-size: cover;
				}
			}

		}
		
		
	}

}




















