/* h5 */
@media (max-width: 767px) {
  .top-nav.top-h5,
  #hist_h5,
  #search_h5{
    display: block;
  }
  body{
    margin-top: 56px
  }
}
@media (max-width: 767px) {
  .nav-down.clearfix,
  #top_navi,
  .index-tj-r,
  #nav_logo,#logo_h5,
  .pagenum{
    display: none;
  }
}
/* html */
@media (min-width: 767px) {
  #search_h5,
  #nav_h5,
  #top_h5,
  #his_h5,
  #user_h5,
  #h5_logo {
    display: none !important;
  }
  /* 整个滚动条 */
  ::-webkit-scrollbar {
    width: 9px;
    height: 10px;
}

/* 滚动条上的滚动滑块 */
::-webkit-scrollbar-thumb {
    background-color: rgba(134, 130, 130, 0.85);
    /* 关键代码 */

}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
    background-color: #dfdfdf;
    border-radius: 32px;
}


}
.bb.hover #history_box {
  display: block;
}
.bb.hover #history_box_h5 {
  display: block !important;
}
#search_h5{
  margin-left:15px ;
}


.cms_charging_mode_div_vip {
  background-color: rgb(254, 175, 121);
  font-size: 12px;
  padding: 3px 8px;
  color: #fff;
  border-radius: 0 5px 0 5px;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
}

.cms_charging_mode_div_gold {
  background-color: #ff6c49;
  font-size: 12px;
  padding: 3px 8px;
  color: #fff;
  border-radius: 0 5px 0 5px;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
}
