.common_qrcode_div{
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    z-index: 999999999;
    background-color: #66666680;
    position: fixed;
    display: none;
}
.pl_l{
    display: flex;
    padding-bottom: 10px;
}
.img_text_p .np{
    font-size: 18px;
    line-height: 30px;
}
.img_text_p .tip{
    font-size: 11px;
    line-height: 25px;
}
.img_logo_p{
    width: 100px;
    padding-right: 33px;
}
.img_logo_p img{
    width: 100%;
    border-radius: 50%;
    border: 1px solid #d10518;
}
.common_qrcode_k img{
    width: 300px;
}
.common_qrcode_img{
    width: 400px;
    height: 400px;
    margin: 80px auto;
    background-color: #fff;
    padding: 10px;
    text-align: center;

}
.common_qrcode_title{
    font-size: 16px;
    width: 100%;
    height: 45px;
    line-height: 39px;
    text-align: center;
}
.common_qrcode_k{

    margin: 0 auto;
}
.title_buy{
    font-size: 21px;
    padding: 6px 9px;
    background-color: rgba(239, 51, 64, 1);
    color: #fff;
    width: fit-content;
    text-align: center;
    min-width: 100px;
    border-radius: 50px;
    margin-right: 20px;
}
.title_re{
    font-size: 21px;
    padding: 6px 9px;
    background-color: rgb(186 30 66);
    color: #fff;
    width: fit-content;
    text-align: center;
    min-width: 100px;
    border-radius: 50px;
    margin-right: 20px;
}
.content_buy1{
    justify-content: center;
}
.title_re,.colse_buy_qrcode{
    cursor: pointer;
}

.title_re{
    font-size: 21px;
    padding: 6px 9px;
    background-color: rgb(186 30 66);
    color: #fff;
    width: fit-content;
    text-align: center;
    min-width: 100px;
    border-radius: 50px;
    margin-right: 20px;
}
.content_buy{
    display: flex;
    margin-top: 10px;
    justify-content: center;
}

.message_div{
    background-color: rgba(239, 51, 64, 1);
    box-shadow: 0 2px 14px #9697b480;
    position:fixed;
    right: 0;
    top:150px;
    z-index: 999;
    height: 260px;
    width: 60px;
    border-radius: 30px;
    color: #fff;
}
.message_main{
    padding-top: 30px;
    width: 50px;
    padding: 0 5px;
    text-align: center;
}
.zixun{
    padding-top: 15px;
    cursor: pointer;
}
.zixun01,.zixun02,.zixun03{
    border-bottom: 1px solid #d9d7d7;
    padding-bottom: 8px;
}
.zixun a{
    color: #fff;
}
.code{
    background-color: rgba(239, 51, 64, 1);
    box-shadow: 0 2px 14px #9697b480;
    position: fixed;
    top: 240px;
    width: 150px;
    height: 150px;
    z-index: 99;
    right: 60px;
    display: none;
}
.massage_phone{
    background-color: rgba(239, 51, 64, 1);
    box-shadow: 0 2px 14px #9697b480;
    position: fixed;
    top: 200px;
    width: 173px;
    font-size: 15px;
    height: 150px;
    z-index: 999;
    right: 58px;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px 0px 0px 10px;
}
.code img{
    width: 150px;
    height:150px;
}

.query-pop {
    -webkit-animation: slide-in .216s;
    animation: slide-in .216s;
}

.query-pop .tel .input-wrap, .query-pop .tel .btn-wrap {
    float: left;
}

.query-pop .tel .input-wrap {
    width: 338px;
    height: 39px; /*border-bottom: 1px solid #333;*/ /*margin-right: 10px;*/
}

.query-pop .tel .btn-wrap {
    width: 120px;
}

.query-pop .tel .input-wrap input {
    outline: none;
    border: 0;
    height: 39px;
    line-height: 39px;
    padding: 0;
    font-size: 20px;
}

.query-pop .tel, .query-pop .net {
    padding: 0 40px;
    margin: 15px 0 30px 0;
}

.query-pop .btn-wrap a {
    background: #e60012;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 0 20px 20px 0;
}

.query-pop .btn-wrap .btn-qqstart {
    margin-top: 12px;
}

.query-pop .tip {
    padding-bottom: 5px;
}

.query-pop .close-btn {
    position: absolute;
    top: 10px;
    right: -140px;
    text-decoration: underline;
    color: #999;
    font-size: 12px;
    width: 25px;
    height: 25px;
    text-indent: -100em;
    overflow: hidden;
    background: url(/resources1/img/pop-closebtn.png) no-repeat center center;
}

.query-pop {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 20000;
    width: 400px;
    height: 285px;
    padding: 8px;
    margin-left: -200px;
    margin-top: -135px; /*background:url(/resources1/img/query-pop_bg.png) repeat;*/
    display: none;
}

.query-popc {
    width: 559px;
    min-height: 100px;
    background: #fff;
    padding-top: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.query-pop .tel {
    overflow: hidden;
    margin: 15px 0 15px 0;
}

.query-pop .tel .input-wrap input.phonenum {
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    border-left: 1px #ccc solid;
    font-size: 14px;
    color: #333;
    height: 38px;
    line-height: 38px;
    width: 337px;
    text-indent: 5px;
    border-radius: 20px 0 0 20px;
}
.embed-chat-container{
    margin-right: 200px;
}
.query_pphone {
    color: #e60012;
    font-size: 30px;
    line-height: 40px;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

.query-cover {
    -webkit-animation: slide-inn .216s;
    animation: slide-inn .216s;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=70);
    display: none;
}
.mess_bh{
    padding-top: 10px;
    padding-bottom: 20px;
}
.cl{
    clear: both;
}
.kefu{
    background-color: rgb(239 51 64 / 84%);
    box-shadow: 0 2px 14px #9697b480;
    position:fixed;
    right: 0;
    top: 60%;
    z-index: 999;
    height: auto;
    width: 50px;
    border-radius: 30px;
    color: #fff;
}
.div-top{
    background-color: rgb(132 122 123 / 84%);
    box-shadow: 0 2px 14px #9697b480;
    position:fixed;
    right: 0;
    top: 70%;
    z-index: 999;
    height: auto;
    width: 50px;
    border-radius: 30px;
    color: #fff;
    display: none;
}
.div-top .icon1 img {
    width: 50%;
    padding: 25%;
}

.kefu .icon1 img {
    width: 80%;
    padding: 10%;
}
@media (max-width:1200px) and (min-width: 175px){
    .query-pop {
        width: 98%;
    }
    .query-popc {
        width: 97%;
        margin-left: 4%;
    }
    .query-pop .tel .input-wrap input.phonenum {
        width: 100%;
    }
    .query-pop .tel .input-wrap {
        width: 56%;
    }
    .message_div {
        background-color: rgb(239 51 64 / 89%);
    }

}