
@media (max-width: 767px) {
.znr {
	display: none;
}
}
@media (min-width: 767px){
.Show_Btn {
    display: none;
    position: fixed;
    top: 50%;
    left: 0px;
    width: 18px;
    height: 40px;
    border-radius: 0px 10px 10px 0;
    background: #305aae;
    color: #fff;
    font-weight: 800;
    font-family: '宋体';
    text-align: center;
    line-height: 40px;
    font-size: 28px;
    cursor: pointer;
    transition: 0.2s;
}

.bfts {
    position: absolute;
    top: -90px;
	right: -18px;
}

.bfts img {
    width: 130px;
}

.znr {
    width: 140px;
    height: 330px;
    position: fixed;
    right: 30px;
    bottom: 10px;
	display: block;
}
.speechbox{display: none;}
.speech_img {
    width: 140px;
    height: 330px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.closeBtn {
    width: 18px;
    height: 18px;
    font-size: 26px;
    position: absolute;
    right: -16px;
    z-index: 999999 !important;
    cursor: pointer;
    top: -73px;
    color:#434242;
}
a:link {
    text-decoration: none;
}
.closeBtn:hover{
    text-decoration:none;
}

.znrbox{text-align: center;}
.znrbox img{text-align: center;}
.znrbox a{text-align: center;color: #666;font-size: 20px;font-weight: bold;}
.znrbox a:hover{color: #ff0000;}

@media screen and (max-width : 1198px) {
    .Show_Btn {
        width: 16px;
        font-size: 16px;
    }

    .bfts {
        top: -100px;
        left: -14px;
    }

    .bfts img {
        width: 85px;
    }

    .znr {
        width: 60px;
        height: 100px;
        position: fixed;
        left: 28px;
        top: 68%;
    }

    .speech_img {
        background-size: 100%;
        background-repeat: no-repeat;
        width: 76px;
        height: 150px;
    }
}

}