body {
  min-width: 800px;
  margin: 0 auto;
}

.navWrap {
  position: relative;
}

.ban {
  width: 300px;
  height: 100px;
  position: absolute;
  left: 24%;
  top: 19%;
  color: #000;
}
.ban p {
  line-height: 25px;
  width: 100%;
}
img {
  outline-width: 0;
  vertical-align: middle;
  border: 0;
  width: 100%;
}
.imgWrap {
  position: relative;
}

.logo img {
  height: 75px;
}

.main_bottom {
  font-size: 14px;
  text-align: center;
  padding: 10px 0 0;
}

.foot_cont {
  font-size: 14px;
  text-align: center;
  padding: 40px 0 0;
}

.life {
  font-size: 14px;
  text-align: center;
  padding: 10px 0 0;
}
.life a:first-child {
  margin-right: 20px;
}
.life a:hover {
  text-decoration: underline;
}
.bott {
  margin-bottom: 30px;
}
.top {
  width: 100%;
  /* background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%); */
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  min-width: 800px;
  margin: 0 auto;
}
.navBg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}
.navBg img {
  width: 100%;
  height: auto;
}
.logoWrap {
  position: absolute;
  top: 0;
  left: 17%;
  height: 100%;
  width: 7%;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.top img.logo {
  width: 74px;
}
.zhanWrap img.zhan {
  width: 100%;
  height: auto;
}
.top ul {
  width: 50%;
  height: 100%;
  margin-left: 50%;
}

.top ul li a {
  text-align: center;
  color: #363636;
  font-size: 20px;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  padding-bottom: 8%;
}
.top ul li.select a {
  color: #bd8630;
  border-bottom: 3px solid #bd8630;
}
.top ul li {
  float: left;
  font-weight: bold;
  width: 25%;
  height: 100%;
  border-bottom: none;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.pt-8 {
  padding-top: 80px;
}

.tit {
  width: 800px;
  margin: 30px auto;
  font-size: 20px;
  display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.tit a {
  color: #333;
  font-weight: bold;
}

.cont {
  width: 800px;
  margin: auto;
}

.cont .ttt {
  font-size: 22px;
  text-align: center;
  margin: 80px auto 60px;
}

.about_detail {
  font-size: 16px;
  line-height: 38px;
}

.lianxi_dt {
  font-size: 18px;
  line-height: 38px;
}

.fangshi {
  margin: 30px auto 30px;
  font-size: 16px;
  line-height: 35px;
}

.selected {
  color: #bd8630 !important;
}

.foot_about {
  font-size: 24px;
  color: #fff;
  padding-left: 150px;
  padding-top: 10px;
  text-decoration: none;
}

.foot {
  height: 188px;
  background-image: linear-gradient(60deg, #ffffff 0%, #fcf4b3 100%);
  text-align: center;
}

.QR_code {
  width: 19%;
  position: relative;
  position: absolute;
  top: 58%;
  left: 58%;
  z-index: 0;
  text-align: center;
  font-size: 0;
}

.QR_code_img {
  width: 150px;
  border: 3px solid #ff8737;
  border-radius: 10px;
  display: inline-block;
  margin-right: 0.5rem;
  margin-right: 30px;
}

.QR_code_img > img {
  width: 100%;
  border-radius: 10px;
}

.Android_download_ios {
  width: 100%;
  border-radius: 20px;
  display: inline-block;
  vertical-align: top;
  margin-top: -10px;
  position: relative;
}

.Android_download_ios > img {
  width: 100%;
  border-radius: 20px;
}

.Android_download {
  width: 100%;
  border-radius: 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.Android_download p,
.Android_download_ios p {
  position: absolute;
  top: 52%;
  left: 0;
  z-index: 99999;
  color: #000;
  font-size: 14px;
  line-height: 25px;
  height: 25px;
  width: 100%;
  margin-bottom: 10px;
}

.Android_download > img {
  width: 100%;
  border-radius: 20px;
}

/* 安卓按钮下载抖动 */
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.Android_download > img:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.Android_download_ios > img:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.Android_conter {
  width: 100%;
  display: inline-block;
  font-size: 0;
  vertical-align: top;
}
