* {
	margin: 0;
	padding: 0;
}

body {
	font: 'Helvetica Neue', Helvetica, Arial, 'Microsoft Yahei',
		'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
}

body {
	box-sizing: border-box;
	/* overflow: hidden; */
}
html {
	font-size: 37.5px;
}

/* 清除浮动 */
.container::before,
.container::after,
.clearfix::before,
.clearfix::after {
	content: '';
	display: table;
}

.container::after,
.clearfix::after {
	clear: both;
}

.container {
	margin: 0 auto;
	width: 10rem;
	overflow: hidden;
}

/* 背景 */
.bgd {
	width: 10rem;
	height: 21.6533rem;
	background: url(../img/background_img.png) no-repeat;
	background-size: 100%;
  position: relative;
}
.logo {
  position: absolute;
  top: .2667rem;
  left: .48rem;
  width: 1.1733rem;
  height: 1.1733rem;
  background: url(../img/logo.png) no-repeat;
  background-size: 100%;
}
.text_img {
  position: absolute;
  top: 3.2rem;
  transform: translate(-50%);
  left: 50%;
  width: 6.64rem;
  height: 2.8267rem;
  background: url(../img/bg-text.png) no-repeat;
  background-size: 100%;
  z-index: 10;
}
/* 白色盒子 */
.white_container {
  width: 8.9333rem;
  height: auto;
  position: absolute;
  top: 5.0667rem;
  transform: translate(-50%);
  left: 50%;
  background-color: #fff;
  border-radius: .4267rem;
  z-index: 1;
  padding: .88rem .48rem;
}
.white_container .text_box {
  padding: .2667rem .48rem;
  width: 100%;
  border: 1px solid #604E02;
  border-radius: .4267rem;
  text-indent: .7467rem;
  font-size: .4267rem;
  color: #604E02;
  line-height: .72rem;
  letter-spacing: -0.0133rem;
}
.intro_group {
  margin-top: .72rem;
  margin-left: .48rem;
}
.intro_group .intro_item {
  display: flex;
  align-items: center;
  margin-bottom: .56rem;
}
.intro_group .intro_item .icon {
  width: 1.0667rem;
  height: 1.0667rem;
}
.intro_group .intro_item .icon1 {
  background: url(../img/icon_1.png) no-repeat;
  background-size: 100%;
}
.intro_group .intro_item .icon2 {
  background: url(../img/icon_2.png) no-repeat;
  background-size: 100%;
}
.intro_group .intro_item .icon3 {
  background: url(../img/icon_3.png) no-repeat;
  background-size: 100%;
}
.intro_group .intro_item .text {
  margin-left: .2667rem;
}
.intro_group .intro_item .text .text_top {
  font-size: .4267rem;
  color: #434343;
  /* font-weight: bold; */
  font-family: 'Noto Sans SC';
  font-weight: 500;
}
.intro_group .intro_item .text .text_down {
  margin-top: .1333rem;
  font-size: .32rem;
  color: #888888;
}

/* 下载按钮 */
.download_btn {
  position: relative;
  left: -0.3733rem;
  width: 8.8rem;
  height: 1.92rem;
  margin-top: 1.1733rem;
  background: url(../img/dl_button.png) no-repeat;
  background-size: 100%;
  line-height: 1.76rem;
  text-align: center;
  font-size: .4533rem;
  color: #fff;
  cursor: pointer;
}
.click_text {
  margin-top: .1333rem;
  font-size: .32rem;
  color: #888888;
  display: flex;
  justify-content: center;
}
.agree_text {
  color: #FF5800;
}

#guide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.74);
  z-index: 100;
}
#guide .guidebox {
  width: 100%;
  height: 2.933333rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #fff;
}
#guide .guideimg {
  width: 1.706667rem;
  height: 1.76rem;
  position: absolute;
  top: 0.213333rem;
  right: 0.64rem;
}
#guide p {
  width: 6.4rem;
  font-size: 0.453333rem;
  line-height: 0.8rem;
  text-align: left;
  margin: 0.666667rem auto;
  font-weight: 700;
}