* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Medium"; /* Project id 2871779 */
  src:  url('../fonts/HarmonyOS_Sans_SC_Medium.ttf') format('truetype');
}
@font-face {
  font-family: "HarmonyOS_Sans_SC"; /* Project id 2871779 */
  src:  url('../fonts/HarmonyOS_Sans_SC_Medium.ttf') format('truetype');
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Light"; /* Project id 2871779 */
  src:  url('../fonts/HarmonyOS_Sans_SC_Light.ttf') format('truetype');
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Bold"; /* Project id 2871779 */
  src:  url('../fonts/HarmonyOS_Sans_SC_Bold.ttf') format('truetype');
}

@font-face {
  font-family: "Poppins"; /* Project id 3544394 */
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: "Century Gothic"; /* Project id 3544394 */
  src: url('../fonts/GOTHIC.TTF') format('truetype');
}
@font-face {
  font-family: "Antonio"; /* Project id 3544394 */
}  
a:link,
a:active,
a:visited,
a:hover,
	{
	background: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}

.content1300 {
	margin: 0 auto;
	width: 1300px;
}

.content1400 {
	margin: 0 auto;
	width: 1400px;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
	max-width: 94%;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.05);
}

.imgScale {
	transition: all 1s;
	display: block;
	width: 100%;
}
.main-warning{
	font-size: 36px;
	font-family: Poppins;
	font-weight: 600;
	color: #000000;
	line-height: 1.27;
	text-align: center;
	padding: 33px 0;
}
.header{
	position: relative;
	/* position: fixed;
	left: 0;
	top: 0; */
	background-color: rgba(247, 247, 247, 1);
	padding-left: 50px;
	height: 100px;
	width: 100%;
	transition: all .6s;
}
.header.nav1_none{
	/* top: -100px; */
}
.header .l{
	position: relative;
	z-index: 3;
}
.header .l img{
	display: block;
}
.header .content{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.header .c{
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	z-index: 2;
}
.header .c .nav{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header .c .nav li:not(:last-child){
	margin-right: 53px;
}
.header .c .nav li{
	position: relative;
}
.header .c .nav li a{
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #222222;
	line-height: 100px;
}
.header .c .nav li .subNav{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	padding: 28px 40px 32px;
	display: none;
}
.header .c .nav li:hover .subNav{
	display: block;
}
.header .c .nav li .subNav a{
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #4A363C;
	line-height: 45px;
	white-space: nowrap;
	text-align: center;
	display: block;
}
.header .r{
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
}
.header .r .header-search{
	width: 230px;
	height: 38px;
	background: #FFFFFF;
	border-radius: 19px;
	display: flex;
	align-items: center;
	padding: 0 15px 0 18px;
	margin-right: 50px;
}
.header .r .header-search input{
	flex: 1;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	font-size: 12px;
	font-family: Poppins;
	font-weight: 400;
	color: #333;
	line-height: 38px;
}
.header .r .header-search input::placeholder{
	color: #999999;
}
.header .r .header-search .iconfont{
	color: #7f7f7f;
	cursor: pointer;
	font-size: 18px;
}
.header .r .verification-a{
	background-color: #fff;
	padding: 0 50px;
	display: flex;
	align-items: center;
	height: 100px;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #222222;
	line-height: 1;
}
.header .r .verification-a .iconfont{
	font-size: 20px;
	margin-right: 11px;
}
.footer{
	background: #040202;
	border-radius: 150px 150px 0px 0px;
	padding: 60px 0 0;
	background-image: url(../img/footer-bg.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.footer .footer-c{
	display: flex;
	justify-content: space-between;
	padding-bottom: 68px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.footer .footer-c .l img{
	display: block;
}
.footer .footer-c .title{
	font-size: 22px;
	font-family: Poppins;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
}
.footer .footer-c .c{
	padding-top: 67px;
}
.footer .footer-c .c .com-msg{
	margin-top: 20px;
}
.footer .footer-c .c .com-msg li{
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 300;
	color: rgba(255,255,255,.5);
	line-height: 36px;
	transition: all .6s;
}
.footer .footer-c .c .com-msg li:hover{
	/* color: #fff; */
}
.footer .footer-c .c .com-msg li .iconfont{
	color: #fff;
	font-size: 20px;
	margin-right: 10px;
}
.footer .footer-c .a-links{
	padding-top: 60px;
}
.footer .footer-c .a-links a{
	display: block;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 300;
	color: rgba(255,255,255,.5);
	line-height: 30px;
	transition: all .6s;
}
.footer .footer-c .a-links a:hover{
	color: #fff;
}
.footer .footer-c .r{
	padding-top: 60px;
}
.footer .footer-c .r .input{
	display: flex;
	margin-top: 30px;
	width: 450px;
}
.footer .footer-c .r .input input{
	flex: 1;
	width: 100%;
	height: 50px;
	background: #000000;
	border: 1px solid rgba(255,255,255,.2);
	outline: none;
	padding: 0 18px;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 30px;
}
.footer .footer-c .r .input input::placeholder{
	color: #fff;
}
.footer .footer-c .r .input .submit{
	width: 130px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #474747;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}
.footer .footer-c .r .share{
	margin-top: 30px;
}
.footer .footer-c .r .share-text{
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.footer .footer-c .r .shareList{
	display: flex;
	margin-top: 20px;
}
.footer .footer-c .r .shareList li:not(:last-child){
	margin-right: 20px;
}
.footer .footer-c .r .shareList li a{
	display: block;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(255,255,255,.3);
	line-height: 44px;
	text-align: center;
	color: rgba(255,255,255,.5);
	transition: all 1s;
}
.footer .footer-c .r .shareList li a:hover{
	background-color: #fff;
	color: #333;
}
.footer .footer-c .r .shareList li a .iconfont{
	font-size: 22px;
}
.footer .footer-b{
	font-size: 14px;
	font-family: Poppins;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	opacity: 0.2;
	padding: 20px 0;
}
.AgeRecognitionContent{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 40px 35px 50px;
	width: 700px;
	background: #FFFFFF;
	max-width: 94%;
}
.AgeRecognitionContent .logo{
	display: block;
	margin: 0 auto;
}
.AgeRecognitionContent .text-title{
	font-size: 22px;
	font-family: Poppins;
	font-weight: 600;
	color: #111111;
	line-height: 1;
	margin-top: 45px;
	text-align: center;
}
.AgeRecognitionContent .text-box{
	font-size: 14px;
	line-height: 24px;
	font-family: Poppins;
	font-weight: 400;
	color: #555555;
	text-align: center;
	margin-top: 16px;
}
.AgeRecognitionContent .text-box .bold{
	font-size: 16px;
	font-family: Poppins;
	font-weight: 600;
	color: #111111;
	margin-bottom: 5px;
}
.AgeRecognitionContent .btns{
	display: flex;
	justify-content: center;
	margin-top: 17px;
}
.AgeRecognitionContent .btns .btn{
	width: 260px;
	height: 52px;
	background: #EFEFEF;
	margin: 0 10px;
	font-size: 18px;
	font-family: CenturyGothic;
	font-weight: bold;
	color: #1A1A1A;
	line-height: 52px;
	text-align: center;
	cursor: pointer;
}
.AgeRecognitionContent .btns .btn.sure-btn{
	color: #fff;
	background-color: rgba(74, 54, 60, 1);
}
.banner1{
	position: relative;
}
.banner1 .pic img{
	display: block;
	width: 100%;
}
.banner1 .title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 60px;
	font-family: Poppins;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.innerNav {
	border-bottom: 1px solid rgba(219, 219, 219, 1);
	padding: 0 3%;
}
.innerNav  .list{
}
.innerNav  .list .swiper-slide{
	position: relative;
	width: auto;
}
.innerNav  .list .swiper-slide::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background: #4A363C;
	opacity: 0;
}
.innerNav  .list .swiper-slide:hover::before,
.innerNav  .list .swiper-slide.active::before{
	opacity: 1;
}
.innerNav  .list .swiper-slide:not(:last-child){
	margin-right: 49px;
}
.innerNav  .list .swiper-slide a{
	display: block;
	font-size: 16px;
	font-family: Poppins;
	color: rgba(51, 51, 51, 1);
	line-height: 90px;
}
.innerNav  .list .swiper-slide.active a,
.innerNav  .list .swiper-slide:hover a{
	color: #4A363C;
	font-weight: 600;
}
.common-bread .box-c{
	display: flex;
	justify-content: flex-end;
	padding: 25px 0;
	line-height: 26px;
	color: #B0B0B0;
}
.common-bread .box-c a{
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #B0B0B0;
}
.common-bread .box-c a.active,
.common-bread .box-c a:hover{
	color: #333;
}
.common-bread .box-c .icon-line{
	margin: 0 10px;
}
.common-bread .box-c .icon-shouyeshouye{
	color: rgba(74, 54, 60, 1);
	font-weight: bold;
	padding-right: 5px;
}
.m_right {
	display: none;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	display: none;
	z-index: 999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination ul li {
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	/* background: #FFFFFF; */
	font-size: 16px;
	color: #666;
	margin: 6px;
	cursor: pointer;
	background: #EEEEEE;
}

.pagination ul li .iconfont {
	font-size: 18px;
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(51, 51, 51, 1);
	color: #fff;
}

.pagination ul li a {
	color: #666;
	display: block;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}
.m-right-buttom {
	display: none;
}
.m-navbar{
	display: none;
}
@media (max-width:1850px) {
	/* .header .c .nav li:not(:last-child){
		margin-right: 30px;
	}
	.header .r .verification-a{
		padding: 0 25px;
	}
	.header .r .header-search{
		margin-right: 25px;
	} */
	.header .c .nav{
		justify-content: flex-start;
		padding-left: 300px;
	}
	.header .c .nav li:not(:last-child){
		margin-right: 30px;
	}
}
@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}

@media (max-width:1530px) {
	.content1500 {
		width: 94%;
	}
	.header .r .header-search{
		margin-right: 30px;
	}
	.header .r .verification-a{
		padding: 0 30px;
	}
}
@media (max-width:1440px) {
	.banner1 .title{
		font-size: 40px;
	}
}
@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}
@media (max-width:1400px) {
	.header .c .nav{
		padding-left: 200px;
	}
	.header .r .verification-a{
		padding: 0 25px;
	}
	.header .r .header-search{
		margin-right: 25px;
	}
	.header .r .header-search{
		padding: 0 10px;
	}
	.header .c .nav li a{
		font-size: 14px;
	}
	.header .c .nav li:not(:last-child){
		margin-right: 25px;
	}
	.main-warning{
		font-size: 28px;
		padding: 20px 3%;
	}
}
@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}
@media (max-width:1280px) {
	.banner1 .title{
		font-size: 30px;
	}
}
@media (max-width:1230px) {
	.content1200 {
		width: 94%;
	}
}

@media (max-width:1199px) {
	.banner1 .title{
		font-size: 28px;
	}
	.header .content{
		padding: 0 3%;
	}
	.header .c{
		display: none;
	}
	.header .r .verification-a{
		display: none;
	}
	.footer .footer-c .r .input{
		width: 360px;
	}
	.footer .footer-c .r .input .submit{
		width: 100px;
	}
	.footer .footer-c .l img{
		width: 170px;
	}
	.footer .footer-c .c,
	.footer .footer-c .a-links,
	.footer .footer-c .r{
		padding-top: 30px;
	}
	.m-right-buttom {
		display: block;
		cursor: pointer;
		user-select: none;
	}
	
	.m-right-buttom .in {
		height: 30px;
		width: 19px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.m-right-buttom span,
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		display: block;
		height: 2px;
		width: 19px;
		background: #333;
		transition: top .2s linear
	}
	
	.header.active .m-right-buttom span,
	.header.active .m-right-buttom span:after,
	.header.active .m-right-buttom span:before {
		background: #333;
	}
	
	.m-right-buttom span {
		transition: all .2s .4s ease, background 0s;
		position: relative
	}
	
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		position: absolute;
		left: 0;
		content: '';
		transform-origin: 50% 50%;
		transition: top .2s .4s ease, transform .4s ease;
		height: 2px
	}
	
	.m-right-buttom span:before {
		top: 6px
	}
	
	.m-right-buttom span:after {
		top: -6px
	}
	
	.m-right-buttom.active span,
	.header.active .m-right-buttom.active span {
		/* transition: all .2s 0s ease;
		background: 0 0 */
	}
	
	.m-right-buttom.active span:after,
	.m-right-buttom.active span:before {
		/* transition: top .2s ease, transform .2s .3s ease;
		top: 0;
		width: 19px */
	}
	
	.m-right-buttom.active span:before {
		/* transform: rotate3d(0, 0, 1, 45deg) */
	}
	
	.m-right-buttom.active span:after {
		/* transform: rotate3d(0, 0, 1, -45deg) */
	}
	
	.m-navbar ul {
		display: block;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch
	}
	
	.m-navbar li {
		display: block;
		width: 100%;
		opacity: 0;
		transform: translateY(32px);
		transition: all .4s ease;
		margin: 0;
	}
	.m-navbar li .subNav{
		display: none;
	}
	.m-navbar li .subNav a{
		margin-top: 12px;
	}
	.m-navbar.active li {
		opacity: 1;
		transform: translateY(0);
	}
	
	.m-navbar li:hover a {
		color: #747474 !important;
	}
	
	.m-navbar li.active a {
		color: #000 !important;
	}
	
	.m-navbar {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		margin-right: 0;
		top: 0;
		left: 0;
		padding: 125px 4% 20px;
		background-color: #444;
		z-index: 9998;
	}
	.m-navbar .close{
		color: #fff;
		position: absolute;
		right: 30px;
		top: 30px;
		cursor: pointer;
	}
	.m-navbar .close .iconfont{
		font-size: 22px;
	}
	.m-navbar li+li {
		margin-top: 12px
	}
	
	.m-navbar li+li {
		margin-left: 0;
		padding: 0
	}
	
	.m-navbar li+li:after {
		display: none
	}
	
	.m-navbar li a {
		padding: 9px !important;
		background: #fafafa;
		color: #121212;
		height: auto;
		border-radius: 5px;
		font-weight: 400;
		display: block;
	}
	.header{
		padding-left: 0;
	}
}
@media (max-width:1024px) {
	.banner1 .title{
		font-size: 26px;
	}
	.footer .footer-c .a-links{
		display: none;
	}
	.footer{
		padding: 60px 0 0;
		border-radius: 0;
	}
	.footer .footer-c .l{
		width: 100%;
	}
	.footer .footer-c .l img{
		display: block;
		margin: 0 auto;
	}
	.footer .footer-c{
		flex-wrap: wrap;
	}
	.innerNav .list .swiper-slide a{
		line-height: 60px;
	}
	.innerNav .list .swiper-slide:not(:last-child){
		margin-right: 30px;
	}
	.common-bread .box-c{
		padding: 20px 0;
	}
	
}
@media (max-width:768px) {
	.footer .footer-c{
		padding-bottom: 30px;
	}
	.news-d .box1 .box-c .l .title{
		font-size: 24px;
	}
	.pagination ul li{
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
	.banner1 .title{
		font-size: 24px;
	}
	.main-warning{
		font-size: 24px;
	}
	.header{
		height: 70px;
	}
	.header .l img{
		height: 50px;
	}
	.footer .footer-c .l img{
		width: 140px;
	}
	.footer .footer-c .c{
		width: 100%;
	}
	.footer .footer-c .r{
		width: 100%;
	}
	.footer .footer-c .r .input{
		width: 100%;
		margin-top: 15px;
	}
	.footer .footer-c .r .share{
		margin-top: 20px;
	}
	.footer .footer-c .c .com-msg li{
		line-height: 26px;
	}
	.footer .footer-c .c .com-msg{
		margin-top: 10px;
	}
	.footer .footer-c .r .shareList{
		margin-top: 10px;
	}
	.footer{
		padding: 40px 0 0;
	}
	.footer .footer-b{
		padding: 10px 0;
		font-size: 12px;
		line-height: 22px;
	}
	.AgeRecognitionContent{
		padding: 30px;
	}
	.AgeRecognitionContent .logo{
		height: 100px;
	}
	.AgeRecognitionContent .text-title{
		margin-top: 25px;
		font-size: 18px;
	}
	.AgeRecognitionContent .text-box{
		margin-top: 6px;
		font-size: 12px;
		line-height: 22px;
	}
	.AgeRecognitionContent .text-box .bold{
		font-size: 14px;
	}
	.AgeRecognitionContent .btns .btn{
		width: 48%;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
}
@media (max-width:600px) {
	.main-warning{
		font-size: 16px;
	}
	
}
@media (max-width:500px) {
	.banner1 .title{
		font-size: 22px;
	}
	.footer .footer-c .title{
		font-size: 18px;
	}
	.footer .footer-c .r .input .submit,
	.footer .footer-c .r .input input{
		font-size: 14px;
	}
	.footer .footer-c .r .shareList li a{
		width: 40px;
		height: 40px;
	}
	.innerNav .list .swiper-slide a{
		line-height: 40px;
		font-size: 14px;
	}
	.innerNav .list .swiper-slide:not(:last-child){
		margin-right: 20px;
	}
	.AgeRecognitionContent{
		padding: 30px 20px;
	}
}