*{
    margin:0;
    padding: 0;
    font-family: "Helvetica";
}
#mobile{
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    position: relative;
}
.mobile-nav{
    position: fixed;
    width: 100%;
    height: 0.7rem;
    z-index: 200;
    background: #fff;
    padding: 0.2rem 0;
}
.mobile-nav-con{
    position: relative;
}
.mobile-nav-left{
    position: absolute;
    left: 0.3rem;
    width: 1.6rem;
    height: 0.6rem;
    top: 0.1rem;
    display: flex;
    justify-content: space-around;

}
.mobile-nav-right{
    width: 1.5rem;
    height:0.6rem;
    position: absolute;
    right: 0.3rem;
    top: 0.1rem;
    overflow: hidden;
}
.mobile-nav-right img {
    float: left;
    width: 100%;
    height: 100%;
}
.mobile-nav-left img{
    width: 100%;
    height: 100%;
}
.mobile-nav-left-title{
    width: 1.2rem;
    height: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
.mobile-nav-left-title h6{
    text-align: center;
    font-weight: 500;
    font-size: 0.2rem;
    height: 0.2rem;
    line-height: 0.2rem;
}
.mobile-nav-left-title p{
    height: 0.16rem;
    line-height: 0.16rem;
    font-size: 0.16rem
}
.mobile-nav-left-title img{
   width: 100%;
   visibility: middle;
}
.mobile-footer{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 190;
    background: #fff;
    width: 100%;
    height: 0.7rem;
    padding: 0.1rem 0 ;
}
.mobile-footer p{
    text-align: center;
    color: #bbb;
    font-size: 0.2rem;
    margin:0;
    height: 0.3rem;
    line-height: 0.3rem;
}
.mobile-footer p:nth-child(1){
    margin-bottom: 0.1rem;
}
.swiper-container{
    width: 100%;
    height: 82%;
}
.swiper-wrapper{
    width: 100%;
    height: 100%;
}
.swiper-slide{
    z-index: 180;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide-container{
    height: 78%;
}
.free{
    width: 100%;
    height: 1.1rem;
}
.swiper-background-one{
    position: relative;
    width: 100%;
    height: 100%;
}
.swiper-background-one p{
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size:0.35rem;
    color: #fff;
    font-weight: 500;
     
}
.swiper-background-one img{
    z-index: 200;
    width: 100%;
    height: 100%;
}
.swiper-text{
    width: 100%;
    height: 20%;
    overflow: hidden;
}
.swiper-text-title{
    width: 1.2rem;
    height: 0.45rem;
    float: left;
    margin-left: 0.3rem;
    margin-top: 0.3rem;

}
.swiper-text-title h6{
    color: #000;
    font-weight: 500;
    font-size: 0.3rem;
}
.swiper-text-con{
    width:72%;
    height:1.8rem;
    float: right;
    margin-right: 0.3rem;
    margin-left: 0.2rem;
    margin-top: 0.3rem;
}
.swiper-text-con p{
    margin-bottom: 0.1rem;
    color: #000;
    font-size:0.22rem;
}
.swiper-text-con p a{
    color: #000;
    font-size: 0.22rem;
    text-decoration: none;
}
.gun-swiper-slide{
    font-size: 18px;
    height: auto;
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
} 
.button-next{
    width: 0.36rem;
    height: 0.36rem;
    position: fixed;
    left: 45%;
    bottom:1.46rem;
    z-index: 200;
    clear: both;
}
.pagination {
    margin-left: 0.3rem;
    margin-bottom: 1.26rem;
    position: absolute;
    left: 0;
    bottom: 0.1rem;
    z-index: 200;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    width: 0.3rem;
    height: 0.7rem;
}
.pagination p{
    font-size: 0.2rem;
    height: 0.3rem;
    line-height: 0.3rem
}
.pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 0.2rem;
}
.active {
    text-align: center;
    width: 0.3rem;
    font-size: 0.1rem;
    margin: 0;
    float: left;
}

.next{
    float: left;
    width:0.36rem;
    height: 0.36rem;
}
.mobile-layer{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(30,30,30,0.5);
}

