@import url("/css/isNav.css");
/* 搜索页 */
main {
  margin: 0 auto;
  min-width: 1200px;
  background-color: #fff;
}

/* bom区域背景 */
.page-bom-index {
  margin-bottom: -48px;
  width: 100%;
  height: 460px;
  color: #fff;
  background: url(/images/img/new_banner.jpg) 50% no-repeat;
}

/* bom区域 */
.page-bom-index .main-wrapper {
  width: 1200px;
  height: 460px;
  margin: 0 auto;
}

/* 左bom简介 */
.page-bom-index .main-wrapper .message-div {
  float: left;
  margin-left: 10px;
}

/* bom标题 */
.page-bom-index .main-wrapper .message-div h2 {
  font-size: 30px;
  margin-top: 42px;
  margin-bottom: 40px;
}

/* 每行介绍 */
.page-bom-index .main-wrapper .message-div p {
  line-height: 38px;
  color: #ccc;
  font-size: 16px;
  margin-bottom: 20px;
}

/* bom管理按钮 */
.page-bom-index .main-wrapper .message-div .manage-bom {
  display: block;
  width: 124px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  background: var(--main-color);
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  border: none;
  margin-top: 30px;
}

/* 右侧bom文件上传下载 */
.page-bom-index .main-wrapper .right-wrap {
  float: left;
  margin-top: 47px;
  margin-left: 4em;
}

/* 文件上传下载 区域 */
.page-bom-index .main-wrapper .upload-div {
  display: inline-block;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  padding: 0 16px;
  width: 550px;
  height: 338px;
  border: 1px dashed #8b8c97;
}

/* 透明遮罩层 */
.page-bom-index .main-wrapper .background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00011b;
  opacity: 0.55;
}

.page-bom-index .main-wrapper .front-layer {
  position: relative;
  z-index: 1;
}

/* 上传下载按钮组 */
.page-bom-index .main-wrapper .upload-div .upload-wrapper {
  text-align: center;
  margin-top: 37px;
}

/* 上传按钮 */
.page-bom-index .main-wrapper .upload-div .upload-wrapper .upload-bom {
  background: var(--warning-color);
  width: 200px;
  height: 44px;
  line-height: 44px;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  border: none;
  font-weight: 700;
}

/* file input */
.page-bom-index .main-wrapper .upload-div .upload-wrapper .upload-file {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  outline: none;
  font-size: 0;
}

/* 下载按钮 */
.page-bom-index .main-wrapper .upload-div .upload-wrapper .download-bom {
  margin-left: 12px;
  background: var(--main-color);
  width: 200px;
  height: 44px;
  line-height: 44px;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  border: none;
  font-weight: 700;
  display: inline-block;
  z-index: 2;
  position: relative;
}

/* 按钮组文字提示 */
.page-bom-index .main-wrapper .upload-div .upload-wrapper p {
  margin-top: 24px;
  font-size: 14px;
}

.page-bom-index .main-wrapper .upload-div .require {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px dashed #8b8c97;
  color: #ccc;
}

.page-bom-index .main-wrapper .upload-div .require p {
  font-size: 12px;
  line-height: 24px;
}
