body, html {
  min-width: 1280px;
  overflow-x: auto;
}
.hidden {
  display: none !important; 
}
ul,li {
  list-style-type: none;
}

.order_detail_container {
  background: #F9FBFE;
  display: flex;
  padding-top: 64px;
  height: 100vh;
  min-width: 768px;
  overflow: hidden;
}

.order_detail_container .content_wrap {
  flex: 1;
  margin: 24px;
  overflow: scroll;
}

.layui-container{
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 24px 0 0;
}

.form-title {
  font-weight: bold;
  font-size: 18px;
  color: #1D2129;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 24px;
  padding: 0 24px;
}
.form-content {
  padding: 0 24px 100px;
  overflow: scroll;
}
.layui-form-item {
  display: flex;
  align-items: baseline;
}
.layui-form-label {
  width: fit-content;
  font-size: 14px;
  color: #4E5969;
  letter-spacing: 0;
  line-height: 22px;
  padding: 0;
  flex-shrink: 0;
}
.image-wrap,
.file-wrap {
  display: block;
}
.image-label,
.file-label {
  float: none;
}
.layui-upload-list {
  display: flex;
}
.layui-upload-list {
  margin: 0;
}
.layui-upload-list .image-item {
  position: relative;
  display: flex;
  width: 96px;
  height: 96px;
  margin-right: 24px;
  overflow: hidden;
  border-radius: 2px;
}
/* 图片操作按钮 */
.image-actions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 2px;
}
.image-item:hover .image-actions {
  opacity: 1;
}
/* 按钮样式 */
.image-actions .icon-preview,
.image-actions .icon-download,
.image-actions .icon-delete {
    width: 16px;
    height: 16px;
    background-size: cover;
    cursor: pointer;
}
.image-actions .icon-preview {
  margin-right: 8px;
  background-image: url('https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/create_order/icon_preview.svg');
}
.image-actions .icon-download {
    background-image: url('https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/create_order/icon_download_img.svg');
}
.image-actions .icon-delete {
  position: absolute;
  right: 8px;
  top: 8px;
  background-image: url('https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/create_order/icon_delete_img.svg');
}
.image-name {
  position: absolute;
  bottom: 4px;
  left: 8px;
  font-size: 12px;
  color: #FFFFFF;
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 附件 */

.layui-file-list .file-item {
  display: flex;
  width: 350px;
  height: 52px;
  background: #F7F8FA;
  border-radius: 2px;
  padding: 8px;
  align-items: center;
  margin-bottom: 8px;
}
.layui-file-list .file-item .file-type {
  width: 36px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;

}
.layui-file-list .file-item .file-icon {
  width: 15px;
  height: 18px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}

.layui-file-list .file-item .file-name {
  font-weight: bold;
  font-size: 14px;
  color: #1D2129;
  letter-spacing: 0;
  line-height: 22px;
  flex: 1;
  max-width: 208px;
  overflow: hidden; 
  white-space: nowrap; 
  text-overflow: ellipsis; 
  text-align: left;
  margin-right: 12px;
}

.layui-file-list .file-item .file-size {
  font-size: 12px;
  color: #4E5969;
  letter-spacing: 0;
  margin-right: 8px;
}
.layui-file-list .file-item .icon-download {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/images/create_order/icon_download.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
}
.result-wrap {
  display: none;
}
.result-title {
  font-weight: bold;
  font-size: 18px;
  color: #1D2129;
  letter-spacing: 0;
  line-height: 26px;
  padding: 24px 0;
  border-top: 1px solid #F3F3F3;;
}
.bottom-wrap {
  margin-bottom: 24px;
  position: fixed;
  bottom: 0;
  background: #fff;
  width: calc(100% - 300px);
}
.submit-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0 ;
  border-top: 1px solid #F3F3F3;
  margin-left: 0;
}
.back-btn,
.submit-btn {
  width: 68px;
  height: 36px;
  line-height: 36px;
  border: 1px #0D6EFF solid;
  border-radius: 2px;
}

.back-btn:hover{
  border: 1px #0D6EFF solid;
  color: #0D6EFF;
}

.back-btn {
  background-color: #fff;
  color: #0D6EFF;
}

.submit-btn {
  background: #0D6EFF;
  color: #fff;
  margin-left: 16px !important;
}

.key {
  color: #A31515;
}
.string {
  color: #0451A5;
}
.number {
  color: #4E5969;
}
.boolean {
  color: #8D64FF;
}
.null {
  color: #8598B2;
}