.home-headr {
  width: 100%;
  height: 59px;
  background: #020E18;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  position: fixed;
  z-index: 999;
}

.headr-box {
  width: 12px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-group .dropdown-menu {
  background: #020E18;
  min-width: 100%;
  font-size: 14px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  padding-top: 20px;
}

.btn-group .dropdown-menu>li>a {
  color: #fff;
  margin: 0;
  padding: 3px 10px;
  text-align: center;
}

.dropdown-doublerow {
  width: 180px;
}

.dropdown-menu>li>a:hover {
  color: #1890FF !important;
  background: none;
}

.dropdown-menu>div>a:hover {
  color: #1890FF !important;
  background: none;
}

.dropdown-menu li {
  padding: 3px 13px;
}

.dropdown-doublerow>li {
  display: inline-block;
}

.dropdown-menu>div>a {
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.headr-logo {
  height: 35px;
  background: url(../../assets/img/LOGO.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.navbar-nav>li>a {
  font-family: "PingFang SC", "Microsoft YaHei";
  background: none;
  font-size: 16px;
  color: #fff;
}

.navbar-nav>li>a:hover {
  background: none;
  color: #1890FF;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
  background: none;
}

.nav>li>a:hover, .nav>li>a:focus {
  background: none;
}

.home-headr a:hover, .home-headr a:focus {
  color: #1890FF;
}

.home-headr .dropdown-toggle:hover, .home-headr .dropdown-toggle:focus {
  color: #ffffff;
}

.headr-logo a {
  width: 100%;
  height: 100%;
}

.headr-logo a:hover, .headr-logo a:focus {
  text-decoration: none;
}

.headr-page {
  width: 143px;
  height: 32px;
  font-size: 16px;
  background: rgba(24, 144, 255, 1);
  cursor: pointer;
  border-radius: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.headr-page:hover {
  background: rgba(24, 144, 255, .7);
}

.dropdown-menu {
  background: #020E18;
  min-width: 100px;
}

.dropdown-menu>li {
  height: 40px;
  line-height: 40px;
}

.dropdown-menu>li>a {
  display: inline-block;
  font-size: 14px;
  padding: 0;
  font-family: "PingFang SC", "Microsoft YaHei";
  line-height: 40px;
  color: #fff;
}

.icon-bar {
  background-color: #000;
}

.navbar-brand {
  display: flex;
  width: 109px;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0;
}

.navbar-brand img {
  height: 35px;
}

.navbars>.navbar-header, .navbar-fluid>.navbar-header, .navbars>.navbar-collapse, .navbar-fluid>.navbar-collapse {
  margin: 0;
  padding: 0;
}

.navbars {
  height: 100%;
  margin: 0;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.navbar-header {
  height: 100%;
  position: relative;
}

.to-bottom {
  font-family: "PingFang SC", "Microsoft YaHei";
  background: none;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.navbar-header .navbar-toggle {
  margin: 0;
  padding: 0;
  float: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.navbar-toggle .glyphicon-menu-hamburger {
  font-size: 24px;
}

.spanBtn {
  opacity: 0;
}

.nav .dropdownShow {
  display: none;
}

.navActive {
  color: #1890FF !important;
}

.service-box {
  position: fixed;
  top: 80%;
  right: 0;
  transform: translateY(-50%);
  width: 216px;
  height: 66px;
  background: linear-gradient(0deg, rgba(24, 144, 255, 1) 0%, rgba(59, 161, 255, 1) 100%);
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 30px 0 0 30px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: #fff;
  z-index: 100;
}

.service-box p {
  height: 24px;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin: 0;
}

#newBridge {
  z-index: 1000 !important;
}

#newBridge .icon-right-center {
  opacity: 0;
  width: 216px !important;
  height: 66px;
}

@media (max-width: 992px) {
  .service-box {
    display: none;
  }
  .navbar-nav>li>a {
    font-size: 14px;
  }
  .dropdown-menu>div>a {
    font-size: 12px;
  }
  .home-headr .dropdown-toggle:hover, .home-headr .dropdown-toggle:focus {
    color: #333333;
  }
  .nav-hide {
    display: none;
  }
  .navbar-nav .dropdown .dropdown-menu {
    position: relative;
    float: none;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .navActive {
    color: #ffffff !important;
    background: #1890FF !important;
  }
  .dropdown-doublerow>div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .dropdown-menu>div>a {
    color: rgba(0, 0, 0, 0.5);
  }
  .spanBtn {
    opacity: 1;
    float: right;
    color: #000000;
  }
  .nav .to-bottom {
    display: none;
  }
  .open .spanBtn {
    color: #1890FF;
    transform: rotate(180deg);
  }
  .navbar-brand {
    margin-left: 24px;
  }
  .navbar-nav>li>a:hover {
    color: #000;
  }
  .headr-page {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    width: 100px;
  }
  .navbar-nav>li>a {
    color: #000;
  }
  .home-headr {
    background-color: #fff;
  }
  .navbars {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }
  .navbar-header {
    width: 100%;
  }
  .navbar .navmask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 50px;
    z-index: 0;
    background: rgba(0, 0, 0, .2);
  }
  .nav {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 49px;
    right: 0;
    display: block;
    background: rgba(250, 253, 255, 1);
    margin: 0;
    z-index: 9999;
  }
  .nav li {
    width: 100%;
    line-height: 44px;
    padding: 0;
  }
  .nav>li a {
    text-decoration: none;
  }
  .nav-dropdown .navbar-nav .btnBox .dropdown-menu>li>a {
    width: 100%;
    height: 100%;
    display: inline-block;
    line-height: 40px;
    padding: 0 15px;
  }
  .navbars {
    width: 100%;
    height: 100%;
  }
  .dropdown-menu {
    height: auto;
    box-shadow: none;
    background: none;
  }
  .dropdown-menu>li>a {
    color: rgba(0, 0, 0, 0.5);
  }
  .navbar-collapse {
    padding: 0;
  }
  .custom-place {
    display: none;
  }
  .nav .dropdownShow {
    display: block;
  }
  .navbar-nav .dropdownActive a {
    color: #000;
  }
  .home-headr {
    height: 49px;
  }
}