#adver{
    margin-top: 0.37rem;
    width: 100%;
    height: 2.63rem;
}
.adver_body{
    width: 49.03%;
    height: 100%;
}
.adver_body .adver_img_le,.adver_body .adver_img_ri{
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.adver_body .adver_img_le .adver_dis_le,.adver_body .adver_img_ri .adver_dis_ri{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.74rem;
    line-height: 0.74rem;
    padding:0 0.28rem;
    background-color: rgba(74,197,255,0.7);
    text-align: right;
    font-size: 0.26rem;
    color: #fff;
    z-index:100;
}
.adver_body .adver_img_le .adver_dis_le span,.adver_body .adver_img_ri .adver_dis_ri span{
    display: block;
    line-height: 0.74rem;
    float: left;
    width:60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.adver_body .adver_img_le .adver_dis_le i,.adver_body .adver_img_ri .adver_dis_ri i{
    display: none;
}
/* 分页器 */

.adver_body .swiper-container{
    width: 100%;
    height: 100%;
}
.adver_body .swiper-pagination-bullet {
    width: 0.15rem;
    height:  0.15rem;
    display: inline-block;
    border-radius: 100%;
    background:rgba(0,0,0,0) !important;
    border: 2px solid #fff;
    opacity: 1 !important;
    z-index: 101;
}
.adver_body .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff !important;
}
.adver_body .swiper-container-horizontal>.swiper-pagination-bullets,.adver_body  .swiper-pagination-custom, .swiper-pagination-fraction {
    text-align: right;
    bottom: 0.18rem;
  
    width: 100%;
}
.adver_body .swiper-pagination {
    position: absolute;
    text-align: left;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 1000;
}