.logo {
    width: 185px;
}

.search_box {
    width: 500px;
    height: 44px;
    border: 2px solid rgba(121, 203, 30, 1);
    opacity: 1;
    border-radius: 22px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    box-sizing: border-box;
    position: relative;
    background: #FFFFFF;
}

.search_btn {
    width: 88px;
    height: 100%;
    line-height: 44px;
    text-align: center;
    background: rgba(121, 203, 30, 1);
    opacity: 1;
    border-radius: 0px 16px 16px 0px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.search_btn:hover {
    color: #FFFFFF;
}

.tologin {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}

.search_div {
    -prefix-box-flex: 1;
    /* old spec webkit, moz */
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-flex: 1;
    /* Chrome */
    -moz-box-flex: 1;
    /* Firefox 19- */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* NEW,  Opera 12.1, Firefox 20+ */
    padding: 0 27px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    background: #FFFFFF;
    border-radius: 22px;
}

.search_icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    display: block;
}

.search_div>input {
    flex: 1;
    -webkit-box-flex: 1;
    height: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.search_div>input::-webkit-input-placeholder {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(171, 171, 171, 1);
}

.cart_box {
    /* min-width: 150px; */
    height: 44px;
    border: 2px solid rgba(121, 203, 30, 1);
    opacity: 1;
    border-radius: 27px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(121, 203, 30, 1);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    -webkit-justify-content: space-between;
    padding: 0 18px;
    box-sizing: border-box;
    cursor: pointer;
}

.cart_box:hover {
    color: #79CB1E;
}

.right_bar {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
}

.div_bar {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    padding: 30px 0;
    -webkit-justify-content: space-between;
}

.icon_shopcar {
    width: 24px;
    height: 21px;
}

.cart_num {
    width: 24px;
    height: 24px;
    background: rgba(241, 44, 31, 1);
    border-radius: 50%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin-left: 10px;
}

.type_box {
    width: 160px;
    height: 40px;
    background: rgba(121, 203, 30, 1);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    padding: 0 15px;
    box-sizing: border-box;
    -webkit-justify-content: space-between;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-right: 30px;
}

.t_content {
    position: relative;
}

.t_content:hover .menu_list {
    display: block;
}

.icon_menu {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    display: block;
}

.form_select {
    /* 清除默认边框 */
    border: 0;
    /* 清除默认的箭头样式 */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* 右侧添加小箭头的背景图 */
    background: url(../img/icon_down.png) no-repeat right center;
    background-size: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* color:rgba(255,255,255,0.8); */
    padding-right: 18px;
}

.icon_down {
    width: 12px;
    height: 12px;
    display: block;
}

.type_menu {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
}

.menu_list {
    display: none;
    position: absolute;
    z-index: 999;
    height: 507px;
    overflow-y: auto;
    background: rgba(121, 203, 30, 1);
}


/* .menu_list::-webkit-scrollbar {
        display: none;
    } */

.menu_list::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
    scrollbar-arrow-color: red;
}

.menu_list::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    scrollbar-arrow-color: red;
}

.menu_list::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.menu_item {
    width: 160px;
    height: 39px;
    background: rgba(121, 203, 30, 1);
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    padding-left: 15px;
    box-sizing: border-box;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
}

.menu_item:hover {
    background: #FFFFFF;
    color: #79CB1E;
}

.menu_on {
    background: #FFFFFF;
    color: #79CB1E;
}

.tj_title {
    font-size: 26px;
    font-family: PingFang SC;
    /* font-weight: bold; */
    color: #333333;
    text-align: center;
    margin-bottom: 10px;
}

.sptj {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    text-align: center;
}

.recomm {
    margin: 40px 0;
}

.sec_classify {
    position: absolute;
    left: 160px;
    background: #FFFFFF;
    border: 1px solid #79CB1E;
    z-index: 999;
    width: 1040px;
    min-height: 507px;
    border-left: 0;
    box-sizing: border-box;
    padding: 20px 22px 30px 50px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
}

.classify_title {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    padding-bottom: 9px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 15px;
}

.sec_item:nth-child(odd) .classify_box {
    margin-right: 50px;
}

.sec_item {
    /* flex: 1;-webkit-box-flex:1; */
    width: 50%;
}

.classify_item {
    margin-right: 28px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #787878;
    margin-bottom: 10px;
    display: inline-block;
}

.classify_item:hover {
    color: #79CB1E;
}

.menu_item:hover .sec_classify {
    display: block;
}

.menu_t {}

.tab_bar {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
}

.layui-tab {
    margin: 0;
}

.layui-tab-title {
    border: none;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
}

.layui-tab-title a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    padding: 0 20px;
    height: 100%;
    line-height: 40px;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: #79CB1E;
}


/* banner分页器指示点样式 */

.banner_box {
    position: relative;
    height: 504px;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 5px;
    background: #FFFFFF;
    border-radius: 3px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 15px;
    height: 5px;
    background: #79CB1E;
    border-radius: 3px;
}

.swiper-slide {
    height: 100% !important;
}

.swiper-slide>img {
    /*width: 100%;*/
    /*height: 100%;*/
    width: 1200px;
    height: 450px;
    margin: 0px auto;
    display: block;
}

.swiper-container,
.swiper-wrapper {
    height: 100% !important;
}

.home_title {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-right: 20px;
}

.f_title {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.slide_label {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    margin-bottom: 15px;
}

.slide_more {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.more_right {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    margin-left: 4px;
}

.icon_path {
    width: 11px;
    height: 11px;
    display: block;
}

.look_more {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.slide_label_item {
    padding: 0 4px;
}

.slide_more>a.slide_label_item:hover {
    color: #79CB1E;
}

.left_goods {
    width: 224px;
    height: 425px;
    background: rgba(241, 44, 31, 1);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    background-image: url(../img/kill.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.right_goods_box {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex: 1;
    -webkit-box-flex: 1;
    /* margin-bottom: 60px; */
}

.right_goods_item {
    /* width: 388px; */
    min-width: 350px;
    width: 50%;
    height: 213px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    opacity: 1;
    padding: 0 18px;
    box-sizing: border-box;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    cursor: pointer;
}

.right_goods_item:hover {
    border: 1px solid #79CB1E;
}

.right_goods_info {
    flex: 1;
    -webkit-box-flex: 1;
    height: 146px;
}

.special_content {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
}

.goods_img {
    /*width: 160px;*/
    height: 160px;
    display: block;
    margin-right: 20px;
}

.goods_name {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.goods_desc {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    /* margin-bottom: 12px; */
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.goods_middle {
    /* width: 200px; */
    height: 20px;
    background: linear-gradient(90deg, rgba(121, 203, 30, 0.35) 0%, rgba(255, 255, 255, 0.25) 100%);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    -webkit-justify-content: space-between;
    border-radius: 20px 0 0 20px;
    margin-bottom: 10px;
    margin-top: 12px;
}

.tuanpinIcon {
    width: 74px;
    height: 24px;
    /* background:rgba(121,203,30,1); */
    background: url(../img/tuaipin_bg1.png);
    background-size: 100% 100%;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    padding-left: 9px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 1);
    margin-top: -4px;
}

.sale_num {
    text-align: center;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(121, 203, 30, 1);
}

.sy {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.sy_num {
    min-width: 36px;
    padding: 0 5px;
    height: 20px;
    background: rgba(121, 203, 30, 1);
    opacity: 1;
    border-radius: 2px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.origin_price {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    text-decoration: line-through;
    margin-left: 20px;
}

.unit {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(241, 44, 31, 1);
}

.current_price {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(241, 44, 31, 1);
}

.price_bot {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
}

.left_goods_name {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 4px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.long_left_goods_name {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 4px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.left_goods_info {
    flex: 1;
    -webkit-box-flex: 1;
    padding: 10px;
}

.group_price {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    margin-right: 20px;
}

.long_group_price {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    margin-right: 20px;
}

.left_price_box {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    margin-bottom: 8px;
}

.left_origin_price {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: line-through;
}

.long_left_origin_price {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: line-through;
}

.buy_btn {
    width: 88px;
    height: 28px;
    background: rgba(121, 203, 30, 1);
    opacity: 1;
    border-radius: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.group_content {
    padding: 50px 0;
    background: #FFFFFF;
    box-shadow: none;
}

.kill_content {
    padding: 50px 0;
    background: #F4F4F4;
}

.kill_content .inner_content {
    box-shadow: none;
}

.outer_box .inner_content {
    box-shadow: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../img/icon_left.png);
    left: 10%;
    right: auto;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/icon_right.png);
    right: 10%;
    left: auto;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
}

.kill_time {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 12px;
    text-align: center;
}

.kill_line {
    width: 20px;
    height: 4px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
}

.distance {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
    text-align: center;
}

.see_btn {
    width: 100px;
    height: 32px;
    background: rgba(82, 196, 26, 1);
    border-radius: 16px;
    font-size: 14px;
    margin: 0 auto;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    justify-content: center;
    cursor: pointer;
}

.time_box {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    margin: 0 auto;
    margin-bottom: 28px;
}

.time_item {
    width: 40px;
    height: 40px;
    background: rgba(34, 34, 34, 1);
    border-radius: 5px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.session {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    margin-top: 134px;
    margin-bottom: 38px;
    /* justify-content: center; */
}

.colon {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    padding: 0 6px;
}

.quick_buy {
    width: 88px;
    height: 32px;
    background: rgba(121, 203, 30, 1);
    opacity: 1;
    border-radius: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin-top: 8px;
}

.grabbed {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.progress_div {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    margin-top: 13px;
    margin-bottom: 10px;
}

.progress {
    width: 140px;
    margin-right: 10px;
    border-radius: 15px;
    overflow: hidden;
    color: #F84E3B;
    /* 兼容IE10的已完成进度背景 */
    border: none;
    background: #F68F85;
}

.progress::-webkit-progress-bar {
    background: #F68F85;
}

.progress::-webkit-progress-value {
    background: #F84E3B;
}

.progress::-moz-progress-bar {
    background: #F84E3B;
}

.progress ie {
    display: block;
    height: 100%;
    background: #0064B4;
}

.recomm_box {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.recomm_item {
    min-width: 20%;
    width: 240px;
    padding: 20px;
    height: 340px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    box-sizing: border-box;
    cursor: pointer;
}

.recomm_img {
    margin-bottom: 10px;
    /*width: 100%;*/
    width: 198px;
    /*height: 198px;*/
}

.recomm_name {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 15px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 38px;
}

.end_line {
    width: 60px;
    height: 1px;
    background: rgba(238, 238, 238, 1);
    opacity: 1;
}

.end_text {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(171, 171, 171, 1);
    margin: 0 16px;
}

.end_box {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 30px;
}

.copyright_info {
    width: 100%;
    height: 45px;
    background: rgba(17, 17, 17, 1);
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

.toolbar {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 999;
    width: 80px;
    /* display: none; */
}

.tool_item {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.backTop {
    display: none;
}

.icon_top {
    width: 22px;
    height: 22px;
    margin-bottom: 4px;
}

.icon_service {
    width: 27px;
    height: 28px;
    margin-bottom: 10px;
}

.tool_text {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    text-align: center;
}

.layui-form-select dl dd,
.layui-form-select dl dt {
    color: #333333;
}

.inp_block {
    margin: 0;
}

.layui-form-select .layui-input {
    padding: 0;
    border: 0;
    color: rgba(255, 255, 255, 0.8);
    background-color: inherit;
    width: 76px;
}

.layui-form-select dl {
    padding: 0;
    border: none;
}

.layui-form-select dl dd.layui-this {
    background-color: #79CB1E;
}

.recomm_item:hover {
    border: 1px solid #79CB1E;
}

.header_inner {
    width: 1200px;
    margin: auto;
    height: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
}

.header_fix {
    width: 100%;
    height: 54px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
    flex: 0 0 auto;
    position: fixed;
    top: 0;
    z-index: 999;
    display: none;
}

.logo_fix {
    /* width: 110px; */
    height: 33px;
}

.search_box_fix {
    height: 36px;
    margin-right: 35px;
}

.icon_my {
    width: 24px;
    height: 24px;
    margin-right: 25px;
}

.search_box_fix>.search_btn {
    line-height: 32px;
}

.header_fix_right {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
}

.header_fix_content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    height: 100%;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
}

.shopcar_box {
    position: relative;
}

.shopcar_box:hover .my_cart_box .my_cart {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
}

.fix_cart_num {
    width: 18px;
    height: 18px;
    background: rgba(241, 44, 31, 1);
    border-radius: 50%;
    position: absolute;
    right: -9px;
    top: -9px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.my_cart {
    width: 447px;
    height: 380px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(121, 203, 30, 1);
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 999;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    display: none;
}

.my_cart_div {
    flex: 1;
    -webkit-box-flex: 1;
    overflow-y: scroll;
    padding: 30px 25px;
    box-sizing: border-box;
}

.cart_goods_img {
    width: 64px;
    height: 64px;
    margin-right: 10px;
    border-radius: 3px;
}

.my_cart_box {
    width: 447px;
    margin: 0 auto;
    position: absolute;
    /* top: 54px; */
    right: 0;
    /* left: 0; */
    z-index: 999;
}

.my_cart_item {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    margin-bottom: 30px;
}

.my_cart_info {
    flex: 1;
    -webkit-box-flex: 1;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
}

.my_goods_name {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 210px;
    margin-bottom: 6px;
}

.my_goods_price {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(241, 44, 31, 1);
    margin-bottom: 6px;
}

.my_cart_lf {}

.my_cart_bot {
    width: 100%;
    height: 52px;
    background: rgba(244, 244, 244, 1);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    padding: 0 30px;
    box-sizing: border-box;
}

.my_cart_price {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(241, 44, 31, 1);
}

.goods_total {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.my_cart_num {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.toCart {
    width: 106px;
    height: 36px;
    background: rgba(121, 203, 30, 1);
    opacity: 1;
    border-radius: 3px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 36px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    cursor: pointer;
}

.toCart:hover {
    color: rgba(255, 255, 255, 1);
}

.my_nav {
    padding: 0;
    background-color: inherit;
}

.my_nav .layui-nav-item {
    line-height: 38px;
}

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
    height: 0;
}

.my-nav-child {
    top: 38px;
    right: 0;
    width: 88px;
    min-width: 88px;
    left: initial;
}

.my_nav .layui-this>a {
    color: rgba(255, 255, 255, 0.8);
    padding-left: 0;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.my_nav .layui-nav-child a {
    padding: 0;
}

.my-nav-child dd {
    position: relative;
    text-align: center;
}

.msg_box {
    position: relative;
}

.my_msg {
    width: 16px;
    height: 16px;
    background: rgba(241, 44, 31, 1);
    border-radius: 50%;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 26px;
    top: -4px;
}

.search_type_content {
    width: 100%;
    margin-bottom: 14px;
    background: rgba(244, 244, 244, 1);
}

.search_result_type {
    width: 1200px;
    margin: 0 auto;
}

.search_key {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-left: 6px;
}

.all_result {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin-right: 7px;
    color: rgba(102, 102, 102, 1);
}

.search_type_label {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    padding: 12px 0;
}

.search_type_box {
    width: 1200px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;
}

.s_line {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    border-bottom: 1px solid #EEEEEE;
}

.s_key {
    width: 100px;
    height: 48px;
    line-height: 48px;
    background: rgba(248, 245, 245, 1);
    opacity: 1;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.s_value {
    flex: 1;
    -webkit-box-flex: 1;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    padding-left: 25px;
}

.s_list {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-right: 40px;
}

.s_ext {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    padding: 0 20px;
}

.expand {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    margin-right: 4px;
}

.s_filter {
    width: 100%;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
}

.toShop_btn {
    width: 120px;
    height: 40px;
    background: rgba(121, 203, 30, 1);
    border-radius: 3px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin: 0 auto;
}

.s_not_tips {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    margin: 135px 0 15px 0;
}

.s_content {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
    opacity: 1;
}

.trig_item {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    justify-content: center;
    padding: 0 12px;
    height: 29px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(216, 216, 216, 1);
    border-radius: 2px;
    margin-right: 20px;
}

.trig_item>span {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-right: 6px;
}

.result_t {
    color: #999999;
}

.r_num {
    color: #333333;
}

.r_label {
    margin-right: 12px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.r_page {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin-right: 12px;
}

.r_curr_page {
    color: #F12C1F;
}

.r_all_page {
    color: #666666;
}

.s_filter_r {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    padding-right: 20px;
}

.s_sort .layui-this:after {
    border: 1px solid #79CB1E;
}

.s_sort .layui-this {
    color: #79CB1E;
}

.icon_sort {
    width: 16px;
    height: 16px;
}

.s_history {
    width: 466px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(232, 232, 232, 1);
    opacity: 1;
    position: absolute;
    top: 42px;
    left: 17px;
    z-index: 999;
    display: none;
    padding: 12px 0;
    box-sizing: border-box;
}

.h_latest {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    -webkit-justify-content: space-between;
    padding: 6px 15px;
}

.latest_s {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.h_del {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(241, 44, 31, 1);
}

.h_item:hover {
    background: #E4F5D2;
}

.seckill_panel {
    width: 100%;
    height: 202px;
    margin: auto;
    background-image: url(../img/bg.png);
    background-size: 100% 100%;
    margin-bottom: 20px;
}

.icon_clock {
    width: 34px;
    height: 32px;
    margin-right: 11px;
}

.sec_icon {
    margin-right: 85px;
}

.d_sec {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    margin-right: 8px;
    white-space: nowrap;
}

.sek_tit {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    padding: 36px 200px;
    height: 50px;
}

.d_box {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
}

.time_block {
    width: 28px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(51, 51, 51, 1);
    opacity: 1;
    border-radius: 3px;
    margin-right: 5px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}

.sec_t_box {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
}

.t_colon {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin-right: 8px;
}

.s_tab {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    height: 80px;
}

.time_item_tab {
    width: 240px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
}

.time_item_active {
    background-image: url(../img/image_bg2.png);
    background-size: 100% 100%;
}

.s_tab>.time_item_tab:last-child.time_item_active {
    background-image: url(../img/last_bg.png);
    background-size: 100% 100%;
}

.s_period {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.s_status {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}

.kill_goods_item {
    width: 590px;
    height: 220px;
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.sec_goods_info {
    flex: 1;
    -webkit-box-flex: 1;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.kill_goods_item:nth-child(odd) {
    margin-right: 20px;
}

.sec_g_img {
    width: 220px;
    height: 220px;
}

.image_title_icon {
    width: 485px;
    height: 23px;
}

.sec_label {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.sec_title {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin: 0 20px;
    white-space: nowrap;
    flex: 1;
    -webkit-box-flex: 1;
    /* min-width: 190px; */
    text-align: center;
}

.banner_cate {
    position: relative;
    height: 300px;
    margin-bottom: 15px;
}

.s_by {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    margin-right: 15px;
}

.c_content {
    flex: 1;
    -webkit-box-flex: 1;
}

.cate_item {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    border-bottom: 1px dashed #E8E8E8;
    padding-top: 15px;
}

.c_name {
    margin-right: 25px;
    margin-bottom: 15px;
    display: inline-block;
}

.c_name:hover {
    color: #79CB1E;
}

.cate_active {
    color: #79CB1E;
}

.cate_content {
    padding: 15px 0;
    background: #FFFFFF;
    box-shadow: none;
}

.cate_block {
    margin-top: 70px;
}

.special_head {
    background-color: #FFFFFF;
}

.special_box {
    margin-bottom: 30px;
}

.self_content {
    background-color: #663527;
}

.icon_empty {
    display: block;
    margin: auto;
}

.icon_empty {
    display: block;
    margin: auto;
}

.empty_box {
    margin-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.empty_tips {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin-top: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.sek_tit>div:first-child {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
}