
.product_category_bg {
    position: relative;
}
.product_category_bg .product_category_list {
    position: absolute;
    width: calc(100vw - 15.625%);
    left: 7.8125%;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #C3AEC4;
}

.product_category_bg .product_category_list > a {
    background: #C3AEC4;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    height: 120px;
}
.product_category_bg .product_category_list > a.active {
    background: #6A2772;
}

#product-list {
    padding: 90px 7.8125% 0;
    background: #FFFFFF;
}

#product-list .product-tips {
    display: flex;
    align-items: center;
}

#product-list .product-tips > img {
    width: 133px;
    height: 133px;
}

#product-list .product-tips .product-tips-title {
    font-size: 48px;
    color: #1E2328;
    margin-left: 40px;
}

#product-list .product-yiqi-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-top: 90px;
    margin-bottom: 90px;
}
#product-list .product-yiqi-box .yiqi-item {
    width: 100%;
    height: 658px;
    padding: 61px 33px 25px 0;
    background: #FBFBFB;
    box-shadow: 8px 8px 10px #00000029;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

    opacity: .4;
    -webkit-transition: all 320ms ease-out 0s;
    transition: all 320ms ease-out 0s;
}
#product-list .product-yiqi-box .yiqi-item:hover {
    opacity: 1;
}
#product-list .product-yiqi-box .yiqi-item:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 2rem;
    bottom: 2rem;
    width: .12rem;
    background-color: #ff4d00;
    -webkit-transition: all 250ms ease-out 0s;
    transition: all 250ms ease-out 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
#product-list .product-yiqi-box .yiqi-item .item-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 100%;
}
#product-list .product-yiqi-box .yiqi-item .item-left .item-top {
    display: flex;
    flex-direction: column;
    margin-left: 66px;

}
#product-list .product-yiqi-box .yiqi-item .item-left .item-top .item-title{
    color: #1E2328;
    font-size: 60px;
    font-weight: 600;
}
#product-list .product-yiqi-box .yiqi-item .item-left .item-top .item-subtitle{
    color: #1E2328;
    font-size: 48px;
}
#product-list .product-yiqi-box .yiqi-item .item-left .item-more {
    overflow: hidden;
    z-index: 1;
    vertical-align: top;
    font-size: 15px;
    padding: 0 15px;
    height: 50px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    position: absolute;
    left: 75px;
    bottom: 35px;
}
#product-list .product-yiqi-box .yiqi-item .item-left .item-more:before {
    content: " ";
    z-index: -1;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    border: #6A2772 solid 2px;
}

#product-list .product-yiqi-box .yiqi-item .item-left .item-more:after {
    content: " ";
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background-color: #6A2772;
}

#product-list .product-yiqi-box .yiqi-item .item-left .item-more:hover {
    color: #FFFFFF;
}
#product-list .product-yiqi-box .yiqi-item .item-left .item-more:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: left 0s ease-out 0s,width .4s ease-out 0s;
    transition: left 0s ease-out 0s,width .4s ease-out 0s
}
#product-list .product-yiqi-box .yiqi-item .item-cover {
    width: 777px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#product-list .product-yiqi-box .yiqi-item .item-cover > img {
    width: 572px;
    height: 572px;
}

#product-list .product-shiji-box {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    margin-top: 90px;
    margin-bottom: 90px;
}
#product-list .product-shiji-box .shiji-item {
    width: 100%;
    padding: 0 39px;
    background: #FBFBFB;
    box-shadow: 8px 8px 10px #00000029;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    opacity: .4;
    -webkit-transition: all 320ms ease-out 0s;
    transition: all 320ms ease-out 0s;
}
#product-list .product-shiji-box .shiji-item:hover {
    opacity: 1;
}
#product-list .product-shiji-box .shiji-item:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 2rem;
    bottom: 2rem;
    width: .12rem;
    background-color: #ff4d00;
    -webkit-transition: all 250ms ease-out 0s;
    transition: all 250ms ease-out 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
#product-list .product-shiji-box .shiji-item .item-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}
#product-list .product-shiji-box .shiji-item .item-left .item-top {
    font-size: 24px;
    color: #1E2328;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 12px;
    padding-bottom: 100px;
}
#product-list .product-shiji-box .shiji-item .item-left .item-more {
    overflow: hidden;
    z-index: 1;
    vertical-align: top;
    font-size: 15px;
    padding: 0 15px;
    height: 50px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
}
#product-list .product-shiji-box .shiji-item .item-left .item-more:before {
    content: " ";
    z-index: -1;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    border: #6A2772 solid 2px;
}

#product-list .product-shiji-box .shiji-item .item-left .item-more:after {
    content: " ";
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background-color: #6A2772;
}

#product-list .product-shiji-box .shiji-item .item-left .item-more:hover {
    color: #FFFFFF;
}
#product-list .product-shiji-box .shiji-item .item-left .item-more:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: left 0s ease-out 0s,width .4s ease-out 0s;
    transition: left 0s ease-out 0s,width .4s ease-out 0s;
}
#product-list .product-shiji-box .shiji-item .item-cover {
    width: 692px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#product-list .product-shiji-box .shiji-item .item-cover > img {
    width: 533px;
    height: 533px;
}

#product-info {
    background: #FFFFFF;
    padding: 128px 110px 40px;
}
#product-info .top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    
}
#product-info .top .cover {
    width: 777px;
}

#product-info .top .cover > img {
    width: 572px;
    height: 572px;
}
#product-info .top .title-box {
    flex: 1;
    height: 572px;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}
#product-info .top .title-box .title {
    color: #1E2328;
    font-size: 60px;
    font-weight: bold;
}
#product-info .top .title-box .subtitle {
    font-size: 48px;
    color: #1E2328;
}
#product-info .top .title-box .summary {
    font-size: 24px;
    color: #1E2328;
}
#product-info .detail {
    width: 100%;
}

@media screen and (max-width: 600px)  {
    .product_category_bg .product_category_list {
        width: 100%;
        left: 0;
    }
    .product_category_bg .product_category_list > a {
        height: 40px;
        width: 33.33%;
        font-size: 12px;
    }
    #product-list {
        padding: 20px;
    }
    #product-list .product-tips {
        display: flex;
        align-items: center;
    }

    #product-list .product-tips > img {
        width: 40px;
        height: 40px;
    }

    #product-list .product-tips .product-tips-title {
        font-size: 24px;
        color: #1E2328;
        margin-left: 20px;
    }

    #product-list .product-yiqi-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
        margin-bottom: 32px;
    }
    #product-list .product-yiqi-box .yiqi-item {
        width: 100%;
        height: 492px;
        padding: 0;
        background: #FBFBFB;
        box-shadow: 8px 8px 10px #00000029;
        border-radius: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        opacity: 1;
        -webkit-transition: all 320ms ease-out 0s;
        transition: all 320ms ease-out 0s;
    }

    #product-list .product-yiqi-box .yiqi-item .item-cover {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #product-list .product-yiqi-box .yiqi-item .item-cover > img {
        width: 270px;
        height: 270px;
    }
    #product-list .product-yiqi-box .yiqi-item .item-left {
        height: 180px;
        flex: none;
    }
    #product-list .product-yiqi-box .yiqi-item .item-left .item-top {
        display: flex;
        flex-direction: column;
        margin-left: 0;
        align-items: center;

    }
    #product-list .product-yiqi-box .yiqi-item .item-left .item-top .item-title{
        color: #1E2328;
        font-size: 32px;
        font-weight: 600;
    }
    #product-list .product-yiqi-box .yiqi-item .item-left .item-top .item-subtitle{
        color: #1E2328;
        font-size: 24px;
    }
    #product-list .product-yiqi-box .yiqi-item .item-left .item-more {
        left: 50%;
        transform: translateX(-50%);
        bottom: 35px;
    }

    #product-list .product-shiji-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #product-list .product-shiji-box .shiji-item {
        width: 100%;
        height: auto;
        padding: 0 12px;
        box-shadow: 8px 8px 10px #00000029;
        border-radius: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        opacity: 1;
        -webkit-transition: all 320ms ease-out 0s;
        transition: all 320ms ease-out 0s;
    }

    #product-list .product-shiji-box .shiji-item .item-cover {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
    #product-list .product-shiji-box .shiji-item .item-cover > img {
        width: 270px;
        height: 270px;
    }
    #product-list .product-shiji-box .shiji-item .item-left .item-top {
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 12px;
        padding-bottom: 100px;
    }
    #product-list .product-shiji-box .shiji-item .item-left .item-top .item-title{
        color: #1E2328;
        font-size: 32px;
        font-weight: 600;
    }
    #product-list .product-shiji-box .shiji-item .item-left .item-top .item-subtitle{
        color: #1E2328;
        font-size: 24px;
    }
    #product-list .product-shiji-box .shiji-item .item-left .item-more {
        left: 50%;
        transform: translateX(-50%);
        bottom: 35px;
    }

    #product-info {
        background: #FFFFFF;
        padding: 0;
    }
    #product-info .top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    #product-info .top .cover {
        width: 280px;
        height: 280px;
    }
    #product-info .top .cover > img {
        width: 100%;
        height: 280px;
    }
    #product-info .top .title-box {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 12px;
        padding-right: 12px;
        gap: 20px;
    }
    #product-info .top .title-box .title {
        color: #1E2328;
        font-size: 32px;
        font-weight: bold;
    }
    #product-info .top .title-box .subtitle {
        font-size: 24px;
        color: #1E2328;
    }
    #product-info .top .title-box .summary {
        font-size: 12px;
        color: #1E2328;
    }
    #product-info .detail {
        width: 100%;
    }
}
