@charset "utf-8";
/*===================下载页========================*/

.download-app{
    width: 100%;
    height: 100%;
    background: url(../img/download-bg.png) no-repeat;
    background-size: 90% 75%;
    background-position: 50% 25%;
    background-color: #fff;
}

.download-app .download-btn{
    width: 100%;
    height: 3.088889rem;
    background-color: #665c50;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-around;
}

.download-btn li {
    display: inline-block;
}

.download-btn li:nth-child(1){
    width: 2.133333rem;
    height: 2.133333rem;
    border-radius: 0.177778rem;
    margin-top: 0.488889rem;
}
.download-btn li:nth-child(1) img {
    width: 100%;
    height: 100%;
}
.download-btn li:nth-child(2){
    margin-left: -0.977778rem;
    color: #fff;
}

.download-btn li div:nth-child(1){
    font-size: 0.755556rem;
    margin-top: 0.666667rem;
}

.download-btn li div:nth-child(2){
    font-size: 0.533333rem;
}

.download-btn li:nth-child(3){
    width: 4.0rem;
    font-size: 0.666667rem;
}
.download-btn li:nth-child(3) a{
    display: inline-block;
    width: 100%;
    height: 1.288889rem;
    background-color: #ff8a3a;
    border-radius: 0.177778rem;
    text-align: center;
    line-height: 1.288889rem;
    font-size: 0.666667rem;
    margin-top: 0.911111rem;
    color: #fff;
}

.mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #000 url(../img/pic_guide.png) no-repeat; */
    background-position: center 0;
    background: rgba(0,0,0,.7);
}
.mask img {
    margin: 0 auto;
    display: block;
    width: 80%;
}