<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.foot{
    width: 100%;
    height: 100px;
    background-color: #b94a48;
    z-index: 999!important;
}

.shop_main{
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #FEF7EC;
}
.shop_main .left_pc{
    box-sizing: border-box;
    padding: 20px 0 0 70px ;
    position: absolute;
    top: 30px;
    left: 0;
    height: calc(100% - 100px);
    float: left;
    width: 20%;
    overflow: hidden;
}
.shop_main .left_pc&gt;h3{
    font-size: 200px;
    font-weight: 700;
}

.shop_main .left_pc ul {
    height: calc(100% - 200px);
    margin-top: 30px;
    white-space: nowrap;
    overflow-y:hidden;
    list-style: none;
}
.shop_main .left_pc ul li{
    box-sizing: border-box;
    padding-left: 12px;
    height: 40px;
    width: 200px;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
}
.shop_main .left_pc ul .active{
    color: #ffffff;
    background-color: #40C5AC;
    border-radius: 10px;
}
.shop_main .right_pc {
    float: left;
    width: 80%;
    max-height: calc(100% - 100px);
    margin-left: 20%;
    overflow: hidden;
}
.shop_main .right_pc ul{
    width: 100%;
}
.shop_main .right_pc ul li{
    width: 100%;
}
.shop_main .right_pc ul li&gt;h3{
    padding-top: 20px;
    font-size: 38px;
    font-weight: 700;
}
.shop_main .right_pc ul li&gt;p{
    padding: 1px 0;
    font-size: 18px;
    color: #6E6D6D;

}
.shop_main .right_pc ul li .shop_content{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #FDE4B3;

}
.shop_main .right_pc ul li .shop_content .content_pc{
    display: flex;
    margin:24px 0 0  42px;
}
.shop_main .right_pc ul li .shop_content .shop_img{
    width: 180px;
    height: 180px;
    border: 1px solid #D13262;
    border-radius: 50%;
}
.shop_main .right_pc ul li .shop_content .shop_img img{
    width: 180px;
    height: 180px;
    border-radius: 50%;
}

.shop_main .right_pc ul li .shop_content .shop_text{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 44px;
    width: 202px;
}
.shop_main .right_pc ul li .shop_content .content_pc .title{
    font-weight: 700;
    font-size: 32px;
}
.shop_main .right_pc ul li .shop_content .content_pc .text{
    margin-top: 5px;
    font-size: 16px;
    color: #91908E;
}
.shop_main .right_pc ul li .shop_content .content_pc .price{
    margin-top: 0.2rem;
    font-size: 0.16rem;
    color: #91908E;
}
.shop_main .right_pc ul li .shop_content .content_pc button{
    width: 84px;
    height: 37px;
    font-size: 18px;
    border: 1px solid #000000;
    border-radius: 5px;
}
body{
    overflow-x: hidden;
}
.wzh_price .shop_num .shop_hide,
.wzh_price .shop_num .shop_hide{
    display: none;
}


/*pcç«¯ç‚¹é¤æ&nbsp;·å¼*/
@media (max-width: 900px){
    .menu-item-2.type-3 .wzh_price{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .wzh_price .shop_num {
        margin-top: 10px;
        display: flex;
    }
    .wzh_price .shop_num button{
        width: 40px;
        height: 20px;
        font-size: 10px;
        border: 1px solid #000000;
        border-radius: 2px;
        padding: 0;
    }
    .wzh_price .shop_num .num{
        box-sizing: border-box;
        padding-left: 5px;
        width: 20px;
        height: 20px;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
    }

}
.content{display: block}
@media (min-width: 900px){
    .wzh_col{
        width: 25%!important;
        /*margin-left: 20px;*/
    }
    .content{
        width: 100%;
        overflow: hidden;
        position: relative;
        /*background-color: #FEF7EC;*/
    }
    .content .left{
        box-sizing: border-box;
        padding: 20px 0 0 70px;
        position: absolute;
        top: 120px;
        left: 0;
        height: calc(100% - 100px);
        float: left;
        width: 20%;
        overflow: hidden;
        background-color: #ffffff;
    }
    .content .left ul{
        height: calc(100% - 200px);
        margin-top: 30px;
        white-space: nowrap;
        overflow-y: auto;
        overflow-x:hidden;
        list-style: none;
    }
    .content .left ul::-webkit-scrollbar{
        display: none;
        width:0!important;
    }
    .content .left ul::-webkit-scrollbar-thumb{
        background:transparent;
    }
    .content .left ul::-webkit-scrollbar-track{
        border-radius:0;
        background:transparent;
    }
    .content .left ul li{
        box-sizing: border-box;
        padding:  0 0 0 12px;
        text-align: left;
        height: 40px;
        width: 200px;
        font-size: 16px;
        line-height: 40px;
        cursor: pointer;
    }
    .content .right{
        width: 80%;
        max-height: calc(100% - 100px);
        margin-left: 20%;
        overflow: hidden;
    }
    .content .class-title{
        padding-top: 20px;
        font-size: 38px;
		color: #a1bf89;
        font-weight: 700;
        background-color: #ffffff;
    }
    .content .goods-item{
        /*border-left: 1px solid #CCCCCC;*/
        border-top: 2px solid #FDE4B3;
    }
    .menu-item .image{
        float: left;
        /*width: 300px;
        height: 300px;
        /*border: 1px solid #D13262;
        border-radius: 50%;*/
    }
	
	.goods-item .menu-item.menu-item-2.type-3 .image.hover-zoom{
		/*width: 300px;
        height: 300px;*/
	}
	
     .text{
        float: left;
        /*margin-left: 20px;*/
        width: 100%;
        text-align: center;
    }
    .col-lg-3{
        width: 33.33%;
    }
    .like-product,.vertical-align{
       /* display: none!important;*/
    }
    .wzh_price{
        display: flex!important;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .wzh_price .shop_num {
        display: flex;
    }
    .wzh_price .shop_num .num{
        box-sizing: border-box;
        padding-left: 5px;
        width: 20px;
        height: 25px;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
    }
    .wzh_price .shop_num button{
        width: 50px;
        height: 30px;
        font-size: 14px;
        border: 1px solid #000000;
        border-radius: 2px;
    }
    .content  .left ul .active{
        color: #ffffff;
        background-color: #d68e22;
        /*border-radius: 10px;*/
        border-left: none;
    }
}</pre></body></html>