.tiktokshop_layout {
    background: #F5F5F5;
}
.breadcrumb{
    background-color: transparent;
    margin: 0;
}
.tiktokshop_layout .banner {
    width: 100%;
}
.tiktokshop_layout .banner img {
    width: 100%;
}
.tiktokshop_mian {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.guide_layout{
    background: #EDEDED;
    border-radius: 8px;
    position: relative;
}
.guide_top_fix {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px;
}
.guide_top_fix .guide_item1 {
    color: #1C201E;
    display: flex;
    align-items: center;
}
.guide_top_fix .guide_item1 .iconfont {
    font-size: 1.4rem;
}
.guide_top_fix .guide_item1 span {
    font-weight: 600;
    font-size: 20px;
    color: #1C201E;
    line-height: 25px;
    padding-left: 10px;
}
.guide_item2 {
    display: flex;
    align-items: center;
}
.guide_item2 .guide_it {
    display: flex;
    align-items: center;
    color: #1C201E;
    padding-left: 24px;
}
.guide_item2 .guide_it .iconfont {font-size: 1.1rem;}
.guide_item2 .guide_it span {
    font-weight: 400;
    font-size: 16px;
    color: #1C201E;
    line-height: 20px;
    padding-left: 10px;
}
.arrow_icon {
    color: #D1D1D1;
    font-size: .8rem;
    padding-left: 24px;
}
.arrow_icon {
    color: #D1D1D1;
    font-size: .8rem;
    padding-left: 24px;
}

.guide_search {}

.guide_search .g_search_item {
    display: flex;
}

.guide_search .g_search_item input {
    flex: 1;
    height: 48px;
    background: #FFFFFF;
    border-radius: 8px 0 0 8px;
    border: 1px solid #008750;
    font-weight: 400;
    font-size: 14px;
    color: #1C201E;
    line-height: 18px;
    padding-left: 14px;
}
.guide_search .g_search_item .search_ico {
    width: 77px;
    height: 48px;
    background: #008750;
    border-radius: 0px 8px 8px 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.search_ico .iconfont {
    color: #FFFFFF;
    font-size: 1.2rem;
}
.search_result {
    max-height: 324px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.24);
    border-radius: 4px;
    position: absolute;
    width: 100%;
    z-index: 1;
    margin-top: 10px;
    overflow: hidden;
}
.search_result ul {
    overflow: auto;
    max-height: 320px;
    margin-top: 10px;
}
.search_result ul li {
    height: 38px;
}
.search_result ul li:hover{
    background: #F0F0F0;
}
.search_result ul li a {
    display: flex;
    align-items: center;
    height: 100%;
    /* width: 100%; */
}
.search_result ul li a .iconfont {
    font-size: 1.1rem;
    color: #D1D1D1;
    padding-left: 20px;
}
.search_result ul li a span {
    font-weight: 400;
    font-size: 14px;
    color: #1C201E;
    line-height: 18px;
    padding-left: 15px;
}
.tiktok_module {
    padding-top: 32px;
}
.tiktok_module .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tiktok_module .title span {
    font-weight: bold;
    font-size: 28px;
    color: #1C201E;
    line-height: 36px;
}
.tiktok_module .title a {
    font-weight: 400;
    font-size: 16px;
    color: #1C201E;
    line-height: 20px;
}
.tiktok_module .title a:hover{
    color:#008750;
}
.module_list {
    padding-top: 24px;
}
.module_list ul {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
}
.module_list ul li {}
.product_image {
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    height: 224px;
}
.product_image img {
    width: 100%;
}
.sell_out,.presale {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.32);
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
}
.desc {
    font-weight: 400;
    font-size: 14px;
    color: #1C201E;
    line-height: 18px;
    padding-top: 8px;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制行数为2 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.price {
    padding-top: 4px;
}
.price span {
    font-weight: 600;
    font-size: 18px;
    color: #1C201E;
    line-height: 23px;
}
.price del {
    font-weight: 400;
    font-size: 14px;
    color: #8F9391;
    line-height: 18px;
    padding-left: 8px;
}
.cashback {
    font-weight: bold;
    font-size: 18px;
    color: #FF5306;
    line-height: 23px;
    padding-top: 4px;
}
.seeMore {
    font-weight: 400;
    font-size: 16px;
    color: #1C201E;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    padding: 32px 0;
}
.seeMore span {}
.seeMore .iconfont {
    font-size: 1.2rem;
}
.seeMore:hover{
    color: #008750;
}
.emptyItem {
    text-align: center;
}
.emptyItem img {
    width: 120px;
}
.emptyItemWz {
    font-weight: 400;
    font-size: 14px;
    color: #1C201E;
    line-height: 18px;
    text-align: center;
}
.emptyDom {
    padding: 48px 0;
}
.sell_out_absolute {
    width: 110px;
    height: 26px;
    line-height: 26px;
    background: #DE1717;
    border-radius: 12px 0px 12px 0px;
    padding-left: 10px;
}
.presale_absolute{
    width: 110px;
    height: 26px;
    line-height: 26px;
    background: #008750;
    border-radius: 12px 0px 12px 0px;
    padding-left: 10px;
}


