

.home_focus_show .banner_wrapper {
    display: none;
}

.home_fouse {
    display: none;
}

.header_top {
    display: none;
}

.body_wrapper .web {
    position: relative;
    display: flex;
}
.body_wrapper .web .head-right {
    position: absolute;
    left: 0;
    top: 0;
}
.body_wrapper .web .logo_layer {
    position: absolute;
    left: 50%;
    top: 200px;
    margin-left: -170px;
}
.body_wrapper .web .logo_layer a  {
    text-align: center;
}

.header {
    width: 100%;
    height: 600px;
    background: url('../image/header_bg.jpg') no-repeat center;
    background-size: cover;
}
.header .head-bg {
    background: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
}
.header .body_wrapper {
    background-color: transparent;
    padding: 10px 0;
}
.header .nav_bar {
    background-color: transparent;
    position: fixed;
    left: 20px;
    top: 20%;
    width: 150px;
}
.nav_bar .web {
    width: auto;
}
.user_center {
    background-color: transparent;
}
.header .body_wrapper .search_box {
    position: absolute;
    left: 350px;
    top: 300px;
}
.header .body_wrapper .search_box .search {
    border-radius: 20px;
    border-color: #fff;
    /*box-shadow: 0 0 4px 0 rgba(255,255,255,1);*/
    width: 466px;
}
.header .body_wrapper .search_box .search .search_submit {
    background-color: transparent;
}
.header .body_wrapper .search_box .search .search_submit i {
    font-size: 22px;
    color: #fff;
}
.header .body_wrapper .search_box .search .search_keyword {
    background-color: transparent;
    border: none;
    width: 413px;
    caret-color: #fff;
}
.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: #fff;
    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: #fff;
    margin-right: 10px;
}
.header .body_wrapper .body_toolbar .body_toolbar_btn {
    width: auto;
}

.header .nav_bar .nav_index {
    width: auto;
    display: flex;
}
.header .nav_bar .nav_index ul {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    background-color: #0b78e6;
    border-radius: 100px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    padding: 40px 0;
}
.header .nav_bar .nav_index ul .user_nav_index {
    width: 120px;
}
.header .nav_bar .nav_index ul .user_nav_index a {
    font-size: 15px;
    width: 100px;
    text-align: center;
    background: transparent;
    color: #fff;
    padding: 0 10px;
}
.header .nav_bar .nav_index ul .user_nav_index a span {
    border-bottom: 2px solid transparent;
    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;
}
.header .body_wrapper .body_toolbar .body_toolbar_btn {  
    border: none;
}
.header .body_wrapper .body_toolbar .userinfo a {
    color: #fff;
}

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

.home_layer_title h3 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
.home_layer_title h3 span {
    padding: 10px 0;
    border-bottom: 3px solid #0b78e6;
}
.home_floor .floor_body .floor_goods ul li {
    height: 380px;
}
.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_box {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}
.home_floor .floor_body .floor_goods ul li a .pro_price {
    font-size: 20px;
    color: #0b78e6;
    width: 100px;
    margin: 0;
}
.home_floor .floor_body .floor_goods ul li a .pro_btn {
    font-size: 14px;
    color: #fff;
    width: 40px;
    padding: 4px 10px;
    background-color: #0b78e6;
    border-radius: 20px;
}
.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: #3abbcb;
    border-color: #3abbcb;
}
.input_submit {
    background-color: #3abbcb;
}

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

.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: #0b78e6;
}
.btn_add_cart, .new_address_btn {
    background-color: #0b78e6;
}
.goods_tab .current {
    border-top: 2px solid #0b78e6;
}




