.banner {
    z-index: 1;
    position: relative;
}

.banner img {
    width: 100%;
}

.banner .swiper.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner .swiper.container .el-carousel__container {
    height: 539px;
}

.viewer {
    margin-top: 80px;
}

.viewer .container .title {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.viewer .container .title .line {
    width: 152px;
    height: 3px;
    background-color: #296BEF;
}

.viewer .container .title .desc {
    margin: 0 40px;
    font-size: 40px;
    font-weight: 500;
}

.viewer .container .content {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
}

.viewer .container .content .left .item {
    display: flex;
    width: 360px;
    margin-bottom: 30px;
}

.viewer .container .content .left .item .icon img {
    width: 50px;
}

.viewer .container .content .left .item .desc {
    margin-left: 20px;
    letter-spacing: 3px;
    line-height: 36px;
}

.media {
    margin-top: 80px;
}

.media .container .title {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.media .container .title .icon img {
    width: 40px;
}

.media .container .title .desc {
    margin: 0 40px;
    font-size: 40px;
    font-weight: 500;
}

.media .container .content {
    margin-top: 80px;
}

.media .container .content .vr {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.media .container .content .vr .right {
    width: 1094px;
    height: 326px;
    background: linear-gradient(45deg, #48C6EF10 0%, #6F86D610 100%);
}

.media .container .content .vr .right .title {
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
    height: 100px;
}

.media .container .content .vr .right .title .desc {
    width: 124px;
    font-size: 82px;
    font-weight: 500;
    color: #296BEF;
}

.media .container .content .vr .right .title .line {
    width: 93px;
    height: 6px;
    background: #FFA601;
    border-radius: 3px;
    margin-right: 40px;
}

.media .container .content .vr .right .content {
    font-size: 24px;
    font-weight: 500;
    color: #353535;
    padding: 0 40px;
    line-height: 48px;
    margin-top: 40px;
}

.media .container .content .ar {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.media .container .content .ar .left {
    width: 1094px;
    height: 326px;
    background: linear-gradient(45deg, #48C6EF10 0%, #6F86D610 100%);
}

.media .container .content .ar .left .title {
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
    height: 100px;
}

.media .container .content .ar .left .title .desc {
    width: 124px;
    font-size: 82px;
    font-weight: 500;
    color: #296BEF;
}

.media .container .content .ar .left .title .line {
    width: 93px;
    height: 6px;
    background: #FFA601;
    border-radius: 3px;
    margin-left: 40px;
}

.media .container .content .ar .left .content {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 500;
    color: #353535;
    padding: 0 40px;
    line-height: 48px;
}

.footer-banner {
    margin-top: 100px;
    position: relative;
}

.footer-banner img {
    width: 100%;
}

.footer-banner .container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


.footer-banner .container .title {
    margin-top: 100px;
    font-size: 48px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    justify-content: flex-start;
    justify-items: center;
    align-items: center;
}

.footer-banner .container .title .icon {
    margin-left: 20px;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.footer-banner .container .title .icon img {
    width: 37px;
}

.buy {
    margin-top: 80px;
}

.buy .container .title {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.buy .container .title .icon img {
    width: 21px;
}

.buy .container .title .desc {
    margin: 0 40px;
    font-size: 40px;
    font-weight: 500;
}

.buy .container .content {
    margin-top: 80px;
}

.buy .container .content .buy-button {
    margin-bottom: 80px;
    text-align: center;
}

.buy .container .content .buy-button .el-button {
    font-size: 22px;
    font-weight: 500;
}

.buy .container .content .buy-contact-phone {
    text-align: center;
    font-size: 18px;
}
