html{
  width: 100vw;
  overflow-x: hidden;
}
body{
  width: 100%;
  /* overflow-x: hidden; */
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  width: 5px;
  background: rgba(#101F1C, 0.1);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(144,147,153,.5);
  background-clip: padding-box;
  min-height: 28px;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  transition: background-color .3s;
  cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(144,147,153,.3);
}

@media (min-width: 1400px) {
  .ahout-hr {
    margin: 5rem 0;
  }
}

@media (min-width: 992px) {
  .ahout-hr {
    margin: 3rem 0;
  }
}

.auto-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.link-default {
  text-decoration: none;
  color: #888888;
}

.share-weibo-btn:focus, .share-weibo-btn:hover {
  background-color: #ffcc49!important;
}

.share-wechat-btn:focus, .share-wechat-btn:hover {
  background-color: #4ed242!important;
}

.share-qq-btn:focus, .share-qq-btn:hover {
  background-color: #e64f61!important;
}

/* .service .row {
  margin-top: 1rem;
} */


