.main {
  margin: 223px 160px 0 160px; }
  .main .en {
    color: rgba(26, 32, 44, 0.1);
    font-size: 64px;
    font-family: 'SourceHanSansCN-Bold';
    text-transform: uppercase; }
  .main .t2 {
    display: flex;
    justify-content: space-between; }
    .main .t2 .cn {
      color: #1a202c;
      font-size: 64px;
      font-family: 'SourceHanSansCN-Bold'; }
    .main .t2 .des {
      width: 46%;
      font-size: 24px;
      color: #666;
      font-family: 'SourceHanSansCN-Light';
      text-align: left; }
  .main .tag {
    margin-top: 14px;
    color: #939393;
    font-size: 24px;
    font-family: 'SourceHanSansCN-Light'; }
  .main .pic1 {
    margin: 60px 0; }
    .main .pic1 img {
      width: 100%;
      display: block;
      object-fit: cover; }
  .main .box1 {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .main .box1 .txt {
      width: 40%;
      color: #939393;
      font-size: 24px;
      font-family: 'SourceHanSansCN-Light'; }
    .main .box1 .pic {
      width: 55%;
      overflow: hidden; }
      .main .box1 .pic img {
        width: 100%;
        display: block;
        object-fit: cover;
        transition: all 600ms; }
    .main .box1:hover .pic img {
      transform: scale(1.05); }
  .main .box2 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    margin: 110px 0 160px 0; }
    .main .box2 .txt {
      width: 40%;
      color: #939393;
      font-size: 24px;
      font-family: 'SourceHanSansCN-Light'; }
    .main .box2 .pic {
      width: 55%;
      overflow: hidden; }
      .main .box2 .pic img {
        width: 100%;
        display: block;
        object-fit: cover;
        transition: all 600ms; }
    .main .box2:hover .pic img {
      transform: scale(1.05); }
  .main .pics {
    display: flex;
    justify-content: space-between;
    gap: 20px; }
    .main .pics .p1 {
      width: 35%;
      overflow: hidden; }
      .main .pics .p1 img {
        width: 100%;
        display: block;
        object-fit: cover;
        height: 764px;
        transition: all 600ms; }
      .main .pics .p1:hover img {
        transform: scale(1.05); }
    .main .pics .p2 {
      width: 75%;
      overflow: hidden; }
      .main .pics .p2 img {
        width: 100%;
        display: block;
        object-fit: cover;
        height: 764px;
        transition: all 600ms; }
      .main .pics .p2:hover img {
        transform: scale(1.05); }
  .main .btn {
    margin: 50px 0 76px auto; }
    .main .btn .back {
      width: 194px;
      height: 68px;
      border-radius: 50px;
      border: 1px solid #000;
      background: #000;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 600ms;
      margin: 0 auto; }
      .main .btn .back svg {
        width: 18px;
        display: block; }
      .main .btn .back p {
        margin-left: 13px;
        color: white;
        font-size: 20px;
        font-family: 'SourceHanSansCN-Medium'; }
      .main .btn .back:hover {
        background-color: #CA062C;
        border-color: #CA062C; }
  .main .recommend {
    margin-bottom: 160px; }
    .main .recommend .t {
      color: #000;
      font-size: 40px;
      font-family: 'SourceHanSansCN-Bold';
      margin-bottom: 43px; }
    .main .recommend .allCase {
      width: 100%;
      position: relative; }
      .main .recommend .allCase .prev {
        cursor: pointer;
        position: absolute;
        left: -46px;
        top: 45%;
        transform: translateY(-50%); }
        .main .recommend .allCase .prev svg {
          width: 24px;
          display: block; }
      .main .recommend .allCase .next {
        cursor: pointer;
        position: absolute;
        right: -46px;
        top: 45%;
        transform: translateY(-50%); }
        .main .recommend .allCase .next svg {
          width: 24px;
          display: block; }
      .main .recommend .allCase .swiper-container {
        width: 100%; }
        .main .recommend .allCase .swiper-container a {
          display: block; }
          .main .recommend .allCase .swiper-container a .pic {
            overflow: hidden; }
            .main .recommend .allCase .swiper-container a .pic img {
              width: 100%;
              display: block;
              object-fit: cover;
              transition: all 600ms; }
          .main .recommend .allCase .swiper-container a .text {
            display: flex;
            justify-content: space-between;
            margin: 24px 0 14px 0;
            align-items: center; }
            .main .recommend .allCase .swiper-container a .text .p1 {
              color: #333;
              font-size: 20px;
              font-family: 'SourceHanSansCN-Bold'; }
            .main .recommend .allCase .swiper-container a .text .p2 {
              color: #333;
              font-size: 16px; }
          .main .recommend .allCase .swiper-container a .des {
            font-size: 14px;
            color: #666;
            font-family: 'SourceHanSansCN-Light'; }
          .main .recommend .allCase .swiper-container a:hover .pic img {
            transform: scale(1.05); }

@media screen and (max-width: 1465px) {
  .main {
    margin-left: 5%;
    margin-right: 5%; }
    .main .t2 .des {
      width: 600px; } }
@media screen and (max-width: 1024px) {
  .main {
    margin: 80px 5%; }
    .main .en {
      font-size: 32px; }
    .main .t2 {
      flex-direction: column; }
      .main .t2 .cn {
        font-size: 30px; }
      .main .t2 .des {
        width: 100%;
        font-size: 16px; }
    .main .tag {
      font-size: 18px; }
    .main .pic1 {
      margin: 30px 0; }
    .main .box1 {
      flex-direction: column; }
      .main .box1 .txt {
        width: 100%;
        font-size: 18px; }
      .main .box1 .pic {
        width: 100%;
        margin-top: 20px; }
    .main .box2 {
      flex-direction: column;
      margin: 30px 0; }
      .main .box2 .txt {
        width: 100%;
        font-size: 18px; }
      .main .box2 .pic {
        width: 100%;
        margin-top: 20px; }
    .main .pics {
      flex-direction: column;
      gap: 0; }
      .main .pics .p1, .main .pics .p2 {
        width: 100%;
        margin-bottom: 15px; }
        .main .pics .p1 img, .main .pics .p2 img {
          height: auto; }
    .main .btn {
      margin: 10px 0 35px 0; }
      .main .btn .back {
        width: 160px;
        height: 50px; }
    .main .recommend {
      margin-bottom: 40px; }
      .main .recommend .t {
        font-size: 20px; }
      .main .recommend .allCase .prev, .main .recommend .allCase .next {
        display: none; } }

/*# sourceMappingURL=caseInfo.css.map */
