.clear_both{
    clear: both;
}

.page_item{
    width: 100%;
    height: 300px;
}

.page_item_box{
    width: 1200px;
    /*width: 62.5%;*/
    margin: auto;
    padding-top: 60px;
}
.page_item_title{
    font-size: 64px;
    color: #92705E;
    display: block;
}
.page_item_desc{
    display: block;
    font-size: 24px;
    color: #92705E;
    width: 720px;
    white-space:pre-wrap;
    word-wrap : break-word ;
    word-break:normal;
}
.page_nav{
    width: 1200px;
    margin: auto;
    margin-top: 21.5px;
    font-size: 14px;
    color: #CDA896;
    font-family: pingguo;
}

.page_nav span{
    color: black;
}
.page_show{
    width: 1200px;
    margin: auto;
    text-align: center;
}
.page_show_title{
    color: #92705E;
    display: block;
    font-size: 30px;
    margin-top: 61px;
    margin-bottom: 14px;
    font-family: play;
}
.page_show_desc{
    display: block;
    color: #92705E;
    font-size: 16px;
    font-family: pingguo;
}
.product{
    width: 1200px;
    margin: auto;
    margin-top: 42px;
}
.product_item{
    width: 100%;
    height: 471px;
    margin-bottom: 40px;
}
.product_classify{
    font-size: 30px;
    color: #424243;
    display: block;
    float: left;
    cursor: default;
}
.product_more{
    cursor: pointer;
    font-size: 16px;
    float: right;
    background-image: url("../image/product_more.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    margin-right: 25px;
    margin-top: 14px;
    background-position: right;
    font-family: pingguo;
    padding-right: 25px;
}
.product_ul{
    list-style: none;
    margin-top: 34px;
}
.product_ul li {
    float: left;
    width: 226px;
    height: 340px;
    background: #ffffff;
    margin-right: 17px;
    text-align: center;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
}
.product_ul li:hover .product_img{
    transform: scale(0.8);
}

.product_ul li:hover .product_name{
    color: #CDA896;
}

.product_show_ul li:hover .product_img{
    transform: scale(0.8);
}
.product_show_ul li:hover .product_name{
    color: #CDA896;
}



.product_ul li:nth-child(5n+5){
    margin-right: 0;
}
.product_img{
    width: 220px;
    height: 258px;
    margin: auto;
    transition:all 0.6s linear;
    text-align: center;
}

.product_money{
    margin-left: 11px;
    display: block;
    font-size: 16px;
    color: black;
    text-align: left;
    margin-top: 14px;
    margin-bottom: 10px;
    font-weight: 900;
}
.product_name{
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    line-height: 21px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family: pingguo;
    margin-top: 14px;
    color: black;
    text-decoration: none;
}
.product_show{
    width: 1200px;
    margin: auto;
    margin-top: 60px;
}
.product_show_classify{
    font-size: 30px;
    color: #424243;
    display: block;
    float: left;
    cursor: default;
}
.product_show_ul{
    width: 950px;
    list-style: none;
    float: left;
    margin-left: 27px;
}
.product_show_ul li {
    float: left;
    width: 226px;
    /*height: 395px;*/
    height: 340px;
    background: #ffffff;
    margin-right: 15px;
    text-align: center;
    margin-bottom: 50px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
}
.product_show_ul li:nth-child(4n+4){
    margin-right: 0;
}
.product_footer{
    width: 1200px;
    margin: auto;
    margin-bottom: 35px;
}
.page_count{
    display: block;
    float: left;
    font-size: 14px;
    color: #00000099;
}
.page_menu{
    display: block;
    float: right;
}
.product_search_result{
    font-family: play;
    font-size: 24px;
    color: #92705E;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.product_search_result span{
    font-family: pingguo;
}
.product_search_show{
    margin: auto;
    width: 1200px;
    text-align: center;
}
.not_result{
    width: 1200px;
    height: 60vh;
    padding-top: 160px;
    background: white;
    margin: auto;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
    margin-top: 40px;
    margin-bottom: 40px;
}
.product_name:hover{
    cursor: pointer;
}
.not_show{
    width: 880px;
    margin: auto;
}
.not_img{
    width: 172px;
    height: 145px;
    display: block;
    float: left;
}
.not_title{
    font-family: play;
    font-size: 36px;
    color: #92705E;
    font-weight: 900;
    float: left;
    margin-left: 56px;
    min-width: 300px;
}
.not_desc{
    font-family: play;
    font-size: 24px;
    text-transform: uppercase;
    color: #92705E;
    float: left;
    margin-left: 62px;
    margin-top: 10px;
    min-width: 300px;
}
.not_btn{
    width: 200px;
    height: 60px;
    background: #CDA896;
    border-radius: 30px;
    display: block;
    float: left;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: white;
    margin-left: 64px;
    margin-top: 30px;
}

.pagination li{
    float: left;
}
.pagination li a{
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    background: white;
    text-align: center;
    margin-left: 8px;
    cursor: default;
    display: block;
}

.pagination li:hover>a{
    background: #CDA896;
    color: white;
}
.pagination .active{
    color: white;
    background: #CDA896;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    margin-left: 8px;
}
.pagination .disabled span{
    cursor: default;
    color: #6d6d6d;
    background: silver;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    margin-left: 8px;
    display: block;
}

.goods_sku_row{
    margin-top: 10px;
}
.goods_sku_left{
    width: 20%;
    float: left;
    font-family: pingguo;
}
.goods_sku_left span{
    display: inline-block;
}
.goods_sku_right{
    float: right;
    width: 80%;
}
.goods_sku_ul li{
    font-family: pingguo;
    font-size: 14px;
    float: left;
    padding: 5px 15px;
    margin-right: 12px;
    margin-bottom: 17px;
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
    border-radius: 2px;
    cursor: default;
}
.show_product_name{
    font-size: 30px;
    color: #424243;
    margin-top: 61px;
    margin-bottom: 35px;
}
.product_menu{
    width: 220px;
    float: left;
}
.product_box{

}
.product_one{
    border-top: #CB9B82 1px solid;
}

.product_one>a{
    font-size: 18px;
    color: #424243;
    text-indent: 16px;
    height: 50px;
    line-height: 50px;
    cursor: default;
    font-weight: 700;
    display: block;
    max-width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_one i,.product_two i{
    color: #CDA896;
    float: right;
    line-height: 50px;
    margin-right: 14px;
    cursor: pointer;
}
.product_two>a{
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    text-indent: 16px;
    font-size: 16px;
    cursor: default;
    font-weight: 700;
    max-width: 85%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #92705E;
}
.product_three>a{
    font-size: 14px;
    color: #424243;
    text-indent: 16px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    cursor: default;
    display: block;
    max-width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}
.product_none{
    display: none;
}
.none_icon{
    display: none;
}
.more{
    margin-top: 70px;
}

.choice{
    background: #92705E;
    color: white !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    max-width: 100% !important;
}