
body{
    background-image: url(https://www.yamaha-motor.com.cn/mc/server/academy/img/service04-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/* .main-content img{
    width: 100%;
} */

p{
    color: rgb(89,87,88);
    /* font-size: 18px; */
}

.yta-introduction img{
    margin-bottom: 2%;
}
.yta-introduction{
    flex-wrap: wrap;
}
.yta-introduction div{
    padding: 4% 0 1% 1%;
}

.service05-item img{
    width: 100%;
}
.center-set{
    max-width: 640px;
}

.service05-item>p{
    background-image: url(https://www.yamaha-motor.com.cn/mc/server/academy/img/service05-item-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 5%;
    font-size: 15px;
    min-height: 145px;
}
.YTA-process{
    padding: 0 0 8% 0;
    text-align: center;
    width: 100%;
}
.item-act p:first-child{
    font-size: 1.2vw;
}
.item-act p{
        font-weight: bold;
        color: white;
        margin-top: 0px;
        font-size: 1vw;
}
.item-act img{
    margin-top: -10px;
}
/* .YTA-process h2{

    font-weight: bold;

} */
.YTA-process img{
    width: 100%;
}
.world-map-table{
    width: 100%;
}
.world-map-table tr{
    font-size: 18px;
    text-align: center;
}
.world-map-table td{
    padding: 10px;
    width: 50%;
    border: 1px solid;
}
.world-map-table img{
    width: 5%;
    min-width: 30px;
}
.world-map-table th{
    text-align: center;
    border: 1px solid;
}
.world-map-table td:first-child{
    text-align: left;
    padding-left: 20%;
}
.world-map-table td:last-child{
    text-align: right;
    padding-right: 20%;
}
.world-map-table th:first-child{
    text-align: left;
    padding-left: 18%;
}
.world-map-table th:last-child{
    text-align: right;
    padding-right: 17%;
}


@media screen and (max-width: 767px)
{
    .wtgp-title h2{
        font-size: 20px;
    }
    .yta-introduction img {
        padding-bottom: 2%;
        width: 70%;
        margin: 0 auto;
        /* text-align: center; */
        display: block;
    }
    .item-act p:first-child{
        font-size: 5.2vw;
    }
    .item-act p{
        font-size: 5vw;
    }
    .world-map-table td:last-child{
        padding-right: 15%;
    }
    .world-map-table th:last-child{
        padding-right: 10%;
    }
}