﻿
.left_img{
    position: absolute;
    z-index: 0;
}
.upimg{
    z-index: 1;
}
.left{
    overflow: hidden;
}
.util-page ul{
    display: flex;
    justify-content: center;
}
.news_detail01 .dangjianleft{
    float: left;
    width: 74%;
    padding: 0;
}

.jrshare_qrbox {
    /* display: none; */
    position: fixed;
    top: 50%;
    left: 50%;
    border: 1px solid #d8d8d8;
    font-size: 14px;
    color: #222;
    background: #fff;
    transform: translate(-50%, -50%);
    z-index: 1001;
    user-select: none;
    width: 222px;
    height: 254px;
}
.jrshare_qrbox .qrbox_top {
    position: relative;
    padding: 5px 20px;
    height: 22px;
    background: #f2f2f2;
}
.qrbox_top{
    display: flex;
    justify-content: space-between;
}
.qrbox_top img{
    width: 12px;
    height: 12px;
}
.qrbox_text{
    width: 180px;
    height: 180px;
    padding: 20px;
}
.qrbox_text img{
    width: 100%;
    height: 100%;
    margin-top: -10px;
}