.m-banner img{
    width: 100%;
}

.m-body{
    display: flex;
    justify-content: space-between;
    border-radius: 1.5rem 1.5rem 0 0;
    margin-top: -2rem;
    background: #fff;
    position: relative;
    overflow: auto;
    height: calc(100% - 27rem);
    /* margin-bottom: 0rem; */
}

.m-left{

    border-radius: 1.5rem;
}

.m-left ul{
    text-align: center;
    border-radius: 1.5rem;

}


.m-left ul li{
    padding: 1rem 2rem;
    background: #EDEDEE;
}

.m-left ul li:first-child{
    padding: 2rem 0rem 1rem;
    border-radius: 1.5rem 1.5rem 0 0;
}

.m-left ul li:last-child{
    padding: 1rem 0rem 2rem;
    border-radius:  0 0 1.5rem 1.5rem;
}


.m-left ul .active-left{
    background: #fff;
}

.m-right{
    /*flex: 1;*/
    padding: 1.5rem;
    width: 74%;
}

.m-top {
    text-align: center;
    background: #eee;
    padding: 1rem;
}

p.m-title {
    font-size: 2rem;
}

p.m-label {
    font-size: 0.8rem;
    margin-bottom: 0;
}

.m-bottom ul li {
    display: inline-block;
    width: 48%;
    background: #eee;
    padding: 1rem;
    margin-bottom: 1rem;
}

.m-bottom ul li:nth-child(even){
    margin-left: 2%;
}

.m-bottom ul li img{
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.shelf-img{
    height: 17rem;
}

.shelf-item{
    padding: unset;
    overflow: hidden;
}

.m-bottom {
    margin: 2rem 0 1rem;
}

.shelf-title{
    font-size: 1rem;
    margin-top: 0.5rem;
}


.m-left a{
    color: #333;
}

.m-left {

}

.float-nav{
    position:fixed;

}


@media (max-width: 768px) {
    .buy-box{
        top: 15%;
        left: 3%;
        width: 94%;
        height: auto;
        padding: 1rem;
        background: #fff;
        box-shadow: 0px 1px 3px 2px #c3bfbf;
    }
    .buy-box-left{
        width: 0%;
    }

    .buy-box-left img{
        width: 100%;
        height: auto;
    }

    .buy-box-right{
        width: 100%;
    }

    .buy-box-title{
        font-size: 2rem;
    }

    .buy-box-en{
        font-size: 1.6rem;
    }

    .buy-box-label{
        font-size: 1rem;
    }

    .close-box{
        top: -1rem;
        right: -1rem;
    }

    .close-box img{
        width: 3.5rem;
        height: 3.5rem;
    }

}
