.home_swiper{
    margin-top: 0.02rem;
    width: 100%;
    height: 4.5rem;
    position: relative;
    z-index: -1;
}
.home_swiper>img{
    width: 100%;
    height: 100%;
}
.home_text{
    width: 12rem;
    background-color: #2BBDEE;
    margin: -0.81rem auto 0.81rem;
    
}
.home_pad{
    padding: 0.63rem 1.1rem 0.7rem 1rem;
}
.home_pad .title{
    font-size: 0.48rem;
    text-align: center;
    color: #fff;

}
.home_pad .del{
    font-size: 0.2rem;
    text-align: center;
    color: #fff;
}
.home_pad .content{
    font-size: 0.20rem;
    margin-top: 0.65rem;
    color: #fff;
}
.home_pad .content p{
    text-indent: 2em;
    line-height: 0.32rem;
}
.home_pad .content p:last-child{
    margin-top: 0.4rem;
}
.home_pad .base{
    font-size: 0.28rem;
    margin-top: 0.65rem;
    color: #fff;
    line-height: 0.4rem;
    font-family: "宋体";
    font-style: oblique;
}
.side_tabbar{
    position: fixed;
    right: 0.63rem;
    top: 4.23rem;
    width: 2.70rem;
    height: 3.70rem;
    z-index: 9;
}
.side_tabbar img{
    width: 100%;
    height: 100%;
}