.hd-info{
  background: #fff;
  height: 90px;
  margin:0 auto;
  position: relative;
  top:0px;
}
.company{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  width:100%;
}
.drop-down{
  position: absolute;
  right:0;
  top:50%;
  transform: translateY(-50%);
}
.company-name{
  color:#000;
  font-weight: bold;
  left:70px;
  top:50%;
  transform: translateY(-50%);
  position: absolute;
  text-align: center;
}
.hd-tab{
  position: absolute;
  right:0px;
  top:0;
  display: flex;
}
.hd-tab li{
  color:#333333;
  cursor: pointer;
  line-height: 100px;
  padding:0 22px;
  margin-top: -10px;
}
.hd-tab li.active{
  background: #216BD1;
  color:#FFFFFF;
}
.navbar{
  background: #fff;
  border: none;
  border-bottom: 1px solid #eeeeee;
}
.gap{
  height: 100px;
}
.tab-list{
  border-bottom: 1px solid #eeeeee;
  position: fixed;
  top: 100px;
  background: #fff;
  display: block;
  width:100%;
  z-index: 10000;
}
.btn-small{
  display: none;
}
@media screen and (max-width: 1000px) {
  .btn-small{
    display: block;
  }
  .hd-tab{
    display: none !important;
  }
}
/* 必须写在媒体查询后面尬 */
.tab-list{
  display: none;
}
.tab-list li{
  padding:5px 0 ;
}
.tab-list li.active{
  color:#216BD1;
}
.footer{
  background: #454545;
  color:#A7A7A7;
  font-size: 16px;
  padding:25px 0;
  text-align: center;
}

.message{
  text-indent: 2rem;
  line-height: 1.6rem;
}
html,body{
  height: 100%;
}
.bottom-container{
  height: 54px;
  border-top: 1px solid #ddd;
  overflow: hidden;
  line-height: 54px;
}

.bottom-container .btn{
  width:100%; border-radius:0px; border-left: 0px; border-top:0px; line-height: 54px; padding: 0px;
}