.slider-area{
    font-size:16px;
}

.swiper-container{
    background:#fff;
}

.content{
    padding-bottom:.5rem!important;
}

.category{
    width:100%;
    height:100px;
    margin:0 auto;
    background:#fff;
}

.cate{
    text-align:center;
    background:#fff;
    height:63px!important;
    border-bottom:3px solid #fff;
    padding-top:5px;
}

.cate p{
    text-align:center;
    font-size:14px;
    font-weight:bold;
}

.cur-slider{
    border-bottom:3px solid #007aff;
}

.content .show{
    width:90%;
    margin:.5rem auto;
}

.content .show ul li{
    list-style-type: none;
    margin-bottom:10px;
    background:#fff;
    text-align:center;
    padding:20px;
    border-radius:.12rem;
    box-shadow:0 0.25rem 0.54rem -0.1rem #dfe2e6;
    border:.01rem solid #dfe1e6;
}

.content .show ul li a{
    color:#2b2e32;
    line-height:25px;
    font-size:16px;
    text-align:center;
    text-decoration: none;
    display:block;
}