* {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  display: block;
  color: #333;
}
a:link {
  color: transparent;
}
a:visited {
  color: transparent;
}
html,
body {
  height: 100%;
}
html {
  font-family: "microsoft yahei";
}
body {
  background-color: #fff;
  color: #fff;
  overflow-x: hidden;
}
i {
  font-style: normal;
}
.clear:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.nw1 {
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nw2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.nw3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.href {
  color: #007afe;
  display: inline-block;
}
.href:link {
  color: #007afe;
}
.href:visited {
  color: #007afe;
}
/*微信版提示--start*/
#weixin-tip {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  z-index: 99999;
}
#weixin-tip p {
  text-align: center;
  margin-top: 10%;
  padding: 0 5%;
  position: relative;
}
#weixin-tip p img {
  max-width: 100%;
  height: auto;
}
#weixin-tip .close {
  color: #fff;
  padding: 5px;
  font: bold 20px/20px simsun;
  text-shadow: 0 1px 0 #ddd;
  position: absolute;
  top: 0;
  left: 5%;
}
@media screen and (min-width: 1024px) {
  .download_group_bottom {
    padding-left: 10vw;
  }
}
/*微信版提示--end*/
.recruit {
  max-width: 414px;
  min-height: 100%;
  background: url('../images/bg.png') no-repeat #fece00 center top;
  background-size: contain;
}
.recruit .section1 {
  padding-top: 290px;
}
.recruit .section1 .itemImg {
  display: block;
  width: 94%;
  margin: 0 auto;
}
.recruit .section2 {
  margin-top: 20px;
  padding-bottom: 50px;
  position: relative;
}
.recruit .section2 .itemImg {
  display: block;
  width: 94%;
  margin: 0 auto;
}
.recruit .section2 .qq {
  position: absolute;
  top: 39vw;
  left: 17vw;
  color: #e55914;
}
.recruit .section2 .telegram {
  position: absolute;
  top: 39vw;
  right: 17vw;
  color: #e55914;
}
.h5_ios .title {
  text-align: center;
  font-size: 26px;
  color: #333;
  padding-top: 30px;
}
.h5_ios .text {
  font-size: 18px;
  color: #999999;
  padding: 20px;
}
.h5_ios .app_logo {
  width: 180px;
  display: block;
  margin: 0 auto;
  border-radius: 22.5%;
}
.h5_ios .app_name {
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-top: 10px;
}
.h5_ios .down_btn {
  display: block;
  width: 180px;
  height: 44px;
  line-height: 44px;
  margin: 15px auto 0;
  border-radius: 22px;
  background: #eeb827;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}
.h5_ios .appstore_img {
  display: block;
  width: 80%;
  margin: 20px auto 0;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
}
.video_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: center;
  z-index: -1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video_bg:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.video_bg .videoplay {
  object-fit: cover;
  /*filter: blur(15px);*/
}
.leftTopLogo {
  position: absolute;
  left: 45px;
  top: 38px;
  background: transparent;
  display: flex;
}
.leftTopLogo .logoImg {
  width: 96px;
}
.leftTopLogo .app-name {
  line-height: 96px;
  margin-left: 10px;
}
.right_menu {
  position: absolute;
  right: 45px;
  top: 38px;
}
.right_menu .menu_item {
  font-size: 26px;
  color: #ffffff;
  line-height: 96px;
}
.main {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
.main .leftBox .nameText {
  width: 280px;
}
.main .leftBox .lifestyle {
  font-size: 48px;
  font-weight: 500;
}
.main .rightBox {
  font-size: 12px;
  color: #000;
  background-color: #fff;
  text-align: center;
  border-radius: 12px;
  margin-left: 38px;
}
.main .rightBox .qrcode {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main .rightBox .qrcode .qrcodeLogo {
  width: 30px;
  height: 30px;
  padding: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.main .rightBox .text {
  margin-bottom: 10px;
}
.tips {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 10px;
  font-size: 12px;
}
.mobile {
  color: #fff;
  width: 100%;
  height: 100%;
}
.mobile .fixed-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: center;
  z-index: -1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile .fixed-bg .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.mobile .fixed-bg video {
  object-fit: cover;
}
.mobile .fixed-footer {
  z-index: 9;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  padding-bottom: 0.79rem;
}
.mobile .fixed-footer .download-btn {
  pointer-events: auto;
  width: 4.04rem;
  height: 0.66rem;
  font-size: 0.28rem;
  background-color: #eeb827;
  border-radius: 0.65rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.mobile .fixed-footer .download-btn i {
  margin-right: 0.1rem;
  font-size: 0.35rem;
  position: relative;
  top: -0.02rem;
}
.mobile .fixed-footer .arrow-down {
  pointer-events: auto;
  transition: opacity 0.2s;
  position: absolute;
  bottom: 0.21rem;
  width: 0.34rem;
  height: 0.28rem;
  left: 50%;
  transform: translateX(-50%);
}
.mobile .main {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  justify-content: flex-end;
  padding-bottom: 40%;
}
.mobile .main .app {
  display: flex;
  align-items: center;
}
.mobile .main .app .logo {
  width: 1.25rem;
  margin-right: 0.14rem;
}
.mobile .main .app .title {
  font-size: 0.32rem;
  line-height: 0.5rem;
}
.mobile .main .app .subject {
  font-size: 0.56rem;
}
.mobile .main .download-btn {
  margin-top: 0.5rem;
  /*width: 4rem;*/
  width: 5rem;
  height: 0.76rem;
  border-radius: 0.65rem;
  font-size: 0.28rem;
  color: #fff;
  background-color: #eeb827;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile .main .download-btn i {
  font-size: 0.32rem;
  margin-right: 0.1rem;
}
.mobile .main .doc-btn {
  margin-top: 0.3rem;
  font-size: 0.24rem;
}
.mobile .main .doc-btn i {
  font-size: 0.2rem;
}
.mobile .tips {
  position: absolute;
  left: 0;
  bottom: 15px;
  color:red;
  width: 100%;
  padding: 0.1rem 0.5rem;
  box-sizing: border-box;
}
.mobile .tips p {
  box-sizing: border-box;
  padding: 0.12rem;
  border-radius: 0.285rem;
  font-size: 0.24rem;
  display: flex;
}
.zhen {
  display: none;
  width: 5.2rem;
}
.fixed-header {
  position: absolute;
  left: 0.34rem;
  top: 0.3rem;
  display: flex;
  align-items: center;
}
.fixed-header .logo {
  width: 0.96rem;
  margin-right: 0.23rem;
}
.android-doc-btn {
  display: none;
  text-align: center;
  margin-top: 5px;
  color: #fff;
}
/*幻灯片*/
.bg-slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.bg-slides img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 1.5s opacity;
}
.bg-slides img:first-child {
  opacity: 1;
}
