@media screen and (max-width:320px)
{html{font-size:42.667px;font-size:13.33333vw}}
@media screen and (max-width: 360px) and (min-width: 321px){
html{ font-size: 48px;font-size:13.33333vw}
}
@media screen and (min-width:361px) and (max-width:375px)
{html{font-size:50px;font-size:13.33333vw}}
@media screen and (min-width:376px) and (max-width:393px)
{html{font-size:52.4px;font-size:13.33333vw}}
@media screen and (min-width:394px) and (max-width:412px)
{html{font-size:54.93px;font-size:13.33333vw}}
@media screen and (min-width:413px) and (max-width:414px)
{html{font-size:55.2px;font-size:13.33333vw}}
@media screen and (min-width:415px) and (max-width:480px)
{html{font-size:64px;font-size:13.33333vw}}
@media screen and (min-width:481px) and (max-width:540px)
{html{font-size:72px;font-size:13.33333vw}}
@media screen and (min-width:541px) and (max-width:640px)
{html{font-size:85.33px;font-size:13.33333vw}}
@media screen and (min-width:641px) and (max-width:720px)
{html{font-size:96px;font-size:13.33333vw}}
@media screen and (min-width:721px) and (max-width:768px)
{html{font-size:102.4px;font-size:13.33333vw}}
@media screen and (min-width:769px)
{html{font-size:102.4px}}
*{
	margin:0;
	padding:0;
	border:0;
	box-sizing: border-box;
}
#container{
	width: 7.5rem;
	margin-bottom: .5rem;
	min-height:100vh;
	font-size:0px;
}
.lazyload{
	width: 100%;
}
.btn_box{
	width: 100%;
	position: absolute;
	overflow: hidden;
	display: flex;
	justify-content:center;
	top:12rem;
	font-size: .24rem;
}
.btn_box div{
	flex: 1;
	margin:0 .2rem;
	background-color:#dd9823;
	padding:.1rem 0rem;
	color:#fff;
	text-align: center;
	line-height:.4rem;
	border-radius: 10px;
	float: left;
}
.btn_box a{
	text-decoration: none;
	color:#fff;
}
.fotter_btn{
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: .1rem 0;
	display: flex;
	background-color: #fff;
}
.fotter_btn div{
  flex: 1;
}
.fotter_btn div a{
	color:#fff;
	display: block;
  width: 100%;
  text-align: center;
  font-size:14px;
  background-color: #1890ff;
  border-radius:5px;
  line-height: .8rem;
  color:#fff;
 text-decoration: none;
}