#v_target a{
	text-decoration: none;
	color: white;
}

.short_video .box{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.short_video .top{
	padding: 60px 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 24px;
	line-height: 24px;
	color: white;
}
.short_video .lt{
	display: flex;
	align-items: center;	
	padding: 18px 25px;
	background-color: #017ffc;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.short_video .lt img{
	margin-left: 10px;
	width: 20px;
	height: auto;
}

.short_video .rt{
	padding: 18px 65px;
	background-color: #fc8f01;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

@media only screen and (max-width: 414px){
	.short_video .container{
		padding: 0;
	}
	.short_video .top{
		padding: 30px 0 20px;
		font-size: 16px;
		line-height: 16px;
	}
	.short_video .lt{
		padding: 16px 10px;
	}
	.short_video .rt{
		padding: 16px 30px;
	}
}