
.dealer_model{color: #333; line-height: 1.75; font-size: 19px; padding-top: 4%;}
.dealer_model .dealer_title{font-size: 32px; text-transform: uppercase; font-weight: bold; text-align: center; margin-bottom: 10px;}
.dealer_model .dealer_brief{color: #333; line-height: 1.75;}
.dealer_list .dealer_item .title{line-height: 1.5; margin: 5px 0;}
.dealer_list .dealer_item .brief{padding-left: 25px; line-height: 1.5; color: #666;}

.dealer_imgs{margin-top: 30px;}
.dealer_imgs .img_item{width: calc((100% - 30px) / 3); margin-right: 15px;}
.dealer_imgs .img_item:nth-child(3n){margin-right: 0;}
.dealer_imgs .img_item:nth-child(n+4){margin-top: 15px;}
.dealer_imgs .img_item .pic{padding-bottom: 60%;}


.dealer_model .dealer_cont{color: #333; line-height: 1.75;}
.dealer_model .dealer_cont *{color: inherit !important; line-height: 1.75 !important; font-size: inherit !important;}
.dealer_img{margin-top: 30px;}
.dealer_img .pic{height: auto; overflow: hidden;}
.dealer_img .pic img{display: block; max-width: 100%; margin: 0 auto; position: static; height: auto;}


@media only screen and (max-width: 1450px) {
    .dealer_model{font-size: 18px;}
    .dealer_model .dealer_title{font-size: 30px;}
    .dealer_list .dealer_item .brief{padding-left: 20px;}
}
@media only screen and (max-width: 1300px) {
    .dealer_model{zoom: 0.9;}
}
@media only screen and (max-width: 980px) {
    .dealer_model{zoom: 1; padding-top: 30px; line-height: 1.5;}
    .dealer_model .dealer_title{font-size: 24px; margin-bottom: 6px;}
    .dealer_imgs{margin-top: 20px;}
    .dealer_imgs .img_item{width: calc(50% - 7px); margin-right: 14px;}
    .dealer_imgs .img_item:nth-child(3n){margin-right: 14px;}
    .dealer_imgs .img_item:nth-child(2n){margin-right: 0;}
    .dealer_imgs .img_item:nth-child(n+3){margin-top: 14px;}

    .dealer_img{margin-top: 20px;}
}

.dealer_inquiry .dealer_title{text-align: center;}
.dealer_form .form_input{justify-content: space-between;}
.dealer_form .form_input .input_item{width: 32%; background: url(../img/icon_star.png) no-repeat 12px 18px; background-size: 6px auto; padding-left: 20px; padding-right: 12px; background-color: #f1f1f3; margin-bottom: 20px;}
.dealer_form .form_input .input_item:nth-child(n+4){width: 100%;}
.dealer_form .form_input .input_item input{background: #f1f1f3; border: none; height: 46px; width: 100%; font-size: 15px;}
.dealer_form .form_input .input_item textarea{line-height: 28px; height: 90px; padding: 8px 0; width: 100%; border: none; background: none; font-size: 15px;}
.dealer_form .form_btn{text-align: center;}
.dealer_form .form_btn .submit{display: inline-block; padding: 0 30px; height: 48px; width: auto; background: #333; color: #fff; border: none; transition: all 0.5s ease; font-size: 16px;}
.dealer_form .form_btn .submit:hover{background: var(--commonColor); color: #fff;}
@media only screen and (max-width: 980px) {
    .dealer_form .form_input .input_item{width: 100%; margin-bottom: 15px;}
}



