#appSection1 {
    padding: 1.25rem;
    padding-bottom: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 175, 240, 1) 0%,
        rgba(227, 181, 246, 1) 100%
    );
}
#appSection1 .title {
    margin-bottom: 0.375rem;
    font-size: 1.25rem;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}
#appSection1 .desc {
    font-size: 0.875rem;
    font-family: AvenirNext-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}
#appSection1 .imgs {
    padding-top: 1.25rem;
}
#appSection1 .img {
    float: left;
    width: 4.5rem;
}
#appSection1 .img1 {
    margin-right: 0.625rem;
}
#appSection1 .img img {
    width: 100%;
    vertical-align: middle;
}
#appSection1 .bg-img {
    width: 100%;
    margin-top: 1.25rem;
}
#appSection2 {
    padding: 1.5625rem 0 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 75%,
        rgba(0, 0, 0, 0.05) 100%
    );
}
#appSection2 .icon-item {
    margin-bottom: 1.875rem;
    text-align: center;
}
#appSection2 .icon {
    width: 2.5rem;
    margin-bottom: 0.375rem;
    vertical-align: middle;
}
#appSection2 .text {
    font-size: 0.875rem;
    font-family: AvenirNext-Regular;
    font-weight: 400;
    color: rgba(71, 71, 71, 1);
}
.app-section {
    padding: 1.5625rem 1.25rem 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.05) 100%
    );
}
.app-section .title {
    margin-bottom: 0.625rem;
    font-size: 1.25rem;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    color: rgba(71, 71, 71, 1);
}
.app-section .desc {
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(71, 71, 71, 1);
}
.app-section .imgs {
    text-align: center;
}
.app-section .img {
    width: 15.6875rem;
    vertical-align: middle;
}
#appSection3 {
    padding: 1.5625rem 1.25rem 2.8125rem;
    text-align: center;
}
#appSection3 .title {
    margin-bottom: .625rem;
    font-size: 1.25rem;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    color: rgba(71, 71, 71, 1);
}
#appSection3 .desc {
    font-size: .875rem;
    font-family: AvenirNext-Regular;
    font-weight: 400;
    color: rgba(71, 71, 71, 1);
}
#appSection3 .bottom {
    padding-top: 1.5625rem;
}
#appSection3 .img {
    display: inline-block;
    padding: 0 .5rem;
}
#appSection3 .img1 {
    text-align: right;
}
#appSection3 .img2 {
    text-align: left;
}
#appSection3 .img img {
    width: 6.75rem;
    vertical-align: middle;
}
#footer {
    margin-top: 0;
}
