﻿.ulTools {
    width: 640px;
    padding: 20px 0;
    margin: 30px auto;
    text-align: left;
    background: #f7f7f7;
    border: 2px solid #ddd;
    font-size: 14px;
    font-family: '微软雅黑';
    -webkit-border-radius: 10px;
}

    .ulTools li {
        padding: 12px 30px;
        line-height: 30px;
    }

        .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;
    background: #EDF9FF;
    border: 2px solid #C6E3F1;
    font-size: 14px;
    color: #498FB8;
    -webkit-border-radius: 10px;
}

.srHead {
    padding: 5px 0 5px 40px;
    font-weight: 800;
    color: #498FB8
}

.toolsr li {
    padding: 5px 0 15px 40px;
    line-height: 24px;
}

    .toolsr li span {
        color: #f60;
    }

.dTxt {
    width: 640px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
}

    .dTxt p {
        margin: 12px 0;
        text-align: left;
    }

    .dTxt img {
        width: 100%;
        margin: 12px 0;
    }

    .dTxt .pCode {
        text-align: center;
        font-size: 12px;
    }

        .dTxt .pCode img {
            display: block;
            width: 280px;
            margin: 10px auto
        }

#height-weight-result {
    color: #f60;
    font-weight: 800;
}

table {
    width: 100%;
    margin: 10px auto;
    border-collapse: collapse;
}

    table td {
        border: 1px solid #eee;
        text-align: center;
        line-height: 36px;
        font-size: 14px;
    }

@media screen and (max-width:719px) {
    /*工具*/
    .ulTools {
        width: auto;
        padding: 0px 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: 5px auto;
            }

            .ulTools li em input,
            .ulTools li select {
                display: block;
                margin: 15px auto;
            }

    .toolsr {
        width: 95%;
        margin: 0 auto;
    }

    .srHead {
        padding-left: 20px;
    }

    .toolsr li {
        padding-left: 20px;
    }

        .toolsr li span {
            display: block;
        }

    .dTxt {
        width: auto;
        margin: 0;
    }

        .dTxt .pCode {
            display: none;
        }

    .ulTextlist_3_2 li {
        float: none;
        margin-top: 6px;
    }

    table td {
        font-size: 12px;
    }

    .ulTools .liBut input {
        padding: 8px 15px;
        color: #fff;
        background: #1179ca;
        border: none;
        width: auto;
        height: auto;
        font-size: 14px;
        border-radius: 0px;
    }
}

.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
    }
