html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin        : 0;
  padding       : 0;
  border        : 0;
  outline       : 0;
  font-weight   : inherit;
  font-style    : inherit;
  font-family   : inherit;
  font-size     : 100%;
  vertical-align: baseline
}

ol,
ul {
  list-style: none
}

table {
  border-collapse: separate;
  border-spacing : 0;
  vertical-align : middle
}

caption,
th,
td {
  text-align    : left;
  font-weight   : normal;
  vertical-align: middle
}

a img {
  border: none
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing   : border-box;
  box-sizing        : border-box;
  font-family       : PingFangSC-Regular, PingFang SC;
  color             : #424242;

}

html,
body {
  height: 100%
}


body {
  line-height: 1;
  color      : #000;
  background : #fff
}


body,
html {
  margin  : 0;
  padding : 0;
  height  : 100%;
  overflow: hidden;
}

body {
  background-image: url('../../css/images/cardBackground@3x.png');
  background-size : 100% 100%;
  width           : 100%;
}

h2,
h4 {
  font-weight: normal;
}

#noCard {
  /* position: absolute; */
  padding-top           : 3.8rem;
  width                 : 100%;
  display               : none;
  height                : 100%;
  display               : none;
  /* flex-direction     : column; */
  /* align-items        : center; */
  /* background-color   : red; */
}

#noCard p {
  text-align : center;
  font-size  : .3rem;
  color      : #fff;
  line-height: .64rem;
}

#persons {
  position       : relative;
  width          : 100%;
  /* margin-top  : 1.64rem; */
  height         : 100%;
  overflow       : hidden;

  /* display     : none; */
}

#persons .swiper-container {
  /* padding-bottom: .6rem; */
  /* height: 100%; */
  /* margin-top: 2em; */
}

.swiper-wrapper {
  height: 100%;
}

#persons .swiper-slide {
  width             : 100%;
  /* height         : 100%; */
  display           : flex;
  flex-direction    : column;
  justify-content   : center;

}

#persons .swiper-slide .text {
  font-size     : .46rem;
  margin-top    : .55rem;
  font-family   : DINAlternate-Bold, DINAlternate;
  /* font-weight: bold; */
  color         : #428B79;
  line-height   : .53rem;
  text-align    : center;
}

.main-img {
  width        : 5.36rem;
  height       : 8.6rem;
  border-radius: .2rem;
  margin       : 0 auto;

}

.swiper-slide {
  opacity            : .7;
  /* background-color: rgba(0, 0, 0, 1); */
}

.swiper-slide .text {
  display: none;
}

.swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper-slide.swiper-slide-active .text {
  display: block;
}