/* CSS Document */


body{
background: #fff;}

/**/
.m-head {
	padding: 0 .8rem;
	height: 3.846rem;
	line-height: 3.846rem;
	text-align: center;
	position: relative;
	width: 100%;
	z-index: 5;
	
}
.m-head .m-head-back {
	display: block;
	position: absolute;
	left: .8rem;
	top: 0;
	width: 2rem;
	height: 3.846rem;
	background: url(/statics/images/goback_b.png) no-repeat 0 center;
	background-size: 60%;
} 
.m-head h2 {
	font-size: 1.1rem;
	line-height: 3.846rem;
}
.m-head .m-head-query {
	float: left;
	width: 75%;
	margin-left: 2.5rem;
	padding-left: 12%;
	height: 2.446rem;
	margin-top: .7rem;
	background: url('../images/sousuo.png') no-repeat 5% center;
	background-size: 8%;
	background-color: #ececec;
	border-radius: 2rem;
}
.m-head-query input {
	width: 90%;
	border: 0;
	float: left;
	height: 100%;
	background-color: #ececec;
	margin: 0;
	padding: 0;
	outline: none;
}
.m-head .m-head-mess {
	float: right;
	height: 2.846rem;
	margin-top: .5rem;
	font-size: .9rem;
}
.m-head-mess i {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 auto;
	background: url('../images/icon_mess.png') no-repeat center;
	background-size: 100%;
	/* float: left; */;
}
.m-head-mess span {
	display: block;
	width: 100%;
	line-height: normal;
	color: #2f2e2e; 
}
/**/ 
.mainbox {
	position: relative;
	z-index: 6;
}
.topmenu {
	width: 100vw;
	overflow-x: scroll;
	position: relative;
	top: 0rem;
	z-index: 5;
}
.topmenubox {
	width: 2000px;
}
.topItem {
	color: #2f2e2e; 
	float: left; 
	padding: 0.8rem 1.6rem 0.6rem; 
	font-size: 1.3rem;
}
.topb {
	height: 0.25rem;
	background: #fe3341; 
	width: 2.7rem;
	position: absolute;
	z-index: 6;
	bottom: 0rem;
	left: 5%;
}
/**/  
.mianbox {
	width: 100vw;
	/*	overflow-x: scroll;*/
	overflow: hidden;
	position: relative;
}
.mianbox_1 {
	width: 505vw; 
	position: relative;
	z-index: 6;
	transition: left .5s;
	left: 0;
}
.boxIem {
	width: 100vw;
	height: 81vh;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
}
/**/ 
.footer {
	height: 3.8rem;
	width: 100vw;
	background: #fff;
	position: fixed;
	bottom: 0;
	z-index: 6;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.16);
	display: flex;
}
.footer .item {
	flex: 1;
	height: 100%;
	position: relative;
}
.footer .item img {
	width: 1.6rem;
	height: 1.6192rem;
	display: block;
	margin: 0.5rem auto 0 auto;
}
.footer .item p {
	height: 1.962rem;
	line-height: 1.7rem;
	font-size: 0.9rem;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 7;
}
.footer .item3quan {
	border-radius: 50%;
	width: 3.6rem;
	height: 3.6rem;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -1.3rem;
	z-index: 6;
	background: #fff;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.16);
}
.item3ze {
	width: 100%;
	height: 2.8rem; 
	background: #fff;
	position: absolute;
	z-index: 6;
}
.footer img.item3add {
	width: 3rem;
	height: 3rem;
	position: absolute;
	left: 0;
	right: 0;
	margin: -17% auto 0 auto;
	z-index: 7;
}
.footer .item3 p {
	top: 2.1rem;
}
.footer .cur {
	color: #2cacfc;
}
/**/
.divBg {
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
}
.bottomBox {
    width: 100%;
    height: 23rem;
    background: #FFF;
    position: fixed;
    bottom: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: none;
}

.btmDiv {
    width: 45%;
    height: 8.5rem;
    float: left;
    text-align: center;
    color: #191919;
}

.btmDiv img {
    width: 5rem;
    vertical-align: middle;
}

.btmDiv div {
    height: 4.6rem;
}

