.fixedfoot{
    position: fixed;
    bottom:0;
    left: 0;
    width:100%;
    z-index: 800;
    height: 137px;
}
@supports (-ms-ime-align: auto) {
    .fixedfoot {
      position: fixed;
    }
  }

.fixedfoot-info{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 800;
}
.fixedfoot-title{
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 75px;
}
.fixedfoot .iconexit{
    float: right;
    position: absolute;
    right: 0;
    top: -15px;
    cursor: pointer;
    z-index:800 !important;
    width: 30px;
    height: 30px;
}
.fixedfoot .fixedfoot-content-box {
    width: 1180px;
}
.fixedfoot-content{
    width: 938px;
    margin: auto;
    display: block;
    padding-bottom: 10px;
}
.fixedfoot-content li{
    float: left;
    margin-right:32px;
    margin-bottom: 20px;
    position: relative;
}
.fixedfoot-content h6{
    font-size: 14px;
    color: #ffffff;
    line-height:32px;
    width: 58px;
    margin-right:10px ;
    float: left;
    text-align: right;
}
.enterprise-demand{
    width: 150px;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #707070;
    position: relative;
    float: left;
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e5000000,endcolorstr=#e5000000);
    background-color:#000000;
}
.enterprise-demand p{
    font-size:14px ;
    color: #ffffff;
    line-height: 30px;
    width: 100%;
    height: 30px;
    position: relative;
    z-index: 800;
}
.footer-carrier-demand{
    position: absolute;
    left: 68px;
    bottom: 31px;
    z-index: 800;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    width: 160px;
    border: 1px solid #ededed;
}
#footer-carrier-demand{
}
.fixedfoot-content .footer-carrier-demand li{
    width: 278px;
    height: 30px;
    padding-left: 11px;
    line-height: 30px;
    background-color:#ffffff;
    font-size: 14px;
    color: #333333;
    margin: 0;
    float: none;
    overflow: visible;
    cursor: pointer;
    box-sizing: border-box;
}
.enterprise-demand img{
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 9px;
}
.fixedfoot-content input{
    color: #ffffff;
    font-size: 14px;
    line-height: 32px;
}
.verification-num{
    width: 93px;
    padding-left: 10px;
    border: 1px solid #707070;
    float: left;
    height: 30px;
    background: none;
}
.verification-code{
    width: 87px;
    height: 32px;
    float: left;
    display: block;
    cursor: pointer;
}
.footer-input{
    width: 150px;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #707070;
    float: left;
    background: none;
}
.fixedfoot-content .send-email-button{
    width: 120px;
    height: 32px;
    display: block;
    border: none;
    background-color: #d50000;
    margin-left:0;
    line-height: 32px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.fixedfoot-content .button{
    width: 120px;
    height: 32px;
    display: block;
    border: none;
    background-color: #d50000;
    margin-left:0;
    line-height: 32px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
@-moz-document url-prefix() {
    .fixedfoot-content .button {
        line-height: 30px;
    }
    .fixedfoot-content .footer-carrier-demand li{
        width: 252px;
    }
}
.fixedfoot-content .button:hover{
    background-color: #b60e0e;
    transition: all .225s ease-in-out;
}
.county-top{
    display: none;
}
.fixedfoot .iconexit img{
    width: 30px;
    height: 30px;
}
.footer-float-in{
    opacity: 1;
    transition: .8s ease-in-out;
    -moz-transition: .8s ease-in-out;
    -webkit-transition: .8s ease-in-out;
    -o-transition: .8s ease-in-out;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 137px;

}
.footer-float-out {
    opacity: 0;
    transition: .8s ease-in-out;
    -moz-transition: .8s ease-in-out;
    -webkit-transition: .8s ease-in-out;
    -o-transition: .8s ease-in-out;
    position: fixed;
    bottom: 0;
    left: -100%;
}

.footer-float-in-shot{
    opacity: 1;
    transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    -webkit-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    position: fixed;
    bottom: 100px;
    left:0;
}
.footer-float-out-shot {
    opacity: 0;
    transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    -webkit-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    position: fixed;
    bottom: 100px;
    left:-100%;
}

.left-footer{
    width: 280px;
    height: 60px;
    background: url(/assets/img/left-footer.png) no-repeat 100%;
    position: fixed;
    bottom:86px;
    z-index: 800;
}

.left-footer div{
    font-size: 15px;
    color: #fff;
    padding-top: 10px;
    padding-left: 20px;
}
.left-footer p{
    padding-top: 9px;
    font-family: arial;
    color: #fff;
    font-size: 17px;
    padding-left: 20px;
}
.foot-button{
    width: 40px;
    height: 60px;
    position: absolute;
    right: 12px;
    top: 0;
    cursor: pointer;
    z-index: 800;
}
.footer-bottom{
    width: 100%;
    height: 137px;
    position: absolute;
    bottom:0;
    left: 0;
    background-color:rgba(0,0,0,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e5000000,endcolorstr=#e5000000);
}
