* {
    margin: 0;
    padding: 0;
}
.list {
    background: #f7f7f7;
    padding: 0 20px;
}
.product_navs {
    display: flex;
    padding: 10px 0;
    flex-wrap: wrap;
}
.product_navs .product_nav {
    padding: 0 8px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #959595;
}
.product_navs .product_nav_a {
    background: #0073bd;
    color: #fff;
    border-radius: 4px;
}
.product_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0 20px 0;
}
.product_list .product_item {
    width: 160px;
    height: 176px;
    background: #fff;
    margin-bottom: 10px;
}
.product_item .item_img {
    width: 100%;
    height: 116px;
    object-fit: contain;
}
.product_item .item_title {
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #2E2E2E;
    line-height: 30px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.product_item .item_txt {
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    color: #9B9B9B;
    padding: 0 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.page {
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page .next {
    width: 70px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #0073bd;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #0073BD;
    text-align: center;
    line-height: 30px;
}
.page_num {
    margin: 0 20px;
    color: #999;
    font-size: 12px;
}
.num_a {
    color: #5273cc;
}
.page_zhan {
    width: 100%;
    height: 14px;
    background: #f7f7f7;
}
.detail {
    padding: 20px;
}
.detail .detail_title {
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    color: #232E42;
    line-height: 40px;
    margin-top: 10px;
}
.detail .detail_tips {
    padding-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: rgba(149, 149, 149, 0.996078431372549);
    line-height: 24px;
}
.detail_name {
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #232E42;
    line-height: 40px;
}
.detail .detail_line {
    display: flex;
}
.dui {
    width: 14px;
    color: 14px;
    margin-right: 10px;
}
.dui_txt {
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: rgba(149, 149, 149, 0.996078431372549);
    line-height: 30px;
}
.include_name {
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #232E42;
    line-height: 40px;
    border-top: 1px solid #e4e4e4;
    margin-top: 30px;
    margin-bottom: 10px;
}
.include_txt {
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: rgba(149, 149, 149, 0.996078431372549);
    line-height: 24px;
    margin: 10px 0;
}
.include_txt > img {
    width: 100%;
}
