.load_left, .load_right{
    height:auto;
}
.load_left{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 50px 0;
}
.load_left h1{
    font-weight: normal;
    text-align: left;
    padding-top:0;
}
.download_ico_box{
    display: flex;
    justify-content: space-between;
    margin-top:10px;
}
.download_ico_box>div{
    width:46%;
    text-align: center;
}
.download_ico_box>div p{
    text-align: left;
}
.download_ico_box img{
    width:65%;
}
.download_ico_box img.qr_code{
    height:auto;
    margin-top:10px;
}
.download_ico_box p{
    margin-top:10px;
    margin-bottom:3px;
    display: none;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    color: #ED1C24;
    font-size:25px;
    outline:none;
}
.swiper-pagination-bullet-active{
    background: #ED1C24;
}
.swiper-container{
    transform:translate3d(0,0,0);
    overflow:hidden;
}
.swiper-container .swiper-slide{
    transform:translate3d(0,0,0);
}
.load_right{
    position: relative;
    width:95%;
    height:480px;
    text-align: center;
}
.load_right .swiper-slide{
    height:93%;
}
.load_right .swiper-slide img{
    height:100%;
}

@media screen and (min-width: 1800px) {
    .load_right{
        width:85%;
    }
}

@media screen and (max-width: 991px) {
    .load_left{
        height:auto;
        padding: 0;
    }
    .load_left h1{
        font-size:19px;
    }
    .download_ico_box img{
        width:100%;
        height:55px;
    }
    .download_ico_box img.qr_code{
        width:80%;
    }
    .load_right{
        justify-content: space-between;
        padding:0;
        margin-top:30px;
        width:100%;
        height:580px;
    }
    .load_right .swiper-slide{
        height:95%;
    }
    .load_right .swiper-slide img{
        height:100%;
    }
    .download_ico_box p.font8{
        font-size: 14px;
    }
    
}
@media screen and (max-width: 376px){
    .download_ico_box img{
        height:50px;
    }
}