

.hzt-side-weixin-icon {
    position: fixed;
    bottom: 180px;
    right: 20px;
    display: none;
}

.hzt-side-weixin-icon .weixin-icon {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: rgb(26, 173, 23);
    border-radius: 50%;
    background-image: url(../images/weixin.png);
    background-repeat: no-repeat;
    background-size: 70% auto;
    background-position: center;
    overflow: hidden;
}


.hzt-side-weixin-icon .weixin-icon .weixin-line {
    z-index: 2;
    position: absolute;
    display: block;
    top: 0;
    left: -40px;
    height: 50px;
    width: 30px;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation: move 3s both infinite;
}


@keyframes move {
    0% {
        left: -40px;
        opacity: 0.6;
    }

    25% {
        left: 100%;
        opacity: 0.2;
    }

    50% {
        left: 100%;
        opacity: 0.2;
    }

    75% {
        left: -40px;
        opacity: 0.6;
    }

    100% {
        left: -40px;
        opacity: 0.6;
    }
}

/* aaaaaaaaaaaa */

.hzt-pop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    overflow: hidden;
    display: none;
}

.wxid {
    color:#ff0000;
    font-weight: 600;
}
.hzt-pop .hzt-pop-box {
    position: absolute;
    width: 80%;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    padding: 20px;
}

.hzt-pop .hzt-pop-bg {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.hzt-pop .hzt-pop-box-inner img {
    max-width: 100%;
}

.hzt-pop .hzt-pop-box-inner {
    text-align: center;
    color: #666;
    font-size: 16px;
}

.hzt-pop .hzt-pop-box-inner .ok {
    width: 40px;
}


.hzt-pop .hzt-pop-box-inner .qrcode {
    width: 150px;
}


.hzt-pop .hzt-pop-box-inner .hzt-tit {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-top: 10px;
}

.hzt-pop .hzt-pop-box-inner .hzt-info {
    margin-top: 5px;
}


.hzt-pop .hzt-pop-box-inner .open-wx-btn {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px auto 0 auto;

}

.hzt-pop .hzt-pop-box-inner .open-wx-btn a {
    display: block;
    color: #fff;
    background-color: #1aad17;
    font-size: 16px;
    font-weight: 700;
}


.hzt-pop .hzt-pop-box .hzt-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.hzt-pop .hzt-pop-box .hzt-close img {
    width: 20px;
}









/* 微信菜单2 */


.hzt-footer-weixin2{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background-color: #fff;
    padding: 0 15px;
    display: none;
    justify-content: space-between;
    align-items: center;
}

.hzt-footer-weixin2 a{
    display: block;
    width: 48%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;

    
    

}

.hzt-footer-weixin2 a i{
    font-style: normal;
    margin-right: 5px;
}



@media screen and (max-width:768px) {
    body {
        padding-bottom: 60px;
    }

    .hzt-footer-weixin2{
        display: flex;
    }
}



