.roadsyncBox{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.roadsync-title{
    font-size: calc((42 / 19.2)* 1vw);
    font-weight: bold;
    text-align: center;
    margin-bottom: calc((60 / 19.2)* 1vw);
    margin-top: calc((60 / 19.2)* 1vw);
}
.common{
    width: calc((1738 / 19.2)* 1vw);
    margin: 0 auto;
}
.road-item{
    text-align: center;
    width: calc((540 / 19.2)* 1vw);
}
.road-item .img-box{
    position: relative;
    width: 100%;
    /* height: calc((360 / 19.2)* 1vw); */
    margin-bottom: calc((30 / 19.2)* 1vw);
}
.road-item img{
    width: 100%;
}
.road-item p{
    font-size: calc((30 / 19.2)* 1vw);
    text-align: left;
    margin-bottom: calc((5 / 19.2)* 1vw);
}
.bold{
    font-weight: bold;
}
.container{
    margin-top: calc((66 / 19.2)* 1vw);
}
.labelTitle::before {
    position: absolute;
    content: '';
    width: calc((85/19.2)*1vw) !important;
    height: calc((3/19.2)*1vw) !important;
    bottom: 0;
    background: transparent !important;
}
.conterBox{
    background-color: #f8f7f7 !important;
}
.conterBox1{
    width: calc((624/19.2)*1vw) !important;
    height: calc((752/19.2)*1vw);
}
.conterBox2{
    width: calc((1081/19.2)*1vw) !important;
    height: calc((752/19.2)*1vw);
}
.conterBox3{
    width: 100% !important;
    height: calc((921/19.2)*1vw);
}
.conterBox4{
    width: 100% !important;
    height: calc((682/19.2)*1vw);
    margin-top: calc((25/19.2)*1vw);
    margin-bottom: calc((100/19.2)*1vw);
}
.conterBox4::after{
    content: "";
    width: calc((50 / 19.2)* 1vw);
    height: calc((50 / 19.2)* 1vw);
    background-color: #f8f7f7;
    transform: rotate(45deg);
    position: absolute;
    top: calc((25 / 19.2 * -1)* 1vw);;
    left: calc((80 / 19.2)* 1vw);
}
.labelTitle{
    margin-left: calc((66 / 19.2)* 1vw);
    border-bottom: 3px solid #c53a3a;
    padding-bottom: 5px !important;
}
body{
    background-color: #fff !important;
}
.conter span{
    font-weight: bold;
}
.line-1{
    line-height: calc((50/19.2)*1vw);
    margin-bottom: 10px;
}
.conterBox::before{
    clip-path: polygon(3.33% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: #f2304c !important;
}
.conterBox3Img{
    width: calc((568/19.2)*1vw);
    height: calc((338/19.2)*1vw);
    position: absolute;
    top: calc((175/19.2)*1vw);
    right: calc((48/19.2)*1vw);
}
.conter .swiper-container{
    width: 100%;
    height: calc((583/19.2)*1vw);
    margin-top: calc((20/19.2)*1vw);
}
.swiperimg{
    width: calc((839/19.2)*1vw);
    height: calc((583/19.2)*1vw);
    display: block;
    margin: 0 auto 0;
}
.swiper-button-prev {
    background-image: url("../image/technical/roadsync/arrow-left.png") !important;
    background-size: 100% 100%;
    width: calc((63/19.2)*1vw) !important;
    height: calc((124/19.2)*1vw) !important;
}
.swiper-button-next {
    background-image: url("../image/technical/roadsync/arrow-right.png") !important;
    background-size: 100% 100%;
    width: calc((63/19.2)*1vw) !important;
    height: calc((124/19.2)*1vw) !important;
}
.downloadios{
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.downloadandroid{
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media (max-width: 860px){
    .roadsyncBox{
        display: block;
    }
    .road-item{
        width: 100%;
        margin-top: 30px;
    }
    .road-item p{
        font-size: 16px;
        text-align: left;
        margin-bottom: 5px;
    }
    .line-1{
        line-height: 1.5;
    }
    .conterBox1{
        width: 100% !important;
    }
    .conterBox2{
        width: 100% !important;
    }
    .conterBox3Img{
        position: relative;
        display: block;
        top: auto;
        left: auto;
        right: auto;
        width: 80%;
        display: block;
        margin: 20px auto 20px;
        height: auto;
    }
    .swiper-container{
        margin-top: 40px !important;
        margin-bottom: 20px;
        height: auto !important;
    }
    .swiperimg{
        width: 70%;
        height: auto;
    }
}