.selectedCase-box {
  margin-top: 1.75rem;
  margin-bottom: 1.5rem;
}
.selectedCase-box .banner-box {
  width: 100%;
  position: relative;
  margin-bottom: 0.9rem;
}
.selectedCase-box .banner-box img {
  width: 100%;
  display: block;
}
.selectedCase-box .banner-box .banner-text {
  position: absolute;
  top: 4rem;
  left: 6rem;
}
.selectedCase-box .banner-box .banner-text p {
  font-size: 0.61rem;
  font-weight: 400;
  color: #EEEEEE;
  line-height: 1.03rem;
}
.selectedCase-box .banner-box .banner-text p:last-child {
  color: #61b3ff;
}
.selectedCase-box .selectedCase-list-box .selectedCase-list-box-title {
  text-align: center;
  font-size: 0.42rem;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 0.4rem;
}
.selectedCase-box .selectedCase-list-box .selectedCase-list-table {
  display: flex;
  justify-content: center;
  margin-bottom: 0.93rem;
}
.selectedCase-box .selectedCase-list-box .selectedCase-list-table .list-table {
  position: relative;
  width: 2.2rem;
  display: flex;
  align-items: center;
}
.selectedCase-box .selectedCase-list-box .selectedCase-list-table .list-table > a {
  display: flex;
  align-items: center;
}
.selectedCase-box .selectedCase-list-box .selectedCase-list-table .list-table span {
  font-size: 0.25rem;
  font-weight: 400;
  color: #303030;
  margin-left: 0.12rem;
  cursor: pointer;
}
.selectedCase-box .selectedCase-list-box .selectedCase-list-table .list-table img {
  cursor: pointer;
  width: 0.43rem;
}
.selectedCase-box .selectedCase-list-box .selectedCase-list-table .list-table .spanColor {
  color: #c40e18;
  font-weight: 600;
}
.selectedCase-box .selectedCase-list-box .selectedCase-list-table .list-table:nth-child(3) {
  width: 2.1rem;
}
.selectedCase-box .selectedCase-list-box .selectedCase-list-table .isShowImg {
  display: none;
}
.selectedCase-box .selectedCase-list-box .selectedCase-list-table .list-table::after {
  content: "";
  width: 1px;
  height: 0.29rem;
  background-color: #a0a0a0;
  position: absolute;
  right: 0.37rem;
}
.selectedCase-box .selectedCase-list-box .selectedCase-list-table .list-table:last-child {
  margin-right: 0;
}
.selectedCase-box .selectedCase-list-box .selectedCase-list-table .list-table:last-child::after {
  width: 0;
}
.selectedCase-box .type-box .list-box {
  display: flex;
  flex-wrap: wrap;
  width: 16.69rem;
  margin: 0 auto;
}
.selectedCase-box .type-box .list-box .item {
  width: 5.35rem;
  margin-right: 0.31rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 0.59rem;
}
.selectedCase-box .type-box .list-box .item .item-img {
  position: relative;
  width: 5.35rem;
  height: 3.59rem;
}
.selectedCase-box .type-box .list-box .item .item-img img {
  width: 100%;
  height: 100%;
}
.selectedCase-box .type-box .list-box .item .item-img .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 25, 62, 0.7);
  display: none;
}
.selectedCase-box .type-box .list-box .item .item-img .details {
  display: none !important;
  font-size: 0.29rem;
  font-weight: 300;
  color: #FEFEFE;
  margin: 0 auto;
  display: inline-block;
  position: absolute;
  top: 45%;
  left: 33%;
  padding: 0 0.32rem 0.12rem 0.32rem;
  border-bottom: 3px solid #c40e18;
}
.selectedCase-box .type-box .list-box .item .item-img:hover .img-bg {
  display: block;
}
.selectedCase-box .type-box .list-box .item .item-img:hover a {
  display: block !important;
}
.selectedCase-box .type-box .list-box .item span {
  font-size: 0.25rem;
  font-weight: 400;
  color: #4E4E4E;
  margin-top: 0.2rem;
}
.selectedCase-box .type-box .list-box .item:nth-child(3n) {
  margin-right: 0;
}
.selectedCase-box .type-box .list-box .item:hover > span {
  color: #c40e18;
}
.selectedCase-box .type-box .paging-box {
  display: flex;
  justify-content: center;
}
.selectedCase-box .type-box .paging-box .paging a {
  width: 0.59rem;
  height: 0.59rem;
  background-color: #f6f8fc;
  font-size: 0.29rem;
  font-weight: 400;
  color: #1D1D1D;
  display: inline-block;
  text-align: center;
  line-height: 0.59rem;
  border-radius: 0.05rem;
  cursor: pointer;
  margin-right: 0.4rem;
}
.selectedCase-box .type-box .paging-box .paging a:hover {
  background-color: #c40e18;
  color: #ffffff;
}
.selectedCase-box .type-box .paging-box .paging .aTextColor {
  background-color: #c40e18;
  color: #ffffff;
}
.pc {
  display: block;
}
.mobile {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .selectedCase-box {
    margin: 0.73rem auto 0 auto;
    max-width: 7.5rem;
    min-width: auto;
  }
  .selectedCase-box .banner-box {
    margin-bottom: 0.86rem;
  }
  .selectedCase-box .banner-box .banner-text {
    top: 1.43rem;
    left: 1.06rem;
  }
  .selectedCase-box .banner-box .banner-text p {
    font-size: 0.28rem;
    font-weight: 400;
    color: #EEEEEE;
    line-height: 0.48rem;
  }
  .selectedCase-box .selectedCase-list-box {
    margin: 0 auto;
    position: relative;
  }
  .selectedCase-box .selectedCase-list-box .selectedCase-list-box-title {
    font-size: 0.33rem;
    font-weight: 400;
    color: #1C1C1C;
    margin-bottom: 0.46rem;
  }
  .selectedCase-box .selectedCase-list-box .selectedCase-list-table {
    margin: 0 auto;
    overflow-x: scroll;
    justify-content: flex-start;
  }
  .selectedCase-box .selectedCase-list-box .selectedCase-list-table .list-table {
    width: 1.8rem;
    display: flex;
    justify-content: center;
    margin-bottom: 0.2rem;
    margin-left: 0.5rem;
  }
  .selectedCase-box .selectedCase-list-box .selectedCase-list-table .list-table a img {
    width: 0.43rem;
    height: 0.43rem;
  }
  .selectedCase-box .selectedCase-list-box .selectedCase-list-table .list-table a .spanColor {
    font-weight: 600;
  }
  .selectedCase-box .selectedCase-list-box .selectedCase-list-table .list-table a span {
    font-size: 0.25rem;
    font-weight: 400;
    color: #999999;
    white-space: nowrap;
  }
  .selectedCase-box .selectedCase-list-box .selectedCase-list-table .list-table:last-child {
    padding-right: 0.5rem;
  }
  .selectedCase-box .selectedCase-list-box .selectedCase-list-table .list-table::after {
    width: 0;
  }
  .selectedCase-box .selectedCase-list-box .line {
    width: 100%;
    height: 1px;
    background-image: url("../image/lineIcon.png");
    background-size: 100% 100%;
    position: absolute;
    top: 1.4rem;
  }
  .selectedCase-box .type-box {
    margin-top: 0.3rem;
  }
  .selectedCase-box .type-box .list-box {
    padding: 0 0.28rem;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
  .selectedCase-box .type-box .list-box .item {
    width: 3.34rem;
    margin-right: 0;
    position: relative;
  }
  .selectedCase-box .type-box .list-box .item .item-img {
    width: 3.34rem;
    height: 2.24rem;
  }
  .selectedCase-box .type-box .list-box .item .item-img .details {
    left: 24%;
    border-bottom: 1px solid #c40e18;
    font-size: 0.18rem;
  }
  .selectedCase-box .type-box .list-box .item span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    width: 3.1rem;
    font-size: 0.22rem;
    color: #666666;
  }
  .selectedCase-box .type-box .list-box .item .dot-icon {
    position: absolute;
    right: 0.08rem;
    bottom: 0;
    width: 2.5px;
  }
  .selectedCase-box .paging-box {
    display: flex;
    justify-content: center;
  }
  .selectedCase-box .paging-box .paging {
    display: flex;
  }
  .selectedCase-box .paging-box .paging a {
    width: 0.59rem;
    height: 0.59rem;
    background-color: #f6f8fc;
    font-size: 0.29rem;
    font-weight: 400;
    color: #1D1D1D;
    display: inline-block;
    text-align: center;
    line-height: 0.59rem;
    border-radius: 0.05rem;
    cursor: pointer;
    margin-right: 0.3rem;
  }
  .selectedCase-box .paging-box .paging a:hover {
    background-color: #f6f8fc !important;
    color: #1D1D1D !important;
  }
  .selectedCase-box .paging-box .paging .aTextColor {
    background-color: #c40e18;
    color: #ffffff;
  }
  .selectedCase-box .paging-box .paging .aTextColor:hover {
    background-color: #c40e18 !important;
    color: #ffffff !important;
  }
}
