@media all {

    .changes-content .content-item-wrap .step-swiper-1 .swiper-pagination-bullet,
    .changes-content .content-item-wrap .step-swiper-2 .swiper-pagination-bullet,
    .changes-content .content-item-wrap .step-swiper-3 .swiper-pagination-bullet,
    .changes-content .content-item-wrap .step-swiper-4 .swiper-pagination-bullet {
        background: #2832e5;
    }

    body {
        font-family: Rubik;
    }

    * {
        margin: 0;
        padding: 0;
    }

    li {
        list-style: none;
    }

    a {
        text-decoration: none;
        color: #333333;
    }

    .mobile-style {
        display: none;
    }

    .container {
        width: 1080px;
        margin: 0 auto;
    }

    .flex-content {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
    }

    .achieved {
        box-sizing: border-box;
        padding: 100px 0;
        width: 100%;
        position: relative;
    }

    .achieved .container .title {
        font: bold 40px/143.4% 'Rubik';
        text-align: center;
        color: #000000;
    }

    .achieved .container .flex-content {
        margin-top: 60px;
        z-index: 1;
        position: relative;
    }

    .achieved .container .flex-content .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
        padding: 40px 0;
        flex: 18% 0;
        background: #FFFFFF;
        box-shadow: 0px 8px 19px rgba(185, 203, 241, 0.4);
        border-radius: 14px;
        transition: all 0.3s;
        cursor: pointer;
    }

    .achieved .container .flex-content .item img {
        width: 60px;
        height: 60px;
    }

    .achieved .container .flex-content .item p {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .achieved .container .flex-content .item p span:nth-child(1) {
        font: bold 20px/166.9% 'Rubik';
        color: #000000;
        margin: 10px 0;
    }

    .achieved .container .flex-content .item p span:nth-child(2) {
        font: lighter 14px/166.9% 'Rubik';
        color: #595959;
    }

    .achieved .container .flex-content .item:hover {
        transform: translateY(-20px);
    }

    .achieved .container .data-recovery-box {
        background: #655BEF;
        border-radius: 8px;
        margin-top: 55px;
        position: relative;
        z-index: 1;
    }

    .achieved .container .data-recovery-box .top-content {
        position: relative;
        overflow: hidden;
        padding: 29px 45px 22px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .achieved .container .data-recovery-box .top-content .title {
        font-weight: 600;
        font-size: 32px;
        line-height: 144.9%;
        color: #FFFFFF;
        flex: 0 0 40%;
        text-align: left;
        position: relative;
        z-index: 1;
    }

    .achieved .container .data-recovery-box .top-content .button-box {
        flex: 0 0 43%;
        position: relative;
        z-index: 1;
    }

    .achieved .container .data-recovery-box .top-content .button-box .button-item {
        display: inline-block;
        width: 182px;
        text-align: center;
        height: 56px;
        line-height: 56px;
        font-size: 18px;
        border-radius: 7.1527px;
        transition: all 0.3s;
    }

    .achieved .container .data-recovery-box .top-content .button-box .button-item:hover {
        transform: scale(1.1);
    }

    .achieved .container .data-recovery-box .top-content .button-box .button-item.buy {
        color: #3B31C8;
        background: #fff;
        margin-left: 23px;
    }

    .achieved .container .data-recovery-box .top-content .button-box .button-item.free {
        background: #3B31C8;
        color: #fff;
    }

    .achieved .container .data-recovery-box .top-content::before {
        content: '';
        position: absolute;
        background-image: url(../../img/product/video-converter/recovery-box-bg.png);
        width: 100%;
        height: 231px;
        left: 0;
        top: -10px;
        z-index: 0;
    }

    .achieved .container .data-recovery-box .bottom-content {
        background: rgba(255, 255, 255, 0.06);
        border-radius: 0px 0px 8px 8px;
        padding: 34px 0;
    }

    .achieved .container .data-recovery-box .bottom-content .flex-content {
        margin-top: 0;
    }

    .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item {
        padding: 0 45px;
        flex: 0 0 17%;
        justify-content: flex-start;
        position: relative;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        min-height: 105px;
    }

    .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item.big {
        padding: 0 20px 0 42px;
        flex: 0 0 42%;
    }

    .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item.big img {
        width: 26px;
    }

    .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item::after {
        content: '';
        position: absolute;
        border: 1px dashed rgba(255, 255, 255, 0.22);
        height: 62px;
        bottom: 0;
        right: 0;
        opacity: 0.5;
    }

    .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item:last-child::after {
        display: none;
    }

    .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item .top-box img {
        width: 26px;
    }

    .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item .img-box {
        margin-top: 7px;
        display: flex;
        justify-content: space-between;
    }

    .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item .img-box img {
        width: 17px;
        margin-left: 6px;
        display: inline-block;
    }

    .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item .img-box img:first-child {
        margin-left: 0;
    }

    .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item .title {
        font-weight: 400;
        margin-top: 11px;
        font-size: 14px;
        text-align: left;
        color: #FFFFFF;
        line-height: 17px;
    }

    .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item .desc {
        margin-top: 7px;
        font-weight: 300;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 15px;
    }

    .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item .price {
        margin-top: 7px;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #FFFFFF;
    }

    .achieved .container::after {
        position: absolute;
        content: '';
        width: 100%;
        min-height: 542px;
        background-image: url(../../img/product/video-converter/achieved-box-bg.png);
        background-size: 100% 100%;
        bottom: 0;
        left: 0;
        z-index: 0;
    }

    @media screen and (max-width: 768px) {
        html {
            font-size: 0.2666667vw;
        }

        .pc-style {
            display: none;
        }

        .mobile-style {
            display: block;
        }

        .container {
            width: 93%;
        }

        .flex-content {
            flex-flow: column nowrap;
        }

        .achieved {
            box-sizing: border-box;
            padding: 100px 0 70px;
            width: 100%;
        }

        .achieved .container .title {
            font: bold 32px/143.4% 'Rubik';
        }

        .achieved .container .achieved-swiper {
            position: relative;
            width: 100%;
            height: 200px;
            overflow: hidden;
            margin-top: 30px;
        }

        .achieved .container .achieved-swiper .swiper-slide {
            box-sizing: border-box;
            padding: 0 10px;
            width: 100%;
            margin-top: 10px;
        }

        .achieved .container .achieved-swiper .swiper-slide .item {
            box-sizing: border-box;
            padding: 30px;
            background: #FFFFFF;
            box-shadow: 0px 3px 8px rgba(185, 203, 241, 0.4);
            border-radius: 14px;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 140px;
        }

        .achieved .container .achieved-swiper .swiper-slide .item img {
            width: 61px;
            height: 61px;
        }

        .achieved .container .achieved-swiper .swiper-slide .item p {
            display: flex;
            flex-direction: column;
            margin-left: 40px;
        }

        .achieved .container .achieved-swiper .swiper-slide .item p span:nth-child(1) {
            font: bold 20px/166.9% 'Rubik';
            color: #000000;
            text-align: center;
        }

        .achieved .container .achieved-swiper .swiper-slide .item p span:nth-child(2) {
            font: lighter 14px/166.9% 'Rubik';
            color: #595959;
            text-align: center;
        }

        .achieved .container .achieved-swiper .swiper-pagination-bullets {
            transform: translateX(-50%) !important;
        }

        .achieved .container .data-recovery-box {
            margin-top: 70px;
        }

        .achieved .container .data-recovery-box .top-content {
            padding: 27px 20px 34px;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
        }

        .achieved .container .data-recovery-box .top-content .title {
            font-size: 32px;
            flex: unset;
        }

        .achieved .container .data-recovery-box .top-content .button-box {
            flex: unset;
            margin-top: 20px;
        }

        .achieved .container .data-recovery-box .top-content .button-box .button-item {
            width: 123px;
            height: 44px;
            line-height: 44px;
            font-size: 14px;
        }

        .achieved .container .data-recovery-box .top-content .button-box .button-item.buy {
            margin-left: 18px;
        }

        .achieved .container .data-recovery-box .top-content::before {
            display: none;
        }

        .achieved .container .data-recovery-box .bottom-content {
            padding: 34px 20px 23px;
        }

        .achieved .container .data-recovery-box .bottom-content .flex-content {
            flex-direction: column;
            align-items: start;
        }

        .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item {
            padding: 0;
            flex: unset;
            min-height: 0;
            margin-top: 22px;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: flex-end;
        }

        .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item .top-box {
            flex: 0 0 100%;
        }

        .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item.big {
            padding: 0;
            flex: unset;
            margin-top: 0;
            flex-direction: column;
            align-items: flex-start;
        }

        .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item.big .title::after {
            content: '';
        }

        .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item::after {
            display: none;
        }

        .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item .img-box {
            margin-top: 7px;
        }

        .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item .title {
            margin: 11px 10px 0 0;
        }

        .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item .title::after {
            content: ':';
        }

        .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item .desc {
            margin: 11px 10px 0 0;
        }

        .achieved .container .data-recovery-box .bottom-content .flex-content .flex-item .price {
            margin: 11px 10px 0 0;
        }

        .achieved .container::after {
            background: linear-gradient(360deg, rgba(145, 146, 255, 0.2) 3.33%, rgba(255, 255, 255, 0) 136.79%);
        }
    }
}

@media all {
    * {
        margin: 0;
        padding: 0;
    }

    li {
        list-style: none;
    }

    a {
        text-decoration: none;
        color: #333333;
    }

    .mobile-style {
        display: none;
    }

    .container {
        width: 1080px;
        margin: 0 auto;
    }

    .flex-content {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
    }

    .banner {
        box-sizing: border-box;
        width: 100%;
        padding: 60px 0;
        background: url('../../img/product/video-converter/banner-bg.webp') no-repeat;
        background-size: 100% 100%;
    }

    .banner .container.flex-content .left {
        flex: 58% 0;
    }

    .banner .container.flex-content .left .product-name {
        font: 500 24px/190.4% 'Rubik';
        color: #000000;
    }

    .banner .container.flex-content .left .product-desc {
        font: bold 50px/125.4% 'Rubik';
        color: #000000;
        margin-top: 10px;
    }

    .banner .container.flex-content .left .product-intro {
        margin-top: 20px;
    }

    .banner .container.flex-content .left .product-intro li {
        display: flex;
        font: lighter 16px/230.19% 'Rubik';
    }

    .banner .container.flex-content .left .product-intro li::before {
        content: '·';
        display: block;
        color: #7980FF;
        font-size: 50px;
        margin: -4px 5px 0 0;
    }

    .banner .container.flex-content .left .product-grade {
        display: flex;
        align-items: center;
        width: 100%;
        margin-top: 5px;
    }

    .banner .container.flex-content .left .product-grade span {
        font: lighter 14px/18px 'Rubik';
        color: #000000;
    }

    .banner .container.flex-content .left .product-grade .star {
        display: block;
        width: 28px;
        height: 28px;
        background: url('../../img/product/video-converter/grade-star.svg') no-repeat;
        background-size: 100% 100%;
        margin-right: 8px;
    }

    .banner .container.flex-content .left .product-grade .line {
        width: 2px;
        height: 18px;
        background: #EAEAEA;
    }

    .banner .container.flex-content .left .product-grade .score,
    .banner .container.flex-content .left .product-grade .reviews {
        margin: 0 10px;
    }

    .banner .container.flex-content .left .product-button-wrap {
        margin-top: 20px;
    }

    .banner .container.flex-content .left .product-button-wrap .product-button .btn {
        display: flex;
        margin-bottom: 5px;
    }

    .banner .container.flex-content .left .product-button-wrap .product-button .btn .download {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        background: #655BEF;
        margin-right: 30px;
        padding: 16px 24px;
    }

    .banner .container.flex-content .left .product-button-wrap .product-button .btn .download span:nth-child(1) {
        font: bold 18px/22px 'Rubik';
        color: #FFFFFF;
        margin-left: 30px;
    }

    .banner .container.flex-content .left .product-button-wrap .product-button .btn .download span:nth-child(2) {
        font: lighter 12px/10px 'Rubik';
        color: #FFFFFF;
        margin: 5px 0 0 30px;
    }

    .banner .container.flex-content .left .product-button-wrap .product-button .btn .buy {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        padding: 16px 24px;
        border: 1px solid #655BEF;
    }

    .banner .container.flex-content .left .product-button-wrap .product-button .btn .buy span {
        font: bold 18px/22px 'Rubik';
        color: #655BEF;
        margin-left: 30px;
    }

    .banner .container.flex-content .left .product-button-wrap .product-button .btn .download,
    .banner .container.flex-content .left .product-button-wrap .product-button .btn .buy {
        position: relative;
        transition: all 0.5s;
    }

    .banner .container.flex-content .left .product-button-wrap .product-button .btn .download::before,
    .banner .container.flex-content .left .product-button-wrap .product-button .btn .buy::before {
        position: absolute;
        top: calc(50% - 12px);
        left: 20px;
        content: '';
        display: block;
        width: 25px;
        height: 25px;
    }

    .banner .container.flex-content .left .product-button-wrap .product-button .btn .download:hover,
    .banner .container.flex-content .left .product-button-wrap .product-button .btn .buy:hover {
        transform: translateY(-10px);
    }

    .banner .container.flex-content .left .product-button-wrap .product-button .btn-win .download::before {
        background: url('../../img/product/video-converter/icon-win.svg') no-repeat;
        background-size: 100% 100%;
    }

    .banner .container.flex-content .left .product-button-wrap .product-button .btn-win .buy::before {
        background: url('../../img/product/video-converter/icon-win-purple.svg') no-repeat;
        background-size: 100% 100%;
    }

    .banner .container.flex-content .left .product-button-wrap .product-button .btn-mac .download::before {
        background: url('../../img/product/video-converter/icon-mac.svg') no-repeat;
        background-size: 100% 100%;
    }

    .banner .container.flex-content .left .product-button-wrap .product-button .btn-mac .buy::before {
        top: calc(50% - 16px);
        background: url('../../img/product/video-converter/icon-mac-purple.svg') no-repeat;
        background-size: 100% 100%;
        width: 30px;
        height: 30px;
    }

    .banner .container.flex-content .left .product-button-wrap .product-mac {
        display: none;
    }

    .banner .container.flex-content .left .switch-system {
        display: block;
        cursor: pointer;
        margin-top: 25px;
        font: lighter 16px/166.9% 'Rubik';
    }

    .banner .container.flex-content .left .switch-system::after {
        content: '';
        display: inline-block;
        background: url('../../img/product/video-converter/icon-arrow.svg') no-repeat;
        background-size: 100% 100%;
        width: 20px;
        height: 10px;
        transition: all 0.5s;
        margin-left: 10px;
    }

    .banner .container.flex-content .left .switch-system:hover::after {
        transform: translateX(10px);
    }

    .banner .container.flex-content .right {
        flex: 50% 0;
    }

    .banner .container.flex-content .right img {
        width: 100%;
        height: auto;
    }

    .third-party {
        width: 1080px;
        margin: 40px auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .process-more {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 100px 0 0;
    }

    .process-more>.title {
        width: 760px;
        font: bold 40px/143.4% 'Rubik';
        color: #000000;
        text-align: center;
    }

    .process-more .more-nav-wrap {
        width: 1080px;
        height: 100px;
        margin-top: 50px;
    }

    .process-more .more-nav-wrap .more-nav {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .process-more .more-nav-wrap .more-nav .nav-item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        flex: 11% 0;
        cursor: pointer;
    }

    .process-more .more-nav-wrap .more-nav .nav-item .img-box {
        flex: 1 0;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s;
    }

    .process-more .more-nav-wrap .more-nav .nav-item .img-box-active {
        transform: scale(1.4);
    }

    .process-more .more-nav-wrap .more-nav .nav-item span {
        font: bold 14px/230.19% 'Rubik';
        color: #373737;
        margin-top: 10px;
        height: 64px;
        text-align: center;
    }

    .process-more .more-nav-wrap .more-nav .nav-item .current-span {
        color: #655BEF;
    }

    .process-more .more-nav-wrap .current-line {
        width: 88px;
        height: 4px;
        background: #FFC327;
        border-radius: 2px;
        margin: 10px 0 0 14px;
        transition: all 0.5s;
    }

    .process-more .more-scenes-wrap {
        width: 100%;
        margin-top: 40px;
    }

    .process-more .more-scenes-wrap .scenes-item {
        width: 100%;
        display: none;
    }

    .process-more .more-scenes-wrap .scenes-item .item-bg {
        position: relative;
        z-index: 10;
        width: 100%;
    }

    .process-more .more-scenes-wrap .scenes-item .item-content {
        box-sizing: border-box;
        position: relative;
        z-index: 20;
        width: 1080px;
        background: #FFFFFF;
        box-shadow: 0px 21px 75px -34px rgba(101, 91, 239, 0.35);
        border-radius: 23px;
        margin: -330px auto 0;
        padding: 30px;
    }

    .process-more .more-scenes-wrap .scenes-item .item-content .title {
        font: bold 20px/230.19% 'Rubik';
        text-align: center;
        color: #000000;
        margin-bottom: 10px;
    }

    .process-more .more-scenes-wrap .scenes-item .item-content>img {
        width: 100%;
    }

    .process-more .more-scenes-wrap .scenes-item .item-content .tip {
        text-align: right;
        margin: 10px 0;
    }

    .process-more .more-scenes-wrap .scenes-item .item-content .tip img {
        vertical-align: middle;
    }

    .process-more .more-scenes-wrap .scenes-item .item-content .tip span {
        font: 400 10px/184.02% 'Rubik';
        color: #9A9A9A;
    }

    .process-more .more-scenes-wrap .scenes-item .item-content .intro {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
    }

    .process-more .more-scenes-wrap .scenes-item .item-content .intro .intro-item .img-box {
        width: 30%;
    }

    .process-more .more-scenes-wrap .scenes-item .item-content .intro .intro-item p {
        font: lighter 14px/136.69% 'Rubik';
        color: #1E1E1E;
        margin-top: 10px;
    }

    .process-more .more-scenes-wrap .scenes-item .item-content .toolbox-intro {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
    }

    .process-more .more-scenes-wrap .scenes-item .item-content .toolbox-intro .intro-item {
        box-sizing: border-box;
        padding: 20px;
        flex: 30% 0;
        background: #F8F8FF;
        border-radius: 10px;
        display: flex;
        align-items: center;
        margin: 17px;
    }

    .process-more .more-scenes-wrap .scenes-item .item-content .toolbox-intro .intro-item img {
        width: 55px;
        height: 55px;
        margin-right: 20px;
    }

    .process-more .more-scenes-wrap .scenes-item .item-content .toolbox-intro .intro-item p {
        display: flex;
        flex-direction: column;
    }

    .process-more .more-scenes-wrap .scenes-item .item-content .toolbox-intro .intro-item p span:nth-child(1) {
        font: bold 14px/230.19% 'Rubik';
        color: #000000;
    }

    .process-more .more-scenes-wrap .scenes-item .item-content .toolbox-intro .intro-item p span:nth-child(2) {
        font: lighter 12px/142.69% 'Rubik';
        color: #000000;
    }

    .process-more .more-scenes-wrap .scenes-item .item-content .toolbox-intro .intro-item:last-child {
        flex-direction: column;
        background: none;
    }

    .process-more .more-scenes-wrap .scenes-item .item-content .toolbox-intro .intro-item:last-child p:nth-child(1) {
        display: flex;
        flex-flow: row nowrap;
    }

    .process-more .more-scenes-wrap .scenes-item .item-content .toolbox-intro .intro-item:last-child p:nth-child(1) span {
        display: block;
        width: 12px;
        height: 12px;
        background: linear-gradient(356.9deg, #3E4ADD -24.36%, #A99CEA 110.17%), #D9D9D9;
        border-radius: 50%;
        margin: 0 5px;
    }

    .process-more .more-scenes-wrap .scenes-item .item-content .toolbox-intro .intro-item:last-child p:nth-child(2) {
        font: lighter 13px/189.19% 'Rubik';
        text-align: center;
        margin-top: 10px;
    }

    .process-more .more-scenes-wrap .scenes-item:nth-child(1) {
        display: block;
    }

    .high-efficiency {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        margin-top: 100px;
        overflow: hidden;
    }

    .high-efficiency .container {
        position: relative;
        z-index: 20;
    }

    .high-efficiency .container .title {
        font: bold 40px/143.4% 'Rubik';
        text-align: center;
        color: #000000;
    }

    .high-efficiency .container .flex-content {
        flex-flow: row wrap;
        margin-top: 40px;
    }

    .high-efficiency .container .flex-content .item {
        box-sizing: border-box;
        padding: 30px 20px;
        flex: 48.5% 0;
        background: #2A2238;
        border-radius: 12px;
        margin-bottom: 30px;
    }

    .high-efficiency .container .flex-content .item img {
        width: 38px;
        height: 38px;
    }

    .high-efficiency .container .flex-content .item .item-title {
        font: 500 20px/166.9% 'Rubik';
        color: #4CCAD1;
        margin: 10px 0;
    }

    .high-efficiency .container .flex-content .item .item-desc {
        font: lighter 14px/166.9% 'Rubik';
        color: #FFFFFF;
    }

    .changes {
        width: 100%;
        margin-top: 80px;
    }

    .changes-top {
        padding: 50px 0 0;
        background: rgba(224, 224, 255, 0.55);
    }

    .changes-top .container .title {
        font: bold 40px/143.4% 'Rubik';
        text-align: center;
        color: #000000;
    }

    .changes-top .container .pc-nav {
        margin-top: 50px;
    }

    .changes-top .container .pc-nav .changes-nav {
        display: flex;
        justify-content: space-between;
    }

    .changes-top .container .pc-nav .changes-nav .nav-item {
        flex: 24% 0;
        font: lighter 20px/125.4% 'Rubik';
        text-align: center;
        color: #393939;
        cursor: pointer;
    }

    .changes-top .container .pc-nav .changes-nav .current-item {
        color: #655BEF;
    }

    .changes-top .container .pc-nav .current-line {
        width: 150px;
        height: 7px;
        background: #7980FF;
        margin: 20px 0 0 55px;
        transition: all 0.5s;
    }

    .changes-content {
        padding: 100px 0 60px;
        background: #F6F6FFCC;
    }

    .changes-content .new_instructions_video_btn .new_instructions_video_btn_text {
        margin-top: 25px;
        background-color: #655BEF;
        padding: 4px 10px;
        width: auto;
        height: auto;
    }

    .changes-content .new_instructions_video_btn .new_instructions_video_btn_text .video_btn_icon {
        height: 20px;
        margin-right: 5px;
        margin-bottom: 2px;
    }

    .changes-content .container .pc-content .content-item-wrap {
        width: 100%;
        display: none;
    }

    .changes-content .container .pc-content .content-item-wrap .content-item {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    .changes-content .container .pc-content .content-item-wrap .content-item .left {
        flex: 42% 0;
    }

    .changes-content .container .pc-content .content-item-wrap .content-item .left .step-item {
        box-sizing: border-box;
        padding: 20px;
        border-radius: 14px;
        margin: 20px 0;
        transition: all 0.2s;
    }

    .changes-content .container .pc-content .content-item-wrap .content-item .left .step-item .step-title {
        font: bold 24px/29px 'Rubik';
        color: #000000;
    }

    .changes-content .container .pc-content .content-item-wrap .content-item .left .step-item .step-desc {
        font: lighter 16px/20px 'Rubik';
        color: #292929;
        margin-top: 15px;
    }

    .changes-content .container .pc-content .content-item-wrap .content-item .left .step-item-current {
        background: #EAEAFF;
    }

    .changes-content .container .pc-content .content-item-wrap .content-item .left .step-item-current .step-title {
        color: #655BEF;
    }

    .changes-content .container .pc-content .content-item-wrap .content-item .right {
        flex: 60% 0;
        height: 392px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .changes-content .container .pc-content .content-item-wrap .content-item .right img {
        display: none;
        width: 93%;
        height: 100%;
    }

    .changes-content .container .pc-content .content-item-wrap .content-item .right img:nth-child(1) {
        display: block;
    }

    .changes-content .container .pc-content .content-item-wrap:nth-child(1) {
        display: block;
    }

    .compare {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        padding: 150px 0;
        overflow: hidden;
    }

    .compare::after {
        position: absolute;
        bottom: -300px;
        right: -100px;
        content: '';
        display: block;
        width: 810px;
        height: 873px;
        background: url('../../img/product/video-converter/compare-bg.webp') no-repeat;
        background-size: 100% 100%;
        z-index: 10;
    }

    .compare .container {
        position: relative;
        z-index: 20;
    }

    .compare .container .title {
        font: bold 40px/147.5% 'Rubik';
        text-align: center;
        color: #000000;
    }

    .compare .container .compare-content-wrap .compare-content {
        width: 100%;
        margin-top: 30px;
    }

    .compare .container .compare-content-wrap .compare-content .top {
        box-sizing: border-box;
        padding: 20px 0;
        display: flex;
        justify-content: space-between;
        background: #655BEF;
        border-radius: 24px 24px 0 0;
    }

    .compare .container .compare-content-wrap .compare-content .top li {
        flex: 33% 0;
        font: bold 24px/147.5% 'Rubik';
        text-align: center;
        color: #FFFFFF;
    }

    .compare .container .compare-content-wrap .compare-content .content {
        display: flex;
        justify-content: space-between;
    }

    .compare .container .compare-content-wrap .compare-content .content .left {
        box-sizing: border-box;
        padding: 20px 0;
        flex: 33%;
        background: #F8F8FF;
        border-radius: 0px 0px 0px 20px;
    }

    .compare .container .compare-content-wrap .compare-content .content .left li {
        margin: 10px 0;
        font: lighter 16px/40px 'Rubik';
        text-align: center;
        color: #000000;
        height: 40px;
    }

    .compare .container .compare-content-wrap .compare-content .content .right {
        box-sizing: border-box;
        flex: 66%;
        padding: 18px 0;
        border: 2px solid #F8F8FF;
        border-left: none;
        border-radius: 0px 0px 20px 0;
        background: #FFFFFF;
    }

    .compare .container .compare-content-wrap .compare-content .content .right li {
        display: flex;
        justify-content: space-between;
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
    }

    .compare .container .compare-content-wrap .compare-content .content .right li p {
        flex: 50% 0;
        text-align: center;
        font: 500 16px 147% 'Rubik';
        color: #2C2C2C;
    }

    .compare .container .compare-content-wrap .compare-content .content .right li p .i-error {
        display: block;
        width: 25px;
        height: 25px;
        background: url('../../img/product/video-converter/icon-error.svg') no-repeat;
        background-size: 100% 100%;
        margin: 10px auto;
    }

    .compare .container .compare-content-wrap .compare-content .content .right li p .i-right {
        display: block;
        width: 25px;
        height: 25px;
        background: url('../../img/product/video-converter/icon-right.svg') no-repeat;
        background-size: 100% 100%;
        margin: 10px auto;
    }

    .solutions {
        width: 100%;
        box-sizing: border-box;
        padding: 100px 0;
        background: #2A2238;
    }

    .solutions .container .title {
        font: bold 40px/143.4% 'Rubik';
        text-align: center;
        color: #FFFFFF;
    }

    .solutions .container .solutions-content {
        margin-top: 50px;
    }

    .solutions .container .solutions-content .solutions-nav {
        display: flex;
        justify-content: space-between;
    }

    .solutions .container .solutions-content .solutions-nav .item {
        box-sizing: border-box;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .solutions .container .solutions-content .solutions-nav .item .highlight {
        display: none;
    }

    .solutions .container .solutions-content .solutions-nav .item:nth-child(1) .normal {
        display: none;
    }

    .solutions .container .solutions-content .solutions-nav .item:nth-child(1) .highlight {
        display: block;
    }

    .solutions .container .solutions-content .solution-line {
        width: 76px;
        height: 4px;
        background-color: #7980ff;
        transition: all 0.5s;
        margin: 20px 20px;
    }

    .solutions .container .solutions-content .content-box {
        margin-top: 30px;
    }

    .solutions .container .solutions-content .content-box .item {
        box-sizing: border-box;
        padding: 0 50px;
        display: none;
        text-align: center;
        font: lighter 16px/221.9% 'Rubik';
        color: #FFFFFF;
    }

    .solutions .container .solutions-content .content-box .item:nth-child(1) {
        display: block;
    }

    .achieved {
        box-sizing: border-box;
        padding: 100px 0;
        width: 100%;
    }

    .achieved .container .title {
        font: bold 40px/143.4% 'Rubik';
        text-align: center;
        color: #000000;
    }

    .achieved .container .flex-content {
        margin-top: 60px;
    }

    .achieved .container .flex-content .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
        padding: 40px 0;
        flex: 18% 0;
        background: #FFFFFF;
        box-shadow: 0px 8px 19px rgba(185, 203, 241, 0.4);
        border-radius: 14px;
        transition: all 0.3s;
        cursor: pointer;
    }

    .achieved .container .flex-content .item img {
        width: 60px;
        height: 60px;
    }

    .achieved .container .flex-content .item p {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .achieved .container .flex-content .item p span:nth-child(1) {
        font: bold 20px/166.9% 'Rubik';
        color: #000000;
        margin: 10px 0;
    }

    .achieved .container .flex-content .item p span:nth-child(2) {
        font: lighter 14px/166.9% 'Rubik';
        color: #595959;
    }

    .achieved .container .flex-content .item:hover {
        transform: translateY(-20px);
    }

    @media screen and (max-width: 768px) {
        .pc-style {
            display: none;
        }

        .mobile-style {
            display: block;
        }

        .container {
            width: 93%;
        }

        .flex-content {
            flex-flow: column nowrap;
        }

        .banner {
            padding: 40px 0;
            background: linear-gradient(284.66deg, #D9DCFF -77.53%, #FFFFFF 84.88%);
        }

        .banner .container.flex-content .left {
            flex: 1 0;
        }

        .banner .container.flex-content .left .product-name {
            font: 500 18px/190.4% 'Rubik';
        }

        .banner .container.flex-content .left .product-desc {
            font: bold 32px/125.4% 'Rubik';
            margin-top: 5px;
        }

        .banner .container.flex-content .left .product-intro {
            margin-top: 5px;
        }

        .banner .container.flex-content .left .product-intro li {
            font: lighter 12px/230.19% 'Rubik';
        }

        .banner .container.flex-content .left .product-intro li::before {
            font-size: 40px;
            margin: -2px 5px 0 0;
        }

        .banner .container.flex-content .left .product-grade {
            margin-top: 10px;
        }

        .banner .container.flex-content .left .product-grade span {
            font: lighter 10px/18px 'Rubik';
        }

        .banner .container.flex-content .left .product-grade .star {
            width: 20px;
            height: 20px;
            margin: -4px 4px 0 0;
        }

        .banner .container.flex-content .left .product-button-wrap .product-button .btn {
            flex-flow: row wrap;
            justify-content: space-between;
            margin: 0;
        }

        .banner .container.flex-content .left .product-button-wrap .product-button .btn .download {
            padding: 10px 18px;
            margin: 0 0 10px;
        }

        .banner .container.flex-content .left .product-button-wrap .product-button .btn .download span:nth-child(1) {
            font: bold 14px/22px 'Rubik';
            margin-left: 25px;
        }

        .banner .container.flex-content .left .product-button-wrap .product-button .btn .download span:nth-child(2) {
            font: lighter 6px/10px 'Rubik';
            margin: 2px 0 0 25px;
        }

        .banner .container.flex-content .left .product-button-wrap .product-button .btn .buy {
            padding: 10px 18px;
            margin: 0 0 10px;
        }

        .banner .container.flex-content .left .product-button-wrap .product-button .btn .buy span {
            font: bold 14px/22px 'Rubik';
            color: #655BEF;
            margin-left: 25px;
        }

        .banner .container.flex-content .left .product-button-wrap .product-button .btn .download,
        .banner .container.flex-content .left .product-button-wrap .product-button .btn .buy {
            position: relative;
            transition: all 0.5s;
        }

        .banner .container.flex-content .left .product-button-wrap .product-button .btn .download::before,
        .banner .container.flex-content .left .product-button-wrap .product-button .btn .buy::before {
            position: absolute;
            top: calc(50% - 12px);
            left: 10px;
            content: '';
            display: block;
            width: 25px;
            height: 25px;
        }

        .banner .container.flex-content .left .product-button-wrap .product-button .btn .download:hover,
        .banner .container.flex-content .left .product-button-wrap .product-button .btn .buy:hover {
            transform: translateY(-10px);
        }

        .banner .container.flex-content .left .product-button-wrap .product-button .btn-win .download::before {
            background: url('../../img/product/video-converter/icon-win.svg') no-repeat;
            background-size: 100% 100%;
        }

        .banner .container.flex-content .left .product-button-wrap .product-button .btn-win .buy::before {
            background: url('../../img/product/video-converter/icon-win-purple.svg') no-repeat;
            background-size: 100% 100%;
        }

        .banner .container.flex-content .left .product-button-wrap .product-button .btn-mac .download::before {
            background: url('../../img/product/video-converter/icon-mac.svg') no-repeat;
            background-size: 100% 100%;
        }

        .banner .container.flex-content .left .product-button-wrap .product-button .btn-mac .buy::before {
            top: calc(50% - 16px);
            background: url('../../img/product/video-converter/icon-mac-purple.svg') no-repeat;
            background-size: 100% 100%;
            width: 30px;
            height: 30px;
        }

        .banner .container.flex-content .left .product-button-wrap .product-mac {
            display: none;
        }

        .banner .container.flex-content .left .switch-system {
            margin-top: 20px;
            font: lighter 12px/166.9% 'Rubik';
        }

        .banner .container.flex-content .right {
            flex: 1 0;
            margin-top: 50px;
        }

        .third-party {
            width: 93%;
            margin: 20px auto;
        }

        .third-party img {
            width: 16%;
        }

        .process-more {
            align-items: center;
            margin: 80px 0 0;
        }

        .process-more>.title {
            width: 93%;
            font: bold 32px/143.4% 'Rubik';
        }

        .process-more .more-nav-wrap {
            width: 100%;
            height: auto;
            margin-top: 20px;
        }

        .process-more .more-nav-wrap .more-nav {
            flex-flow: row wrap;
            justify-content: space-between;
        }

        .process-more .more-nav-wrap .more-nav .nav-item {
            flex: 23% 0;
            height: 80px;
            margin: 2px;
        }

        .process-more .more-nav-wrap .more-nav .nav-item .img-box {
            flex: 1 0;
        }

        .process-more .more-nav-wrap .more-nav .nav-item span {
            font: bold 9px/100.19% 'Rubik';
            margin-top: 0;
            height: auto;
        }

        .process-more .more-scenes-wrap .scenes-item .item-bg {
            height: 168px;
        }

        .process-more .more-scenes-wrap .scenes-item .item-content {
            width: 93%;
            margin: -120px auto 0;
            padding: 20px;
        }

        .process-more .more-scenes-wrap .scenes-item .item-content .title {
            font: bold 14px/230.19% 'Rubik';
            text-align: center;
            color: #000000;
            margin-bottom: 10px;
        }

        .process-more .more-scenes-wrap .scenes-item .item-content .tip span {
            font: 400 8px/184.02% 'Rubik';
        }

        .process-more .more-scenes-wrap .scenes-item .item-content .intro {
            flex-flow: column nowrap;
            align-items: flex-start;
        }

        .process-more .more-scenes-wrap .scenes-item .item-content .intro .intro-item {
            width: 100%;
            display: flex;
            align-items: center;
            margin-top: 15px;
        }

        .process-more .more-scenes-wrap .scenes-item .item-content .intro .intro-item .img-box {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 15%;
        }

        .process-more .more-scenes-wrap .scenes-item .item-content .intro .intro-item p {
            font: lighter 10px/136.69% 'Rubik';
            margin: 0 0 0 15px;
        }

        .process-more .more-scenes-wrap .scenes-item .item-content .toolbox-intro {
            justify-content: center;
            align-items: normal;
            padding-bottom: 0;
        }

        .process-more .more-scenes-wrap .scenes-item .item-content .toolbox-intro .intro-item {
            padding: 10px 10px 15px;
            flex: 42% 0;
            flex-direction: column;
            margin: 10px;
        }

        .process-more .more-scenes-wrap .scenes-item .item-content .toolbox-intro .intro-item img {
            width: 35px;
            height: 35px;
            margin-right: 10px;
        }

        .process-more .more-scenes-wrap .scenes-item .item-content .toolbox-intro .intro-item p span:nth-child(1) {
            font: bold 12px/125.19% 'Rubik';
            text-align: center;
            margin: 10px 0;
        }

        .process-more .more-scenes-wrap .scenes-item .item-content .toolbox-intro .intro-item p span:nth-child(2) {
            font: lighter 10px/142.69% 'Rubik';
            text-align: center;
        }

        .process-more .more-scenes-wrap .scenes-item .item-content .toolbox-intro .intro-item:last-child {
            flex: 75% 0;
        }

        .process-more .more-scenes-wrap .scenes-item .item-content .toolbox-intro .intro-item:last-child p:nth-child(1) span {
            width: 8px;
            height: 8px;
        }

        .process-more .more-scenes-wrap .scenes-item .item-content .toolbox-intro .intro-item:last-child p:nth-child(2) {
            font: lighter 11px/189.19% 'Rubik';
        }

        .process-more .more-scenes-wrap .scenes-item:last-child .item-content {
            padding: 20px 10px 0;
        }

        .high-efficiency {
            margin-top: 80px;
        }

        .high-efficiency .container .title {
            font: bold 32px/143.4% 'Rubik';
        }

        .high-efficiency .container .efficiency-swiper {
            position: relative;
            width: 100%;
            height: 280px;
            overflow: hidden;
            margin-top: 30px;
        }

        .high-efficiency .container .efficiency-swiper .swiper-slide {
            box-sizing: border-box;
            padding: 0 10px;
            width: 100%;
            height: 220px;
        }

        .high-efficiency .container .efficiency-swiper .swiper-slide .item {
            box-sizing: border-box;
            width: 100%;
            height: 100%;
            background: #2A2238;
            border-radius: 12px;
            padding: 20px;
        }

        .high-efficiency .container .efficiency-swiper .swiper-slide .item img {
            width: 38px;
            height: 38px;
        }

        .high-efficiency .container .efficiency-swiper .swiper-slide .item .item-title {
            font: 500 20px/166.9% 'Rubik';
            color: #4CCAD1;
            margin: 10px 0;
        }

        .high-efficiency .container .efficiency-swiper .swiper-slide .item .item-desc {
            font: lighter 14px/166.9% 'Rubik';
            color: #FFFFFF;
        }

        .changes {
            width: 100%;
            margin-top: 40px;
        }

        .changes-top {
            padding: 50px 0 0;
            background: rgba(224, 224, 255, 0.55);
        }

        .changes-top .container .title {
            font: bold 32px/143.4% 'Rubik';
            text-align: center;
            color: #000000;
        }

        .changes-top .container .changes-swiper {
            position: relative;
            width: 100%;
            height: 60px;
            overflow: hidden;
            margin-top: 20px;
        }

        .changes-top .container .changes-swiper .swiper-slide {
            width: 100%;
            height: 30px;
            display: flex;
            justify-content: space-between;
        }

        .changes-top .container .changes-swiper .swiper-slide .mobile-nav-item {
            flex: 45% 0;
            font: lighter 14px/195.4% 'Rubik';
            text-align: center;
            color: #393939;
        }

        .changes-top .container .changes-swiper .swiper-slide .current-item {
            color: #655BEF;
        }

        .changes-top .container .changes-swiper .swiper-scrollbar {
            position: absolute;
            left: calc(50% - 25%);
            bottom: 5px;
            width: 50%;
            height: 6px !important;
            overflow: hidden;
        }

        .changes-top .container .changes-swiper .swiper-scrollbar-drag {
            background-color: #7980FF;
            width: 50% !important;
        }

        .changes-content {
            padding: 40px 0 20px;
            background: #F6F6FFCC;
        }

        .changes-content .content-item-wrap {
            width: 100%;
            height: 350px;
            display: none;
        }

        .changes-content .content-item-wrap .step-swiper-1,
        .changes-content .content-item-wrap .step-swiper-2,
        .changes-content .content-item-wrap .step-swiper-3,
        .changes-content .content-item-wrap .step-swiper-4 {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .changes-content .content-item-wrap .step-swiper-1 .swiper-slide,
        .changes-content .content-item-wrap .step-swiper-2 .swiper-slide,
        .changes-content .content-item-wrap .step-swiper-3 .swiper-slide,
        .changes-content .content-item-wrap .step-swiper-4 .swiper-slide {
            width: 100%;
            height: 95%;
            margin-bottom: 20px;
        }

        .changes-content .content-item-wrap .step-swiper-1 .swiper-slide .step-content,
        .changes-content .content-item-wrap .step-swiper-2 .swiper-slide .step-content,
        .changes-content .content-item-wrap .step-swiper-3 .swiper-slide .step-content,
        .changes-content .content-item-wrap .step-swiper-4 .swiper-slide .step-content {
            width: 96%;
            height: 100%;
            margin: 0 auto;
        }

        .changes-content .content-item-wrap .step-swiper-1 .swiper-slide .step-content img,
        .changes-content .content-item-wrap .step-swiper-2 .swiper-slide .step-content img,
        .changes-content .content-item-wrap .step-swiper-3 .swiper-slide .step-content img,
        .changes-content .content-item-wrap .step-swiper-4 .swiper-slide .step-content img {
            width: 100%;
            height: 216px;
        }

        .changes-content .content-item-wrap .step-swiper-1 .swiper-slide .step-content p,
        .changes-content .content-item-wrap .step-swiper-2 .swiper-slide .step-content p,
        .changes-content .content-item-wrap .step-swiper-3 .swiper-slide .step-content p,
        .changes-content .content-item-wrap .step-swiper-4 .swiper-slide .step-content p {
            margin-top: 30px;
        }

        .changes-content .content-item-wrap .step-swiper-1 .swiper-slide .step-content p span,
        .changes-content .content-item-wrap .step-swiper-2 .swiper-slide .step-content p span,
        .changes-content .content-item-wrap .step-swiper-3 .swiper-slide .step-content p span,
        .changes-content .content-item-wrap .step-swiper-4 .swiper-slide .step-content p span {
            display: block;
        }

        .changes-content .content-item-wrap .step-swiper-1 .swiper-slide .step-content p span:nth-child(1),
        .changes-content .content-item-wrap .step-swiper-2 .swiper-slide .step-content p span:nth-child(1),
        .changes-content .content-item-wrap .step-swiper-3 .swiper-slide .step-content p span:nth-child(1),
        .changes-content .content-item-wrap .step-swiper-4 .swiper-slide .step-content p span:nth-child(1) {
            font: bold 18px/105.4% 'Rubik';
            color: #655BEF;
            text-align: center;
        }

        .changes-content .content-item-wrap .step-swiper-1 .swiper-slide .step-content p span:nth-child(2),
        .changes-content .content-item-wrap .step-swiper-2 .swiper-slide .step-content p span:nth-child(2),
        .changes-content .content-item-wrap .step-swiper-3 .swiper-slide .step-content p span:nth-child(2),
        .changes-content .content-item-wrap .step-swiper-4 .swiper-slide .step-content p span:nth-child(2) {
            font: lighter 14px/105.4% 'Rubik';
            color: #292929;
            text-align: center;
            margin-top: 10px;
        }

        .changes-content .content-item-wrap:nth-child(1) {
            display: block;
        }

        .compare {
            padding: 70px 0;
            overflow: auto;
        }

        .compare::after {
            display: none;
        }

        .compare .container .title {
            font: bold 32px/147.5% 'Rubik';
        }

        .compare .container .compare-content-wrap {
            width: 100%;
            overflow: auto;
        }

        .compare .container .compare-content-wrap .compare-content {
            width: 400px;
            overflow-x: scroll;
            overflow-y: hidden;
        }

        .compare .container .compare-content-wrap .compare-content .top li {
            font: bold 10px/147.5% 'Rubik';
            text-align: center;
        }

        .compare .container .compare-content-wrap .compare-content .top li:nth-child(1) {
            flex: 45% 0;
        }

        .compare .container .compare-content-wrap .compare-content .top li:nth-child(2),
        .compare .container .compare-content-wrap .compare-content .top li:nth-child(3) {
            flex: 26% 0;
            margin: 0 4px;
        }

        .compare .container .compare-content-wrap .compare-content .content .left {
            padding: 20px 0;
            flex: 45%;
        }

        .compare .container .compare-content-wrap .compare-content .content .left li {
            font: lighter 8px/40px 'Rubik';
            height: 40px;
            margin: 0;
        }

        .compare .container .compare-content-wrap .compare-content .content .right {
            flex: 55% 0;
        }

        .compare .container .compare-content-wrap .compare-content .content .right li {
            margin: 0;
        }

        .compare .container .compare-content-wrap .compare-content .content .right li p {
            flex: 50% 0;
            font: 500 8px/40px 'Rubik';
            margin: 0 4px;
        }

        .compare .container .compare-content-wrap .compare-content .content .right li p .i-error {
            width: 18px;
            height: 18px;
            margin: 11px auto;
        }

        .compare .container .compare-content-wrap .compare-content .content .right li p .i-right {
            width: 18px;
            height: 18px;
            margin: 11px auto;
        }

        .compare .container .compare-content-wrap::-webkit-scrollbar {
            display: none;
        }

        .solutions {
            width: 100%;
            box-sizing: border-box;
            padding: 80px 0 20px;
            background: #2A2238;
        }

        .solutions .container .title {
            font: bold 32px/143.4% 'Rubik';
            text-align: center;
            color: #FFFFFF;
        }

        .solutions .container .solution-swiper {
            margin-top: 30px;
            width: 100%;
            height: 300px;
            overflow: hidden;
        }

        .solutions .container .solution-swiper .swiper-slide {
            box-sizing: border-box;
            padding: 0 10px;
            width: 100%;
            display: flex;
            flex-flow: column nowrap;
            align-items: center;
        }

        .solutions .container .solution-swiper .swiper-slide .img-box {
            box-sizing: border-box;
            padding-bottom: 10px;
            border-bottom: 5px solid #7980ff;
            height: 60px;
            display: flex;
            align-items: center;
        }

        .solutions .container .solution-swiper .swiper-slide .desc {
            margin-top: 30px;
            color: #fff;
            text-align: center;
            font: lighter 12px/26.45px 'Rubik';
        }

        .achieved {
            box-sizing: border-box;
            padding: 100px 0 70px;
            width: 100%;
        }

        .achieved .container .title {
            font: bold 32px/143.4% 'Rubik';
        }

        .achieved .container .achieved-swiper {
            position: relative;
            width: 100%;
            height: 180px;
            overflow: hidden;
            margin-top: 30px;
        }

        .achieved .container .achieved-swiper .swiper-slide {
            box-sizing: border-box;
            padding: 0 10px;
            width: 100%;
            height: 120px;
            margin-top: 10px;
        }

        .achieved .container .achieved-swiper .swiper-slide .item {
            box-sizing: border-box;
            padding: 30px;
            background: #FFFFFF;
            box-shadow: 0px 3px 8px rgba(185, 203, 241, 0.4);
            border-radius: 14px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .achieved .container .achieved-swiper .swiper-slide .item img {
            width: 61px;
            height: 61px;
        }

        .achieved .container .achieved-swiper .swiper-slide .item p {
            display: flex;
            flex-direction: column;
            margin-left: 40px;
        }

        .achieved .container .achieved-swiper .swiper-slide .item p span:nth-child(1) {
            font: bold 20px/166.9% 'Rubik';
            color: #000000;
            text-align: center;
        }

        .achieved .container .achieved-swiper .swiper-slide .item p span:nth-child(2) {
            font: lighter 14px/166.9% 'Rubik';
            color: #595959;
            text-align: center;
        }
    }
}