/*活动页样式start*/
.form-box{
    padding: 5% 8%;
    background-color: #eee;
}
.now-column{
    padding: 0 0 10px 0;
    border-bottom: solid 1px #000;
    margin-bottom: 10px;
}
.form-box input[type='text']{
    width: 94.5%;
    /*width: 100%;*/
    border: solid 2px #dccaa6;
    border-radius: 5px;
    padding: 3% 2.5%;
    margin-bottom: 15px;
}
.form-box textarea{
    width: 94.5%;
    /*width: 100%;*/
    border: solid 2px #dccaa6;
    border-radius: 5px;
    padding: 3% 2.5%;
    margin-bottom: 15px;
}
.form-box .form-button{
    width: 100%;
    border-radius: 5px;
    padding: 3% 2.5%;
    margin-bottom: 15px;
    border: 0;
    background-color: #cc9933;
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 3px #dccaa6;
}
.form-box .file-box{
    position: relative;
}

.select-button{
    position: absolute;
    right:2%;
    top:8%;
    border: 0;
    color: #3198d1;
    background-color: #beeaff;
    padding: 2.2% 4.5%;
    border-radius: 5px;
    cursor: pointer;
}
.modal_bot{
    height: 50px;
    line-height: 50px;
    background-color: #337ab7;
}
.modal_bot a{
    width: 100%;
    display: block;
    color: #fff;
}

/*活动页样式end*/