 body {
    position: relative;
}

body::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    background: linear-gradient( to bottom, #4f98f2,#4f98f2, #f1f5fa);
    top: 0;
    z-index: -1;
}

.fl {
    float: none;
}

.fr {
    float: none;
}

.lm {
    overflow: hidden;
}

.con_ban_b,.ban_b,.lm,.logo,.fink {
    display: none;
}

/*banner*/
.banner {
    margin: 0 3% 20px 3%;
    width: 94%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.banner .swiper-slide {
    position: relative;
}

.banner .swiper-slide img {
    width: 100%;
    height: 200px;
}

.banner p {
    width: 100%;
    box-sizing: border-box;
    padding: 0 60px 0 10px;
    line-height: 30px;
    height: 30px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 15px;
}

.swiper-button-next, .swiper-button-prev {
    display: none;
}

.swiper-pagination {
    width: 60px!important;
    right: 0;
    left: auto!important;
    bottom: 8px!important;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.4;
    transition: 0.3s ease;
}

.swiper-pagination-bullet-active {
    opacity: 0.8;
    width: 14px;
    border-radius: 10px;
    transition: 0.3s ease;
}

.ban_word {
    display: none;
}

/*热门导航*/
.con_ban .nav_rwap {
    width: 94%;
    height: 150px;
    overflow: hidden;
    margin: 20px 3%;
    border-radius: 10px;
    box-sizing: border-box;
}

.con_ban .nav_rwap li {
    width: 25%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
    float: left;
}

.con_ban .nav_rwap li a {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
    position: relative;
    padding-top: 46px;
    height: 18px;
    overflow: hidden;
    color: #666;
}

.con_ban .nav_rwap li a:before {
    content: "";
    display: block;
    background: #4f98f2;
    border-radius: 14px;
    position: absolute;
    width: 36px;
    height: 36px;
    top: 0;
    left: 50%;
    margin-left: -18px;
}

.con_ban .nav_rwap li:nth-child(1),.con_ban .nav_rwap li:last-child {
    display: none;
}

.con_ban .nav_rwap li:nth-child(2) a:before {
    background: url(../images/nav2.svg) no-repeat;
    background-size: 100%;
}

.con_ban .nav_rwap li:nth-child(3) a:before {
    background: url(../images/nav3.svg) no-repeat;
    background-size: 100%;
}

.con_ban .nav_rwap li:nth-child(4) a:before {
    background: url(../images/nav4.svg) no-repeat;
    background-size: 100%;
}

.con_ban .nav_rwap li:nth-child(5) a:before {
    background: url(../images/nav5.svg) no-repeat;
    background-size: 100%;
}

.con_ban .nav_rwap li:nth-child(6) a:before {
    background: url(../images/nav6.svg) no-repeat;
    background-size: 100%;
}

.con_ban .nav_rwap li:nth-child(7) a:before {
    background: url(../images/nav7.svg) no-repeat;
    background-size: 100%;
}

.con_ban .nav_rwap li:nth-child(8) a:before {
    background: url(../images/nav8.svg) no-repeat;
    background-size: 100%;
}

.con_ban .nav_rwap li:nth-child(9) a:before {
    background: url(../images/nav1.svg) no-repeat;
    background-size: 100%;
}

/* 热门推荐 */
.ban_re {
    padding: 10px 3%;
    background-color: #fff;
    border-radius: 10px;
}

/*今日推荐*/
.con_ban .hot,.ban_mes {
    margin-top: 10px;
    padding: 20px 3%;
    background-color: #fff;
    border-radius: 10px;
}

.con_ban .hot ul {
    padding: 10px 0;
}
