.es_item{padding: 100px 0;}

.es_feat_i{display: flex;justify-content: space-between;margin: 0 0 20px;}
.es_feat_l{width: 54%;}
.es_feat_r{width: 40%;}
.es_feat_l>h1{color: var(--base);line-height: 2;font-size: 1.8rem;}
.es_feat_l>h1:not(:first-child){margin: 20px 0 0;}
.es_feat_l>h2{color: var(--base);line-height: 1.5;font-size: 1.6rem;margin: 10px 0 20px;}
.es_feat_l>p{line-height: 2;font-size: 1.4rem;color: #666;}
.es_feat_l>p>span{color: #999;font-size: 1rem;vertical-align: middle;}
.es_feat_r>img{width: 100%;height: 100%;object-fit: cover;}


.es_qua_i{text-align: center;padding: 80px 0;}
.es_qua_i:first-child{padding-top: 20px;}
.es_qua_i>h1{font-size: 36px;}
.es_qua_i>h2{font-size: 26px;margin: 20px 0;}
.es_qua_i>p{font-size: 16px;}
.es_qua_i>img{margin: 60px 0 0;max-width: 100%;}

.ea_any_c{text-align: center;}
.ea_any_c>img{max-width: 100%;}

.es_cate_c{display: flex;justify-content: center;gap: 80px;}
.es_cate_i{background-color: #f8f8f8;position: relative;padding: 80px 40px 40px;}
.es_cate_i>h1{position: absolute;top: -30px;left: 0;right: 0;background-color: var(--base);color: #fff;padding: 0 20px;border-radius: 30px;line-height: 60px;font-size: 24px;}
.es_cate_i>p{line-height: 3;font-size: 16px;}

.ec_form{}
.ec_form_c{}
.ec_form_t{text-align: center;background-repeat: no-repeat;background-size: cover;}
.ec_form_t>h1{font-size: 30px;color: var(--base);}
.ec_form_t>span{line-height: 2;margin-top: 20px;font-size: 16px;color: #999;display: block;}
.ec_form_w{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 50px;}
.ec_form_w>input{width: 31%;color: #333;border: 1px solid #eee;padding: 0 15px;height: 50px;border-radius: 10px;margin-bottom: 20px;}
.ec_form_w>[name="address"]{width: 65.5%;}
.ec_form_w>textarea{width: 100%;height: 150px;border: 1px solid #eee;padding: 10px;resize: none;color: #666;line-height: 1.5;border-radius: 10px;}
.ec_form_btn{margin-top: 50px;width: 100%;}
.ec_form_btn>button{width: 134px;height: 40px;line-height: 40px;text-align: center;outline: none;background-color: var(--base);color: #fff;cursor: pointer;float: right;border-radius: 5px;border: 0;}
.ec_form_btn>[type="reset"]{margin-right: 40px;background-color: #cacaca;color: #fff;}

@media screen and (max-width: 1200px) {
    /* .ez_cate_c{width: 150vw;} */
    
    .es_item{padding: 6rem 0;}

    .es_feat_i{flex-direction: column-reverse;gap: 2rem;}
    .es_feat_r{width: 100%;}
    .es_feat_r>img{height: 20rem;}
    .es_feat_l{width: 100%;}
    .es_feat_l>h1{line-height: 1.5;}
    .es_feat_l>h2{margin: 1rem 0 1.5rem;}

    .es_qua_i{padding: 4rem 0;}
    .es_qua_i>h1{font-size: 3rem;}
    .es_qua_i>h2{font-size: 2rem;}
    .es_qua_i>p{font-size: 1.4rem;line-height: 2;}
    .es_qua_i>img{margin: 2rem 0 0;}

    .es_cate_c{flex-direction: column;padding: 6rem 0;}
    .es_cate_i{padding: 6rem 2rem 2rem;}
    .es_cate_i>h1{top: -5rem;font-size: 2.4rem;}
    .es_cate_i>p{line-height: 2;font-size: 1.6rem;}

    .ec_form_w>input{width: 100%;}
    .ec_form_btn>button{width: 10rem;}
    .ec_form_btn>[type="reset"]{margin-right: 1rem;}
}