*{
    margin: 0;
    padding: 0;
}
body,html{
    width: 100%;
    height: 100%;
}
.page-box{
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding: 20px 15px;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, #327b32 , #327b32);
    background-size: 100% 100%;
}
.top-text{
    width: 100%;
    font-size: 0.3rem;
    line-height: 1.3;
    color: #fff;
}
.banner-box{
    width: 100%;
    margin-top: 10px;
}
.page-img{
    width: 100%;
    margin: 10px auto;
}
.xinxin{
    width: 40%;
    display: block;
    margin: 0 auto;
}
.text-img{
    width: 80%;
    display: block;
    margin: 0 auto;
}
.page-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.list-li{
    width: 48%;
    margin-top: 10px;
    position: relative;
}
.list-li img{
    width: 100%;
    display: block;
    margin: 0 auto;
}
.list-li span{
    position: absolute;
    top: 14%;
    left: 43%;
    transform: translate(-50%, -52%);
    font-size: 0.28rem;
    color: #fff;
    font-weight: 900;
    text-align: center;
}
.banner-list{
    width: 100%;
}
.banner-text{
    width: 100%;
    min-height: 30px;
    background-image: linear-gradient(to bottom, #7cb27a , #018e00);
    background-size: 100% 100%;
    font-size: 0.3rem;
    line-height: 30px;
    line-height: 1.3;
    color: #fff;
    margin: 10px auto;
    padding: 4px 10px;
    box-sizing: border-box;
    border-radius: 6px;
}
.banner-text i{
    color: #e9ec00;
    font-style: normal;
    font-size: 0.28rem;
    font-weight: 900;
}
.swiper-slide img{
    width: 100%;
    display: block;
}
.kefu-icon{
    width: 80px;
    position: fixed;
    top: 35%;
    right: 0px;
    z-index: 99;
}
.kefu-icon img{
    width: 100%;
    display: block;
}
.icon-icon{
    width: 80px;
    position: fixed;
    top: 45%;
    right: 0px;
    z-index: 99;
}
.icon-icon img{
    width: 100%;
    display: block;
}
@keyframes xing {
    0% {
        transform: scale(0.9);
    }
    25% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    75% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}
.my_xing {
    -webkit-animation-name: xing;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
}
