body {
    min-height: 100vh;
    background-image: url('../images/bgi2.png');
    background-size: 100% 100%;
    padding-top: 128px;
    box-sizing: border-box;
}

.img-text {
    width: 485px;
    height: 27px;
    margin-bottom: 15px;
}

.des {
    margin-bottom: 32px;
    height: 28px;
    font-size: 20px;
    line-height: 28px;
    color: #3B3B3B;
}

.content {
    background: #FFFFFF;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    box-sizing: border-box;
    position: relative;
    padding: 56px 0 156px;
    margin-bottom: 100px;
}

.con-icon{
    position: absolute;
    width: 155px;
    height: 167px;
    right: 24px;
    top: -120px;
}

.con-title {
    height: 33px;
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
    margin-bottom: 32px;
    color: #333333;
}

.con-item span {
    color: #FF4D4D;
}

.con-item input {
    outline: none;
    width: 640px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-top: 8px;
    text-indent: 16px;
}

#tp-submit {
    width: 128px;
    height: 44px;
    background: #2984EF;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    line-height: 44px;
    color: #FFFFFF;
    text-align: center;
}