body{
    overflow: hidden;
    line-height: 1;
    width: 100%;
}
.j_position{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*===============微信（Andrid && ios）====================*/
.r_wechat{}
.r_wechat img{
    display: block;
    width: 100%;
    height: auto;
}
.r_wechat p{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 3.525rem;
    width: 8rem;
    height: 2rem;
    font-size: .9rem;
    display: -webkit-box;
    -webkit-box-align:center;
    -webkit-box-pack:center;
    color: #26b5ef;
    border:1px solid #26b5ef;
    border-radius: 20rem;
    z-index:2;
}
/*==蒙层弹框微信（Andrid && iOS）==*/
.r_Mglayerbg,.r_browbg{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    z-index:2;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.r_Mglayerbg img,.r_Browser img{
    display: block;
    width: 100%;
}
/*================浏览器（Andrid && iOS）=================*/
.r_Browser h3{
    font-size: .8rem;
    color: #333;
    text-align: center;
    margin-bottom: .5rem;
}
.r_Browser p{
    font-size: .7rem;
    color: #666;
    line-height: 1.6;
    text-align: center;
}
.r_download{
    display: -webkit-box;
    -webkit-box-align:center;
    -webkit-box-pack:center;
    width: 13.075rem;
    height: 2.2rem;
    background-color: #469fef;
    font-size: .9rem;
    color: #fff;
    margin:2rem auto .5rem;
    border-radius: 4px;
    cursor: pointer;
}
.r_download span{
    display: block;
    width: .85rem;
    height: 1.025rem;
    margin-left: 1.2rem;
    background:url(../images/icon3.png) center bottom no-repeat;
    background-size: .85rem .325rem;
}
.r_download span i.i1{
    display: block;
    width: .5rem;
    height: .8rem;
    background:url(../images/icon2.png) center top no-repeat;
    background-size: .5rem .8rem;
    margin:auto;
    position: relative;
    animation:dw 1.3s ease infinite;
    -webkit-animation:dw 1.3s ease infinite;

}
@keyframes dw{
0% {height:0;}
25% {height:.1rem;}
50%{height: .225rem}
75%{height: .45rem;}
100%{height:.8rem;}
}
@-webkit-keyframes dw{
0% {height:0;}
25% {height:.1rem;}
50%{height: .225rem}
75%{height: .45rem;}
100%{height:.8rem;}
}
/*==蒙层弹框浏览器（Andrid && iOS）==*/
.r_Profios{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12.55rem;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 6px;
}
.r_Profios .r_fbg{
    height: 9.1rem;
    background:url(../images/bg1.png) no-repeat;
    background-size:100% 9.3rem;
    overflow: hidden;

}
.r_Profios h3{
    font-size: .8rem;
    text-align: center;
    padding:1.2rem 0;
    color: #fff;
}
.r_Profios p{
    font-size: .65rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    padding-left:1rem;
    color: #fff;
}
.r_Profios p span{
    font-size: .7rem
}
.r_Profios .r_pronav{
    display: -webkit-box;
    -webkit-box-align:center;
    -webkit-box-pack:center;
    border-top: 1px solid #cecece;
}
.r_Profios .r_pronav a{
    display: -webkit-box;
    -webkit-box-flex:1;
    -webkit-box-align:center;
    -webkit-box-pack:center;
    border-right: 1px solid #cecece;
    color: #333;
    font-size: .8rem;
    height: 2.5rem;
}
.r_Profios .r_pronav a:last-child{
    border-right: 0;
    color: #469fef;

}