/** 全局设置 **/

@charset "utf-8";
html,
body,
header,
nav,
section,
h1,
h2,
h3,
h4,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

h1,
h2,
h3,
h4 {
    line-height: 24px;
    font-weight: normal;
    color: #333;
    text-rendering: optimizelegibility;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 15px;
}

header,
section,
footer,
nav {
    display: block;
}

a {
    color: #666;
}

a:hover,
a:active {
    outline: 0;
    color: #cf2079;
}

a,
a:hover {
    text-decoration: none;
}

a {
    -moz-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    -ms-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

body {
    background-color: #fff;
    font: 13px Verdana, 微软雅黑, Geneva, sans-serif;
    overflow-x: hidden;
    overflow-y: scroll;
    line-height: 24px;
    color: #666;
}
/***************网站地图**************/

.sitemap {
    background-color: #f8f8f8;
    width: 96%;
    margin: 20px auto 0;
}

.sitemap > header,
.sitemap > nav,
.sitemap > section,
.sitemap > footer {
    background-color: #fff;
    border: 1px #eee solid;
    margin-bottom: 20px;
    padding: 20px;
}
/********标题********/

.sitemap h1 {
    text-align: center;
}

.sitemap h3 {
    margin-bottom: 12px;
    border-bottom: 1px #eee solid;
    padding-bottom: 12px;
}
/********标题end********/
/********列表********/

.sitemap ul {
    margin-left: 18px;
}

.sitemap ul li {
    margin: 12px 0;
    padding-bottom: 8px;
    font-size: 12px;
    color: #999;
    border-bottom: 1px #eee dashed;
}

.sitemap ul li a {
    font-size: 13px;
}

.sitemap ul li time {
    float: right;
    color: #bbb;
}
/********列表end********/
/********标签********/

.sitemap .tag {
    text-align: justify;
}

.sitemap .tag a {
    display: inline-block;
    margin: 0 4px;
}

.sitemap .tag a span {
    margin-left: 4px;
    color: #999;
    font-size: 12px;
}
/********标签end********/
/********页脚********/


.footer {
    background-color: #fff;
    border-top: 1px #f2f2f2 solid;
    text-align: center;
    padding: 32px;
    line-height: 28px;
    bottom:0;
}

.footer .copyright p {
    display: inline-block
}

.footer, .footer a {
    color: #999
}

.footer a:hover {
    color: #b1244e
}

.footer .salongtheme > span {
    display: none
}
/********页脚end********/
/********响应式********/

@media only screen and (max-width: 480px) {
    .sitemap {
        width: 98%;
    }
    .sitemap > header,
    .sitemap > nav,
    .sitemap > section,
    .sitemap > footer {
        padding: 12px 8px;
    }
    .sitemap ul {
        margin-left: 0;
        list-style: none;
    }
    .sitemap ul li {
        list-style-type: none;
    }
    .sitemap .single ul li a {
        width: 100%;
        display: block;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .sitemap ul li time {
        display: none;
    }
}
/********响应式end********/