@charset "utf-8";
* {
  -moz-box-sizing: border-box;  
  -webkit-box-sizing: border-box; 
  -o-box-sizing: border-box; 
  -ms-box-sizing: border-box; 
  box-sizing: border-box; 
}
html {
  color: #000;
  font-size: 16px
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre,
xmp {
  margin: 0;
  padding: 0
}

body,
input,
textarea,
button,
select,
pre,
xmp,
tt,
code,
kbd,
samp {
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
small,
big,
input,
textarea,
button,
select {
  font-size: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal
}

address,
cite,
dfn,
em,
i,
optgroup,
var {
  font-style: normal
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left
}

caption,
th {
  text-align: inherit
}

ul,
ol,
menu {
  list-style: none
}

fieldset,
img {
  border: 0
}

img,
object,
input,
textarea,
button,
select {
  vertical-align: middle
}

article,
aside,
footer,
header,
section,
nav,
figure,
figcaption,
hgroup,
details,
menu {
  display: block
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "\0020"
}

textarea {
  overflow: auto;
  resize: vertical
}

input,
textarea,
button,
select,
a {
  outline: 0 none;
  border: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0
}

mark {
  background-color: transparent
}

a,
ins,
s,
u,
del {
  text-decoration: none
}

sup,
sub {
  vertical-align: baseline
}

html {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  color: #333;
  font-size: 14px;
  line-height: 1;
  -webkit-text-size-adjust: none;
}


/*  */
.btn {
  cursor: pointer;
}
.center {
  text-align: center;
}
.fs20 {
  font-size: 20px;
}
.fs12 {
  font-size: 12px;
}
.m-t-2 {
  margin-top: 2px;
}
.m-t-8 {
  margin-top: 8px;
}
.m-t-24 {
  margin-top: 24px;
}
.m-t-42 {
  margin-top: 42px;
}
.m-l-6 {
  margin-left: 6px;
}
.m-l-7 {
  margin-left: 7px;
}
.m-l-16 {
  margin-left: 16px;
}
.m-l-99 {
  margin-left: 99px;
}
.swiper .swiper-pagination {
    margin-top: 14px;
    text-align: center;
}
.swiper-pagination-bullet {
    display: inline-block;
    width: 48px;
    height: 6px;
    background: #ececec;
    border-radius: 1px;
    margin-right: 8px;
}
.swiper .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active::after{
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    background-color: #174071;
    animation: gross 3s 1;
    width: 100%;
}

@keyframes gross{
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}