body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: 500;
	overflow-x:hidden;
	font-family: "PingFangSC-Thin","SourceHanSansCN-Normal";
}
body.on {
	overflow: hidden;
}
/*body::-webkit-scrollbar {
	display: none;
}*/
a {
	color: #333;
	text-decoration:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
*{
 	word-break:break-all;
}
video {
	object-fit:fill;
}
@font-face {
	font-family: SourceHanSansCN-Normal;
	src: url('../fonts/SourceHanSansCN-Normal.ttf');
}
input,textarea {
	border: 0;
	outline: none;
}
ul,li,menu {
	list-style: none;
	margin: 0;
  padding: 0;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
.center {
	max-width: 1200px;
	margin: auto;
}

.fix:before, .fix:after {
	display: table;
	clear: both;
	content: '';
}

#shop .ss .swiper-pagination-bullet-active {
    background: #00873B;
  }
  
html.noscrollBar { /* overflow:hidden; */}
/*---滚动条默认显示样式--*/  
::-webkit-scrollbar-thumb { background-color:#ff6600; height:50px; outline-offset:-2px; outline:0px solid #fff; -webkit-border-radius:4px; border:0px solid #fff;}  
/*---鼠标点击滚动条显示样式--*/  
::-webkit-scrollbar-thumb:hover{ background-color:#ff6600; height:50px; -webkit-border-radius:4px;}  
/*---滚动条大小--*/  
::-webkit-scrollbar{ width:0px; height:0px;}  
/*---滚动框背景样式--*/  
::-webkit-scrollbar-track-piece{ background-color:#ccc; -webkit-border-radius:0;}
::-webkit-scrollbar-thumb:active{ height:50px; background-color:#ff6600; -webkit-border-radius:4px;}
