.title {
  margin-top   : 50px;
  margin-bottom: 20px;
}

.manufact-info-title i {
  width         : 6px;
  height        : 14px;
  background    : #374567;
  border-radius : 3px;
  vertical-align: baseline;
  display       : inline-block;
}

.manufact-info-title span,
.base-info b {
  margin-left: 8px;
  font-size  : 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color      : #374567;
}

.base-info {
  margin-bottom: 25px;
  align-items: center;
}

.base-info i:first-child {
  width        : 8px;
  height       : 8px;
  background   : #3860F4;
  border-radius: 50%;
  display      : inline-block;
}
.base-info .collection{
  width: 19px;height: 18px;display: block;
  margin-left: 15px;
}
.base-info span {
  /* display: block; */
  /* margin-right: 15px; */
  font-size  : 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color      : #374567;
  line-height: 36px;
}

.manufact-info {
  width        : 1200px;
  /* height       : 1220px; */
  background   : #FFFFFF;
  border       : 2px solid #3860F4;
  margin-bottom: 80px;
  overflow     : auto;
}

.manufact-info ul {
  position: relative;
  height  : 570px;
  margin  : 32px;
}

.manufact-info ul .bg {
  position: absolute;
  width   : 726px;
  height  : 390px;
  right   : 0;
  top     : 110px;
}

.branch {
  margin: 32px 0 20px 32px;
}

.layui-table th {
  background: #CED8FF;
}

.layui-table td,
.layui-table th {
  border     : 2px solid #3860F4;
  font-size  : 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-align : center;
  color      : #374567;
}

.layui-table th:first-child,
.layui-table td:first-child {
  border-left: none;
}

.layui-table th:last-child,
.layui-table td:last-child {
  border-right: none;
}

.company-profile {
  width      : 1116px;
  font-size  : 18px;
  font-family: Microsoft YaHei;
  color      : #374567;
  line-height: 36px;
  margin     : 0 auto;
  text-indent: 2em;
  padding-bottom: 46px;
}

#authentication {
  width         : 80px;
  height        : 30px;
  line-height   : 30px;
  padding       : 0;
  background    : #3860F4;
  border-radius : 5px;
  color         : white;
  margin-left   : 21px;
  vertical-align: baseline;
}

.manufact-info-table th {
  height     : 40px;
  line-height: 40px;
}
.layui-table td, .layui-table th{
  height: 40px;
}