/* 经销商查询 首页样式 */
body{
    background-color: rgb(1,1,1);
}
.row a.customer_box{
    width: 33%;
    margin-bottom: 25px;
}
.row a.customer_box div.imgd{
    display: flex;
    height: 180px;
    /* background: rgba(107, 99, 99, 0.6); */
    background: rgba(13, 85, 229, 0.5);
}

.page_part4{
    height: 860px;
}
.look_more{
    text-align: center;
    font-size: 20px;
}
.look_more::after{
    content: none;
}
.page_part4::after{
    opacity: 0.3;
}
.h1_common_title{
    color:#ffffff;
    margin-bottom: 40px;
}
.page_part4::after{
    background-image: url(https://www.yamaha-motor.com.cn/dealer/img/index-bg.jpg);
}
/* 手机端样式 */
@media screen and (min-width: 200px) and (max-width: 991px) {
    body{
        background-color: rgb(244, 244, 244);
    }
    .row a.customer_box{
        width: 50%;
        height: 200px;
    }
    .page_part4{
        height: auto;
        padding-top: 25px;
        background-image: url(https://www.yamaha-motor.com.cn/dealer/img/bg-mobile.jpg);
    }
    .h1_common_title{
        color: #ffffff;
    }

    .look_more{
        text-align: center;
        margin-top: 10px;
        font-size: 14px;
    }
    .row a.customer_box div.imgd {
        height: 40%;
    }
    .row a.customer_box {
        margin-bottom: -50px;
    }
    .row a.customer_box:last-child {
        margin-bottom: -15px;
    }
    .new_desc {
        padding: 0 20px 10px 20px;
    }
}