.header_hotline{
    display: flex;
    align-items: center;
}

.d_segment_header{
    position: relative;
}
.d_segment_header::before {
    content: " ";
    border: #fff thin dashed;
    top: 2px;
    left: 1px;
    bottom: 2px;
    right: 1px;
    position: absolute;
}
.header_top_group{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-header .search_area .search_form form input.search_input{
    width: 600px;
}

.product_item.g_product.light_border{
    border: 1px solid #f0f0f0;
}

.slick-slide > div{
    display: flex;
    flex-wrap: wrap;
}

.g_product .product_excerpt{
    display: none;
}

.top-cart-contain .block-cart .cart_header .cartCount {
    position: absolute;
    top: -10px;
    right: 0;
    background: #ea4242;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    border-radius: 50%;
}

.header_hotline .g_text{
    color: #fff;
    margin-left: 15px;
}
.header_hotline .g_text a{
    color: #fff;
}
.d_segment_banner{
    margin: 40px 0;
}

.child_taskbar{
    display: none;
}

.logo img{
    max-height: 140px;
}