/* 隐藏百度地图左下角版权信息 */
.anchorBL {
  display: none;
}

[v-cloak] {
  display: none;
}

/* 屏幕右下角的回到顶部按钮 */
.gotop {
  position: fixed;
  right: 10px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  font-size: 50px;
  line-height: 50px;
}

.gotop a:hover {
  color: #000;
}

.tab-content img:hover {
  transform: scale(1.04);
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.33, 0.98);
}


.header-border{
  margin-bottom: 40px;
}

.header-border span{
  padding: 10px;
  border:2px solid black;
}

.header-bg{
  width:100%;height:400px;overflow: hidden;
}

.offer-list{
  font-size: 16px;
  padding: 20px;
  /* border-top: 1px solid #000; */
  border-bottom: 1px solid #000;
}
.offer-demand{
  padding: 20px;
}

.solution-content p{
  text-align: left;
  text-indent:2em;
  font-size: 16px;
}

.dropdown-menu{
  border-top: 2px solid #000;
}