.header-img {

  position: relative;

}

.header-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.img-font {
  position: absolute;
  left: 2.6rem;
  bottom: 2.65rem;
}

.img-font-chinese {
  font-family: Source Han Serif CN-Bold;
  font-weight: bold;
  font-size: 0.46rem;
  color: #F6E1F4;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.img-font-english {
  margin-top: 0.12rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #F6E1F4;
  letter-spacing: 0.05rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.bbox {
  width: 100%;
}

.box-xin {
  width: 14.02rem;
  padding: 0.8rem 0 0.54rem 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap:0.36rem 0 ;
}
.box_mode1:nth-child(4n) {
  
  margin-right: 0;
}
.box_mode1 {
  width: 3.28rem;
  /* background-color: #706a6a; */
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
  /* margin-bottom: 0.36rem; */
  margin-right: 0.3rem;
  transition: all 1s;
}


/* .box_mode1+.box_mode1 {
  margin-left: 0.3rem;

} */

.box_mode1:hover {
  color: #630C88;
  background: #FBF6FF;
}




.mode_up {
  width: 3.28rem;
  height: 2.25rem;
}

.mode_up img {
  width: 100%;
  height: 100%;
  display: block;
}





.mode_down {
  padding: 0.17rem 0.24rem 0.15rem;
}

.mode_down_font {
  /* width: 2.98rem; */
  font-family: MicrosoftYaHei,
    MicrosoftYaHei;
  font-weight: normal;
  font-size: 0.18rem;

  /* color: #630C88; */
  /* line-height: 0.3rem; */
  text-align: left;
  font-style: normal;
  text-transform: none;
  /* padding-bottom: 0.34rem; */



  /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; */
}


.down_time-detail {
  margin-top: 0.34rem;
  display: flex;
  justify-content: space-between;
}

.down_time {
  font-family: Microsoft YaHei,
    Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  /* color: #999999; */
  /* line-height: 0.3rem; */
  /* text-align: left; */
  font-style: normal;
  text-transform: none;
  color: #999999;
}

.detal {
  display: flex;
  justify-content: space-between;
  font-family: Microsoft YaHei,
    Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  /* color: #999999; */
  /* line-height: 0.3rem; */
  /* text-align: left; */
  font-style: normal;
  text-transform: none;
  color: #666666;
}
.detal span{
  margin-left: 0.1rem;
}
.page{
  margin-bottom: 0.55rem !important;
}

@media screen and (max-width:1024px){
    .box-xin{
        width: 100%;
        min-height: calc(100vh - 50px - 6rem) ;
    }
    .content_empty{
        font-size: 14px;
    }
}