.page_index .tslzs_list {
  position: absolute;
  top: 650px;
  right: 0px;
  width: 86px;
  z-index: 999;
  background-color: rgba(0,0,0,0.7);
  border-radius: 10px 0px 0px 10px;
}
.page_index .tslzs_list.fixed {
  position: fixed;
  top: 50%;
  margin-top: -250px;
}
.page_index .tslzs_list > li {
  width: 74px;
  height: 70px;
  margin-left: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
.page_index .tslzs_list > li:last-child {
  border-bottom: none;
}
.page_index .tslzs_list > li .img {
  height: 26px;
  margin-top: 11px;
  background-position: center;
  background-repeat: no-repeat;
}
.page_index .tslzs_list > li .img.icon_ys_1 {
  background: url("https://www.acomicbookblog.com/images/icon_ys_1.png") center no-repeat;
  background-size: auto 26px;
}
.page_index .tslzs_list > li .img.icon_ys_2 {
  background: url("https://www.acomicbookblog.com/images/icon_ys_2.png") center no-repeat;
  background-size: auto 22px;
}
.page_index .tslzs_list > li .img.icon_ys_3 {
  background: url("https://www.acomicbookblog.com/images/icon_ys_4.png") center no-repeat;
  background-size: auto 26px;
}
.page_index .tslzs_list > li .img.icon_ys_4 {
  background: url("https://www.acomicbookblog.com/images/icon_ys_3.png") center no-repeat;
  background-size: auto 26px;
}
.page_index .tslzs_list > li .img.icon_ys_5 {
  background: url("https://www.acomicbookblog.com/images/icon_ys_5.png") center no-repeat;
  background-size: auto 26px;
}

.page_index .tslzs_list > li .txt {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  font-size: 12px;
  color: #fff;
  line-height: 100%;
  font-family:"微软雅黑";
}
.page_index .tslzs_list > li:hover .txt {
  color: #ffb6be;
}
.page_index .tslzs_list > li:hover .img.icon_ys_1 {
  background: url("https://www.acomicbookblog.com/images/icon_ys_1_hover.png") center no-repeat;
  background-size: auto 26px;
}
.page_index .tslzs_list > li:hover .img.icon_ys_2 {
  background: url("https://www.acomicbookblog.com/images/icon_ys_2_hover.png") center no-repeat;
  background-size: auto 22px;
}
.page_index .tslzs_list > li:hover .img.icon_ys_3 {
  background: url("https://www.acomicbookblog.com/images/icon_ys_4_hover.png") center no-repeat;
  background-size: auto 26px;
}
.page_index .tslzs_list > li:hover .img.icon_ys_4 {
  background: url("https://www.acomicbookblog.com/images/icon_ys_3_hover.png") center no-repeat;
  background-size: auto 26px;
}
.page_index .tslzs_list > li:hover .img.icon_ys_5 {
  background: url("https://www.acomicbookblog.com/images/icon_ys_5_hover.png") center no-repeat;
  background-size: auto 26px;
}


@media screen  and (max-width:768px) {
.page_index{ display:none}
}