footer .firstview dd {
    color: orange;
}

.content {
    position:absolute;
    top:3.5rem;
    left:1%;
    width:98%;
    height:89%;
    display:block;
    overflow:auto;
}

.swiper {
    position: relative;
    display: block;
    width: 100%;
    height: 20rem;
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #00ff33;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
    --swiper-pagination-color: #00ff33;/* 两种都可以 */
    }

.swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
.swiper-slide a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.swiper-slide a img {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: fill;
    }
.swiper-slide a title {
    position: absolute;
    display: block;
    width: 100%;
    height: 3rem;
    top:0.5rem;
    font-size: 1.5rem;
    text-align: center;
    color: #2e6da4;
}
.content firstfixed {
    position:relative;
    display:flex;
    flex-direction:row;
    top:1rem;
    width:100%;
    height:7rem;
    padding-top:0.8rem;
    border-radius: 10px;
}

.content firstfixed ffcard {
    position: relative;
    display: block;
    width:20%;
    height:8rem;
    top:0;
}
.content firstfixed ffcard a{
    position: relative;
    display: block;
    width:100%;
    height:100%;
}
.content firstfixed ffcard a img {
    position: relative;
    display: block;
    width:80%;
    height:6rem;
    left: 10%;
}
.content firstfixed ffcard a p {
    position: absolute;
    display: block;
    width:100%;
    height:2rem;
    top:6rem;
    text-align:center;
}
.content restcontent {
    height: 60%;
    width: 99%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    top: 2rem;
    overflow-y: scroll;
}

.content restcontent firstcard {
    height: 17rem;
    width: 49%;
    position: relative;
    display: block;
    left: 0;
}
.content restcontent firstcard a {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
}
.content restcontent firstcard a cardbody {
    height: 12rem;
    width: 98%;
    position: absolute;
    display: block;
}
.content restcontent firstcard a cardbody img {
    height: 12rem;
    width: 100%;
    position: absolute;
    display: block;
}
.content restcontent firstcard a cardfooter {
    height: 3rem;
    width: 98%;
    position: absolute;
    display: block;
    top:13rem;
}
.content restcontent firstcard a cardfooter p {
    height: 3rem;
    width: 100%;
    position: absolute;
    display: block;
}

