#pagination1 .ui-pagination-container .ui-pagination-page-item{
    min-width: 45px;
    text-align: center;
    height: 40px;
    border: 1px solid #ebebeb;
    margin-left: -1px;
    color: #8a8a8a;
    display: inline-block;
    line-height: 30px;
    float: left;
    font-size: 15px;
    text-decoration: none;
    margin: 0 2px;
    border-radius: 6px;
    border: 1px solid #504c66;
}

#pagination1 .ui-pagination-container .ui-pagination-page-item.active{
    background-color: #504c66;
    color: #fff;
    border-color: #ebebeb;
    position: relative;
}

@media screen and (max-width: 600px) {
    .case_list_body .case_list_box .case_con_case .case_det_nav_box .case_nav_thumb img {
        /* height: 3.5rem; */
    }

    body {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .case_list_body .case_list_box .case_con_case .case_det_nav_box .swiper-slide.on .case_nav_name,
    .case_list_body .case_list_box .case_con_case .case_det_nav_box .swiper-slide:hover .case_nav_name {
        color: #fff;
    }
}

  .case_list_body .case_list_box .case_con_case .case_det_nav_box {
      height: 23.2%;
  }

@media screen and (min-width: 375px) and (max-width: 960px) {
    .navs {
        display: none;
        color: #fff;
    }
}

@media screen and (min-width: 960px){
    .navs {
        width: 75%;
        margin: 0 auto;
        display: flex;
        color: #fff;
        /* margin-top: 30px; */
    }

    .navs .navs-item {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
        color: #fff;
    }

    .box {
        display: flex;
        flex-wrap: wrap;
        width: 75%;
        margin: 30px auto;
    }

    .box1 {
        width: 33.3%;
        text-align: center;
        margin-bottom: 40px;
    }

    .box1 img {
        width: 400px;
        height: 200px;
    }

    .box1 > a {
        margin: 10px 0;
    }
}

@media screen and (max-width: 960px) {
    .box {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        margin: 30px auto;
    }

    .box1 > img {
        width: 100%;
    }

    .box1 {
        margin: 10px 0;
        text-align: center;
        font-size: 14px;
    }
}

.navs .navs-item a {
    padding: 10px;
    font-size: 16px;
    color: #fff;
}

.navs .navs-item:hover {
    color: #c4fa00;
    border-bottom: 3px solid #c4fa00;
}

.navs .navs-item:hover a {
    color: #c4fa00;
}

.actives {
    color: #c4fa00;
    border-bottom: 3px solid #c4fa00;
}

.navs .actives a {
    color: #c4fa00;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 80%;
}
