@charset "utf-8";
/**
    控制线上批改样式的css文件
 */

.warnBar {
    background-color: #fee9e3;
    height: 24px;
    font-size: 12.5px;
    margin-left: -27px;
    margin-right: -27px;
    margin-top: -28px;
    color: #fe7b55;
    padding-top: 4px;
}

.dataResult {
    width: 1000px;
    height: 480px;
}

.editResult {
    width: 1000px;
    height: 440px;
}
.head_table {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    height: 30px;
    font-weight: 600;
}

.head_table .border_td, .body_table .border_td {
    border: 1px solid #aca2a2;
}

.body_table {
    width: 100%;
    margin-top: -1px;
    background-color: #ffffff;
}

.scroll_div {
    height: 445px;
    overflow-y: scroll;
}

.scroll_div::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.scroll_div::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

.scroll_div::-webkit-scrollbar-thumb
{
    background-color:#c0bbbb;
    border-radius: 8px;
}

.body_table .correct_td {
    font-size: 16px;
    text-align: center;
}

.red {
    color: red;
}

.correct {
    box-sizing: border-box;
    border: 2px solid red;
    position: relative;
    margin: -2px;
}

.sign {
    color: blue;
    font-size: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    white-space: nowrap;
}

.base_btn {
    color: #ffffff;
    height: 30px;
    background-color: #20b576;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 14px;
}
.base_btn:hover {
    background-color: #0bc98c;
}

.edit_sign {
    width: 60px;
}


.go_back {
    width: 60px;
    margin-top: -2px;
    height: 24px;
    margin-left: 2.5%;
}

.averageScore {
    width: 120px;
    margin-top: 6px;
}

.average {
    text-align: right;
}

.subScoreInput {
    width: 40px;
    text-align: center;
    margin-left: 10px;
}

.subScoreDiv {
    font-size: 16px;
    width: 15%;
    display: inline-block;
    margin-top: 20px;
    margin-left: 45px;
    text-align: right;
}

.sign_btn {
    position: absolute;
    top: -80%;
    color: #ffffff;
    height: 12px;
    width: 12px;
    background-color: red;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
}

.delete_btn:hover {
    background-color: #ea1a1a;
}

.correct_hide {
    opacity: 0;
}

.delete {
    position: relative;
}

.sure_btn {
    width: 120px;
    margin-left: 44%;
    font-size: 16px;
}

.transparent {
    border-color: transparent;
}

.hide {
    display: none;
}

.body_table td {
    position: relative;
}

.alertWarn {
    position: absolute;
    z-index: 9999;
    background-color: #575555;
    font-size: 14px;
    border-radius: 3px;
    padding: 3px;
    color: #ffffff;
}

.bigU .questionChildClass u, .bigU .questionChildClass underline {
    font-size: 16px;
}

.title {
    font-size: 16px;
    font-weight: 600;
}

input.subScoreInput:focus {
    border: 1px solid #28d78e;
    padding: 1px;
}

span.radius_warn {
    display: inline-block;
    background-color: #f6d5cb;
    border-radius: 8px;
    width: 17px;
    font-size: 8px;
    margin-left: 10px;
    text-align: center;
}

.padding_td {
    padding-left: 10%;
}

.no_correct {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #575555;
    color: #ffffff;
    z-index: 3;
    font-size: 14px;
    border-radius: 4px;
    padding: 2px;
}

.grey_btn {
    color: #ffffff;
    height: 30px;
    background-color: #8B8989;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    width: 60px;
}

.shade {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}