@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}
.container {
  width: 100%;
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto;
  padding-top: .98rem;
}
.bg1 {
  width: 100%;
  height: 3.8rem;
  background: url("../images/bg1.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
.bg1 span {
  position: absolute;
  top: 3.2rem;
  left: 50%;
  transform: translateX(-50%);
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: .1rem;
  font-family: MicrosoftYaHei;
  font-size: .16rem;
  text-align: center;
  line-height: .32rem;
  color: #fff;
  padding: .08rem .12rem;
}
.bg2 {
  height: 10.48rem;
  background: url("../images/bg2.jpg") no-repeat;
  background-size: cover;
}
.bg3 {
  height: 9.34rem;
  background: url("../images/bg3.jpg") no-repeat;
  background-size: cover;
}
.bg4 {
  height: 5.37rem;
  background: url("../images/bg4.jpg") no-repeat;
  background-size: cover;
}
.bg4 .content {
  padding: 1.35rem .8rem 0 .68rem;
  color: #89bbd8;
  font-size: .2rem;
  line-height: .32rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
	height: .98rem;
  background-color: rgba(46, 40, 34, 0.95);
  z-index: 999;
}
.header .icon {
  float: left;
  width: .8rem;
  height: .8rem;
  background: url("../images/Iconlogo.png");
  background-size: cover;
  margin: .1rem 0 0 .12rem;
}
.header .txt {
  float: left;
  margin-left: .14rem;
  margin-top: .16rem;
}
.header .txt p:nth-child(1) {
  font-family: Microsoft YaHei;
  font-size: .3rem;
  letter-spacing: 3px;
  color: #ffffff;
}
.header .txt p:nth-child(2) {
  font-family: Microsoft YaHei;
  font-size: .2rem;
	letter-spacing: 2px;
	color: #b2874a;
}
.header .btns {
  float: right;
  margin: .23rem .16rem 0 0;
  font-size: 0;
}
.header .btns a {
  display: inline-block;
}
.header .btns a:nth-child(1) {
  width: 1.63rem;
  height: .52rem;
  background: url("../images/ios-download-btn.png");
  background-size: cover;
  margin-right: .1rem;
}
.header .btns a:nth-child(2) {
  width: 1.6rem;
  height: .52rem;
  background: url("../images/tap-download-btn.png");
  background-size: cover;
}