<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bossgoo-index-application27 {
    padding-bottom: 80px;
  }
  
  .bossgoo-index-application27 .wrap {
    padding: 0 20px;
  }
  
  .bossgoo-index-application27 .first-title {
    color: #333;
  }
  
  .bossgoo-index-application27 .scence {
    display: flex;
    justify-content: space-between;
  }
  
  .bossgoo-index-application27 .item-big {
    width: 60.6%;
  }
  
  .bossgoo-index-application27 .img-item {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
  }
  
  .bossgoo-index-application27 .img-item .img-box {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
  }
  
  .bossgoo-index-application27 .img-item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
  }
  
  .bossgoo-index-application27 .img-item .img-box img:hover {
    transform: scale(1.2);
  }
  
  .bossgoo-index-application27 .item-big .img-item {
    padding-bottom: 73.3%;
  }
  
  .bossgoo-index-application27 .item-other {
    width: 36.8%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .bossgoo-index-application27 .item-other .img-item {
    padding-bottom: 55.8%;
  }
  
  @media only screen and (max-width: 1040px) {
    .bossgoo-index-application27 {
      padding-bottom: .25rem;
    }
    .bossgoo-index-application27 .scence {
      display: block;
    }
    .bossgoo-index-application27 .item-big {
      width: 100%;
      margin-bottom: .35rem;
    }
    .bossgoo-index-application27 .item-other {
      width: 100%;
    }
    .bossgoo-index-application27 .img-item .img-box {
      border-radius: .08rem;
    }
    .bossgoo-index-application27 .item-other .img-item {
      margin-bottom: .35rem;
    }
  }
  </pre></body></html>