.artallShop-header {
    width: 100%;
}

.artallShop-header-bar {
    height: 40px;
    background: #313131;
}

.artallShop-header-logo {
    height: 126px;
    background-image: url("../image/header-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.artallShop-header-bar-box {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.artallShop-header-item span {
    color: #fff;
}

.artallShop-header-item a {
    color: #fff;
    padding: 0 10px;
    border-right: 1px solid #fff;
}

.artallShop-header-item a:last-child {
    border: none;
}

.artallShop-header-item:nth-child(2) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.artallShop-header-item:nth-child(2) div:nth-child(2) {
    margin-left: 15px;
}

.artallShop-header-item .fa-shopping-cart {
    font-size: 15px;
    color: #cb6736;
    margin-right: 4px;
}

.artallShop-header-logo-case {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.artallShop-header-logo-case img {
    width: 339px;
    height: 50px;
}

.artallShop-header-logo-case div:nth-child(2) img{
    width: 436px;
    height: 50px;
}