﻿/*reset*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
p,
select,
textarea {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  outline: none;
}

audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

input:-ms-clear {
  display: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="search"] {
  -webkit-appearance: button;
  outline: none;
  cursor: pointer;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input,
button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  resize: none;
  border: 1px solid #ccc;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

del {
  text-decoration: line-through;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  font-size: 12px;
  color: #333;
  background-color: #fff;
}

body {
  position: relative;
  margin: 2.2rem auto 2rem;
  width: 100%;
  max-width: 480px;
}

.home-body {
  margin-top: 0;
}

#listBody {
  background-color: #f5f5f5;
}

@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont.eot");
  src: url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sites-header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  max-width: 480px;
  padding: 0 12px;
  height: 2.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.sites-header .goback {
  width: 1rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sites-header .goback:before {
  content: "\e732";
  font-size: 0.95rem;
  color: #999;
}

.sites-header h2 {
  font-size: 0.85rem;
  color: #999;
}

.sites-header .menu {
  width: 1rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sites-header .menu:before {
  margin-top: -0.125rem;
  content: "\e6b9";
  font-size: 1rem;
  color: #999;
}

.sites-header .header-navbar {
  position: absolute;
  top: 2.65rem;
  right: 4px;
  padding: 0.25rem 0;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 6px;
  display: none;
}

.sites-header .header-navbar:after {
  position: absolute;
  top: -0.95rem;
  right: 10px;
  content: '';
  border: 0.5rem solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.85);
}

.sites-header .header-navbar .item {
  padding: 0 0.75rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  color: #fff;
  position: relative;
}

.sites-header .header-navbar .item:after {
  position: absolute;
  z-index: 10;
  content: '';
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
       -o-transform: scale(0.5);
          transform: scale(0.5);
  right: -50%;
  bottom: 0;
  left: -50%;
  border-bottom: 1px solid #444;
}

.sites-header .header-navbar .item:before {
  margin-right: 0.75rem;
  content: '';
  width: 0.75rem;
  height: 0.8rem;
  background: url("../../images/icon.png") no-repeat;
  background-size: 20rem 9rem;
}

.sites-header .header-navbar .item:last-child:after {
  border: 0;
}

.sites-header .header-navbar .item em {
  color: transparent;
}

.sites-header .header-navbar .item:nth-child(1):before {
  background-position: -5rem -3rem;
}

.sites-header .header-navbar .item:nth-child(2):before {
  background-position: -5.75rem -3rem;
}

.sites-header .header-navbar .item:nth-child(3):before {
  background-position: -6.5rem -3rem;
}

.sites-header .header-navbar .item:nth-child(4):before {
  background-position: -7.25rem -3rem;
}

.sites-header .header-navbar .item:nth-child(5):before {
  background-position: -8rem -3rem;
}

#menuTab {
  display: none;
}

#menuTab:checked + .header-navbar {
  display: block;
}

.sites-footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 999;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
       -o-transform: translate(-50%);
          transform: translate(-50%);
  width: 100%;
  max-width: 480px;
  height: 3.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sites-footer:after {
  position: absolute;
  top: 0;
  left: 50%;
  content: '';
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
       -o-transform: translate(-50%);
          transform: translate(-50%);
  width: 3.25rem;
  height: 3.25rem;
  background-color: #f6f9ff;
  border-radius: 50%;
}

.sites-footer .footer-nav {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f6f9ff;
}

.sites-footer .footer-nav .footer-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.7rem;
  color: #222;
}

.sites-footer .footer-nav .footer-link .icon {
  width: 1.5rem;
  height: 1.5rem;
  background: url("../../images/icon.png") no-repeat;
  background-size: 20rem 9rem;
}

.sites-footer .footer-nav .footer-link.current {
  color: #083388;
}

.sites-footer .footer-nav .footer-link:nth-child(1) .icon {
  background-position: 0 -3rem;
}

.sites-footer .footer-nav .footer-link:nth-child(1).current .icon {
  background-position: -1.55rem -3rem;
}

.sites-footer .footer-nav .footer-link:nth-child(2) .icon {
  background-position: 0.1rem -4.5rem;
}

.sites-footer .footer-nav .footer-link:nth-child(2).current .icon {
  background-position: -1.5rem -4.5rem;
}

.sites-footer .footer-nav .footer-link:nth-child(4) .icon {
  background-position: 0.1rem -6rem;
}

.sites-footer .footer-nav .footer-link:nth-child(4).current .icon {
  background-position: -1.5rem -6rem;
}

.sites-footer .footer-nav .footer-link:nth-child(5) .icon {
  background-position: 0.1rem -7.5rem;
}

.sites-footer .footer-nav .footer-link:nth-child(5).current .icon {
  background-position: -1.5rem -7.5rem;
}

.sites-footer .footer-nav .footer-link:nth-child(3) {
  margin-top: -0.4rem;
  color: #083388;
}

.sites-footer .footer-nav .footer-link:nth-child(3) .icon {
  margin-bottom: 4px;
  height: 1.65rem;
  background: url("../../images/logo.png") center no-repeat;
  background-size: 1.5rem;
}

.sites-zixun {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  max-width: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sites-zixun p {
  height: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.sites-zixun p a {
  color: #fff;
}

.sites-zixun p:first-child {
  background-color: #f9ae3b;
}

.sites-zixun p:first-child i {
  width: 25px;
  height: inherit;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAfCAYAAACCox+xAAADBklEQVR42sSYTUhUURTHRx2yUtMYMJCZCcy+TBNL+sAWihBSG5GYFkILaSe5aiIL94LtwkVgtTCohAwCkxZBWNRiNlGRGlPoGBFSoFSU0fj6H/tfOj7fzJuR5nXhx9x37sf5v3vvu/eeybMsy5dFqgXHwGGwC4TBBpZ9BwkwCZ6B++Blph3nZSBEHHWCLrCbtm/gFXgHvtBWAipBDSiibQIMgGsUmjqJkDR0gPfWnzQH+sAB4E/Txs86fWxjsY+OdL5SFZSCESWgCxS6iHaikG2NoBH2nZGQIJhgw2EQWIMAOwH2ZbHvoJuQChBng95/IMBOL/uO05ejkPUgxorRHIgwROkjRp+rhPSzwmAORRgG6avfLqQaJMFbUOyBkGL6Ep97tJA7VBjxQIQhQp/ie3lDq+COKFSBJZ83KR/EuTuH5aEdFIAhD0X46GuIvttFSAsLHvi8T8Zniwip48MLl0bVIAoO2uyloBtE5OzS5xg4Cc6ATSn6ND7rZNEsggWXhSWbz1cuLlnp9arssfU39Sj7BWUfT9O3+F6UEVmXwdqoVyeqtDnEvB80qnpHUuQbuRacUlI0SKc/QFmaipKeglnm58EY87/AsKp3U+Vvq/wtOlx1DeELJmVoZjh8O12mpwy0gi02ez5oBjUObcTWxDpOfVbSd0Ie7vLhtIebmeEUfY/J1DzhMJ34D59vG38fys4aQmaGBrnqTXskIsSrZsHyjs4hGuUQXfdwWq7S56g+9BpoXALbPRDRrPaYffb7yCMWhHIsIgw+0teA08VICqdzLCKorqLPQZFdSBULb+RQhEz/rAovtupyv207HuevrOQGcFRCH3AZLKzx65AArYeIvzfguPpSVwRY5g55ibHHvLUyfQIXncIAlxDirArQJN0Dm53qm5BzCuywvclPxrASQgaMbo6abIIxnj+faZczYxuvFU3EjPgHcJ4XoZQhZ7lSnABXQBsoURfdc2DSyj69ZqS30W0EZUTkDVozjN5rOb/7wV5QzpNb/xswxdM6q38DfgswAE2++A9M4NoIAAAAAElFTkSuQmCC") center no-repeat;
  background-size: 18px;
}

.sites-zixun p:last-child {
  background-color: #2dbd9a;
}

.sites-zixun p:last-child i {
  width: 28px;
  height: inherit;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAdCAYAAADYSS5zAAADkklEQVR42syXXUgUURTHd1fXFpSstEyTND8iQyoTK7MwUIhICnoJfShNCgn7eqyHrKB6CnoIIoh6CIpIDanoISoqQtuKNCwqUEzKxOxDXfOjcvof+k9dxtlx9gPxwI+Zuefcc849986dO05N0xw2JAZkgRSQyqswD8wGs0C0Yj8MhkA/8IFP4IPCe/AOdIAxq8BOkwRjQQHIActIutg6wi8ykNfgKfCCu0x+XIKJYDvYDFYAl4mzb6CT1fgIukEv6AM/Walh2npYdTcHHA/msuISaz6Y6Sfpt+AyOA+6JMF0jkDtIOV/DF6CVtId5upJwtlkCWdtoaLvEZ0keBY3VVwvJ8AVVioQWQrywQIgU9IOmjjAQEQqWwoOgemgRhJ8hZvFYAe4aNF5v+G5iU5kgGl++rSB3Rz8KoPutEWsCnABNEqCsm6msQJNfjrIWhrlfQtIBmf4XKPYtSgV1eUor9V8g3VdFNeumaxkLl9cTE7v4E+WGyrpNegHwXrlrS9mmypewywUWcTz8Bqnvq0RJttNGagDD9gme9smsIFrTZdOvlippM2wjjX2KQEDbGug7zLGUiXxf09N69X+yikQDyrBDTCijZcBWRLgOIgGR7SJRWxiwEn67DexGWFMiT0H3GR7ryR4wML5GPCCF3y+BzJl7yQeMGMCPIr9IvCIvrxkzCL+Qb3jYfCLjTLCWlAO8kAD8IFdwKkECxbxsRcMMU4OY9Uq1f3NijvVjslgDXDzeRs7NIK0MCRmRKrZDL6CrWxzM4cU3c6sYxy4pqxLt41gsm6qwTlSzbaJ+nloL3IJxBptjB1yQSfLX2qzEpVcAkbxUWfHx04wCtpBtr8ES8AP0AcKbDouVxIaBLfJoNJebtNXMePLwIqMCa7lCGQLWW3ToUzHdyYh6zRB0SWwTaNNrE2fhcxDyFcTbFX2LLuLvELZw5JM9EnKXloRgN9j7CM5/Tv3JfPaEcDJI4vXJ3JuM9F3Uafa2pF2NSdXCOc5/VMXaWETabANWEJJUD/r5YEME30GdY4gzoVhSVA+9p9ZpesgU9Flsi2SNg3BBokMIUEfT+J1PLa/Ac+py1UGX0XbSa+gSD3Ywv8HF6c0j/c91NWHEsBYwYggfMhU3gEbeVgVaQa3gqyc0yrB9BCm+yoJVZKttoE9/NeVH6kRx+RKFAu0T81J/3G/D9Y5ppY8BIX65yUDPNOmjnj1k/sfAQYABQLiDiCFAuIAAAAASUVORK5CYII=") center no-repeat;
  background-size: 20px;
}

#onlineBtn {
  position: fixed;
  right: 2px;
  bottom: 3rem;
  z-index: 9999;
  width: 2rem;
  height: 2rem;
  background: url("../../images/icon_online.png") no-repeat #fff;
  background-size: 100%;
  border-radius: 50%;
}

.actionsheet {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  max-width: 480px;
  display: none;
}

.actionsheet .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.action-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0.75rem;
}

.action-list .list {
  margin: 5px;
  border-radius: 5px;
  background-color: #fff;
}

.action-list .list .item {
  display: block;
  padding: 10px;
  text-align: center;
}

.action-list .list .item:first-child {
  border-bottom: 1px solid #eee;
}

.action-list .dismiss {
  display: block;
  padding: 10px;
  margin: 5px;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
}

.action-in {
  -webkit-animation: actionIn .3s forwards;
       -o-animation: actionIn .3s forwards;
          animation: actionIn .3s forwards;
}

.action-out {
  -webkit-animation: actionOut .3s forwards;
       -o-animation: actionOut .3s forwards;
          animation: actionOut .3s forwards;
}

.action-in .action-list {
  -webkit-animation: actionListIn .3s forwards;
       -o-animation: actionListIn .3s forwards;
          animation: actionListIn .3s forwards;
}

.action-out .action-list {
  -webkit-animation: actionListOut .3s forwards;
       -o-animation: actionListOut .3s forwards;
          animation: actionListOut .3s forwards;
}

@-webkit-keyframes actionIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes actionIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes actionIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes actionOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-o-keyframes actionOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes actionOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes actionListIn {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes actionListIn {
  from {
    -o-transform: translateY(100%);
       transform: translateY(100%);
  }
  to {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes actionListIn {
  from {
    -webkit-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes actionListOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@-o-keyframes actionListOut {
  from {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  to {
    -o-transform: translateY(100%);
       transform: translateY(100%);
  }
}

@keyframes actionListOut {
  from {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.footer {
    width: 100%;
    background: #fff;
    font: 0.6rem / 1.5em "Microsoft Yahei", "simsum", sans-serif;
    text-align: center;
    color: #333;
}
