@import "base.css";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
figure,
menu,
input,
textarea,
button,
select,
th,
td iframe {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-size: 100%;
  font-weight: normal;
}
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
a,
a:visited,
a:active {
  text-decoration: none;
  border: none;
  outline: none;
}
input,
textarea {
  outline: none;
}
textarea {
  resize: vertical;
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  word-wrap: break-word;
  line-height: 1.5;
  font-size: 12px;
  width: 100%;
  margin: 0 auto!important;
  overflow-x: hidden;
  overflow-y: auto;
  background: #af2026;
}
body,
button,
input,
select,
textarea {
  font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', 'microsoft yahei', simsun, sans-serif;
}
.none {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.flexS {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.transCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.baseStyle {
  width: 100%;
  clear: both;
  float: left;
}
.oneLineTxt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.transtion {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
button {
  border: none;
}
.mr-right-5 {
  margin-right: 5px;
}
.mr16 {
  margin-right: 16px;
}
.hide {
  display: none;
}
canvas {
  display: block;
  vertical-align: bottom;
}
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #f5aaa1;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.js-count-particles {
  font-size: 1.1em;
}
#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}
#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.count-particles {
  border-radius: 0 0 3px 3px;
}
/* ---- particles.js container ---- */
#particles-js {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.wrap {
  width: 11rem;
  margin: auto;
  text-align: center;
}
.banner-box {
  width: 100%;
  clear: both;
  height: 9.48rem;
  background: url("../images/banner.jpg") no-repeat center top / 20rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.banner-box .wrap {
  position: absolute;
  z-index: 3;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.banner-box .logo {
  position: absolute;
  top: 0.56rem;
  left: 0.05rem;
  width: 3.07rem;
  display: block;
}
.banner-box .light {
  width: 14.76rem;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5rem;
}
.banner-box .tit {
  width: 7.58rem;
  display: block;
  margin-top: 1.88rem;
  margin-right: -0.23rem;
  position: relative;
  z-index: 2;
}
.banner-box .tit::after {
  content: '';
  width: 5.8rem;
  height: 2rem;
  display: block;
  background: url("../images/ban-txt-light.png") no-repeat center top / 100%;
  position: absolute;
  top: 0.6rem;
  left: 0;
  animation: blink 2s linear infinite alternate;
  -o-animation: blink 2s linear infinite alternate;
  -moz-animation: blink 2s linear infinite alternate;
  -webkit-animation: blink 2s linear infinite alternate;
}
.banner-box .planet {
  width: 1.29rem;
  display: block;
  position: absolute;
  top: 2.34rem;
  right: -2.7rem;
}
.banner-box .banIp {
  width: 1.29rem;
  display: block;
  position: absolute;
  right: -0.27rem;
  top: 6.48rem;
}
.banner-box div > img {
  width: 100%;
  display: block;
}
.sections {
  width: 100%;
  clear: both;
}
.sections .secTit {
  clear: both;
  width: 6.17rem;
  height: 1.2rem;
  margin: auto;
  background: url("../images/sec-title01.png") no-repeat center top / 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sections .secTit span.sup {
  width: 1.5rem;
  height: 0.51rem;
  margin-top: 0.13rem;
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 0.51rem;
  color: #fff;
  position: relative;
}
.sections .secTit span.sup::after {
  content: '';
  width: 1.5rem;
  height: 0.51rem;
  display: block;
  background: url("../images/icon-title01.png") no-repeat center top / 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.5s;
}
.sections .secTit span.sup.blink::after {
  opacity: 0.1;
}
.sections .secTit span.sub {
  width: 4.65rem;
  height: 0.73rem;
  margin-top: 0.18rem;
  margin-left: -0.15rem;
  font-size: 0.4rem;
  line-height: 0.73rem;
  color: #d01920;
}
.sec01 {
  height: 9.78rem;
  background: #af2026 url("../images/s1-bg.jpg") no-repeat center top;
}
.sec01 .s1-title {
  margin: 0 auto 0.17rem;
}
.sec01 .s1-main {
  width: 100%;
  height: 7.7rem;
  background: url("../images/s1-img01.png") no-repeat center top / 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec01 .s1-main .video-box {
  width: 10.35rem;
  height: 5.82rem;
  display: block;
  background: #000;
}
.sec02 {
  height: 9.21rem;
  background: #af2026 url("../images/s2-bg.jpg") no-repeat center top;
}
.sec02 .s2-title {
  margin: 0 auto 0.3rem;
}
.sec02 .s2-main {
  width: 100%;
  height: auto;
  background: #830409;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  text-align: center;
}
.sec02 .s2-main p {
  width: 100%;
  clear: both;
  font-size: 0.24rem;
  line-height: 1;
  color: #fff;
  margin: 0.45rem auto 0.3rem;
}
.sec02 .s2-main img {
  display: block;
  margin: auto;
  width: 10.37rem;
}
.sec02 .s2-main a {
  width: 1.8rem;
  height: 0.52rem;
  display: block;
  background: #ffeecb;
  background: -webkit-linear-gradient(left, #fff8e6, #ffe4af);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fff8e6, #ffe4af);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fff8e6, #ffe4af);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fff8e6, #ffe4af);
  /* 标准的语法 */
  box-shadow: 0 0 0.2rem rgba(251, 122, 57, 0.5), 0 0 0.01rem #fff inset;
  border-radius: 0.5rem;
  font-size: 0.24rem;
  line-height: 0.52rem;
  color: #d01920;
  font-weight: bold;
  margin-top: -0.25rem;
  margin-bottom: 0.32rem;
}
.sec03 {
  height: 9.91rem;
  background: #a11b20 url("../images/s3-bg.jpg") no-repeat center top;
}
.sec03 .s3-title {
  margin: 0 auto 0.16rem;
}
.sec03 .s3-main {
  width: 100%;
  height: 7.86rem;
  background: #830409;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  text-align: center;
}
.sec03 .s3-main .s3-txt {
  width: 10.36rem;
  height: 2.9rem;
  border: solid 0.02rem #ec262e;
  background: #a01f24;
  margin: 0.35rem auto 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec03 .s3-main .s3-txt h3 {
  width: 100%;
  clear: both;
  display: block;
  font-size: 0.29rem;
  line-height: 0.34rem;
  color: #ffe5b2;
  font-weight: bold;
  margin-top: 0.42rem;
  margin-bottom: 0.34rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec03 .s3-main .s3-txt h3::before {
  content: '';
  width: 0.23rem;
  height: 0.21rem;
  display: block;
  background: url("../images/icon-left01.png") no-repeat center top / 100%;
  align-self: flex-start;
  margin-right: 0.15rem;
}
.sec03 .s3-main .s3-txt h3::after {
  content: '';
  width: 0.23rem;
  height: 0.21rem;
  display: block;
  background: url("../images/icon-left01.png") no-repeat center top / 100%;
  transform: rotate(180deg);
  align-self: flex-start;
  margin-left: 0.15rem;
}
.sec03 .s3-main .s3-txt p {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #fff;
  width: 92%;
  margin: 0 4%;
  text-align: justify;
}
.sec03 .s3-main .s3-stage {
  width: 3.14rem;
  margin-right: 0.55rem;
  margin-top: 0.21rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sec03 .s3-main .s3-stage .item {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  margin-bottom: 0.44rem;
  position: relative;
}
.sec03 .s3-main .s3-stage .item img {
  width: 100%;
  display: block;
}
.sec03 .s3-main .s3-stage .item.item1::after {
  content: '';
  width: 0.26rem;
  height: 0.17rem;
  display: block;
  background: url("../images/s3-icon02.png") no-repeat center top / 100%;
  position: absolute;
  top: 0.55rem;
  right: -0.41rem;
  animation: moveX1 0.8s linear infinite alternate;
  -o-animation: moveX1 0.8s linear infinite alternate;
  -moz-animation: moveX1 0.8s linear infinite alternate;
  -webkit-animation: moveX1 0.8s linear infinite alternate;
}
.sec03 .s3-main .s3-stage .item.item2::after {
  content: '';
  width: 0.17rem;
  height: 0.27rem;
  display: block;
  background: url("../images/s3-icon03.png") no-repeat center top / 100%;
  position: absolute;
  bottom: -0.35rem;
  left: 0.56rem;
  animation: moveY 0.8s linear infinite alternate;
  -o-animation: moveY 0.8s linear infinite alternate;
  -moz-animation: moveY 0.8s linear infinite alternate;
  -webkit-animation: moveY 0.8s linear infinite alternate;
}
.sec03 .s3-main .s3-stage .item.item4::after {
  content: '';
  width: 0.25rem;
  height: 0.18rem;
  display: block;
  background: url("../images/s3-icon04.png") no-repeat center top / 100%;
  position: absolute;
  top: 0.55rem;
  left: -0.41rem;
  animation: moveX1 0.8s linear infinite alternate;
  -o-animation: moveX1 0.8s linear infinite alternate;
  -moz-animation: moveX1 0.8s linear infinite alternate;
  -webkit-animation: moveX1 0.8s linear infinite alternate;
}
.sec03 .s3-main .s3-tier {
  width: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec03 .s3-main .s3-tier .tier {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.sec03 .s3-main .s3-tier .tier.tier4 {
  z-index: 9;
}
.sec03 .s3-main .s3-tier .tier .left {
  width: 2.78rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec03 .s3-main .s3-tier .tier .left img {
  display: block;
  position: relative;
  z-index: 2;
}
.sec03 .s3-main .s3-tier .tier .left img.tierFirst {
  height: 0.92rem;
  margin-bottom: -0.07rem;
  z-index: 3;
}
.sec03 .s3-main .s3-tier .tier .left img.tierSecond {
  height: 0.9rem;
}
.sec03 .s3-main .s3-tier .tier .left img.tierThird {
  height: 0.89rem;
}
.sec03 .s3-main .s3-tier .tier .left img.tierFourth {
  height: 0.88rem;
}
.sec03 .s3-main .s3-tier .tier .left::after {
  content: '';
  width: 2.23rem;
  height: 0.08rem;
  display: block;
  background: url("../images/s3-line01.png") no-repeat center top / 100%;
  position: absolute;
  left: 1.36rem;
  top: 50%;
  margin-top: -0.04rem;
}
.sec03 .s3-main .s3-tier .tier .txt {
  width: 2.18rem;
  height: 0.44rem;
  border: solid 0.02rem #ec262e;
  background: #a01f24;
  border-radius: 0.08rem;
  font-size: 0.16rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec03 .s3-main .s3-tier .tier .txt b {
  font-weight: bold;
  font-size: 0.24rem;
  color: #ffe5b3;
  margin-right: 0.08rem;
}
.sec03 .s3-main .s3-tier .tier .txt i {
  margin-top: 0.08rem;
}
.sec04 {
  height: 11.8rem;
  background: #a11b20 url("../images/s4-bg.jpg") no-repeat center top;
}
.sec04 .s4-title {
  margin: 0 auto 0.18rem;
}
.sec04 .s4-main {
  width: 100%;
  height: 9.75rem;
  background: #830409;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  text-align: center;
}
.sec04 .s4-main .kuang {
  width: 10.36rem;
  height: auto;
  border: solid 0.02rem #ec262e;
  background: #a01f24;
  margin: 0.35rem auto 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec04 .s4-main .s4-txt {
  width: 100%;
  clear: both;
  margin: 0 auto;
}
.sec04 .s4-main .s4-txt h3 {
  width: 100%;
  clear: both;
  display: block;
  font-size: 0.29rem;
  line-height: 0.34rem;
  color: #ffe5b2;
  font-weight: bold;
  margin-top: 0.42rem;
  margin-bottom: 0.34rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec04 .s4-main .s4-txt h3::before {
  content: '';
  width: 0.23rem;
  height: 0.21rem;
  display: block;
  background: url("../images/icon-left01.png") no-repeat center top / 100%;
  align-self: flex-start;
  margin-right: 0.15rem;
}
.sec04 .s4-main .s4-txt h3::after {
  content: '';
  width: 0.23rem;
  height: 0.21rem;
  display: block;
  background: url("../images/icon-left01.png") no-repeat center top / 100%;
  transform: rotate(180deg);
  align-self: flex-start;
  margin-left: 0.15rem;
}
.sec04 .s4-main .s4-txt p {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #fff;
  width: 92%;
  margin: 0 4%;
  text-align: justify;
}
.sec04 .s4-main .s4-part {
  width: 100%;
  clear: both;
  margin: 0.31rem auto 0.57rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec04 .s4-main .s4-part .left,
.sec04 .s4-main .s4-part .right {
  width: 1.8rem;
  display: block;
  margin-top: 0.55rem;
}
.sec04 .s4-main .s4-part .left span,
.sec04 .s4-main .s4-part .right span {
  width: 100%;
  clear: both;
  height: 0.52rem;
  display: block;
  border-radius: 0.5rem;
  background: #ffeecb;
  background: -webkit-linear-gradient(left, #fff8e6, #ffe4af);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fff8e6, #ffe4af);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fff8e6, #ffe4af);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fff8e6, #ffe4af);
  /* 标准的语法 */
  font-size: 0.24rem;
  line-height: 0.52rem;
  font-weight: bold;
  color: #d01920;
  box-shadow: 0 0.05rem 0.2rem rgba(251, 122, 57, 0.5), 0 0 0.01rem #fff inset;
  margin-bottom: 0.35rem;
  transition: all 0.5s;
  cursor: pointer;
}
.sec04 .s4-main .s4-part .left span:nth-child(2),
.sec04 .s4-main .s4-part .right span:nth-child(2) {
  margin-left: -0.27rem;
}
.sec04 .s4-main .s4-part .left span:hover,
.sec04 .s4-main .s4-part .right span:hover {
  transform: scale(1.1);
}
.sec04 .s4-main .s4-part .right span {
  background: #ffeecb;
  background: -webkit-linear-gradient(left, #ffe4af, #fff8e6);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ffe4af, #fff8e6);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ffe4af, #fff8e6);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ffe4af, #fff8e6);
  /* 标准的语法 */
}
.sec04 .s4-main .s4-part .right span:nth-child(2) {
  margin-left: auto;
  margin-right: -0.27rem;
}
.sec04 .s4-main .s4-part .med {
  width: 5.43rem;
  height: 3.36rem;
  background: url("../images/s4-img01.png") no-repeat center top / 100%;
  margin: auto 0.1rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec04 .s4-main .s4-part .med span {
  font-size: 0.24rem;
  line-height: 0.28rem;
  font-weight: bold;
  color: #d01920;
  width: 3.05rem;
}
.sec04 .s4-main .s4-part .med::before,
.sec04 .s4-main .s4-part .med::after {
  content: '';
  width: 0.55rem;
  height: 0.65rem;
  display: block;
  background: url("../images/s4-arr01.png") no-repeat center top / 100%;
}
.sec04 .s4-main .s4-part .med::before {
  animation: moveX1 0.8s linear infinite alternate;
  -o-animation: moveX1 0.8s linear infinite alternate;
  -moz-animation: moveX1 0.8s linear infinite alternate;
  -webkit-animation: moveX1 0.8s linear infinite alternate;
}
.sec04 .s4-main .s4-part .med::after {
  background: url("../images/s4-arr02.png") no-repeat center top / 100%;
  animation: moveX3 0.8s linear infinite alternate;
  -o-animation: moveX3 0.8s linear infinite alternate;
  -moz-animation: moveX3 0.8s linear infinite alternate;
  -webkit-animation: moveX3 0.8s linear infinite alternate;
}
.sec04 .s4-main .s4-stat {
  width: 100%;
  clear: both;
  margin-bottom: 0.26rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec04 .s4-main .s4-stat img {
  width: 1.83rem;
  display: block;
  margin: 0 0.48rem;
  animation: moveY 0.8s linear infinite alternate;
  -o-animation: moveY 0.8s linear infinite alternate;
  -moz-animation: moveY 0.8s linear infinite alternate;
  -webkit-animation: moveY 0.8s linear infinite alternate;
}
.sec04 .s4-main .s4-stat img:nth-child(2) {
  margin-top: -0.3rem;
  animation: moveY2 0.8s linear infinite alternate;
  -o-animation: moveY2 0.8s linear infinite alternate;
  -moz-animation: moveY2 0.8s linear infinite alternate;
  -webkit-animation: moveY2 0.8s linear infinite alternate;
}
.sec05 {
  height: 10.82rem;
  background: #a11b20 url("../images/s5-bg.jpg") no-repeat center top;
}
.sec05 .s5-title {
  margin: 0 auto 0.2rem;
}
.sec05 .s5-main {
  width: 100%;
  height: auto;
  background: #830409;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  text-align: center;
}
.sec05 .s5-main .kuang {
  width: 10.36rem;
  height: auto;
  border: solid 0.02rem #ec262e;
  background: #a01f24;
  margin: 0.36rem auto 0.31rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec05 .s5-main .txt {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #fff;
  text-align: justify;
  width: 92%;
  margin: 0.4rem 4% 0.17rem;
}
.sec05 .s5-main .swipbox {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.sec05 .s5-main .swipbox .myswiper01 {
  width: 95%;
  margin: 0 2.5% 0.27rem;
  height: 2.24rem;
  clear: both;
  position: relative;
}
.sec05 .s5-main .swipbox .myswiper01 .swiper-wrapper {
  -webkit-transition-timing-function: linear!important;
  -o-transition-timing-function: linear!important;
  transition-timing-function: linear!important;
}
.sec05 .s5-main .swipbox .myswiper01 .swiper-slide {
  width: 3.14rem;
  height: 2.2rem;
  display: block;
  background: #830409;
  border: solid 0.02rem #f8252e;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec05 .s5-main .swipbox .myswiper01 .swiper-slide img {
  width: 3.04rem;
  display: block;
}
.sec05 .s5-main .swipbox .left-prev {
  width: 0.34rem;
  height: 0.36rem;
  display: block;
  cursor: pointer;
  background: url("../images/s5-arr01.png") no-repeat center top / 100%;
  position: absolute;
  top: 0.94rem;
  left: -0.12rem;
}
.sec05 .s5-main .swipbox .right-next {
  width: 0.34rem;
  height: 0.36rem;
  display: block;
  cursor: pointer;
  background: url("../images/s5-arr01.png") no-repeat center top / 100%;
  position: absolute;
  top: 0.94rem;
  right: -0.12rem;
  transform: rotate(180deg);
}
.sec05 .s5-main .s5-item {
  width: 95%;
  margin: 0 2.5% 0.04rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.sec05 .s5-main .s5-item .item {
  width: 4.76rem;
  height: 1.9rem;
  display: block;
  border-radius: 0 0 0.4rem 0;
  margin-bottom: 0.28rem;
  background: url("../images/s5-img01.png") no-repeat center top / 100%;
  box-shadow: 0 0.05rem 0.2rem rgba(251, 122, 57, 0.5);
  overflow: hidden;
  position: relative;
}
.sec05 .s5-main .s5-item .item span {
  width: 1.72rem;
  height: 0.42rem;
  display: block;
  background: url("../images/s5-img02.png") no-repeat center top / 100%;
  font-size: 0.24rem;
  line-height: 0.42rem;
  color: #fff4d9;
  font-weight: bold;
  text-align: left;
  text-indent: 0.19rem;
  margin-top: 0.29rem;
  margin-left: 0.34rem;
}
.sec05 .s5-main .s5-item .item span.last {
  text-indent: 0.1rem;
}
.sec05 .s5-main .s5-item .item p {
  width: 2.1rem;
  text-align: left;
  clear: both;
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: #333;
  margin-top: 0.15rem;
  margin-left: 0.35rem;
}
.sec05 .s5-main .s5-item .item img {
  position: absolute;
  right: -0.08rem;
  bottom: -0.02rem;
  animation: moveY2 0.8s linear infinite alternate;
  -o-animation: moveY2 0.8s linear infinite alternate;
  -moz-animation: moveY2 0.8s linear infinite alternate;
  -webkit-animation: moveY2 0.8s linear infinite alternate;
}
.sec05 .s5-main .s5-item .item img.pic01 {
  width: 2rem;
}
.sec05 .s5-main .s5-item .item img.pic02 {
  width: 1.99rem;
}
.sec05 .s5-main .s5-item .item img.pic03 {
  width: 1.94rem;
}
.sec05 .s5-main .s5-item .item img.pic04 {
  width: 1.97rem;
}
.sec06 {
  height: 12.15rem;
  background: #a11b20 url("../images/s6-bg.jpg") no-repeat center top;
}
.sec06 .s6-title {
  margin: 0 auto 0.29rem;
}
.sec06 .s6-main {
  width: 100%;
  height: auto;
  background: #830409;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: center;
}
.sec06 .s6-main .s6-left {
  width: 2.67rem;
  height: 8.35rem;
  display: block;
  margin: 0.77rem 0 0.88rem;
  position: relative;
}
.sec06 .s6-main .s6-left .swiper {
  width: 100%;
  clear: both;
  height: 100%;
}
.sec06 .s6-main .s6-left .swiper .swiper-slide {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec06 .s6-main .s6-left .swiper .swiper-slide img {
  width: 100%;
  display: block;
}
.sec06 .s6-main .s6-left .left-prev {
  width: 0.36rem;
  height: 0.33rem;
  display: block;
  background: url("../images/s6-arr01.png") no-repeat center top / 100%;
  position: absolute;
  top: -0.46rem;
  left: 1.08rem;
  cursor: pointer;
}
.sec06 .s6-main .s6-left .right-next {
  width: 0.36rem;
  height: 0.33rem;
  display: block;
  background: url("../images/s6-arr01.png") no-repeat center top / 100%;
  position: absolute;
  bottom: -0.46rem;
  left: 1.08rem;
  transform: rotate(180deg);
  cursor: pointer;
}
.sec06 .s6-main .s6-right {
  display: block;
  width: 7.38rem;
  position: relative;
  margin-left: 0.24rem;
  margin-top: 0.48rem;
}
.sec06 .s6-main .s6-right img.branch {
  width: 100%;
  display: block;
}
.sec06 .s6-main .s6-right .counter-icon {
  width: 2.44rem;
  height: 2.44rem;
  display: block;
  position: absolute;
  top: 1.32rem;
  right: 1.6rem;
}
.sec06 .s6-main .s6-right .counter-icon::before,
.sec06 .s6-main .s6-right .counter-icon::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  border: solid 0.01rem #d33429;
  background-color: rgba(211, 52, 41, 0.2);
  left: -0.7rem;
  right: -0.7rem;
  top: -0.7rem;
  bottom: -0.7rem;
  opacity: 0;
  animation: iconPulse 2s linear infinite;
}
.sec06 .s6-main .s6-right .counter-icon::after {
  animation-delay: 1s;
}
.sec06 .s6-main .s6-right .counter-icon span {
  width: 1.48rem;
  height: 1.69rem;
  display: block;
  position: absolute;
  top: 44%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sec06 .s6-main .s6-right .counter-icon span img {
  width: 100%;
  display: block;
  animation: fudong 0.6s infinite alternate linear;
}
.sec06 .s6-main .s6-right .txt {
  position: absolute;
  right: 0.07rem;
  bottom: 0.25rem;
  width: 3rem;
  display: flex;
  justify-content: flex-end;
  align-content: flex-start;
  flex-wrap: wrap;
}
.sec06 .s6-main .s6-right .txt span {
  height: 0.38rem;
  display: block;
  clear: both;
  border: solid 0.02rem #ec262e;
  background: #a01f24;
  font-size: 0.18rem;
  line-height: 0.38rem;
  color: #fff;
  padding: 0 0.23rem;
  margin-top: 0.16rem;
}
.sec06 .s6-main .s6-right .txt span b {
  font-weight: bold;
  font-size: 0.24rem;
  text-shadow: 0 0.05rem 0.2rem rgba(251, 122, 1, 0.76);
}
.sec07 {
  height: 8.22rem;
  background: #a11b20 url("../images/s7-bg.jpg") no-repeat center top;
}
.sec07 .s7-title {
  margin: 0 auto 0.26rem;
}
.sec07 .s7-main {
  width: 100%;
  height: auto;
  background: #830409;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  text-align: center;
}
.sec07 .s7-main .kuang {
  width: 10.36rem;
  height: auto;
  border: solid 0.02rem #ec262e;
  background: #a01f24;
  margin: 0.35rem auto 0.31rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec07 .s7-main .s7-txt {
  width: 100%;
  clear: both;
  margin: 0 auto 0.29rem;
}
.sec07 .s7-main .s7-txt h3 {
  width: 100%;
  clear: both;
  display: block;
  font-size: 0.29rem;
  line-height: 0.34rem;
  color: #ffe5b2;
  font-weight: bold;
  margin-top: 0.42rem;
  margin-bottom: 0.34rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec07 .s7-main .s7-txt h3::before {
  content: '';
  width: 0.23rem;
  height: 0.21rem;
  display: block;
  background: url("../images/icon-left01.png") no-repeat center top / 100%;
  align-self: flex-start;
  margin-right: 0.15rem;
}
.sec07 .s7-main .s7-txt h3::after {
  content: '';
  width: 0.23rem;
  height: 0.21rem;
  display: block;
  background: url("../images/icon-left01.png") no-repeat center top / 100%;
  transform: rotate(180deg);
  align-self: flex-start;
  margin-left: 0.15rem;
}
.sec07 .s7-main .s7-txt p {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #fff;
  width: 92%;
  margin: 0 4%;
  text-align: justify;
}
.sec07 .s7-main .swipbox {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.sec07 .s7-main .swipbox .myswiper02 {
  width: 95%;
  margin: 0 2.5% 0.4rem;
  height: 2.24rem;
  clear: both;
  position: relative;
}
.sec07 .s7-main .swipbox .myswiper02 .swiper-wrapper {
  -webkit-transition-timing-function: linear!important;
  -o-transition-timing-function: linear!important;
  transition-timing-function: linear!important;
}
.sec07 .s7-main .swipbox .myswiper02 .swiper-slide {
  width: 3.14rem;
  height: 2.2rem;
  display: block;
  background: #830409;
  border: solid 0.02rem #f8252e;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec07 .s7-main .swipbox .myswiper02 .swiper-slide img {
  width: 3.04rem;
  display: block;
}
.sec07 .s7-main .swipbox .left-prev {
  width: 0.34rem;
  height: 0.36rem;
  display: block;
  cursor: pointer;
  background: url("../images/s5-arr01.png") no-repeat center top / 100%;
  position: absolute;
  top: 0.94rem;
  left: -0.12rem;
}
.sec07 .s7-main .swipbox .right-next {
  width: 0.34rem;
  height: 0.36rem;
  display: block;
  cursor: pointer;
  background: url("../images/s5-arr01.png") no-repeat center top / 100%;
  position: absolute;
  top: 0.94rem;
  right: -0.12rem;
  transform: rotate(180deg);
}
.sec08 {
  height: 9.25rem;
  background: #af2026 url("../images/s8-bg.jpg") no-repeat center top;
}
.sec08 .s8-title {
  margin: 0 auto 0.17rem;
}
.sec08 .s8-main {
  width: 100%;
  height: auto;
  background: #830409;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  text-align: center;
}
.sec08 .s8-main .kuang {
  width: 10.36rem;
  height: auto;
  border: solid 0.02rem #ec262e;
  background: #a01f24;
  margin: 0.35rem auto 0.31rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec08 .s8-main .s8-txt {
  width: 100%;
  clear: both;
  margin: 0 auto 0.2rem;
}
.sec08 .s8-main .s8-txt h3 {
  width: 100%;
  clear: both;
  display: block;
  font-size: 0.29rem;
  line-height: 0.34rem;
  color: #ffe5b2;
  font-weight: bold;
  margin-top: 0.42rem;
  margin-bottom: 0.34rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec08 .s8-main .s8-txt h3::before {
  content: '';
  width: 0.23rem;
  height: 0.21rem;
  display: block;
  background: url("../images/icon-left01.png") no-repeat center top / 100%;
  align-self: flex-start;
  margin-right: 0.15rem;
}
.sec08 .s8-main .s8-txt h3::after {
  content: '';
  width: 0.23rem;
  height: 0.21rem;
  display: block;
  background: url("../images/icon-left01.png") no-repeat center top / 100%;
  transform: rotate(180deg);
  align-self: flex-start;
  margin-left: 0.15rem;
}
.sec08 .s8-main .s8-txt p {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #fff;
  width: 92%;
  margin: 0 4%;
  text-align: justify;
}
.sec08 .s8-main .s8-point {
  width: 3.3rem;
  margin-top: 0.37rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec08 .s8-main .s8-point .point {
  width: 1.38rem;
  height: 1.26rem;
  display: block;
  margin-bottom: 0.39rem;
  border: solid 0.02rem #be242a;
  background: #bc141b;
  background: -webkit-linear-gradient(left, #b10910, #c61f25);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #b10910, #c61f25);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #b10910, #c61f25);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #b10910, #c61f25);
  /* 标准的语法 */
  border-radius: 0.06rem;
  transition: all 0.3s;
}
.sec08 .s8-main .s8-point .point:hover {
  transform: scale(1.1);
}
.sec08 .s8-main .s8-point .point .box {
  width: 1.38rem;
  height: 1.26rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  background: rgba(188, 20, 27, 0.8);
  background: -webkit-linear-gradient(left, rgba(177, 9, 16, 0.8), rgba(198, 31, 37, 0.8));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, rgba(177, 9, 16, 0.8), rgba(198, 31, 37, 0.8));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, rgba(177, 9, 16, 0.8), rgba(198, 31, 37, 0.8));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, rgba(177, 9, 16, 0.8), rgba(198, 31, 37, 0.8));
  /* 标准的语法 */
  border: solid 0.02rem #fa4007;
  border-radius: 0.06rem;
  margin-left: 0.16rem;
  margin-top: -0.16rem;
  font-size: 0.28rem;
  line-height: 1;
  color: #fff;
  box-sizing: border-box;
}
.sec08 .s8-main .s8-point .point .box img {
  width: 0.52rem;
  display: block;
  margin: 0 auto 0.17rem;
}
.sec08 .s8-main .s8-honor {
  width: 5.62rem;
  display: block;
  margin-left: 0.68rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec08 .s8-main .s8-honor img {
  width: 100%;
  display: block;
}
.sec08 .s8-main .s8-honor a {
  width: 1.8rem;
  height: 0.52rem;
  display: block;
  background: #ffeecb;
  background: -webkit-linear-gradient(left, #fff8e6, #ffe4af);
  background: -o-linear-gradient(right, #fff8e6, #ffe4af);
  background: -moz-linear-gradient(right, #fff8e6, #ffe4af);
  background: linear-gradient(to right, #fff8e6, #ffe4af);
  box-shadow: 0 0 0.2rem rgba(248, 142, 90, 0.7), 0 0 0.01rem #fff inset;
  border-radius: 0.5rem;
  font-size: 0.24rem;
  line-height: 0.52rem;
  color: #d01920;
  font-weight: bold;
  margin-top: -1.15rem;
}
.sec09 {
  height: 8.81rem;
  background: #af2026 url("../images/s9-bg.jpg") no-repeat center top;
}
.sec09 .s9-title {
  margin: 0 auto 0.22rem;
}
.sec09 .s9-main {
  width: 100%;
  height: 6.75rem;
  background: url("../images/s9-img01.png") no-repeat center top / 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec09 .s9-main .video-box {
  width: 9.7rem;
  height: 5.45rem;
  display: block;
}
.sec10 {
  height: auto;
  background: #a11b20 url("../images/s10-bg.jpg") no-repeat center top;
  padding-bottom: 1rem;
}
.sec10 .s10-title {
  margin: 0 auto 0.25rem;
}
.sec10 .s10-main {
  width: 100%;
  height: auto;
  background: #830409;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  text-align: center;
}
.sec10 .s10-main .kuang {
  width: 10.36rem;
  height: auto;
  border: solid 0.02rem #ec262e;
  background: #a01f24;
  margin: 0.35rem auto 0.31rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sec10 .s10-main .s10-txt {
  width: 100%;
  clear: both;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sec10 .s10-main .s10-txt p {
  width: 6.25rem;
  margin-top: 0.35rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #fff;
  text-align: justify;
}
.sec10 .s10-main .s10-txt img {
  width: 3.4rem;
  display: block;
  margin-right: 0.08rem;
}
.sec10 .s10-main .barrage {
  width: 100%;
  height: 1.77rem;
  float: left;
  position: relative;
  overflow: hidden;
}
.sec10 .s10-main .barrage .tanmu {
  font-size: 0.18rem;
  line-height: 0.4rem;
  color: #ffe6b4;
  border-radius: 22px;
  padding: 0 0.2rem;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 22;
  white-space: nowrap;
  background: #830409;
  opacity: 0.9;
  cursor: pointer;
}
.sec10 .s10-main .barrage .tanmu:hover {
  color: #d01920;
  background: #ffeecb;
  background: -webkit-linear-gradient(left, #ffe4af, #fff8e6);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ffe4af, #fff8e6);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ffe4af, #fff8e6);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ffe4af, #fff8e6);
  /* 标准的语法 */
  box-shadow: 0 0.05rem 0.2rem rgba(251, 122, 57, 0.5), 0 0 0.01rem #fff inset;
}
.sec10 .s10-main .barrage .tanmuContent {
  display: flex;
  justify-content: space-between;
}
.sec10 .s10-main .dmZzhu {
  font-size: 0.16rem;
  line-height: 1;
  color: #fff;
  margin: 0.11rem auto 0.31rem;
  text-align: right;
  width: 96%;
}
.sec10 .s10-main .s10-shurubox {
  width: 9.78rem;
  height: 1.67rem;
  display: block;
  margin-bottom: 0.25rem;
  background: #fffcf3;
  background: -webkit-linear-gradient(left, #fff8e6, #fff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fff8e6, #fff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fff8e6, #fff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fff8e6, #fff);
  /* 标准的语法 */
  border-radius: 0.2rem;
  box-shadow: 0 0.05rem 0.2rem rgba(251, 122, 57, 0.5), 0 0 0.01rem #fff inset;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.sec10 .s10-main .s10-shurubox .dianloin {
  width: 9.34rem;
  height: 1.37rem;
  margin: 0.15rem auto 0;
  border: none;
  resize: none;
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #333;
  text-align: left;
  background: none;
}
.sec10 .s10-main .s10-shurubox .text-btn {
  width: 1.2rem;
  height: 0.42rem;
  display: block;
  background: #dc242c;
  background: -webkit-linear-gradient(left, #cb2229, #ec262e);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #cb2229, #ec262e);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #cb2229, #ec262e);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #cb2229, #ec262e);
  /* 标准的语法 */
  border-radius: 0.4rem;
  font-size: 0.2rem;
  line-height: 0.42rem;
  color: #fff4d9;
  position: absolute;
  bottom: 0.29rem;
  right: 0.21rem;
}
.sec10 .s10-main .plList {
  width: 9.78rem;
  clear: both;
  margin: 0 auto 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  border-radius: 0.18rem;
}
.sec10 .s10-main .plList h3 {
  width: 100%;
  clear: both;
  height: 0.61rem;
  background: url("../images/s10-img02.png") no-repeat center top / 100%;
  border-radius: 0.18rem 0.18rem 0 0;
  position: relative;
  z-index: 2;
  font-size: 0.36rem;
  line-height: 0.55rem;
  color: #fff;
  font-weight: 500;
}
.sec10 .s10-main .plList .plbox {
  width: 100%;
  clear: both;
  min-height: 1rem;
  box-shadow: 0 0.05rem 0.2rem rgba(251, 122, 57, 0.5), 0 0 0.01rem #fff inset;
  background: #fffcf4;
  background: -webkit-linear-gradient(#fff9e9, #fff);
  background: -moz-linear-gradient(#fff9e9, #fff);
  background: -o-linear-gradient(#fff9e9, #fff);
  background: linear-gradient(#fff9e9, #fff);
  border-radius: 0 0 0.18rem 0.18rem;
}
.sec10 .s10-main .plList .plbox .cont-list {
  width: 8.8rem;
  clear: both;
  margin: 0.2rem auto 0;
}
.sec10 .s10-main .plList .plbox .cont-list > p {
  font-size: 0.24rem;
  line-height: 1.5;
  color: #333;
}
.sec10 .s10-main .plList .plbox .cont-list .cont-item {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 0.13rem;
  margin-bottom: 0.23rem;
  border-bottom: solid 0.02rem #cfcdc6;
}
.sec10 .s10-main .plList .plbox .cont-list .cont-item:last-child {
  border-bottom: none;
}
.sec10 .s10-main .plList .plbox .cont-list .cont-item .list-txt {
  width: 7.8rem;
  display: block;
  text-align: left;
}
.sec10 .s10-main .plList .plbox .cont-list .cont-item .list-txt .li-p {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #d01920;
}
.sec10 .s10-main .plList .plbox .cont-list .cont-item .list-txt .li-p2 {
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #333;
}
.sec10 .s10-main .plList .plbox .cont-list .cont-item .li-zan {
  width: 0.47rem;
  display: block;
  margin-top: 0.06rem;
}
.sec10 .s10-main .plList .plbox .cont-list .cont-item .li-zan a {
  width: 100%;
  height: 0.47rem;
  display: block;
  font-size: 0;
  background: url("../images/zan01.png") no-repeat center top / 100%;
  border-radius: 50%;
}
.sec10 .s10-main .plList .plbox .cont-list .cont-item .li-zan a:hover,
.sec10 .s10-main .plList .plbox .cont-list .cont-item .li-zan a.on {
  background: url("../images/zan02.png") no-repeat center top / 100%;
}
.sec10 .s10-main .plList .plbox .cont-list .cont-item .li-zan i {
  font-size: 0.18rem;
  line-height: 1.5;
  color: #333;
  display: block;
}
#pagination2 {
  width: 100%;
  clear: both;
  margin-top: 0.1rem;
  font-size: 0.16rem;
  margin-bottom: 0.45rem;
}
#pagination2 .ui-pagination-container .ui-pagination-page-item.active {
  background: #d01920;
  border-color: #d01920;
}
#pagination2 .ui-pagination-container .ui-pagination-page-item:hover {
  background: #d01920;
  border-color: #d01920;
}
@-webkit-keyframes iconPulse {
  0% {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes iconPulse {
  0% {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fudong {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-0.08rem);
  }
}
.lfNav {
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  width: 1.5rem;
  height: auto;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  border-radius: 1rem;
  background: #ffeecb;
  background: -webkit-linear-gradient(left, #fff8e6, #ffe4af);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fff8e6, #ffe4af);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fff8e6, #ffe4af);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fff8e6, #ffe4af);
  /* 标准的语法 */
  box-shadow: 0 0.05rem 0.2rem rgba(251, 122, 57, 0.5), 0 0 0.01rem #fff inset;
}
.lfNav .fixPic {
  width: 1.37rem;
  display: block;
  border-radius: 50%;
  margin: 0.05rem auto 0.09rem;
}
.lfNav .fixPic img {
  width: 100%;
  display: block;
}
.lfNav .nav-bg {
  width: 100%;
  height: 0.34rem;
  display: block;
  font-size: 0.18rem;
  line-height: 0.34rem;
  color: #333;
  margin-bottom: 0.04rem;
  text-align: center;
}
.lfNav .nav-bg a {
  width: 1.36rem;
  height: 0.34rem;
  display: block;
  margin: auto;
  background: #fff;
  border-radius: 0.06rem;
  color: #333;
}
.lfNav .nav-bg a:hover {
  background: #bc141b;
  background: -webkit-linear-gradient(left, #b10910, #c61f25);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #b10910, #c61f25);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #b10910, #c61f25);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #b10910, #c61f25);
  /* 标准的语法 */
  color: #ffe9bb;
  font-weight: 600;
}
.lfNav .fixTop {
  width: 100%;
  clear: both;
  margin: 0.07rem auto 0.12rem;
}
.lfNav .fixTop a {
  width: 0.6rem;
  display: block;
  margin: auto;
}
.lfNav .fixTop a img {
  width: 100%;
  display: block;
}
.lfNav .close {
  position: absolute;
  top: -20px;
  right: 0;
  height: 30px;
  width: 30px;
}
.lfNav .close img {
  width: 100%;
  display: block;
}
