*{
	padding: 0;
	margin: 0;
	text-decoration: none;
}
body,html{
	width: 100%;
	height: 100%;
}

body::-webkit-scrollbar,
object::-webkit-scrollbar{
	width: 0;
}
.nav{
	width: 100%;
	height: 1rem;
	background-image: url(../img/nav@2x.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.nav .active{
	color: #6FCFF3;
	font-weight: bold;
}
.navtit{
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-between;
	width: 70%;
	margin: auto;
	color: white;
}
.navtit .logo{
	display: flex;
	align-items: center;
}
.navtit .logo img{
	width: 0.7rem;
	height: 0.7rem;
	margin-right: 0.2rem;
}
.navtit .logo h1{
	font-size: 0.36rem;
	text-align: center;
}
.navtit .logo p{
	font-size: 0.18rem;
	text-align: center;
}
.navtit ul{
	display: flex;
	align-items: center;
	cursor: pointer;
	list-style: none;
	height: 100%;
}
.navtit a{
	color: white;
	text-decoration: none;
}
.navtit ul li{
	font-size: 0.14rem;
	width: 1.4rem;
	position: relative;
	text-align: center;
	height: 100%;
	line-height: 1rem;
}
.navtit li:hover a{
	font-weight: bold;
	color: #6FCFF3;
}
.navtit li:hover .menu{
	display: block;
}
.newsbg{
	width: 100%;
	height: 6rem;
}
.content{
	width: 70%;
	margin: auto;
	padding: 0.60rem 0.90rem;
	box-sizing: border-box;
}
h2{
	font-size: 0.40rem;
	color: #333333;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0 !important;
}
.tip{
	position: absolute;
	top: -0.10rem;
	right: 0;
	padding: 0 0.10rem;
	height: 0.24rem;
	text-align: center;
	line-height: 0.24rem;
	font-size: 0.14rem;
	color: #FFFFFF;
	background: #FF2C6C;
	border-radius: 0.12rem;
}
.bg{
	width: 100%;
	height: 4.80rem;
	display: block;
	margin: 0.50rem auto;
	cursor: pointer;
}
.swiper-pagination-bullet-active{
	background-color: #FF2C6C !important;
}
.swiper-slide{
	cursor: pointer;
}
.newsad{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 1rem;
	box-sizing: border-box;
}
.newsad img{
	width: 100%;
	height: 4.80rem;
}
.shoplist{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 1rem;
	box-sizing: border-box;
	margin: 0.50rem auto;
}
.shoplist .sp{
	width: 100%;
	padding: 0.40rem;
	box-sizing: border-box;
	height: 3.5rem;
	background: #FFFFFF;
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(111,115,146,0.16);
	border-radius: 0.2rem;
	display: flex;
	flex-direction: column;
}
.shoplist .sp:hover{
	box-shadow: 0rem 0.1rem 0.2rem 0.01rem rgba(111,115,146,0.5);
}
.shoplist img{
	width: 0.60rem;
	height: 0.60rem;
}
.shoplist span{
	display: block;
	margin: 0.20rem 0;
	font-size: 0.20rem;
	color: #333;
}
.shoplist p{
	font-size: 0.12rem;
	color: #333333;
	margin-bottom: 0.10rem;
}
.zb{
	padding: 0.3rem !important;
	box-sizing: border-box;
	width: 34% !important;
}
.write{
	width: 100%;
	height: 7.60rem;
	background-image: url(../img/newsbg@2x.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.writelist{
	width: 70%;
	height: 100%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.90rem;
	box-sizing: border-box;
}
.writelist div{
	width: 30%;
	padding: 0.30rem;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 0.10rem;
	text-align: center;
	font-size: 0.26rem;
	color: #333333;
}
.writelist input{
	width: 100%;
	margin-top: 0.20rem;
	height: 0.44rem;
	box-sizing: border-box;
	padding: 0 0.20rem;
	background: #FFFFFF;
	font-size: 0.16rem;
	border-radius: 0.10rem;
	border: 0.01rem solid #CCCCCC;
	cursor: pointer;
	outline: none;
}
.writelist input:hover{
	border: 0.01rem solid #FE346E;
}
.writelist input:focus{
	border: 0.02rem solid #FE346E;
}
.writelist h1{
	width: 100%;
	height: 0.47rem;
	background: #FE346E;
	border-radius: 0.24rem;
	line-height: 0.47rem;
	text-align: center;
	font-size: 0.20rem;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 0.20rem;
	cursor: pointer;
}
.writelist h1:hover{
	background: rgba(254,52,110,0.8);
}
.brand{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 0.50rem;
	box-sizing: border-box;
	margin-top: 0.50rem;
}
.brand img{
	width: 15%;
	height: 1.50rem;
	display: block;
	margin-top: 0.30rem;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.brand img:hover{
	transform: scale(1.1);
	box-shadow: 0rem 0.1rem 0.2rem 0.01rem rgba(111,115,146,0.5);
}
.zbj{
	padding: 0.3rem;
	box-sizing: border-box;
	transition: all 0.3s ease-in-out;
}
.zbj:hover{
	transform: scale(1.1);
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 0 !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 0 !important;
}
.zx{
	width: 100% !important;
}

.menu{
	width: 100%;
	padding: 0.1rem 0;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	top: 0.8rem;
	left: 0;
	border-top: 0.03rem solid #00C2FF;
	box-shadow: 0px 0.05rem 0.06rem 0.01rem rgba(145,145,145,0.16);
	text-align: center;
	font-size: 0.17rem;
	font-weight: normal;
	color: #333;
	display: none;
	z-index: 100;
}
.menu:hover{
	box-shadow: 0px 0.03rem 0.06rem 0.01rem rgba(145,145,145,0.5);
}
.menu::before{
	content: '';
	width: 0;
	height: 0;
	border: 0.11rem solid;
	border-color:transparent transparent #00C2FF transparent;
	position: absolute;
	top: -0.22rem;
	left: 50%;
	transform: translateX(-50%);
}
.menu p{
	line-height: 0.4rem;
}
.mactive{
	color: #00C2FF;
	font-weight: bold;
}
.menu p:hover{
	color: #00C2FF;
	font-weight: bold;
}