html {
  font-size: 12px;
}
body {
  font-size: 62.5% !important;
}
.header-box {
  width: 100%;
  height: 8.3rem;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.header-box.move-phone {
  display: none;
}
.header-box.white {
  background: #fff;
  color: #333;
}
.header-box.white .nav-item a {
  color: inherit;
}
.header-box.white .nav-item a:hover {
  color: #00A4FF !important;
}
.header-box.white .login {
  color: #fff !important;
}
.header-box.white .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.header-box.white .dropdown-menu li {
  padding: 0px;
  cursor: pointer;
}
.header-box.white .dropdown-menu li a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  width: 100%;
  padding: 0px 20px;
}
.header-box.white .tel-box a {
  color: #00a4ff;
}
.header-box.black {
  background: #070C41;
  color: #fff;
}
.header-box.black .nav-item > a {
  color: inherit;
}
.header-box.black .nav-item > a:hover {
  color: #00A4FF !important;
}
.header-box.black .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  background: #ffffff;
}
.header-box.black .dropdown-menu li {
  padding: 0px;
  cursor: pointer;
}
.header-box.black .dropdown-menu li a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #333;
  width: 100%;
  padding: 0px 20px;
}
.header-box.black .tel-box a {
  color: #fff;
}
.header-box nav {
  position: absolute;
  left: 17%;
  top: 10%;
  font-size: 1.3rem;
}
.header-box nav .navbar-nav > .nav-item.active > a {
  color: #00A4FF !important;
}
.header-box nav .nav-item {
  width: 7rem;
  text-align: center;
}
.header-box nav .dropdown-menu .dropdown-item:hover {
  background: #5CACEE !important;
}
.header-box nav .dropdown-menu .dropdown-item:hover a {
  color: #fff !important;
  text-decoration: none;
}
.header-box nav .dropdown-menu .dropdown-item.active {
  background: #00A4FF !important;
}
.header-box nav .dropdown-menu .dropdown-item.active a {
  color: #fff !important;
  text-decoration: none;
}
.header-box .tel-box {
  position: absolute;
  right: 20%;
  top: 35px;
  display: flex;
  flex-direction: row;
}
.header-box .tel-box a {
  font-size: 14px !important;
  color: #fff;
  text-decoration: none;
}
.header-box .login-box {
  position: absolute;
  right: 15%;
  top: 30px;
  cursor: pointer;
}
.header-box .login-box .login {
  display: inline-block;
  width: 50px;
  height: 30px;
  line-height: 30px;
  background: #00a4ff;
  text-align: center;
  border-radius: 4px;
  color: #fff !important;
  text-decoration: none;
  font-size: 12px;
}
.footer {
  width: 100%;
  height: 450px;
  background: #070C41;
}
.footer .row {
  padding-top: 50px;
}
.footer .foot-nav {
  font-size: 18px;
  color: #fff;
}
.footer .foot-nav .nav-item {
  font-size: 12px;
  line-height: 30px;
}
.footer .foot-nav .nav-item:first-child {
  margin-top: 20px;
}
.footer .foot-nav .nav-item a {
  text-decoration: none;
  color: #fff;
}
.footer .line {
  border-top: 1px solid #6e768e;
  width: 100%;
  height: 1px;
}
.footer .contact-box {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.footer .contact-box .qr-code {
  margin-top: 60px;
}
.footer .contact-box .contact-tel {
  width: 200px;
  margin-top: 60px;
  margin-left: 10%;
  color: #fff;
}
.footer .contact-box p {
  font-size: 12px;
}
.footer .version {
  font-size: 16px;
  text-align: center;
  color: #6e768e;
  line-height: 40px;
  margin-bottom: 0;
}
.back-top {
  position: fixed;
  right: 20px;
  bottom: 100px;
  cursor: pointer;
  display: none;
  z-index: 99;
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  .pc nav {
    width: inherit;
    left: 0 !important;
  }
  .pc nav .navbar-collapse {
    width: 100%;
  }
}
@media only screen and (min-width: 100px) and (max-width: 1000px) {
  .pc {
    display: none;
  }
  .move-phone {
    display: block !important;
    width: 100%;
    height: 50px;
    background: #fff;
    position: relative;
  }
  .move-phone nav {
    width: 100%;
    left: 0;
  }
  .move-phone nav .logo {
    position: absolute;
    left: 1%;
  }
  .move-phone nav .logo img {
    width: 105px;
    margin-top: 3px;
  }
  .move-phone nav .mneu-toggler {
    top: 8%;
    position: absolute;
    right: 3%;
  }
  .move-phone nav .mneu-toggler img {
    width: 35px;
  }
  .move-phone nav .menu-list-box {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0%;
    top: 45px;
    right: 0;
    width: 100%;
    background: #070c41;
    height: 0px;
    z-index: 16 !important;
    transition: height 1s;
    -moz-transition: height 1s;
    -webkit-transition: height 1s;
    -o-transition: height 1s;
  }
  .move-phone nav .menu-list-box .menu-list .menu-item {
    text-align: center;
    line-height: 35px;
  }
  .move-phone nav .menu-list-box .menu-list .menu-item a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .footer {
    height: auto;
  }
  .footer .tel {
    font-size: 20px;
  }
  .footer .version {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 0;
  }
  .footer .contact-box {
    height: 180px;
  }
  .footer .contact-box .qr-code {
    margin-top: 20px !important;
  }
  .footer .contact-box .contact-tel {
    margin-top: 20px !important;
  }
}
