@charset "gb2312";
/* CSS Document */
/*统一顶部*/
.iphone {
	height: 46px;
	background: #31b2ea;
	overflow: hidden;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
}

@media screen and (min-width: 750px) {
	
  .iphone {
	height: 46px;
    background: #31b2ea;
    overflow: hidden;
    max-width: 750px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -375px;
    z-index: 999;
}

}



.iphone i {
	float: left;
	padding: 0.9rem 0.6rem;
	width: 6%;
}
.iphone i img {
	width: 0.6rem;
}
.iphone h1 {
	text-align: center;
	font: bold 1.3rem/46px "微软雅黑";
	color: #fff;
	width: 70%;
	float: left;
}
.iphone p {
	float: right;
	color: #fff;
	z-index: 999;
	text-align: right;
	font: 1rem/46px "微软雅黑";
	margin-right: 0.2rem;
}
.iphone p:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: 100;
	top: 0.85rem;
	right: 2.4em;
}

/*底部*/
.foot {
	border-top: 1px solid #dadada;
	background: #f4f4f4;
	text-align: center;
	margin-top: 1rem;
}
.foot .logo {
	padding: 0.5rem;
}
.foot .logo img {
	width: 8rem;
	height: auto;
}
.foot .ef {
	background: #31b2ea;
	width: 100%;
	height: 3rem;
	text-align: center;
	font: bold 1rem/3rem "Microsoft YaHei";
	color: #fff;
}
.foot .ef h1 {
	font: bold 1rem/3rem "Microsoft YaHei";
	color: #fff
}
.foot .ef i {
	font-weight: bold;
	color: #ffe400;
}

/*产品、店铺展示下查看更多*/

.More-products{
	width:93%;
	border:1px #333 solid;
	margin:0 auto;
	padding:0.2em 0;
	text-align:center;
	background:#f9f9f9;
	color:#333;
	margin-bottom:2%;
	margin-top:1%;
	}
.More-products a{
	color:#333 !important;
	width:100%;
	height:100%;
	display:inline-block;
	line-height:100%;
	}
	
.More-products a:active{
	color:#a30f00;
	}	

.logo p {
    font-size: 14px !important;
    line-height: 1.7 !important;
}