* {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

b {
  font-family: Roboto Bold;
}

body {
  font-size: 0.2rem;
  font-family: Roboto;
}

a {
  text-decoration: none;
  /*  */
  color: inherit;
  /*  */
}

input {
  border: none;
  /*  */
  outline: none;
  /* （）*/
  background: none;
  /*  */
  padding: 0;
  /*  */
  margin: 0;
  /*  */
  font-family: inherit;
  /*  */
}

.page-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

header {
  height: 1.9rem;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0 1.32rem;
  justify-content: space-between;
}

.logo {
  width: 4.52rem;
  height: 0.96rem;
}

.menus-box {
  display: flex;
  align-items: center;
  gap: 0 .4rem;
}

.menus-box ul {
  display: flex;
  align-items: center;
  font-size: 0.36rem;
  color: #0B99EA;
  gap: 0 .4rem;
  cursor: pointer;
  font-weight: bold;
}

.menus-box ul li {
  position: relative;
}

.menus-box ul li.actived::after {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 0.56rem;
  height: 0.08rem;
  background: #14C58F;
  left: 50%;
  margin-left: -0.28rem;
}

.hubungi {
  width: 3.28rem;
  height: 0.98rem;
  background: #14C58F;
  font-size: 0.36rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.16rem;
  cursor: pointer;
}

footer {
  min-height: 7.76rem;
  background: #0C2F58;
  padding: 0 1.32rem;
  padding-top: .8rem;
}

.footer-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.92rem;
}

.footer-menu ul li {
  font-weight: bold;
  font-size: 0.36rem;
  color: #FFFFFF;
}

footer .footer-line {
  width: 100%;
  height: 0.02rem;
  background: #fff;
  margin-bottom: .8rem;
}

.email-text {
  font-weight: 600;
  font-size: 0.36rem;
  color: #FFFFFF;
  line-height: 0.55rem;
  margin-bottom: .36rem;
}

.copyright-text {
  font-weight: 600;
  font-size: 0.36rem;
  color: #FFFFFF;
}


.fiveth-section {
  min-height: 6.9rem;
  background: #C3CAD1;
  padding: 1.8rem 1.32rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fiveth-section .text-box,
.fiveth-section .form-box {
  flex: 1;
}

.fiveth-section .form-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.popula-btn-box {
  width: 7.34rem;
}

.fiveth-section .title {
  font-weight: 900;
  font-size: 0.56rem;
  color: #0C2F58;
  line-height: 0.67rem;
  margin-bottom: .58rem;
}

.fiveth-section .sub-title {
  font-weight: 600;
  font-size: 0.36rem;
  color: #0C2F58;
  line-height: 0.55rem;
}

.fiveth-section input {
  width: 7.34rem;
  height: 1.18rem;
  background: #FFFFFF;
  text-indent: .5rem;
  font-size: .5rem;
  margin-bottom: .86rem;
}

.popula-btn {
  width: 2.68rem;
  height: 1.14rem;
  background: #14C58F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.4rem;
  cursor: pointer;
}

.section-body {
  flex: 1;
  background: #fff;
  overflow-y: auto;
}