* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html{
    width: 100%;
    margin: 0 auto;
}

.onlineShop {
    box-sizing: border-box;
    padding-top: 864px;
    width: 100%;
    height: 1744px;
    background: url('../img/h5-bg.jpg') no-repeat center center / 100% 100%;
    text-align: center;
}

.lesson {
    width: calc(100% - 9px);
    margin: 0 auto;
}

.lesson .title{
    width: 342px;
    height: 25px;
}

.lessonUl {
    display: flex;  
    width: 100%;
    justify-content: space-between;
    margin: 50px auto 0;
}

.lessonUl li {
    background: #FFEFEE;
    color: #333333;
    font-size: 12px;
    border-radius: 50px;
    height: 30px;
    line-height: 30px;
    width: 114px;
    cursor: pointer;
}

.lessonUl li.active {
    color: #fff;
    background: #FF2D55;
}

.orderBox {
    display: block;
}

.contactBox, .processBox {
    display: none;
}

.box {
   margin-top: 25px;
}

.box p {
    font-size: 12px;
    color: #333;
    line-height: 20px;
}

.box p a {
    color: #FF2D55;
}

.box .swiper {
    margin-top: 25px;
    padding-bottom: 40px;
}

.box .swiper-slide img{
    width: 295px;
    height: 502px
}

.swiper-button-next, .swiper-button-prev {
    color: #FF2D55;
    font-weight: bold;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    background: #FF2D55;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px;
    width: 10px;
}