﻿.ulTools {
    width: 640px;
    padding: 20px 0;
    margin: 30px auto;
    background: #f7f7f7;
    text-align: left;
    border: 2px solid #ddd;
    font-size: 14px;
    font-family: '微软雅黑';
    -webkit-border-radius: 10px;
}

    .ulTools li {
        padding: 12px 30px;
        line-height: 30px;
        text-align: center;
    }

        .ulTools li span {
            font-weight: 800;
        }

        .ulTools li em input,
        .ulTools li select {
            width: 130px;
            height: 28px;
            margin-right: 10px;
            border: 1px solid #ccc;
            text-indent: 10px;
            line-height: 28px;
        }

            .ulTools li select option {
                text-indent: 10px;
            }

        .ulTools li em input {
            text-indent: 0;
        }

    .ulTools .liBut {
        height: 60px;
        text-align: center;
    }

        .ulTools .liBut input {
            width: 114px;
            height: 54px;
            background: #498FB8;
            border: 3px solid #C6E3F1;
            color: #fff;
            font-size: 16px;
            cursor: pointer;
            outline: none;
            border-radius: 10px;
            transition: all .3s ease-in;
        }

            .ulTools .liBut input:hover {
                background: #f60;
                border-color: #f90;
            }

.toolsr {
    width: 640px;
    padding: 20px 0 10px;
    margin: 30px auto;
    text-align: left;
    background: #EDF9FF;
    border: 2px solid #C6E3F1;
    font-size: 14px;
    color: #498FB8;
    -webkit-border-radius: 10px;
}

.srHead {
    padding: 5px 0 15px 40px;
    font-weight: 800;
    color: #498FB8
}

.result li {
    height: 25px;
    padding: 5px 0 5px 40px;
    line-height: 24px;
}

    .result li span {
        display: inline-block;
        width: 250px;
        height: 24px;
        border-bottom: 1px solid #C6E3F1;
        line-height: 24px;
        text-align: center;
        color: #f60;
        font-weight: 800;
        font-size: 16px;
        vertical-align: bottom;
    }

#report-result {
    margin: 0 40px;
}

    #report-result ul:after {
        clear: both;
        content: '.';
        display: block;
        visibility: hidden;
        height: 0;
    }

    #report-result ul {
        zoom: 1;
        clear: both;
    }

        #report-result ul li {
            float: left;
            position: relative;
            width: 12.5%;
            height: 25px;
            margin: -1px -1px 0 0;
            border: 1px #C6E3F1 solid;
        }

.dArt .pCode {
    text-align: center;
    font-size: 12px;
}

    .dArt .pCode img {
        display: block;
        margin: 10px auto
    }

.tTable {
    border-collapse: collapse;
    margin: 0 auto;
    background: #fff;
}

    .tTable .trTop td {
        background: #498FB8;
        font-weight: 800;
        color: #fff;
    }

    .tTable .trTop2 td {
        background: #EDF9FF;
        font-weight: 800;
    }

    .tTable td {
        border: 1px #C6E3F1 solid;
        line-height: 26px;
        text-align: center;
    }

@media screen and (max-width:719px) {
    /*工具*/
    .ulTools {
        width: auto;
        padding: 20px 0;
        margin: 0;
        background: none;
        border: 0;
        -webkit-border-radius: 0;
    }

        .ulTools li {
            padding: 5px 0;
            line-height: 24px;
            text-align: center;
        }

            .ulTools li span {
                display: block;
                height: 24px;
                margin: 15px auto;
            }

            .ulTools li em input,
            .ulTools li select {
                display: block;
                margin: 15px auto;
            }

        .ulTools .liBut {
            position: static;
            padding: 10px 0 0;
            margin: auto;
        }

    .toolsr {
        width: auto;
        margin: 0 0 30px;
    }

    .srHead {
        padding-left: 20px;
    }

    .result li {
        padding-left: 20px;
    }

        .result li span {
            width: 150px;
        }

    #report-result {
        margin: 0 20px;
    }

    .dArt .pCode {
        display: none;
    }

    .ulTextlist_3_2 li {
        float: none;
        margin-top: 6px;
    }

    table td {
        font-size: 12px;
    }

    .dArt img {
        max-width: 100%;
    }
}

.com-con {
    padding: 0 20px 20px;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

    .com-con p {
        padding-top: 10px
    }

    .com-con h3, .com-con h4 {
        padding-top: 10px;
        font-weight: 700
    }
