.footer1{ display:none}
.back-top{ opacity:1}
.bottom-bg {
  background: url('/static/images/banner02.png');
  background-size: cover;
  height: 50vw;
  width: 100%;
}
.bottom-content {
  padding-top: 2rem;
}
.bottom-title {
  text-align: center;
  font-size: 1rem;
  color: #FFFFFF;
}
.bottom-form {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: flex;
}
.bottom-form-input {
  width: 15rem;
  border: 1px solid rgba(19,104,206,0.102);
  height: 3rem;
  font-size: 1rem;
  padding-left: 1rem;
  margin-right: 2rem;
}
.bottom-form-btn {
  display: inline-block;
  width: 6rem;
  height: 3rem;
  background-color: #FFFFFF;
  color: #1368CE;
  font-size: 1rem;
  text-align: center;
  line-height: 3rem;
  text-decoration: none;
}
.footer {
  width: 100%;
  background: #504E4E;
  color: #D9DADB;
  padding-top: 2rem;
}
.footer-bottom {
  color: #6A6A6A;
  text-align: center;
  margin-top: 1.2rem;
  font-size: 0.8rem;
  font-weight: 300;
  padding-bottom: 4rem;
}
.footer-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  text-align: center;
}
.footer-qrcode {
  /*width: 10rem;*/
  /*text-align: center;*/
  /*margin-left: auto;*/
  /*margin-right: auto;*/
  margin-top: 2rem;
}
.footer-qrcode img {
  width: 5rem;
  height: 5rem;
  margin-bottom: 0.2rem;
}
.footer-qrcode-text {
  width: 10rem;
  font-size: 12px;
  font-weight: 300;
}
.footer-company {
  margin-top: 1rem;
  color: #D9DADB;
  font-weight: 300;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
.footer-company-name {
  margin-top: 1rem;
  font-size: 1rem;
}
.footer-company-en-name {
  font-size: 0.8rem;
}
.footer-contact {
  margin-top: 0.8rem;
  text-align: center;
  font-weight: 300;
  font-size: 0.8rem;
}
.footer-email {
  padding-right: 0.5rem;
  margin-right: 2rem;
  border-right: 1px solid #707070;
}
.footer-company-address {
  font-size: 0.8rem;
}
.footer-navs {
  text-align: left;
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-nav-children {
  display: none;
  padding-left: 1rem;
  font-size: 0.8rem;
}
.footer-nav-child {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.footer-navs-row.active .footer-nav-children {
  display: block;
}
.footer-navs-row {
  margin-bottom: 1rem;
}
.footer-nav-title {
  display: flex;
  justify-content: space-between;
  font-size:1rem
}
.footer-nav-icon img {
  width: 1.5rem;
}
.footer-navs a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer-contact {
  padding: 1rem;
}
.footer-contact-item {
  display: flex;
  justify-content: space-between;
  color: #FFFFFF;
}
.footer-contact-item .value {
  width: 60vw;
  text-align: right;
}
