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%;
}

/* 视频 */
.tv{
  margin-top: 20px;
}
.video{
  margin-top: 20px;
}

/* 描述 */
.describe{

}
.title{
  margin-top: 35px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
}
.describe p{
  margin-top: 20px;
  font-size: 14px;
  color: #D5DCFF;
}
.describe span{
  font-size: 15px;
  color: #25E7FF;
}
/* 业界最强大平台 */
.scale_content{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.scale_content div{
  background: #384EC5;
  box-sizing: border-box;
  padding: 16px;
  font-size: 16px;
  color: #E1E4F0;
  margin-top: 15px;
  width: 48%;
  /* border: 0.5px solid #4A90E2; */
  /* box-shadow: 0 0 15px #2B4E86 inset; */
  text-align: center;
  border-radius: 15px;
}
.scale_content img{
  width: 80px;
}
.scale_content p{
  font-size: 16px;
  font-weight: 600;
}

.scale{
  margin-top: 35px;
}
/* 目标 */
.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;
}


/* 名师专家 */
.teacher_module{
  padding: 0 15px;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 10px;
}
.swiper-containers {
  width: 100%;
  margin-top: 17px;
  padding-bottom: 10px;
  border-radius: 10px;
}
.teacher_list{
  height: 360px;
  display: flex;
}
.teacher_mod{
  background-color: #384EC5;
  border: 1px solid #BCF1FF;
  box-sizing: border-box;
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
  /* box-shadow: 0 0 15px #070A30; */
  border-radius: 10px;
}
.teacher_mod div{
  box-sizing: border-box;
  padding: 15px 10px;
  text-align: center;
  width: 33%;
  /* margin-right: 20px; */
}
.teacher_mod img{
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.teacher_name{
  font-size: 15px;
  font-weight: 600;
  color: #E1E4F0;
  margin-top: 10px;
}
.teacher_introduce{
  font-size: 12px;
  color: #D5DCFF;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* 团队 */
.team{
  margin-top: 35px;
}
.teamImg{
  margin-top: 16px;
  width: 100%;
  height: 188px;
}
.teamImg img{
  width: 100%;
  height: 100%;
 /* object-fit: cover;*/
  border-radius: 5px;
}


.common_0{
  box-sizing: border-box;
  height: 34px;
  width: 100%;
  background: url('../../../img/feiyingjihua/h5/titleBackgound_0.png');
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.commonTxt_0{
  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_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;
}
.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;
}
