blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font: 12px/1.5 tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif;
  font-family: "PingFang SC";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}
small {
  font-size: 12px;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
legend {
  color: #000;
}
fieldset,
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
button {
  border-radius: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (min-width: 768px) {
  .topNav ul {
    float: right;
  }
  .topNav button {
    float: right;
    margin-top: 6px;
  }
  .navbar-default .navbar-nav > .active:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    height: 2px;
    background-color: #159357;
    width: 33px;
    margin: auto;
  }
  .navbar-default .navbar-nav > .active > a {
    background-color: transparent;
  }
}
.navbar-default {
  border: 0;
  background-color: transparent;
}
.bottomMain span {
  font-size: 16px;
  color: #999;
}
.bottomMain li {
  color: #666;
  font-size: 12px;
  line-height: 40px;
}
.erweima {
  float: left;
  text-align: center;
}
.erweima img {
  width: 110px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.erweima .gzh {
  margin-left: 10px;
}
.indexBottom .col-xs-12 {
  text-align: center;
}
.indexBottom .col-xs-12 .erweima {
  float: none;
  display: inline-block;
}
.indexBottom .col-xs-12 .gzh {
  margin-left: 30px;
}
.svip-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999;
  -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;
}
.svip-modal.show {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.svip-modal-close {
  position: absolute;
  top: 0px;
  right: -30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 10001;
  font-weight: bold;
  line-height: 1;
  transition: color 0.3s ease;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.svip-modal-close:hover {
  color: #ffeb3b;
}
.svip-modal-content {
  animation: modalFadeIn 0.3s ease-out;
  position: relative;
}
.svip-modal-content .svip-bg img {
  max-width: 306px;
  width: 100%;
}
.svip-modal-content .svip-qrcode,
.svip-modal-content #svipQrcode2 {
  position: absolute;
  top: 285px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 10px;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.svip-modal-content .svip-bottom-btn {
  position: absolute;
  bottom: 28px;
  left: 48px;
  width: 212px;
  height: 45px;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.svip-modal.mobile .svip-modal-content .svip-bg img {
  width: 80vw !important;
  max-width: none !important;
}
.svip-modal.mobile .svip-modal-close {
  top: 0 !important;
  right: -7vw !important;
  font-size: 10vw !important;
}
.coco-msg-stage {
  z-index: 10000;
}
.svip-modal.mobile .svip-modal-content .svip-qrcode,
.svip-modal.mobile .svip-modal-content #svipQrcode2 {
  top: 63%;
}
.svip-modal.mobile .svip-modal-content .svip-bottom-btn {
  position: absolute;
  bottom: 4%;
  left: 48px;
  width: 90%;
  height: 14%;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}
