.bottom {
    padding-top: 90px;
    padding-bottom: 50px;
    background: url(/Modules/images/bottom08/bottom.jpg) center no-repeat;
}

.bottom-title {
    font-size: 34px;
    font-weight: bolder;
    color: #FFFFFF;
    text-align: center;
}

.bottom-desc {
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 30px;
}

.bottom-button-box {
    padding-left: 30px;
    width: 566px;
    height: 46px;
    background: #FDFDFF;
    border-radius: 39px;
    border: 2px solid #327AFF;
    margin: 44px auto 0;
}

.bottom-button-box input {
    float: left;
    width: 175px;
    height: 46px;
    font-size: 16px;
    line-height: 46px;
    outline: none;
}

.bottom-button-box span {
    float: right;
    width: 180px;
    height: 44px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bolder;
    line-height: 44px;
    text-align: center;
    margin: 1px;
    border-radius: 31px;
    background: #327AFF;
    cursor: pointer;
}