.content-wrap {
    padding-bottom: 155px;
}

.from-box {
    width: 100%;
    position: relative;
}

#container {
    overflow: hidden;
    width: 100%;
    height: 500px;
    margin: 0;
    font-family: "微软雅黑";
}

.from-wrap {
    width: 600px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    right: 40px;
    padding: 30px 50px;
}

.title-form {
    font-size: 24px;
    color: #333333;
    text-align: center;
}

.text-form {
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
}

.from-wrap>* {
    width: 100%;
}

.text-form {
    text-align: center;
}

.from-wrap input:not(.submit-btn) {
    width: 400px;
    height: 50px;
    padding: 5px;
    border: 1px solid #666666;
    outline: none;
    font-size: 14px;
    color: #666666;
    background-color: rgba(255, 255, 255, 0);
}

.submit-btn {
    background-color: #222222;
    border-radius: 10px;
    width: 100px;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
    outline: none;
}