@import url('../css/swiper-bundle.min.css');
@import url('../component/head/head.css');
@import url('../component/footer/footer.css');
/* 版心 */
@media screen and (min-width: 751px) {
  .case-container {
    width: 100%;
  }
  .case-img {
    width: 100%;
  }
  .case-img .img {
    display: block;
    width: 100%;
  }
  .case-body {
    width: 100%;
  }
  .case-body .case-types {
    width: 100%;
    background-color: #f4f4f8;
  }
  .case-body .case-types .types-block {
    padding: 20px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #000;
  }
  .case-body .case-types .types-block .type-item {
    margin-right: 24px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .case-body .case-types .types-block .type-item .type-text {
    font-size: 18px;
    font-size: 500;
    line-height: 25px;
  }
  .case-body .case-list {
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .case-body .case-list .card-item {
    position: relative;
    width: calc(20% - 15px);
    height: 268px;
    margin-right: 15px;
    margin-top: 20px;
    box-shadow: 0px 4px 24px 0px rgba(157, 180, 226, 0.2);
    border-radius: 20px;
    overflow: hidden;
  }
  .case-body .case-list .card-item .case-card {
    position: absolute;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 22px 30px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 0.2s ease;
    opacity: 1;
    z-index: 89;
  }
  .case-body .case-list .card-item .case-card .case-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
  }
  .case-body .case-list .card-item .case-card .case-title {
    width: 100%;
    display: block;
    font-size: 24px;
    color: #333333;
    line-height: 38px;
    font-weight: 600;
    text-align: center;
  }
  .case-body .case-list .card-item .case-card .case-content {
    width: 100%;
    height: 120px;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    line-height: 28px;
  }
  .case-body .case-list .card-item .case-card .li-text {
    display: flex;
    align-items: flex-start;
  }
  .case-body .case-list .card-item .case-card .li-text .circle {
    width: 17px;
    height: 30px;
    display: flex;
    align-items: center;
  }
  .case-body .case-list .card-item .case-card .li-text .circle::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #3563ff;
  }
  .case-body .case-list .card-item .case-card .li-text .text {
    flex: 1;
    white-space: normal;
  }
  .case-body .case-list .card-item .case-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(15%);
    transition: all 0.3s ease;
    z-index: 90;
  }
  .case-body .case-list .card-item .case-back .case-code {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 750px) {
  .case-container {
    width: 46.875rem;
    margin: 0 auto;
  }
  .case-img {
    width: 100%;
  }
  .case-img .img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: 20%;
  }
  .case-body {
    width: 46.875rem;
  }
  .case-body .case-types {
    position: relative;
    width: 100%;
    height: 6.25rem;
    background-color: #f4f4f8;
    overflow: hidden;
  }
  .case-body .case-types .types-block {
    position: absolute;
    padding: 0 1.875rem;
    left: 0;
    min-width: 46.875rem;
    height: 6.25rem;
    color: #000;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 1;
  }
  .case-body .case-types .types-block .type-item {
    display: inline-block;
    margin-right: 1.25rem;
  }
  .case-body .case-types .types-block .type-item .type-text {
    font-size: 1.5rem;
    font-size: 500;
    line-height: 6.25rem;
    white-space: nowrap;
  }
  .case-body .case-list {
    padding: 3rem 1.875rem 0;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .case-body .case-list .card-item {
    position: relative;
    width: 13.625rem;
    height: 16.75rem;
    margin-right: 0.9375rem;
    margin-bottom: 1.25rem;
    box-shadow: 0px 0.25rem 1.5rem 0px rgba(157, 180, 226, 0.2);
    border-radius: 1.25rem;
    overflow: hidden;
  }
  .case-body .case-list .card-item .case-card {
    position: absolute;
    flex-direction: column;
    justify-content: space-between;
    padding: 3rem 1.375rem 1.875rem;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 1.25rem;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 0.2s ease;
    opacity: 1;
    z-index: 89;
  }
  .case-body .case-list .card-item .case-card .case-title {
    width: 100%;
    display: block;
    font-size: 1.75rem;
    color: #333333;
    font-weight: 600;
    text-align: center;
  }
  .case-body .case-list .card-item .case-card .case-content {
    width: 100%;
    height: 7.5rem;
    font-size: 1rem;
    font-weight: normal;
    color: #333333;
    line-height: 1.875rem;
  }
  .case-body .case-list .card-item .case-card .li-text {
    display: flex;
    align-items: flex-start;
  }
  .case-body .case-list .card-item .case-card .li-text .circle {
    width: 1.0625rem;
    height: 1.875rem;
    display: flex;
    align-items: center;
  }
  .case-body .case-list .card-item .case-card .li-text .circle::before {
    content: '';
    display: block;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: #3563ff;
  }
  .case-body .case-list .card-item .case-card .li-text .text {
    flex: 1;
    white-space: normal;
  }
  .case-body .case-list .card-item .case-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(15%);
    transition: all 0.3s ease;
    z-index: 90;
  }
  .case-body .case-list .card-item .case-back .case-code {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .case-body .case-list .card-item:nth-child(3n) {
    margin-right: 0;
  }
}
