* {
	margin: 0;
	padding: 0;
}
*::-webkit-scrollbar {
        display: none;
}
html {
	width: 100%;
	height: 100%;
	
}
body {
	width: 100%;
	height: 100%;
	position: relative;
}
a {
	text-decoration: none;
}

.block {
	padding: 0rem 1.1rem;
}


.search_box {
	width: 21.375rem;
	margin: 0 auto;
	border-radius: 1.5625rem;
	height: 2.6rem;
	background-color: #fff;
	box-shadow: 0.125rem 0.125rem 0.3rem rgba(0,0,0,0.03), -0.125rem 0.125rem 0.3rem rgba(0,0,0,0.03), 0.125rem -0.125rem 0.3rem rgba(0,0,0,0.03), -0.125rem -0.125rem 0.3rem rgba(0,0,0,0.03);
}
.search_box input {
	background: none;
	border: none;
	outline: none;
	height: 2.6rem;
	width: 16.5rem;
	padding-left: 1rem;
	float: left;
	font-size: 1rem;
}
.search_box .button {
	background: url(../../images/platform/wap/sousuo_icon.png) center center no-repeat;
	background-size: auto 50% ;
	border: none;
	outline: none;
	height: 2.6rem;
	width: 3.5rem;
	float: right;
}



.tabbar {
	height: 4rem;
	padding-bottom: 0.3rem;
	background: url(../../images/platform/wap/tab_bj.png);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tabbar .tab_li {
	color: #333;
	font-size: 1.2rem;
	text-align: center;
	width: 2.5625rem;
	height: 2.5rem;
	line-height: 2.7rem;
	background: url(../../images/platform/wap/btn_icon.png) center 80% no-repeat;
	background-size: 92% auto;
	
}
.tabbar .shouye_tab {
	background: url(../../images/platform/wap/shouye_btn.png) center 80% no-repeat;
	background-size: 92% auto;
}
.tabbar .shouye_tab.active {
	background: url(../../images/platform/wap/shouye_h_btn.png) center 100% no-repeat;
	background-size: cover;
}
.tabbar .active {
	background: url(../../images/platform/wap/btn_hover.png) center 100% no-repeat;
	background-size: cover;
	color: #fff;
	letter-spacing: 4px;
	line-height: 2.8rem;
}

/*分页样式*/
.pBar{width: 100%; height: 40px; margin: 20px auto;}
.pBar a{display: block; height: 30px; line-height: 30px; float: left; margin-right: 5px;color:#000000}
.pBar #curr{color: #C0C0C0;}
.pBar span{display: block; height: 30px; line-height: 30px; float: left;}
.pBar a.disable{color: #C0C0C0;}
.pBar a.disable:hover{background: #FFF; color: #C0C0C0;}








 