@import "common.css";

.html {
    width: 1200px;
    margin: 0 auto;
}

.zs-wmain {
    padding: 20px 0;
}

.zs-main.zhengshu {
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 5px;
    width: 760px;
    margin: 0 auto;
    padding: 50px 0;
}

.zs-main.zhengshu table tr td {
    padding: 10px;
}

.zs-main.zhengshu .zhengshu-form-add .head {
    text-align: center;
}

.zs-main.zhengshu .zhengshu-form-add .head .c {
    font-size: 20px;
    color: #0767b1;
}

.zs-main.zhengshu .zhengshu-form-add .head .c2 {
    display: inline-block;
    margin: 0 15px;
    display: none;
}

.zs-main.zhengshu .zhengshu-form-add .head .c3 {
    font-size: 14px;
    color: #f01100;
    display: none;
}

.zs-main.zhengshu .zhengshu-form-add .head .c3 a {
    color: #f01100;
}

.zs-main.zhengshu .zhengshu-form-add .list {
    width: 340px;
    margin: 40px auto 0;
}

.zs-main.zhengshu .zhengshu-form-add .list dl {
    padding-left: 75px;
    margin-top: 10px;
}

.zs-main.zhengshu .zhengshu-form-add .list dl dt {
    float: left;
    margin-left: -75px;
    line-height: 30px;
    font-size: 14px;
}

.zs-main.zhengshu .zhengshu-form-add .list dl dd {
    position: relative;
}

.zs-main.zhengshu .zhengshu-form-add .list dl dd .input {
    width: 100%;
    height: 35px;
    border: 1px solid #e6e6e6;
    outline: 0px;
    box-sizing: border-box;
    padding: 0 10px;
}

.zs-main.zhengshu .zhengshu-form-add .list dl dd {
    position: relative;
}

.zs-main.zhengshu .zhengshu-form-add .list dl dd .validate-code {
    position: absolute;
    right: 17px;
    top: 7px;
}

.zs-main.zhengshu .zhengshu-form-add .list dl.btn {
    text-align: center;
}

.zs-main.zhengshu .zhengshu-form-add .list dl.btn dd {
    margin-top: 35px;
}

.zs-main.zhengshu .zhengshu-form-add .list dl.btn dd .zhengshu-btn {
    background-color: #308cea;
    border: 0px;
    width: 150px;
    height: 40px;
    color: #fff;
    outline: 0px;
    cursor: pointer;
    font-size: 20px;
    background-image: url(../images/zhengshu-button.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    text-align: right;
    padding: 0 10px;
}

.zs-main.zhengshu .zhengshu-result table tr td {
    padding: 10px;
}

.zhengshu-result2,
.zhengshu-norecord {
    border: 1px solid #f0f0f0;
    background-color: #fff;
    border-radius: 5px;
    width: 1200px;
    margin: 0 auto;
    padding: 15px;
}

.zhengshu-result2 .head {
    height: 44px;
    border-bottom: 1px solid #e7e7e7;
}

.zhengshu-result2 .head .column {
    float: left;
    line-height: 44px;
    font-size: 18px;
}

.zhengshu-result2 .head .query {
    float: right;
    padding-left: 20px;
    background-image: url(../images/zhengshu-result-query.gif);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 14px;
    margin-top: 10px;
    margin-right: 10px;
}

.zhengshu-result2 .head .backhome {
    float: right;
    padding-left: 20px;
    background-image: url(../images/zhengshu-result-backhome.gif);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 14px;
    margin-top: 10px;
}

.zhengshu-result2 .table-head {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
    background-color: #2070af;
    border-radius: 5px 5px 0 0;
    margin-top: 20px;
}

.zhengshu-result2 .table-head .baseinfo {
    float: left;
    margin-right: 10px;
}

.zhengshu-result2 .table-data {
    border-spacing: 1px;
    border-collapse: separate;
    background-color: #c2e4ff;
    width: 100%;
}

.zhengshu-result2 .table-data td {
    background-color: #fff;
    padding: 10px;
}

.zhengshu-result2 .table-data tr td:nth-child(1),
.zhengshu-result2 .table-data tr td:nth-child(3) {
    text-align: right;
    width: 15%;
    font-weight: bold;
    font-size: 16px;
}

.zhengshu-result2 .table-data tr td:nth-child(2),
.zhengshu-result2 .table-data tr td:nth-child(4) {
    width: 35%;
    font-size: 14px;
    color: #999;
}

.zhengshu-result2 .table-data tr td .star:before,
.zhengshu-result2 .table-data tr td .star:after {
    content: '***';
    color: red;
}

.zhengshu-result2 .table-data2 {
    border-spacing: 1px;
    border-collapse: separate;
    background-color: #c2e4ff;
    width: 100%;
}

.zhengshu-result2 .table-data2 td {
    background-color: #fff;
    padding: 10px;
}

.zhengshu-result2 .table-data2 tr td:nth-child(1) {
    text-align: right;
    width: 15%;
    font-weight: bold;
    font-size: 16px;
}

.zhengshu-result2 .table-data2 tr td:nth-child(2) {
    width: 65%;
    font-size: 14px;
    color: #999;
}

.zhengshu-result2 .table-data2 tr td dl.zhengshu-qr dd {
    padding-top: 10px;
}

.zhengshu-result2 .table-data2 tr td dl.zhengshu-qr dd .c {
    font-weight: bold;
}

.zhengshu-norecord {
    width: 700px;
    padding: 50px;
}

.zhengshu-norecord ul li {
    line-height: 30px;
}

.zhengshu-norecord ul li.c {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.zhengshu-norecord ul li a {
    color: red;
}

.zsmenu {
    width: 760px;
    margin: 0 auto;
    height: 50px;
    margin-bottom: 10px;
}

.zsmenu ul {
    margin: 0 -1%;
}

.zsmenu ul li {
    float: left;
    width: 23%;
    margin: 0 1%;
    text-align: center;
    line-height: 50px;
    background-color: #2474cb;
    color: #fff;
    cursor: pointer;
}

.zsmenu ul li.selected {
    background-color: red;
}


@media (max-width:640px) {
    body {
        padding: 0 5px;
    }

    .html {
        width: auto !important;
    }


    .top .search,
    .wnav,
    .footer {
        display: none;
    }


    .zs-wtop {
        display: none;
    }

    .zsmenu {
        width: auto;
        height: auto;
    }

    .zsmenu:after {
        content: '';
        display: block;
        clear: both;
    }

    .zsmenu ul {
        margin: 0;
    }

    .zsmenu ul li {
        width: 49%;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .zhengshu-result2 .table-data tr td:nth-child(1),
    .zhengshu-result2 .table-data tr td:nth-child(3) {
        font-weight: normal;
        font-size: 14px;
    }

    .zhengshu-result2 .table-data td {
        padding: 4px;
    }

    .zhengshu-result2 .table-data2 tr td:nth-child(1) {
        font-weight: normal;
        font-size: 14px;
    }

    .zhengshu-result2 .table-data2 td {
        padding: 4px;
    }

    .zhengshu-qr canvas {
        width: 80px;
        height: 80px;
    }


    .zs-wmain {
        padding: 10px 0;
    }

    .zs-main.zhengshu {
        width: auto;
        padding: 50px 0;
    }

    .zs-main.zhengshu .zhengshu-form-add .list dl dd .input {
        width: 96%;
    }

    .zs-main.zhengshu .zhengshu-form-add .list dl dt {
        width: 75px;
        text-align: center;
    }

    .zs-top {
        height: 50px;
        background-size: contain;
        background-position: left center;
    }
}

