*{margin: 0;padding: 0;}
body{
    background: #ffffff;
}
.Single{
   padding: .3rem;
}
.Single h5{
    font-size: .36rem;
    text-align: center;
    /* padding-top: .38rem; */
    padding-bottom: .2rem;
}
.Single .Album{
    width: 100%;
    height: 12.6rem;
    position: relative;
}
.Single .Album img{
    width: 100%;
    height: 100%;
}
.Single .Album .Album_one{
    width: 6.9rem;
    height: 3.78rem;
    position: absolute;
    top: 0;
    left: 0;
}
.Single .Album .Album_two{
    width: 4.5rem;
    height: 3.3rem;
    position: absolute;
    top: 3.88rem;
    left: 0;
}
.Single .Album .Album_three{
    width: 2.3rem;
    height: 1.7rem;
    position: absolute;
    top: 3.88rem;
    left: 4.6rem;
}
.Single .Album .Album_four{
    width: 2.3rem;
    height: 3.3rem;
    position: absolute;
    top: 5.68rem;
    left: 4.6rem;
}
.Single .Album .Album_five{
    width: 2.2rem;
    height: 5.1rem;
    position: absolute;
    top: 7.28rem;
    left: 0;
}
.Single .Album .Album_six{
    width: 2.2rem;
    height: 1.7rem;
    position: absolute;
    top: 7.28rem;
    left: 2.3rem;
}
.Single .Album .Album_seven{
    width: 4.6rem;
    height: 3.3rem;
    position: absolute;
    top: 9.08rem;
    left: 2.3rem;
}

.Single_p ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Single_p ul li {
    width: 1.6rem;
    background-color: #f0e0d7;
    font-size: 0.26rem;
    text-align: center;
    color: #723c1a;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.3rem;
}
.Single_p ul li.title {
    color: #b46636;
    background-color: #fff;
    text-align: left;
    font-size: 0.24rem;
}
.Single_p ul li:nth-child(n+5) {
    margin-top: 0.11rem;
}
.section-course-four {
    padding-top: 0.3rem;
    padding-bottom: 0.2rem;
}
