﻿/*微店开始*/
.list-header {
    background: #e7481f;
    height: 40px;
    display: block;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
}

    .list-header span {
        position: absolute;
        right: 40px;
        line-height: 40px;
        font-size: 18px;
    }

[class^="icon-"], [class*=" icon-"] {
    font-family: 'aoyou';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home {
    background: url(http://pic3.aoyou.com/webapp/msite/icon-microshop.png) 0px 0px no-repeat;
    background-size: 100%;
    width: 19px;
    height: 19px;
    top: 10px;
}

.icon-myself {
    background: url(http://pic3.aoyou.com/webapp/msite/icon-microshop.png) 0px -37px no-repeat;
    background-size: 100%;
    width: 19px;
    height: 19px;
    top: 10px;
}

.list-header span.icon-myself {
    right: 10px;
}

@font-face {
    font-family: 'aoyou';
    src: url('fonts/aoyou.eot?seumag');
    src: url('fonts/aoyou.eot?#iefixseumag') format('embedded-opentype'), url('fonts/aoyou.ttf?seumag') format('truetype'), url('fonts/aoyou.woff?seumag') format('woff'), url('fonts/aoyou.svg?seumag#aoyou') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*微店 结束*/