

.hzt-footer-tool {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 46px;
    line-height: 46px;
    /*padding: 0 20px;*/
    font-size: 16px;
}

.hzt-footer-tool div {
    flex: 1;
    text-align: center;
    background-color: #381212;
    font-size: 14px;

}

.hzt-footer-tool div a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.hzt-footer-tool div.weixin {
    color: #fff;
    background-color: rgb(18, 200, 99);
}


.hzt-footer-tool div.weixin span {
    display: inline-block;
    width: 20px;
    height: 20px;
    /* background-color: red; */
    margin-right: 2px;
    vertical-align: middle;
    background-image: url(../images/wx.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}


.hzt-footer-tool-pop {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    display: none;
}


.hzt-footer-tool-pop .hzt-footer-tool-pop-inner {
    width: 90%;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
}


.hzt-footer-tool-pop .hzt-footer-tool-pop-inner .hzt-close {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 20px;
}


.hzt-footer-tool-pop .hzt-footer-tool-pop-inner .tit {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 50px;
}


.hzt-footer-tool-pop .hzt-footer-tool-pop-inner .weixin-num {
    display: inline-block;
    padding: 17px 20px;
    border: 1px solid #000;
    color: red;
    font-size: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    text-decoration: none;
}

.hzt-footer-tool-pop .hzt-footer-tool-pop-inner .tip {
    color: rgb(38, 38, 38);
    font-size: 18px;
    margin-bottom: 50px;
}


.hzt-footer-tool-pop .hzt-footer-tool-pop-inner .hzt-btns {
    display: flex;
}

.hzt-footer-tool-pop .hzt-footer-tool-pop-inner .hzt-btns a {
    flex: 1;
    padding: 0 10px;
}

.hzt-footer-tool-pop .hzt-footer-tool-pop-inner .hzt-btns a img {
    width: 100%;
}

@media screen and (max-width:768px) {
    body {
        padding-bottom: 40px;
    }

    .hzt-footer-tool {
        display: flex;
    }
}