.lubrican {
  margin-top: 10px;
}

.lubrican-tab {
  display: inline-block;
  color: #acacac;
  /* vertical-align: top; */
  font-size: 20px;
  /* font-weight: bold; */
  cursor: pointer;
  margin-right: 20px;
  padding: 10px 20px;
  box-sizing: border-box;
  margin-bottom: -1px;
  text-transform: capitalize;
}

.lubrican-tab-active {
  background: #e7e6e7;
  font-size: 18px;
  font-weight: bolder;
  color: #143f86;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.lubrican-tab-list {
  padding: 0 20px;
  background: #e7e6e7;
  margin-bottom: 10px;
  margin-top: 0;
}

.lubrican-tab-list li {
  float: left;
  padding: 15px 0;
  margin-right: 30px;
  cursor: pointer;
}

.lubrican-tab-list .actived a {
  font-weight: bold;
}

.lubrican-tab-list-active {
  color: #143f86;
}

.lubrican-tips {
  font-size: 14px;
  color: #333;
}

.lubrican-box {
  margin: 20px 0;
  position: relative;
}

.lubrican-box img {
  width: 100%;
  object-fit: cover;
  height: auto;
}

.lubrican-name {
  font-size: 18px;
  color: #154192;
  margin: 20px 0;
}

.lubrican-tab-white {
  /* padding: 10px 20px; */
  margin-right: 20px;
  font-size: 18px;
  color: #143f86;
}

.lubrican-tab-list-white {
  /* padding: 0 10px; */
  margin-bottom: 20px;
}

.lubrican-tab-list-white li {
  float: left;
  /* min-width: 90px; */
  /* text-align: center; */
  /* padding: 15px; */
  margin-top: 20px;
  margin-right: 30px;
}

.li-active {
  color: #143f86;
  font-weight: bold;
}

.lubrican-h {
  margin-top: 20px;
  font-size: 14px;
  color: #333;
}

.lubrican-top {
  font-size: 24px;
}

.lubrican-text {
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #696969;
}

.lubrican-box-tips {
  position: absolute;
  top: 280px;
  left: 20px;
  font-size: 16px;
  color: #fff;
}

.lubrican-bg {
  width: 100%;
  margin: 10px 0 80px 0;
}

.map-box-top {
  padding: 20px 0 20px 20px;
  background-color: rgb(247, 247, 247);
  margin-bottom: 50px;
}

.map-box {
  height: 250px;
  padding-top: 40px;
  overflow-y: auto;
}

.map-box::-webkit-scrollbar {
  width:4px; 
  height:4px;
}

.map-box::-webkit-scrollbar-thumb {
  border-radius:5px; 
  background:#d8d8d8;
}

.map-box::-webkit-scrollbar-track {
  border-radius:0; 
  background:none;
}

.map-box-item {
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 30px;
  position: relative;
  line-height: 36px;
}



.map-box-item-img {
  position: absolute;
  top: 0;
  left: -30px;
  width: 20px;
  height: 20px;
  z-index: 2;
}

.map-box-title {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.panel-img-tips {
  text-align: right;
  margin: 50px 0;
}