.top_btn{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	font-size: 0;
}

.top_btn>div{
	display: inline-block;
	width: 50%;

	text-align: center;
	line-height: 50px;
	font-size: 17px;
	color: #696969;
	
	cursor: pointer;

	background: #eeeeee;

	transition: all 0.2s ease-in-out;
}

.top_btn_active{
	color: #fff !important;
	background: #9e6c60 !important;

	transition: all 0.2s ease-in-out;
}

@media (max-width: 700px){
	.top_btn>div{
		font-size: 15px;
	}
}