.navbar-brand {
  padding-bottom: initial;
}

.statement {
  margin: 30px 20px;
}
.statement pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333;
  word-break: break-all;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}

.layui-layer {
  max-width: 800px;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.layui-layer .layui-layer-title {
  font-size: 26px !important;
  text-align: center;
  padding-right: 16px;
}
.layui-layer .layui-layer-btn {
  text-align: center !important;
}
.layui-layer .layui-layer-btn .layui-layer-btn0 {
  color: #fff !important;
  background-color: #4773b9 !important;
  height: 40px;
  line-height: 40px;
  width: 200px;
  text-align: center;
}
.layui-layer .layui-layer-btn .layui-layer-btn1 {
  color: #fff !important;
  background-color: #4773b9 !important;
  height: 40px;
  line-height: 40px;
  width: 200px;
  text-align: center;
  border-color: #1e9fff;
}

#section1,
#section2,
#section3,
#public,
#personal1,
#personal2,
#personal3,
#personal4 {
  padding-top: 60px;
}
@media (min-width: 992px) {
  #section1,
  #section2,
  #section3,
  #public,
  #personal1,
  #personal2,
  #personal3,
  #personal4 {
    padding-top: 80px;
  }
}

.section_gap.join {
  padding: initial;
}

.anchors {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  z-index: 99;
}
.anchors a {
  font-size: 10px;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.05);
  padding: 0 5px;
  border-radius: 5px;
}
@media (min-width: 576px) {
  .anchors a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .anchors a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .anchors a {
    font-size: 18px;
  }
}

hr {
  margin-top: 20px;
  width: 100%;
}

@media (max-width: 575px) {
  .funt-part {
    margin-bottom: initial !important;
  }
}

.slogin {
  line-height: 30px !important;
}