.banner-6 {
    background-color: #FFFFFF;
    height: 340px;
}

.banner-6-content {
    padding-top: 49px;
    position: relative;
    width: 950px;
    margin: 0 auto;
    margin-top: -213px;
    background-color: #2B60EB;
    height: 290px;
    border-radius: 30px;
    text-align: center;
    color: #FFFFFF;
}

.banner-6-content-title {
    font-size: 48px;
    font-weight: bold;
}

.banner-6-content-desc {
    margin-top: 20px;
    font-size: 26px;
    color: #FFFFFF;
}

.banner-6-content-div {
    width: 727px;
    height: 66px;
    line-height: 66px;
    border-radius: 34px;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #FFFFFF;
}

.banner-6-content-input {
    width: 500px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    margin: 0 auto;
    border: 0;
}

.banner-6-content-input:focus-visible {
    outline: none!important;
}


.banner-6-content-btn {
    margin-right: 22px;
    width: 131px;
    height: 52px;
    line-height: 52px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    background: #2B60EB;
    border-radius: 26px;
    cursor: pointer;
}

.banner-6-content-btn img{
    width: 15px;
}