
body {
    background: #f5f5f5;
}
.header .body_wrapper .logo_layer {
    line-height: 70px;
    color: #118c3c;
}
.home_focus_show .banner_wrapper {
    display: none;
}

.home_fouse {
    /*display: none;*/
    margin-bottom: 150px;
    height: 500px;
    background: url('../image/header_bg.png') no-repeat center;
}
.home_fouse .FocusPic li {
    height: 100%;
}
.home_fouse .FocusPic a {
    height: 100%;
}
.home_fouse img {
    height: 100%;
}

.header_top {
    display: none;
}

.body_wrapper .web {
    position: relative;
    display: flex;
}
.body_wrapper .web .head-right {
    position: absolute;
    right: 0;
    top: 0;
}

.header {
    /*width: 100%;*/
    /*height: 648px;*/
    /*background: url('../image/header_bg.jpg') no-repeat center;*/
    /*background-size: cover;*/
    position: relative;
}
.header .body_wrapper {
    background-color: transparent;
    padding: 10px 0;
}
.header .nav_bar {
    background-color: transparent;
    position: absolute;
    bottom: -600px;
    left: 50%;
    margin-left: -600px;
}
.user_center {
    background-color: transparent;
}
.header .body_wrapper .search_box .search {
    border-radius: 5px;
    border-color: #118c3c;
    /*box-shadow: 0 0 4px 0 rgba(255,255,255,1);*/
    width: 616px;
}
.header .body_wrapper .search_box .search .search_submit {
    background-color: transparent;
}
.header .body_wrapper .search_box .search .search_submit i {
    font-size: 22px;
    color: #118c3c;
}
.header .body_wrapper .search_box .search .search_keyword {
    background-color: transparent;
    border: none;
    width: 563px;
}
.header .body_wrapper .header_cart .cart_simple .cart_panel {
    width: 180px;
}
.header .body_wrapper .header_cart {
    border: none;
    background-color: transparent;
    margin-left: 10px;
}
.header .body_wrapper .header_cart i {
    color: #118c3c;
    font-size: 22px !important;
}
.header .body_wrapper .body_toolbar {
    background-color: transparent;
    margin-left: 10px;
}
.header .body_wrapper .body_toolbar .login_reg {
    border: none;
}
.header .body_wrapper .body_toolbar .login_reg i {
    font-size: 22px;
    color: #118c3c;
    margin-right: 10px;
}
.header .body_wrapper .body_toolbar .body_toolbar_btn {
    width: auto;
}

.header .nav_bar .nav_index {
    width: 100%;
    display: flex;
    padding-left: 0;
}
.header .nav_bar .nav_index ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.header .nav_bar .nav_index ul .user_nav_index {
    width: 100px;
}
.header .nav_bar .nav_index ul .user_nav_index a {
    font-size: 15px;
    width: 60px;
    text-align: center;
    background: #118c3c;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    color: #fff;
    margin-bottom: 20px;
}
.header .nav_bar .nav_index ul .user_nav_index a:hover {
    background-color: #118c3c;
    color: #fff;
}
.header .nav_bar .nav_index ul .user_nav_index a span {
    border: none;
    transition: all 0.5s;
}
.header .nav_bar .nav_index ul .user_nav_index:hover {
    background-color: transparent;
}
.header .nav_bar .nav_index ul .user_nav_index:hover a span {
    border-color: #fff;
}

.home_content {
    background-color: #f5f5f5;
}
.home_floor {
    background-color: #f5f5f5;
}

.home_layer_title h3 {
    font-size: 36px;
    font-weight: bold;
    color: #118c3c;
}
.home_floor .floor_body .floor_goods ul li {
    height: 400px;
    border-radius: 40px;
}
.home_floor .floor_body .floor_goods ul li a {
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.home_floor .floor_body .floor_goods ul li a .floor_goods_img {
    width: 250px;
    height: 250px;
}
.home_floor .floor_body .floor_goods ul li a .pro_title {
    font-size: 18px;
    width: 250px;
}
.home_floor .floor_body .floor_goods ul li a .pro_price {
    font-size: 24px;
    font-weight: bold;
    color: #118c3c;
}
.home_floor .floor_body .floor_goods ul li a .pro_btn {
    font-size: 16px;
    color: #fff;
    background-color: #118c3c;
    padding: 8px 15px;
    border-radius: 5px;
    width: 75px;
    margin: 10px 0;
    display: inline-block;
}
.home_floor .floor_body .floor_goods ul li a del {
    display: none;
}
.foot .service {
    display: none;
}
.foot .copy {
    background-color: #f5f5f5;
}
.foot .copy p {
    color: #666 !important;
}


.seller_list li h3 {
    background-color: #fff;
    color: #666;
    border-bottom: 1px solid #d4d4d4;
}

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

.pagination li.active > a {
    background-color: #118c3c;
    border-color: #118c3c;
}
.input_submit {
    background-color: #118c3c;
}


.condition_filter {
    border: none;
}
.condition_filter .bar_goods_nav {
    border: none;
}
.goods_tag dl {
    border: none;
}
.goods_tag dl dd a.current {
    color: #118c3c;
}

.goods_list {
    overflow: visible;
}
.goods_list ul li {
    height: 420px;
    border: none;
    transition: all 0.5s;
}
.goods_list ul li:hover {
    top: -2px;
    box-shadow: 0 3px 12px rgb(0 0 0 / 30%);
    border: none;
}
.goods_list ul li img {
    width: 250px;
    height: 250px;
    margin: 20px auto 20px;
}
.goods_list ul li .goods_market_price {
    display: none;
}
.goods_list ul li .goods_title {
    font-size: 16px;
    display: -webkit-box;      
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;      
    overflow: hidden;           
    text-overflow: ellipsis; 
    line-height: 26px;
}
.goods_list ul li .goods_sell_price {
    font-size: 24px;
    color: #000;
    margin-top: 10px;
    font-weight: bold;
}

.goods_base {
    border: none;
}
.goods_zoom {
    border: none;
}
.goods_info li .price {
    color: #000;
}
.btn_submit_buy {
    background-color: #118c3c;
}
.btn_add_cart, .new_address_btn {
    background-color: #118c3c;
}
.goods_tab .current {
    border-top: 2px solid #118c3c
}




