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{
  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;
}

/* 计划 */
.plan{
  margin-top: 35px;
}
.planTxt{
  font-size: 14px;
  color: #D5DCFF;
  margin-top: 18px;
}

/* 目标 */
.target{
  margin-top: 35px;
}
.targetimg{
  box-sizing: border-box;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.targetimg div{
  box-sizing: border-box;
  padding: 9px;
  width: 100%;
  height: 211px;
  border: 1px solid #BCF1FF;
}
.targetimg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.targetimg p{
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
  margin-top: 10px;
}

/* 特点 */
.trait{
  margin-top: 35px;
}
.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;
}

/* 要素 */
.element{
  margin-top: 35px;
}
.systemCom{

}
.systemImg{
  margin-top: 20px;
  width: 100%;
}
.systemMod {
  border: 0.5px solid #BCF1FF;
  background-color: #384EC5;
  box-sizing: border-box;
  padding: 10px;
  box-sizing: border-box;
}
.systemMod_2 {
  box-sizing: border-box;
}
.systemMod_2 img{
  width: 100%;
}
.systemTitle{
  font-size: 13px;
  color: #FFF;
}
.systemTitle span{
  font-size: 13px;
  color: #20E2FE;
}
.systemDetails{
  margin-top: 25px;
  display: flex;
}
.detailsLeft{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.detailsLeft p{
  font-size: 9px;
  color: #FFF;
}
.detailsLeft img{
  width: 90px;
  height: 170px;
}
.detailsMod{
  display: flex;
}
.details {
  text-align: center;
  width: 60px;
  margin-left: 18px;
}
.details img{
  width: 55px;
}
.details p{
  font-size: 10px;
  color: #D5DCFF;
}
.detailsElse p{
  font-size: 9px;
  color: #FFF;
  margin-left: 18px;
  margin-top: 18px;
}
.detailsElse div{
  display: flex;
  margin-left: 18px;
  margin-top: 5px;
}
.detailsElse img{
  width: 70px;
  height: 44px;
  margin-right: 5px;
}
.platformDetails{
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.platformLeft{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #FFF;
}
.platformLeft img{
  width: 55px;
}
.platformRight{
  font-size: 12px;
  color: #D5DCFF;
  margin-left: 10px;
}
.platformRight span{
  color: #21E3FF;
}

/* 安排 */
.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;
}

.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;
}
.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;
}
.commonTxt{
  color: #FFF;
}
.common_3{
  box-sizing: border-box;
  height: 34px;
  width: 100%;
  background: url('../../../img/feiyingjihua/h5/titleBackgound_3.png');
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.commonTxt_3{
  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;
}