html,
body {
  padding: 0;
  margin: 0;
  background: #fff;
}
.logo {
  font-family: "微软雅黑";
  text-align: center;
  margin-top: 60px;
  position: relative;
}
.logo .tips {
  position: absolute;
  top: -15px;
  left: 50%;
  border: solid #ccc 1px;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px 20px 20px 0;
  margin-left: 55px;
  opacity: 0.6;
  cursor: default;
  user-select: none;
}
.logo .tips span:last-child {
  display: none;
}
.logo .tips.wechat span:first-child {
  display: none;
}
.logo .tips.wechat span:last-child {
  display: block;
}
.logo img {
  margin: 0 auto;
  width: 160px;
}
.logo p {
  margin: 4px 0;
  font-size: 16px;
  color: #868686;
}
.logo p.title {
  font-size: 24px;
  letter-spacing: 3px;
  margin-bottom: 8px;
  color: #3e3e3e;
  text-indent: 100px;
}
.logo span {
  font-size: 12px;
  margin-left: 6px;
  color: #868686;
}
.imgWrap {
  margin-top: -20px;
  height: 460px;
  background: #2E2E2E;
  position: relative;
  z-index: 4;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow-y: hidden;
  overflow-x: auto;
  padding-top: 20px;
  display: flex;
}
.imgWrap img {
  height: 400px;
  width: auto;
  margin: 20px 10px;
}
.imgWrap img:hover {
  transform: scale(1.02);
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
}
.imgWrap span {
  width: 0px;
  height: 100%;
  display: block;
}
.imgWrap .screen {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 4;
}
.imgWrap .screen .dan {
  position: absolute;
  left: 100%;
  background: rgba(255, 255, 255, 0.7);
  word-break: keep-all;
  padding: 0 14px;
  font-size: 14px;
  border-radius: 50px;
  height: 24px;
  line-height: 24px;
  color: #000;
  letter-spacing: 2px;
  border: solid #ccc 1px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
  cursor: default;
}
.imgWrap .screen .dan:hover {
  animation-play-state: paused;
  transform: scale(1.2);
  background: #ffffff;
}
.imgWrap .screen .one {
  top: 80px;
  animation: danmu 10s linear 0s infinite;
}
.imgWrap .screen .two {
  top: 140px;
  animation: danmu 7s linear 2s infinite;
}
.imgWrap .screen .three {
  top: 180px;
  animation: danmu 9s linear 1s infinite;
}
.imgWrap .screen .four {
  top: 240px;
  animation: danmu 11s linear 4s infinite;
}
.imgWrap .screen .five {
  top: 300px;
  animation: danmu 12s linear 3s infinite;
}
.imgWrap .screen .six {
  top: 340px;
  animation: danmu 8s linear 0.5s infinite;
}
@keyframes danmu {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-120vw);
  }
}
.copyright {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  margin-bottom: 20px;
}
.copyright a {
  text-decoration: none;
  color: red;
  border-bottom: solid #ccc 1px;
  padding-bottom: 1px;
}
.copyright a:hover {
  transform: scale(1.1);
  border-bottom: solid red 1px;
  opacity: 0.6;
}
.count {
  width: 400px;
  max-width: 90%;
  height: 40px;
  background: #fff;
  border: solid #fff 1px;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
  margin: 50px auto 0 auto;
  position: relative;
  z-index: 5;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1), -4px -4px 6px rgba(0, 0, 0, 0.1);
  color: #868686;
  font-size: 14px;
}
.count span {
  font-size: 22px;
  margin: 0 2px;
  color: #ff0000;
  letter-spacing: 1px;
  font-family: "Arial";
}
::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}
::-webkit-scrollbar-track-piece {
  background-color: #f4f4f4;
  margin: 0px;
}
::-webkit-scrollbar-thumb {
  background: #cfcfcf;
  min-height: 150px;
  min-width: 150px;
}
::-webkit-scrollbar-thumb:vertical:hover {
  background: #7e7e7e;
}
::-webkit-scrollbar-thumb:horizontal:hover {
  background: #7e7e7e;
}
@media screen and (max-width: 500px) {
  .logo .title span,
  .copyright,
  .screen {
    display: none;
  }
  .logo p.title {
    text-indent: 0;
  }
  .logo .tips {
    margin-left: 0;
    top: -30px;
  }
  .imgWrap {
    justify-content: flex-start;
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .imgWrap img:hover {
    transform: scale(1.08);
  }
  .imgWrap img:last-of-type {
    margin-right: 20px;
  }
  .imgWrap img:first-of-type {
    margin-left: 20px;
  }
  .logo img {
    width: 200px;
  }
  .logo p.title {
    font-size: 20px;
  }
}
/*# sourceMappingURL=style.css.map */
