﻿.jl_root {
    width: 100%;
    height: auto;
    margin-top: 0px;
}

.jl_root ul {
    width: 100%;
    height: auto;
}

    .jl_root ul li {
        width: 99%;
        padding-left: 1%;
        min-height: 45px;
        border-top: 1px solid #eee;
    }

    .jl_root li .labeltitle {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 16px;
    color: #495060;
    line-height: 45px;
    padding-right: 5px;
    box-sizing: border-box;
    width: 73px;
    font-size: 15px;
}

/*.jl_root li label:before {
        content: '*';
        display: inline-block;
        margin-right: 4px;
        line-height: 39px;
        font-family: SimSun;
        font-size: 12px;
        color: #ed3f14;
    }*/

.jlnr {
    width: 96%;
    height: 180px;
    border-radius: 4px;
    outline: none;
    border: none;
    color: #495060;
    font-size: 15px;
    line-height: 24px;
    margin-top: 6px;
    margin-left: 2%;
    word-wrap: break-word;
}


.querybtn {
    width: 60%;
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #2d8cf0;
    border-radius: 4px;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    float: left;
    margin-left: 20%;
    margin-top: 20px;
}

.zstj {
    width: 97%;
    height: 20px;
    color: #535353;
    margin-right: 3%;
    margin-bottom: 5px;
}

    .zstj span {
        width: auto;
        height: 20px;
        line-height: 20px;
        float: right;
    }

.checkbox {
    display: none;
}

.switch {
    width: 60px;
    height: 31px;
    /*background: #56ACFE;*/
    background: #ccc;
    border-radius: 20px;
    padding: 1px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 7px;
    float: right;
    margin-right: 10px;
}

    .switch:after {
        content: '';
        box-shadow: 0 3px 8px 0 rgba(0,0,0,0.15), 0 1px 1px 0 rgba(0,0,0,0.16), 0 3px 1px 0 rgba(0,0,0,0.10);
        width: 28px;
        height: 28px;
        background: #fff;
        border-radius: 50%;
        display: block;
        margin-left: 29px;
        float: left;
        transition: all 0.5s;
    }

.checkbox:checked + .switch:after {
    margin-left: 1px;
}

.checkbox:checked + .switch {
    /*background: #ccc;*/
    background: #56ACFE;
}