﻿html {
    color: #000;
    background: #FFF
}
body, div, dl, dt, dd, ul, ol, li, h1, h3, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset, img {
    border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}
ol, ul {
    list-style: none
}
caption, th {
    text-align: left
}
h1, h3, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}
q:before, q:after {
    content: ''
}
abbr, acronym {
    border: 0;
    font-variant: normal
}
sup {
    vertical-align: text-top
}
sub {
    vertical-align: text-bottom
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}
legend {
    color: #000
}

html {
    height: 100%;
}
body {
    height: 100%;
    font-size: 14px;
    font-family: Arial, Helvetica, "Microsoft Yahei";
    color: #333;
}
a {
    text-decoration: none;
    color: #333;
}
img {
    vertical-align: middle;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.wrapper {
    position: relative;
    min-height: 100%;
    background: #f7f7f7;
    _height: 100%;
    *zoom: 1;
}
.header{
    background: #fff;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.4);
    -moz-box-shadow:: 0 1px 4px rgba(0,0,0,.4);
    -o-box-shadow:: 0 1px 4px rgba(0,0,0,.4);
    box-shadow:: 0 1px 4px rgba(0,0,0,.4);
}
.container {
    padding-bottom: 150px;
}
.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.outer {
    position: relative;
    padding-top: 30px;
    background: #fff;
    *zoom: 1;
}
.inner {
    position: relative;
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    *zoom:1;
}
.hide{
    display: none;
}

.module .hd {
    height: 30px;
    padding-left: 15px;
    border-left: 4px solid #8b0f39;
    line-height: 30px;
    font-size: 28px;
    color: #8b0f39;
}

.mod-nav {
    position: relative;
    height: 80px;
    overflow: hidden;
}
.mod-nav h1{
    float: left;
    padding-top: 17px;
}
.mod-nav .nav{
    height: 80px;
    margin-left: 150px;
    line-height: 78px;
}
.mod-nav li{
    float: left;
    margin: 0 5px;
    font-size: 16px;
    _display:inline;
}
.mod-nav li a{
    display: block;
    padding: 0 24px;
}
.mod-nav li.active a{
    border-bottom: 3px solid #8b0f39;
}
.mod-nav .get{
    position: absolute;
    top: 18px;
    right: 0;
}

/* 分享 */
.mod-share{
    float: right;
    height: 24px;
    overflow: hidden;
    _width: 140px;
}

.mod-crumbs {
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 14px;
    color: #757575;
}
.mod-crumbs a {
    color: #757575;
}
.mod-crumbs .symbol {
    padding: 0 5px;
    font-size: 16px;
    font-family: "Simsun", Arial, Helvetica;
}

.mod-foot {
    padding: 20px 0;
    overflow: hidden;
}
.mod-foot .qr{
    float: left;
    width: 300px;
    height: 100px;
    padding-right: 25px;
    border-right: 1px solid #ccc;
    text-align: right;
    overflow: hidden;
}
.mod-foot .info{
    margin-left: 350px;
    padding: 20px 0;
    line-height: 30px;
}
.mod-foot span,.mod-foot a{
    margin: 7px;
    white-space: nowrap;
}
.mod-foot a:hover {
    text-decoration: underline;
}

.mod-fixbar{
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 8px 8px;
    background: #fff;
    text-align: center;
}
.mod-fixbar img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.only-pc {
    display: block;
}
.only-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .only-pc {
        display: none;
    }
    .only-mobile {
        display: block;
    }
    .wrapper {
        overflow: hidden;
    }
    .container {
        border-top: none;
    }
    .outer {
        max-width: 480px;
        margin: 0 auto;
        padding-top: 20px;
    }
    .inner{
        width: auto;
        margin: 0;
    }
    .container .inner {
        margin: 0 10px;
    }
    
    .mod-nav{
        height: 60px;
    }
    .mod-nav h1{
        display: none;
    }
    .mod-nav .nav{
        height: 60px;
        margin-left: 10px;
        line-height: 58px;
    }
    .mod-nav li{
        font-size: 14px;
    }
    .mod-nav li a {
        display: block;
        padding: 0 12px;
    }

    .mod-share{
        float: none;
    }

    .mod-foot .info{
        margin-left: 0;
        line-height: 22px;
        text-align: center;
    }
    .mod-foot span,.mod-foot a{
        color: #666;
    }
}