* {
    margin: 0;
    padding: 0;
}

ol,
ul,
li {
    list-style: none;
}

input, button, a {
    outline: 0 none !important;
}

.shop-header {
    margin: 0 auto;
    max-width: 1170px;
    min-width: 800px;
}

.header-top {
    height: 50px;
    color: #6d6d6e;
    background-color: #1e1e21;
    line-height: 50px;
    font-size: 13px;
}

.header-top .to-web-home {
    float: left;
    color: #757679;
}

.header-top .to-web-home .to-home {
    padding-left: 9px;
}

.header-top .right-bar {
    float: right;
    color: #a4a7b1;
}

.header-top .right-bar .content {
    padding-left: 5px;
}

.header-top .right-bar .sep {
    margin: 0 10px;
    color: #313131;
}

.header-top .right-bar a {
    text-decoration: none;
    color: #6d6d6e;
}

.header-middle {
    height: 66px;
    line-height: 66px;
    background-color: #222225;
    border-bottom: 1px solid #2f3034;
    font-size: 13px;
}

.header-middle .logo {
    float: left;
    height: 66px;
    width: 75px;
    background: url("../../../images/shop/shop-logo.png") no-repeat center;
}

.header-middle .right-bar {
    float: right;
    width: 430px;
}

.header-middle .right-bar .search {
    float: left;
    position: relative;
    width: 350px;
}

.header-middle .right-bar .search input {
    color: #6d6d6e;
    padding-left: 8px;
    line-height: normal;
}

.search .search-value {
    width: 296px;
    height: 30px;
    background-color: #222225;
    outline: none;
    border-width: 0;
    border-bottom: 1px solid #6d6d6e;
}

.search .search-ico {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("../../../images/shop/search.png") no-repeat right;
    background-size: 20px 20px;

}

.header-middle .right-bar .shopping-cart {
    position: relative;
    float: right;
    width: 72px;
    font-size: 20px;
    color: #6d6d6e;
    text-align: center;
    line-height: 66px;
}

.header-middle .right-bar .shopping-cart:hover {
    color: #bfc32f;
}

.header-middle .right-bar .shopping-cart span {
    position: absolute;
    right: 12px;
    top: 15px;
    background: red;
}

.header-menu {
    height: 60px;
    background-color: #222225;
    line-height: 60px;
    font-size: 14px;
}

.header-menu .inner_nav {
    position: relative;
}

.header-menu .inner_nav ul {
    padding: 0;
    font-size: 16px;
}

.header-menu .inner_nav ul li {
    float: left;
    margin-right: 53px;
}

.header-menu .inner_nav a {
    display: block;
    margin-right: 80px;
    height: 60px;
    line-height: 60px;
    color: white;
    position: relative;
    text-decoration: none
}

.header-menu .inner_nav a.on {
    color: #bfc32f;
}

.header-menu .inner_nav a:hover {
    color: #bfc32f;
}

.header-menu .inner_nav .line {
    position: absolute;
    overflow: hidden;
    left: 0;
    bottom: -1px;
    width: 32px;
    height: 4px;
    background: #bfc32f;
}

.to-web-home a {
    color: #6d6d6e
}

@media(max-width:1170px){
    .shop-header {
        width: 1170px;
    }
    .header-menu {
        width: 1170px;
    }
    .header-middle {
        width: 1170px;
    }
    .header-top {
        width: 1170px;
    }
}


