.MoblieIndex_main {
    padding-top: 0.88rem;
}

.titleBox {
    width: 100%;
    height: 12.06rem;
    background: url('../../Image/TeacherCourse/MobileIndex/part1/bg.jpg') no-repeat center/cover;
}
.titleBox>h2 {
    margin-bottom: 0.46rem;
    padding-top: 2.54rem;
    line-height: 0.7rem;
    font-size: 0.5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-shadow: 0 3px 3px #70130e;
}
.titleBox>p {
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
    text-shadow: 0 3px 3px #70130e;
}

.teacherBox {
    padding-top: 9.74rem;
    width: 100%;
    height: 15.36rem;
    background: url('../../Image/TeacherCourse/MobileIndex/part2/bg.jpg?v=1.0') no-repeat center/cover;
}
.teacherBox>h2 {
    padding: 0.22rem 0;
    width: 100%;
    background: rgba(44, 44, 44, 0.5);
    line-height: 0.76rem;
    font-size: 0.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.worksBox {
    width: 100%;
    height: 21.01rem;
    background: url('../../Image/TeacherCourse/MobileIndex/part3/bg.jpg') no-repeat center/cover;
}
.worksBox>h2 {
    margin-bottom: 0.28rem;
    padding-top: 5.88rem;
    line-height: 0.6rem;
    font-size: 0.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.worksBox>p {
    line-height: 0.3rem;
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
}

.advisoryBox {
    width: 100%;
    height: 14rem;
    background: url('../../Image/TeacherCourse/MobileIndex/part4/bg.jpg') no-repeat center/cover;
}
.advisoryBox>h2 {
    margin-bottom: 0.53rem;
    padding-top: 2.28rem;
    line-height: 0.76rem;
    font-size: 0.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.advisoryBox>p {
    margin-bottom: 1.8rem;
    line-height: 0.5rem;
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
}
.advisoryBox>a {
    display: block;
    margin: auto;
    width: 4rem;
    height: 1rem;
    border-radius: 25px;
    background: #fff;
    line-height: 1rem;
    font-size: 0.4rem;
    color: #2c2c2c;
    text-align: center;
}