@charset "utf-8";
/* CSS Document */

html,
body,
div,
span,
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,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  /*字体抗锯齿*/
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  touch-action: none;
}

body {
  line-height: 1.14;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: normal;
}

img {
  border: 0;
  border: none;
}

a {
  text-decoration: none;
}

input,
textarea {
  outline: none;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: inherit;
  -webkit-border-radius: 0;
  border-radius: 0;
}

input::-webkit-input-placeholder {
  color: #999;
}

input:focus::-webkit-input-placeholder {
  color: #999;
}

select {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: inherit;
  -webkit-border-radius: 0;
  border-radius: 0;
}

input:active,
input:hover,
input:focus,
textarea:active,
textarea:hover,
textarea:focus,
select:active,
select:hover,
select:focus {
  outline: none;
}

a,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.loading {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 1rem;
  color: #000;
  z-index: 1000;
}

.loading p {
  margin-top: 0.1rem;
  font-size: 0.18rem;
}

.loadimg {
  width: 0.5rem;
}

.progress-bar {
  overflow: hidden;
  position: relative;
  width: 240px;
  height: 20px;
  background: #ddd;
  border-radius: 10px;
}

.progress-bar .progress {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #aaa;
  background-image: linear-gradient(-45deg, transparent 0px, transparent 8px, #cacaca 0.9px, #cacaca 21px, transparent 21px, transparent 29px, #cacaca 31px);
  background-size: 30px 30px;
  border-radius: 10px;
}

/* .progress-bar .progress::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(to bottom, #828282, rgba(171, 226, 77, 0.6) 15%, transparent 60%, #828282);
} */

.hiden {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.swiper-container,
.swiper-wrapper {
  height: 100%;
}

.swiper-container .swiper-wrapper {
  transition: 2ms;
}

.swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #fff;
}

.slide-inner-section {
  overflow: hidden;
  position: relative;
  width: 3.75rem;
  height: 100%;
  transform: translate3d(0, 0, 0);
}

/* 视频 */
.slide-video .slide-inner-section .main-img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slide-video .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: btnLignt 1s ease-in-out infinite;
}

@keyframes btnLignt {
  0% {
    fill: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.15);
  }

  50% {
    background: rgba(255, 255, 255, 0.08);
    fill: rgba(255, 255, 255, 0.7);
  }

  100% {
    background: rgba(255, 255, 255, 0.15);
    fill: rgba(255, 255, 255, 0.9);
  }
}

.btn-play path {
  fill: #fff;
}

.video-box {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  z-index: 1000;
}

.video-box video {
  display: none;
  width: 100%;
  height: 2.11rem;
}

.video-box .main-container {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 100;
}

.btn-video-box-close {
  position: absolute;
  top: -0.5rem;
  right: 0.1rem;
  width: 0.4rem;
}

.btn-video-box-close circle,
.btn-video-box-close path {
  fill: #fff;
}

/* 制作出品 */
.our-team {
  background: #eee !important;
}

.our-team .team-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
  margin-left: 0.375rem;
  border-bottom: 1px solid #5d5d5d;
}

.our-team .team-logo img {
  position: relative;
  display: block;
  width: 2.26rem;
}

.our-team .team-list {
  width: 3rem;
  margin-left: 0.375rem;
  margin-top: -0.1rem;
  padding: 0.25rem 0;
  color: #000;
}

.our-team .team-list ul::-webkit-scrollbar {
  display: none;
}

.our-team .team-list ul {
  height: 100%;
  overflow: auto;
}

.our-team .team-list li {
  font-size: 0.15rem;
  text-align: center;
  line-height: 0.37rem;
  word-break: break-all;
}

.our-team .team-list li :first-child {
  margin-top: -0.1rem;
}

.our-team .team-list ul>.mt {
  margin-top: 0.15rem;
}

.our-team .team-list ul>.fontw {
  margin-top: 0.15rem;
  font-weight: bold;
}

.music-box {
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  width: 0.4rem;
  height: 0.4rem;
  z-index: 10;
}

.music-box svg {
  width: 100%;
}

.music-box svg path {
  fill: #fff;
}

#music {
  animation: music 2s linear infinite;
}

@keyframes music {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}