.inquiry{
    min-width: 1200px;
    padding-bottom: 50px;
    padding-top: 20px;
}
.inquiry-table{
    margin-top: 30px;
}
.inquiry-table table td{
    padding: 15px 0;
}
.inquiry-table table td input{
    height: 46px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    border:1px solid #000000;
    padding: 0 15px;
}
.inquiry-table table td textarea{
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    border:1px solid #000000;
    padding: 10px 15px;
    line-height: 28px;
    height: 160px;
}
.send button{
    background-color: #339999;
    /*background-color: #af2c26;*/
    border: none;
    color: #fff;
    width: 85px;
    height: 38px;
    border-radius: 5px;
    font-size: 16px;
}
.footer{
    /*background: url("../../images/fooder-bg.png");*/
    background: #339999;
    min-width: 1200px;
    padding: 40px 0 20px 0;
    /*background: #af2c26;*/
}
.footer-left{
    float: left;
    width: 350px;
}
.footer-right{
    float: right;
    width: 760px;
}
.footer-title{
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    line-height: 46px;
    text-transform: uppercase;
}
.footer-left-ul{
    /*border-bottom: 1px solid #cccccc;*/
    border-bottom: 1px solid #ffffff;
    padding-bottom: 20px;
    padding-top: 10px;
}
.footer-left-ul li,.footer-left-ul li a{
    font-size:14px;
    /*color:#888888;*/
    color:#ffffff;
    line-height: 40px;
}
.footer-left-ul li i{
    float: left;
    margin-right:10px;
    margin-top: 11px;
    height: 18px;
    line-height: 18px;
}
.footer-right-ul{
    /*border-bottom: 1px solid #cccccc;*/
    border-bottom: 1px solid #ffffff;
    padding-bottom: 20px;
    padding-top: 10px;
}
.footer-right-ul li{
    font-size:14px;
    /*color:#888888;*/
    color: #ffffff;
    line-height: 34px;
    float: left;
    width: 32%;
    margin-right:2%
}
.footer-left-bt{
    /*color: #888888;*/
    color: #ffffff;
    line-height: 26px;
    font-size: 14px;
    padding-top:20px;
}
.footer-right-ul li a:link,.footer-right-ul li a:visited{
    /*color:#888888;*/
    color:#ffffff;
}
.footer-right-ul li a:hover{
    color: #ffffff;
}
.footer-right-ul li:nth-child(3n){
    margin-right:0;
}
.footer-right-fx{
    padding-top: 28px;
    text-align: right;
}
.footer-right-fx a:link,.footer-right-fx a:visited{
    float: left;
    margin-left: 10px;
}
.fooder-bottom{
    height: 40px;
    background-color: #212327;
    min-width: 1200px;
    line-height: 40px;
    font-size: 14px;
    color: #888888;
}
.showIcon{
    position: fixed;
    right: 15px;
    bottom: 200px;
}
.showIcon img{
    cursor: pointer;
}

@media screen and (max-width: 576px){
    .footer,.fooder-bottom{
        min-width: auto;
        padding: 0.3rem 0;
        box-sizing: border-box;
    }
    .footer-left,.footer-right{
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding: 0 0.3rem;
    }
    .footer-title{
        font-size: 0.39rem;
        line-height: 0.69rem;
    }
    .footer-left-ul{
        padding: 0.3rem 0;
    }
    .footer-left-ul li{
        line-height: 0.6rem;
        clear: both;
        font-size: 0.21rem;
        line-height: 40px;
        clear: both;
        font-size: 14px;
        display: flex;
        justify-content: left;
        align-items: center;
    }
    .footer-left-ul li i{
        margin-top: 0.1rem;
    }
    .footer-right-ul li{
        width: 100%;
        float: none;
    }
    .footer-title{
        margin-top: 0.2rem;
    }
    .fooder-bottom{
        height: auto;
        line-height: 0.6rem;
        padding: 0.2rem 0.3rem;
    }
    .showIcon{
        bottom: 1rem;
    }
}

@media screen and (min-width: 577px) and (max-width: 1160px){
    .footer,.fooder-bottom{
        min-width: auto;
    }
    .footer-left{
        padding-left:20px;
        width: 24%;
        box-sizing: border-box;
    }
    .footer-right{
        padding-right: 20px;
        width: 74%;
        box-sizing: border-box;
    }
    .fooder-bottom{
        padding: 0 20px;
    }
}