.clearfix::after {
    display: block;
    content: '';
    clear: both;
}

.MoblieIndex_main > div {
    margin: auto;
}

.MoblieIndex_main > .part1 {
    margin-bottom: 0.68rem;
    padding-top: 1.62rem;
    width: 7.5rem;
}
.part1 > h2 {
    margin-bottom: 0.3rem;
    line-height: 0.46rem;
    font-size: 0.46rem;
    font-weight: bold;
    color: #2c2c2c;
    text-align: center;
}
.part1 > p {
    margin-bottom: 0.72rem;
    line-height: 0.3rem;
    font-size: 0.3rem;
    color: #2c2c2c;
    text-align: center;
}
.part1 .booksPaginationBtn {
    padding-bottom: 0.52rem;
    width: 100%;
    overflow-x: auto;
}
.part1 .booksPaginationBtn::-webkit-scrollbar {
    width: 1px;     
    height: 6px;
}
.part1 .booksPaginationBtn::-webkit-scrollbar-thumb {
    border-radius: 25px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #f7386e;
    scrollbar-arrow-color: red;
}
.part1 .booksPaginationBtn::-webkit-scrollbar-track {
    background: transparent;
}
.part1 .booksPaginationBtn > div {
    width: 16.8rem;
}
.part1 .booksPaginationBtn > div > img {
    float: left;
    margin: 0 0.18rem;
    width: 2.44rem;
    height: 3.14rem;
}

#books_swiper {
    margin-bottom: 1rem;
}
#books_swiper .swiper-slide {
    box-sizing: border-box;
    padding: 0.3rem;
}
#books_swiper .swiper-slide > img {
    display: block;
    margin: 0 auto 0.64rem;
    width: 6.06rem;
    height: 7.8rem;
    border-radius: 26px;
    box-shadow: 0 0 10px 5px #c2c2c2;
}
#books_swiper .swiper-slide > h3 {
    margin-bottom: 0.4rem;
    line-height: 0.3rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #2c2c2c;
    text-align: center;
}
#books_swiper .swiper-slide > p {
    margin-bottom: 0.82rem;
    line-height: 0.44rem;
    font-size: 0.28rem;
    font-weight: normal;
    color: #2c2c2c;
    text-align: justify;
}
#books_swiper .swiper-slide > .buyBtn {
    margin-bottom: 0.18rem;
    text-align: center;
}
#books_swiper .swiper-slide > .buyBtn > a {
    display: inline-block;
    margin: 0 0.21rem;
    width: 2.28rem;
    height: 0.72rem;
}
#books_swiper .swiper-pagination {
    bottom: 0;
    line-height: 0.14rem;
}
#books_swiper .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
    background: #aeaeae;
    opacity: 1;
}
#books_swiper .swiper-pagination-bullet-active {
    background: #ff4d7b;
}


.CGWangAppPart {
    width: 6.9rem;
    height: 1.3rem;
    padding-top: 0.38rem;
    padding-bottom: 0.38rem;
    border-top: 1px dashed #a0a0a0;
    margin: auto;
}
.CGWangAppPart .logo {
    float: left;
    width: 1.3rem;
    height: 1.3rem;
    background: url("../../Image/schoolBooks/MobileIndex/logo.png") no-repeat center center/cover;
}
.CGWangAppPart .appDescription {
    float: left;
    height: 1.14rem;
    padding-top: 0.16rem;
    margin-left: 0.2rem;
}
.CGWangAppPart .appDescription h2 {
    font-size: 0.3rem;
    line-height: 0.3rem;
    margin-bottom: 0.14rem;
    font-weight: 600;
}
.CGWangAppPart .appDescription p {
    font-size: 0.22rem;
    line-height: 0.34rem;
    color: #1c1c1c;
}
.CGWangAppPart .btn {
    float: right;
    width: 2.2rem;
    height: 100%;
    line-height: 1.3rem;   
}
.CGWangAppPart .btn a {
    display: block;
    width: 2.2rem;
    height: 0.5rem;
    border-radius: 25px;
    font-size: 0.28rem;
    color: #fff;
    line-height: 0.5rem;
    text-align: center;
}