html {
  color: #000;
  background: #FFF;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h3,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  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:after,
q:before {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
select,
textarea {
  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-inner-spin-button,
input[type="number"]::-webkit-outer-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: 20px;
}

.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;
}
.inner:before,
.inner:after {
  content: ".";
  display: block;
  height: 0; 
  overflow: hidden;
}
.inner:after {
  clear: both;
}
.inner {
  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;
}
.logo2 {
  float: left;
  padding-top: 17px;
}
.mod-nav h1 {
  float: left;
  padding-top: 17px;
}

.mod-nav .nav {
  height: 80px;
  margin-left: 150px;
  line-height: 80px;
}

.mod-nav li {
  float: left;
  margin: 0 5px;
  font-size: 16px;
  _display: inline;
}

.mod-nav li a {
  display: block;
  position: relative;
  padding: 0 24px;
}

.mod-nav li.active a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #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;
  text-align: center;
}

.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 {
  padding: 20px 0;
  line-height: 30px;
}

.mod-foot a,
.mod-foot span {
  margin: 7px;
  white-space: nowrap;
}

.mod-foot a:hover {
  text-decoration: underline;
}

.mod-foot a.hot {
  color: #f7286f;
  font-weight: bold;
}

.mod-fixbar {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 8px;
  background: #fff;
  text-align: center;
}

.mod-fixbar img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.mod-banner {
  margin: 10px 0;
  text-align: center;
}

.mod-banner img {
  max-width: 100%;
  height: auto;
}

.only-pc {
  display: block;
}

.only-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
        .logo2{
    float: none;
    padding: 10px 0;
    text-align: center;
}
    .logo2 img{
    margin: 0 10px;
    height: 30px;
}
  .header{
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.1);
    -moz-box-shadow:: 0 1px 4px rgba(0,0,0,.1);
    -o-box-shadow:: 0 1px 4px rgba(0,0,0,.1);
    box-shadow:: 0 1px 4px rgba(0,0,0,.1);
  }

  .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: auto;
  }
  .mod-nav h1{
    float: none;
    padding:  10px 0;
    text-align: center;
  }
  .mod-nav h1 img{
    margin: 0 10px;
    height: 30px;
  }

  .mod-nav .nav {
    height: auto;
    margin-left: 0;
    line-height: 32px;
    background: #f8f8f8;
    border-top:  1px solid #e4e4e4;
    border-bottom:  1px solid #e4e4e4;
  }
  .mod-nav ul{
    white-space: nowrap;
    overflow: hidden;
  }
  .mod-nav li {
    width: 33.33%;
    margin:  0;
    font-size: 14px;
  }

  .mod-nav li a {
    position: relative;
    right: -1px;
    bottom:  -1px;
    display: block;
    padding: 0 12px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
  }
  .mod-nav li.active a:after {
    left: 50%;
    width: 20px;
    height: 4px;
    margin-left: -10px;
    border-radius: 3px;
  }

  .mod-share {
    float: none;
  }

  .mod-foot .info {
    margin-left: 0;
    line-height: 22px;
    text-align: center;
    font-size: 13px;
  }

  .mod-foot a,
  .mod-foot span {
    color: #666;
  }
}

