body {
  font-family: Inter, system-ui, Avenir, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  height: 100%;
  font-weight: 800;
  font-size: 18px;
}
h1 {
  padding-bottom: 10px !important;
  b {
    font-weight: 800;
    font-size: 32px;
  }
}
.container_app {
  display: flex;
  flex-direction: column;
  min-height: 100%; /* 让容器至少与视窗高度一样高 */
}
#app {
  flex: 1; /* 扩展以占据剩余空间 */
  padding-top: 50px;
  padding-bottom: 50px;
}
.bottom-div {
  margin-top: auto !important; /* 使用 auto 外边距将其推到底部 */
  padding-top: 10px;
  box-sizing: border-box !important;
}
.el-col {
border-radius: 4px;
}
.bg-purple-dark {
background: #99a9bf;
}
.bg-purple {
background: #d3dce6;
}
.bg-purple-light {
background: #e5e9f2;
}
.grid-content {
border-radius: 4px;
min-height: 26px;
}
.bee_1_notice {
color: #2f63cb;
font-size: 30px;
font-weight: bold;
text-align: center;
/* //垂直居中 */
display: flex;
align-items: center;
/**水平居中 */
justify-content: center;
min-height: 350px;
border: #333 1px solid;
border-radius: 10px;
}
.steps_div {
width: 100%;
 /* //垂直居中 */
display: flex;
align-items: center;
/**水平居中 */
justify-content: center;
}
.per_list {
color: red;
font-size: 20px;
font-weight: bold;
margin-right: 10px;
}
.input-suffix {
margin-top: 10px;
}
.input-with-text {
width: auto;
}
.bee_1_tixi {
/* 透明背景 */
background-color: rgba(236,128, 141, 0.31)  !important;
border: #D9001B 3px solid;
/* border-radius: 10px; */
color: #333232;
font-size: 20px;
font-weight: bold;
text-align: left;
padding-left: 30px;
/* 行间隔 */
line-height: 40px;
margin-left: 10px;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 10px;
display: flex;
  .title {
    padding-right: 30px;
  }
  .desc {

  }
}
.bee_1_gonggao {
color: #f70303;
font-size: 30px;
font-weight: bold;
text-align: center;
}
.bee_download_file {
  margin-left: 90px;
  margin-right: 110px;
}
.bee_upload_file {
margin: 10px 10px 10px 10px;
width: 100%;

}
.el-upload {
width: 100% !important;

}



.bee_foot_button {
margin-left: 5px;
justify-content: center;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
align-items: center;
font-size: 16px;
/* 文字不换行 */
white-space: nowrap;
}
.excode-input-suffix {
width: 200px !important;
/* //垂直居中 */
display: inline-flex;
align-items: center;
/**水平居中 */
justify-content: right;
}
.bee_projecttitle {
margin-top: 20px;
font-size: 18px;
text-align: center;
}
.step_image {
margin: 10px 10px 10px 10px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
}
.el-input__inner {
  min-width: 120px !important;
  border: 1px solid #777 !important;
}

.el-input-group__prepend {
  background-color: transparent !important;
  color: #333232 !important;
  border: 0px !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  width: 250px !important;
  text-align: right !important;
  padding: 0px !important;
}
.el-select {
  width: 100% !important;
}
.el-radio__label {
  padding-left: 0px !important;
  font-size: 18px !important;
}
.bee_setp_1_title {
  padding-bottom: 30px !important;
  font-weight: 800 !important;

  b {
    font-size: 20px !important;
  }

}
.el-button--primary {
  min-width: 150px !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  color: #FFF !important;
  background-color: #169BD5 !important;
  border-color: #169BD5 !important;
}

.el-divider--horizontal {
  display: block;
  height: 2px !important;
  width: 100% !important;
  margin: 0 !important;
}

input[type="file"] {
  display: none !important;
}
.el-upload-dragger {
  border: 0px !important;
}
.bee_upload_file {
  border: 1px solid #333 !important;
}
.el-upload__tip {
  font-weight: 600 !important;
  font-size: 18px !important;
}
.el-upload-dragger .el-upload__text {
  padding-top: 2px !important;
  font-weight: 400 !important;
  font-size: 22px !important;
}
.el-upload__tip {
  margin: 0px 10px 10px 10px !important;
  width: 100% !important;
  text-align: center !important;
  font-size: 16px;
  color: #0853e8;
}
.el-upload-dragger {
  width: 100% !important;
  height: 250px !important;
}
.upload2_backimg{
  width: 100%;
}
.upload2_backimg img{
  width: 170px;
  height: 170px;
  margin:  50px 0 0 0;
}
.excode_img {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  .ver-code {
    width: 97px !important;
    height: 34px !important;
  }
}
.nm-skin-pretty .el-input.is-active .el-input__inner,
.nm-skin-pretty .el-input__inner:focus {
border-color: red;
}





@media (min-width: 1280px){

#app {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;    margin: 0 auto;
}
}















