﻿html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p,
li, 
.purchase span {
  font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

.header h1.logo a { display:block; width:180px; max-width:180px; height:80px; text-indent:-200em; }

.about p{ text-indent:2em;}
.about h4{font-weight:bold;}


.stl-list {
    padding: 0 3%;
    text-align: left;
    font-size: 12px;
}

    .stl-list li {
        list-style: none;
        border-bottom: 1px solid #ccc;
        padding: 10px 5px 0 5px;
    }

        .stl-list li a {
            padding-right: 60px;
            display: block;
            font-size: 12px;
            position: relative;
        }

            .stl-list li a em {
                position: absolute;
                right: 2%;
                top: 50%;
                margin-top: -5px;
            }

    .stl-list i {
        vertical-align: top;
    }

    .stl-list.queryresult {
        padding: 0;
        display: none;
    }

.item_wrap ul {
    padding: 0;
    width: 100%;
}

.item_wrap li {
    float: left;
    list-style: none;
    width: 33%;
    font-size: 12px;
}

@media screen and (max-width: 479px) {
    .item_wrap li {
        width:100%;
    }
}