@font-face {
  font-family: "DFP";
  src: url("../font/DFPWeiBeiW7-GB.ttf");
}
@font-face {
  font-family: "HKST";
  src: url("../font/华康宋体.TTC");
}
@font-face {
  font-family: 'SKJW';
  src: url(../font/FZBangSKJW.TTF);
}

.loading {
  width: 100%;
  height: 100vh;
  background: url(../images/background.jpeg) no-repeat left 0 center / cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.loading .loading_logo {
  background: url(../images/background2.png) no-repeat;
  background-size: 100% auto;
  text-align: center;
  width: 7.5rem;
  height: 6.03rem;
  margin-top: 1.06rem;
}
.loading .loading_logo img {
  width: 3.74rem;
  margin-top: 0.2rem;
  margin-left: 0.4rem;
}
.loading .loading_fly {
  width: 1.84rem;
  position: absolute;
  bottom: 3.04rem;
  right: 0.85rem;
  font-size: 0;
}
.loading .loading_btn {
  font-size: 0;
  width: 4.23rem;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.loading .loading_btn img {
  animation: btn_scale linear 2s infinite alternate;
}
.title_tips {
  text-align: center;
  font-family: 'SKJW';
  font-size: 0.34rem;
  color: #107271;
  line-height: 1.3;
  margin: 0 0.6rem;
  margin-top: 1rem;
}
.title_tips P {
  font-family: 'SKJW';
  margin-top: 0.1rem;
  color: #107271;
}
.title_tips P i {
  padding-left: 0.3rem;
}
.time_block {
  position: relative;
  top: 0;
}
.time_block .background {
  height: 100vh;
  width: 100%;
  background: url(../images/block_bg.jpeg) no-repeat center top 1.2rem / cover;
  position: fixed;
  z-index: 2;
}
.time_block .content {
  position: relative;
  z-index: 3;
  padding-top: 1.8rem;
}
.time_block .content .headimg {
  position: fixed;
  top: -0.3rem;
  width: 100%;
  z-index: 5;
}
.time_block .content .headimg img {
  width: 100%;
}
.time_block .content .page_icon_music {
  position: fixed;
  z-index: 6;
  width: 0.6rem;
  height: 0.6rem;
  top: 0.36rem;
  right: 0.36rem;
}
.time_block .content .page_icon_music img {
  width: 100%;
}
.time_block .content .page_icon_music.tern {
  animation: spin 3s linear infinite;
}
.time_block .content .top_img {
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  padding: 5% 0;
  text-align: center;
}
.time_block .content .top_img img {
  width: 6rem;
}
.time_block .content .fly {
  width: 100%;
  height: 1.55rem;
  font-size: 0;
  position: absolute;
  margin-top: -0.3rem;
}
.time_block .content .fly img {
  width: 1.43rem;
  height: 1.55rem;
  position: absolute;
  right: -1.4rem;
}
.time_block .content .fly.flyOn img {
  right: 1.4rem;
  transition: all 0.8s;
}
.time_block .content .title_tips {
  text-indent: 2em;
  text-align: justify;
  position: absolute;
  margin-top: 1rem;
  color: #107271;
  font-size: 0.3rem;
  font-family: 'DFP';
}
.time_block .content .hill {
  margin: 0.4rem 0;
  margin-top: 3rem;
}
.time_block .content .catalogue_list {
  width: 100%;
  margin-top: 5%;
  height: auto;
  margin-bottom: 0;
  position: relative;
  padding-top: 1.36rem;
}
.time_block .content .catalogue_list .catalogue_list_content {
  margin-bottom: 5%;
}
.time_block .content .catalogue_list .catalogue_list_content .list {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.time_block .content .catalogue_list .catalogue_list_content .list:not(:last-child) {
  margin-bottom: 6%;
}
.time_block .content .catalogue_list .catalogue_list_content .list:first-child i {
  position: absolute;
  top: 0 !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
.time_block .content .catalogue_list .catalogue_list_content .list a {
  display: block;
}
.time_block .content .catalogue_list .catalogue_list_content .list i {
  position: absolute;
  top: 0.04rem;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 0.27rem;
  height: 0.27rem;
  border: 1px solid #b99746;
  border-radius: 50%;
  background: #dadecd;
  z-index: 4;
}
.time_block .content .catalogue_list .catalogue_list_content .list i::before {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  background: #b99746;
  border-radius: 50%;
  transform: translate(50%, 50%);
}
.time_block .content .catalogue_list .catalogue_list_content .list .block {
  width: calc(50% - 3.467%);
  font-family: 'DFP';
  position: relative;
}
.time_block .content .catalogue_list .catalogue_list_content .list .block p {
  font-size: 6.667%;
  color: #006869;
  margin: 0 0 3.333%;
}
.time_block .content .catalogue_list .catalogue_list_content .list .block .date {
  position: absolute;
  font-size: 3.467%;
  color: #503d19;
  top: 0;
  padding-top: 2.667%;
  width: 44%;
}
.time_block .content .catalogue_list .catalogue_list_content .list .block.left {
  float: left;
  text-align: left;
  padding-left: 8%;
  box-sizing: border-box;
}
.time_block .content .catalogue_list .catalogue_list_content .list .block.left .date {
  left: 0;
  text-align: left;
}
.time_block .content .catalogue_list .catalogue_list_content .list .block.left span {
  line-height: .28rem;
  font-family: "DFP";
}
.time_block .content .catalogue_list .catalogue_list_content .list .block.left span.list_time {
  font-size: 0.26rem;
  font-weight: bold;
  color: #006768;
  padding-bottom: .12rem;
  display: block;
  line-height: .3rem;
}
.time_block .content .catalogue_list .catalogue_list_content .list .block.left span.list_describe {
  font-size: 0.24rem;
  color: #503d19;
}
.time_block .content .catalogue_list .catalogue_list_content .list .block.right {
  float: right;
  text-align: left;
  padding-right: 3%;
  box-sizing: border-box;
}
.time_block .content .catalogue_list .catalogue_list_content .list .block.right .date {
  right: 0;
  text-align: right;
}
.time_block .content .catalogue_list .catalogue_list_content .list .block.right span {
  font-size: 0.24rem;
  color: #006768;
  line-height: 1.2;
  font-family: "DFP";
}
.time_block .content .catalogue_list .line {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 0.5px);
  background: #418b87;
}
.time_block .content .catalogue_list .line span {
  width: 0.2rem;
  height: 0.2rem;
  background: #006768;
  border-radius: 0.1rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.time_block .last_page {
  width: 100%;
  height: 100vh;
  background: url(../images/last_page.png) no-repeat left 0 center / cover;
  position: relative;
  z-index: 2;
}
.time_block .last_page .loading_btns {
  font-size: 0;
  width: 5.23rem;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.dialog {
  position: fixed;
  width: 7.2rem;
  height: 35%;
  background: url(../images/block_bg.jpeg) no-repeat center / cover;
  background-size: cover;
  border: 1px solid #418b87;
  border-radius: 10px;
  padding-bottom: 4%;
  height: 5.32rem;
  margin: 0 0.15rem;
  bottom: 0.16rem;
  transform: scale(0);
  transition: all 0s;
  z-index: 30;
}
.dialog.active {
  transform: scale(1);
  display: block;
  transition: all 0.5s;
}
.dialog .dialog_content {
  height: 100%;
  padding-bottom: 2.667%;
  overflow-y: auto;
}
.dialog .dialog_content .dialog_title {
  background-color: #006768;
  color: #dadecd;
  font-size: 0.26rem;
  display: inline-block;
  line-height: 0.4rem;
  padding: 0% 4.267%;
  border-top-right-radius: 0.667%;
  border-bottom-right-radius: 0.667%;
  margin: 3.467% 0% 2.933% 0%;
}
.dialog .dialog_content .dialog_padding {
  padding: 0% 12px;
}
.dialog .dialog_content .dialog_padding .first_img {
  display: block;
  width: 68.267%;
  margin: 0% auto;
  border: 1px solid #006768;
}
.dialog .dialog_content .dialog_padding .dialog_paragraph .dialog_paragraph_title {
  font-size: 2.4%;
  line-height: 1.5;
  color: #006768;
}
.dialog .dialog_content .dialog_padding .dialog_paragraph .dialog_paragraph_content {
  color: #503d19;
  font-size: 2.4%;
  line-height: 1.5;
}
.dialog .dialog_content .dialog_padding .dialog_paragraph .dialog_paragraph_content i {
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.dialog .dialog_content .dialog_padding .dialog_paragraph .dialog_paragraph_content i img {
  max-width: 100%;
  height: auto;
}
.dialog .dialog_content .dialog_padding .dialog_paragraph .dialog_paragraph_content p {
  text-align: left;
  text-align: justify;
  font-size: 0.24rem;
  line-height: 1.5;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  font-family: "HKST";
}
.dialog .dialog_content .dialog_padding .dialog_paragraph .dialog_paragraph_img {
  display: flex;
  justify-content: space-between;
  padding: 1.333% 0%;
}
.dialog .dialog_content .dialog_padding .dialog_paragraph .dialog_paragraph_img img {
  border: 1px solid #006768;
  width: 45.8%;
}
.dialog .dialog_praise {
  width: 0.5rem;
  position: fixed;
  right: 1.333%;
  bottom: 1.24rem;
  text-align: center;
}
.dialog .dialog_praise a {
  display: block;
}
.dialog .dialog_praise a img {
  width: 0.5rem;
  display: block;
  margin: 0% auto;
}
.dialog .dialog_praise a img:first-child {
  display: none;
}
.dialog .dialog_praise .loveActive img:first-child {
  display: block;
}
.dialog .dialog_praise .loveActive img:last-child {
  display: none;
}
.dialog .dialog_praise span {
  font-size: 0.28rem;
  color: #fff;
  font-family: Arial;
  margin-top: 2px;
}
.dialog .dialog_bottom {
  width: 18%;
  position: absolute;
  bottom: 1.333%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  animation: slide 3s;
  animation-iteration-count: infinite;
  /* Safari and Chrome */
  -webkit-animation: slide 3s;
  -webkit-animation-iteration-count: infinite;
}
.dialog .dialog_bottom img {
  width: 7.733%;
}
@keyframes slide {
  0% {
    width: 18%;
  }
  50% {
    width: 24%;
  }
  100% {
    width: 18%;
  }
}
@-webkit-keyframes slide {
  0% {
    width: 18%;
  }
  50% {
    width: 24%;
  }
  100% {
    width: 18%;
  }
}
.hide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  overflow-y: hidden;
}
.black_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 7;
  background: rgba(0, 0, 0, 0.4);
}
.black_bg .right_tips {
  position: absolute;
  right: 0.875rem;
  width: 3rem;
  top: 6rem;
}
.black_bg .right_tips .catalogue_mask_right_icon1 {
  width: 12px;
  height: 2.4rem;
  position: relative;
}
.black_bg .right_tips .catalogue_mask_right_icon1 img {
  max-width: 22px;
  width: 22px;
  margin-left: -5px;
}
.black_bg .right_tips .catalogue_mask_right_icon1 img:nth-child(2) {
  position: absolute;
  bottom: 0;
}
.black_bg .right_tips .hands {
  position: absolute;
  width: 1.02rem;
  height: 0.62rem;
  left: 0.8rem;
  animation: slide2 linear 1.8s infinite alternate;
}
.black_bg .right_tips .hands img {
  width: 0.62rem;
  height: 1.02rem;
  transform: rotate(-90deg);
}
.black_bg .right_tips span {
  color: #fff;
  font-size: 0.32rem;
  padding-top: 0.6rem;
  display: block;
}
.black_bg2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 7;
  background: rgba(0, 0, 0, 0.4);
}
.ident {
  display: none;
  background: #fff;
  border-radius: 0.1rem;
  width: 3.1rem;
  height: 1.65rem;
  position: absolute;
  top: 15.46rem;
  left: 0.5rem;
  z-index: 8;
}
.ident span,
.ident .list_time {
  font-size: 0.26rem;
  font-weight: bold;
  color: #006768;
  display: block;
  line-height: .3rem;
  font-family: "DFP";
  padding: 0.12rem 0rem 0 0.1rem;
}
.ident .list_describe {
  font-size: 0.24rem;
  color: #503d19;
  line-height: 0.34rem;
  
}
.ident p {
  text-align: center;
}
.ident p b {
  margin-top: 0.3rem;
  display: block;
  height: 1.2rem;
}
.ident p b img {
  width: 0.62rem;
  animation: btn_scale2 linear 1.5s infinite alternate;
}
.ident p i {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 0.32rem;
}
@keyframes btn_scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes btn_scale2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes slide2 {
  0% {
    top: -0.3rem;
  }
  50% {
    top: 0.6rem;
  }
  100% {
    top: 1.5rem;
  }
}
@media only screen and (max-width:414px){
    .ident .list_describe{
        line-height: .32rem;
    }
}
@media only screen and (max-width:375px){
    .ident .list_describe{
            line-height: .35rem;
            margin-top: .03rem;
    }
}