#section1 {
    padding: 1.25rem;
    background: linear-gradient(
        180deg,
        rgba(74, 144, 226, 1) 0%,
        rgba(111, 199, 240, 1) 100%
    );
    text-align: center;
}
#section1 .img {
    width: 12.5rem;
    vertical-align: middle;
}
#section1 .title {
    margin-bottom: .625rem;
    font-size: 1.25rem;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}
#section1 .desc {
    font-size: .875rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

#section2 .part {
    position: relative;
}
#section2 .part::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: 9;
}
#section2 .part img {
    width: 100%;
}
#section2 .desc {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 0 0.625rem;
    font-size: 0.625rem;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 10;
}

.s3-lite-section {
    position: relative;
    padding-top: 1.5625rem;
    text-align: center;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.05) 100%
    );
}
.s3-lite-section .title {
    margin-bottom: .625rem;
    font-size: 1.25rem;
    font-family: AvenirNext-Bold;
    font-weight: 600;
    color: rgba(71, 71, 71, 1);
}
.s3-lite-section .desc {
    font-size: .875rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(71, 71, 71, 1);
}
.s3-lite-section .img {
    vertical-align: middle;
}
#section3 .desc1 {
    margin-bottom: .625rem;
}
#section3 .img {
    width: 100%;
    margin-top: 1.8125rem;
}
#section4 .img {
    width: 100%;
    margin-top: 2.875rem;
}
#section5 .img {
    width: 100%;
    margin-top: 2.25rem;
}
#section6 .img {
    width: 100%;
    margin-top: .6875rem;
}
#section7 .bottom {
    padding-top: 1.5625rem;
}
#section7 .keys {
    margin-bottom: 1.5625rem;
    font-size: .875rem;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    color: rgba(71, 71, 71, 1);
    text-align: center;
}
#section7 .key {
    margin-bottom: .625rem;
}
#section7 .key:last-child {
    margin-bottom: 0;
}
#section7 .imgs {
    text-align: center;
}
#section7 .img {
    width: 13.4375rem;
}
#section8 .bottom {
    padding: 1.5625rem 0;
}
#section8 .keys {
    padding-right: .3125rem;
    text-align: right;
}
#section8 .values {
    padding-left: .3125rem;
    text-align: left;
}
#section8 .key,
#section8 .value {
    margin-bottom: .625rem;
    font-size: .625rem;
    font-family: AvenirNext-Regular;
    font-weight: 400;
    color: rgba(71, 71, 71, 1);
}
#section8 .key:last-child,
#section8 .value:last-child {
    margin-bottom: 0;
}
#section8 .value {
    font-weight: bold;
}
#section8 .compare {
    margin-bottom: 1.5625rem;
    font-size: .625rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(0, 175, 240, 1);
}
#section9 {
    padding-top: 0;
}
#section9 .img {
    width: 100%;
}
#section9 .bottom {
    padding: 1.5625rem 1.25rem 0;
    background-color: #fff;
}
#section9 .desc {
    font-size: .875rem;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(71, 71, 71, 1);
    text-align: left;
}
