@media screen and (min-width: 320px) and (max-width: 1024px) {
  .phoneheader {
    position: fixed;
  }
  .phoneheader .input-box {
    position: absolute;
    top: 1.4rem;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
    display: none;
  }
  .phoneheader .input-box .box {
    position: relative;
    border: 2px solid #777;
  }
  .phoneheader .input-box .box input {
    width: 100%;
    height: 1rem;
    background-color: #fff;
    padding: 0 1rem 0 0.5rem;
    border: 1px solid #eaeaea;
    outline: none;
    color: #000;
    font-size: 0.32rem;
  }
  .phoneheader .input-box .box .search-btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  .phoneheader .input-box .box .search-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
  }
  .phoneheader .input-box .box .search-btn span {
    font-size: 0.4rem;
    color: #000;
  }
  .phoneheader .searchee {
    margin-right: 0.4rem;
  }
  .phoneheader .searchee span {
    color: #000;
    font-size: 0.5rem;
  }
  .phoneheader .menu {
    display: flex;
    align-items: center;
  }
  .breadcrumb-nav {
    background-color: #eeeeee;
    height: 0.8rem;
  }
  .breadcrumb-nav .wrap {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .breadcrumb-nav .wrap img {
    width: 0.26rem;
    display: block;
    margin-right: 0.1rem;
  }
  .breadcrumb-nav .wrap ul {
    display: flex;
    align-items: center;
    font-size: 0.28rem;
    color: #b2b2b2;
  }
  .breadcrumb-nav .wrap ul li:last-child {
    color: #0aa770;
  }
  .breadcrumb-nav .wrap ul li.jiantou {
    margin: 0 0.1rem;
    font-weight: bold;
  }
  .breadcrumb-nav .wrap ul li a {
    font-size: 0.28rem;
    color: #b2b2b2;
  }
  .paging {
    display: flex;
    justify-content: center;
  }
  .paging a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.7rem;
    height: 0.6rem;
    font-size: 0.14rem;
    color: #333;
    border: 1px solid #dcdcdc;
  }
  .paging a:not(:last-child) {
    margin-right: 0.2rem;
  }
  .paging a.active {
    background-color: #0aa770;
    color: #fff;
    border-color: #0aa770;
  }
  .paging a:hover {
    background-color: #0aa770;
    color: #fff;
    border-color: #0aa770;
  }
  .paging a.fy {
    width: 0.85rem;
    height: 0.6rem;
  }
  .news-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.3rem;
    height: 1rem;
    background-color: #fcf6dd;
    border-bottom: 2px solid #0aa770;
  }
  .news-top .title {
    font-size: 0.32rem;
    font-weight: bold;
  }
  .news-top .more-btn {
    font-size: 0.28rem;
    color: #999999;
    display: flex;
    align-items: center;
  }
  .news-top .more-btn:hover span {
    transform: translateX(0.1rem);
  }
  .news-top .more-btn span {
    display: block;
    transition: 0.3s;
  }
  .floor1 {
    padding: 0.3rem 0;
  }
  .floor1 .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .floor1 .wrap .swiper {
    width: 100%;
    margin: 0;
    margin-bottom: 0.4rem;
  }
  .floor1 .wrap .swiper .swiper-pagination {
    width: max-content;
    left: auto;
    top: auto;
    right: 0.22rem;
    bottom: 0.4rem;
    transform: translateY(50%);
    z-index: 3;
  }
  .floor1 .wrap .swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    width: 0.16rem;
    height: 0.16rem;
  }
  .floor1 .wrap .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0aa770;
  }
  .floor1 .wrap .swiper .swiper-slide {
    width: 100%;
    height: 5rem;
    position: relative;
  }
  .floor1 .wrap .swiper .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 1;
  }
  .floor1 .wrap .swiper .swiper-slide .text-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
    height: 0.8rem;
    padding-left: 0.22rem;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .floor1 .wrap .swiper .swiper-slide .text-box p {
    width: 4.5rem;
    font-size: 0.28rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .floor1 .wrap .f1-news {
    width: 100%;
  }
  .floor1 .wrap .f1-news .news-list {
    padding-top: 0.3rem;
  }
  .floor1 .wrap .f1-news .news-list ul li:not(:last-child) {
    margin-bottom: 0.25rem;
  }
  .floor1 .wrap .f1-news .news-list ul li:hover a {
    color: #0aa770;
  }
  .floor1 .wrap .f1-news .news-list ul li a {
    display: flex;
    align-items: center;
    font-size: 0.28rem;
    color: #333;
  }
  .floor1 .wrap .f1-news .news-list ul li a .circle {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    background-color: #0aa770;
    margin-right: 0.2rem;
    transition: 0.3s;
  }
  .floor-list .wrap .fl-toplist {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0.15rem;
    row-gap: 0.5rem;
  }
  .floor-list .wrap .fl-toplist .ft-item:nth-child(n + 4) {
    margin-bottom: 0.5rem;
  }
  .floor-list .wrap .fl-toplist .ft-item .news-list .img-box {
    margin-top: 0.1rem;
    width: 100%;
    height: 4rem;
  }
  .floor-list .wrap .fl-toplist .ft-item .news-list .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .floor-list .wrap .fl-toplist .ft-item .news-list ul {
    margin-top: 0.2rem;
  }
  .floor-list .wrap .fl-toplist .ft-item .news-list ul li:hover a {
    color: #0aa770;
  }
  .floor-list .wrap .fl-toplist .ft-item .news-list ul li:first-child a {
    font-weight: bold;
    font-size: 0.32rem;
  }
  .floor-list .wrap .fl-toplist .ft-item .news-list ul li:not(:last-child) {
    margin-bottom: 0.25rem;
  }
  .floor-list .wrap .fl-toplist .ft-item .news-list ul li a {
    font-size: 0.28rem;
    color: #333;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: 0.3s;
  }
  .links-floor {
    padding: 0 0 0.6rem;
  }
  .links-floor .wrap .news-top {
    margin-bottom: 0.2rem;
  }
  .links-floor .wrap .friends ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.25rem;
  }
  .links-floor .wrap .friends ul li:hover a img {
    transform: scale(1.1);
  }
  .links-floor .wrap .friends ul li a {
    width: 100%;
    height: 1.6rem;
    border: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .links-floor .wrap .friends ul li a img {
    width: 70%;
    height: 70%;
    object-fit: contain;
    transition: 0.3s;
  }
  footer {
    padding: 0.5rem 0;
    background-color: #eeeeee;
    height: auto;
  }
  footer .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 0.28rem;
    color: #666666;
  }
  footer .wrap ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0.3rem;
  }
  footer .wrap ul li {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  footer .wrap ul li:not(:last-child) {
    margin-right: 0;
  }
  footer .wrap ul li a {
    font-size: 0.28rem;
    color: #666666;
  }
  footer .wrap p {
    margin-bottom: 0.3rem;
    text-align: center;
    line-height: 1.8em;
  }
  footer .wrap .bei {
    display: flex;
    align-items: center;
  }
  footer .wrap .bei img {
    width: 0.4rem;
    display: block;
    margin-right: 0.1rem;
  }
  .news-floor {
    padding-top: 0.3rem;
    padding-bottom: 0.8rem;
  }
  .news-floor .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news-floor .wrap .nf-left {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .news-floor .wrap .nf-left .title {
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
    padding-bottom: 0.24rem;
  }
  .news-floor .wrap .nf-left .news-list ul {
    border-top: 1px dotted #e5e5e5;
    border-bottom: 1px dotted #e5e5e5;
    padding: 0.3rem 0;
    margin-bottom: 0.3rem;
  }
  .news-floor .wrap .nf-left .news-list ul li:not(:last-child) {
    margin-bottom: 0.4rem;
  }
  .news-floor .wrap .nf-left .news-list ul li:hover a .li-left {
    color: #0aa770;
  }
  .news-floor .wrap .nf-left .news-list ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .news-floor .wrap .nf-left .news-list ul li a .li-left {
    flex: 1;
    font-size: 0.28rem;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: 1.8em;
  }
  .news-floor .wrap .nf-left .news-list ul li a .li-left .circle {
    display: inline-block;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background-color: #333;
    margin-right: 0.05rem;
  }
  .news-floor .wrap .nf-left .news-list ul li a .li-left p {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .news-floor .wrap .nf-left .news-list ul li a .date {
    font-size: 0.24rem;
    color: #999999;
  }
  .news-floor .wrap .nf-right {
    width: 100%;
    background-color: #eeeeee;
    padding: 0.3rem;
  }
  .news-floor .wrap .nf-right .swiper {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .news-floor .wrap .nf-right .swiper .swiper-slide .swiper-btn {
    width: 0.36rem;
    height: 0.72rem;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .news-floor .wrap .nf-right .swiper .swiper-slide .swiper-btn::after {
    font-size: 0.2rem;
    color: #fff;
  }
  .news-floor .wrap .nf-right .swiper .swiper-slide .swiper-btn.swiper-button-prev {
    left: 0;
  }
  .news-floor .wrap .nf-right .swiper .swiper-slide .swiper-btn.swiper-button-next {
    right: 0;
  }
  .news-floor .wrap .nf-right .swiper .swiper-slide a .img-box {
    position: relative;
    height: 3.4rem;
    margin-bottom: 0.1rem;
  }
  .news-floor .wrap .nf-right .swiper .swiper-slide a .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .news-floor .wrap .nf-right .swiper .swiper-slide a p {
    font-size: 0.28rem;
    color: #333;
    text-align: center;
  }
  .news-floor .wrap .nf-right .right-title {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 0.3rem;
    font-size: 0.32rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.4rem;
  }
  .news-floor .wrap .nf-right .right-title::before {
    content: "";
    position: absolute;
    left: 0;
    width: 0.08rem;
    height: 0.4rem;
    background-color: #0aa770;
    top: 50%;
    transform: translateY(-50%);
  }
  .news-floor .wrap .nf-right .right-title img {
    margin-left: 0.3rem;
    display: block;
    flex: 1;
  }
  .news-floor .wrap .nf-right ul {
    padding: 0 0.15rem;
  }
  .news-floor .wrap .nf-right ul:not(:last-child) {
    margin-bottom: 0.35rem;
  }
  .news-floor .wrap .nf-right ul li:not(:last-child) {
    margin-bottom: 0.4rem;
  }
  .news-floor .wrap .nf-right ul li:hover a {
    color: #0aa770;
  }
  .news-floor .wrap .nf-right ul li a {
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .news-floor .wrap .zw-left {
    width: 8.4rem;
  }
  .news-floor .wrap .zw-left .title {
    font-size: 0.36rem;
    color: #333;
    font-weight: bold;
    padding-bottom: 0.3rem;
  }
  .news-floor .wrap .zw-left .content {
    padding: 0.3rem 0;
    border-top: 1px dotted #e5e5e5;
    border-bottom: 1px dotted #e5e5e5;
    margin-bottom: 0.35rem;
  }
  .news-floor .wrap .zw-left .content p {
    line-height: 1.8em;
  }
  .news-floor .wrap .zw-left .content .date {
    font-size: 0.14rem;
    color: #333;
    margin-bottom: 0.3rem;
  }
  .news-floor .wrap .zw-left .prev-next {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .news-floor .wrap .zw-left .prev-next a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 0.28rem;
    color: #333;
    margin-bottom: 0.3rem;
  }
  .news-floor .wrap .zw-left .prev-next a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #0aa770;
    left: 0;
    bottom: 0rem;
  }
  .news-floor .wrap .zw-left .prev-next a:hover {
    color: #0aa770;
  }
  .news-floor .wrap .zw-left .prev-next a:hover::after {
    width: 100%;
  }
}
