html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, main {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.item_detail li {
    width: 150px;
    height: 300px;
    border: 1px solid;
    float: left;
    margin: 10px 0 0 10px;
    font-size: 90%;
    line-height: 120%;
    padding: 0 0 10px 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix {
    overflow: hidden;
    margin-bottom: 15px;
}

.item_list_box {
    padding-bottom: 25px;
}

.category_head_box h3 {
    background: #59af20;
    margin: 0;
    position: relative;
    overflow: hidden;
    padding: 0;
    font-size: 10px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.category_head_box h3:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    overflow: hidden;
}

.product-page-list-ver-1__ct {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3px;
    margin-right: -3px;
}

.product-page-list-ver-1__ct {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3px;
    margin-right: -3px
}

.product-page-list-ver-1__ct>li {
    width: 50%;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 10px
}

.product-page-list-ver-1__ct li .items {
    border: 1px solid #d8d8d8;
    padding: 5px;
    font-size: 12px;
    height: 100%
}

.product-page-list-ver-1__ct li .items .top .top-image {
    min-height: 135px;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-page-list-ver-1__ct li .items .top img {
    max-width: 100%
}

.product-page-list-ver-1__ct li .items .top .top-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0
}

.product-page-list-ver-1__ct li .items .top-content__left ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 160px
}

.product-page-list-ver-1__ct li .items .top-content__left li {
    width: max-content;
    margin: 0;
    padding: 0
}

.product-page-list-ver-1__ct li .items .top-content__left .item {
    background: #000;
    color: #fff;
    padding: 5px 8px;
    border-radius: 50px;
    font-size: 8px;
    margin-bottom: 3px;
    margin-right: 2px
}

.product-page-list-ver-1__ct li .items .top-content__right .item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    margin-bottom: 3px;
    font-size: 9px;
    width: 60px
}

.product-page-list-ver-1__ct li .items .top-content__right .item:last-child {
    margin-bottom: 0
}

.product-page-list-ver-1__ct li .items .top-content__right .item-oz {
    border: 1px solid #6e6e6e;
    background: #fff;
    font-size: 12px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 3px;
    border-radius: 3px
}

.product-page-list-ver-1__ct li .items .top-content__right .item-oz .text-item {
    font-size: 7px
}

.product-page-list-ver-1__ct li .items .top-content__right .item-size {
    background: #6e6e6e;
    color: #fff
}

.product-page-list-ver-1__ct li .items .top-content__right .item-size.out-stock {
    background: #eae9e9
}

.product-page-list-ver-1__ct li .items .top-content__right .item-size.out-stock .text-item {
    color: red
}

.product-page-list-ver-1__ct li .items .top-content__right .item-size .text-item {
    font-size: 7px;
    line-height: 12px
}

.product-page-list-ver-1__ct li .items .top-content__right .item-color {
    background: #000;
    color: #fff;
    padding: 5px;
    font-size: 8px
}

.product-page-list-ver-1__ct li .items .top-content__right .item-color .text-item {
    font-size: 9px
}

.product-page-list-ver-1__ct li .items .top-content__right .item-color span {
    font-size: 8px;
    color: #fff
}

.product-page-list-ver-1__ct li .items .top-content__right .item-color .item-number-color {
    font-size: 19px
}

.product-page-list-ver-1__ct li .items .top {
    position: relative;
    padding: 10px;
    margin-bottom: 35px
}

.product-page-list-ver-1__ct li .items .top .top-logo {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 50px
}

.product-page-list-ver-1__ct li .items .bottom .bottom-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333
}

.product-page-list-ver-1__ct li .items .bottom .bottom-subtitle {
    color: #707070;
    margin-bottom: 5px
}

.product-page-list-ver-1__ct li .center-rating-star .box-rating-star {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px
}

.product-page-list-ver-1__ct li .bottom-content {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    line-height: 16px;
    min-height: 128px
}

.product-page-list-ver-1__ct li .bottom-data-price .item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 10px;
    border-bottom: 1px solid #d8d8d8
}

.product-page-list-ver-1__ct li .bottom-data-price li:last-child .item {
    border-bottom: 0;
    margin-bottom: 0;
    font-size: 9px
}

.item_detail_new_list_sp .product-page-list-ver-1__ct .bottom-data-price li {
    width: 100%;
    float: unset;
    padding: 0;
}

.product-page-list-ver-1__ct li .item {
    color: #333
}

.item_detail .product-page-list-ver-1__ct li span {
    font-size: 10px
}

.product-page-list-ver-1__ct .item-right .text-tax {
    font-size: 8px!important;
    color: #333
}



.product-page-list-ver-1__ct .bottom .content-hashtag {
    margin: 10px 0;
}

.product-page-list-ver-1__ct .bottom .open-hashtag {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
}

.product-page-list-ver-1__ct .bottom .list-hashtag {
    flex-wrap: wrap;
    gap: 4px;
    display: flex;
}

.product-page-list-ver-1__ct .bottom .list-hashtag .name-hashtag {
    font-size: 10px;
    line-height: 16px;
    color: #828282;
    border: 1px solid #828282;
    border-radius: 50px;
    padding: 2px 7px;
}

.product-page-list-ver-1__ct li .bottom-data-price .item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 10px;
    border-bottom: 1px solid #d8d8d8;
}
.item-rating .fa {
    color: #fb0;
}
.text-item-rating {
    color: #4891d1;
    font-size: 12px;
    line-height: 18px;
    margin-left: 5px;
    display: inline-block;
}
.text-item {
    font-size: 12px;
    line-height: 14px;
}
.box-rating-star .item-rating {
    display: inline-block;
}

.product-page-list-ver-1__ct li .bottom-data-price .item {
    width: 100%;
}
.color-c90000 {
    color: #c90000 !important;
}
.product-page-list-ver-1__ct li .bottom-data-price .item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 10px;
    border-bottom: 1px solid #d8d8d8;
}

.item_detail_new {
    margin: 0 8px;
}

.item_detail_new h1 {
    color: #fff;
    margin: 0 -8px 9px;
    position: relative;
    font-size: 11px;
    line-height: 16px;
    padding: 7px 8px;
    background: #e70000;
    -webkit-background-size: 5px 30px;
    background-size: 5px 30px;
    font-weight: 700;
}
.item_detail_new h1:after, .item_detail_new h1:before {
    content: '';
    position: absolute;
    left: 4px;
    right: 4px;
    border-top: 1px dashed rgba(256, 256, 257, .5);
}

.item_detail_new h1:before {
    bottom: 3px;
}
.item_detail_new h1:after {
    top: 3px;
}
.item_detail_banner {
    margin: 0 -8px;
    position: relative;
}
.item_detail_banner img {
    display: block;
    width: 100%;
    min-height: 93px;
}
@media (min-width: 360px) {
    .item_detail_banner img {
        min-height: 104px;
    }
}
@media (min-width: 375px) {
    .item_detail_banner img {
        min-height: 109px;
    }
}
@media (min-width: 390px) {
    .item_detail_banner img {
        min-height: 113px;
    }
}
@media (min-width: 414px) {
    .item_detail_banner img {
        min-height: 124px;
    }
}
@media (min-width: 430px) {
    .item_detail_banner img {
        min-height: 109px;
    }
}
.search_box {
    background: #eedcbb;
    padding: 5px;
    vertical-align: middle;
    margin-bottom: 10px;
}
.item_detail_new .search_box {
    margin: 0 -8px 13px;
}
.item_detail_new .search-box-ct-1 {
    display: flex;
    align-items: center;
}
.search_box i {
    vertical-align: middle;
    display: inline-block;
    width: 22%;
}
.search-box-ct-1 .color-brown {
    color: #8e7442;
    font-weight: 700;
    font-size: 12px;
}
.item_detail_new .search_box i {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    margin-right: 5px;
    margin-top: 7px;
    width: auto;
}
.item_detail_new .search-box-ct-1 .fa-search {
    transform: rotate(90deg);
    margin-right: 3px;
    margin-top: 0;
}
.search-box-ct-1 .color-brown {
    color: #8e7442;
    font-weight: 700;
    font-size: 12px;
}
.search_box input[type="text"] {
    width: 50%;
}
.item_detail_new .search_box input[type="text"] {
    -webkit-appearance: none;
    appearance: none;
    margin: 0 1px 0 0;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d1bd99;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 5px;
    line-height: 25px;
    font-weight: 700;
    color: #000;
    -webkit-box-shadow: 0 0 1px #dacfbb inset;
    -moz-box-shadow: 0 0 1px #dacfbb inset;
    box-shadow: 0 0 1px #dacfbb inset;
}
.item_detail_new .search-box-ct-1 input[type="text"] {
    font-size: 12px;
}
input.plain_sbmt_search {
    border: 0;
    width: 61px;
    height: 27px;
    background: url(/common/smart/design/img/plain/search_btn.png) center no-repeat;
    border: none;
    vertical-align: middle;
}
.original_item_list_s1 {
    margin-bottom: 20px;
}
.container_s1 {
    display: block;
    max-width: 1100px;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: content-box;
}
.list-category-add {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.container_s1.list-category-add {
    padding: 0;
}
.common-title_s1 {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background: url(/common/smart/design/img/images_index-add/title-common-bg.png) left top repeat;
    margin: 0 0 10px;
    padding: 7px 5px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: 700;
    width: 100%;
}
.item_detail h2 {
    color: #fff;
    font-size: 87.5%;
    padding: 7px;
    margin: 0 0 5px 0;
    background: #e70000;
}
.item_detail_new h2 {
    margin: 0 -8px 9px;
    position: relative;
    font-size: 11px;
    line-height: 16px;
    padding: 7px 8px;
    -webkit-background-size: 5px 30px;
    background-size: 5px 30px;
    font-weight: 700;
    position: relative;
}
.item_detail_new h2:after, .item_detail_new h2:before {
    content: '';
    position: absolute;
    left: 4px;
    right: 4px;
    border-top: 1px dashed rgba(256, 256, 257, .5);
}
.item_detail_new h2:before {
    bottom: 3px;
}
.item_detail_new h2:after {
    top: 3px;
}
.original_item_list_s1 .box_s1 {
    display: block;
}
.goods {
    list-style: none;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.item_detail .list-category-add ul {
    margin: 10px -5px 0 -5px;
}
.item_detail ul {
    overflow: hidden;
}
.goods li {
    width: 50%;
    box-sizing: border-box;
    padding: 9px 7px;
}
.item_detail_new_list_sp li {
    width: calc(100% / 2);
    padding: 0 7px 13px;
    height: auto;
    border: none;
    float: left;
    margin: 0;
}
.container_s1.list-category-add .goods li {
    padding: 3px 7px 5px;
}
.item_detail_new_list_sp .container_s1.list-category-add .goods li {
    padding: 0 5px;
    margin-bottom: 16px;
    width: calc(100% / 3);
}
.goods li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3px 12px 20px;
    text-decoration: none;
    box-sizing: border-box;
}
.container_s1.list-category-add .goods li a {
    display: flex;
    align-items: center;
    padding: 0;
    flex-direction: column;
}
.goods li a h3 {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin: 0 -12px 18px;
    background-color: #ff6814;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 52px;
    box-sizing: border-box;
    min-height: 40px;
}
.container_s1.list-category-add h3 {
    display: none;
}
.goods li a .img-container {
    width: 100%;
}
.container_s1.list-category-add .goods li a .img-container {
    padding: 8px 6px 6px;
    background-color: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 8px;
    aspect-ratio: 1;
}

.container_s1.list-category-add .goods li a .popular_icon {
    padding: 0;
    border-radius: 5px;
    margin-bottom: 8px;
    overflow: hidden;
    min-height: 35px;
    aspect-ratio: 1;
}

.container_s1.list-category-add .goods li a .popular_icon img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.goods li a img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 100px;
    object-fit: contain;
}
.goods li a p ,
.goods li div p{
    font-size: 12px;
    line-height: 14px;
    color: #393939;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
}

.container_s1.list-category-add .goods li p {
    flex: 2;
    padding-left: 5px;
}
.item_detail_new_list_sp .container_s1.list-category-add .goods li p {
    margin-top: 0;
}

#topicpath {
    padding: 10px 5px 0;
    margin: 0;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}
.item_detail_new .search_box input[type="text"]:-moz-placeholder {
    color: #b9b9b9
}

.item_detail_new .search_box input[type="text"]::-moz-placeholder {
    color: #b9b9b9
}

.item_detail_new .search_box input[type="text"]::-webkit-input-placeholder {
    color: #b9b9b9
}

.item_detail_new .search_box input[type="text"]:-ms-input-placeholder {
    color: #b9b9b9
}

.item_detail_new .search_box input[type="text"]::placeholder {
    color: #b9b9b9
}
.product-page-list-ver-1__ct .bottom .content-hashtag {
    margin: 10px 0;
}

.product-page-list-ver-1__ct .bottom .open-hashtag {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
}

.product-page-list-ver-1__ct .bottom .list-hashtag {
    flex-wrap: wrap;
    gap: 4px;
    display: flex;
}

.product-page-list-ver-1__ct .bottom .list-hashtag .name-hashtag {
    font-size: 10px;
    line-height: 16px;
    color: #828282;
    border: 1px solid #828282;
    border-radius: 50px;
    padding: 2px 7px;
}
.img-sale, .img-sale-50, .img-sale-30 {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 5px;
    top: 5px;
}
.img-sale img, .img-sale-50 img, .img-sale-30 img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
#topicpath ul {
    margin-bottom: 0;
}
.goods li a .img-container {
    width: 100%;
    min-height: 35px;
}
.item_detail_new .item_list_box {
    padding: 0;
}
.item_detail_new_list_sp .category_head_box {
    margin-bottom: 15px;
}
