.z-order {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(177, 177, 177, 0.75);
    z-index: 999;
}
.z-order .wp {
    position: relative;
    width: 98%;
    max-width: 1300px;
    margin: 0 auto;
    height: 100%;
    padding: 23px 0 20px;
}
.z-order .tel {
    float: left;
    width: 301px;
}
.form-order2 {
    overflow: hidden;
    padding-left: 27px;
}
.form-order2 .item {
    float: left;
    width: 208px;
    margin: 0 12px 0 0;
}
.form-order2 .item .inp, .form-order2 .item .submit {
    display: block;
    width: 100%;
    padding: 0 12px;
    height: 44px;
    line-height: 42px;
    background-color: #fff;
    border-width: 0;
    outline: 0;
    border-radius: 4px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color: #999999;
    font-size: 16px;
}
.form-order2 .item .submit {
    background-color: #d9181d;
    border: 0;
    position: relative;
    text-indent: -15px;
    color: #fff;
}
.form-order2 .item .submit:after {
    width: 19px;
    height: 19px;
    content: '';
    background: url(../images/enter.png) no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    margin-top: -10px;
    margin-left: 6px;
    top: 50%;
}
@media screen and (max-width:1200px) and (min-width:1024px){
    #z-order {
        display: block;
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        background: rgba(177, 177, 177, 0.75);
        z-index: 999;
    }
    #z-order .tel {
        float: left;
        width: 230px;
    }
    #z-order .form-order2 {
        overflow: hidden;
        padding-left: 10px;
    }
    #z-order .form-order2 .item {
        float: left;
        width: 176px;
        margin: 0 12px 0 0;
    }
}