	html,
	body {scroll-behavior: smooth;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		font-family: PingFangSC, PingFang SC;
		  font-size: clamp(1rem, 2vw, 2rem);
		  position: relative;
	}
	a {
		text-decoration: none;
		color: #000;
	}
	@font-face {
		font-family: 'DOUYINSANSBOLD';
		src: url('../assets/font/DOUYINSANSBOLD.otf');
		font-weight: normal;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'zihunbiantaoti';
		src: url('../assets/font/zihunbiantaoti.ttf');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'PingFangSC';
		src: url('../assets/font/PingFang.ttc') format('truetype');;
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'YouSheBiaoTiHei';
		src: url('../assets/font/YouSheBiaoTiHei.ttf');
		font-weight: normal;
		font-style: normal;
	}
	@media screen and (min-width: 751px){
		.mobile{
			display: none;
		}
		.page{
			/* max-width: 1920px; */
			height: auto;
		}
		.innerWidth{
			width: 1200px;
			margin: 0 auto;
		}
	}
	@media screen and (orientation: portrait) and  (max-width: 750px){
		.container{
		      display: none;
		}
		/* .mobile{
			width: auto;
			height: 8115px;
			background: linear-gradient( 180deg, #FFFFFF 0%, #B9D4FF 100%);
		} */
	}