/*2017-12-11 zyr 添加底部浮框 
 */
/*底部浮窗 start*/
.open-query-fix {
    cursor: pointer;
    width: 262px;
    height: 146px;
    background: url("../images/public/fix-open.png")/*tpa=http://www.dggzz.net/public/images/public/fix-open.png*/ center no-repeat;
    background-size: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 300;
    -webkit-transform: translateZ(0px);
}
.brand-query-fix {
    width: 100%;
    height: 230px;
    left: 0;
    bottom: -230px;
    position: fixed;
    -webkit-transform: translateZ(0px);
    z-index: 300;
    overflow: hidden;
}
.brand-query-fix .fix-bg {
    width: 100%;
    height: 148px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../images/transparent_bg/transparent60.png")/*tpa=http://www.dggzz.net/public/images/transparent_bg/transparent60.png*/ repeat;
}
.query-fix-main {
    position: relative;
    width: 1180px;
    margin: 0 auto;
    text-align: center;
}
.fix-center{
    position: absolute;
    width: 325px;
    height: 55px;
    line-height: 55px;
    right: 171px;
    bottom: 60px;
    text-align: left;
}
.fix-center input{
    height: 17px;
    padding: 19px 0;
    width: 305px;
    font-size: 16px;
}
.fix-center a{
    position: absolute;
    bottom: 0;
    right: -146px;
    width: 146px;
    height: 55px;
    line-height: 55px;
}
.colse-fix {
    position: absolute;
    top: 95px;
    right: -30px;
    height: 34px;
    width: 34px;
    background: url("../images/public/fix-close.png")/*tpa=http://www.dggzz.net/public/images/public/fix-close.png*/ center no-repeat;
    cursor: pointer;
}
/*底部浮窗 end*/