.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 .categoryWrap {
    width: 756px;
    margin-top: 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    /*overflow: hidden;*/
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}


/* 样品详情 */

.categoryWrap .medicalMain {
    width: 726px;
    height: 100%;
}

.medicalMain .tabs {
    width: 100%;
    border-bottom: 1px solid #EBECF1;
    display: flex;

    align-items: center;
    margin-bottom: 15px;
}

.tabs .tabItem {
    width: 64px;
    display: flex;
    background-color: #EBECF1;
    margin: 0 68px 0 22px;
    font-size: 16px;
    color: #666;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.tabItem .itemLine {
    width: 44px;
    height: 4px;
    background-color: transparent;
    border-radius: 2px;
    margin-top: 10px;
}

.tabItem .activeLine {
    background-color: #9B1E22;
}

/*.tabLeft .leftItem {*/
/*    width: 460px;*/
/*    height: 100%;*/
/*    background-color: #fff;*/
/*    position: relative;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    color: #C6000D;*/
/*    font-size: 14px;*/
/*}*/

/*.tabLeft .leftItem::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: -30px;*/
/*    width: 75px;*/
/*    height: 86px;*/
/*    transform: skew(22deg);*/
/*    border-top-right-radius: 20px;*/
/*    background-color: #fff;*/
/*    color: #666;*/
/*}*/

/*.tabLeft .rightItem {*/
/*    flex: 1;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    border-top-right-radius: 20px;*/
/*    font-size: 14px;*/
/*}*/

/*.tabRight .rightItem {*/
/*    width: 460px;*/
/*    height: 100%;*/
/*    background-color: #fff;*/
/*    position: relative;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    color: #C6000D;*/
/*    font-size: 14px;*/
/*}*/

/*.tabRight .rightItem::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -30px;*/
/*    width: 75px;*/
/*    height: 86px;*/
/*    transform: skew(-22deg);*/
/*    border-top-left-radius: 20px;*/
/*    background-color: #fff;*/
/*    color: #666;*/
/*}*/

/*.tabRight .leftItem {*/
/*    flex: 1;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    border-top-right-radius: 20px;*/
/*    font-size: 14px;*/
/*}*/

/* 样品详情 */
.container .detailList {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin-bottom: 48px;
    border-radius: 6px;
}

.detailList .filterWrap {
    width: 100%;
    height: 66px;
    position: relative;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
}

.filterWrap .filterHeader {
    width: 706%;
    height: 38px;
    display: flex;
    margin-left: 8px;
}

.filterHeader .filterItem {
    /*width: 156px;*/
    width: 178px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    margin-right: 60px;
    cursor: pointer;
}

.filterItem .filterImg {
    width: 14px;
    height: 9px;
}

.filterItem .filterText {
    flex: 1;
    margin-left: 14px;
}

.filterWrap .filterCon {
    width: 100%;
    background-color: #CCCCCC;
    position: absolute;
    top: 67px;
    left: 0;
    z-index: 10;
    overflow-y: scroll;
}

.filterCon::-webkit-scrollbar {
    display: none
}

.filterCon .filterConItem {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 30px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #EEEEEE;
    cursor: pointer;
}

.filterCon .filterConItemAll {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 30px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #EEEEEE;
    cursor: pointer;
}


.filterCon .filterConItem:last-child {
    box-shadow: 1px 2px 4px -1px #C5C5C5;
}


.filterCon .activeFilterItem {
    background-color: #F5F5F5;
    color: #C6000D;
}

.filterConItem .chooseImg {
    width: 28px;
    height: 20px;
}

.detailList .detailItem {
    width: 726px;
    /*margin: 10px 0;*/
}

.detailItem .detailItemRow {
    width: 100%;
    min-height: 63px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #EEEEEE;
}

.detailItem:last-child .detailItemRow {
    border-bottom: 0px;
}

.detailItemRow .firstRow {
    width: 100%;
    height: 63px;
    display: flex;
    align-items: center;
}

.firstRow .detailItemRowLeft {
    flex: 1;
    display: flex;
    align-items: center;
}

.firstRow .detailItemRowRight {
    width: 107px;
    height: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}


.detailItemRowLeft .itemRowTitle {
    font-size: 14px;
    color: #333;
    margin-left: 23px;
}

.detailItemRowRight .upImg {
    width: 14px;
    height: 8px;
    margin-left: 13px;
}

.detailItemRow .secondRow {
    background-color: #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 22px;
}

.secondRow .reportNo {
    width: 684px;
    height: 52px;
    border-bottom: 1px dashed #999999;
    display: flex;
    align-items: center;
    background-color: #F5F5F5;

}

.secondRow .reportNo:last-child {
    border-bottom: 0px;
}

/*.secondRow:last-child .reportNo:last-child {*/
/*    margin-bottom: 15px;*/
/*}*/

.secondRow .lastReportNo {
    border-bottom: 1px dashed transparent;
}

.reportNo .reportNoLeft {
    flex: 1;
    display: flex;
    align-items: center;
}

.reportNoLeft .reportLabel {
    font-size: 14px;
    color: #333;
    margin-left: 13px;
}


.reportNo .statusInfo {
    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;
}

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

.putAway {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
}

.pullAndDrop {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* 发票信息 */
.container .invoiceList {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 34px;
}

.invoiceItem {
    display: flex;
    align-items: center;
    border-radius: 6px;

}

.invoiceList .invoiceItem {
    width: 690px;
    height: 105px;
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    font-size: 14px;
}

.invoiceList .invoiceItem:first-child {
    margin-top: 20px;
}

.invoiceList .invoiceItem:last-child {
    margin-bottom: 18px;
}

.invoiceItem .invoiceItemRow {
    width: 100%;
    height: 50%;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
}

.invoiceItem .firstRow {
    font-size: 14px;
    border-bottom: 1px dashed #999999;
}

.invoiceItemRow .itemTitle {
    margin-left: 21px;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.invoiceItemRow .itemCopyOp {
    color: #1677FF;
    margin-left: 30px;
    cursor: pointer;
}

/*弹框样式*/
.container .statusWrap {
    width: 790px;
    height: 100%;
    position: absolute;
    top: 729px;
    left: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(51, 51, 51, 0.3);
}


.statusWrap .statusCon {
    width: 330px;
    background-color: #fff;
    border-radius: 6px;
}

.statusCon .statusHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 29px 0 24px;
    height: 50px;
    background-color: #9b1e22;
    font-size: 16px;
    color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.statusHeader .headerImg {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.statusCon .statusPointList {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 36px;
}

.statusPointList .pointItem {
    width: 90%;
    height: 82px;
    display: flex;
    align-content: center;
    justify-content: center;
    /*margin-bottom: 9px;*/
}

.pointItem .pointCenter {
    width: 24px;
    height: 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: -2px 13px 0px 13px;
}

.pointCenter .pointCenter_defaultCircle {
    width: 8px;
    height: 8px;
    margin-top: 4px;
    border-radius: 4px;
    background-color: #999;
}

.pointCenter_defaultCircle.active {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    background: url("../../assets/finish.png") no-repeat scroll 100% 100%;
}

.pointCenter .pointCenter_line {
    width: 2px;
    height: 64px;
    background-color: #eee;
    padding-top: 0px
}

.pointItem:last-child .pointCenter .pointCenter_line {
    width: 0px;
    height: 0px;
}

.pointItem .pointName {
    /* flex: 1; */
    font-size: 16px;
    color: #999;
    margin: -2px 5px;
}

.pointName.active {
    /* flex: 1; */
    font-size: 16px;
    color: #333;
}

/*评价详情*/
.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;
}

.el-radio-group .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;
}





