@charset "utf-8";
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
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-size: 100%;
  /*background: transparent;*/
}
body {
  font-family: "微软雅黑", Verdana, Geneva, sans-serif;
  font-size: 1rem;
  line-height: 160%;
  background-color: #fff;
}
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
#app {
  overflow-y: hidden;
  overflow-x: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
/*address, caption, cite, code, dfn, em, strong, th, var {
    font-style:normal;
    font-weight:normal;
}*/
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 200%;
  font-weight: normal;
}
:focus {
  outline: 0;
}
a {
  text-decoration: none;
}
a:hover img {
  border: none;
}

/*清除浮动*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

.Richtext > p > span > strong {
  font-size: 20px !important;
}

.Richtext > p {
  width: 100% !important;
}
.Richtext > p > span {
  font-size: 20px !important;
}
.Richtext > p img {
  width: 100% !important;
}
.Richtext > video {
  margin: 0 auto;
  width: 100% !important;
  margin-left: 50%;
  transform: translateX(-50%);
}
.Richtext {
  width: 100% !important;
}
.Richtext img {
  width: 100% !important;
}
.Richtext figure.image {
  max-width: 100% !important;
  text-align: center;
  margin: 0 auto;
}

.wrap-content img {
  width: 100% !important;
}
/* .alingk:link {
  color: #3f717e !important;
}
.alingk:visited {
  color: #fff !important;
} */
.alingk:hover {
  color: #e88250 !important;
}
.alingk:active {
  color: #e8423d !important;
}
.alingk {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}

@-webkit-keyframes routate {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
@keyframes routate {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
.contents .media {
  width: 100%;
}
.contents img {
  width: 100%;
}

@-webkit-keyframes xiangshang {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-150px);
  }
}
@keyframes xiangshang {
  0% {
    transform: translateX(-150px);
  }
  100% {
    transform: translateX(0px);
  }
}

@-webkit-keyframes xiangxia {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(150px);
  }
}
@keyframes xiangxia {
  0% {
    transform: translateX(150px);
  }
  100% {
    transform: translateX(0px);
  }
}

@-webkit-keyframes opct {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opct {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
