::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #e2e6ed;
}
::-webkit-scrollbar-track {
  border-radius: 6px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
.fix-toobar-box {
  position: fixed;
  right: 30px;
  bottom: 70px;
}
.fix-toobar-box .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 20px !important;
  background-color: #0077ff;
}
.fix-toobar-box .btn-que {
  position: absolute;
  right: 0px;
  bottom: 90px;
  font-size: 20px;
}
.fix-toobar-box .btn-w {
  position: absolute;
  right: 0px;
  bottom: 40px;
}
.fix-toobar-box .btn-top {
  position: absolute;
  right: 0px;
  bottom: -10px;
}
.custom-tooltip .tooltip-inner {
  background-color: #f7f9fe;
  /* 设置背景颜色为白色 */
  color: #000000;
  /* 设置文本颜色为黑色 */
}
.custom-tooltip .tooltip-arrow {
  display: none;
}
h2 {
  font-weight: 600 !important;
  font-size: 36px;
}
.logo-wrap {
  height: 40px;
}
.logo-wrap img {
  height: 40px;
}
.logo-wrap .tit {
  font-size: 24px !important;
  line-height: 28px !important;
}
.logo-wrap .right-wrap {
  height: 40px;
}
.btn-login {
  border: 1px solid #0054cd;
  color: #0054cd;
}
.btn-login:hover {
  background-color: #0054cd;
  color: #fff;
}
.common-tab {
  width: 1200px;
  display: flex;
  gap: 6.66vw;
  border-bottom: 1px solid #e4e7ed;
  margin: 0 auto;
  margin-top: 40px;
}
.common-tab .item-tab {
  flex: 1;
  text-align: center;
  font-size: 1vw;
  height: 4.16vw;
  line-height: 4.16vw;
}
.common-tab .item-tab div {
  width: 30%;
  margin: 0 auto;
  font-size: 18px;
  cursor: pointer;
}
.common-tab .active {
  color: #0055FF;
  border-bottom: 1px solid #0055FF;
}
