.product-banner{
    width: 100%;
    background-size: cover;
    height: 500px;
}
.product-banner .container img{
    width: 370px;
    position: absolute;
    top: 86px;
    left: 58.56%;
}
.product-banner .container .banner-content{
    color: #fff;
    padding-left: 40px;
}
.product-banner .container .banner-content h1{
    padding: 154px 0 18px;
    font-size: 32px;
    line-height: 45px;
    color: #fff;
    text-align: left;
}
.product-banner .container .banner-content p{
    width: 510px;
    font-size: 22px;
    line-height: 40px;
}
.product-banner .container .banner-content .btn{
    margin-top: 38px;
    min-width: 136px;
    line-height: 40px;
    background-image: linear-gradient(90deg,#3566ff,#00abfb);
    color: #fff;
}
