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 0 40px 0;
}

.moreBtn a{
  font-size: 12px;
  color: #B2BFF8;
}

.header{
  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;
  z-index: 999;
}
.headerLogo img{
  width: 25px;
  margin-top: 5px;
}
.headerTitle{
  font-size: 18px;
  color: #3F454B;
}
.headerMenus img{
  width: 22px;
  margin-top: 5px;
}
.banner img{
  width: 100%;
}

/* 内容 */
.content{
  padding: 0 15px;
  box-sizing: border-box;
}
.describe{
  font-size: 16px;
  color: #D5DCFF;
  margin-top: 33px;
}
.describe span a{
  font-size: 12px;
  color: #F5A623;
}
.resource{
  margin-top: 35px;
}
.resourceTitle{
  box-sizing: border-box;
  height: 34px;
  width: 100%;
  background: url('../../../img/feiyingjihua/h5/titleBackgound_1.png');
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.resourceTxt{
  color: #FFF;
}
.resourceMod{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.resourceMod div{
  margin-top: 18px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.resourceMod img{
  width: 167px;
  height: 97px;
  background-color: #FFF;
}
.resourceMod p{
  font-size: 14px;
  color: #FFF;
  margin-top: 5px;
}

.trait{
  margin-top: 35px;
}
.common{
  box-sizing: border-box;
  height: 34px;
  width: 100%;
  background: url('../../../img/feiyingjihua/h5/titleBackgound_1.png');
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.traitTxt{
  color: #FFF;
}

/* 特点 */
.traitMod{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.traitChild{
  margin-top: 15px;
  width: 29%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.traitImg{
  width: 50.5px;
}
.traitModName{
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  color: #FFFFFF;
}
.traitModTxt{
  color: #D5DCFF;
  font-size: 11px;
  margin-top: 5px;
  text-align: center;
}

/* 安排 */
.arrange{
  margin-top: 35px;
}
.arrangeMod{
  margin-top: 35px;
}
.arrangeChild{
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.left{
  display: flex;
}
.arrangeTime{
  width: 30px;
  font-size: 12px;
  color: #FFF;
  text-align: center;
}
.show{
  position: relative;
  margin-left: 8px;
}
.xian{
  height: 100%;
  width: 1px;
  background-color: #D8D8D8;
  padding-bottom: 20px;
}
.xian3{
  height:125%;
  width: 1px;
  background-color: #D8D8D8;
}
.arrangeChild:last-child .xian3{
  height:100%;
}
.dian{
  width: 7px;
  height: 7px;
  border-radius: 4px;
  border: 1px solid #FFF;
  position: absolute;
  top: 10px;
  left: -4px;
  background: #2C3D99;
}
.arrangeTxt{
  width: 284px;
  height: 82px;
  background-color: #384EC5;
  border-radius: 10px;
  box-sizing: border-box;
  padding-top: 9px;
  padding-left: 10px;
}
.arrangeTitle{
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
  padding-bottom: 8.5px;
}
.arrangeSubhead{
  font-size: 12px;
  color: #FFF;
  font-weight: 600;
}
.arrangeCon{
  font-size: 12px;
  color: #D5DCFF;
}

/* 报名按钮 */
.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;
}
/*
扫码*/
.codeshow{
  background: url("../../../img/feiyingjihua/h5/code_bgs.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 5px;
  margin-top: 25px;
}
.codeshow img{
  width:96px;
  height: 96px;
  max-width: 96px;
  min-width: 96px;
  max-height: 96px;
  min-height: 96px;
}
.codeshow span{
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  background: url("../../../img/feiyingjihua/h5/words_bg.png") no-repeat;
  background-size: 100% 100%;
  display: inline-table;
  padding: 15px;
}