﻿.ulTools {
    position: relative;
    width: 640px;
    height: 171px;
    text-align: left;
    padding: 20px 0;
    margin: 30px auto;
    background: #f7f7f7;
    border: 2px solid #ddd;
    font-size: 14px;
    border-radius: 10px;
}

    .ulTools li {
        float: left;
        width: 450px;
        height: 37px;
        padding: 15px 0 15px 40px;
        line-height: 37px;
    }

    .ulTools .liBut {
        position: absolute;
        top: 40px;
        right: 40px;
        width: 90px;
    }

        .ulTools .liBut input {
            width: 84px;
            height: 84px;
            background: #498FB8;
            border: 3px solid #C6E3F1;
            color: #fff;
            font-size: 14px;
            cursor: pointer;
            border-radius: 10px;
        }

    .ulTools select {
        width: 80px;
    }

.inpTxt {
    width: 80px;
    height: 35px;
    background: #fff;
    border: 1px solid #ccc;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 5px;
}


.toolsr {
    width: 640px;
    padding: 20px 0 10px;
    margin: 30px auto;
    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
}

.toolsr li {
    height: 25px;
    padding: 15px 0 15px 40px;
    line-height: 24px;
}


.dTxt {
    width: 550px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
}

h3 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 100;
}

#results {
    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;
}


table {
    background: #ccc;
}

    table td {
        background: #fff;
        text-align: center;
    }

@media screen and (max-width:719px) {
    /*工具*/
    .ulTools {
        width: 280px;
        height: auto;
        padding: 20px 0;
        margin: 0 auto;
        background: none;
        border: 0;
        -webkit-border-radius: 0;
    }

        .ulTools li {
            float: none;
            width: auto;
            height: auto;
            padding: 10px 0;
            line-height: 26px;
        }

            .ulTools li .inpTxt {
                width: 60px;
                height: 20px;
                line-height: 20px;
                -webkit-border-radius: 0;
            }

            .ulTools li .remark {
                display: block;
                text-indent: 74px;
            }

        .ulTools .liBut {
            position: static;
            padding: 10px 0 0;
            margin: auto;
            text-indent: 0;
        }

            .ulTools .liBut input {
                height: 40px;
            }

    .toolsr {
        width: auto;
        height: auto;
        margin: 0;
    }

        .toolsr li {
            height: auto;
        }

    .srHead {
        text-align: left;
        padding-left: 20px;
    }

    .srBody {
        width: auto;
        height: auto;
        padding-left: 20px;
    }

    .toolsr li {
        padding-left: 0;
    }

    .srBody table {
        width: 100%;
    }

    .srtextl {
        float: none;
        width: 100%;
    }

    .dTxt {
        width: auto;
        margin: 0;
    }

        .dTxt .pCode {
            display: none;
        }

    .ulTextlist_3_2 li {
        float: none;
        margin-top: 6px;
    }

    table td {
        font-size: 12px;
    }
}

.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
    }
