.cover{
	text-align: center;
	padding: 70px 20px;
	.cover-title{
		position: relative;
	}
	.cover-title:after{
		content:' ';
		display: block;
		position: absolute;
		width:160px;
		height: 6px;
		background: #fff;
		bottom:-25px;
		left:50%;
		margin-left: -80px;
	}
	.xt-title{
		margin:0;
		margin-bottom: 50px;
		font-size: 48px;
	}
	.cover-text{
		max-width: 960px;
		margin: 0 auto;
		font-size: 22px;
		line-height: 1.81818182
	}
}

.cover-brand1{
	background: @brand1;
	color: @brand1_text;
	h1,h2,h3,h4,h5,h6{
		color: @brand1_text;
	}
	.cover-title:after{
		background: @brand1_text;
	}
}

.cover-black{
	background: #000;
	color: #fff;
	h1,h2,h3,h4,h5,h6{
		color: #fff;
	}
	.cover-title:after{
		background: #000;
	}
}

.cover-brand2{
	background: @brand2;
	color: @brand2_text;
	h1,h2,h3,h4,h5,h6{
		color: @brand2_text;
	}
	.cover-title:after{
		background: @brand2_text;
	}
}