.product {
    width: 100%;
    background: #fff
}

.pdocut-banner {
    width: 100%;
    position: relative;
    aspect-ratio: 16 / 5;
}

.mpbanner {
    display: none;
    aspect-ratio: 15 / 19;
}

.pdocut-banner .swiper-pagination-bullet {
    width: 50px;
    height: 5px;
    border-radius: 16px
}

.pdocut-banner .swiper-pagination-bullet-active {
    background: #fff
}

.pdocut-banner img {
    width: 100%
}

.product-banner-text {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}

.product-banner-text h3 {
    margin-bottom: 11px;
    font-size: 55px;
    line-height: 55px;
    color: #f7f7f7;
    font-weight: 700;
    font-family: Montserrat
}

.product-banner-span {
    display: flex;
    justify-content: center;
    position: relative
}

.product-banner-span span {
    font-size: 20px;
    color: #f7f7f7;
    font-weight: 300;
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
    font-family: Montserrat
}

.product-banner-span span:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    width: 2px;
    height: 80%;
    color: #f7f7f7;
    background: #f7f7f7;
    border: #f7f7f7;
    bottom: 8%
}

.plist-content {
    width: 1400px;
    margin: auto;
    padding-top: 75px;
    padding-bottom: 75px
}

.pch3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    color: #000;
    margin-bottom: 47px;
    font-family: Montserrat
}

.pctype {
    display: flex;
    margin-bottom: 77px
}

.pctype span:not(:last-child) {
    margin-right: 30px
}

.pctype span {
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    color: #5d5d5d;
    font-weight: 500;
    padding-bottom: 13px;
    position: relative;
    cursor: pointer;
    font-family: Montserrat
}

.pxz {
    color: #009173 !important
}

.pxz::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #009173;
    width: 100%;
    height: 3px
}

.plitem {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between
}

.plitem-left {
    width: 39%;
    padding-top: 30px;
    padding-bottom: 35px
}

.plitem-left h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    color: #000;
    margin-bottom: 16px;
    font-family: Montserrat
}

.plitem-left p {
    font-size: 20px;
    font-weight: 400;
    color: #009173;
    line-height: normal;
    margin-bottom: 47px;
    font-family: Montserrat
}

.plitem-left-button {
    display: flex;
    margin-bottom: 75px
}

.plba1 {
    margin-right: 30px;
    width: 121px;
    height: 38px;
    border-radius: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    border: 1px solid #000;
    font-family: Montserrat
}

.plba2 {
    margin-right: 30px;
    width: 121px;
    height: 38px;
    background: #009173;
    border-radius: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-family: Montserrat
}

.plitem-left-input {
    display: flex;
    align-items: center
}

.plcount {
    width: 100%
}

.plcontent {
    width: 100%;
    display: none
}

.plcontent-show {
    display: block !important
}

.plitem-left-radio {
    width: 20px;
    height: 20px;
    border: 1px solid #009173;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.plison {
    width: 13px;
    height: 13px;
    background: #009173;
    display: none;
    font-family: Montserrat
}

.plison-show {
    display: block !important
}

.plitem-left-input-span {
    font-size: 16px;
    color: #009173;
    font-family: Montserrat
}

.plitem-right {
    width: 61%;
    height: 100%
}

.plitem-right a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}

.plitem-right a img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.plitem::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #5d5d5d
}

.plitem:last-child::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #5d5d5d
}

.duib {
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: -100px;
    left: 0;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    transition: all .5s;
    z-index: 999
}

.duib-show {
    bottom: 0
}

.dl-item h6 {
    font-size: 20px;
    color: #5d5d5d;
    font-weight: 600;
    margin-right: 30px;
    font-family: Montserrat
}

.dl-item span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #5d5d5d;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #5d5d5d;
    font-weight: 400;
    cursor: pointer
}

.dl-item {
    display: flex;
    align-items: center
}

.drb1 {
    width: 149px;
    height: 41px;
    border-radius: 10px;
    font-size: 15px;
    color: #5d5d5d;
    border: 1px solid #5d5d5d;
    cursor: pointer;
    font-family: Montserrat
}

.drb2 {
    width: 149px;
    height: 41px;
    border-radius: 10px;
    font-size: 15px;
    color: #5d5d5d;
    border: 1px solid #5d5d5d;
    cursor: pointer;
    font-family: Montserrat
}

.duib-left {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    padding: 0 10%;
    position: relative
}

.duib-left::after {
    content: '';
    right: 0;
    top: 20px;
    width: 1px;
    height: 60px;
    background: #707070;
    position: absolute
}

.duib-right {
    width: 50%;
    display: flex;
    padding: 0 10%;
    display: flex;
    justify-content: space-around
}

@media screen and (max-width:1440px) {
    .plist-content {
        width: 1140px;
        margin: auto
    }

    .pctype span {
        font-size: 15px
    }

    .plitem-left {
        width: 40%
    }

    .plitem-right {
        width: 60%;
        height: auto
    }
}

@media screen and (max-width:1140px) {

    .plba1,
    .plba2 {
        width: 121px;
        height: 28px;
        font-size: 13px;
        line-height: 13px
    }

    .plitem-left p {
        margin-bottom: 27px
    }

    .plist-content {
        width: 95%
    }

    .plist-content {
        padding-top: 35px
    }

    .plitem {
        flex-direction: column
    }

    .plitem-left {
        width: 100%
    }

    .plitem-right {
        width: 100%
    }

    .plitem-right a img {
        width: 100%;
        height: auto
    }

    .pctype {
        flex-wrap: wrap
    }

    .pctype span {
        margin-bottom: 15px;
        font-size: 15px
    }

    .pctype span:not(:last-child) {
        margin-right: 0;
        margin-bottom: 0
    }

    .pctype span {
        width: 50%
    }

    .pxz::after {
        display: none
    }

    .pctype {
        margin-bottom: 0
    }

    .plitem-left h3,
    .product-banner-text h3 {
        font-size: 30px
    }

    .plitem-left p {
        font-size: 16px
    }

    .plitem-left-button {
        margin-bottom: 25px
    }

    .product-banner-span span {
        padding-left: 15px;
        padding-right: 15px
    }

    .duib-left {
        flex-direction: column;
        padding: 0 3%
    }

    .dl-item h6 {
        font-size: 13px
    }

    .dl-item {
        width: 100%;
        display: flex;
        justify-content: space-around
    }

    .duib-right {
        height: 100%;
        flex-direction: column
    }

    .hpbanner {
        display: none
    }

    .mpbanner {
        display: block
    }

    .pdocut-banner img {
        height: 65vh;
        object-fit: cover;
        object-position: 30% 70%;
    }
}

@media screen and (max-width:750px) {
    .pdocut-banner img {
        height: auto;
        object-fit: cover;
        object-position: unset;
    }
}