@import "base.less";
@import "view.less";
@import "list.less";
@import "loading.less";
@import "video-list.less";
@import "special.less";
@import "sweetalert.less";
// @import "share-upwindow.less";


@base_width: 750;

.special-card {
	overflow: hidden;
}

.content-list {
	padding-bottom: ( 110vw / @base_width ) * 100;
}

.main-thumb {
	position: relative;
	height: 38vw;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

    .title {
    	position: absolute;
    	top: 24vw;
    	left: 3.8vw;
    	right: 3.8vw;
    	color: #fff;
    	font-weight: bold;
    	font-size: 5.5vw;
    	line-height: 1.3;
    	text-shadow: 0 0 2px #000;
    	z-index: 2;
    }

    .caption {
    	position: absolute;
    	left: 3.8vw;
    	right: 3.8vw;
    	top: 30vw;
    	font-size: 3.6vw;
    	color: #fff;
    	line-height: 1.4;
    	text-shadow: 0 0 1px #000;
    	z-index: 2;
    }
}

.special-summary {
	position: relative;
	padding: 3.8vw;
	.lineBottom();

	p {
		line-height: 1.4;
		font-size: 3.5vw;
		color: @contentColor;
		margin-left: 6vw;
	}

	span {
		display: block;
		position: absolute;
		top: 1.5vw;
		left: 3.5vw;
		width: 7vw;
		height: 7vw;
		color: rgba(255, 255, 255, 0.8);
		font-size: 12vw;
	}
}


.comment-model {
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 260px;
	// diff
	background: linear-gradient(to bottom, rgba(6, 23, 39, 0) 0%, rgba(6, 23, 39, 1) 80%) repeat scroll 0 0;
	padding-top: 100px;
	box-sizing: border-box;

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


// 立即下载
// diff
.app-logo {
	width: 100%;
	height: ( 110vw / @base_width ) * 100;
	padding-top: ( 10vw / @base_width ) * 100;
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;

	.short-logo-icon {
		width: ( 80vw / @base_width ) * 100;
		height: ( 80vw / @base_width ) * 100;
		padding-left: ( 40vw / @base_width ) * 100;
		padding-top: ( 20vw / @base_width ) * 100;
		padding-right:( 30vw / @base_width ) * 100 ;
		background-image: url("img/special/special-gaoqingLogo2.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.short-logo-word {
		float: left;
		padding-left: ( 140vw / @base_width ) * 100;
		padding-top: ( 22vw / @base_width ) * 100;

		p:nth-child(1) {
			color: black;
			font-size: ( 32vw / @base_width ) * 100;
			transform: translateY(-( 12vw / @base_width ) * 100);
		}

		p:nth-child(2) {
			color: #747474;
			transform: translateY(-( 12vw / @base_width ) * 100);
			font-size: ( 19vw / @base_width ) * 100;
			padding-left: ( 3vw / @base_width ) * 100;
			letter-spacing: ( 1vw / @base_width ) * 100;
		}
	}

	.opendown {
		float: right;
		width:( 145vw / @base_width ) * 100 ;
		height: ( 60vw / @base_width ) * 100;
		line-height: ( 62vw / @base_width ) * 100;
		text-align: center;
		color: #fff;
		font-size: ( 30vw / @base_width ) * 100;
		border-radius: ( 8vw / @base_width ) * 100;
		margin: ( 20vw / @base_width ) * 100 0;
		margin-right: ( 35vw / @base_width ) * 100;
		background-color: rgb(213,38,35);
	}
}


.list_item {

	.info {
		.name{
			font-size: ( 32vw / @base_width ) * 100;

		}
		.summary{
			font-size: ( 24vw / @base_width ) * 100;
		}
	}
}


@media screen and (min-width: 768px){
	
	.main-thumb {
		.title {
			font-size: 4.5vw;
		}
	}

	.special-summary {

		p {
			font-size: 2.5vw;
			margin-left: 5vw;
		}

		span {
			font-size: 10vw;
		}
	}


	.list_item {

		.info {
			.name{
				font-size: ( 24vw / @base_width ) * 100;

			}
			.summary{
				font-size: ( 18vw / @base_width ) * 100;
			}
		}
	}
}



