@charset "utf-8";

.main {
    position: relative;
    width: 7.5rem;
    margin: 0 auto;
}
.download-bg {
    margin-top: .82rem;
    height: 11.23rem;
    background: url(../imgs/download-bg.png?t=123455677) no-repeat center center;
    background-size: cover;
}
.download-btn-box {
    position: absolute;
    left: 0;
    bottom: 0.6rem;
    right: 0;
    font-size: 0.22rem;
    color: #999;
    text-align: center;
}
.download-btn {
    display: block;
    width: 6.9rem;
    height: 1rem;
    margin: 0 auto;
    line-height: 1rem;
    text-align: center;
    font-size: .36rem;
    color: #fff;
    border-radius: .08rem;
    box-shadow: -.08rem .14rem .15rem rgba(34, 123, 217, .2);
    text-decoration: none;
    background-color: #227bd9;
}
}