* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
}

.wrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  max-width: 750px;
  margin: 0 auto;
}
.btn {
  outline: none;
  border: none;
  background-size: 100% 100%;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.search-bar {
  width: 70vw;
  height: 8vw;
  /*background: aqua;*/
  display: flex;
  border: 1px solid #FFE5CC;
  border-radius: 4vw;
}
.search-bar .search-input {
  box-sizing: border-box;
  flex: 1 0;
  outline: none;
  border: none;
  height: 100%;
  color: #FFE5CC;
  background-color: transparent;
  padding-left: 4vw;
}

.search-bar input.search-input::-webkit-input-placeholder {
  color: #FFE5CC;
}
.search-bar input.search-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFE5CC;
}
.search-bar input.search-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FFE5CC;
}
.search-bar input.search-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFE5CC;
}

.search-bar .search-btn {
  flex: 0 0 auto;
  width: 10vw;
  height: 8vw;
  background-image: url("./imgs/search.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5vw 5vw;
  border-bottom-right-radius: 4vw;
  border-top-right-radius: 4vw;
  border: none;
  outline: none;
  background-color: rgba(254, 244, 181, 0);
}
.cover-search-bar {
  position: absolute;
  left: 15vw;
  top: 110vw;
}

.cover {
  width: 100%;
  height: 100vh;
  background: url("./imgs/bg.jpg") top center no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.cover-badge {
  position: absolute;
  width: 20vw;
  top: 26vw;
  left: 10vw;
}
.cover-title {
  position: absolute;
  width: 80vw;
  left: 11vw;
  top: 33vw;
}

.btn.btn-rd {
  position: absolute;
  background-image: url("./imgs/btn-rd.png");
  width: 43.06vw;
  height: 9.6vw;
  left: 28.47vw;
  top: 78vw;
}

.btn.btn-zx {
  position: absolute;
  background-image: url("./imgs/btn-zx.png?v=5");
  width: 43.06vw;
  height: 9.6vw;
  left: 28.47vw;
  top: 93vw;
}

.cover-logo {
  position: absolute;
  width: 30vw;
  left: 35vw;
  bottom: 5vw;
}

.list-bg {
  width: 100%;
  height: 100vh;
  background: url("./imgs/bg.jpg") top center no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.list-bg .list-badge {
  position: absolute;
  width: 20vw;
  left: 10vw;
  top: 3vw;
}
.list-bg .list-title {
  position: absolute;
  width: 80vw;
  left: 11vw;
  top: 9vw;
}

.list-bg .list-search-bar {
  position: absolute;
  left: 15vw;
  top: 67vw;
}
.list-bg .list-wrapper {
  padding: 0 2.5vw;
  width: 86vw;
  height: 52%;
  position: absolute;
  bottom: 0;
  left: 7.3vw;
  overflow: auto;
}
.list-bg .list-wrapper .list-content-header {
  width: 100%;
  padding-bottom: 8.21%;
  background: #7d0a05 url("./imgs/paper-border.png") center top no-repeat;
  background-size: 100% 100%;
}

.list-type {
  font-size: 15px;
  color: #fee0b5;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 55.7%;
  width: 100%;
}

.list-bg .list-wrapper .list-content-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8vw;
  background: #a62404;
  border-top: 4px solid #f5df99;
  box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.3);
}

.list-bg .list-wrapper .list-content {
  width: 100%;
  min-height: 60vh;
  background: #f9f9f9;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 10vw;
}
.list-content .list-content-empty {
  flex: 0 0 100%;
  text-align: center;
  font-size: 16px;
  color: #7d0a05;
  padding: 10px 0;
}

.list-content .list-clear-search {
  flex: 0 0 100%;
  text-align: center;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.list-content .item {
  flex: 0 0 auto;
  width: 33.33%;
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.list-content .item .avatar {
  width: 60%;
  position: relative;
}
.list-content .item .avatar:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 133.33%;
  /*border-radius: 50%;*/
}
.list-content .item .avatar img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: contain;
  /*border-radius: 50%;*/
}

.list-content .item .name {
  text-align: center;
  font-size: 14px;
  color: #7d0a05;
}

.img100 {
  width: 100%;
}

.detail-banner-wrap {
  line-height: 0;
}
.detail-banner {
  width: 100%;
}
/* .detail-paper {
  padding-bottom: 17.47%;
  background: url("./imgs/detail-papaer.jpg") center center no-repeat;
  background-size: 100% 100%;
} */

.detail-title {
  position: absolute;
  top: 10vh;
  left: 3vw;
  width: 94vw;
  /* background: url(imgs/detail-papaer.jpg) no-repeat center top;
    background-size: 100% 38.3vw; 
    padding: 15.73vw 20px 2vh;*/
}
.detail-title .detail-title-line {
  display: flex;
  justify-content: space-between;
}
.detail-name {
  font-size: 18px;
  color: #960c00;
  font-weight: bold;
}
.detail-back {
  padding: 0 10px;
  border-radius: 10px;
  background-color: #960c00;
  color: #f5df99;
  border: none;
  font-size: 12px;
}

.detail-title-line.line-1 {
  /*margin-top: 10px;*/
  padding-bottom: 10px;
}
.detail-title-line.line-2 {
  padding-bottom: 20px;
  border-bottom: 2px solid #960c00;
  color: #960c00;
}

.detail-subtitle {
  background: url(imgs/bar.png) no-repeat left top;
  background-size: 36.53vw 6.13vw;
  border-bottom: 2px solid #960c00;
  padding: 0 0 2.6vw 2.5vw;
  color: #fff;
  font-size: 4vw;
  margin: 0px 20px 0 20px;
  margin-bottom: 2.6vw;
  font-weight: bold;
  line-height: 6.13vw;
}

.detail-img-list {
  width: 100%;
  margin-top: 4vh;
  position: relative;
}
.detail-img-list:before {
  width: 100%;
  display: block;
  content: "";
  padding-bottom: 56.25%;
}
.detail-img-list .detail-img-list-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background-color: #DA0D13; */
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  display: flex;
  justify-content: center;
}
.swiper-slide img {
  /*width: 100%;*/
  height: 100%;
}
.swiper-slide a img {
  /*width: 100%;*/
  height: 100%;
}
.swiper-pagination-bullet-active {
  background: #a62404;
}

.detail-list-wrap {
  padding: 0 20px;
}

.detail-list-item {
  padding: 10px;
}

.detail-list-empty {
  text-align: center;
  color: #a62404;
  /* padding: 20px 0; */
}
.detail-list-more {
  text-align: right;
  color: #a62404;
  padding: 20px 0;
  font-size: 14px;
}
.detail-list-item:nth-of-type(2n + 1) {
  background-color: #fbeedd;
}
.detail-list-item .detail-item-title {
  font-size: 14px;
  text-align: justify;
}
.detail-list-item .detail-item-time {
  font-size: 12px;
  color: #bababa;
  text-align: right;
}

.detail-pagination {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.detail-pagination-btn {
  border: none;
  background: none;
}
.detail-pagination-btn.btn-prev {
  /*c;*/
  margin-right: 10px;
}
.detail-pagination-btn.btn-next {
  margin-left: 10px;
}

.detail-year-select {
  padding: 0 20px 10px;
}
.detail-year-select .detail-year-btn {
  color: #980d00;
  background: #f1cc98;
  margin-right: 10px;
  border: none;
  padding: 3px 8px;
  border-radius: 5px;
  outline: none;
}
.detail-year-select .detail-year-btn.selected {
  color: #f1cc98;
  background: #980d00;
}

.poster-create-btn {
  position: fixed;
  z-index: 50;
  width: 39.73vw;
  height: 7.6vw;
  right: -13vw;
  bottom: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*border-radius: 50%;
    font-size: 14px;
    color: #F1CC98;
    box-shadow: 0 0 12px 3px #F1CC98;*/
  border: none;
  outline: none;
}

.poster-content {
  position: fixed;
  left: -3000px;
  top: -3000px;
  width: 100vw;
  height: 236vw;
  /*position: relative;*/
}
.poster-content .poster-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.poster-content .poster-avatar {
  position: absolute;
  width: 160px;
  top: 268px;
  left: 80px;
  z-index: 111;
  border: 2px solid #f1cc98;
}
.poster-content .poster-word {
  position: absolute;
  z-index: 111;
  left: 260px;
  top: 294px;
  font-size: 40px;
  color: #f1cc98;
}
.poster-content .poster-name {
  position: absolute;
  left: 260px;
  z-index: 111;
  font-size: 48px;
  color: #f1cc98;
  top: 346px;
}
.poster-content .poster-qrcode {
  /*position: absolute;
    width: 136px;
    height: 136px;
    top: 1030px;
    left: 308px;
    z-index: 111;
    background-color: #A62404;*/
  width: 18vw;
  height: 18vw;
  margin: 4vw 41vw 0;
}
.poster-content .poster-qrcode img {
  width: 100%;
  height: 100%;
}

.modal {
  position: fixed;
  z-index: 55;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.9) url("./imgs/loading.gif") center center
    no-repeat;
  background-size: 24px 24px;
  color: #f1cc98;
}
.modal-inner img {
  width: 70%;
  position: relative;
}
.modal-inner svg {
  margin-top: 1vh;
}

#video {
  width: 100vw;
  height: 100vh;
  object-fit: fill;
}
#video::-webkit-media-controls {
  display: none !important;
}
#video::-webkit-media-controls-enclosure {
  display: none !important;
}
@keyframes arrow {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
.hide {
  display: none;
}

.years {
  display: flex;
  align-items: center;
  width: 90vw;
  margin-left: 5vw;
  margin-bottom:20px;
}
.years div {
  width: 18vw;
  height: 6vw;
  border-radius: 6px;
  background-color: #f5df99;
  color: #960c00;
  border: none;
  line-height: 6vw;
  font-size: 16px;
  margin-right: 2vw;
  text-align: center;
}
.years div.active {
  background-color: #960c00;
  color: #f5df99;
}
