.banner {
    width: 100%;
    background: url(../img/transaction_banner.png) no-repeat center;
    background-size: 100% 500px;
    height: 500px;
    padding-top: 90px;
    box-sizing: border-box;
}

.from {
    width: 100%;
    background: url(../img/transaction_bg.png) no-repeat center;
    background-size: 100% 500px;
    height: 500px;
    padding-top: 90px;
    box-sizing: border-box;
}

.from_content {
    width: 400px;
    height: 350px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    padding-top: 15px;
    box-sizing: border-box;
}

.from_content h2 {
    font-size: 18px;
    color: #666;
}

.from_content p span {
    width: 80px;
    display: inline-block;
    text-align: right;
}

.from_content p input {
    border: 1px solid #e3e3e3;
    width: 238px;
    height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
}

.submit {
    width: 100px;
    height: 36px;
    border: 0;
    background: #8bc44a;
    color: #fff;
    border-radius: 4px;
    margin-top: 10px;
}