.mini .middle {
    background: #F2F4FF;
    height: 825px;
    margin-top: 70px;
    position: relative;
}

.mini .middle .right {
    width: 400px;
    text-align: center;
    overflow: hidden;
    position: absolute;
    right: 200px;
}

.mini .middle .right h3 {
    height: 24px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 29px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.mini .middle .right p {
    height: 28px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #666;
}

.mini .middle .left {
    width: 699px;
    height: 937px;
    background: #fff;
    position: absolute;
    top: -150px;
}

.mini .middle .left h2 {
    height: 40px;
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    color: #393D60;
    text-align: center;
    margin-top: 60px;
}

input {
    width: 565px;
    height: 100px;
    border: 0;
    border-bottom: 4px solid rgba(32, 50, 192, 0.3);
    color: #242957;
    outline: none;
    margin-left: 70px;
}

input:focus {
    background-color: #F2F4FF;
    border-bottom: 4px solid rgba(32, 50, 192, 1);
}

button {
    width: 230px;
    height: 75px;
    border: none;
    background: #F2F4FF;
    cursor: pointer;
    outline: none;
    color: #4752C2;
    font-weight: 500;
    line-height: 29px;
}

textarea {
    resize: none;
    width: 565px;
    height: 285px;
    border: 0;
    outline: none;
    border-bottom: 4px solid rgba(32, 50, 192, 0.3);
}

textarea:focus {
    background-color: #F2F4FF;
    border-bottom: 4px solid rgba(32, 50, 192, 1);
}