@charset "UTF-8";
/**
* 宝华智慧招标共享平台投标人增值服务研发（一期）项目
* date:2024-5-20
* author: xujiawei;
 */
.public {
  /*横幅*/
}
.public-streamer {
  background-image: url("../images/feedback/public_streamer.png");
}
.public-streamer-title {
  background-image: url("../images/feedback/public_streamer_title.png");
  background-size: 2.08rem 0.57rem;
}

.box {
  padding: 0.32rem 0.3rem 0.41rem 0.27rem;
  margin: 0.24rem auto 0.3rem;
  background: linear-gradient(180deg, #fbfcff 0%, #ffffff 100%);
  border: 0.01rem solid #fff;
  box-shadow: 0 0.1rem 0.2rem 0 rgba(103, 136, 177, 0.15);
  border-radius: 0.05rem;
  box-sizing: border-box;
}

.tip {
  text-align: center;
  font-size: 0.18rem;
  height: 0.27rem;
  line-height: 0.27rem;
  color: #4e5e79;
  margin-top: 0.02rem;
  margin-bottom: 0.26rem;
}

.layui-input-block {
  min-height: 0.36rem;
  margin-left: 1.1rem;
}

button,
input,
optgroup,
option,
select,
textarea {
  font-size: 0.16rem;
}

.layui-input,
.layui-select,
.layui-textarea {
  height: 0.38rem;
}

.webuploader-container {
  display: block;
  width: 1.4rem;
  height: 0.36rem;
}

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

.webuploader-pick {
  width: 1.4rem;
  height: 0.36rem;
  line-height: 0.36rem;
  box-sizing: border-box;
  padding-left: 0.52rem;
  border-radius: 1rem;
  border: 1px solid #1d69d8;
  background: #fff url("../images/feedback/upload_bg.png") no-repeat 0.31rem center;
  background-size: 0.13rem 0.16rem;
  text-decoration: none;
  color: #1d69d8;
  font-size: 0.16rem;
}
.webuploader-pick + div {
  width: 1.4rem !important;
  height: 0.36rem !important;
  inset: 0px auto auto 0px !important;
}

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

.layui-form-label {
  padding: 0.09rem 0.15rem;
  width: 0.8rem;
  line-height: 0.2rem;
  font-size: 0.16rem;
}

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

.layui-form-item.btns {
  text-align: center;
}
.layui-form-item.btns .layui-btn.confirm {
  width: 2.4rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.22rem;
  border-radius: 1rem;
  background: linear-gradient(90deg, #1074ef 0%, #50a6fa 100%);
  box-shadow: 0 0.06rem 0.1rem 0 rgba(16, 116, 239, 0.3), 0px 2px 4px 0px #66b3ff inset;
}

.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("../images/feedback/zip.png") no-repeat;
}
.file-item .icon.doc {
  background: url("../images/feedback/doc.png") no-repeat;
}
.file-item .icon.docx {
  background: url("../images/feedback/doc.png") no-repeat;
}
.file-item .icon.gif {
  background: url("../images/feedback/gif.png") no-repeat;
}
.file-item .icon.jpg {
  background: url("../images/feedback/jpg.png") no-repeat;
}
.file-item .icon.other {
  background: url("../images/feedback/other.png") no-repeat;
}
.file-item .icon.pdf {
  background: url("../images/feedback/pdf.png") no-repeat;
}
.file-item .icon.png {
  background: url("../images/feedback/png.png") no-repeat;
}
.file-item .icon.xls {
  background: url("../images/feedback/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("../images/feedback/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;
}

#yzm{
 /* width: 50%; */
 width: 2.4rem;
 float: left;
}