@charset "UTF-8";
html,
body,
div,
p,
hr,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
th,
tfoot,
tbody,
thead,
form,
input,
textarea,
label,
ul,
ol,
dl,
li,
dt,
dd,
.clearfix:after {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  /*font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', 'Helvetica', 'Arial', 'Microsoft YaHei', '微软雅黑', 'STHeitiSC-Light', 'simsun', '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', 'sans-serif' !important;*/
  font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  outline: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #3773db;
}

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

iframe,
img {
  border: 0;
}

img {
  vertical-align: middle;
}

input {
  outline: none;
}

button {
  border: 0;
  outline: 0;
}

/*
 * @Author: Minihui 
 * @Date: 2017-11-13 11:17:51 
 * @Last Modified by: Minihui
 * @Last Modified time: 2017-12-28 15:47:24
 */
/* 颜色 */
html,
body {
  position: relative;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: '';
  overflow: hidden;
  width: 100%;
  height: 0px;
  font-size: 0px;
  display: block;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none;
}

html, body {
  position: relative;
  height: 100%;
}

body {
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper-container.page-frames {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
  left: 0;
  right: 0;
}

.swiper-container.page-frames .swiper-slide {
  overflow: auto;
}

.main-nav, .nav-search-box {
  display: none;
}

.navActive .main-nav, .navActive .nav-search-box {
  display: block;
}

.navActive .swiper-container.page-frames {
  top: 60px;
}

.introduce {
  height: 100%;
  background: url("//www.xiongan.gov.cn/info/mobile0101/images/intro-bg.jpg") no-repeat center center;
  background-size: 100% 100%;
  padding: 0 20px;
  overflow: hidden;
}

.introduce .intro-tit {
  display: block;
  margin-top: 20px;
  border-left: 4px solid #007ee8;
  padding-left: 10px;
}

.introduce .intro-tit h2 {
  font-size: 20px;
  color: #fff;
}

.introduce .intro-tit small {
  font-size: 12px;
  color: #007ee8;
}

.introduce .intro-fetures {
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 60%;
}

.introduce .intro-fetures a {
  position: absolute;
  font-size: 14px;
  line-height: 2;
  padding-right: 2em;
  color: #fff;
  vertical-align: middle;
  background: no-repeat right;
  background-size: auto 50%;
  text-shadow: 0 0 1px #333;
}

.introduce .intro-fetures a:before {
  vertical-align: middle;
  content: '';
  font-size: 12px;
  width: 6px;
  height: 6px;
  margin-top: 10px;
  background: #fff;
  float: left;
  margin-right: 1em;
  text-align: center;
  border-radius: 50%;
  color: #ccc;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.3);
}

.introduce .intro-fetures a:nth-child(1) {
  top: 10%;
  right: 10%;
}

.introduce .intro-fetures a:nth-child(2) {
  right: 30%;
  top: 20%;
}

.introduce .intro-fetures a:nth-child(3) {
  left: 20%;
  top: 30%;
}

.introduce .intro-fetures a:nth-child(4) {
  right: 5%;
  top: 40%;
}

.introduce .intro-fetures a:nth-child(5) {
  bottom: 20%;
  left: 10%;
}

.introduce .intro-fetures a:nth-child(6) {
  bottom: 20%;
  right: 10%;
}

.introduce .play-btn {
  background: url(//www.xiongan.gov.cn/info/xagk/images/card-play.png) no-repeat center center;
  background-size: 100% 100%;
  height: 60px;
  width: 60px;
  position: absolute;
  bottom: 40%;
  left: 50%;
  margin-left: -30px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  z-index: 10;
}

.intro-video-playing .introduce .play-btn {
  bottom: -50%;
  z-index: 200;
  background-image: url("//www.xiongan.gov.cn/info/mobile0101/images/close-circled.png");
}

.introduce .subtitle {
  position: absolute;
  top: 60%;
  left: 20px;
  height: 10%;
}

.introduce .subtitle h3 {
  background: #456dbf;
  line-height: 2em;
  padding: 0 0.5em;
  font-style: italic;
  color: #fff;
}

.introduce .intro-text {
  position: absolute;
  top: 70%;
  bottom: 20px;
  left: 20px;
  right: 20px;
  line-height: 1.5;
  color: #fff;
  font-size: 14px;
  overflow: auto;
}

.introduce .intro-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
}

.intro-video-playing .introduce .intro-bg {
  display: block;
}

.future-list {
  padding: 14px 20px;
  background: #ccc url("//www.xiongan.gov.cn/info/mobile0101/images/future-bg.jpg") no-repeat center center;
  background-size: 100% 100%;
}

.future-list li {
  padding: 10px 10px 10px 20%;
  border-radius: 10px;
  margin: 10px auto;
  background: rgba(0, 0, 0, 0.7) url(//www.xiongan.gov.cn/info/img/wlzc1221_icon_fun.png) no-repeat 6% 20px;
  background-size: 8%;
}

.future-list li.list-2 {
  background-image: url(//www.xiongan.gov.cn/info/img/wlzc1221_icon_div.png);
}

.future-list li.list-3 {
  background-image: url(//www.xiongan.gov.cn/info/img/wlzc1221_icon_gre.png);
}

.future-list li.list-4 {
  background-image: url(//www.xiongan.gov.cn/info/img/wlzc1221_icon_sma.png);
}

.future-list li div h2 {
  font-size: 20px;
}

.future-list li div h2 a {
  color: #eee;
  border-bottom: 1px dashed #666;
  padding-bottom: 5px;
}

.future-list li div h2 a b {
  font-size: 14px;
  font-weight: normal;
  margin-left: 0.5em;
}

.future-list li div p {
  font-size: 14px;
  line-height: 1.4;
  padding-top: 8px;
}

.future-list li div p a {
  color: #aaa;
}

.pannel {
  margin-top: 30px;
}

.pannel .pannel-tit {
  line-height: 1;
  margin: 30px 20px 20px;
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
  border-left: 4px solid #007ee8;
}

.pannel .pannel-tit b {
  font-size: 12px;
}

.pannel .pannel-body {
  padding: 10px 20px;
}

.organizes-swiper img {
  width: 100%;
}

.humanity {
  background: url("//www.xiongan.gov.cn/info/mobile0101/images/humanity-bg.jpg") center top no-repeat;
  background-size: 100% 100%;
  min-height: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

.humanity-title {
  text-align: left;
  padding-left: 10px;
  position: relative;
}

.humanity-title:before {
  content: "";
  background: #007ee8;
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  width: 4px;
  height: 24px;
}

.humanity-title h2 {
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  display: inline;
}

.humanity-title h3 {
  font-size: 12px;
  color: #ffffff;
  display: inline;
}

.humanity-cont {
  margin-top: 20px;
  position: relative;
}

.humanity-cont .swiper-button-prev {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 50px;
  left: auto;
  top: -25px;
  background: url("//www.xiongan.gov.cn/info/mobile0101/images/humanity-left.png") center center no-repeat;
  background-size: 100%;
  z-index: 2;
}

.humanity-cont .swiper-button-next {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: -25px;
  background: url("//www.xiongan.gov.cn/info/mobile0101/images/humanity-right.png") center center no-repeat;
  background-size: 100%;
  z-index: 2;
}

.humanity-news {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  padding: 10px;
}

.humanity-news li {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 5px;
  color: #ffffff;
  position: relative;
  padding-left: 15px;
}

.humanity-news li:before {
  content: "";
  background: #ffffff;
  position: absolute;
  left: 3px;
  top: 12px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.humanity-news li a {
  color: #ffffff;
}

.humanitySwiper-cont {
  padding: 10px;
  height: 170px;
  background: rgba(0, 0, 0, 0.3);
}

.humanitySwiper-cont.on {
  background: #046bed;
}

.humanitySwiper-cont.on .humanitySwiper-img:before {
  background: url("//www.xiongan.gov.cn/info/mobile0101/images/humanity-pause.png") center center no-repeat;
  background-size: 100%;
}

.humanitySwiper-img {
  width: 100%;
  position: relative;
}

.humanitySwiper-img img {
  width: 100%;
  height: 100%;
}

.humanitySwiper-img:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("//www.xiongan.gov.cn/info/mobile0101/images/humanity-play.png") center center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  border-radius: 50%;
  z-index: 2;
}

.humanitySwiper-phase {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}

.humanitySwiper-title {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}

.humanity-player {
  color: #fff;
  width: 100%;
  height: 84px;
  position: relative;
  margin-top: 26px;
  margin-bottom: 20px;
  background: #292929;
  background: linear-gradient(to bottom, #292929 0, #393939 100%);
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.jp-jplayer {
  display: none;
}

.jp-gui {
  margin: 10px 20px;
  position: relative;
}

.jp-interface,
.jp-progress {
  margin-top: -15px;
}

.jp-seek-bar,
.jp-volume-bar {
  height: 30px;
  position: relative;
}

.jp-play-bar,
.jp-seek-bar:after,
.jp-volume-bar-value,
.jp-volume-bar:after {
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 2px;
}

.jp-play-bar,
.jp-seek-bar:after {
  height: 3px;
  margin-top: -1.5px;
}

.jp-volume-bar-value,
.jp-volume-bar:after {
  height: 3px;
  margin-top: -1.5px;
}

.jp-seek-bar:after,
.jp-volume-bar:after {
  content: '';
  width: 100%;
  background-color: #666;
  z-index: 1;
}

.jp-play-bar,
.jp-volume-bar-value {
  background: #63dfa9;
  background: linear-gradient(to right, #63dfa9 0, #a88abe 100%);
  z-index: 2;
}

.jp-volume-bar {
  width: 60px;
  top: -8px;
}

.jp-current-time,
.jp-duration {
  position: absolute;
  top: 20px;
  font-size: 12px;
  opacity: .5;
}

.jp-current-time {
  left: 0;
}

.jp-duration {
  right: 0;
}

.jp-title,
.jp-title .part-list-abs,
.jp-title .part-list-abs span,
.jp-title .part-list-title {
  display: inline;
  font-size: 16px;
  line-height: 18px !important;
}

.jp-title .part-list-abs2 {
  display: block;
  padding-left: 0;
  padding-right: 0;
  margin-top: 4px;
}

.jp-controls,
.jp-controls-holder,
.jp-details,
.jp-toggles,
.jp-volume-controls {
  position: absolute;
}

.jp-details {
  text-align: center;
  width: 300px;
  top: 34px;
  left: 50%;
  margin-left: -150px;
  z-index: 1;
}

.jp-volume-controls {
  height: 30px;
  padding: 0 32px;
  right: -5px;
  display: block !important;
}

.jp-volume-max {
  display: block !important;
}

.jp-controls-holder {
  z-index: 3;
  width: 260px;
  top: 36px;
  left: 30px;
}

@media screen and (max-width: 320px) {
  .jp-controls-holder {
    left: 10px;
  }
}

.jp-toggles {
  opacity: .7;
  top: 12px;
  left: -4px;
}

.jp-controls {
  left: 50px;
  top: 8px;
}

.jp-next,
.jp-play,
.jp-previous {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: 0 0;
  text-indent: -888px;
  overflow: hidden;
  margin-right: 30px;
}

.jp-mute,
.jp-volume-max {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -23px;
  border-radius: 4px;
  text-indent: -888px;
  overflow: hidden;
  background: 0 0;
}

.jp-mute {
  left: 0;
}

.jp-volume-max {
  right: 0;
}

.jp-mute:after,
.jp-volume-max:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url("//www.xiongan.gov.cn/info/mobile0101/images/spritesheet.png");
  background-repeat: no-repeat;
  background-position: center;
}

.jp-mute:after {
  background-position: -643px -51px;
  width: 16px;
  margin-left: -6px;
  height: 11px;
  margin-top: -5.5px;
}

.jp-volume-max:after {
  background-position: -654px -9px;
  width: 15px;
  margin-left: -7.5px;
  height: 11px;
  margin-top: -5.5px;
}

.jp-state-muted .jp-mute:after {
  background-position: -643px -62px;
}

.jp-play:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  border-color: transparent transparent transparent #fff;
  margin-left: -7px;
  margin-top: -10px;
}

.jp-play:before {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 20px;
  margin-top: -10px;
  width: 8px;
  border: 4px #fff solid;
  border-top: 0;
  border-bottom: 0;
  margin-left: -8px;
}

.jp-next:after,
.jp-next:before,
.jp-previous:after,
.jp-previous:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 20px;
  margin-top: -6px;
}

.jp-previous:after,
.jp-previous:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10.4px 6px 0;
  border-color: transparent #fff transparent transparent;
}

.jp-previous:after {
  margin-left: -10px;
}

.jp-next:after,
.jp-next:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #fff;
}

.jp-next:after {
  margin-left: -10px;
}

.jp-repeat {
  width: 26px;
  height: 26px;
  text-indent: -888px;
  overflow: hidden;
  background: 0 0;
  position: relative;
  border-radius: 4px;
}

.jp-repeat:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 2px;
  margin-left: -11px;
  margin-top: -1px;
  background-color: #fff;
  z-index: 2;
  transform: rotate(45deg);
}

.jp-repeat:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -8px;
  background-image: url("//www.xiongan.gov.cn/info/mobile0101/images/spritesheet.png");
  background-position: -643px -35px;
  opacity: .6;
}

.jp-state-playing .jp-play:after {
  display: none;
}

.jp-state-playing .jp-play:before {
  display: block;
}

.jp-state-playing .jp-playlist .jp-play:before {
  display: none;
}

.jp-playlist .jp-play {
  position: absolute;
  z-index: 2;
}

.jp-playlist .jp-play:after {
  display: block;
}

.jp-state-playing .jp-playlist-current .jp-play:before {
  display: block;
}

.jp-state-playing .jp-playlist-current .jp-play:after {
  display: none;
}

.jp-state-looped .jp-repeat:before {
  display: none;
}

.jp-state-looped .jp-repeat:after {
  opacity: 1;
}

.jp-playlist-current,
.jp-playlist-current .part-list-item {
  background-color: #005fd8 !important;
}

.jp-playlist-current .part-list-item,
.jp-playlist-current .part-list-item a {
  color: #fff;
}

.jp-volume-bar,
.jp-volume-bar-value {
  display: block !important;
}

.jp-playlist {
  display: none;
}

.history {
  background: url("//www.xiongan.gov.cn/info/mobile0101/images/history-bg.jpg") center top no-repeat;
  background-size: 100% 100%;
  min-height: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.history-title {
  text-align: left;
  padding-left: 10px;
  position: relative;
}

.history-title:before {
  content: "";
  background: #007ee8;
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 4px;
  height: 33px;
}

.history-title h2 {
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}

.history-title h3 {
  font-size: 12px;
  color: #007ee8;
  opacity: 0.5;
}

.history-news {
  margin-top: 20px;
}

.history-news li {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 15px;
}

.history-news li a {
  color: #ffffff;
}

.history-evolution {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 70%;
}

.history-timeaxis {
  width: 100%;
  height: 105px;
  text-align: center;
}

.history-timeaxis .swiper-button-prev {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  background: url("//www.xiongan.gov.cn/info/mobile0101/images/arrow-left.png") center center no-repeat;
  background-size: 100%;
}

.history-timeaxis .swiper-button-next {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  background: url("//www.xiongan.gov.cn/info/mobile0101/images/arrow-right.png") center center no-repeat;
  background-size: 100%;
}

.history-timeaxis .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  top: auto;
  background: url("//www.xiongan.gov.cn/info/mobile0101/images/history-line.png") center 42px no-repeat;
  background-size: 100%;
}

.history-timeaxis .swiper-slide:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #b0b0b0;
  border: 3px solid #007ee8;
  border-radius: 50%;
  position: absolute;
  top: 37px;
  left: 50%;
  margin-left: -8px;
}

.history-timeaxis-date {
  font-size: 18px;
  height: 50px;
  line-height: 42px;
  color: #ffffff;
}

.history-timeaxis-location {
  font-size: 16px;
  height: 48px;
  line-height: 24px;
  margin-top: 5px;
  color: #ffffff;
}

.aspert {
  background: url("//www.xiongan.gov.cn/info/mobile0101/images/aspert-bg.jpg") center top no-repeat;
  background-size: 100% 100%;
  padding: 10% 20px 0 20px;
  position: relative;
}

.aspert-title {
  text-align: left;
  padding-left: 10px;
  position: relative;
  margin-bottom: 15px;
}

.aspert-title:before {
  content: "";
  background: #007ee8;
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 4px;
  height: 33px;
}

.aspert-title h2 {
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}

.aspert-title h3 {
  font-size: 12px;
  color: #007ee8;
  opacity: 0.5;
}

.aspert-cont-item {
  background: rgba(21, 77, 144, 0.5);
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.aspert-cont-item a {
  color: #ffffff;
}

.aspert-type-title {
  padding-left: 10px;
  padding-right: 10px;
  height: 120px;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin-right: 16px;
  position: relative;
  float: left;
}

.aspert-type-title span {
  padding-top: 30px;
}

.aspert-type-title:after {
  content: "";
  width: 1px;
  height: 98%;
  border-left: 1px dashed #ffffff;
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  opacity: 0.45;
  box-shadow: 0.827px 0.5px 1px 0px rgba(27, 44, 58, 0.64);
}

.aspert-type-title a {
  color: #ffffff;
}

.aspert-train-title {
  background: url("//www.xiongan.gov.cn/info/mobile0101/images/enter-train.png") center 29px no-repeat;
  background-size: 50%;
}

.aspert-travel-title {
  background: url("//www.xiongan.gov.cn/info/mobile0101/images/enter-travel.png") center 29px no-repeat;
  background-size: 40%;
}

.aspert-food-title {
  background: url("//www.xiongan.gov.cn/info/mobile0101/images/enter-food.png") center 29px no-repeat;
  background-size: 50%;
}

.aspert-nation-title {
  background: url("//www.xiongan.gov.cn/info/mobile0101/images/enter-nation.png") center 29px no-repeat;
  background-size: 50%;
}

.aspert-list {
  width: 75%;
  float: left;
}

.aspert-list li {
  font-size: 14px;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
}

.aspert-swiper {
  margin-top: 15px;
  width: 75%;
  float: left;
}

.aspert-swiper .swiper-slide {
  display: block;
}

.aspert-swiper-img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0px 1px 2px 0px rgba(27, 44, 58, 0.36);
}

.aspert-swiper-img img {
  width: 100%;
  height: 100%;
}

.aspert-swiper-title {
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
}

.aspert-swiper-title a {
  color: #ffffff;
}

@media screen and (max-width: 320px) {
  .aspert-list,
  .aspert-swiper {
    width: 65%;
  }
  .aspert-swiper-img {
    width: 40px;
    height: 40px;
  }
}

.record {
  height: 100%;
  background: url("//www.xiongan.gov.cn/info/mobile0101/images/record-bg.jpg") no-repeat center center;
  background-size: 100% 100%;
}

.record .record-logo {
  position: absolute;
  height: 10%;
  left: 20px;
  right: 20px;
  top: 0;
  text-indent: -100%;
  overflow: hidden;
  text-align: left;
  background: url(//www.xiongan.gov.cn/info/images/jlxa1222_logo.png) no-repeat center center;
  background-size: auto 76%;
}

.record .tit-zjl {
  position: absolute;
  height: 10%;
  left: 20px;
  right: 20px;
  top: 10%;
  text-indent: -100%;
  overflow: hidden;
  text-align: left;
  background: url("//www.xiongan.gov.cn/info/mobile0101/images/record-zjl.png") no-repeat center center;
  background-size: auto 60%;
}

.record .intro {
  position: absolute;
  height: 25%;
  left: 20px;
  right: 20px;
  top: 20%;
  overflow: auto;
  color: #fff;
  line-height: 1.5;
}

.record .action {
  position: absolute;
  height: 10%;
  left: 20px;
  right: 20px;
  top: 45%;
  text-align: center;
}

.record .action .action-btn {
  display: inline-block;
  text-indent: -100%;
  overflow: hidden;
  text-align: left;
  width: 40%;
  height: 90%;
  margin: 2%;
  background: no-repeat center center;
  background-size: 100% 100%;
}

.record .action .action-btn.action-vote {
  background-image: url("//www.xiongan.gov.cn/info/images/jlxa1222_wytg.png");
}

.record .action .action-btn.action-more {
  background-image: url("//www.xiongan.gov.cn/info/images/jlxa1222_gdzp.png");
}

.record .tit-pick {
  position: absolute;
  height: 10%;
  left: 20px;
  right: 20px;
  top: 55%;
  text-indent: -100%;
  overflow: hidden;
  text-align: left;
  background: url("//www.xiongan.gov.cn/info/mobile0101/images/record-zp.png") no-repeat center center;
  background-size: auto 60%;
}

.record .record-swiper {
  position: absolute;
  height: 32%;
  left: 20px;
  right: 20px;
  top: 65%;
}

.record .record-swiper img {
  width: 100%;
  height: 100%;
  display: block;
}

.record .record-swiper p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 2em;
  color: #fff;
  background: linear-gradient(0, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}

.record .record-swiper p a {
  color: #fff;
}

.record .record-swiper .swiper-pagination-bullets {
  bottom: auto;
  top: 5px;
  text-align: right;
}

/*# sourceMappingURL=maps/index.css.map */
