html {
    color: #000;
    background: #fff;
    overflow-y: scroll;
    font-size: 37.5px;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

.main-html .download-total {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 600px;
}

.main-html .download-total .download-top {
    text-align: center
}

.main-html .download-total .download-top .top-logo {
    margin-top: 0.93333333rem;
    border: 2px solid #fff;
}

.main-html .download-total .download-top .top-title {
    height: .74666667rem;
    line-height: .74666667rem;
    font-size: 20px;
    color: #575456
}

.main-html .download-total .download-top .top-text {
    margin-top: .09333333rem;
    margin-bottom: .42666667rem;
    height: .44rem;
    line-height: .44rem;
    font-size: 12px;
    color: #868686;
    font-weight: 300
}

.main-html .download-total .download-top .install-a {
    margin: auto;
    display: block;
    height: 1.33333333rem;
    width: 5.33333333rem;
    line-height: 1.33333333rem;
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    background-image: -webkit-linear-gradient(35deg, #66ad52 1%, #39ea33 100%);
    background-image: linear-gradient(55deg, #62b94e 1%, #36d039 100%);
    -webkit-box-shadow: 0 2px 10px 0 rgba(132, 204, 72, 0.68);
    box-shadow: 0 2px 10px 0 rgb(38 195 128 / 68%);
    border-radius: 100px;
    text-decoration: none
}

.main-html .download-total .download-title {
    margin-top: 1.13333333rem;
    margin-bottom: .44rem;
    height: .66666667rem;
    font-weight: 700;
    line-height: .66666667rem;
    font-size: 16px;
    color: #454545;
    text-align: center
}

.main-html .download-total .download-title i {
    display: inline-block;
    margin-bottom: .13333333rem;
    height: 1px;
    width: 1.73333333rem
}

.main-html .download-total .download-tips {
    width: 100%;
    font-size: 13px;
    color: #888;
    line-height: .53333333rem;
    margin-bottom: .26666667rem
}

.main-html .download-total .android-img {
    display: block;
    height: 3.58666667rem;
    width: 5.62666667rem;
    text-align: center;
    margin: auto auto .64rem
}

.main-html .download-total .ios-img {
    display: block;
    width: 90%;
    text-align: center;
    margin: auto auto .64rem
}

.main-html .download-total .download-title i:nth-child(1) {
    background-image: -webkit-gradient(linear, right top, left top, from(#939393), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(right, #939393 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(-90deg, #939393 0, rgba(255, 255, 255, 0) 100%);
    margin-right: 0.26666667rem;
}

.main-html .download-total .download-title i:nth-child(2) {
    margin-left: 0.26666667rem;
    background-image: -webkit-gradient(linear, left top, right top, from(#939393), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, #939393 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(90deg, #939393 0, rgba(255, 255, 255, 0) 100%);
}