header {
    width: 100%;
    height: 74px;
    background-color: #fff;
    margin-bottom: 5px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

header .shop_main {
    height: 100%;
    padding: 2px 15px;
}

.logo_box {
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.logo_box img {
    width: 100%;
}

.company_box {
    margin-left: 15px;
    color: #fff;
    margin-top: 10px;
}

.company_box p {
    line-height: 24px;
}

.company_box p:nth-child(1) {
    color: #333;
}

.company_box p:nth-child(2) {
    padding: 0 8px;
    background-color: #eb7760;
    text-align: center;
}

.login_box a {
    float: left;
    width: 100px;
	height: 32px;
    border-radius: 6px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    border: solid 1px #eb7760;
    color:  #eb7760;
    margin-left: 25px;
    margin-top: 20px;
}

.login_box a.active {
    background-color: #eb7760;
    color: #fff;
}

nav {
    height: 63px;
    background-color: #fff;
    padding-top: 23px;
    box-sizing: border-box;
}

.serve_class {
    width: 205px;
    height: 40px;
    font-size: 20px;
    background: url(/static/shop/images/serve_class.png) no-repeat;
    cursor: pointer;
}

.serve_class img {
    margin-left: 37px;
    margin-top: 8px;
}

.serve_class p {
    width: 92px;
    margin-top: 9px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-left: 13px;
}

nav .nav_box {
    margin-left: 29px;
}

.nav_box li a {
    display: block;
    line-height: 40px;
    padding: 0 4px;
    font-size: 16px;
    color: #4b4b4b;
    margin-right: 20px;
    font-weight: 700;
}

.nav_box .vip {
    position: relative;
    width: 140px;
}

.nav_box .vip .hot {
    position: absolute;
    top: 2px;
    right: 20px;
}

.nav_box li a.active {
    background-color: #6252a6;
    color: #fff;
}

.call_box {
    line-height: 27px;
    font-size: 19px;
    color: #f05639;
    background: url(/static/shop/images/phone_box.png) no-repeat top left;
    padding-left: 49px;
    margin-right: 17px;
}