.p_12 {
	width: 100%;
	height: 100%;
	background-size: cover;
	position:relative;
}
.p_12 .tab {
    width: 100%;
    height: 15px;
	margin-top: 45px;
}
.p_12 .tab svg{
	float: right;
	width: 430px;
	margin-top: -50px;
}

.p_12 .clickTab {
	cursor: pointer;
}
.p_12 .clickTab:hover {
	opacity: 0.9;
}