@media screen and (min-width: 268px) and (max-width: 765px) {
  #tabs li {
    font-size: 0.24rem;
  }
  .izl-rmenu {
    position: fixed;
    right: 0;
    bottom: 0.1rem;
    padding-bottom: 0.73rem;
    z-index: 999;
  }
  .izl-rmenu .congHidden {
    display: none;
  }
  .izl-rmenu .fa {
    font-size: 0.3rem;
    line-height: 0.6rem;
  }
  .izl-rmenu .btn {
    width: 0.6rem;
    height: 0.6rem;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
    padding: 0 !important;
    display: block;
    text-align: center;
    color: white;
    border-radius: 50%;
  }
  .izl-rmenu .btn-phone {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .izl-rmenu .btn-top {
    background-color: #666666;
  }
  .izl-rmenu .btn-phone .phone {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 1.6rem;
    left: -1.62rem;
    top: 0px;
    line-height: 0.6rem;
    height: 0.6rem;
    color: #fff;
    font-size: 0.18rem;
    text-align: center;
    border-radius: 0.4rem;
  }
  .izl-rmenu .btn-phone:hover .phone {
    display: block;
  }
  .izl-rmenu .btn-wechat:hover .phone {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #tabs li {
    font-size: 18px;
  }
  .izl-rmenu {
    position: fixed;
    right: 0;
    bottom: 10px;
    padding-bottom: 73px;
    z-index: 999;
  }
  .izl-rmenu .fa {
    font-size: 30px;
    line-height: 1.5;
  }
  .izl-rmenu .btn {
    width: 70px;
    height: 70px;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
    padding: 0 !important;
    display: block;
    text-align: center;
    color: white;
    border-radius: 4px;
  }
  .izl-rmenu .btn-phone {
    background-color: #ff8200;
  }
  .izl-rmenu .btn-top {
    background-color: #666666;
    font-size: 35px;
    line-height: 2;
  }
  .izl-rmenu .btn-wechat {
    background-color: #1cd66c;
  }
  .izl-rmenu .btn-phone .phone {
    background-color: #ff8200;
    position: absolute;
    width: 160px;
    left: -158px;
    top: 0px;
    line-height: 70px;
    height: 70px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: none;
  }
  .izl-rmenu .btn-wechat .phone {
    position: absolute;
    width: 70;
    left: -78px;
    top: -1px;
    line-height: 70px;
    height: 70px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: none;
  }
  .izl-rmenu .btn-wechat .phone img {
    width: 70px;
  }
  .izl-rmenu .btn-phone:hover .phone {
    display: block;
  }
  .izl-rmenu .btn-wechat:hover .phone {
    display: block;
  }
}
.navbar-default .navbar-nav > li > a {
  color: #333;
}
.navbar-default {
  background-color: #fff !important;
  border-color: transparent !important;
}
.veri {
  width: 100%;
  background-color: #0d1422;
  border-top: 1px solid #4a5a79;
}
