body{
    margin: 0;
    display: block;
    font-size: 12px;
}
.appshop header{
    background-color: #f7f7f7;
    border-top: solid #dedede 1px;
    border-bottom: solid #dedede 1px;
}

.appshop header.tab1{
    background-color: #f7f7f7;
    border-top: solid #dedede 1px;
    border-bottom: solid transparent 1px;
}
.appshop header ul{
    height: 4.5em;
    background: #ffffff;
    /* width: 31.25em;
    background-image: url('/images/appshop/header_bg.png');
    background-size: 31.25em 24.625em;
    background-position: 0 -6.25em; */
}

/* .appshop header ul.tab1{
    width: 31.25em;
    height: 4.5em;
    background: url('/images/appshop/header_bg.png') no-repeat;
    background-size: 31.25em 24.625em;
    background-position: 0 -6.25em;
} */
.appshop header:after{
    clear: left;
}
.appshop .shop-type{
    width: 25%;
    height: 100%;
    /* color: #9e9e9e; */
    text-align: center;
    /* font-size: 1.5em;
    line-height: 3em; */
    color: #333333;
    font-size: 1.17em;
    line-height: 4em;
}
.appshop .shop-type:after{
}
.appshop .shop-type a{
    box-sizing: border-box;
    height: 100%;
    display: inline-block;
    color: #818181;
}
.appshop .shop-type .selected{
    /* color: #37a7e7; */
    /* color: #474747;
    border-bottom: solid #ff8400 3px; */
    color: #FF6BB2;
    font-size: 1.2em;
}

.appshop .shop-type .car-sale-icon{
    background-image: url(/images/appshop/car_sale.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 1.4em;
    height: 0.7em;
    position: absolute;
    top: 1.17em;
}
