/* 左侧导航  + 轮播图 + 登录头像 */
#indexContent{
    width: 92%;
    margin:0.2rem auto 0;
}
.contentWrap{
    width: 100%;
    height: 3.62rem;
    overflow: hidden;
}
.navigationWrap,.loginWarp{
    width: 22%;
    height:100%;
    border-radius: 0.08rem;
    background-color: #fff;
}
.rotationChartWrap{
    width: 54%;
    height:100%;
    margin-left: 1%;
    border-radius: 0.08rem;
}
.rotationChartWrap img{
    width: 100%;
    height: 3.62rem;
    border-radius: 0.08rem;
}
.navigationWrap p{
    width: 65%;
    height: 0.3rem;
    margin: auto;
    font-size:0.14rem;
    line-height: 0.3rem;
    padding: 0.15rem 0.2rem 0.15rem 0.2rem;
    border-radius: 0.08rem;
}
.activeP{
    background-color: rgba(172, 22, 3,0.1);
}
.navigationWrap p img{
    width: 0.24rem;
    height: 0.23rem;
    margin-top:0.035rem;
    float: left;
}
.navigationWrap p span{
    display: block;
    float: left;
    margin-left: 0.2rem;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    display: none;
}
.next,.prev{
    width: 0.3rem!important;
    height: 0.3rem!important;
    display: block;
}
.loginWarp img{
    width: 0.36rem;
    height: 0.36rem;
    display: block;
    margin: 1.27rem auto 0;
}
.loginWarp button{
    width: 1.22rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    background-color: #AC1603;
    border-radius: 0.15rem;
    font-size: 0.14rem;
    color: #fff;
    border: none;
    margin: 0.22rem auto 0;
    display: block;
}
.avator1{
    width: 0.53rem;
    display: block;
    height: 0.55rem;
    float: left;
    margin-right: 0.1rem;
    margin-top: 0.05rem;
}
/* 登录成功 */
.successLogin{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}
.successLogin img{
    width: 0.36rem;
    height: 0.36rem;
    display: block;
    margin: 1rem auto 0;
}
.successLogin p{
    text-align: center;
    font-size: 0.14rem;
    margin-top: 0.15rem;
}
.successLogin div{
    width: 100%;
    height: 0.3rem;
}
.successLogin div button{
    display: block;
    border-radius: 0.15rem;
    font-size: 0.14rem;
    color: #fff;
    border: none;
}
.successLogin div button:nth-child(1){
    background-color: #0070DA;
    margin-left: 0.1rem;
    float: left;
}
.successLogin div button:nth-child(2){
    background-color: #34BF85;
    float: right;
    margin-right: 0.1rem;
}


/* 关于证书  5个小图 */
.aboutWrap{
    width: 100%;
    height: 0.96rem;
    background-color: #fff;
    margin-top: 0.2rem;
}
.aboutWrap div{
    width: 14%;
    height: 100%;
    float: left;
    margin-left: 5%;
}
.aboutWrap div img{
    width: 0.76rem;
    height: 0.76rem;
    display: block;
    float: left;
    margin-top: 0.1rem;
}
/* .aboutWrap div ul{
    float: right;
} */
.aboutWrap div ul li:nth-child(1){
    font-size: 0.14rem;
    color: #333333;
    margin-top: 0.34rem;
}
.aboutWrap div ul li:nth-child(2){
    font-size: 0.10rem;
    color: #999999;
}


/* 师资团队 */
#teacherTeamWrap{
    width: 100%;
    height:4rem;
    background-color:#F7CBA2;
    margin-top: 0.2rem;
    overflow: hidden;
    border-radius: 0.06rem;
}
.courseTitle{
    width:90%;
    height:0.3rem;
    margin: 0.2rem auto 0;
    overflow: hidden;
}
.courseTitle span{
    display: block;
    float: left;
    line-height: 0.3rem;
}
.courseTitle span:nth-child(1){
    font-size: 0.24rem;
    color: #333333;
}
.courseTitle span:nth-child(2){
    color:#999999;
    font-size:0.14rem;
    margin-left: 0.15rem;
    margin-top:0.05rem;
}
.teacherTeam{
    width: 100%;
    height:3rem;
    margin-top:0.2rem;
}
.teacherTeam div{
    width: 20%;
    height: 3rem;
    float: left;
    background-color: #fff;
    border-radius: 0.06rem;
    justify-content: space-around;
    margin-left: 4%;
}
.teacherTeam div img{
    width: 1.08rem;
    height: 1.08rem;
    display: block;
    margin: 0.1rem auto 0;
    border-radius: 100%;
}
.teacherTeamT1{
    font-size: 0.18rem;
    color: #444444;
    line-height: 0.2rem;
    margin: 0.23rem 0;
    text-align: center;
    font-weight: 600;
}
.teacherTeamT2{
    font-size: 0.14rem;
    font-weight: 400;
    color: #444444;
    line-height: 0.25rem;
    width: 90%;
    margin: 0.15rem auto 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
}


/* 合作机构 */
#partnersWrap{
    width: 100%;
    height: 1.9rem;
    overflow: hidden;
    margin-top: 0.2rem;
    border-radius: 0.06rem;
    background: linear-gradient(to right, #A6C5FF, #AEF2FF);
}
#partnersWrap div{
    width: 90%;
    height: auto;
    margin: 0.1rem auto 0;
}
#partnersWrap div img{
    display: block;
    width: 3.2rem;
    height: 0.6rem;
}

/* 热门课程 */
#popularCourses{
    width: 100%;
    margin: auto;
    height:auto;
    overflow: hidden;
}
.courseTitle{
    width: 98%;
    margin-left: 2%;
    height:0.3rem;
    overflow: hidden;
}
.courseTitle span{
    display: block;
    float: left;
    line-height: 0.3rem;
}
.courseTitle span:nth-child(1){
    font-size: 0.24rem;
    color: #333333;
}
.courseTitle span:nth-child(2){
    color:#999999;
    font-size:0.14rem;
    margin-left: 0.15rem;
    margin-top:0.05rem;
}
.courseTitle span:nth-child(3){
    color:#3084FF;
    font-size: 0.14rem;
    margin-left: 0.15rem;
    margin-top:0.05rem;
}
.courseTitle span:nth-child(3) a{
    color:#3084FF;
}
.coursesWrap{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.2rem;
}
.coursesWrap div{
    width: 30%;
    height:4.2rem;
    overflow: hidden;
    background-color: #fff;
    float: left;
    margin: 0.1rem 0 0 0.025rem;
    border-radius: 0.12rem;
    margin-left: 2.5%;
}
.coursesWrap div img{
    width: 100%;
    height: 2.5rem;
    display: block;
    transition: transform 0.3s ease-in-out;
}
.coursesWrap div img:hover{
    transform: scale(1.2)
}
.p1{
    font-size: 0.16rem;
    color: #444;
    font-weight: 500;
    width: 90%;
    height: 0.5rem;
    line-height: 0.5rem;
    margin: 0.2rem auto 0;
}
.pt2{
    width: 90%;
    margin: 0.2rem auto 0;
    font-size: 0.14rem;
    color: #999;
    margin-top: 0.05rem;
    line-height: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}
.mune{
    width: 30%;
    height: auto;
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    left:25%;
    z-index: 2023;
    border-radius: 0.08rem;
    font-size: 0.14rem;
    text-indent: 0.2rem;
}
.mune ul{
    width: 100%;
    height:auto;
    overflow: hidden;
}
.mune ul li{
    display: block;
    float: left;
    padding: 0.15rem 0 0.15rem 0;
}
.mune2{
    width: 2.5rem;
    height: auto;
    float: right;
}
.mune2 span{
    margin-right: 0.1rem;
}
/* .mune div span,.mune div .mune2 span{
    display: block!important;
    float: left!important;
    font-size: 0.14rem!important;
    padding: 0.15rem 0 0.15rem 0;
    line-height: 0.3rem!important;
}

.mune1,.arrowSpan{
    margin-left: 0.1rem;
}
.mune2{
    height: auto;
    overflow: hidden;
    margin-left: 0.4rem;
    background-color: red;
    text-indent: 0.2rem;
}
.mune2 span{
    padding: 0!important;
} */

