*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
a {
    text-decoration: none;
}
html{
	height: 100%;
	font-size: calc(100vw / 7.5);
}
body{
	background-color: #eeeeee;
	height: 100%;
	overflow: auto;
}
/* 头部导航 */
.header {
    height: 1rem;
    padding: 0 .3rem;
	background-color: #fff;
	font-size: 0.36rem;
	line-height: 1rem;
	color: #333;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #eeeeee;
}
.header > a{
	display: inline-block;
	height: 1rem;
	line-height: 1rem;
	float: left;
}
.header::after{
	content: '';
	display: block;
	clear: both;
}
.logo {
    width: auto;
    height: 0.4rem;
	vertical-align: middle;
}
/* end */
/* 授权书 */
.accredit{
	font-size: 0;
	text-align: center;
	height: 1.14rem;
	/* line-height: 1.14rem; */
	margin-bottom: 1rem;
	padding-top: .6rem;
	box-sizing: border-box;
}
.accredit > a{
	display: inline-block;
/* 	width: 2.22rem;
	height: .72rem;
	line-height: .72rem; */
	text-align: center;
	font-size: .24rem;
	color: #999999;
	font-weight: bold;
/* 	background: url("../image/btn.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center; */
}
/* end */
/* 底部 */
.dibu, .double-btn{
  z-index: 999999999999;
  font-size: 0;
  background-color: #fff;
  /* height: 1rem; */
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .1rem .3rem;
}
.dibu a {
  display: inline-block;
  width: 100% !important;
  font-size: 0.34rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.dibu a > img{
	vertical-align: middle;
	width: .4rem;
	height: .4rem;
	margin-right: .1rem;
}
.double-btn > a{
	display: inline-block;
	width: 33.3%;
	font-size: 0.34rem;
	color: #ff8a00;
	font-weight: bold;
	background-color: #fff;
	text-align: center;
	border-radius: .6rem;
	font-size: 0;
}
.double-btn a > span {
	display: inline-block;
	width: 100%;
	font-size: .26rem;
	color: #333;
	font-weight: normal;
}
.double-btn a > span > img{
	vertical-align: middle;
	width: .5rem;
	height: .5rem;
}
.double-btn > a:last-child{
	/* margin-left: .3rem; */
	color: #ff8a00;
	border: 1px solid #ff8a00;
	font-size: .26rem;
	height: .8rem;
	line-height: .8rem;
}
/* end */
/* 按钮不可用 */
.disable {
	pointer-events: none;
	background-color: #ccc !important;
}
/* end */
/* 通用间距 */
.p-t-15{
	padding-top: .3rem;
}
.m-t-15{
	margin-top: .3rem;
}
/* end */
