body {
    background-color: #fff;
}

.jgbj {
    background: url("../../../static/image/new_view_image/icon_scjg.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 165px;
    padding: 51px 17.5px 0 17.5px;
}

.fjgbj {
    background: url("../../../static/image/new_view_image/f-icon_scjg@2x.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 165px;
    padding: 51px 17.5px 0 17.5px;
}

.juxing {
    background-color: #2AC8C2;
    height: 24px;
    width: 8px;
    float: left;
}

.bt {
    color: #222222;
    font-size: 17px;
    font-weight: Bold;
    float: left;
    margin-left: 12px;
}

.last_item {
    width: calc(50% - 24px);
    height: 40px;
    background-size: contain;
    margin-left: 16px;
    float: left;
    cursor: pointer;
    text-align: center;
    border: 1px #2AC8C2 solid;
    border-radius: 40px;
    color: #2AC8C2;
    background-color: #ffffff;
}

.last_item:hover {

}

.next_item {
    width: calc(50% - 24px);
    height: 40px;
    background-size: contain;
    margin-left: 16px;
    float: left;
    cursor: pointer;
    text-align: center;
    border: 1px #2AC8C2 solid;
    border-radius: 40px;
    color: #ffffff;
    background: linear-gradient(135deg, #2AC8C2, #61DDBE);
}

.next_item:hover {

}

.item_label {
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
}

.unit {
    margin-left: 10px;
}

.normal_input {
    width: 91px;
    height: 27px;
    border: 1px solid #E8E8E8;
    border-radius: 2px;
    padding-left: 5px;
}

.row {
    line-height: 27px;
    margin: 20px 0 0 0;
}

.col-xs-4, .col-xs-5, col-xs-7, .col-xs-8 {
    padding: 0;
}

.small_title {
    font-size: 16px;
    color: #222222;
}

.layui-progress-bar {
    background-color: #2AC8C2;
    height: 12px;
}

.layui-progress {
    border-color: #2AC8C2;
    height: 12px;
}

.submit_item {
    width: calc(100%);
    height: 40px;
    background-size: contain;
    cursor: pointer;
    text-align: center;
    border: 1px #2AC8C2 solid;
    border-radius: 40px;
    color: #ffffff;
    background: linear-gradient(135deg, #2AC8C2, #61DDBE);
    bottom: 28px;
}

.empty_msg {
    white-space: nowrap;
    background-color: #fff8f4;
    border: 1px solid #e3abb9;
    line-height: 20px;
    padding: 2px 4px;
    overflow: hidden;
    font-size: 12px;
    color: #e57b89;
    width: 100%;
    margin: 10px auto;
}

.ico_error {
    width: 14px;
    height: 14px;
    vertical-align: text-bottom;
}

.linebr {
    clear: both; /* 清除左右浮动 */
    word-break: break-word; /* 文本行的任意字内断开 */
    word-wrap: break-word; /* IE */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap; /* HP printers */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
}

.question_content {
    height: calc(100% - 106.5px);
    padding-bottom: 27.5px;
    overflow-y: auto
}

.tip_one {
    background: url('../../../static/image/new_view_image/icon_sbsc_js_bj.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 230px;
    font-size: 15px;
}

.tip_two {
    margin-top: -8px;
    margin-left: 16px;
    width: calc(100% - 32px);
    height: 191px;
    background-color: #ffffff;
    box-shadow: 1px 5px 11px 2px rgba(102, 102, 102, 0.15);
    border-radius: 10px;
    font-size: 15px;
}

.span-left1 {
    width: 5px;
    height: 5px;
    border-radius: 2px;
    border: 1px #fff solid;
    float: left;
    margin-top: 7px;
    background-color: #fff;
}

.span-left2 {
    width: 5px;
    height: 5px;
    border-radius: 2px;
    border: 1px #ffac01 solid;
    float: left;
    margin-top: 7px;
    background-color: #ffac01;
}

.span-right {
    margin-left: 5px;
    float: left;
    width: calc(100% - 12px)
}

.zh_click {
    padding: 2px 16px;
    border-radius: 14px;
    font-size: 14px;
    margin-left: 12px;
    border: 1px solid #2AC8C2;
}