﻿
/**
 * 东风公司采购招投标平台
 * date: 2024-7-2
 * author: gaojing;
 */
.box {
  padding: 32px 60px 27px;
  margin: 24px auto 30px;
  background: linear-gradient(180deg, #fbfcff 0%, #ffffff 100%);
  border: 1px solid #fff;
  box-shadow: 0 10px 20px 0 rgba(103, 136, 177, 0.15);
  border-radius: 5px;
  box-sizing: border-box;
}

.tip {
  text-align: center;
  font-size: 18px;
  height: 27px;
  line-height: 27px;
  color: #4e5e79;
  margin-top: 2px;
  margin-bottom: 26px;
}

.layui-input-block {
  min-height: 36px;
  margin-left: 110px;
}

button,
input,
optgroup,
option,
select,
textarea {
  font-size: 16px;
}

.layui-input,
.layui-select,
.layui-textarea {
  height: 38px;
}

.webuploader-container {
  display: block;
  width: 140px;
  height: 36px;
}

.webuploader-element-invisible {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.webuploader-pick {
  width: 140px;
  height: 36px;
  line-height: 36px;
  box-sizing: border-box;
  padding-left: 52px;
  border-radius: 100px;
  border: 1px solid #0B76E3;
  background: #fff url("../image/upload_bg.png") no-repeat 31px center;
  background-size: 13px 16px;
  text-decoration: none;
  color: #0B76E3;
  font-size: 16px;
}
.webuploader-pick + div {
  width: 140px !important;
  height: 36px !important;
  inset: 0px auto auto 0px !important;
}

.layui-input,
.layui-select,
.layui-textarea {
  border-radius: 4px;
  background: #f9f9f9;
}

.layui-form-label {
  padding: 9px 15px;
  width: 80px;
  line-height: 20px;
  font-size: 16px;
}

.layui-form-label.required {
  position: relative;
}
.layui-form-label.required::after {
  position: absolute;
  content: "*";
  color: #ff0a0a;
  font-size: 16px;
}

.layui-form-item.btns {
  margin-top: 30px;
  text-align: center;
}
.layui-form-item.btns .layui-btn.confirm {
  width: 240px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  border-radius: 100px;
  background: #0B76E3;
  box-shadow: 0px 4px 4px 0px rgba(11, 118, 227, 0.25);
}

.file-item {
  position: relative;
  height: 62px;
  border-radius: 2px;
  background: #fff;
  padding-left: 12px;
  padding-top: 12px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px rgba(16, 56, 122, 0.1);
  margin-bottom: 16px;
}
.file-item p {
  max-width: 450px;
}
.file-item p span {
  color: #999;
  font-size: 14px;
  margin-right: 10px;
}
.file-item .icon {
  width: 36px;
  height: 36px;
  margin-right: 14px;
}
.file-item .icon.zip {
  background: url("../image/zip.png") no-repeat;
}
.file-item .icon.doc {
  background: url("../image/doc.png") no-repeat;
}
.file-item .icon.docx {
  background: url("../image/doc.png") no-repeat;
}
.file-item .icon.gif {
  background: url("../image/gif.png") no-repeat;
}
.file-item .icon.jpg {
  background: url("../image/jpg.png") no-repeat;
}
.file-item .icon.other {
  background: url("../image/other.png") no-repeat;
}
.file-item .icon.pdf {
  background: url("../image/pdf.png") no-repeat;
}
.file-item .icon.png {
  background: url("../image/png.png") no-repeat;
}
.file-item .icon.xls {
  background: url("../image/xls.png") no-repeat;
}
.file-list {
  margin-top: 16px;
}
.file-del {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  background: url("../image/delete_ico_file.png") no-repeat;
  background-size: 15px 15px;
}
.file-name {
  height: 18px;
  line-height: 18px;
  font-size: 15px;
  margin-bottom: 5px;
  max-width: 450px;
}
.file-tip {
  position: absolute;
  top: 10px;
  left: 125px;
  color: #f28345;
  font-size: 15px;
}

.public-sub-title {
  position: relative;
  width: fit-content;
  height: 44px;
  line-height: 44px;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  color: #1D72DB;
  margin: 0 auto;
}
.public-sub-title::after, .public-sub-title::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 371px;
  height: 18px;
}
.public-sub-title::after {
  right: -400px;
  background: url("../image/sub_title_right.png") no-repeat;
  background-size: 100% 100%;
}
.public-sub-title::before {
  left: -400px;
  background: url("../image/sub_title_left.png") no-repeat;
  background-size: 100% 100%;
}

#YZM {
  width: 240px;
  float: left;
}

#imgVerify {
  width: 100px;
  height: 38px;
  margin-left: 20px;
}

label.error {
  width: 200px;
  /* left: 108px; */
  /* top: calc(100% - 11px); */
  color: #e34d59;
  font-size: 12px;
  margin-left: 10px;
  font-weight: normal;
  position: absolute;
  text-align: left;
}

