.banner_swiper {
    width: 100%;
    height: auto;
    /* height: 956px; */
}

.qr_wrap {
    position: fixed;
    top: 0%;
    right: 0;
    bottom: 0;
    left: 0%;
    padding: auto;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 20000;
    text-align: center;
    display: none;
}

.qr_wrap img {
    width: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.banner_swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    display: block;
    cursor: pointer;
}

.banner_swiper .swiper-slide .text_wrap {
    position: absolute;
    left: 50%;
    top: 26%;
    /* top: 50%; */
    transform: translateX(-50%);
    text-align: left;
}

.banner_swiper .swiper-slide .text_wrap h1 {
    font-size: 114px;
    font-family: barlow;
    color: transparent;
    line-height: 114px;
    letter-spacing: 3px;
    background: linear-gradient(180deg, rgba(139, 139, 139, 1) 0%, rgba(255, 255, 255, 1) 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_swiper .swiper-slide .text_wrap .tips {
    font-size: 44px;
    font-family: barlow;
    color: #fff;
    line-height: 44px;
    margin: 20px 0 30px;
    padding-left: 7px;
}


.banner_swiper .swiper-slide .text_wrap .btn_more {
    width: 151px;
    height: 46px;
    background: #E9560D;
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    box-sizing: border-box;
    margin-left: 7px;
    cursor: pointer;
}

.banner_swiper .swiper-slide .text_wrap .btn_more:hover {
    background: #FF410B;
}


.banner_swiper .swiper-slide .text_wrap .btn_more .iconfont {
    font-size: 12px;
    line-height: 46px;
}

.banner_swiper .swiper-slide .text_wrap2 {
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    text-align: left;
}

.banner_swiper .swiper-slide .text_wrap2 .left_box {
    position: absolute;
    width: 597px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.banner_swiper .swiper-slide .text_wrap2 .tips {
    font-size: 61px;
    font-family: barlow;
    color: #fff;
    line-height: 59px;
}

.banner_swiper .swiper-slide .text_wrap2 .pho_box {
    width: 499px;
    margin-top: 130px;
    margin-left: -22px;
}

.banner_swiper .swiper-slide .text_wrap2 .btn_more {
    width: 151px;
    height: 46px;
    background: #E9560D;
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    box-sizing: border-box;
    margin-top: 40px;
    cursor: pointer;
}

.banner_swiper .swiper-slide .text_wrap2 .btn_more:hover {
    background: #FF410B;
}

.banner_swiper .swiper-slide .text_wrap2 .btn_more .iconfont {
    font-size: 12px;
    line-height: 46px;
}

.banner_swiper .swiper-slide .text_wrap2 .right_box {
    width: 622px;
    position: absolute;
    left: 600px;
    top: 50%;
    transform: translateY(-50%);
}


.banner_swiper .swiper-button-next,
.banner_swiper .swiper-button-prev {
    padding: 20px;
    text-align: center;
    height: auto;
}

.banner_swiper:hover .swiper-button-next {
    display: block;
    transition: all 1s;
    opacity: 1;
}

.banner_swiper .swiper-button-next {
    right: 50px;
    opacity: 0;
    display: none;
}

.banner_swiper .swiper-button-next::after {
    color: #fff;
    font-size: 16px;
}

.banner_swiper:hover .swiper-button-prev {
    display: block;
    transition: all 1s;
    opacity: 1;
}

.banner_swiper .swiper-button-prev {
    left: 50px;
    opacity: 0;
    display: none;
}

.banner_swiper .swiper-button-prev::after {
    color: #fff;
    font-size: 16px;
}

.banner_swiper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 14px;
    color: #fff;
    margin-right: 40px !important;
    opacity: 1;
    background: transparent;
}

.banner_swiper .swiper-pagination-bullet-active {
    position: relative;
    width: 190px;
    text-align: left;
}

.banner_swiper .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    left: 49px;
    top: 50%;
    width: 101px;
    height: 1px;
    background: #fff;
    animation: move 1s ease normal;
}

@keyframes move {
    from {
        width: 0;
    }

    to {
        width: 101px;
    }
}

.discover_box {
    padding: 110px 0 222px;
}

.discover_box h2 {
    font-size: 36px;
    line-height: 43px;
    color: #000;
    font-family: barlow;
    margin-bottom: 40px;
    font-weight: bold;
}

.accordion {
    margin: 0 auto;
    height: 470px;
}

.accordion li {
    margin-right: 5px;
    height: 470px;
    background: #000;
    position: relative;
}

.accordion li .wrap {
    position: absolute;
    bottom: 58px;
    left: 0;
    display: none;
}

.accordion li .wrap p {
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    line-height: 64px;
    font-family: barlow;
}

.accordion li .wrap .btn {
    margin-top: 15px;
    height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 0;
    font-size: 16px;
    line-height: 22px;
    padding: 9px 12px 9px 28px;
    box-sizing: border-box;
}

.accordion li .wrap .btn .iconfont {
    font-size: 14px;
}

.accordion li:nth-child(1) {
    background: url('/media/magene/img/1.jpg') top right no-repeat;
    background-size: cover;
}

.accordion li:nth-child(2) {
    background: url('/media/magene/img/2.jpg') top right no-repeat;
    background-size: cover;
}

.accordion li:nth-child(3) {
    background: url('/media/magene/img/3.jpg') top right no-repeat;
    background-size: cover;
}

.accordion li:nth-child(4) {
    background: url('/media/magene/img/4.jpg') top right no-repeat;
    background-size: cover;
}

.accordion li:last-child {
    margin-right: 0;
}

.softwore {
    height: 520px;
    margin-bottom: 243px;
}

.softwore .pro_wrap {
    width: 470px;
    height: 520px;
    margin-left: 60px;
    vertical-align: middle;
}

.softwore .pro_desc_wrap {
    vertical-align: middle;
    margin-left: 60px;
}

.softwore .pro_desc_wrap h3 {
    font-size: 42px;
    line-height: 50px;
    font-family: barlow;
    text-align: left;
}

.softwore .pro_desc_wrap .desc {
    font-size: 16px;
    line-height: 18px;
    color: #222;
    width: 439px;
    margin: 20px 0 33px;
    text-align: left;
}

.softwore .pro_desc_wrap .tips {
    font-size: 16px;
    line-height: 18px;
    color: #222;
    margin: 13px 0 0;
    text-align: left;

}

.softwore .pro_desc_wrap .download_wrap {
    text-align: left;
}

.softwore .pro_desc_wrap .download_wrap .download_item {
    width: 146px;
    height: 44px;
    display: inline-block;
    margin-right: 26px;
    cursor: pointer;
}

.softwore .pro_desc_wrap .download_wrap .download_item:nth-child(3) {
    width: 173px;
    height: 44px;
    margin-right: 0px;
}

.softwore .pro_desc_wrap .download_wrap.onelap .download_item:nth-child(3) {
    width: 146px;
    height: 44px;
    margin-right: 0px;
}

.softwore .swiper-slide {
    text-align: center;
}

.softwore .swiper-button-next,
.softwore .swiper-button-prev {
    width: 37.2px;
    height: 37.2px;
    background: #000;
}

.softwore .swiper-button-next:hover,
.softwore .swiper-button-prev:hover {
    width: 37.2px;
    height: 37.2px;
    background: #333;
}

.softwore .swiper-button-next:after,
.softwore .swiper-button-prev:after {
    font-size: 16px;
    color: #fff;
}

.softwore .swiper-button-next.swiper-button-disabled,
.softwore .swiper-button-prev.swiper-button-disabled {
    opacity: 0.2;
}

.support_wrap {
    width: 100%;
    height: 454px;
    position: relative;
    background: url('/media/magene/img/suupport.png') center no-repeat;
    background-size: cover;
}

.support_wrap .text_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.support_wrap h1 {
    font-size: 60px;
    line-height: 60px;
    font-family: barlow;
    color: #fff;
}

.support_wrap .tips {
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    margin: 20px 0 52px;
}

.support_wrap .arrow {
    display: block;
    width: 45px;
    cursor: pointer;
}

@media only screen and (min-width:1200px) {
    .banner_swiper .swiper-pagination {
        left: 50%;
        transform: translateX(-50%);
        bottom: 88px;
        text-align: left;
    }

    .softwore .pro_desc_wrap {
        margin-left: 50px;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .banner_swiper .swiper-pagination {
        left: 50%;
        transform: translateX(-50%);
        bottom: 42px;
        text-align: left;
    }

    .banner_swiper .swiper-button-next {
        right: 24px;
    }


    .banner_swiper .swiper-button-prev {
        left: 24px;
    }

    .banner_swiper .swiper-slide .text_wrap {
        top: 31%;
    }

    .banner_swiper .swiper-slide .text_wrap h1 {
        font-size: 68px;
        line-height: 68px;
        letter-spacing: 1.91px;
    }

    .banner_swiper .swiper-slide .text_wrap .tips {
        font-size: 26px;
        line-height: 26px;
        margin: 5px 0 25px;
        padding-left: 4px;
    }

    .banner_swiper .swiper-slide .text_wrap .btn_more {
        width: 103px;
        height: 28px;
        font-size: 12px;
        line-height: 28px;
        text-align: center;
        margin-left: 2px;
    }

    .banner_swiper .swiper-slide .text_wrap .btn_more .iconfont {
        font-size: 10px;
        line-height: 28px;
    }


    .banner_swiper .swiper-slide .text_wrap2 .left_box {
        position: absolute;
        width: 497px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        text-align: left;
        padding-top: 50px;
        box-sizing: border-box;
    }

    .banner_swiper .swiper-slide .text_wrap2 .tips {
        font-size: 52px;
        font-family: barlow;
        color: #fff;
        line-height: 59px;
    }

    .banner_swiper .swiper-slide .text_wrap2 .pho_box {
        width: 399px;
        margin-top: 80px;
        margin-left: -22px;
    }

    .banner_swiper .swiper-slide .text_wrap2 .btn_more {
        width: 103px;
        height: 28px;
        font-size: 12px;
        line-height: 28px;
        text-align: center;
        margin-top: 30px;
    }

    .banner_swiper .swiper-slide .text_wrap2 .btn_more .iconfont {
        font-size: 10px;
        line-height: 28px;
    }

    .banner_swiper .swiper-slide .text_wrap2 .right_box {
        width: 500px;
        position: absolute;
        left: 490px;
        top: 50%;
        transform: translateY(-50%);
    }


    .discover_box {
        padding: 100px 0 170px;
    }

    .accordion {
        margin: 0 auto;
        height: 395.79px;
    }

    .accordion li {
        height: 395.79px;
    }

    .accordion li .wrap {
        bottom: 44px;
    }

    .accordion li .wrap .btn .iconfont {
        font-size: 12px;
    }

    .softwore {
        height: 465.25px;
        margin-bottom: 171px;
    }

    .softwore .pro_wrap {
        width: 419.62px;
        height: 465.25px;
        margin-left: 40px;
    }

    .softwore .pro_desc_wrap {
        margin-left: 45px;
    }

    .softwore .pro_desc_wrap h3 {
        font-size: 38px;
        line-height: 46px;
    }

    .softwore .pro_desc_wrap .desc {
        width: 337px;
        margin: 20px 0 37px;
    }

    .softwore .pro_desc_wrap .tips {
        font-size: 14px;
        line-height: 16px;
        margin: 23px 0 0;
    }

    .softwore .pro_desc_wrap .download_wrap .download_item {
        width: 116.8px;
        height: 35.2px;
        margin-right: 21px;
    }

    .softwore .pro_desc_wrap .download_wrap .download_item:nth-child(3) {
        width: 138.4px;
        height: 35.2px;
        margin-right: 0px;
    }

    .softwore .pro_desc_wrap .download_wrap.onelap .download_item:nth-child(3) {
        width: 116.8px;
        height: 35.2px;
        margin-right: 0px;
    }

    .softwore .swiper-button-next,
    .softwore .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .softwore .swiper-button-next:after,
    .softwore .swiper-button-prev:after {
        font-size: 16px;
        color: #fff;
    }

    .support_wrap {
        height: 287px;
    }

    .support_wrap h1 {
        font-size: 56px;
        line-height: 56px;
    }

    .support_wrap .tips {
        font-size: 16px;
        line-height: 18px;
        margin: 24px 0 29px;
    }

    .support_wrap .arrow {
        width: 42px;
    }

}

@media only screen and (min-width:768px) and (max-width:991px) {
    .banner_swiper .swiper-pagination {
        left: 50%;
        transform: translateX(-50%);
        bottom: 49px;
        text-align: left;
    }

    .banner_swiper .swiper-button-next {
        right: 33px;
    }


    .banner_swiper .swiper-button-prev {
        left: 33px;
    }

    .banner_swiper .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        line-height: 14px;
        font-size: 12px;
        color: #fff;
        margin-right: 32px !important;
    }

    .banner_swiper .swiper-pagination-bullet-active {
        position: relative;
        width: 100px;
        text-align: left;
    }

    .banner_swiper .swiper-pagination-bullet-active::after {
        content: '';
        left: 28px;
        top: 50%;
        width: 72px;
    }

    .banner_swiper .swiper-slide .text_wrap {
        top: 31%;
    }

    .banner_swiper .swiper-slide .text_wrap h1 {
        font-size: 58px;
        line-height: 58px;
        letter-spacing: 1.63px;
    }

    .banner_swiper .swiper-slide .text_wrap .tips {
        font-size: 22px;
        line-height: 22px;
        margin: 6px 0 18px;
        padding-left: 4px;
    }

    .banner_swiper .swiper-slide .text_wrap .btn_more {
        width: 78px;
        height: 24px;
        font-size: 8px;
        line-height: 24px;
        margin-left: 2px;
    }


    .banner_swiper .swiper-slide .text_wrap2 .left_box {
        position: absolute;
        width: 345px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        text-align: left;
        padding-top: 30px;
        box-sizing: border-box;
    }

    .banner_swiper .swiper-slide .text_wrap2 .tips {
        font-size: 32px;
        font-family: barlow;
        color: #fff;
        line-height: 45px;
    }

    .banner_swiper .swiper-slide .text_wrap2 .pho_box {
        width: 299px;
        margin-top: 100px;
        margin-left: -22px;
    }

    .banner_swiper .swiper-slide .text_wrap2 .btn_more {
        width: 78px;
        height: 24px;
        font-size: 8px;
        line-height: 24px;
        margin-top: 20px;
    }

    .banner_swiper .swiper-slide .text_wrap2 .btn_more .iconfont {
        font-size: 6px;
        line-height: 24px;
    }

    .banner_swiper .swiper-slide .text_wrap2 .right_box {
        width: 400px;
        position: absolute;
        left: 350px;
        top: 50%;
        transform: translateY(-50%);
    }

    .banner_swiper .swiper-slide .text_wrap .btn_more span {
        font-size: 8px;
    }

    .banner_swiper .swiper-slide .text_wrap .btn_more .iconfont {
        font-size: 6px;
        line-height: 24px;
    }

    @keyframes move {
        from {
            width: 0;
        }

        to {
            width: 72px;
        }
    }

    .discover_box {
        padding: 70px 0 130px;
    }

    .discover_box h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .accordion {
        margin: 0 auto;
        height: 297.53px;
    }

    .accordion li {
        height: 297.53px;
    }

    .accordion li .wrap {
        bottom: 24px;
    }

    .accordion li .wrap p {
        font-size: 24px;
        line-height: 28px;
    }

    .accordion li .wrap .btn {
        margin-top: 12px;
        height: 32px;
        font-size: 14px;
        line-height: 20px;
        padding: 6px 12px 6px 28px;
    }

    .accordion li .wrap .btn .iconfont {
        font-size: 12px;
    }

    .softwore {
        height: 347.55px;
        margin-bottom: 130px;
    }

    .softwore .pro_wrap {
        width: 313.45px;
        height: 347.55px;
        margin-left: 24px;
    }

    .softwore .pro_desc_wrap {
        margin-left: 24px;
    }

    .softwore .pro_desc_wrap h3 {
        font-size: 34px;
        line-height: 41px;
    }

    .softwore .pro_desc_wrap .desc {
        font-size: 14px;
        line-height: 16px;
        width: 285px;
        margin: 12px 0 36px;
    }

    .softwore .pro_desc_wrap .download_wrap .download_item {
        width: 93.44px;
        height: 28.16px;
        margin-right: 17px;
    }

    .softwore .pro_desc_wrap .download_wrap .download_item:nth-child(3) {
        width: 110.72px;
        height: 28.16px;
    }

    .softwore .pro_desc_wrap .download_wrap.onelap .download_item:nth-child(3) {
        width: 93.44px;
        height: 28.16px;
    }

    .softwore .swiper-button-next,
    .softwore .swiper-button-prev {
        width: 24px;
        height: 24px;
    }

    .softwore .swiper-button-next:after,
    .softwore .swiper-button-prev:after {
        font-size: 10px;
        color: #fff;
    }

    .support_wrap {
        height: 232px;
    }

    .support_wrap h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .support_wrap .tips {
        font-size: 16px;
        line-height: 18px;
        margin: 23px 0 29px;
    }

    .support_wrap .arrow {
        width: 42px;
    }

}

@media only screen and (max-width:767px) {
    .banner_swiper {
        width: 100%;
        height: 227px;
    }

    .banner_swiper .swiper-pagination {
        left: 50%;
        transform: translateX(-50%);
        bottom: 16px;
        padding-left: 22px;
        text-align: left;
    }

    .banner_swiper:hover .swiper-button-next {
        display: none;
    }

    .banner_swiper .swiper-button-next {
        right: 33px;
        display: none;
    }

    .banner_swiper:hover .swiper-button-prev {
        display: none;
    }

    .banner_swiper .swiper-button-prev {
        left: 33px;
        display: none;
    }

    .banner_swiper .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        line-height: 12px;
        font-size: 10px;
        color: #fff;
        margin-right: 16px !important;
    }

    .banner_swiper .swiper-pagination-bullet-active {
        position: relative;
        width: 67.2px;
        text-align: left;
    }

    .banner_swiper .swiper-pagination-bullet-active::after {
        content: '';
        left: 24px;
        top: 50%;
        transform: translateY(-50%);
        width: 43.2px;
    }

    @keyframes move {
        from {
            width: 0;
        }

        to {
            width: 43.2px;
        }
    }

    .banner_swiper .swiper-slide .text_wrap {
        top: 25%;
        padding-left: 22px;
        box-sizing: border-box;
    }

    .banner_swiper .swiper-slide .text_wrap h1 {
        font-size: 32px;
        line-height: 32px;
        letter-spacing: 0.9px;
    }

    .banner_swiper .swiper-slide .text_wrap .tips {
        font-size: 12px;
        line-height: 12px;
        margin: 1px 0 17px;
        padding-left: 2px;
    }

    .banner_swiper .swiper-slide .text_wrap .btn_more {
        width: 78px;
        height: 24px;
        line-height: 24px;
        font-size: 8px;
        margin-left: 2px;
    }

    .banner_swiper .swiper-slide .text_wrap .btn_more span {
        font-size: 8px;
    }

    .banner_swiper .swiper-slide .text_wrap .btn_more .iconfont {
        font-size: 6px;
        line-height: 24px;
    }

    .banner_swiper .swiper-slide .text_wrap2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .banner_swiper .swiper-slide .text_wrap2 .left_box {
        position: static;
        width: 235px;
        left: inherit;
        top: inherit;
        transform: translateY(0);
        text-align: left;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .banner_swiper .swiper-slide .text_wrap2 .tips {
        font-size: 20px;
        font-family: barlow;
        color: #fff;
        line-height: 26px;
    }

    .banner_swiper .swiper-slide .text_wrap2 .pho_box {
        width: 170px;
        margin-top: 18px;
        margin-left: -5px;
    }

    .banner_swiper .swiper-slide .text_wrap2 .btn_more {
        width: 78px;
        height: 24px;
        line-height: 24px;
        font-size: 8px;
        margin-top: 10px;
    }

    .banner_swiper .swiper-slide .text_wrap2 .btn_more .iconfont {
        font-size: 6px;
        line-height: 24px;
    }

    .banner_swiper .swiper-slide .text_wrap2 .right_box {
        width: 150px;
        position: static;
        left: inherit;
        top: inherit;
        transform: translateY(0);
    }

    .discover_phone {
        padding: 40px 19px 80px 21px;
    }

    .discover_phone h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 16px;
        font-family: barlow;
    }

    .discover_phone .discover_item {
        margin-bottom: 8px;
    }

    .discover_phone .discover_item .item {
        width: 45%;
        height: 130px;
        font-size: 0;
        position: relative;
    }

    .discover_phone .discover_item .item._1 {
        background: url('../media/magene/img/1_phone.jpg') no-repeat;
        background-size: cover;
    }

    .discover_phone .discover_item .item._2 {
        background: url('../media/magene/img/2_phone.jpg') no-repeat;
        background-size: cover;
    }

    .discover_phone .discover_item .item._3 {
        background: url('../media/magene/img/3_phone.jpg') no-repeat;
        background-size: cover;
    }

    .discover_phone .discover_item .item._4 {
        background: url('../media/magene/img/4_phone.jpg') no-repeat;
        background-size: cover;
    }

    .discover_phone .discover_item .item .title {
        font-size: 12px;
        line-height: 14px;
        color: #fff;
        font-weight: bold;
        position: absolute;
        bottom: 16px;
        left: 12px;
        font-family: barlow;
    }

    .discover_phone .discover_item .item .iconfont {
        font-size: 10px;
    }

    .softwore_phone {
        padding-bottom: 66px;
    }

    .softwore_phone .softwore_item h2 {
        font-size: 28px;
        line-height: 34px;
        color: #000;
        font-family: barlow;
        text-align: center;
        margin: 20px 0 8px;
    }

    .softwore_phone .softwore_item .desc {
        font-size: 12px;
        line-height: 14px;
        color: #222;
        text-align: center;
        width: 286px;
        margin: auto;
    }

    .softwore_phone .softwore_item .download_wrap {
        margin: 24px 0 10px;
        text-align: center;
    }

    .softwore_phone .softwore_item .download_item {
        width: 94px;
        height: 29px;
        display: inline-block;
        margin-right: 18px;
    }

    .softwore_phone .softwore_item .download_item:nth-child(3) {
        width: 111px;
    }

    .softwore_phone .softwore_item .download_item:last-child {
        margin-right: 0;
    }

    .softwore_phone .softwore_item .tips {
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        margin-bottom: 40px;
    }

    .softwore_phone .softwore_item .border_wrap {
        padding: 0 18px 0 22px;
    }

    .softwore_phone .softwore_item .border_phone {
        background: #979797;
        width: 100%;
        height: 1px;
        opacity: 0.2;
    }

    .support_wrap {
        height: 170px;
    }

    .support_wrap .text_wrap {
        left: 0;
        padding-left: 22px;
        box-sizing: border-box;
        transform: translate(0, -50%);
    }

    .support_wrap h1 {
        font-size: 30px;
        line-height: 34px;
    }

    .support_wrap .tips {
        font-size: 14px;
        line-height: 16px;
        margin: 4px 0 18px;
    }

    .support_wrap .arrow {
        width: 42px;
    }
}