.main {
    width: 100%;
    height: 100%;
}

.main .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #eee;
    box-shadow: 0 2px 4px 0;
    border-radius: 6px;
    margin: 40px 0px 10px 20px;
    /*overflow: hidden;*/
}

.container .infoWrap {
    width: 726px;
    background-color: #fff;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
}

.infoWrap .infoTitleCon {
    width: 680px;
    height: 40px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.infoTitleCon .titleLeft {
    display: flex;
    align-items: center;
}

.infoTitleCon .infoIcon {
    width: 16px;
    height: 14px;
    margin-right: 10px;
}

.infoTitleCon .infoTitle {
    font-size: 14px;
    color: #333;
}

.infoTitleCon .titleRight {
    width: 56px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.titleRight .titleAssess {
    font-size: 14px;
    color: #1677FF;
    cursor: pointer;
}

.infoWrap .infoCon {
    width: 680px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 8px 0;
}

.infoCon .info_contractNum {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999;
}

.infoCon .infoItem {
    width: 100%;
    height: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.infoItem .infoItem_label {
    width: 70px;
    color: #333;
}

.infoItem .infoItem_value {
    flex: 1;
    color: #333;
}


/*报告样式*/
.container .foodMain {
    width: 726px;
    background-color: #fff;
    margin: 30px 0px 48px 0px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.foodMain .foodHeader {
    width: 680px;
    height: 41px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.foodHeader .foodHeaderLeft {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.foodHeader .foodHeaderIcon {
    width: 13px;
    height: 15px;
    margin-right: 10px;
}

/*报告详情*/
.allFoodReportList {
    width: 690px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
    background-color: #FAFAFA;
}

.foodMain .foodReportList {
    width: 100%;
    display: flex;
    align-items: center;
}

.foodReportList .foodReportItem {
    width: 690px;
    height: 63px;
    background-color: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
    margin: 0px 20px;

}

.foodReportItem .foodReportdiv {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.foodReportList:last-child .foodReportItem {
    /*margin-bottom: 30px;*/
    border-bottom: 0px;
}

.setHeight {
    height: 30px;
}


.foodReportItem .foodReportText {
    flex: 1;
    display: flex;
    align-items: center;
    margin-left: 23px;
    font-size: 14px;
    color: #333;
}

.foodReportStatus {
    width: 80px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    background: rgba(255, 96, 16, 0.1);
    border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.foodReportStatusChar {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #C6000D;
}

.foodZwxsEmpty {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.foodZwxsEmptyImg {
    background: url("../../assets/empty.png") no-repeat 100%;
    margin: 20px 0;
    width: 92px;
    height: 98px;
}

.foodZwxsEmptyText {
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}


/*评价详情*/
.main .evaluateDetail {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 240px auto;
    box-shadow: 0 2px 4px 0;
    margin: 40px 0 0 30px;
}

.evaluateDetail .evaluateHeader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.evaluateHeader .evaluateTitle {
    width: 276px;
    height: 42px;
    border-radius: 36px;
    background-color: #9B1E22;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.evaluateHeader .evaluateTip {
    padding: 26px 0 10px 26px;
    border-bottom: 1px dashed #979797;
}

.evaluateTip .tipSecond {
    line-height: 26px;
    text-indent: 2em;
}

.evaluateDetail .evaluateMain {
    padding-left: 26px;
}

.evaluateMain .formTitle {
    font-size: 16px;
    color: #151515;
    font-weight: bolder;
    margin-bottom: 20px;
    margin-top: 30px;
}

.evaluateMain .form .el-form-item .el-form-item__label {
    font-size: 16px;
    color: #151515;
}

.evaluateMain .form .specialFirstItem .el-form-item__label {
    font-size: 16px;
    color: #666;
}

.evaluateMain .form .specialSecondItem .el-radio {
    margin-top: 10px;
    margin-bottom: 10px;
}

.evaluateMain .form .specialThirdItem {
    display: flex;
    align-items: center;
    justify-content: center
}

.evaluateMain .form .specialThirdItem .el-button {
    width: 315px;
    height: 53px;
    background: #9B1E22;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
}

.evaluateMain .form .el-form-item .el-radio__label {
    font-size: 16px;
    color: #333;
}

.el-form-item__content {
    padding-right: 20px;
}