/* 自定义滚动条样式 */
::-webkit-scrollbar {
  width: 2px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  background: #9B9797;
  border-radius: 25px;
}




.tag1{
  color: red;
}
.allscroll{
  height: calc(100vh - 23rem);
}
/* 竖版文字 */
/* .title,.vertical_text p{
  writing-mode:tb-rl;
} */

body{
  font-family: '宋体';
}

