body, html, p, div, ul, li, a, img, h1, h2, h3, h4, h5, h6, input {
  margin: 0;
  padding: 0;
  font-family: Helvetica Neue,Helvetica,Arial,Hiragino Sans GB,Heiti SC,Microsoft YaHei,sans-serif;
  text-decoration: none;
  list-style-type: none;
}

body{
  background-color: #2C3D99;
  padding:44px 15px 40px 15px;
}

.moreBtn{
  font-size: 12px;
  color: #B2BFF8;
}

.header{
  z-index: 2;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 44px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 15px;
  background-color: #FFF;
}
.headerLogo img{
  width: 25px;
  margin-top: 5px;
}
.headerTitle{
  font-size: 18px;
  color: #3F454B;
}
.headerMenus img{
  width: 22px;
  margin-top: 5px;
}
.banner img{
  width: 100%;
}

/* 收获 */
.harvest{
  width: 100%;
  margin-top: 35px;
  background: url('../../../img/feiyingjihua/h5/back_1.png');
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 55px;
  padding-left: 66px;
  padding-bottom: 20px;
  padding-right: 13px;
  font-size: 14px;
}
.harvest p{
  color: #FFF;
  font-weight: 600;
}
.harvestList li{
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.dian{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #FFF;
  margin-top: 8px;
}
.harvestList div{
  width: 95%;
  font-size: 14px;
  color: #FFF;
}
.down{
  margin-top: 20px;
  width: 50px;
  text-align: center;
  margin-left: 30%;
}
.littleHarvest img{
  width: 100%;
}
.value{
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
}
.child{
  box-sizing: border-box;
  padding: 15px;
  width: 48%;
  background: url('../../../img/feiyingjihua/h5/back_2.png');
  background-size: 100% 100%;
}
.valuetTitle{
  font-size: 14px;
  color: #21E3FF;
}
.child li{
  color: #D5DCFF;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  font-size: 12px;
}
.right{
  width: 90%;
}
.direction{
  margin-top: 35px;
}

.engineer ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  color: #FFF;
  font-size: 14px;
}
.engineer li{
  width: 28%;
  margin-top: 15px;
}
.engineer img{
  margin-top: 5px;
  width: 100%;
}


.common_2{
  box-sizing: border-box;
  height: 34px;
  width: 100%;
  background: url('../../../img/feiyingjihua/h5/titleBackgound_2.png');
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.commonTxt_2{
  color: #FFF;
}
/* 报名按钮 */
.applyBtn{
  width: 315px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 22.5px;
  font-size: 20px;
  color: #FFF;
  background: linear-gradient(to right, #DF87C6 , #8393F4);
  margin: 30px auto 0 auto;
}
.applyBtn a{
  color: #FFF;
}

/*菜单tab切换*/
.headermenutab{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 1000;
}
.headermenutab>div{
  border-radius: 0 0 24px 24px;
  background: #FFFFFF;
  padding-bottom: 40px;
  width:100%;
  top:0;
  left: 0;
  position: relative;
}
.header_show{
  width: 100%;
  height: 44px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 15px;
  background-color: #FFF;
}
.menutabinfo{

}
.titin{
  text-align: left;
  padding: 30px 15px;
}
.titin span{
  font-size: 20px;
  color: #4A4A4A;
  display: inline-block;
}
.titbox{

}
.titbox ul {
  display: flex;
  justify-content: space-around;
}
.titbox ul li{
  background: #E6EBEE;
  border-radius:8px;
  text-align:center;
  width: 77px;
  height: 77px;
}
.titbox ul li a{
  display: block;
  padding-top: 9px;
}
.titbox ul li span{
  font-size: 13px;
  color: #1D2023;
  display: block;
  padding-top: 6px;
}