﻿@charset "utf-8";

#resultInfo {
    margin: 10px 0;
    text-indent: 2em;
}

body {
    width: 750px;
}

.red {
    color: red;
}

.h1 {
    font-size: 16px;
    font-weight: bold;
    color: #4d4d4d;
}

.h2 {
    font-size: 15px;
    font-weight: bold;
    color: #4d4d4d;
}

.w120 {
    width: 120px;
}

.w190 {
    width: 190px;
}

.w260 {
    width: 260px;
}

.w350 {
    width: 350px;
}

.hide {
    display: none;
}

.mod-checkinfo {
    font-family: "微软雅黑";
    font-size: 13px;
    position: relative;
    /*display: inline-block;*/
}

    .mod-checkinfo .mod-tb-block {
        border-collapse: collapse;
        border: none;
    }

        .mod-checkinfo .mod-tb-block td {
            border: 1px solid #FAFAFA;
            line-height: 24px;
            padding: 2px 0;
            /*text-indent: 1em;*/
        }

    .mod-checkinfo .mod-tb-title {
        font-weight: bold;
        color: #4d4d4d;
        text-align: center;
    }

.body-img {
    width: 100%;
}


.seal {
    position: absolute;
    top: 170px;
    right: 170px;
}

    .seal img {
        width: 150px;
    }
