.learn img.go,
.learn span {
    vertical-align: middle
}

.more-fun,
.page-title .content {
    position: relative
}

.w {
    width: 1320px;
    margin: 0 auto
}

.learn {
    display: inline-block;
    font-size: 22px;
    line-height: 40px;
    color: #0B4DF5;
    font-weight: 500;
    cursor: pointer
}

.learn img.go {
    width: 50px;
    margin-left: 24px
}

.page-title {
    text-align: center
}

.page-title>h1 {
    font-weight: 700;
    font-size: 100px;
    margin-top: 160px
}

.page-title>p {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 100px
}

.page-title img {
    width: 100%;
    border-radius: 40px
}

.page-title .content .desc {
    width: 37%;
    position: absolute;
    top: 55%;
    left: 78px;
    text-align: left;
    color: #fff;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.page-title .content .desc .title {
    font-size: 36px;
    font-weight: 700
}

.page-title .content .desc .text {
    font-size: 22px;
    margin: 24px 0
}

.page-title .content .desc .text2 {
    font-size: 18px
}

.page-title .content .desc .more {
    display: inline-block;
    font-size: 22px;
    background: #fff;
    color: #0d4df5;
    padding: 12px 32px;
    border-radius: 50px;
    cursor: pointer
}

.page-title .content.mobile {
    display: none
}

.page-title .content.mobile .desc {
    width: 90%;
    top: 9%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center
}

.features {
    margin: 140px auto 0
}

.features>.title {
    font-size: 48px;
    font-weight: 700;
    text-align: center
}

.features>.text {
    font-size: 24px;
    margin: 12px 0;
    text-align: center
}

.service .blue {
    color: #0C4DF5
}

.service>.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 48px 8% 0
}

.service>.content .left,
.service>.content .right {
    background: #fff;
    padding: 24px;
    border-radius: 20px;
    text-align: center
}

.service>.content .left:hover,
.service>.content .right:hover {
    -webkit-box-shadow: 0 0 40px #B1C4FF;
    box-shadow: 0 0 40px #B1C4FF
}

.service>.content .left p,
.service>.content .right p {
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: 700
}

.service>.content .left .learn,
.service>.content .right .learn {
    margin-top: 24px
}

.service>.content .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service>.content .img-box img {
    width: 100%
}

.service>.content .img-box .one {
    width: 74%
}

.service>.content .img-box .two {
    width: 24%
}

.service>.content .left {
    width: 30%
}

.service>.content .left .pur {
    width: 69%
}

.service>.content .right {
    width: 68%
}

.more-fun {
    margin-top: 160px;
    color: #fff
}

.more-fun .content {
    position: absolute;
    top: 50%;
    left: 6%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.more-fun h1 {
    font-size: 58px;
    font-weight: 700;
    margin-bottom: 28px
}

.more-fun p {
    font-size: 28px
}

.more-fun img {
    width: 100%
}

.review>.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    padding: 80px 48px;
    margin-top: 48px
}

.review>.content img {
    width: 49px
}

.review>.content .year {
    font-size: 40px;
    font-family: FontName;
    margin: 0 48px
}

.review>.content .text-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.review>.content .text-box p {
    font-size: 24px
}

.review>.content .text-box p.sub {
    font-size: 20px;
    color: #999;
    margin-top: 24px
}

.review>.content .mobile {
    display: none;
    text-align: right;
    margin-top: 8px
}

.review>.content .mobile .icon {
    display: inline-block;
    background: #6D96FF;
    color: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 8px;
    margin-left: 12px
}

@media screen and (max-width:1400px) {
    .w {
        width: 860px
    }
    .page-title>h1 {
        font-size: 80px;
        margin-top: 100px
    }
    .page-title>p {
        font-size: 28px;
        margin-top: 24px;
        margin-bottom: 100px
    }
    .page-title .content .desc {
        width: 52%;
        left: 55px
    }
    .page-title .content .desc .title {
        font-size: 30px
    }
    .page-title .content .desc .text2 {
        font-size: 16px
    }
    .page-title .content .desc .text {
        font-size: 18px;
        margin: 16px 0
    }
    .page-title .content .desc .more {
        font-size: 16px;
        padding: 10px 24px
    }
    .more-fun h1 {
        font-size: 46px;
        margin-bottom: 20px
    }
    .more-fun p {
        font-size: 20px
    }
    .review>.content {
        padding: 80px 24px
    }
    .review>.content .year {
        margin: 0 24px
    }
}

@media screen and (max-width:880px) {
    .w {
        width: 100%;
        padding: 0 12px
    }
    .page-title>h1 {
        font-size: 50px;
        margin-top: 60px
    }
    .page-title>p {
        font-size: 24px;
        margin-top: 12px;
        margin-bottom: 40px
    }
    .page-title .content.pc {
        display: none
    }
    .page-title .content.mobile {
        display: block
    }
    .more-fun p.two,
    .service>.content .img-box .one {
        display: none
    }
    .page-title .content.mobile .desc .title {
        font-size: 28px
    }
    .features {
        margin-top: 80px
    }
    .features>.title {
        font-size: 30px
    }
    .features>.tac>.learn,
    .features>.text {
        font-size: 20px
    }
    .service>.content {
        margin-left: 12px;
        margin-right: 12px
    }
    .service>.content .left,
    .service>.content .right {
        width: 48%;
        padding: 24px 12px
    }
    .service>.content .left p,
    .service>.content .right p {
        font-size: 22px;
        height: 50px
    }
    .service>.content .img-box .two {
        width: 69%
    }
    .learn {
        font-size: 18px
    }
    .learn img.go {
        width: 32px;
        margin-left: 8px
    }
    .more-fun {
        margin-top: 60px
    }
    .more-fun h1 {
        font-size: 21px;
        margin: 0 0 12px
    }
    .review>.content {
        display: block;
        padding: 24px;
        border-radius: 14px
    }
    .review>.content .pc {
        display: none
    }
    .review>.content .mobile {
        display: block
    }
    .review>.content .year {
        margin: 0 0 12px;
        font-size: 36px
    }
    .review>.content .text-box p {
        font-size: 20px
    }
    .review>.content .text-box p.sub {
        font-size: 18px
    }
}