.wrapper{
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    color: #fff;
}
.wrapper-v{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.swiper-slide-v{
    position: relative;
    width: 100%;
    height: 100%;
}
.page_back{
    position: absolute;
    width: 100%;
    height: 100%;
}
.page1{
    background: url("../../images/mobile/funiu/back1.jpg") center center no-repeat;
    background-size: 100% 100%;
}
.con-wrap{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.name{
    font-size: 0.33rem;
    line-height: 0.33rem;
    font-weight: 700;
    margin: 0.9rem 0 0.3rem;
}
.tit{
    font-size: 0.54rem;
    line-height: 0.54rem;
    color: #23fcff;
    font-weight: 700;
}
.sub-tit{
    font-size: 0.28rem;
    margin-top: 0.21rem;
}
.spe-font{
    font-size: 0.52rem;
    line-height: 0.52rem;
    color: #23fcff;
    margin-top: 0.5rem;
}
.spe-font img{
    width: 4rem;
}
.download-btn{
    display: block;
    width: 2.84rem;
    position: absolute;
    bottom: 2.92rem;
    left: 50%;
    margin-left: -1.42rem;
}
.download-btn img{
    width: 100%;
}
.page2{
    background: url("../../images/mobile/funiu/back2.jpg") center center no-repeat;
    background-size: 100% 100%;
}
.page3{
    background: url("../../images/mobile/funiu/back3.jpg") center center no-repeat;
    background-size: 100% 100%;
}
.b3_con{
    overflow: hidden;
    margin: 0.67rem auto 0;
}
.b3_con li{
    float: left;
    width: 50%;
    margin-bottom: 0.31rem;
}
.b3_con li img{
    margin-bottom: 0.3rem;
    width: 1.71rem;
}
.b3_con .b3_txt{
    font-size: 0.24rem;
    line-height: 0.24rem;
    text-align: center;
    color: #fff;
}
/*.p3-btn{*/
    /*bottom: 1.92rem;*/
/*}*/
.page4{
    background: url("../../images/mobile/funiu/back4.jpg") center center no-repeat;
    background-size: 100% 100%;
}
.ua-icon{
    overflow: hidden;
    width: 80%;
    margin: 0.5rem auto 0;
    font-size: 0.26rem;
}
.ua-icon li{
    width: 33.33%;
    float: left;
}
.ua-icon li img{
    height: 0.5rem;
}
.ua-icon li span{
    display: block;
}
.items-wrap{
    width: 90%;
    margin: 1rem auto 0;
}
.slide_items{
    padding: 0.24rem 0.2rem;
    overflow: hidden;
    border: 1px solid #1cebee;
    border-radius: 4px;
    margin-bottom: 0.35rem;
}
.usr_pic{
    float: left;
    width: 1rem;
    height: 1rem;
    margin-right: 0.2rem;
}
.slide_txt{
    float: left;
    text-align: left;
    width: 80%;
}
.slide_txt_tit{
    /*margin-bottom: 0.15rem;*/
    font-size: 0.24rem;
    color: #1cebee;
    /*line-height: 0.28rem;*/
    margin-top: 0.1rem;
}
.slide_txt_sub{
    font-size: 0.2rem;
    color: #fefefe;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.arrow{
    position: fixed;
    bottom: 0.2rem;
    z-index: 99;
    width: 0.6rem;
    left: 50%;
    margin-left: -0.3rem;
    animation:arrowMove 1.5s linear infinite;
    -webkit-animation:arrowMove 1.5s linear infinite; /*Safari and Chrome*/
}
@keyframes arrowMove{
    0% {bottom: 0.2rem;}
    50% {bottom: 0.3rem;}
    100% {bottom: 0.2rem;}
}
@-webkit-keyframes arrowMove{
    0% {bottom: 0.2rem;}
    50% {bottom: 0.3rem;}
    100% {bottom: 0.2rem;}
}
.hide{
    display: none;
}
