.detail-container {
    padding: 0 52px 15px 52px;

}

.detail-title {
    font-weight: 400;
    font-size: 26px;
    color: rgba(0, 95, 171, 1);
    line-height: 30px;
    margin: 41px 0 52px;
}

/*顶部计算*/
.js_form_l .form-group {
    margin-bottom: 35px;
}

.js_form_l_label {
    text-align: right;
    line-height: 40px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(17, 17, 17, 1);
}

.js_form_l .input-group {
    height: 40px;
}

.js_form_l input[type=password], input[type=text], textarea {
    height: 40px;
    background: rgba(250, 250, 250, 1);
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: none;
    font-weight: 400;
    color: rgba(17, 17, 17, 1);
}

.js_form_l label.error {
    position: absolute;
    bottom: -27px;
    left: -5px;
}

.js_form_l .input-group input[class="form-control"] {
    height: 40px;
    background: rgba(250, 250, 250, 1);
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: none;
}

.js_form_l .input-group .bootstrap-select > .dropdown-toggle {
    height: 40px;
    background: rgba(250, 250, 250, 1);
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: none;
    outline: none;
    display: flex;
    align-items: center;
}

.bootstrap-select .dropdown-toggle .filter-option {
    height: auto;
}

.js_form_l .input-group .dropdown-menu {
    padding: 0;
}

.js_form_l .input-group .bootstrap-select .dropdown-toggle .caret {
    right: 30px;
}

.js_form_l .input-group .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #ffffff;
    background: rgba(0, 95, 171, 1) !important;
}

.js_form_l .input-group select[class="form-control"]:after {
    right: 30px;
}

.input-group-addon {
    background: rgba(250, 250, 250, 1);
    border: 1px solid transparent;
}

/* 表单提交按钮 */
.js_form_btns {
    margin-top: 10px;
    text-align: right;
}

.js_form_btn {
    display: inline-block;
}

.js_form_btn span {
    display: inline-block;
    margin-left: 30px;
    border-radius: 3px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 14px;
    padding: 14px 35px;
    cursor: pointer;
}

.js_form_btn span:nth-of-type(2) {
    color: rgba(0, 95, 171, 1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 95, 171, 1);
}

.js_form_btn span:nth-of-type(1) {
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 95, 171, 1);
    border: 1px solid rgba(0, 95, 171, 1);
}

/* 计算结果*/
.js_result {
    background: rgba(250, 250, 250, 1);
    border-radius: 3px;
    /*height: 260px;*/
}

.js_result h2 {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: rgba(17, 17, 17, 1);
    line-height: 18px;
    padding: 25px 48px 25px 18px;
}

.js_r_ul {
    padding: 8px 18px 0;
    margin-bottom: 120px;
}

.js_r_ul li span:nth-of-type(1) {
    font-weight: 400;
}

.js_r_ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #111111;
    line-height: 16px;
}

.js_r_ul li span {
    font-size: 16px;
    font-family: Source Han Sans CN;
}

.js_r_ul li span:nth-of-type(2) i {
    font-weight: 400;
    font-style: normal;
    margin-left: 6px;
}

.js_result p {
    padding: 5px 0 15px 48px;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 12px;
}

/*表格展示*/
.js_table {
    margin-top: 68px;
}

.js_table thead th {
    background: rgba(232, 244, 252, 1);
    height: 40px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(0, 95, 171, 1);
    word-break: keep-all;
}

.js_table tbody td {
    height: 40px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    background-color: #ffffff;
}

/*手机屏幕*/
@media screen and (max-width: 600px) {
    .detail-container {
        padding: 0px 0px 20px 0px;
        border: 0;
    }

    .detail-title {
        margin: 16px 0 20px;
        text-align: left;
        line-height: 30px;
    }

    .js_form_l_label {
        text-align: left;
        line-height: 28px;
    }

    .js_form_btn span {
        margin-left: 17px;
        font-size: 14px;
        padding: 14px 20px;
    }

    .js_r_ul {
        padding: 0 10px;
    }

    .js_result h2 {
        padding: 20px 10px;
    }
}

@media screen and (max-width: 992px) {
    .js_form_l_label {
        text-align: left;
        line-height: 28px;
    }
}

.p_distance {
    padding: 0;
}

.p_label {
    padding-left: 8px;
}