/* .main_content {
    padding: .92rem 0 .1rem;
} */

.quoteBtn {
    width: 3rem;
    height: .6rem;
    line-height: .6rem;
    color: #fff;
    border: 1px solid red;
    font-size: .2rem;
    font-family: pb;
    text-align: center;
    cursor: pointer;
    border-radius: .2rem;
}

.product_banner {
    width: 100%;
    height: 8rem;
    background: url(../img/home-banner.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.product_banner .quoteBtn {
    position: absolute;
    top: 70%;
    left: 10%;
}

.one_machine {
    width: 100%;
}

.one_machine .machine_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0 0;
}

.one_machine .machine_ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: .2rem;
    margin-top: .4rem;
}

.one_machine .machine_li {
    border-radius: .2rem;
    overflow: hidden;
}

.one_machine .machine_li img {
    width: 100%;
    height: 3rem;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.one_machine .machine_li:hover img {
    transform: scale(1.05);
}

.one_machine .machine_liTxt {
    padding: .2rem .4rem;
}

.one_machine .machine_liTxt .titleH {
    text-align: left;
    font-size: .3rem;
}

.one_machine .machine_liTxt .msgH {
    text-align: left;
}

.attachment_type {
    width: 100%;
}

.attachment_type .attachment_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0 0;
}

.attachment_type .attachment_ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .2rem;
    align-items: center;
}

.attachment_type .attachment_LLi {
    display: none;
    overflow: hidden;
    border: .01rem solid #eee;
}

.attachment_type .attachment_LLi.active {
    display: block;
}

.attachment_type .attachment_LLi img {
    width: 100%;
    height: 3.5rem;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.attachment_type .attachment_LLi:hover img {
    transform: scale(1.05);
}

.attachment_type .attachment_LLi_txt {
    padding: .2rem .4rem;
}

.attachment_type .attachment_LLi_txt .titleH {
    text-align: left;
    font-size: .3rem;
}

.attachment_type .attachment_LLi_txt .msgH {
    text-align: left;
    height: .7rem;
}

.attachment_type .attachment_LImgB {
    margin-top: .2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: .2rem;
    overflow: hidden;
}

.attachment_type .attachment_LImgB img {
    width: 2rem;
    height: 1.5rem;
    box-sizing: border-box;
    object-fit: cover;
    cursor: pointer;
    border: .02rem solid transparent;
    transition: transform 0.3s ease;
}

.attachment_type .attachment_LImgB img:hover,
.attachment_type .attachment_LImgB img.active {
    border-color: #f08300;
    transform: scale(1.05);
}

.attachment_type .attachment_R {
    padding-left: .6rem;
}

.attachment_type .attachment_R .titleH {
    font-size: .3rem;
    text-align: left;
}

.attachment_type .attachment_R .msgH {
    text-align: left;
}

.attachment_type .attachment_R .quoteBtn {
    background-color: #ff9900;
    margin: .2rem 0;
}

.built_performance {
    width: 100%;
}

.built_performance .built_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0 0;
}

.built_performance .built_img {
    width: 100%;
    height: 8rem;
    background: url(../img/home-banner.jpg) no-repeat center center;
    background-size: cover;
}