.sideBar {
  position: fixed;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  z-index: 998;
}

.side1 {
  width: 50px;
  height: 150px;
  background: #222;
  text-align: center;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side1 a,
.side1 img,
.side1 i,
.side1 span {
  display: block;
}

.side1 img {
  margin: 0 auto;
}

.side1 i {
  margin: 10px auto;
  width: 1px;
  height: 20px;
  background: #fff;
  transition: all 0.5s ease;
}

.side1 span {
  color: #fff;
  font-size: 14px;
  writing-mode: vertical-lr;
  margin: 0 auto;
  letter-spacing: 2px;
}

.side1:hover {
  background: rgb(56 54 195 / 100%);
}

.side1:hover a img {
  animation: jitter 0.5s;
}

.side {
  height: 50px;
  position: absolute;
  transition: all 0.5s;
}

.side a {
  display: block;
  height: 50px;
  font-size: 0;
}

.side i,
.side span {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  line-height: 50px;
}

.side i {
  width: 50px;
  text-align: center;
  background: rgb(56 54 195 / 90%);
  transition: all 0.3s;
}

.side i img {
  vertical-align: middle;
}

.side span {
  text-align: center;
  line-height: 50px;
  background: #232323;
  font-size: 13px;
  color: #fff;
  transition: all 1s;
}

.side2 {
  top: 151px;
  right: -140px;
  width: 190px;
}

.side2 span {
  width: 140px;
}

.side5 {
  right: -90px;
  width: 140px;
  top: 202px;
  cursor: pointer;
}

.side5 span {
  width: 90px;
  font-size: 14px;
}

.qcodePic {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  display: none;
  z-index: 99;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.side5:hover .qcodePic {
  display: block;
}

.side6 {
  right: -90px;
  width: 140px;
  top: 305px;
  cursor: pointer;
}

.side6 span {
  width: 90px;
  font-size: 14px;
}

.side:hover {
  right: 0;
}

.side:hover i {
  background: rgb(56 54 195 / 100%);
}

.wxPic {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
}

.wxPic img {
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}



@media only screen and (max-width: 768px) {
  .sideBar {
    display: none;
  }
}


#c_navigation_006_P_062-1652852519798 .e_container-21 > .p_item{
  position: inherit;
}


.p_page .page-num {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  width: 30px;
  margin: 0 3px;
  background: #f4f4f4;
  color: #666;
  text-decoration: none;
}
.p_page .page-num-current {
  background: rgba(55, 73, 151);
  color: #fff;
}
.p_page .page-num:hover {
  text-decoration: none;
  background: #e6f4ff;
  color: #30a7fd;
}
.pagelist a[href='javascript:;']{
  background: #f4f4f4;
  color: #ccc;
  cursor: not-allowed;
}