@media screen and (min-width: 1025px) {
  .serve .content {
    margin-bottom: 150px;
    height: 395px;
    width: 100%;
    background-color: white;
  }
  .serve .content .operate {
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .serve .content .operate .download {
    background-color: #2595DE;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
  }
  .serve .content .operate .detail {
    background-color: red;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
  }
  .serve .content .operate .detail .detail-a {
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    color: inherit;
  }
  .serve .content .left .download-mobile {
    display: none;
  }
  .serve .content .right img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s linear;
  }
  .left-a {
    text-decoration: none;
    color: inherit;
  }
}
@media screen and (max-width: 1025px) {
  .serve .content {
    margin: 0 auto;
    background-color: #fff;
    margin-top: 0.5405rem;
    width: 9.1892rem;
    height: 11rem;
    position: relative;
  }
  .serve .content .right {
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(9.1892rem * (9 / 16));
    transition: transform 0.3s linear;
    overflow: hidden;
  }
  .serve .content .left .download-mobile {
    display: block;
    background-color: #2595DE;
    position: absolute;
    right: 5px;
    bottom: 5px;
    padding: 10px 0;
    color: #ffffff;
    width: 80px;
    text-align: center;
    cursor: pointer;
    font-size: 0.3784rem;
  }
  .serve .content .operate {
    display: none;
  }
  .left-a {
    text-decoration: none;
    color: inherit;
  }
}
.clear{clear:both;}