/* ----------------------推荐表打印时 ---------------------*/
*{margin: 0;padding: 0;font-family: "宋体";}
.tjb_reward{
    width: 210mm;
    height: 297mm;
    margin: 0 auto;
    position: relative;
}
.tjb_reward h3{
    text-align: center;
    line-height: 27mm;
    font-size: 32px;
    font-family: "楷体";
}
.tjb_reward>img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    opacity: 0.5;
}
.table{
    width: 186mm;
    height: 240mm;
    position: absolute;
    left: 12mm;
    top: 27mm;
    border-collapse: collapse;
}
.table tr td{
    font-size: 13px;
    border: 1px solid #333;
    line-height: 5mm;
}
.table tr td.t_center{
    text-align: center;
    font-size: 14px;
}
.table tr td.t_left{
    text-indent: 2mm;
    font-size: 14px;
}
.t_top{
    vertical-align: top;
    padding: 8px 10px;
    position: relative;
}

.t_top span.qianm{
    font-size: 16px;
    position: absolute;
}
.t_top span.qianm b{
    display: inline-block;
    width: 28px;
}
.t_top span.jyzddate{
    font-size: 14px;
    position: absolute;
    /* z-index: 30; */
}
.t_top span.jyzddate b{
    display: inline-block;
    width: 31px;
}
.t_top>img{
    width: 152px;
    height: 152px;
    position: absolute;
    right: 35px;
    bottom: -7px;
    /* opacity: .5; */
    z-index: 10;
}
.noprn .imports{
    position: fixed;
    right: 10%;
    top: 40%;
    width: 130px;
    height: 35px;
    color: #f00;
}
.noprn .Dy_btn{
    position: fixed;
    right: 10%;
    top: 50%;
    width: 90px;
    height: 40px;
    background: #169bd5;
    margin-top: -20px;
    border: none;
    border-radius: 5px;
    color: #fff;
}
.wu{
    text-align: center;
    line-height: 130px;
    font-size: 20px;
}
.yijian{
    display: inline-block;
    font-size: 16px;
    font-family: "宋体";
}
.tjb_reward>p{
    margin-left: 12mm;
    line-height: 6mm;
    font-size: 14px;
}

.Xz_btn {
    position: fixed;
    right: 10%;
    top: 63%;
    width: 90px;
    height: 40px;
    background: #169bd5;
    margin-top: -20px;
    border: none;
    border-radius: 5px;
    color: #fff;
    z-index: 99;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
}

@page {
    size: A4 portrait;
}
@media print{
    .noprn .Dy_btn,.Xz_btn,
    .noprn .imports{
        display: none;
    }
}


