﻿.fy .fy_r a {
    padding: 0;
}

.fy .fy_r span.alljb {
    margin-left: 0px;
}
 #div_mes_qr {
                position: fixed;
                top: 0px;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 9999;
                text-align: center;
                font-size: 15px;
                background: rgba(0,0,0,0.7);
            }

                #div_mes_qr .div_mes_qr_box {
                    width: 500px;
                    background: #fff;
                    position: absolute;
                    top: 100px;
                    left: 50%;
                    margin-left: -250px;
                    text-align: left;
                }

                    #div_mes_qr .div_mes_qr_box #div_mes_qr_title {
                        height: 40px;
                        line-height: 40px;
                        padding: 0 15px;
                        color: #ff6a00;
                        border-bottom: 1px #ddd dotted;
                    }

                    #div_mes_qr .div_mes_qr_box #div_mes_qr_neirong {
                        padding: 20px;
                        overflow: auto;
                        width: 100%;
                        word-break: break-all;
                        border-bottom: 1px #ddd dotted;
                    }

                    #div_mes_qr .div_mes_qr_box #div_mes_qr_btn {
                        margin: 10px;
                        text-align: center;
                    }