body {
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.menus-show {
  height: 4rem;
}
/*footer 隐藏盒子top不同*/
#footer .tool-info {
  top: -1.3rem;
}
#joinUs {
  width: 100%;
  /*=====footer img======*/
}
#joinUs .section-one {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /*app-container全景盒子*/
  /*全景遮罩*/
}
#joinUs .section-one #app-container {
  width: 100%;
  height: 100%;
}
#joinUs .section-one .quanjingDark {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../h5images/index/welPage-cover.png");
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  /*向下的箭头动画*/
}
#joinUs .section-one .quanjingDark .firstTit {
  width: 7.49333333rem;
  height: 5.36rem;
  margin-top: 4.50666667rem;
  margin-bottom: 1.52rem;
}
#joinUs .section-one .quanjingDark a {
  display: block;
  width: 2.96rem;
  height: 0.90666667rem;
  margin: 0 auto;
  position: relative;
  /*hover前 底层图片上边是定位的hover 但是它的透明度为0 所以看不见*/
}
#joinUs .section-one .quanjingDark a img:first-child {
  width: 2.96rem;
  height: 0.90666667rem;
  opacity: 1;
}
#joinUs .section-one .quanjingDark .list {
  width: 100%;
  margin-top: 2rem;
  position: absolute;
  bottom: 1.28rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  padding: 0 1.5rem;
}
#joinUs .section-one .quanjingDark .list span {
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 2.81px;
  text-align: center;
  cursor: pointer;
  border-bottom: 0 solid #FFFFFF;
  padding: 0.08rem;
}
#joinUs .section-one .quanjingDark .list span:hover {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF !important;
  transition: border-bottom 0.4s;
}
#joinUs .section-one .quanjingDark .list span:first-child {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
#joinUs .section-one .quanjingDark #down-index {
  width: 0.67rem;
  height: 0.28rem;
  position: absolute;
  bottom: 1rem;
  /*display: flex;
        display: -webkit-flex;
        justify-content: center;*/
  z-index: 4;
  animation: arrow-animated 1.5s infinite;
  -webkit-animation: arrow-animated 1.5s infinite;
}
@keyframes arrow-animated {
  0% {
    transform: translateY(0rem);
  }
  100% {
    transform: translateY(0.3rem);
  }
}
@-webkit-keyframes arrow-animated {
  0% {
    transform: translateY(0rem);
  }
  100% {
    transform: translateY(0.3rem);
  }
}
#joinUs .content .title {
  text-align: center;
  margin-top: 0.96rem;
  margin-bottom: 0.53333333rem;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  line-height: 46px;
}
#joinUs .content .info {
  width: 8.93333333rem;
  background: rgba(39, 84, 154, 0.02);
  margin: auto;
  padding: 0 0.53333333rem;
  box-sizing: border-box;
}
#joinUs .content .info .common {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.8rem 0;
  box-sizing: border-box;
}
#joinUs .content .info .common:last-child {
  border-bottom: none;
}
#joinUs .content .info .common .tit {
  margin-bottom: 0.26666667rem;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
#joinUs .content .info .common .text {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
#joinUs .content .fourCards {
  width: 8.90666667rem;
  margin: auto;
}
#joinUs .content .fourCards .card {
  display: inline-block;
  width: 4.26666667rem;
  height: 6.88rem;
  margin-bottom: 0.37333333rem;
  position: relative;
}
#joinUs .content .fourCards .card .tit {
  position: absolute;
  top: 40%;
  left: 1.01333333rem;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 23px;
}
#joinUs .content .fourCards .card:nth-child(2n+1) {
  margin-right: 0.26666667rem;
}
#joinUs .content .fourCards .card img {
  width: 4.26666667rem;
  height: 6.88rem;
}
#joinUs .content .btmTit {
  width: 8.93333333rem;
  margin: auto;
  margin-top: 1.06666667rem;
  margin-bottom: 0.4rem;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  line-height: 24px;
  text-align: left;
}
#joinUs .imgFooter {
  margin-top: 1.33333333rem;
  width: 100%;
  height: 1.25333333rem;
  background: url("../h5images/icon/Bitmap.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: inherit;
}
