.page-spec .desc {
    color: #de2013;
    text-align: center;
    font-size: 1.6rem;
}

.page-spec .kj-wrapper {
    padding: 1rem 0.8rem 1rem;
    box-sizing: border-box;
    background-color: #ffffff;
}

    .page-spec .kj-wrapper .title {
        height: 4rem;
        line-height: 4rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .page-spec .kj-wrapper .title .title-left {
            flex: 1;
            white-space: nowrap;
            font-size: 1.6rem;
            text-align: left;
        }

            .page-spec .kj-wrapper .title .title-left img {
                max-width: 2.5rem;
                height: auto;
                vertical-align: middle;
                margin-right: 0.5rem;
            }

        .page-spec .kj-wrapper .title .title-right {
            flex: 1;
            white-space: nowrap;
            text-align: right;
            color: #999999;
        }

    .page-spec .kj-wrapper .kj-desc {
        text-align: left;
        line-height: 3.5rem;
        height: 3.5rem;
        color: #333333;
		    display: flex;
    justify-content: space-between;
    }

        .page-spec .kj-wrapper .kj-desc .qishu {
            display: inline-block;
            width: 11.5rem;
            background-color: #ffffff;
            background: url("../img/down.png") no-repeat 9.8rem center;
            background-size: 1.3rem;
            border: 1px solid #dddddd;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            font-size: 1.6rem;
            margin: 0 0.2rem;
            background-color: #70c9d1;
            padding: 0.2rem 1.8rem 0.2rem 0.5rem;
            border-radius: 2px;
            color: #1f1c1c;
        }

    .page-spec .kj-wrapper .kj-detail {
        margin-bottom: 0.5rem;
        overflow: hidden;
    }

        .page-spec .kj-wrapper .kj-detail span {
            float: left;
            width: 2.6rem;
            height: 2.6rem;
            line-height: 2.8rem;
            text-align: center;
            border-radius: 50%;
            font-size: 1.8rem;
            color: #ffffff;
            margin: 0.2rem;
        }

            .page-spec .kj-wrapper .kj-detail span.red {
                background-color: #e84542;
            }

            .page-spec .kj-wrapper .kj-detail span.blue {
                background-color: #52a8e1;
            }

            .page-spec .kj-wrapper .kj-detail span:nth-child(1) {
                margin-left: 0 !important;
            }

    .page-spec .kj-wrapper .item-detail {
        width: 100%;
        display: flex;
        justify-content: center;
        align-content: center;
        text-align: left;
        line-height: 2.5rem;
    }

        .page-spec .kj-wrapper .item-detail label {
            flex: 1;
            white-space: nowrap;
        }

            .page-spec .kj-wrapper .item-detail label span {
                font-size: 1.4rem;
            }

    .page-spec .kj-wrapper .tz-detail {
        line-height: 3rem;
    }

        .page-spec .kj-wrapper .tz-detail.spec-detail {
            color: #999999;
        }

    .page-spec .kj-wrapper .btn-box a {
        background-color: #ffffff;
        display: inline-block;
        padding: 0.4rem 0.8rem;
        color: #52a8e1;
        border: 1px solid #52a8e1;
        border-radius: 4px;
        margin: 0.5rem 0 0.5rem 0.5rem;
    }

.kjdetail-wrapper {
    margin-top: 1rem;
    background-color: #ffffff;
    padding: 0 0.8rem 1rem;
}

    .kjdetail-wrapper .kjdetail-title {
        font-size: 1.4rem;
        line-height: 4rem;
        color: #de2013;
    }

    .kjdetail-wrapper .kh-table {
        width: 100%;
    }

        .kjdetail-wrapper .kh-table table {
            width: 100%;
            overflow-x: auto;
            line-height: 2.5rem;
        }

            .kjdetail-wrapper .kh-table table tr th {
                white-space: nowrap;
                font-weight: bold;
            }

            .kjdetail-wrapper .kh-table table tr td {
                text-align: center;
                vertical-align: middle;
            }

            .kjdetail-wrapper .kh-table table tr:nth-child(odd) {
                background-color: #fafcff;
            }

            .kjdetail-wrapper .kh-table table thead tr {
                background-color: #ffffff;
            }

.predict-wrapper {
    margin-top: 1rem;
    background-color: #ffffff;
}

    .predict-wrapper .nav-tuijian .desc-tuijian {
        float: left;
        width: 60%;
        text-align: left;
    }

    .predict-wrapper .nav-tuijian .more-tuijian {
        width: 40%;
        float: right;
        text-align: right;
    }

        .predict-wrapper .nav-tuijian .more-tuijian a {
            font-size: 1.4rem;
            color: #9f9f9f;
        }

            .predict-wrapper .nav-tuijian .more-tuijian a .iconfont {
                font-size: 1.6rem;
                color: #9f9f9f;
            }

    .predict-wrapper .info-box {
        padding: 0 1rem;
    }

        .predict-wrapper .info-box .info-item {
            width: 100%;
            height: 3.5rem;
            line-height: 3.5rem;
            font-size: 1.4rem;
            border-bottom: 1px dashed #dddddd;
        }

            .predict-wrapper .info-box .info-item:last-child {
                border-bottom: none;
            }

            .predict-wrapper .info-box .info-item a {
                display: block;
                width: 100%;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                text-align: left;
            }

.newam {
    display: inline-block;
    width: 11.5rem;
    background: url("../img/down.png") no-repeat 9.8rem center;
    background-size: 1.3rem;
    border: 1px solid #dddddd;
    -webkit-appearance: none;
    font-size: 1.6rem;
    margin: 0 0.2rem;
    padding: 0.2rem 1.8rem 0.2rem 0.5rem;
    border-radius: 2px;
}

.newam {
    display: inline-block;
    width: 11.5rem;
    background: url("../img/down.png") no-repeat 9.8rem center;
    background-size: 1.3rem;
    border: 1px solid #dddddd;
    -webkit-appearance: none;
    font-size: 1.6rem;
    margin: 0 0.2rem;
    padding: 0.2rem 1.8rem 0.2rem 0.5rem;
    border-radius: 2px;
}

.kj-detailss {
    margin-bottom: 0.5rem;
    overflow: hidden;
    display: flex;
}

    .kj-detailss div {
        margin: 0.2rem;
    }

    .kj-detailss span:nth-child(1) {
        margin-left: 0 !important;
    }

    .kj-detailss span {
        display: inline-block;
        width: 2.6rem;
        height: 2.6rem;
        line-height: 2.8rem;
        text-align: center;
        border-radius: 50%;
        font-size: 1.8rem;
        color: #ffffff;
        margin: 0.2rem;
    }

    .kj-detailss p {
        margin: 5px 0;
        font-size: 13px;
    }

    .kj-detailss span.kj-red {
        background-color: #e84542;
    }

    .kj-detailss span.kj-green {
        background-color: #2bd82b;
    }

    .kj-detailss span.kj-blue {
        background-color: #52a8e1;
    }

.jiahaos {
    text-align: center;
    line-height: 2.6rem;
    font-weight: bold;
    font-size: 30px;
}
