/*������*/
.saveBox{
    display:none;
    width: 52%;
    background-color: #fff;
    padding: 10px 20px;
    height: 320px;
    overflow-y: scroll;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.saveBox .noClose{
    width: 100px;
    height: 32px;
    margin: 0px auto;
    margin-top: 30px;
    background: #c40311;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #fefefe;
    cursor: pointer;
    border: 0;
    transition: all 0.2s;
}

.saveBox .topName{
    height: 35px;
    text-align: center;
}

.saveBox .topName p{
    font-size: 18px;
    color: #193761;
    font-weight: bold;
}

.saveBox>textarea{
    width: 100%;
    height: 100px;
}

.saveBox .foot{
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.saveBox .foot button{
    padding: 3px 0px;
    margin: 0 20px;
    width: 80px;
}



.saveBox table th, .saveBox table td {
    padding: 15px 15px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #d6dbdf;
}
.saveBox table{
    width:100%;
    margin-top: 16px;
}
.saveBox table th{
    background: #f5f6f8;
}
.saveClose{
    padding: 5px;
    float: right;
    cursor: pointer;
    position: fixed;
    right: 0%;
}
.bd{
    margin-top: 15px;
    margin-bottom: 15px;
}

.fir .two .three {
    font-size: 14px;
    display: inline;
}

.fir ul .on {
    color:#ffffff;
    background-color: #c40311;
}

.two ul .on {
    color:#ffffff;
    background-color: #c40311;
}
.three ul .on {
    color:#ffffff;
    background-color: #c40311;
}

.fir ul li {
    float: left;
    line-height: 45px;
    height: 45px;
    cursor: pointer;
    text-align:center;
    color: #333;
    font-size: 15px;
    width: 81px;
    /* margin-top: 5px; */
}

.two ul li {
    float: left;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
    padding: 0px 6px;
    color: #333;
    font-size: 15px;
    margin-top: 5px;
}

.three ul li {
    float: left;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
    padding: 0px 6px;
    color: #333;
    font-size: 15px;
    margin-top: 5px;
}



.formSlect{
    position: relative;
}
.formSlect .formOption{
    cursor: pointer;
}

.fl{
    float: left;
}

.spanList{
    list-style: none;
    width: 84%;
    float: left;
}

#result{
    margin: 0 auto;
    /*border:solid 1px #BDBDBD;*/
}

table th {
    width: 33%;
}
#result td{
    text-align: center;
    padding: 10px 10px;
    /*border:solid 1px #BDBDBD;*/
}

.bd span{
    display: block;
    float: left;
    color: #333;
    line-height: 45px;
    height: 45px;
    margin-right: 20px;
    font-size: 15px;
}

.bd .formName{
    position: relative;
    width: 455px;
    height: 45px;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
}

.bd .formName input{
    height: 100%;
    width: 258px;
    float: left;
    padding: 10px;
    line-height: 25px;
    background: transparent;
}

.note{
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    color: gray;
}

#ajxz{
    height: 70px;
}

.div_no{
    margin-top: 15px;
}

.type_li{
    /* margin-top: 15px; */
}

.sq_span{
    float:right;font-weight: normal;cursor: pointer;color: #375ce1;
}

.code_icon{
    float: left;
    display: block;
    margin: 3px 0;
    height: 38px;
    width: 45px;
    border-right: 1px solid #dcdcdc;
    line-height: 33px;
    text-align: center;
}

.tabs{
    display: flex;
    justify-content: space-between;
}

.eachTab{
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}
.tabs .active{
    background-color: #c40311;
    color: #FFF;
    border-radius: 4px;
    position: relative;
}
.tabs .active::after{
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #c40311;
}

.result-card{
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px;
}
.result-card .card-row{
    line-height: 28px;
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
}
.result-card .card-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}
.result-card .food-name{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    flex: 1;
    text-align: left;
}
.result-card .status-tag{
    width: 60px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 10px;
}
.result-card .status-pass{
    background: #e8f5e9;
    color: #4caf50;
}
.result-card .status-fail{
    background: #ffebee;
    color: #c40311;
}
.result-card .detail-btn{
    padding: 8px 12px;
    background: #c40311;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
}
.result-card .detail-btn:hover{
    background: #a00210;
}
.result-card .label{
    color: #999;
    margin-right: 5px;
}
.result-card .value{
    color: #333;
    margin-right: 20px;
}

.saveTitle {
    text-align: left;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
}