.wrap .tab_show .module-title p {
	font-size: .48rem;
	color: #373737 !important;
	text-align: center;
	font-weight: bold;
	line-height: .61rem;
}

.wrap .tab_show .seek-btn {
	display: flex;
	justify-content: center;
}

.wrap .tab_show .seek-btn span{
	position: relative;
	top: 0;
	width: auto;
	height: .9rem;
	font-size: .36rem;
	color: #fff;
	line-height: .9rem;
	border-radius: .45rem;
	text-shadow: 0 .12rem .1rem rgba(255, 0, 0, .49);
	box-shadow: inset 0 -.2rem .16rem rgba(254, 78, 29, .9);
	background: -moz-linear-gradient(to bottom, #ff9737, #ff792d);
	background: linear-gradient(to bottom, #ff9737, #ff792d);
	padding: 0 .38rem;
	margin: 0 auto;
}