.header{
    background: url("../image/download_pic_bg_one@2x.png") no-repeat;
    background-size: cover;
    height: 11rem;
}

.container{
    padding-bottom: 4rem;
}

.btn{
    height: 0.92rem;
    background: url("../image/download_btn_one@2x.png") no-repeat;
    background-size: 100% 100%;
    width: 5.94rem;
    margin: 0.51rem auto 0.19rem;
}

.tip{
    color: #333333;
}
.tip span{
    color: #FFA700;
}

.btn-container{
    position: fixed;
    bottom: 0;
    background: white;
    left: 0;
    right: 0;
}
.tip{
    padding-bottom: 0.22rem;
}

.tip-footer{
    padding-top: 0.09rem;
}
.tip-footer,.tip-footer a{
    font-size: 0.2rem;
    text-align: center;
    font-weight: 400;
    color: #878787;
}

.tip-footer:last-child{
    padding-bottom: 0.23rem;
}

.tip-footer a{
    padding-right: 0.35rem;
    position: relative;
}
.tip-footer a::after{
    position: absolute;
    content: " ";
    background: url("../image/Vector@2x.png") no-repeat  center center;
    width:0.08rem;
    height: 0.15rem;
    top: 50%;
    transform: translateY(-50%);
    background-size: 100%;
    right: 0.19rem;
}
