/* .main_content {
    padding: .92rem 0 .1rem;
} */

.quoteBtn {
    width: 3rem;
    height: .6rem;
    line-height: .6rem;
    color: #fff;
    font-size: .2rem;
    font-family: pb;
    text-align: center;
    cursor: pointer;
    border-radius: .2rem;
}

.product_banner {
    width: 100%;
    height: 8rem;
    background: url(../img/PaperCupMachines-banner.jpg) no-repeat center center;
    background-size: cover;
}

.product_advantages {
    width: 100%;
    box-shadow: .03rem .03rem .08rem #ecf2f8;
}

.product_advantages .advantages_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: .2rem;
}

.product_advantages .advantages_li {
    display: grid;
    grid-template-columns: .8rem 2fr;
    gap: .15rem;
}

.product_advantages .advantages_li img {
    width: 100%;
    height: .6rem;
    object-fit: contain;
}

.product_advantages .advantages_liTxt .titleH {
    font-size: .28rem;
    text-align: left;
    margin-bottom: .1rem;
    color: #052f74;
}

.product_advantages .advantages_liTxt .msgH {
    text-align: left;
}

.product_introduction {
    width: 100%;
}

.product_introduction .introduction_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .2rem;
    align-items: center;
}

.product_introduction .introduction_L {
    padding-left: .4rem;
}

.product_introduction .introduction_L .titleH,
.product_introduction .introduction_L .msgH {
    text-align: left;
}

.product_introduction .introduction_LEmail {
    font-size: .2rem;
    color: #333;
    margin-top: .2rem;
}

.product_introduction .introduction_LEmail span {
    color: #1361ff;
    margin-left: .1rem;
}

.product_introduction .introduction_L .quoteBtn {
    background-color: #1361ff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .1rem;
    margin-top: .6rem;
}

.product_introduction .quoteBtn img {
    width: .4rem;
    height: .4rem;
    object-fit: contain;
}

.product_introduction .introduction_RTop {
    overflow: hidden;
}

.product_introduction .introduction_RTop img {
    display: none;
    width: 100%;
    height: 4rem;
    object-fit: cover;
}

.product_introduction .introduction_RTop img.active {
    display: block;
}

.product_introduction .introduction_RBottom {
    margin-top: .2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: .2rem;
}

.product_introduction .introduction_RBottom img {
    width: 100%;
    height: 1.2rem;
    box-sizing: border-box;
    object-fit: cover;
    cursor: pointer;
    border: .02rem solid transparent;
}

.product_introduction .introduction_RBottom img:hover,
.product_introduction .introduction_RBottom img.active {
    border: .02rem solid #1361ff;
}

.why_choose {
    width: 100%;
    background-color: #f5f6fa;
}

.why_choose .choose_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.why_choose .choose_ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: .2rem;
    margin-top: .4rem;
}

.why_choose .choose_li {
    border-radius: .2rem;
    box-shadow: .01rem .01rem .05rem #eee;
    padding: .2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fefefe;
    overflow: hidden;
}

.why_choose .choose_li img {
    width: 1rem;
    height: 1rem;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.why_choose .choose_li img:hover {
    transform: scale(1.1);
}

.why_choose .choose_liTxt {
    margin-left: .2rem;
}

.why_choose .choose_liTxt .titleH {
    text-align: left;
    font-size: .26rem;
    position: relative;
}

.why_choose .choose_liTxt .titleH::after {
    content: '';
    width: .35rem;
    height: .05rem;
    background-color: #1361ff;
    position: absolute;
    left: 0;
    bottom: -.08rem;
}

.why_choose .choose_liTxt .msgH {
    text-align: left;
    padding-top: .05rem;
}

.wide_applications {
    width: 100%;
}

.wide_applications .wide_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0 0;
}

.wide_applications .wide_ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: .2rem;
    margin-top: .2rem;
}

.wide_applications .wide_li {
    overflow: hidden;
}

.wide_applications .wide_li img {
    width: 100%;
    height: 3rem;
    object-fit: cover;
    border-radius: .3rem;
    transition: transform 0.3s ease;
}

.wide_applications .wide_li:hover img {
    transform: scale(1.05);
}

.wide_applications .wide_li .titleH {
    font-size: .26rem;
    margin: .2rem auto;
}

.production_process {
    width: 100%;
    height: 11rem;
    background: url(../img/PaperCupMachines22.jpg) no-repeat center center;
    background-size: cover;
    padding: .6rem 0 0;
    margin-top: .6rem;
}

.video_center {
    width: 100%;
}

.video_center .video_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.video_center .video_ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: .2rem;
    margin-top: .4rem;
}

.video_center .video_li {
    width: 100%;
    height: 3rem;
}

.machine_model {
    width: 100%;
    background-color: #f5f6fa;
}

.machine_model .model_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.machine_model .model_ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: .15rem;
    margin-top: .4rem;
}

.machine_model .model_li {
    box-shadow: .01rem .01rem .05rem #eee;
    border-radius: .1rem;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

.machine_model .model_li .model_liHotImg {
    width: 1rem;
    height: 1rem;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.machine_model .model_li .model_liImg {
    width: 100%;
    height: 2rem;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.machine_model .model_li:nth-child(2) .model_liImg {
    padding: .4rem .1rem 0;
}

.machine_model .model_li:nth-child(3) .model_liImg {
    padding: .1rem;
}

.machine_model .model_li:hover .model_liImg {
    transform: scale(1.05);
}

.machine_model .model_li .titleH {
    font-size: .26rem;
    margin: .2rem auto 0;
}

.machine_model .model_liFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .1rem auto;
}

.machine_model .model_liItem {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: .05rem .15rem;
}

.machine_model .model_liItem .msgH {
    text-align: left;
}

.machine_model .model_liItem img {
    width: .25rem;
    height: .25rem;
    object-fit: contain;
    margin-right: .1rem;
}

.machine_model .model_li .quoteBtn {
    width: 2rem;
    background-color: #1361ff;
    margin: .2rem auto;
}

.machine_model .model_li:nth-child(-n+3) .quoteBtn {
    margin: .56rem auto .2rem;
}

.questions_box {
    width: 100%;
}

.questions_box .questions_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.questions_box .questions_ul {
    width: 13.6rem;
    margin: .4rem auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .24rem .36rem;
    align-items: start;
}

.questions_box .questions_li {
    border: .02rem solid #e1e6ec;
    border-radius: .08rem;
    box-shadow: 0 .02rem .08rem rgba(0, 0, 0, 0.08);
    overflow: hidden;
    background-color: #fff;
}

.questions_box .question_title {
    padding: .2rem .3rem;
    display: flex;
    align-items: center;
    gap: .14rem;
    cursor: pointer;
}

.questions_box .question_num {
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #1361ff;
    color: #fff;
    font-size: .16rem;
    text-align: center;
    font-weight: 600;
}

.questions_box .question_text {
    flex: 1;
    color: #13213b;
    font-size: .22rem;
    font-family: pb;
    line-height: 1.45;
}

.questions_box .question_arrow {
    width: .16rem;
    height: .16rem;
    flex-shrink: 0;
    border: 0;
    border-right: .04rem solid #1361ff;
    border-bottom: .04rem solid #1361ff;
    background-color: transparent;
    cursor: pointer;
    pointer-events: none;
    transform: rotate(45deg);
    transition: transform .3s ease;
    margin-top: -.08rem;
}

.questions_box .question_answer {
    display: none;
    padding: .2rem .3rem;
    background-color: #f7f9fc;
}

.questions_box .questions_li.active .question_arrow {
    transform: rotate(225deg);
    margin-top: 0;
}

.questions_box .questions_li.active .question_answer {
    display: block;
}

.questions_box .question_answer .msgH {
    text-align: left;
    color: #6a7485;
    font-size: .18rem;
    line-height: 1.8;
}

.questions_box .question_answer .quoteBtn {
    width: fit-content;
    border-radius: .08rem;
    color: #1361ff;
    font-size: .18rem;
    line-height: 1.6;
    display: flex;
    text-align: left;
    gap: .1rem;
    margin: .2rem 0 0;
}

.questions_box .quoteBtn img {
    width: .26rem;
    height: .26rem;
    object-fit: contain;
}

.supporting_equipment {
    width: 100%;
    background-color: #f5f6fa;
}

.supporting_equipment .supporting_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.supporting_equipment .supporting_swiper_box {
    position: relative;
    width: 12.8rem;
    margin: .42rem auto 0;
}

.supporting_equipment .supporting_swiper {
    width: 100%;
    overflow: hidden;
}

.supporting_equipment .supporting_li {
    overflow: hidden;
}

.supporting_equipment .supporting_img {
    width: 100%;
    height: 2.75rem;
    overflow: hidden;
}

.supporting_equipment .supporting_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.supporting_equipment .supporting_li:hover .supporting_img img {
    transform: scale(1.05);
}

.supporting_equipment .supporting_title {
    height: 1.2rem;
    padding: 0 .3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #13213b;
    font-size: .22rem;
    line-height: 1.6;
    font-family: pb;
    transition: color .3s ease, background-color .3s ease;
}

.supporting_equipment .supporting_li:hover .supporting_title {
    color: #fff;
    background-color: #003b8f;
}

.supporting_equipment .supporting_swiper .quoteBtn {
    width: 2rem;
    color: #fff;
    background-color: #003b8f;
    margin: .2rem auto;
}

.supporting_equipment .supporting_pagination {
    position: static;
    width: 100%;
    margin-top: .34rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .18rem;
}

.supporting_equipment .supporting_pagination .swiper-pagination-bullet {
    width: .6rem;
    height: .07rem;
    border-radius: .1rem;
    margin: 0;
    background-color: #cfcfcf;
    opacity: 1;
}

.supporting_equipment .supporting_pagination .swiper-pagination-bullet-active {
    background-color: #003b8f;
}