/* body {
  background: #F6F6F6;
} */
/* 修改单选按钮颜色 */
/* 未被选中的单选框样式 空心圆圈*/
input[type="radio"]+label::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  box-sizing: border-box;
  border-radius: 50%;
  margin-bottom: 4px;
  border: 1px solid #bfcbd9;
}

/* 被选中的单选框样式 给空心圆圈中间加上背景色*/
input[type="radio"]:checked+label::before {
  background-color: #BE0022;
  border: 1px solid #BE0022;
  background-clip: content-box;
  /* 规定背景颜色的绘制区域 */
  padding: 2px;
}

/* 单选框文字的样式 */
input[type="radio"]+label {
  font-size: 13px;
  margin-right: 5px;
}

/* 修改单选按钮颜色  end */
/* 下拉滚动条 */
.select-list::-webkit-scrollbar-track-piece {
  background-color: #fff;
}

.select-list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #BE0022;
}

.select-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* 必填显示 */
.required>label:after {
  content: "* ";
  color: #BE0022;
  padding-left: 10px;
}

#box {
  background: #F6F6F6;
  margin-top: -5px;
}

div,
input,
textarea {
  box-sizing: border-box;
  font-size: 14px;
}

.relation .relation-right div {
  box-sizing: content-box;
}

.form {
  /* width: 1200px; */
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 8px;
  min-height: 200px;
  margin-top: 20px;
  padding: 20px;
}

.titName {
  font-weight: bold;
  padding: 10px 0px;
  border-bottom: 2px solid #D8D8D8;
  font-size: 23px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.flex .input_item {
  width: 49%;
}

.flex .input_item .input {
  margin: 10px 0px 20px;
  box-sizing: border-box;
}

.flex .input_item input {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding-left: 20px;
  border: 1px solid #E5E6E8;
  border-radius: 4px;
}

.select .input {
  position: relative;
}

.select .input input {
  background: url(/index_static/img/xias.png) no-repeat right center !important;
  background-position: 97% !important;
}

.select-list {
  background-color: #FFFFFF;
  box-shadow: 0 5px 5px #ccc;
  width: 100%;
  padding: 15px 0px 15px 0px;
  height: 180px;
  overflow-y: auto;
  position: absolute;
  display: none;
  z-index: 1;
  box-sizing: border-box;
}

.select-list .select-flex {
  padding: 4px 15px;
  cursor: pointer;
}

.select-list .select-flex p {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 5px 0px;
  font-size: 14px;
}

.selectAct {
  background: #BE0022;
  color: #FFFFFF;
}

.flex .radio .input {
  display: flex;
  align-items: center;
}

.flex .radio .input p {
  position: relative;
}

.flex .radio .input input[type=radio] {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.flex .radio .input p:not(:first-child) {
  cursor: pointer;
  margin-left: 30px;
}

.w100 {
  width: 100% !important;
  /* height: 140px; */
}

.flex textarea {
  resize: none;
  width: 100%;
  height: 200px;
  padding: 15px;
  background: #FFFFFF;
  box-shadow: none;
  border: 1px solid #E5E6E8;
  margin: 10px 0px 20px;
  border-radius: 4px;
}


.tip {
  font-size: 22px;
  font-weight: bolder;
  margin: 30px 0px;
}

.flex .upload p {
  width: 120px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  border: 1px solid #E5E6E8;
  display: flex;
  align-items: center;
  justify-content: center;
  /* cursor: pointer; */
  margin: 10px 0;
}

/* .flex .upload p:hover {
  border: 1px solid #BE0022;
  color: #BE0022;
} */
.flex .upload .input {
  position: relative;
}

.flex .upload input[type="file"] {
  width: 120px;
  height: 30px;
  position: absolute;
  left: 0️⃣;
  top: 0;
  opacity: 0;
  /* cursor: pointer; */
}

.flex .upload p img {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  object-fit: scale-down;
  vertical-align: middle;
}

.eye,
.download {
  width: 16px;
  height: 16px;
}

.uploadFileName {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.uploadFileName span {
  width: calc(100% - 80px);
  padding-left: 20px;
  color: #BE0022;
}

.uploadFileName div {
  width: fit-content;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.uploadFileName div img {
  margin-right: 10px;
  cursor: pointer;
}

.submit {
  width: 100px;
  height: 30px;
  line-height: 30px;
  background: #BE0022;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

#editor—wrapper {
  margin: 10px auto 20px;
}

.gref {
  background: #F1F2F3;
  padding: 0px 10px;
  height: 34px;
  line-height: 34px;
  margin-bottom: 20px;
  border: 1px solid #E5E6E8;
  border-radius: 5px;
  font-size: 14px;
  color: #B9BABB;
}

.ImageBIg .uploadFileName::before {
  background: url(/index_static/img/tupian.png);
}
.ImageBIg {
  margin-bottom: 20px;
}

.greet .div1 {
  font-size: 16px;
  color: #404040;
  margin: 20px 0px;
  font-weight: bold;
}
.greet .div2 {
  color: #404040;
  text-indent: 2rem;
  margin-bottom: 25px;
}
.select input:disabled {
  background:url(/index_static/img/xias.png) no-repeat right center ,rgba(239, 239, 239, 0.3) !important;
  background-position: 97% !important;
}