/* ----------------------推荐表打印时 ---------------------*/

* {
    margin: 0;
    padding: 0;
}

.tjb_reward {
    width: 210mm;
    height: 297mm;
    /* background: url(../image/chengdu1.jpg) no-repeat; */
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
}

.table {
    width: 186mm;
    height: 237mm;
    position: absolute;
    left: 12mm;
    /* top: 36.5mm; */
    top: 20.5mm;
    border-collapse: collapse;
}

.table tr td {
    font-size: 13px;
    border: 1px solid #333;
}

.table tr td.t_center {
    text-align: center;
    font-size: 16px;
}

.table tr td.t_left {
    text-indent: 2mm;
}

.table tr td.t_l_center {
    text-align: center;
    font-size: 14px;
}

.t_top {
    vertical-align: top;
    padding: 8px 10px;
    position: relative;
}

.t_top p {
    margin-bottom: 8px;
}

.t_top span.qianm {
    font-size: 16px;
    position: absolute;
}

.t_top span.qianm b {
    display: inline-block;
    /* width: 28px; */
    font-weight: normal;
    text-align: center;
}

.t_top span.jyzddate {
    font-size: 14px;
    position: absolute;
    /* z-index: 30; */
}

.t_top span.jyzddate b {
    display: inline-block;
    /* width: 31px; */
    font-weight: normal;
    text-align: center;
}

.t_top>img {
    width: 160px;
    height: 147px;
    position: absolute;
    right: 44px;
    bottom: 44px;
    /* 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: 46px;
    font-family: "宋体";
    margin-left: 112px;
    margin-top: 51px;
    letter-spacing: 4px;
}

.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;
    }
}