/*查询*/
.wjc_check_cont {
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
}

.wjc_check_cont > .wjc_check_header {
    margin-bottom: 20px;
    clear: both;
}

.wjc_check_header > span {
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
}

.wjc_check_header > .wjc_check_jinyong {
    background-color: #ff5150;
}

.wjc_check_header > .wjc_check_name {
    background-color: #4884f4;
}

.wjc_check_header > .wjc_check_medical {
    background-color: #0bc07d;
}

.wjc_check_header > .wjc_new_ad_xiangxi {
    float: right;
    padding: 4px 10px 4px 20px;
    font-weight: normal;
    display: inline-block;
    color: #ec4a3f;
    border: 1px solid #fc9f97;
    border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    background-color: #fff1f0;
    font-size: 16px;
}

.wjc_check_header > span > i {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.wjc_check_cont > .wjc_check_input {

}

.wjc_check_input > textarea {
    outline: none;
    background: none;
    resize: none;
    border: 1px solid #cccccc;
    width: 100%;
    height: 180px;
    box-sizing: border-box;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 20px;
    overflow: auto;
    margin-bottom: 20px;
    font-family: "微软雅黑";
}

.wjc_check_button > span {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    margin-right: 22px;
    color: #ffffff;
    font-size: 18px;
}

.wjc_check_button > .wjc_check_demand {
    background-color: #ff9103;
    padding: 5px 20px;
    cursor: pointer
}

.wjc_check_button > .wjc_check_empty {
    background-color: #e74e40;
    cursor: pointer
}

/*查询结果*/
.wjc_check_result {
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
    clear: both;
    height: 380px;
}

/*左侧*/
.wjc_check_result > .wjc_result_left {
    width: 75%;
    float: left;
}

.wjc_check_result > .wjc_result_right {
    width: 25%;
    float: left;
}

.wjc_result_left > .wjc_result_left_title {
    height: 35px;
    line-height: 35px;
    clear: both;
    margin-bottom: 20px;
}

.wjc_result_left_title > span:first-child {
    float: left;
    font-size: 24px;
    color: #2e2e2e;
    display: inline-block;
}

.wjc_result_left_title > span:last-child {
    float: right;
    display: inline-block;
    color: #ff031e;
    font-size: 14px;
    padding-right: 10px;
}

.wjc_result_left_title > span:last-child > i {
    display: inline-block;
    width: 12px;
    height: 12px;
    float: left;
    border: 1px solid #ff031e;
    border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    line-height: 12px;
    text-align: center;
    position: relative;
    top: 11px;
    margin-right: 5px;
    font-style: normal;
    font-size: 12px;
}

.wjc_result_left > .wjc_result_show {
    height: 200px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 20px;
    overflow: auto;
    width: 100%;
}

/*右侧*/

.wjc_result_right > .wjc_result_right_title {
    height: 35px;
    line-height: 35px;
    margin-bottom: 20px;
    font-size: 18px;
}

.wjc_result_class > li {
    padding: 5px 10px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    color: #ffffff;
    margin-bottom: 10px;
    display: inline-block;
    width: initial;
    border: 0;
}

.wjc_result_class > .wjc_jinyong_num {
    background-color: #ff5150;
}

.wjc_result_class > .wjc_name_num {
    background-color: #4b84f7;
}

.wjc_result_class > .wjc_guide_num {
    background-color: #0dbb7c;
}

.wjc_result_class > .wjc_wenzhang_all_num {
    background-color: #9dafbd;
}

.wjc_result_class > .wjc_all_check_num {
    background-color: #9dafbd;
}



@media only screen and (max-width: 640px) {
    .wjc_check_result > .wjc_result_left {
        width: 98%;
    }

    .wjc_check_result > .wjc_result_right {
        width: 100%;
    }

    .wjc_check_result {
        height: 600px
    }

    .wjc_check_header > .wjc_new_ad_xiangxi {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}