.offer {
    margin-top: 13px;
    background-color: white;
    border: solid 1px #c8c8c8;
    padding: 14px 30px;
    box-sizing: border-box;
}
.offer h3 {
    font-size: 16px;
    color: #323232;
    text-align: center;
}
.offer h3 span {
    color: #fe0000;
}
.offer strong {
    display: block;
    width: 100%;
    margin: 3px 0 4px;
    height: 2px;
    background-color: #FE0000;
}
.offer h4 {
    font-size: 12px;
    color: #323232;
    text-align: center;
    margin-bottom: 10px;
}
.offer input {
    height: 30px;
    width: 100%;
    padding-left: 8px;
    border: solid 1px #c8c8c8;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 12px;
    color: #646464;
    margin-bottom: 10px;
}
.offer .offer-input {
    height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
}
.offer .jx-offer-input{
    width: 100%;
    height: 30px;
    padding-left: 5px;
    border: solid 1px #c8c8c8;
    background:url(../img/project-sj.png)no-repeat 96% center;
    background-size:8px 7px;
    outline: none;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.offer .jx-offer-input option{
    text-align: center;
}
.offer .jx-yeng{
    height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
}
.offer .jx-yeng .input-left{
    float: left;
    width: 60%;
    height: 30px;
    padding-left: 8px;
    border: solid 1px #c8c8c8;
    background: none;
    outline: none;
    box-sizing: border-box;
}
.offer .jx-yeng .input-right{
    float: right;
    width:36%;
    height: 30px;
    padding-left:0;
    border: solid 1px #c8c8c8;
    background: none;
    outline: none;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-color: #b5b5b5;
    box-sizing: border-box;
}
.offer .offer-input select {
    float: left;
    width:56px;
    height: 30px;
    padding-left: 10px;
    border: solid 1px #c8c8c8;
    background:url(../img/project-sj.png)no-repeat 90% center;
    background-size:8px 7px;
    outline: none;
    box-sizing: border-box;
    margin-right:6px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.offer .offer-input :last-child {
    margin-right: 0;
}
.offer a {
    display: block;
    height: 35px;
    width: 100%;
    background-color: #f1544d;
    text-align: center;
    line-height: 35px;
    color: white;
    font-size: 14px;
    margin-bottom: 8px;
}
.offer h5 {
    text-align: center;
    font-size: 14px;
    color: #323232;
}
.offer h5 span {
    color: #f1544d;
}