.footerwrap {
  padding: 70px 0;
  background: #258d3a;
  position: relative;
  z-index: 1;
}
.footerwrap .footer .botlogo {
  width: 208px;
  height: 63px;
  display: block;
  flex-shrink: 0;
}
.footerwrap .footer .botnav {
  padding-left: 37px;
  margin-left: 80px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  width: 276px;
  flex-shrink: 0;
}
.footerwrap .footer .botnav .botnavitem {
  line-height: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.footerwrap .footer .botnav .botnavitem + .botnavitem {
  margin-top: 20px;
}
.footerwrap .footer .botright {
  margin-left: 80px;
  flex: 1;
}
.footerwrap .footer .botright .add {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
}
.footerwrap .footer .botright .btt {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 12px;
}
.footerwrap .footer .botright .bii {
  margin-bottom: 2px;
  color: #ffffff;
  font-weight: 300;
  font-size: 12px;
}
.footerwrap .footer .botright .bii span {
  font-size: 10px;
}
