body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family: zt3;
	margin:auto;
	overflow-x:hidden;
	}

@supports (font: -apple-system-body) {
  body {
    font-family: 
      "PingFang SC",
      -apple-system,
      "HarmonyOS Sans",
      sans-serif;
  }
}

.apple-os body {
  font-family: "PingFang SC", -apple-system, sans-serif;
}
@media not all and (min-resolution: 0.001dpcm) { 
  @supports (-webkit-appearance: none) {
    body {
      font-family: "PingFang SC", -apple-system, sans-serif;
    }
  }
}
@font-face
{
	font-family: 思源黑体;
	src: url('../font/思源黑体 CN-Light.otf'),
	url('../font/思源黑体 CN-Light.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: DIN;
	src: url('../font/DIN-Bold.otf'),
	url('../font/DIN-Bold.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto-Regular.ttf'),
	url('../font/Roboto-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Source;
	src: url('../font/Source-Han-Serif-CN-Bold.ttf'),
	url('../font/Source-Han-Serif-CN-Bold.ttf'); /* IE9+,可以是具体的实际链接 */
}

@font-face
{
	font-family: zt;
	src: url('../font/HarmonyOS_Sans_SC_Light.ttf'),
	url('../font/HarmonyOS_Sans_SC_Light.ttf'); /* IE9+,可以是具体的实际链接 */
	font-weight: 300; /* Light */
	
}
@font-face
{
	font-family: zt2;
	src: url('../font/HARMONYOS_SANS_SC_BOLD.TTF'),
	url('../font/HARMONYOS_SANS_SC_BOLD.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 700; /* Bold */
	
}
@font-face
{
	font-family: zt3;
	src: url('../font/HARMONYOS_SANS_SC_REGULAR.TTF'),
	url('../font/HARMONYOS_SANS_SC_REGULAR.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 400; /* Regular/Normal */
	
}
@font-face
{
	font-family: zt4;
	src: url('../font/HARMONYOS_SANS_SC_MEDIUM.TTF'),
	url('../font/HARMONYOS_SANS_SC_MEDIUM.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 500; /* Medium */
	
}

*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:var(--Color, #F00000);
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


.index{
	width:100%;
	position: relative;
	margin:auto;
	max-width:750px;
}
.index img{
	width:100%;
	height:auto;
	display:block;
}
.intel{
	width:90%;
	position:fixed;
	bottom:1.0rem;
	left:5%;
	z-index:9;
	background-color:rgb(230, 50, 46);
	box-shadow:rgb(150, 3, 0) 0px 0.0625rem 0.375rem 0px;
	border-radius:3.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0.5rem;
}
.intel a{
	display: flex;
	align-items: center;
	font-size:1.0rem;
	color:#FFF;
}
.intel a img{
	width:auto;
	height:auto;
	margin-right:0.5rem;
}
.intel i{
	border-radius:2.83061594rem 2.83061594rem 2.83061594rem 0;
	padding:0.45289855rem 0.67934783rem;
	background-color:rgba(255,255,255,0.30);
	font-size:0.875rem;
	margin-left:0.5rem;
	color:#FFF;
}




	
}

@media (min-width:1000px) and (max-width:1360px){




	
}





@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}

.index{
	width:100%;
	position: relative;
	float:left;
}
.index img{
	width:100%;
	height:auto;
	display:block;
}
.intel{
	width:90%;
	position:fixed;
	bottom:1.0rem;
	left:5%;
	z-index:9;
	background-color:rgb(230, 50, 46);
	box-shadow:rgb(150, 3, 0) 0px 0.0625rem 0.375rem 0px;
	border-radius:1.375rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0.5rem;
}
.intel a{
	display: flex;
	align-items: center;
	font-size:1.0rem;
	color:#FFF;
}
.intel a img{
	width:auto;
	height:auto;
	margin-right:0.5rem;
}
.intel i{
	border-radius:2.83061594rem 2.83061594rem 2.83061594rem 0;
	padding:0.45289855rem 0.67934783rem;
	background-color:rgba(255,255,255,0.30);
	font-size:0.75rem;
	margin-left:0.5rem;
	color:#FFF;
}







}












































