.qr_view {
}

.qr_view .qr_text {
    font-size: 16px;
    padding: 12px 0 24px 0px;
    border-bottom: none;
    /* margin-bottom: 8px; */
    /* margin-top: 8px; */
    /* position: relative; */
    color: #666666;
    text-align: justify;
}
.qr_view .qr_item {
    /* margin-bottom: 24px; */
    float: left;
    width: 230px;
}
.qr_view .qr_item .item_tit {
    font-size: 14px;
    padding: 10px 0 0px 0px;
    border-bottom: none;
    /* margin-bottom: 8px; */
    /* margin-top: 8px; */
    /* position: relative; */
    color: #666666;
    text-align: center;
}
.qr_view .qr_item .tiem_qr {
    width: 165px;
    height: 165px;
    margin: 0 auto;
}
.qr_view .qr_item .tiem_qr.wx {
    background:  no-repeat center center;
    background-size: contain;
}
.qr_view .qr_item .tiem_qr.wx_dynamic {
    background:  no-repeat center center;
    background-size: contain;
    width: 180px;
    height: 180px;
}
.qr_view .qr_item .tiem_qr.baidu {
    background:  no-repeat center center;
    background-size: contain;
    width: 145px;
}
.qr_view .qr_item .tiem_qr.alipay {
    background:  no-repeat center center;
    background-size: contain;
    width: 145px;
}
.layui-layer-btn.layui-layer-btn- {
    text-align: center;
}

.nav_view {
    font-size: 14px;
    /* height: 30px; */
    line-height: 32px;
    text-align: center;
    color: #999999;
    cursor: pointer;
    margin-bottom: 16px;
}
.nav_view span {
    width: 160px;
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
    padding: 8px;
}

.nav_view .nav_curp {
    color: #003e7d;
    border-bottom: solid 1px #003e7d;
}
.query-remarks #remarks {
    color: #333333;
}
