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,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body,
html,
.swiper-container {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #ffffff;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-size: 0.36rem;
  color: #333333;
}

.hide {
  display: none;
}

.main-pc-fixed {
  max-width: 10rem;
  margin: 0 auto;
}

img {
  display: block;
}

/* Ã¦â€”â€¹Ã¨Â½Â¬ */
.action-rotate-n {
  animation: rotateN 2s infinite linear;
  -moz-animation: rotateN 2s infinite linear;
  -webkit-animation: rotateN 2s infinite linear;
}

@keyframes rotateN {
  0% {
    transform: rotateZ(0deg);
  }

  50% {
    transform: rotateZ(180deg);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

/* Ã¥Â¿Æ’Ã¨Â·Â³ */
.heartDancing {
  -webkit-animation: heartDancing 1.2s ease infinite;
  animation: heartDancing 1.2s ease infinite;
}

@-webkit-keyframes heartDancing {

  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes heartDancing {

  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/* Ã¤Â¸Å Ã¥Ë†â€™ */
.arrow {
  background-position: 0 -82px;
  -webkit-animation: start 1.5s infinite ease-in-out;
  -moz-animation: start 1.5s infinite ease-in-out;
  animation: start 1.5s infinite ease-in-out;
}

@-webkit-keyframes start {

  0%,
  30% {
    opacity: 0;
    -webkit-transform: translate(0, 8px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(0, -8px);
  }
}

@-moz-keyframes start {

  0%,
  30% {
    opacity: 0;
    -moz-transform: translate(0, 8px);
  }

  60% {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }

  100% {
    opacity: 0;
    -moz-transform: translate(0, -8px);
  }
}

@keyframes start {

  0%,
  30% {
    opacity: 0;
    transform: translate(0, 8px);
  }

  60% {
    opacity: 1;
    transform: translate(0, 0);
  }

  100% {
    opacity: 0;
    transform: translate(0, -8px);
  }
}

body.popup-open {
  position: fixed;
  width: 100%;
  height: 100%;
}

.music {
  position: absolute;
  z-index: 200;
  top: .4rem;
  right: .4rem;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url(../images/music.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#logo {
  position: absolute;
  top: 1rem;
  width: 4rem;
  left: calc(5rem - 4rem / 2);
}

#title {
  position: absolute;
  top: 4.4rem;
  width: 8.4935rem;
  left: calc(5rem - 8.4935rem / 2);
}

.arrow-down {
  position: absolute;
  bottom: 0.5rem;
  width: .66rem;
  z-index: 99;
  left: calc(5rem - 0.66rem / 2);
}

.arrow-down img {
  width: 100%;
  height: 100%
}

.djkq {
  position: absolute;
  bottom: 2rem;
  width: 4.68rem;
  left: calc(5rem - 4.68rem / 2);
}

.text {
  position: absolute;
  top: 25%;
  width: 7.5rem;
  left: calc(5rem - 7.5rem / 2);
  color: #1c7bda;
  font-size: .32rem;
  text-indent: 2em;
  font-weight: bold;
  line-height: 0.65rem;
  font-size: 0.4rem;
  text-align: justify;
}

.mainBox {
  position: relative;
}

.conbg {
  position: absolute;
  top: 1.8rem;
  width: 9.3067rem;
  left: calc(5rem - 9.3067rem / 2);
}

.cover {
  position: absolute;
  top: 1.7rem;
  width: 9.1867rem;
  left: calc(5rem - 9.1867rem / 2);
}

.btn.details {
  position: absolute;
  top: 12.8rem;
  width: 4.68rem;
  left: calc(5rem - 4.68rem / 2);
}

.texta {
  position: absolute;
  top: 8.4rem;
  width: 8rem;
  left: calc(5rem - 8rem / 2);
  color: #1c7bda;
  font-size: .32rem;
  text-indent: 2em;
  font-weight: bold;
  line-height: 0.55rem;
  font-size: 0.38rem;
  text-align: justify;
}

#conBg {
  position: absolute;
  width: 9.12rem;
  height: 45%;
  bottom: 1.3rem;
  left: calc(5rem - 9.12rem / 2);
}



.bgMiddle .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1000;
  top: 0;
  left: 0;
}

.bgMiddle .mask .pop {
  position: absolute;
  width: 90%;
  height: 90%;
  left: 6%;
  top: 7%;
  background: url("../images/al_bg.png") no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 1rem 0.4rem 1rem 0.3rem;
  /*滚动条*/
  /*滚动条背景*/
}

.bgMiddle .mask .pop .article {
  width: 100%;
  height: 90%;
  overflow-y: auto;
  padding-right: 0.24rem;
  box-sizing: border-box;
}

.bgMiddle .mask .pop .article .tip {
  background: linear-gradient(#7aadff, #0068ce);
  padding: 0 0.3rem;
  /* font-size: 0.3rem; */
  line-height: 0.6rem;
  color: #ffffff;
  border-radius: .25rem;
  display: inline-block;
  margin: 0.25rem 0;
}

.bgMiddle .mask .pop .article h5 {
  font-weight: bold;
  color: #056fd2;
  font-size: 0.4rem;
  line-height: 0.6rem;
  text-align: center;
}

.bgMiddle .mask .pop .article p {
  line-height: 0.6rem;
  color: #086cd1;
  text-indent: 2em;
  text-align: justify;
  font-size: 0.38rem;
}

.bgMiddle .mask .pop .article::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
}

.bgMiddle .mask .pop .article::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #349dff;
}

.bgMiddle .mask .pop .article::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #efefef;
}

.bgMiddle .mask .pop .close {
  position: absolute;
  right: 0;
  top: -0.4rem;
  width: 1.16rem;
}

.bgMiddle .mask .pop .close img {
  width: 100%;
}

.backBtn {
  position: absolute;
  top: 62%;
  left: 0.5rem;
  width: 4.68rem;
}

.shareBtn {
  position: absolute;
  top: 62%;
  right: .5rem;
  width: 4.68rem;
}

.fixed-share-mask {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

.fixed-share-mask img {
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: .4;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}