/* 图标 */
@import url('https://fonts.googleapis.com/css2?family=Montez&family=Sofia&display=swap');

@font-face {
  font-family: 'iconfont';
  /* project id 669713 */
  src: url('//at.alicdn.com/t/font_669713_r7pgq0vmjqc.eot');
  src: url('//at.alicdn.com/t/font_669713_r7pgq0vmjqc.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_669713_r7pgq0vmjqc.woff2') format('woff2'), url('//at.alicdn.com/t/font_669713_r7pgq0vmjqc.woff') format('woff'), url('//at.alicdn.com/t/font_669713_r7pgq0vmjqc.ttf') format('truetype'), url('//at.alicdn.com/t/font_669713_r7pgq0vmjqc.svg#iconfont') format('svg');
}

/*载入字体*/

@font-face {
  font-family: 'JournalRegular';
  src: url('../font/CHERI___.TTF');
  font-weight: normal;
  font-style: normal;
}

.self-design {
  font-family: "JournalRegular" !important;
  font-size: 16px;
  font-style: normal;
  z-index: 10001;
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

body {
  position: relative;
  background: #ffc0cb;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  touch-action: none;
}

p,
div,
li,
ul {
  margin: 0;
  padding: 0;
}

/* 音频模块 */

.music {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  /* background-image: url("../img/music.svg"); */
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  /* touch-action: none; */
  cursor: pointer;
  z-index: 10000;
}

.music>.iconfont {
  font-size: 19px;
  color: #fff;
  cursor: pointer;
  animation: rotating 1.2s linear infinite;
  animation-play-state: paused;
}

.music>.iconfont.rotate {
  animation-play-state: running;
}

@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(1turn);
  }
}

.hide {
  display: none;
}

.video {
  width: 100%;
  height: 100%;
}

/* 图片{模块 */

.banner {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 90vw;
  max-height: 40vh;
  min-height: 200px;
  max-width: 600px;
  /* width: 75%; */
  margin: 5vh;
  border: 5px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.ovh {
  overflow: hidden;
}

.banner .img-intro {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  font-family: 'Sofia', cursive;
  letter-spacing: 0.1em;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.banner img {
  width: 100%;
}

/* 日期模块 */

.date {
  position: relative;
  text-align: center;
}

.date-icon::after {
  content: attr(data-text);
  position: absolute;
  color: white;
  font-size: 14px;
  top: 45px;
  left: -150%;
}

.intro {
  font-size: 20px;
  margin-bottom: 20px;
  color: #3E4149;
  position: relative;
  left: -10px;
}

.date>span {
  font-size: 30px;
  position: relative;
  color: #3E4149;
}

.date-text {
  color: white;
  font-size: 14px;
  word-spacing: 20px;
  margin: 0;
  font-weight: lighter;
  position: relative;
  left: 14px;
}

.svg {
  /* margin-top: 50px; */
  max-width: 350px;
  max-height: 200px;
}

.our-name {
  position: relative;
  font-size: 25px;
  margin-top: 20px;
  color: #1c1c1d;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.our-name>span {
  color: red;
  font-size: 20px;
}