*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  position: relative;
  line-height: 1;
}
body, html {
  margin: 0;
  height: 100%;
}
body {
  font-family: Microsoft YaHei, SimSun, Arial;
}
.banner-img {
  width: 100%;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.page-bottom {
  height: 276px;
  background: #E62206;
  padding-top: 56px;
  margin-top: -2px;
}
.pb-logo {
  background: url("/cms-22xc-theme/images/xc/assets/logo.png") no-repeat;
  background-size: 100% 100%;
  width: 402px;
  height: 54px;
  margin: 0 auto;
}
.pb-text {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
.pd-bq {
  margin-top: 21px;
}
.pb-dz {
  margin-top: 12px;
}
a:hover, a:checked, a:link, a:visited, a:active {
  text-decoration: none !important;
}

