*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
body{
	width: 100%;
	height: 100%;
	background: url(../imgs/backgroundimg.jpg) no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}

#container{
	margin-top: 3rem;
	width: 100%;
	height: 100%;

}
@font-face{
	font-family: "pingfang";
	src: url("../font/pingfang.ttc");
}
.headerimg{
	width: 50px;
	height: 50px;
	margin: 0 auto;
	margin-top: -25px;
}
.font_fuli{
	width: 100%;

}
.font_class{
	width: 100%;
	height: 100%;
}
.font{
	color: white;
	font-family: "biaoji";
	margin-top: -15px;
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}
.font_a{
	width: 40%;
	height: 5vh;
	margin: 0 auto;
	font-family: biaoji;
}
@font-face {
    font-family: biaoji;
    src: url(../font/biaoji.ttf)
}
.video{
	width: 80%;
	margin: 0 auto;
	height:auto;
}
.download{
	width: 50%;
	height: 5vh;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 5vh;
	border-radius: 20px 20px 20px 20px;
	background-color: rgb(124,26,191);
}

.line{
	width: 80%;
	margin: 0 auto;
	height: 5vh;
	display: flex;
	color: white;
	justify-content: space-around
}
.leftline{
	float: left;
	height: 100%;
	width: 30%;
	background: url(../imgs/limg.png);
	background-repeat: repeat-x;
}
.font_line{
	float: left;
	width: 40%;
	height: 100%;
	text-align: center;
	line-height: 5vh;
	color: white;
	font-size: 5px;
}
.rightline{
	float: left;
	height: 100%;
	width: 30%;
	background: url(../imgs/rimg.png);
	background-repeat: repeat-x;
}

.show{
	width: 90%;
	height: 20vh;
	margin: 0 auto;
}
.one{
	width: 95%;
	height: 50%;
	position: relative;
    top: -70%;
    left: 10%;
	padding-top: 4px;
}
.one1{
	width: 95%;
	height: 50%;
	position: relative;
    top: -90%;
    left: 10%;
	margin-top: -4px;
    padding-bottom: 0px;
}
.one3{
	background-image: url('../imgs/back.png');
	background-position: 12% 12%;
}
.one img{
	width: 20%;
}
.one1 img{
	width: 20%;
}
.one ul{
	width: 100%;
	height: 100%;
}
.one ul li{
	margin-top: 20px;
	margin-left: 20px;
	width: 50px;
	height: 50px;
	background-color: #000000;
	float: left;
}
.one ul li img{
    width: 144%;
    height: 135%;
    position: relative;
    top: -17%;
    left: -22%;
}
.one1 ul{
	width: 100%;
	height: 100%;
}
.one1 ul li{
	margin-top: 20px;
	margin-left: 20px;
	width: 50px;
	height: 50px;
	background-color: #000000;
	float: left;
}
.one1 ul li img{
	width: 144%;
    height: 135%;
    position: relative;
    top: -17%;
    left: -22%;
}
.backup{
	width: 90%;
	margin: 0 auto;
}
.backup li{
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
	background: #161a26;
	height: 56px;
	align-items: center;
	color: #ffffff;
	margin-bottom: 15px;
}
.backup li a{
	color: #ffffff;
}
.customer{
	position: fixed;
	right:20px;
	bottom: 20px;
}
.backup h3{
	margin: 20px 0 10px 0;
	color: #ffffff;
	text-align: center;
}
.linecheck__time{
	width: 20%;
}
.linecheck__url{
	width: 60%;
}
