.el-dropdown-link i[data-v-79ce0301] {
  font-size: 16px;
}
img[data-v-79ce0301] {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.el-dropdown[data-v-79ce0301] {
  cursor: pointer;
}
.language_box[data-v-79ce0301] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
}
ul[data-v-acc327ee],
li[data-v-acc327ee] {
  list-style: none;
}
.coin_rules_dialog .ul .li[data-v-acc327ee] {
  margin-bottom: 16px;
}
.coin_rules_dialog h3[data-v-acc327ee] {
  font-weight: 500;
  font-size: 14px;
  color: #313030;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.coin_rules_dialog p[data-v-acc327ee] {
  width: 520px;
  font-weight: 400;
  font-size: 14px;
  color: #606266;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 8px;
}
.sendCode {
  position: absolute;
  bottom: -7px;
  right: 20px;
  cursor: pointer;
  color: #003e67;
}
ul,
li {
  list-style: none;
}

.preferences {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 60px);
  border: none;
}
.preferences .left {
  width: 293px;
  min-width: 293px;
  height: 100%;
  padding: 0 20px;
  background: #fff;
}
.preferences .left .lt_header {
  width: 100%;
  height: 56px;
  padding: 16px 0;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.preferences .left .lt_header .title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #313030;
}
.preferences .left .lt_header .add {
  cursor: pointer;
}
.preferences .left .lt_content {
  width: 100%;
}
.preferences .left .lt_content .ul .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 46px;
  padding: 11px 16px;
  line-height: 24px;
  color: #606266;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
}
.preferences .left .lt_content .ul .li .name {
  display: inline-block;
  width: auto;
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.preferences .left .lt_content .ul .li .del {
  cursor: pointer;
}
.preferences .left .lt_content .ul .li .default_icon {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  line-height: 20px;
  padding: 2px 10px;
  border-radius: 4px;
  max-width: 64px;
  display: inline-block;
  color: #165dff;
  background: rgba(22, 93, 255, 0.2);
}
.preferences .left .lt_content .ul .li.active {
  background: rgba(0, 62, 103, 0.1);
  border-radius: 4px;
}
.preferences .left .lt_content .ul .li.active .name {
  color: #003E67;
}
.preferences .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
  background: #fff;
  border-radius: 4px;
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.preferences .right .rt_template {
  width: 372px;
  border-right: 1px solid #dcdfe6;
  padding-right: 4px;
  height: 100%;
}
.preferences .right .rt_template .rt_header {
  width: 100%;
  height: 56px;
  padding: 16px 0;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.preferences .right .rt_template .rt_header .el-button {
  margin-right: 0 !important;
  font-size: 16px;
  font-weight: 400;
}
.preferences .right .rt_template .rt_content {
  height: calc(100% - 56px);
  overflow-y: auto;
}
.preferences .right .rt_template .rt_content .ul .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  line-height: 24px;
  color: #606266;
  font-weight: 400;
  margin-bottom: 16px;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 16px;
}
.preferences .right .rt_template .rt_content .ul .li .name {
  width: 140px;
  margin-right: 5px;
}
.preferences .right .rt_template .rt_content .ul .li .default_input_number {
  height: 40px;
  line-height: 40px;
}
.preferences .right .rt_template .rt_content .ul .li .default_input_number .el-input__inner {
  text-align: left;
}
.preferences .right .rt_template .rt_content .ul .li .default_input_number .input_number_box {
  position: relative;
  height: 40px;
  display: inline-block;
}
.preferences .right .rt_template .rt_content .ul .li .default_input_number .input_number_box .el-input-number {
  width: 134px;
  line-height: 30px;
}
.preferences .right .rt_template .rt_content .ul .li .default_input_number .input_number_box .unit {
  position: absolute;
  right: 27%;
}

.btn_group {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_group .el-button {
  font-size: 16px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.del_preferences ::v-deep p {
  font-size: 16px;
}
.del_preferences .del_preferences_cancel,
.del_preferences .del_preferences_confirm {
  font-size: 14px;
}

.fullcrown_iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.viewfullcrown_iframe {
  height: calc(100% - 60px);
  width: 100%;
  border: none;
}

.fullScreen {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 8;
}

.view_full_crown {
  border-radius: 4px;
  overflow: hidden;
}
.card_box .form[data-v-6ac1ede6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card_box .el-input[data-v-6ac1ede6] {
  height: 30px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card_box[data-v-6ac1ede6] .el-input__inner {
  height: 30px;
  line-height: 30px;
  border: none;
}
.card_box[data-v-6ac1ede6] .el-input--suffix {
  height: 30px;
  line-height: 30px;
  border: none;
}
.card_box[data-v-6ac1ede6] .el-input--suffix .el-input__icon {
  line-height: 30px;
}
.card_box[data-v-6ac1ede6] .el-form-item__label,
.card_box[data-v-6ac1ede6] .el-form-item__content {
  line-height: 32px;
}
.card_box .el-date-editor[data-v-6ac1ede6] .el-range__icon {
  line-height: 26px;
}
.card_box[data-v-6ac1ede6] .el-range-separator {
  line-height: 24px;
}
.dialog ul[data-v-6d51ce30],
.dialog li[data-v-6d51ce30] {
  list-style: none;
}
.dialog .el-dialog__body[data-v-6d51ce30] {
  max-height: 60vh;
  overflow-y: auto;
}
.dialog[data-v-6d51ce30] .dialog__content .dialog__title {
  height: 24px;
  font-weight: 600;
  font-size: 16px;
  color: #3d3d3d;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 8px;
}
.dialog[data-v-6d51ce30] .dialog__content .dialog__ul {
  max-height: 500px;
  overflow: auto;
}
.dialog[data-v-6d51ce30] .dialog__content .dialog__ul .dialog__li {
  margin-bottom: 8px;
}
.dialog[data-v-6d51ce30] .dialog__content .dialog__ul .dialog__li span {
  font-weight: 500;
  font-size: 14px;
  color: #606266;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.dialog .dialog__footer[data-v-6d51ce30] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialog .dialog__footer .dialog__checkbox[data-v-6d51ce30] {
  margin-right: 4px;
}
.dialog .dialog__footer .dialog__tips[data-v-6d51ce30] {
  max-width: 550px;
  text-align: left;
}
.dialog .dialog__footer .dialog__tips--red[data-v-6d51ce30] {
  color: red;
}
.dialog .dialog__footer .dialog__coin-num--blue[data-v-6d51ce30] {
  width: 16px;
  height: 21px;
  font-weight: 500;
  font-size: 14px;
  color: #165dff;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.dialog .dialog__content .dialog__title[data-v-495e346f] {
  height: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #3d3d3d;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 8px;
}
.dialog .dialog__footer[data-v-495e346f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialog .dialog__footer .dialog__tips[data-v-495e346f] {
  max-width: 550px;
  text-align: left;
}
.cancel-btn--default,
.confirm-btn--default {
  font-size: 14px;
  padding: 12px 20px;
}
.dialog__coin-num--blue {
  width: 16px;
  height: 21px;
  font-weight: 500;
  font-size: 14px;
  color: #165dff;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 2px;
  margin-right: 2px;
}
.patientDetail[data-v-368dcff6] {
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}
.patientDetail .detail-list .d-item[data-v-368dcff6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.patientDetail .detail-list .d-item div[data-v-368dcff6] {
  width: 230px;
  margin-bottom: 8px;
}
.patientDetail .detail-list .d-item div[data-v-368dcff6]:first-child {
  font-weight: 500;
}
.dialog-footer[data-v-368dcff6] {
  float: right;
}
.waterTable {
  position: relative;
}
.waterTable > h3 {
  margin-top: 35px;
}
.waterTable > .el-icon-caret-top {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 55px;
  cursor: pointer;
  color: #003e67;
}
.waterTable .updaterUser_box i {
  position: absolute;
  top: 0px;
  right: 20px;
  cursor: pointer;
  font-size: 16px;
}
@charset "UTF-8";
.second_menus {
  padding: 8px 2px 8px 16px;
}
.second_menus.fold {
  width: 0 !important;
  margin: 0;
  padding: 0;
}
.second_menus .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 32px;
  line-height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 6px;
}
.second_menus .top .back {
  color: #606266;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  cursor: pointer;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  font-weight: 500;
}
.second_menus .top .back.hover_class {
  color: #003E67;
}
.second_menus .search_box {
  margin-top: 12px;
  margin-bottom: 16px;
  position: relative;
  width: calc(100% - 14px);
}
.second_menus .search_box .search_icon {
  position: absolute;
  left: 12px;
  top: 9px;
  z-index: 2;
}
.second_menus .search_box .el-input__inner {
  height: 32px;
  line-height: 32px;
  padding-left: 34px;
}
.second_menus .order_list {
  width: 254px;
  margin-top: 4px;
  height: calc(100% - 96px);
  overflow: hidden; /* 让内部 scroller 处理滚动 */
  position: relative;
}
.second_menus .order_list .scroller {
  height: 100%; /* 填满父容器 */
  width: calc(100% - 3px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
}
.second_menus .order_list .scroller [role=listitem] {
  margin-bottom: 12px;
  margin-right: 2px;
}
.second_menus .order_list .patient_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 12px;
}
.second_menus .order_list .patient_box .patient_name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  color: #303133;
}
.second_menus .order_list .doctor_info {
  line-height: 22px;
  font-size: 12px;
  margin-top: 8px;
  line-height: 22px;
  font-size: 14px;
  font-weight: normal;
  color: #909399;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.second_menus .order_list .doctor_info .doctor_name {
  margin-left: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.second_menus .order_list .organized_icon_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
  line-height: 22px;
  height: 22px;
  color: #909399;
}
.second_menus .order_list .organized_icon_box .default_icon {
  width: 16px;
  height: 16px;
  margin-right: 9px;
}
.second_menus .order_list .organized_icon_box .order_status_icon {
  cursor: pointer;
}
.second_menus .order_list .organized_icon_box .organized_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 22px);
}
.second_menus .order_list .organized_icon_box .organized_icon .creatorDeptName, .second_menus .order_list .organized_icon_box .organized_icon .skillDeptName {
  width: calc(100% - 25px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.second_menus .order_list .organized_icon_box .organized_icon .creatorDeptName > div, .second_menus .order_list .organized_icon_box .organized_icon .skillDeptName > div {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.second_menus .order_Source {
  height: 108px;
  padding: 12px;
  cursor: pointer;
  border: 1px solid #DCDFE6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}
.second_menus .order_Source.hover {
  border: 1px solid #C0C4CC;
}
.second_menus .order_Source.active {
  border: 1px solid #003E67;
  background: #F2F6FC;
}
.second_menus .order_Source.cancel_order span, .second_menus .order_Source.cancel_order .doctor_name, .second_menus .order_Source.cancel_order .creatorDeptName {
  color: #C0C4CC;
}
.second_menus .complete {
  line-height: 22px;
  font-size: 14px;
  color: #86909C;
  text-align: center;
}

.order_detail .order_detail_content .el-card {
  border-bottom: 1px solid #DCDFE6;
  border-left: 1px solid #DCDFE6;
  border-top: none;
  border-right: none;
  height: 106px;
  border-top-left-radius: 0;
}
.order_detail .order_detail_content .el-card.order_info {
  border-bottom: none;
}

.order_status_bg {
  width: auto;
  min-width: 20%;
  max-width: 50%;
  font-size: 13px;
  font-weight: 500;
  height: 24px;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  background: #E9E9EB;
  color: #909399;
  border-radius: 4px;
}
.order_status_bg.caseorder_list {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.order_status_bg .status-1, .order_status_bg .status4 {
  background: #FDE2E2;
  color: #F56C6C;
}
.order_status_bg .status1, .order_status_bg .status3EXIST {
  background: #FCF6EC;
  color: #F3A93B;
}
.order_status_bg .status2, .order_status_bg .status3AFFIRM {
  background: #E1F3D8;
  color: #67C23A;
}
.order_status_bg .status3AGAIN, .order_status_bg .status8AGAIN, .order_status_bg .status8EXIST {
  background: #E5EBF0;
  color: #003E67;
}
.order_status_bg .status {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 2;
}

.content_box .el-button {
  border-radius: 8px;
  margin-right: 0;
}
.content_box .el-button--default {
  border-color: #003E67;
}
.content_box .el-button--default span {
  color: #003E67;
}
.content_box .el-dropdown {
  margin-left: 12px;
  padding: 8px 20px;
  border: 1px solid #003E67;
  border-radius: 8px;
}
.content_box .el-dropdown span {
  color: #003E67;
  font-weight: 500;
  font-family: sans-serif;
}
.top_nav_caseOrder {
  border: none;
}
.top_nav_caseOrder .el-card__body {
  padding-bottom: 12px;
}
.top_nav_caseOrder .el-form-item {
  margin-bottom: 8px;
}
.top_nav_caseOrder .search_item {
  width: 250px;
  height: 32px;
  line-height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top_nav_caseOrder .search_item .el-input__inner {
  height: 32px;
  line-height: 32px;
}

#top_card .search_item .el-input__icon {
  line-height: 32px;
  height: 32px;
}
#top_card .btn_group .el-button {
  height: 32px;
  border-radius: 8px;
}
#top_card .btn_group .el-button span {
  font-size: 14px;
}

.orderInfo .el-row .title_name {
  height: 24px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 16px;
  color: #303133;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
.orderInfo .order_info .module {
  display: block;
}
.orderInfo .order_info .order_box {
  width: 395px;
  padding-right: 20px;
  height: 256px;
}
.orderInfo .order_info .order_box .order_item .line {
  height: 22px;
  line-height: 22px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.orderInfo .order_info .order_box .order_item .line .order_item_title {
  width: 164px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  color: #909399;
  text-align: right;
  margin-right: 20px;
  display: inline-block;
}
.orderInfo .order_info .order_box .order_item .line .order_item_info {
  height: 22px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #303133;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: inline-block;
}
.orderInfo .order_info .tooth_box {
  width: calc(100% - 415px);
  height: 256px;
  padding-left: 36px;
  border-left: 1px solid #DCDFE6;
}
.orderInfo .order_info .tooth_box .title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.orderInfo .order_info .tooth_box .title_box .export {
  border-radius: 8px;
  height: 32px;
  padding: 5px 16px;
  border: 1px solid #DCDFE6;
}
.orderInfo .order_info .tooth_box .img_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 44px);
}
.orderInfo .order_info .tooth_box .img_table .order_img {
  height: 100%;
  margin-right: 28px;
}
.orderInfo .order_info .tooth_box .img_table .order_img img {
  width: auto;
  height: 212px;
  -o-object-fit: contain;
     object-fit: contain;
}
.orderInfo .order_info .tooth_box .img_table .order_img .no_img {
  color: rgb(229, 151, 64);
  width: 212px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 134px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.orderInfo .order_info .tooth_box .img_table .right_table {
  height: 100%;
}
.orderInfo .order_info .tooth_box .img_table .right_table::before {
  height: 0;
}
.orderInfo .order_info .tooth_box .img_table .right_table .el-table__cell {
  padding: 8px 0;
}
.orderInfo .order_info .tooth_box .img_table .right_table .has-gutter tr {
  border: 1px solid #EBEEF5;
}
.orderInfo .order_info .tooth_box .img_table .right_table .has-gutter tr th {
  background: #F5F7FA;
}
.orderInfo .order_info .tooth_box .img_table .right_table .has-gutter tr th .cell {
  line-height: 23px;
  height: 23px;
  font-weight: 500;
  font-size: 14px;
  font-family: Source Han Sans, Source Han Sans;
}
.orderInfo .order_info .tooth_box .img_table .right_table .el-table__body-wrapper {
  height: calc(100% - 40px);
  overflow-y: auto;
}
.orderInfo .order_info .tooth_box .img_table .right_table .el-table__body-wrapper .el-table__body {
  height: 100%;
}
.orderInfo .order_info .tooth_box .img_table .right_table .el-table__body-wrapper .el-table__body tbody, .orderInfo .order_info .tooth_box .img_table .right_table .el-table__body-wrapper .el-table__body colgroup {
  height: 100%;
}
.orderInfo .order_info .tooth_box .img_table .right_table .el-table__body-wrapper .el-table__row {
  border: 1px solid #EBEEF5;
}
.orderInfo .order_info .tooth_box .img_table .right_table .el-table__body-wrapper .el-table__row td .cell {
  height: 22px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #606266;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.orderInfo .make_box {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.orderInfo .make_box .title {
  margin-bottom: 0;
  margin-right: 20px;
}

.Screenshot .title_name {
  height: 24px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 16px;
  color: #303133;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}

.operation_column .el-button {
  height: 32px;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.operation_column .el-button span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.operation_column .el-dropdown-link {
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 500;
}

.order_status .cell span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.caseorder_table .el-table__body-wrapper .el-table__cell .cell {
  height: 26px;
  line-height: 27px;
}
.caseorder_table .el-table__body-wrapper .el-table__cell .cell span {
  display: inline-block;
  text-align: center;
}
.caseorder_table {
  border: none;
}
.caseorder_table .order_card {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #E4E7ED;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  border-radius: 4px 4px 0 0;
}
.caseorder_table .el-tabs__header {
  border-bottom: none;
}
.caseorder_table .el-tabs__header [role=tab] {
  font-weight: 400;
}
.caseorder_table .el-tabs__header .el-tabs__item.is-top {
  border-right: 2px solid #f5f7fa;
}
.caseorder_table .el-tabs__header .el-tabs__item.is-active {
  border-right: 2px solid #E4E7ED;
}
.caseorder_table .el-tabs__header .el-tabs__item.is-active:last-child {
  border-right: 1px solid #E4E7ED;
}
.caseorder_table .el-tabs__nav-wrap {
  margin-bottom: 0;
}
.caseorder_table .el-table .el-table__header-wrapper {
  margin-top: 16px;
}
.caseorder_table .el-table .el-table__header-wrapper .has-gutter .el-table__cell {
  background: #F5F7FA;
  padding: 0;
  height: 39px;
  line-height: 39px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  color: #909399;
}
.caseorder_table .el-table__fixed-right {
  top: 16px;
}
.caseorder_table .el-table__fixed-right thead .operation_column {
  background: #F5F7FA;
  height: 40px;
  padding: 0;
  display: block;
  line-height: 40px;
}
.caseorder_table .el-table__fixed-right thead .operation_column .cell {
  line-height: 23px;
  color: #909399;
}
.caseorder_table .el-table__fixed-right td {
  height: 26px !important;
}
.caseorder_table .el-table__fixed-right td .cell {
  height: 26px !important;
}
.caseorder_table .operation_column .cell > div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.order_list_table .cancel_order .cell {
  color: #C0C4CC;
}

.caseorder_content_box .report_item {
  margin-left: 0 !important;
}
.caseorder_content_box .report_item .el-button {
  margin-right: 12px;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.caseorder_content_box .report_item .el-dropdown {
  margin-left: 0 !important;
}
.caseorder_content_box .title_info {
  max-width: 860px;
  overflow: auto;
}
.detail_header[data-v-ce8006da] {
  height: 50px;
}
.detail_header .header_right[data-v-ce8006da] {
  position: relative;
}
.detail_header .header_right img[data-v-ce8006da] {
  cursor: pointer;
  width: 38px;
  height: 38px;
}
.detail_header .header_right img[data-v-ce8006da]:nth-child(1) {
  margin-right: 20px;
}
.order_info[data-v-ce8006da] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: calc(100% - 126px) !important;
}
.order_info .order_item .order_item_title[data-v-ce8006da] {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.order_info .order_item .order_item_info[data-v-ce8006da] {
  font-size: 12px;
  font-weight: 500;
  color: #003e67;
}
.order_info .order_item_info_designDemand[data-v-ce8006da] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.order_info .order_item_info_designDemand .order_item_title[data-v-ce8006da] {
  display: inline-block;
  width: 60px;
  line-height: 18px;
}
.order_info .order_item_info_designDemand .order_item_info[data-v-ce8006da] {
  white-space: normal;
  overflow-wrap: break-word;
  line-height: 18px;
  width: calc(100% - 70px);
  display: inline-block;
  font-size: 12px;
}
.order_info .order_item_info_designDemand .order_item_info span[data-v-ce8006da] {
  white-space: normal;
  overflow-wrap: break-word;
}
.Screenshot[data-v-18547c02] {
  margin: 15px 0;
}
.Screenshot .detail_header[data-v-18547c02] {
  margin: 25px 0 0 0;
}
.Screenshot .detail_header .header_right[data-v-18547c02] {
  position: relative;
}
.Screenshot .detail_header .header_right img[data-v-18547c02] {
  cursor: pointer;
  width: 38px;
  height: 38px;
}
.Screenshot .detail_header .header_right img[data-v-18547c02]:nth-child(1) {
  margin-right: 20px;
}
.Screenshot .order_jietu[data-v-18547c02] {
  width: 100%;
  min-height: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.Screenshot .order_jietu[data-v-18547c02] :last-child {
  margin-bottom: 0;
}
[data-v-18547c02] .Screenshot .order_jietu.el-row:before,[data-v-18547c02] .Screenshot .order_jietu.el-row:after {
  display: none;
}
.Screenshot .screenshots_item[data-v-18547c02] {
  position: relative;
  border-radius: 0px 8px 0px 0px;
  overflow: hidden;
  margin-top: 20px;
  margin-right: 20px;
}
.Screenshot .screenshots_item img[data-v-18547c02] {
  width: 100%;
  max-height: 212px;
}
.Screenshot .screenshots_item .name[data-v-18547c02] {
  padding: 0 10px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border-radius: 0px 8px 0px 8px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  background: #e59740;
}
.detailPdf_box[data-v-091d4bf8] {
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
  padding: 10px;
}
.detailPdf_box .el-textarea[data-v-091d4bf8] {
  height: 100% !important;
}
.detailPdf_box .el-textarea[data-v-091d4bf8] textarea {
  height: 100% !important;
}
.detailPdf_box .p_title[data-v-091d4bf8] {
  font-size: 26px;
  color: #083e67;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 30px 0;
  height: 30px;
}
.detailPdf_box .p_title .p_line[data-v-091d4bf8] {
  display: inline-block;
  width: 6px;
  border-radius: 4px;
  height: 30px;
  background: #083e67;
  margin-right: 10px;
}
.detailPdf_box .title_box[data-v-091d4bf8] {
  height: 60px;
  background: #083e67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  border-radius: 15px 15px 0px 0px;
}
.detailPdf_box .title_box .order_text[data-v-091d4bf8] {
  color: #eeeeee;
  font-size: 16px;
}
.detailPdf_box .title_box h3[data-v-091d4bf8] {
  color: #eeeeee;
  font-size: 30px;
  font-weight: 500;
}
.detailPdf_box .patient_box[data-v-091d4bf8] {
  padding: 0 10px;
  border-bottom: 1px solid #bbbbbb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detailPdf_box .patient_box > div[data-v-091d4bf8] {
  width: 20%;
  padding: 10px 0;
  color: #252121;
}
.detailPdf_box .Order_info_box[data-v-091d4bf8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.detailPdf_box .Order_info_box > div[data-v-091d4bf8]:nth-child(1) {
  width: 60%;
}
.detailPdf_box .Order_info_box > div:nth-child(1) .order_content[data-v-091d4bf8] {
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
  min-height: 150px;
  height: auto;
}
.detailPdf_box .Order_info_box > div:nth-child(1) .order_content > div[data-v-091d4bf8] {
  width: 50%;
  line-height: 30px;
}
.detailPdf_box .Order_info_box > div[data-v-091d4bf8]:nth-child(2) {
  width: 39%;
}
.detailPdf_box .Order_info_box > div[data-v-091d4bf8]:nth-child(2) .el-textarea__inner {
  border: 1px solid #bbbbbb !important;
  height: 150px;
}
.detailPdf_box .dental_position_info_box .order_content[data-v-091d4bf8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detailPdf_box .dental_position_info_box .order_content .order_img[data-v-091d4bf8] {
  width: 40%;
  height: 350px;
  text-align: center;
}
.detailPdf_box .dental_position_info_box .order_content .order_img .el-image[data-v-091d4bf8] {
  height: 100%;
}
.detailPdf_box .dental_position_info_box .order_content .order_img img[data-v-091d4bf8] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.detailPdf_box .dental_position_info_box .order_content .table_box[data-v-091d4bf8] {
  width: 60%;
  margin-left: 10px;
}
.detailPdf_box .dental_position_info_box .order_content .table_box[data-v-091d4bf8] th {
  background: #ebebeb;
  color: #252121;
  font-size: 16px;
  font-weight: 550;
}
.detailPdf_box .dental_position_info_box .order_content .table_box[data-v-091d4bf8] td {
  font-size: 14px;
}
.detailPdf_box .dental_position_info_box .order_content .table_box[data-v-091d4bf8] .el-table th.el-table__cell.is-leaf,
.detailPdf_box .dental_position_info_box .order_content .table_box[data-v-091d4bf8] .el-table td.el-table__cell {
  border-bottom: 1px solid #bbbbbb;
}
.detailPdf_box .screenshot_box .order_jietu[data-v-091d4bf8] {
  width: 100%;
  min-height: 145px;
  margin-bottom: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
}
[data-v-091d4bf8] .detailPdf_box .screenshot_box .order_jietu.el-row:before,[data-v-091d4bf8] .detailPdf_box .screenshot_box .order_jietu.el-row:after {
  display: none;
}
.detailPdf_box .screenshots_item[data-v-091d4bf8] {
  position: relative;
  border-radius: 0px 14px 0px 0px;
  overflow: hidden;
}
.detailPdf_box .screenshots_item img[data-v-091d4bf8] {
  height: 246px;
}
.detailPdf_box .screenshots_item .name[data-v-091d4bf8] {
  padding: 0 10px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border-radius: 0px 10px 0px 10px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  background: #e59740;
}
[data-v-b0a2fb68] .el-dialog {
  margin-top: 5vh !important;
}
[data-v-b0a2fb68] .el-dialog__body {
  height: 75vh;
}
.detail_header .title[data-v-b0a2fb68] {
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  color: #003e67;
}
.detail_header .header_right[data-v-b0a2fb68] {
  position: relative;
}
.detail_header .header_right img[data-v-b0a2fb68] {
  cursor: pointer;
  width: 38px;
  height: 38px;
}
.detail_header .header_right img[data-v-b0a2fb68]:nth-child(1) {
  margin-right: 20px;
}
.pdf_box[data-v-b0a2fb68] {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.pdf_title[data-v-b0a2fb68] {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #003e67;
  margin-bottom: 15px;
}
.notes_content[data-v-b0a2fb68] {
  margin-top: 15px;
}
.top[data-v-d22de8c8] {
  width: 100%;
  padding: 10px 16px 16px 16px;
  background: #e5ebef;
  margin-bottom: 10px;
}
.top .text[data-v-d22de8c8] {
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 6px;
}
.top .top-text[data-v-d22de8c8] {
  margin-top: 10px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  opacity: 1;
}
.textarea[data-v-d22de8c8] {
  margin-top: 16px;
  margin-bottom: 0px;
}
.progress[data-v-d22de8c8] {
  margin: 10px 0px;
}
.progress span[data-v-d22de8c8] {
  display: inline-block;
  margin: 10px 0px;
}
.bottom .add[data-v-d22de8c8] {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 47px;
  color: #003e67;
  opacity: 1;
}
.detail_header[data-v-00792e48] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.detail_header .title[data-v-00792e48] {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #003e67;
}
.file[data-v-00792e48] {
  margin-bottom: 10px;
  background-color: #f5f5f5;
  padding: 10px 30px 10px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.file .file_left[data-v-00792e48] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.file .file_left img[data-v-00792e48] {
  width: 22px;
  height: 30px;
}
.file .file_left .file_left_info[data-v-00792e48] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 12px;
}
.file .file_left .file_left_info span[data-v-00792e48] {
  font-size: 12px;
  font-weight: 500;
  line-height: 11px;
  color: #333333;
}
.file .file_right img[data-v-00792e48] {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.file .file_right img[data-v-00792e48]:nth-child(2) {
  margin-left: 20px;
}
.download[data-v-46bc3226] {
  height: 100%;
}
.download .download_alert[data-v-46bc3226] {
  height: 40px;
  background: #fcf6ec;
  border-radius: 8px 8px 8px 8px;
}
.download .download_alert .el-alert__title[data-v-46bc3226] {
  height: 22px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #f3a93b;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.download .prompt_box[data-v-46bc3226] {
  padding: 10px;
  background: #bfd4f5;
  margin-bottom: 10px;
}
.download .detail_header[data-v-46bc3226] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.download .detail_header .title[data-v-46bc3226] {
  height: 24px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 16px;
  color: #303133;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.download .detail_header .sub_title[data-v-46bc3226] {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-left: 10px;
  font-size: 12px;
}
.download .file[data-v-46bc3226] {
  margin-bottom: 10px;
  background-color: #f5f5f5;
  padding: 10px 30px 10px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.download .file .file_left[data-v-46bc3226] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.download .file .file_left img[data-v-46bc3226] {
  width: 22px;
  height: 30px;
}
.download .file .file_left .file_left_info[data-v-46bc3226] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 12px;
}
.download .file .file_left .file_left_info span[data-v-46bc3226] {
  font-size: 12px;
  font-weight: 500;
  line-height: 11px;
  color: #333333;
}
.download .file .file_right[data-v-46bc3226] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.download .file .file_right img[data-v-46bc3226] {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.download .file .file_right img[data-v-46bc3226]:nth-child(2) {
  margin-left: 20px;
}
.download .file .file_right .state_box[data-v-46bc3226] {
  margin-left: 10px;
  margin-top: 3px;
}
.download .file .file_right .failed_box[data-v-46bc3226] {
  margin-top: 5px;
  margin-right: 20px;
  color: #9c9c9c;
}
.download .not_data_box[data-v-46bc3226] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.download .not_data_box span[data-v-46bc3226] {
  display: inline-block;
}
.download .not_data_box .overdueText[data-v-46bc3226] {
  margin-right: 10px;
}
.download .not_data_box .loadBtn[data-v-46bc3226] {
  color: #409eff;
  cursor: pointer;
}
.pdf_box[data-v-46bc3226] {
  width: 100%;
  padding: 15px;
}
.pdf_title[data-v-46bc3226] {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #003e67;
  margin-bottom: 15px;
}
.notes_content[data-v-46bc3226] {
  margin-top: 15px;
}
[data-v-46bc3226] .el-loading-spinner {
  margin-top: -16px;
  left: -7px;
}
[data-v-46bc3226] .el-loading-spinner .circular {
  width: 30px;
  height: 30px;
}
.download[data-v-7389c01f] {
  height: 100%;
  padding-top: 0;
}
.download .download_alert[data-v-7389c01f] {
  height: 40px;
  background: #fcf6ec;
  border-radius: 8px 8px 8px 8px;
}
.download .download_alert .el-alert__title[data-v-7389c01f] {
  height: 22px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #f3a93b;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.download .prompt_box[data-v-7389c01f] {
  padding: 10px;
  background: #bfd4f5;
  margin-bottom: 10px;
}
.download .detail_header[data-v-7389c01f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.download .detail_header .title[data-v-7389c01f] {
  height: 24px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 16px;
  color: #303133;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.download .detail_header .sub_title[data-v-7389c01f] {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-left: 10px;
  font-size: 12px;
}
.download .file[data-v-7389c01f] {
  margin-bottom: 10px;
  background-color: #f5f5f5;
  padding: 10px 30px 10px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.download .file .file_left[data-v-7389c01f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.download .file .file_left img[data-v-7389c01f] {
  width: 22px;
  height: 30px;
}
.download .file .file_left .file_left_info[data-v-7389c01f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 12px;
}
.download .file .file_left .file_left_info span[data-v-7389c01f] {
  font-size: 12px;
  font-weight: 500;
  line-height: 11px;
  color: #333333;
}
.download .file .file_right[data-v-7389c01f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.download .file .file_right img[data-v-7389c01f] {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.download .file .file_right .state_box[data-v-7389c01f] {
  margin-left: 10px;
  margin-top: 3px;
}
.download .file .file_right .failed_box[data-v-7389c01f] {
  margin-top: 5px;
  margin-right: 20px;
  color: #9c9c9c;
}
.download .not_data_box[data-v-7389c01f] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.download .not_data_box span[data-v-7389c01f] {
  display: inline-block;
}
.download .not_data_box .overdueText[data-v-7389c01f] {
  margin-right: 10px;
}
.download .not_data_box .loadBtn[data-v-7389c01f] {
  color: #409eff;
  cursor: pointer;
}
.pdf_box[data-v-7389c01f] {
  width: 100%;
  padding: 15px;
}
.pdf_title[data-v-7389c01f] {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #003e67;
  margin-bottom: 15px;
}
.notes_content[data-v-7389c01f] {
  margin-top: 15px;
}
[data-v-7389c01f] .el-loading-spinner {
  margin-top: -16px;
  left: -7px;
}
[data-v-7389c01f] .el-loading-spinner .circular {
  width: 30px;
  height: 30px;
}
.dialog_hidden[data-v-7389c01f] {
  opacity: 0;
}
@charset "UTF-8";
.reviewList[data-v-3be4488f] .el-checkbox__inner {
  background-color: #cccccc;
  border-color: #cccccc;
}
.reviewList[data-v-3be4488f] .is-checked .el-checkbox__inner {
  background-color: #003e67;
  border-color: #003e67;
}
.reviewList[data-v-3be4488f] .el-checkbox__inner::after {
  -webkit-transform: rotate(45deg) scaleY(1);
          transform: rotate(45deg) scaleY(1);
}
.reviewList .checkAllBox[data-v-3be4488f] .el-checkbox {
  width: 120px;
  height: 50px;
  position: absolute;
  right: 0;
  top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviewList .checkAllBox[data-v-3be4488f] .el-checkbox__label {
  width: 80px;
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  display: inline-block;
}
.reviewList .remarksBox[data-v-3be4488f] {
  background: rgba(204, 204, 204, 0.2);
  border-radius: 10px 10px 0px 0px;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
}
.reviewList .items_item[data-v-3be4488f] {
  background: rgba(204, 204, 204, 0.2);
  padding: 10px;
  margin-bottom: 20px;
  border-left: 4px solid #003e67;
}
.reviewList .items_item[data-v-3be4488f] .content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviewList .items_item[data-v-3be4488f] .content_box .check_box {
  position: absolute;
  right: -10px;
  width: 120px;
  bottom: 100%;
}
.reviewList .items_item[data-v-3be4488f] .content_box .check_box .situationBox img {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.reviewList .items_item[data-v-3be4488f] .content_box .check_box > span {
  display: inline-block;
  margin-left: 15px;
}
.reviewList .items_item[data-v-3be4488f] .content_box .check_box .qualified {
  color: green;
}
.reviewList .items_item[data-v-3be4488f] .content_box .check_box .unqualified {
  color: red;
}
.reviewList .items_item[data-v-3be4488f] .content_box .items_item_content {
  line-height: 20px;
  margin-bottom: 10px;
}
.reviewList .items_item .carousel_box[data-v-3be4488f] {
  position: relative;
}
.reviewList .items_item .carousel_box .pic_item_box[data-v-3be4488f] {
  position: relative;
}
.reviewList .items_item .carousel_box img[data-v-3be4488f] {
  width: 400px;
  height: 300px;
}
.reviewList .items_item .carousel_box .delete_check[data-v-3be4488f] {
  position: absolute;
  right: 37px;
  top: 0px;
}
.reviewList .items_item .carousel_box[data-v-3be4488f] .el-carousel__button {
  background: #003e67;
}
.reviewList .items_item .carousel_box[data-v-3be4488f] .el-carousel__item {
  overflow: auto;
}
.reviewList[data-v-3be4488f] .el-carousel__indicator--horizontal .el-carousel__button {
  width: 7px;
  height: 7px;
  background: #003e67;
  border: 1px solid #003e67;
  border-radius: 50%;
  opacity: 0.3;
}
.reviewList[data-v-3be4488f] .el-carousel__indicator--horizontal.is-active .el-carousel__button {
  width: 7px;
  height: 7px;
  background: #003e67;
  border-radius: 50%;
  opacity: 1;
}
.reportPreview[data-v-db12b7ea] {
  height: calc(100% - 50px);
  font-size: 16px;
  overflow: auto;
  margin-top: 10px;
}
.reportPreview > .reportPreviewBox[data-v-db12b7ea] {
  overflow: auto;
}
.reportPreview > .reportPreviewBox p[data-v-db12b7ea] {
  color: red;
  margin-bottom: 15px;
}
.reportPreview > div[data-v-db12b7ea] {
  margin-top: 10px;
  width: 99%;
  padding: 15px;
}
.reportPreview .detail_header[data-v-db12b7ea] {
  margin-bottom: 10px;
}
.reportPreview .detail_header .title[data-v-db12b7ea] {
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  color: #003e67;
}
.reportPreview .reportPreview_title[data-v-db12b7ea] {
  text-align: center;
  margin-bottom: 15px;
}
.reportPreview .reportPreview_sub_title[data-v-db12b7ea] {
  text-align: center;
}
.reportPreview .reportPreview_sub_title span[data-v-db12b7ea] {
  display: inline-block;
  margin-right: 15px;
}
.reportPreview .reportPreview_info[data-v-db12b7ea] {
  margin-top: 15px;
}
.reportPreview .reportPreview_info > div[data-v-db12b7ea]:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reportPreview .reportPreview_info .result_text[data-v-db12b7ea] {
  padding: 10px;
  background: #003e67;
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
  width: 150px;
  text-align: center;
}
.reportPreview .reportPreview_info .reportPreview_info_box[data-v-db12b7ea] {
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #ebeef5;
}
.reportPreview .reportPreview_info .reportPreview_info_box span[data-v-db12b7ea] {
  display: inline-block;
  height: 35px;
  line-height: 35px;
}
.report[data-v-d90fc3f8] {
  position: relative;
  height: 100%;
}
.report[data-v-d90fc3f8] .el-card__header {
  height: 70px;
}
.report[data-v-d90fc3f8] .el-card__body {
  height: calc(100% - 70px);
}
.report .header[data-v-d90fc3f8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.report .header .report_action img[data-v-d90fc3f8] {
  width: 25px;
  cursor: pointer;
}
.report .header .report_action .el-tooltip[data-v-d90fc3f8] {
  display: inline-block;
  width: 25px;
  margin-right: 10px;
}
.report .body[data-v-d90fc3f8] {
  height: 92%;
  overflow: auto;
  padding: 10px;
}
.report .footer[data-v-d90fc3f8] {
  margin-top: 4%;
  height: 4%;
  text-align: right;
}
[data-v-d90fc3f8] .reportPreview_dialog .el-dialog__body {
  height: 700px;
}
.upload_file .el-upload {
  text-align: left;
}
.upload_file .el-upload .el-upload-dragger {
  height: 33px;
  background: rgba(244, 244, 244, 0.39);
  width: 500px;
  border: 1px solid #d9d9d9;
}
.upload_file .el-upload .el-upload-dragger .upload_file_inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}
.upload_file .el-upload .el-upload-dragger .upload_file_inner span:nth-of-type(1) {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #999999;
}
.upload_file .el-upload .el-upload-dragger .upload_file_inner img {
  width: 13px;
  height: 16px;
}
.upload_file .el-upload .el-upload-dragger .upload_file_inner span:nth-of-type(2) {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #003e67;
}

@charset "UTF-8";
.dragBox[data-v-8dac1462] {
  position: absolute;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dragBox .form_content[data-v-8dac1462] {
  position: relative;
  background: #f7f7f7;
  padding: 20px;
  position: absolute;
  width: 415px;
  height: 250px;
}
.dragBox .form_content[data-v-8dac1462] .description-input textarea {
  padding-right: 45px;
}
.dragBox .form_content[data-v-8dac1462] .description-input .el-input__count {
  right: 16px;
}
.dragBox .form_content .btnBox[data-v-8dac1462] {
  position: absolute;
  bottom: -5px;
  right: 0px;
  text-align: right;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 10px 0px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.dragBox .form_content[data-v-8dac1462] .el-form-item__label {
  text-align: left !important;
}
.dragBox[data-v-8dac1462]::after {
  content: "";
  display: table;
  clear: both;
}
#madeScreenshot[data-v-8dac1462] {
  width: 250px;
  height: 250px;
  border: 1px solid #003e67;
  cursor: move;
}
#madeScreenshot .box_info[data-v-8dac1462] {
  height: 20px;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: -20px;
}
[data-v-8dac1462] textarea {
  /* 禁止拉伸 */
  resize: none;
}
@charset "UTF-8";
.fullScreen {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 8;
}
.pic_contcnt_full_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  overflow: hidden;
}
.pic_contcnt_full_box .draggable {
  width: auto !important;
  height: auto !important;
  cursor: move;
}
.pic_contcnt_full_box .handle {
  display: none !important;
}
.pic_contcnt_full_box .vdr {
  border: none;
}
.pic_contcnt_full_box .pic_action_box {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: absolute;
  right: 50%;
  top: 60px;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
.pic_contcnt_full_box .pic_action_box .pic_action {
  cursor: pointer;
  background: #e6ebef;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pic_contcnt_full_box .pic_action_box .pic_action img {
  width: 90%;
}
.order_detail,
.order_detail_row,
.order_detail_content,
.order_audit_report {
  height: 100%;
}
.order_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.order_box .left_menus {
  width: 272px;
  height: 100%;
  background: #fff;
  border-radius: 4px;
}
.order_box .el-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order_box .reviewList .el-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.order_box .ordercase_message .el-form {
  display: block;
}
.order_box .ordercase_message .el-form .textarea {
  margin-top: 0;
}
.order_detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* 阻止元素被选中 */
  -webkit-touch-callout: none;
  /* 阻止长按时显示菜单（iOS Safari）*/
  /* Firefox */
  /* IE/Edge */
}
.report_preview_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}
.report_preview_title img {
  display: inline-block;
  width: 30px;
  margin-right: 5px;
  cursor: pointer;
}
.order_detail > div {
  height: 100%;
}
.order_detail .el-tabs__header {
  height: 40px;
  margin-bottom: 20px;
}
.order_detail .el-tabs__header .el-tabs__nav-wrap::after {
  height: 1px;
}
.order_detail .el-tabs__content {
  height: calc(100% - 50px);
}
.order_detail .el-tabs__content .el-tab-pane {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.top_nav {
  position: relative;
  overflow: initial;
}
.top_nav .back_box {
  position: absolute;
  width: 32px;
  height: 32px;
  left: -16px;
  top: 23px;
  border-radius: 8px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  border: 1px solid #dcdfe6;
  background: #fff;
}
.top_nav .content_box > .el-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_nav .content_box > .el-row .el-col {
  height: 22px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_nav .content_box > .el-row .el-col > div {
  margin-left: 12px;
}
.top_nav .content_box > .el-row .el-col > div > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_nav .content_box > .el-row .el-col > div > div > div {
  height: 100%;
}
.top_nav .content_box > .el-row .el-col > div > div > div > div {
  height: 100%;
}
.top_nav .content_box > .el-row .el-col > div > div > div > div > .el-button--small {
  height: 100%;
}
.top_nav .content_box > .el-row .el-form-item {
  margin-bottom: 0px;
}
.top_nav .content_box .order_box .el-form-item__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #333;
}
.top_nav .content_box .order_box .el-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_nav .content_box .order_box .select_jgs .el-form-item__content {
  width: 120px;
}
.top_nav .content_box .order_box .select_jgs .el-form-item__label {
  margin-top: 5px;
}
.top_nav .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.top_nav .title img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
.top_nav .title span {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #333;
}
.top_nav .title .fanhui {
  border: 1px solid #ececec;
  cursor: pointer;
  border-radius: 6px;
  width: 60px;
  font-size: 12px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 12px;
}
.top_nav .title_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0 !important;
}
.top_nav .title_info .title_info_item {
  margin-right: 10px;
}
.top_nav .title_info .title_info_item .label {
  color: #909399;
  font-weight: 400;
  font-size: 14px;
}
.top_nav .title_info .title_info_item::after {
  content: "|";
  color: #dcdfe6;
  margin-left: 20px;
}
.top_nav .title_info .title_info_item.upload_time::after {
  content: "";
}
.top_nav .title_info .report_item {
  margin-left: 100px;
}
.top_nav .title_info .report_item .el-button--small {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_nav .title_info .report_item .el-button {
  margin-right: 12px;
}
.top_nav .title_info span {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #666;
}
.top_nav .btn_box_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-left: 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_nav .report_design .design span {
  color: #fff;
}
.top_nav .action_box .el-dropdown {
  font-size: 14px;
  margin-right: 10px;
}
.top_nav .action_box .el-dropdown span {
  font-size: 14px;
}
.top_nav .status_box {
  margin-left: 8px;
}
.top_nav .status_box .order_status_bg {
  width: auto;
  min-width: auto;
  max-width: 300px;
}
.top_nav .status_box .status_item span {
  display: inline-block;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #003e67;
  color: #ffffff;
}
#order_info {
  position: relative;
  height: calc(100% - 106px);
  border-left: 1px solid #dcdfe6;
}
#order_info .preview_box {
  height: 100%;
  position: relative;
}
#order_info .preview_box .preview_iframe {
  width: 100%;
  height: 99.5%;
  border: none;
}
#order_info .el-card__body,
#order_info .el-tabs {
  height: 100%;
}
#order_info .refresh {
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 20px;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#order_info .refresh img {
  margin-right: 5px;
  width: 14px;
  height: 14px;
}
#order_info .hover {
  color: #003e67;
}
.full-screen {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 9999;
  border: 2px solid red;
}
.home-content {
  position: fixed;
  top: 200px;
  right: 300px;
}
.select-item-color {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  margin: 10px;
  display: inline-block;
  cursor: pointer;
  border-radius: 10px;
}
.select-item-text {
  cursor: pointer;
  margin-right: 10px;
}
.select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.qr-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dia-img {
  width: 660px;
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dia-img .img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.qrCode_box {
  text-align: center;
  margin-top: 10px;
}
.btn_box_right .el-form-item__label {
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
