*{
	margin:0;
	padding:0;
	list-style: none;
}
a{
	text-decoration: none !important;
	color: #000 !important;
}
/* 背景图 */
/* 购物车订单 */
.navbox{
	height:40px;
}
.navsbox{
	height:100%;
	line-height:40px;
	display: flex;
	justify-content: space-between;
}
.navright span{
	cursor: pointer;
}
.navright span:hover{
	color:#C40000;
}


/* 头部导航 */
/* .bignav{
	background:#CCCCCC;
} */
.headbox{
	display: flex;
	justify-content: space-between;
	height:80px;
}
.lefthead{
	height:100%;
}
.lefthead span{
	font-size:36px;
	font-weight:bold;
	display: inline-block;
	color:#C40000;
	line-height:80px;
}
.logotxt{
	color: orangered;
}
.righthead{
	width:70%;
	height:100%;
}
.righthead ul{
	display: flex;
	justify-content: space-between;
	width:100%;
	height:100%;
	line-height:80px;
}
.righthead ul li{
	text-align: center;
	width:15%;
}
.righthead ul li a{
	display: inline-block;
	width:100%;
	height:100%;
	font-size:18px;
	font-weight:bold;
	transition-duration: 0.3s;
	border-radius:20px;
}
.righthead ul li a:hover{
	color:#C40000 !important;
	border-bottom:3px solid #C40000;
}
.nav-bg{
	color:#C40000 !important;
	border-bottom:3px solid #C40000;
}

/* 首页商品 */
.xiantxt{
	font-size:40px;
	font-weight: bold;
	color: #F8A758;
	display: block;
	width:100%;
	border-bottom:2px solid #F8A758;
	margin-top:20px;
}
.seabox{
	margin-top:20px;
	display: flex;
	justify-content: space-between;
}
.seabox-s{
	height:180px;
	width:24%;
	background-image: url(../images/mami02.png);
	background-size:100% 180px
}
.seabox-s1{
	height:180px;
	width:24%;
	background-image: url(../images/mami03.png);
	background-size:100% 180px
}
.seabox-s2{
	height:180px;
	width:24%;
	background-image: url(../images/mami04.png);
	background-size:100% 180px
}
.seabox-s3{
	height:180px;
	width:24%;
	background-image: url(../images/mami05.png);
	background-size:100% 180px
}
.fourtxt{
	color: #fff;
	padding:20px;
}
.fourtxt span{
	font-size:24px;
	font-weight:bold;
	display:inline-block;
	margin-top:30%;
}


.pst-pic{
	width:100%;
	height:100%;
	position: absolute;
	top:190px;
	left:22%;
	width:50%;
}

.pst-pic p{
	font-size:50px;
	font-weight:bold;
	margin-top:10%;
	margin-left:3%;
	color:#80C5DB;
}
.ggctxt{
	color: #fff;
}
.titleone{
	text-align: center;
	margin-top:50px;
}
.titleone h2{
	font-weight:bold;
	font-size:32px;
}
.bighomepic{
	position:relative;
	width:100%;
	height:100%;
}
.shopsbox{
	display: flex;
	justify-content: space-between;
}
.shuabox{
	text-align: center;
	padding:12px;
	width:23%;
	cursor: pointer;
	float:left;
	margin-left:20px;
	transition-duration: 0.5s; 
}
.shuabox:hover{
	-webkit-box-shadow: #ccc 0px 10px 10px;
	-moz-box-shadow: #ccc 0px 10px 10px;
	box-shadow: #ccc 0px 10px 10px;
}
.leftprice{
	text-align: left;
	color: red;
	font-size:20px;
}
.leftprice span{
	font-size:14px;
}
.pdtname{
	display: inline-block;
	width:100%;		
	height:48px;
	text-overflow:ellipsis;
	text-align: left;
	transition-duration: 0.2s; 
}
.pdtname:hover{
	color:#02B2B5;
}
.shuabox img{
	width:100%;
	height:70%;
}

.zixunbg{
	height:300px;
	background-image: url(../images/zixun01.jpg);
	text-align: center;
	line-height:300px;
}
.zixunbg span{
	font-size:50px;
	font-weight:bold;
	color: #fff;
}
/* 付费资讯 */
.card{
	margin-top:30px;
	box-shadow:10px 10px 10px #ccc;
}
.paybtn{
	background: #C40000 !important;
	color: #fff !important;
}





/* 联系我们 */
.line{
	display: inline-block;
	width:10%;
	border-bottom:2px solid #ccc;
}
.calltitle{
	text-align: center;
	font-size:50px;
	font-weight:bold;
	margin-top:40px;
}
.callwe{
	margin-top:80px;
	display:flex;
	justify-content: space-between;
}
.leftcall{
	width:40%;
	height:100%;
}
.leftcall p:nth-child(1){
	font-size:20px;
	font-weight:bold;
}






/* 登录 */
.logins{
	width:50%;
	height:300px;
	margin:0 auto;
	margin-top:20%;
	background:#7ABCB9;
	padding:20px;
	border-radius:10px;
}
.import{
	color: red;
}






/* 商家入驻 */
.housebox{
	width:26%;
	height:100px;
	background:#E1383D;
	color:#fff;
	font-weight:bold;
	font-size:30px;
	text-align: center;
	line-height:100px;
	margin:0 auto;
	margin-top:40px;
}




.ruzhu-content{
	font-size:20px;
}


/* 商品详情 */
.classbox{
	height:40px;
	background:#FFC001;
}
.classbox ul{
	width:100%;
	height:100%;
	display: flex;
	justify-content:flex-start;
}
.classbox ul li{
	width:10%;
	height:100%;
	line-height:40px;
	text-align: center;
	color: #fff;
	font-size:14px;
	cursor: pointer;
}















/* 页脚 */
.foot{
	margin-top:50px;
}
.footer-bottom{
	background:#192c34;
}

.copyright{
	color: #fff;
	padding: 22px 0px;
	text-align: center;
}

.copyright a{
	color: #fff;
}
