@charset "utf-8";

.loader {
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9998
}

.loader .loaders {
  background: #1756be;
  position: absolute;
  display: inline-block;
  height: 40px;
  width: 40px;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  text-indent: -9999em;
  border-radius: 100%;
  animation-fill-mode: both;
  animation: ball-scale 1s 0s ease-in-out infinite
}

@keyframes ball-scale {
  0% {
    transform: scale(0)
  }

  100% {
    opacity: 0;
    transform: scale(1)
  }
}

@font-face {
  font-family: "sys";
  font-weight: normal;
  src: url("../fonts/gy1bDFLDPmEb.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "sys";
  font-weight: bold;
  src: url("../fonts/o0uP2KNTJyxz.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "oppo";
  font-weight: normal;
  src: url("../fonts/OPPOSansR.woff") format("woff");
}

@font-face {
  font-family: "oppo";
  font-weight: bold;
  src: url("../fonts/OPPOSansB.woff") format("woff");
}

.sys {
  font-family: "sys";
}

.oppo {
  font-family: "oppo"
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
}

html {
  font-size: 100px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}

:focus {
  outline: 0
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  color: #1756be;
}

button {
  user-select: none;
}

img:not([src]),
img[src=""] {
  opacity: 0;
}

img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select,
button,
textarea {
  font-size: 100%;
  font: inherit;
}

hr {
  height: 0;
  border: none;
  border-top: 1px solid #f4f3f2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

body {
  color: #333;
  position: relative;
  overflow-x: hidden;
  font-size: .16rem;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", Microsoft YaHei, Arial, Helvetica Neue, "Helvetica Neue", "Open Sans", "Hiragino Sans GB", sans-serif;
}

select::-ms-expand {
  display: none;
}

i,
em {
  font-style: normal;
}

input,
textarea,
select {
  padding: 0;
  font-family: inherit;
  outline: none;
  resize: none;
  background: none;
  border: none;
  font-size: inherit;
  color: inherit;
}

input::-moz-placeholder {
  color: inherit;
  opacity: .5;
  font-size: inherit
}

textarea::-moz-placeholder {
  color: inherit;
  opacity: .5;
  font-size: inherit
}

select::-moz-placeholder {
  color: inherit;
  opacity: .5;
  font-size: inherit
}

::-webkit-input-placeholder {
  color: #999;
  font-size: inherit
}

input:-ms-input-placeholder {
  color: #999;
  font-size: inherit
}

::-webkit-scrollbar {
  width: 8px;
  height: 4px
}

::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 5px
}

::-webkit-scrollbar-thumb {
  background: #1756be;
  border-radius: 5px
}

.eclip {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.eclips {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block\0;
}

.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: block\0;
}

.line4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: block\0;
}

.line5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: block\0;
}

.line6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  display: block\0;
}

.line8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  display: block\0;
}

.block {
  display: block;
}

.zi5 {
  position: relative;
  z-index: 5
}

.zi2 {
  position: relative;
  z-index: 2
}

.check:checked,
.check:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0
}

.check:checked+label,
.check:not(:checked)+label {
  position: relative;
  display: inline-block;
  height: 16px;
  cursor: pointer;
  padding-left: 24px;
  line-height: 18px
}

.check+label:after {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  top: 5px;
  left: 5px;
  content: ""
}

.check+label:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  content: "";
  background: #fff;
  border: 1px solid #888
}

.check:checked+label:after {
  background: #1756be
}

.check:checked+label:before {
  border-color: #1756be
}

.radio:checked+label,
.radio:not(:checked)+label {
  position: relative;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  cursor: pointer;
  padding-left: 24px
}

.radio+label:after,
.radio+label:before {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: ""
}

.radio:not(:checked)+label:after,
.radio:not(:checked)+label:before {
  border: 1px solid #888
}

.radio:checked,
.radio:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0
}

.radio:checked+label:before {
  border: 1px solid #1756be
}

.radio:checked+label:after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1756be;
  top: 4px;
  left: 5px
}

.imgBox {
  position: relative;
  overflow: hidden;
  isolation: isolate
}

.imgBox .img {
  padding-bottom: 60%;
  transition: .5s;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background-size: cover
}

.imgBox img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: .5s
}

.zoomImg,
.imgde {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  background: url(data:image/gif;base64,R0lGODlhIAAgALMAAP///7Ozs/v7+9bW1uHh4fLy8rq6uoGBgTQ0NAEBARsbG8TExJeXl/39/VRUVAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBQAAACwAAAAAIAAgAAAE5xDISSlLrOrNp0pKNRCdFhxVolJLEJQUoSgOpSYT4RowNSsvyW1icA16k8MMMRkCBjskBTFDAZyuAEkqCfxIQ2hgQRFvAQEEIjNxVDW6XNE4YagRjuBCwe60smQUDnd4Rz1ZAQZnFAGDd0hihh12CEE9kjAEVlycXIg7BAsMB6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YEvpJivxNaGmLHT0VnOgGYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHQjYKhKP1oZmADdEAAAh+QQFBQAAACwAAAAAGAAXAAAEchDISasKNeuJFKoHs4mUYlJIkmjIV54Soypsa0wmLSnqoTEtBw52mG0AjhYpBxioEqRNy8V0qFzNw+GGwlJki4lBqx1IBgjMkRIghwjrzcDti2/Gh7D9qN774wQGAYOEfwCChIV/gYmDho+QkZKTR3p7EQAh+QQFBQAAACwBAAAAHQAOAAAEchDISWdANesNHHJZwE2DUSEo5SjKKB2HOKGYFLD1CB/DnEoIlkti2PlyuKGEATMBaAACSyGbEDYD4zN1YIEmh0SCQQgYehNmTNNaKsQJXmBuuEYPi9ECAU/UFnNzeUp9VBQEBoFOLmFxWHNoQw6RWEocEQAh+QQFBQAAACwHAAAAGQARAAAEaRDICdZZNOvNDsvfBhBDdpwZgohBgE3nQaki0AYEjEqOGmqDlkEnAzBUjhrA0CoBYhLVSkm4SaAAWkahCFAWTU0A4RxzFWJnzXFWJJWb9pTihRu5dvghl+/7NQmBggo/fYKHCX8AiAmEEQAh+QQFBQAAACwOAAAAEgAYAAAEZXCwAaq9ODAMDOUAI17McYDhWA3mCYpb1RooXBktmsbt944BU6zCQCBQiwPB4jAihiCK86irTB20qvWp7Xq/FYV4TNWNz4oqWoEIgL0HX/eQSLi69boCikTkE2VVDAp5d1p0CW4RACH5BAUFAAAALA4AAAASAB4AAASAkBgCqr3YBIMXvkEIMsxXhcFFpiZqBaTXisBClibgAnd+ijYGq2I4HAamwXBgNHJ8BEbzgPNNjz7LwpnFDLvgLGJMdnw/5DRCrHaE3xbKm6FQwOt1xDnpwCvcJgcJMgEIeCYOCQlrF4YmBIoJVV2CCXZvCooHbwGRcAiKcmFUJhEAIfkEBQUAAAAsDwABABEAHwAABHsQyAkGoRivELInnOFlBjeM1BCiFBdcbMUtKQdTN0CUJru5NJQrYMh5VIFTTKJcOj2HqJQRhEqvqGuU+uw6AwgEwxkOO55lxIihoDjKY8pBoThPxmpAYi+hKzoeewkTdHkZghMIdCOIhIuHfBMOjxiNLR4KCW1ODAlxSxEAIfkEBQUAAAAsCAAOABgAEgAABGwQyEkrCDgbYvvMoOF5ILaNaIoGKroch9hacD3MFMHUBzMHiBtgwJMBFolDB4GoGGBCACKRcAAUWAmzOWJQExysQsJgWj0KqvKalTiYPhp1LBFTtp10Is6mT5gdVFx1bRN8FTsVCAqDOB9+KhEAIfkEBQUAAAAsAgASAB0ADgAABHgQyEmrBePS4bQdQZBdR5IcHmWEgUFQgWKaKbWwwSIhc4LonsXhBSCsQoOSScGQDJiWwOHQnAxWBIYJNXEoFCiEWDI9jCzESey7GwMM5doEwW4jJoypQQ743u1WcTV0CgFzbhJ5XClfHYd/EwZnHoYVDgiOfHKQNREAIfkEBQUAAAAsAAAPABkAEQAABGeQqUQruDjrW3vaYCZ5X2ie6EkcKaooTAsi7ytnTq046BBsNcTvItz4AotMwKZBIC6H6CVAJaCcT0CUBTgaTg5nTCu9GKiDEMPJg5YBBOpwlnVzLwtqyKnZagZWahoMB2M3GgsHSRsRACH5BAUFAAAALAEACAARABgAAARcMKR0gL34npkUyyCAcAmyhBijkGi2UW02VHFt33iu7yiDIDaD4/erEYGDlu/nuBAOJ9Dvc2EcDgFAYIuaXS3bbOh6MIC5IAP5Eh5fk2exC4tpgwZyiyFgvhEMBBEAIfkEBQUAAAAsAAACAA4AHQAABHMQyAnYoViSlFDGXBJ808Ep5KRwV8qEg+pRCOeoioKMwJK0Ekcu54h9AoghKgXIMZgAApQZcCCu2Ax2O6NUud2pmJcyHA4L0uDM/ljYDCnGfGakJQE5YH0wUBYBAUYfBIFkHwaBgxkDgX5lgXpHAXcpBIsRADs=) #f5f5f5 no-repeat center;
}

.zoomImg:before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  opacity: .25;
  pointer-events: none;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 3
}

.zoomImg img {
  width: 100%;
  transition: .5s;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1
}

.imgde img {
  width: 100%;
  transition: .5s;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1
}

.zoomImg.noms:before {
  display: none
}

.zoomImg.mask:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 40%;
  z-index: 2;
  pointer-events: none;
  background: url(../images/bamss.png) repeat-x top center;
  background-size: auto 100%;
}

.img img {
  width: 100%
}

.imgfix img {
  display: none\0
}

/*.imgBox img{display: none\0;}*/
.none {
  display: none;
}

.overhide {
  overflow: hidden
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  content: "."
}

.fl {
  float: left
}

.fr {
  float: right
}

.poab {
  position: absolute
}

.pore {
  position: relative
}

.text-r {
  text-align: right
}

.text-m {
  text-align: center
}

.text-bold {
  font-weight: 700;
}

.text-light {
  font-weight: 100;
}

.text-upper {
  text-transform: uppercase;
}

.text-lower {
  text-transform: lowercase;
}

.text-ver {
  writing-mode: tr-lr;
  writing-mode: vertical-lr;
}

.bgBox {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.abUrl {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0);
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flexc {
  align-items: center;
}

.flex-left {
  display: flex;
  flex-wrap: wrap
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.flex-v-center {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.flex-v {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flex-v-bottom {
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: left;
}

.scbox {
  overflow-y: auto
}

.scbox::-webkit-scrollbar {
  width: 4px;
  display: block;
}

.scbox::-webkit-scrollbar-track {
  border-radius: 5px;
  ;
  background: #ddd
}

.scbox::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #1756be;
}

.aline_w {
  position: relative;
  background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size .5s
}

.alin_w:hover .aline_w {
  background-size: 100% 1px;
  color: #fff
}

.aline_w:hover {
  background-size: 100% 1px
}

.aline_r {
  position: relative;
  background-image: linear-gradient(#203e6e, #203e6e);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size .5s
}

.alin_r:hover .aline_r {
  background-size: 100% 1px;
  color: #203e6e
}

.aline_r:hover {
  background-size: 100% 1px
}

.compensate-for-scrollbar {
  margin-right: 0 !important
}

@keyframes sca {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes go {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes roted {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%
  }
}

@keyframes shine {
  100% {
    left: 125%
  }
}

@media (min-width: 1025px) {
  .zoomImg:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s
  }

  .zoomImg:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
  }

  a:hover .zoomImg:before {
    -webkit-animation: shine .75s;
    animation: shine .75s
  }

  a:hover .zoomImg img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
  }
}

.wp {
  max-width: 16.2rem;
  margin: 0 auto;
  width: 94%
}

.transImg {
  display: block;
  overflow: hidden;
}

.transImg img {
  transition: .5s
}

@media screen and (min-width: 1201px) {
  .imgBox.trans:hover .img {
    -webkit-transform: scale(1.05)
  }

  .ieFiximg.trans:hover img {
    -webkit-transform: scale(1.1)
  }

  .imgBox.trans:hover img {
    -webkit-transform: scale(1.05)
  }

  .a:hover .imgBox.trans .img {
    -webkit-transform: scale(1.05)
  }

  .a:hover .imgBox.trans img {
    -webkit-transform: scale(1.05)
  }

  .a:hover .ieFiximg.trans img {
    -webkit-transform: scale(1.1)
  }

  .transImg:hover img {
    -webkit-transform: scale(1.05)
  }

  .a:hover .transImg img {
    -webkit-transform: scale(1.05)
  }
}

.wp {
  max-width: 14.4rem;
  margin: 0 auto;
}

@media (max-width: 1440px) {}

@media (max-width:1024px) {
  html {
    font-size: 90px !important;
  }

  .wp {
    margin-left: .4rem;
    margin-right: .4rem;
    width: auto
  }
}

@media (max-width:900px) {
  html {
    font-size: 85px !important;
  }
}

@media (max-width:640px) {
  html {
    font-size: 80px !important;
  }

  .wp {
    margin-left: 5vw;
    margin-right: 5vw
  }
}

@media (max-width:480px) {
  html {
    font-size: 75px !important;
  }

  /*body{font-size: .18rem;}*/
  .eclips {
    display: inline-block;
    overflow: visible;
    text-overflow: inherit;
    white-space: normal;
  }
}

@media (max-width:360px) {
  html {
    font-size: 70px !important;
  }
}

.swiper-dots {
  position: absolute;
  z-index: 5;
  text-align: center
}

.swiper-dots span.active {
  opacity: 1
}

.swiper-btn a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5
}

.swiper-btn a.prev {
  left: 10px
}

.swiper-btn a.next {
  right: 10px
}

.swiper-container {
  margin: 0;
}

.totop {
  position: fixed;
  z-index: 90;
  bottom: .3rem;
  right: .3rem;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  width: .46rem;
  height: .46rem;
  line-height: .46rem;
  background: #1756be;
  overflow: hidden;
  border-radius: 50%;
  display: none
}

.totop svg {
  width: .22rem;
  height: .22rem;
  display: inline-block;
  fill: #fff;
  vertical-align: middle;
  margin: -3px 0 0;
}

.ser-layer {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  backdrop-filter: blur(5px)
}

.ser-layer.showdiv {
  opacity: 1;
  visibility: visible;
}

.ser-layer .serclose {
  font-size: .3rem;
  position: absolute;
  right: .3rem;
  top: .25rem;
  width: .3rem;
  height: .3rem;
  text-align: center;
  line-height: .3rem;
  cursor: pointer;
  color: #ccc;
}

.ser-layer .serform {
  width: 90%;
  margin: 0 auto;
  margin: 0\0;
  transform: translateY(1.5rem);
  transition: .2s .1s
}

.ser-layer.showdiv .serform {
  transform: translateY(0);
  transition: .5s .3s
}

.ser-layer .serform .input-group {
  max-width: 5.5rem;
  margin: 0 auto
}

.ser-layer .serform .input-group .sub {
  position: absolute;
  right: 0;
  top: 0;
  width: .9rem;
  height: .5rem;
  overflow: hidden;
  background: 0 0;
  cursor: pointer;
  border-radius: 0 5px 5px 0
}

.ser-layer .serform .input-group .sub:before {
  content: '';
  background: #1756be;
  transform: skewX(-12deg);
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  z-index: 0;
  right: -6px;
  transform-origin: left bottom
}

.ser-layer .serform .input-group .sub:after {
  content: '';
  background: url(../images/ser.svg) no-repeat .35rem center;
  background-size: .26rem .26rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  right: 0
}

.ser-layer .serform .input-group .inp {
  height: .5rem;
  border: 0;
  border-right: 0;
  padding-right: .9rem;
  width: 100%;
  padding-left: .15rem;
  background: #fff;
  border-radius: 5px 10px 10px 5px
}

@media (max-width: 640px) {
  .ser-layer .serclose {
    right: 4%;
    top: .2rem
  }
}

.popCode {
  position: relative;
  z-index: 10
}

.popCode span {
  width: 1.1rem;
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  z-index: 5;
  background: #fff;
  transform: translateX(-50%);
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
  padding: 2px;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
  z-index: 10;
  display: flex;
  text-align: center;
  font-size: .14rem;
  color: #444
}

.popCode span:before {
  content: '';
  border: 10px solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}

.popCode span img {
  width: 100%
}

.popCode:hover span {
  opacity: 1;
  visibility: visible;
}

.popCode.sp span {
  width: 2.2rem;
  padding-bottom: 8px
}

.popCode em {
  width: 1.1rem;
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  z-index: 5;
  background: #fff;
  transform: translateX(-50%);
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
  padding: 2px;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
  z-index: 10
}

.popCode em:before {
  content: '';
  border: 10px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
}

.popCode em img {
  width: 100%
}

.popCode:hover em {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 1024px) {

  .popCode span {
    left: 50%;
    transform: translateX(-50%) translateY(0);
    top: calc(100% + 15px)
  }

  .popCode span:before {
    border-right-color: transparent;
    border-bottom-color: #fff;
    top: auto;
    right: 50%;
    transform: translateY(0) translateX(50%);
    bottom: 100%
  }
}

@keyframes beat {

  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }

  25% {
    -webkit-transform: scale(.9, 1.1);
    transform: scale(.9, 1.1)
  }

  50% {
    -webkit-transform: scale(1.1, .9);
    transform: scale(1.1, .9)
  }

  75% {
    -webkit-transform: scale(.95, 1.05);
    transform: scale(.95, 1.05)
  }

  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }

  25% {
    -webkit-transform: scale(.9, 1.1);
    transform: scale(.9, 1.1)
  }

  50% {
    -webkit-transform: scale(1.1, .9);
    transform: scale(1.1, .9)
  }

  75% {
    -webkit-transform: scale(.95, 1.05);
    transform: scale(.95, 1.05)
  }
}

.icoCo {
  position: relative;
  display: block;
}

.icoCo img {
  height: 100%;
  transition: .3s;
}

.icoCo img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}

.on .icoCo img:first-child {
  opacity: 0;
  visibility: hidden;
}

.on .icoCo img:last-child {
  opacity: 1;
  visibility: visible;
}

@media (min-width:1025px) {
  .aniI:hover .aniIco {
    animation: beat 0.5s 1;
  }

  .icoCop:hover .icoCo img:first-child {
    opacity: 0;
    visibility: hidden;
  }

  .icoCop:hover .icoCo img:last-child {
    opacity: 1;
    visibility: visible;
  }
}

/**/
/**/
.header .navbtn {
  width: .36rem;
  transition: .3s;
  z-index: 5;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: none;
}

.menu-btn {
  overflow: hidden;
  width: .36rem;
  height: .36rem;
  background: 0 0;
  opacity: 1;
  position: absolute;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  left: 0
}

.menu-btn .line-1,
.menu-btn .line-2,
.menu-btn .line-3 {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: .36rem;
  height: 2px;
  background: #fff;
  transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
  transition-property: transform, width, margin, background-color;
  margin-top: -1px
}

.menu-btn .line-1 {
  margin-top: -.1rem;
  width: .3rem
}

.menu-btn .line-3 {
  margin-top: .08rem;
  width: .3rem
}

body.navShow .menu-btn .line-1 {
  visibility: hidden
}

body.navShow .menu-btn .line-2 {
  margin-top: -1px !important;
  width: 90%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

body.navShow .menu-btn .line-3 {
  margin-top: -1px !important;
  width: 90%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

/*body.navShow{position: fixed;height: 100%;overflow: hidden;}*/

.topser {
  width: 2.68rem;
  margin-left: .15rem
}

.topser form {
  position: relative;
}

.topser .sub {
  position: absolute;
  right: 0;
  top: 0.02rem;
  width: .5rem;
  height: .4rem;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
  background: url(../images/ser.png) no-repeat center;
  background-size: .25rem .24rem
}

.topser .inp {
  height: .4rem;
  border: 1px solid rgba(255, 255, 255, .1);
  padding-right: .4rem;
  width: 100%;
  padding-left: .15rem;
  background: transparent;
  color: #fff;
  border-radius: .5rem;
  line-height: .38rem
}

@media (max-width: 1024px) {
  .topser {
    display: block !important;
    position: relative;
    right: 0;
    width: 100%;
    top: 0;
    margin-top: .2rem
  }

  .serBtn .showSear {
    display: none
  }

  .topser .sub {
    width: .55rem
  }

  .topser .sub i {
    font-size: .26rem
  }

  .topser .inp {
    padding-right: .5rem
  }

  .topser .sub,
  .topser .inp {
    height: .5rem
  }
}

body.en {
  padding-top: 1.05rem
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: url(../images/topbg.png) no-repeat center;
  background-size: 101% 101%;
  transition: .3s
}

.header .top {
  padding: .12rem 0;
  transition: .3s
}

.header .wp {
  align-items: center;
  transition: .3s;
}

.header .logo {}

.header .logo img {
  height: .465rem;
  transition: .3s;
  width: 6.2rem;
}

.header .topnav {}

.header .navs {
  transition: .3s
}

.header .navs ul {
  align-items: center;
}

.header .navs ul li {
  font-size: .2rem;
  position: relative;
  transition: .3s;
  text-align: center;
  line-height: .6rem;
}

.header .navs ul li i.plus {
  position: absolute;
  right: 0;
  top: .15rem;
  color: #fff;
  display: block;
  width: .3rem;
  height: .3rem;
  text-align: center;
  line-height: .3rem;
  display: none
}

.header .navs ul li i.plus.show {
  transform: rotate(180deg);
}

.header .navs ul li>a {
  color: #fff
}

.header .navs ul li.on>a {}

.header .navs ul li .sub-nav {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  padding-top: 0;
  min-width: 1.5rem;
  transform: scaleY(0);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  transform-origin: top center;
}

.header .navs ul li .sub-nav .sub-nav-h {
  position: relative;
  background: #fff;
  padding: .2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  background: #fff;
  border-radius: 0 0 5px 5px
}

.header .navs ul li .sub-nav .sub-nav-h:after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f9bd00;
}

.header .navs ul li .sub-nav .sub-nav-h a {
  display: block;
  font-size: .17rem;
  padding: .08rem .15rem;
  line-height: 1.4em;
  text-align: center;
}

.header .navs ul li .sub-nav .sub-nav-h a:hover {
  color: #1756be
}

.header .navs ul li .sub-nav .sub-nav-h:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background: #f9bd00;
  bottom: calc(100% + 4px);
  border-radius: 50%
}

.header .navs ul li:hover .sub-nav {
  opacity: 1;
  visibility: inherit;
  transform: scaleY(1)
}

.header .navs {
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.header .navs .wp {}

.header .topnavt {
  align-items: center;
}

.header .topnavt .links a {
  color: rgba(255, 255, 255, 1);
  display: block;
  line-height: .38rem;
  border-radius: .4rem;
  border: 1px solid rgba(255, 255, 255, .1);
  padding: 0 .2rem
}

.header .topnavt .links a:hover {
  color: #fff;
  background: rgba(255, 255, 255, .2);
  transition: .3s
}

.header .topnavt .links a+a {}

.header .topnavt .links a+a:before {
  content: '|';
  margin: 0 .1rem;
  color: rgba(255, 255, 255, .7);
}

/*.scrolling .header{background:rgba(25,85,200,.85);backdrop-filter: blur(5px);border-bottom: 0;}*/
/*.scrolling .header{background:rgba(0,0,0,.7);backdrop-filter: blur(5px);border-bottom: 0;}*/
.header .logo img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}

.header .navs ul::-webkit-scrollbar {
  display: none
}

.header.on {}

.header.on .logo img:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}

.header.on .logo img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}

.header.on .navs {
  background: #004CBC;
  border-bottom: 0
}

.header.on .top {
  background: #fff
}

.header.on .topser .inp {
  background: #e7ecf8;
  color: #0a2980
}

.header.on .topser .sub {
  background: url(../images/seron.png) no-repeat center;
  background-size: .25rem .24rem;
}

.header.on .topnavt .links a {
  background: #e7ecf8;
  color: #0a2980
}

@media (min-width: 1025px) {
  .header .navs ul li:hover {
    background: url(../images/sq.png) no-repeat center;
    background-size: 100% 100%
  }

  .header .navs ul li.on {
    background: url(../images/sq.png) no-repeat center;
    background-size: 100% 100%
  }

  .header .navs ul li {
    width: 14.28%
  }

  .nypage {
    padding-top: 1.32rem;
  }

  .nypage .header .logo img:nth-child(1) {
    opacity: 0;
    visibility: hidden;
  }

  .nypage .header .logo img:nth-child(2) {
    opacity: 1;
    visibility: visible;
  }

  .nypage .header .navs {
    background: #004CBC;
    border-bottom: 0
  }

  .nypage .header .top {
    background: #fff
  }

  .nypage .header .topser .inp {
    background: #e7ecf8;
    color: #0a2980
  }

  .nypage .header .topser .sub {
    background: url(../images/seron.png) no-repeat center;
    background-size: .25rem .24rem;
  }

  .nypage .header .topnavt .links a {
    background: #e7ecf8;
    color: #004CBC
  }

}

@media (max-width: 1024px) {
  .header {

background: #004CBC;

}

  .header .topnav {
    position: fixed;
    top: 1rem;
    right: -100%;
    height: calc(100vh - 1.4rem);
    z-index: 50;
    display: block;
    width: 100vw;
    padding: 0 5%;
    overflow: auto;
    text-align: left;
  }

  .header .topnav ul {
    display: block;
    margin-bottom: .3rem;
    margin-right: 0;
    padding: 0 .2rem
  }

  .header .topnav ul li {
    margin-left: 0;
    padding: .15rem 0
  }

  .header .topnav ul li:after {
    bottom: 0;
    height: 2px
  }

  .header .topnav .btn {
    display: inline-block;
  }

  .header .navbtn {
    display: block;
  }

  .header .logo img {
    height: .4rem;
    width: auto;
  }

  .header .logo a {
    font-size: .2rem
  }

  .scrolling .header .topnav ul li:after {
    bottom: 0
  }

  .header .topnavt {
    justify-content: center;
  }

  .navShow .header .topnav {
    right: 0;
    transition: .5s;
  }

  .navShow .header {
    backdrop-filter: blur(5px);
    bottom: 0;
  }

  /*.navShow #app{position: fixed;width: 100%;height: 100%}*/
  .header .navs .wp {
    border: 0;
    padding: 0
  }

  .header .navs {
    border-top: 0
  }

  .header .navs ul li.on:after {
    display: none
  }

  .header .navs ul {
    position: fixed;
    top: 2.3rem;
    right: -100%;
    height: calc(100vh - 3rem);
    z-index: 50;
    display: block;
    width: 100vw;
    padding: 0 8%;
    overflow: auto;
    text-align: left;
  }

  .navShow .header .navs ul {
    right: 0;
    transition: .5s;
  }

  .header .navs ul {
    display: block;
  }

  .header .navs ul li {
    margin-right: 0;
    padding: .15rem 0;
    text-align: left;
    line-height: 1.4em
  }

  .header .navs ul li:after {
    bottom: 0;
    height: 2px
  }

  .header .navs ul li i.plus {
    display: block;
    font-size: .16rem;
    top: .12rem
  }

  .header .navs ul li .sub-nav {
    position: static;
    transform: none;
    padding-top: .1rem;
    opacity: 1;
    visibility: visible;
    transition: none;
    display: none;
    min-width: inherit;
  }

  .header .navs ul li .sub-nav .sub-nav-h:before,
  .header .navs ul li .sub-nav .sub-nav-h:after {
    display: none
  }

  .header .navs ul li .sub-nav .sub-nav-h {
    text-align: left;
    background: transparent;
    box-shadow: none;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .header .navs ul li .sub-nav .sub-nav-h a {
    background: transparent;
    font-size: .18rem;
    width: 48%;
    color: rgba(255, 255, 255, .8);
    text-align: left
  }

  .header .navs ul li .sub-nav .sub-nav-h a:hover {
    background: transparent;
    color: #fff
  }

  .header .navs ul li>a {
    font-size: .2rem;
    font-weight: normal;
  }

  .header .navs ul li .sub-nav .sub-nav-h {
    padding: .1rem 0 0
  }

  .header .navs ul li:hover .sub-nav {
    transition: none;
    transform: none;
  }

  .header .topnavt .links a {
    font-size: .18rem
  }
}

@media (max-width:640px) {
  .header .top {
    padding: .16rem 0
  }

  .header .topnav .topser {
    margin-left: 0
  }

  .header .logo img {
    height: .3rem;
  }

  .header .logo a {
    font-size: .16rem
  }

  .header .topnav ul li .sub-nav {
    padding-top: 0
  }

  .header .topnav ul li .sub-nav .sub-nav-h a {
    font-size: .18rem
  }

  .header .topnav ul li .sub-nav .sub-nav-h .img {
    display: none
  }

  .header .topnav ul li .sub-nav .sub-nav-h .list {
    margin-right: 0;
    width: 100%
  }

  .header .topnav ul li .sub-nav .sub-nav-h .list span {
    width: 33.33333%;
    text-align: center;
    margin-right: 0
  }

}

@media (max-width: 360px) {
  .header .logo img {
    height: .26rem;
  }


}

:root {
  --color: #1756be;
  --width: calc((100vw - 14.4rem) / 2);
}

/*footer*/
.footer {
  background: url(../images/ftbg.png) no-repeat top center;
  background-size: cover;
  color: #fff;
  position: relative;
  margin-top: -1.15rem;
  position: relative;
  z-index: 5
}

.footer a {
  color: #fff;
  color: #b1c3e6;
  font-size: .14rem;
  text-align: right;
}

.footer p {
  color: #b1c3e6;
  font-size: .14rem;
}

.footer p img {
  width: .16rem;
  margin-right: .05rem;
}

.footer .fta {
  padding-top: 1.95rem;
  padding-bottom: .6rem
}

.footer .fta dl dt {
  font-size: .2rem;
  margin-bottom: .2rem
}

.footer .fta dl dd ul li {
  font-size: .15rem;
  margin-bottom: .12rem
}

.footer .fta dl dd ul li a {
  color: #b1c3e6;
  transition: .3s
}

.footer .fta dl dd ul li a:hover {
  color: #fff
}

.footer .fta .code {
  text-align: center;
  font-size: .15rem;
  color: #b1c3e6;
}

.footer .fta .code img {
  width: 1.01rem;
  margin-bottom: .1rem
}

.footer .ftb .wp {
  padding: .45rem 0 .25rem;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.footer .ftb .logoft img {
  height: .465rem
}

.footer .ftb .infoft {
  color: #b1c3e6;
  font-size: .14rem;
  text-align: right;
}

.footer .ftb .infoft p span {
  display: inline-block;
  padding: .05rem 0
}

.footer .ftb .infoft p span+span {
  margin-left: .2rem
}

.footer .ftb .infoft p img {
  width: .16rem;
  margin-right: .05rem
}

.footer .ftb .infoft a {
  color: #b1c3e6;
  text-decoration: underline;
  transition: .3s
}

.footer .ftb .infoft a:hover {
  color: #fff
}

.rightFix {
  width: .9rem;
  height: 5.19rem;
  background: url(../images/ribg.png) no-repeat top center;
  background-size: 100% 100%;
  position: fixed;
  right: -1rem;
  top: 50%;
  margin-top: -2.5rem;
  z-index: 5;
  border-radius: 1rem;
  padding-top: .95rem;
  transition: .4s
}

.rightFix ul {
  padding: 0 .1rem
}

.rightFix ul li {
  text-align: center;
  padding: .18rem 0
}

.rightFix ul li+li {
  border-top: 1px solid rgba(255, 255, 255, .1)
}

.rightFix ul li img {
  width: .44rem;
  height: .44rem
}

.rightFix ul li p {
  margin-top: .1rem
}

.rightFix ul li a {
  color: #b1c3e6;
  display: block;
}

.rightFix ul li a:hover {
  color: #fff;
  display: block;
}

.rightFix .topTops {
  width: .38rem;
  margin: .1rem auto 0
}

.rightFix .topTops img {
  width: .38rem
}

@media (max-width: 1024px) {
  .footer .ftb .logoft {
    width: 100%;
    text-align: center;
  }

  .footer .ftb .infoft {
    width: 100%;
    text-align: center;
    margin-top: .3rem;
    font-size: .16rem
  }

  .footer .fta dl dd ul li {
    font-size: .16rem
  }
}

@media (max-width: 900px) {
  .footer .fta .code {
    width: 100%;
    margin-top: .3rem
  }

  .footer .fta dl {
    width: 25%;
    text-align: center;
    display: none
  }

  .footer .fta {
    padding-top: 1.2rem;
    padding-bottom: .4rem
  }

  .footer .ftb .wp {
    padding: .35rem 0 .45rem
  }
}

@media (max-width: 640px) {
  .footer .ftb .logoft img {
    height: auto
  }

  .footer .ftb .infoft p span {
    padding: .1rem 0
  }

  .footer .fta .code img {
    width: 1.2rem;
    margin-bottom: .1rem
  }

  .footer {
    margin-top: -1.3rem
  }
}

.body_b.showBody .rightFix {
  right: .2rem
}

@media (max-width: 1200px) {}