.solutionBanner{
    background: url(../image/singleBanner.png) no-repeat center;
    height: 256px;
    color: #ffffff;
    position: relative;
    padding-top: 60px;
    box-sizing: border-box;
  }
  .solutionBanner h2{
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
  
  }
  .solutionBanner p{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    max-width:970px;
  }
  .solutionBanner .button{
    /* margin-top: 15px; */
    position:absolute;
    right:25px;
    width:120px;
    top: 5px;
  }
  .solutionBanner .button .btn{
    width: 120px;
    height: 40px ;
    text-align: center;
    line-height: 40px;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
  }
  .solutionBanner .button .btn:hover{
    color: #28a7e1;
    background-color: #fff;
  
  }
  .solutionBanner .button .btn:first-child{
  
    margin-bottom:20px;
  }
  .saleInfo {
    position:absolute;
    width:302px;
    padding-top:20px;
    box-sizing:border-box;
    right: -46px;
    top: 93px;
    text-align:left;
    left:auto;
  }
  .w{
    position: relative;
  }


.GPUinner{
    background-color: #fff;
}
.title{
    font-size: 16px;
    text-align: center;
    line-height: 72px;
    font-weight: bold;
}
.GPUbox{
    width: 395px;
    margin-bottom: 40px;
}
.GPUbox :nth-child(2){
    min-width: 56px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
}
.GPUbox :nth-child(3){
    max-width: 288px;
    min-height: 80px;
    font-size: 12px;
    color: #797979;
    line-height: 20px;
}
.GPUform{
    text-align: center;
    margin-bottom: 25px;
}
.GPUform img{
  cursor: pointer;
}

  