.header_right{
  display: flex;
  position: fixed;
  right: 0px;
  /*height: 388px;*/
  top: 50%;
  margin-top: -194px;
  width: 150px;
  flex-wrap: wrap;
  flex-direction: column;
  display: none;
  opacity: 0;
  z-index: 1;
}
.header_right>p{
  font-weight: normal;font-stretch: normal;line-height: 22px;letter-spacing: 0px;
  position: relative;margin-bottom: 29px;height: 22px;position: relative;
}
.header_right>p>a{
  font-size: 22px;color: #c6c6c6;
  text-decoration: none;
}
.header_right>p::before{
     width: 7px;
    height: 6px;
    background-color: #e2e2e2;
    content: '';
    position: absolute;
    display: block;
    border-radius: 50%;
    left: -22px;
    top: 8px;
}
.header_right .icon-weixin-copy{
  font-size: 60px;
  color:#dadada;
}
.header_right .jiantou {
    color: #ffffff;
    display: block;
    font-size: 24px;
    /* margin-top: 3px; */
    padding-top: 5px;
    margin-bottom: -5px;
}
.header_right .jiantou_span {
    width: 53px;
    height: 52px;
    background-color: #dadada;
    border-radius: 50%;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}
.header_right .icon-weixin-copy:hover{
  color: #7d6eac;
}
.header_right .eco {
 width: 160px;
    height: 172px;
    background: #ffffff;
    position: absolute;
    left: -177px;
    text-align: center;
    font-size: 14px;
    border: solid 1px #ebebeb;
    top: -60px;
    z-index: 2;
    display: none;
}
.header_right .eco img{
  display: block;
    margin: 6px auto 0px;
}
.header_right .jiantou_span:hover{
  color: #ffffff;
   background-color: #7d6eac;
}
.header_right .kailong {
   width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    left: 155px;
    top: 64px;
    transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -webkit-transform: rotate(85deg);
    -o-transform: rotate(7deg);
    cursor: pointer;
    z-index: 1;
}
.header_right .kailong1 {
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-left: 11px solid transparent;
    border-bottom: 11px solid #ebebeb;
    position: absolute;
    left: 154px;
    top: 64px;
    transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -webkit-transform: rotate(84deg);
    -o-transform: rotate(7deg);
    cursor: pointer;
    z-index: 0;
}
.header_right>p:nth-of-type(7)::before{
  display: none;
 
  }
  .header_right>p:nth-of-type(8)::before{
display: none;
  }
  .header_right>p>a:hover{
    font-weight: bold;  
      color: #60518d;

  }
    .header_right>p:hover::before{
      background-color: #60518d;
    }
  .headright_active a{
    font-weight: bold!important;  
      color: #60518d!important; 
      }
      .header_right>p.headright_active::before{
display: none;
      }
      .right_active_img{
        position: absolute;
    display: block;

    left: -29px;
    top: -2px;
      }
 @media screen and (min-width:1680px) and (max-width:1889px) {
        .header_right{
          display: block;    right: -60px;
         }
         .header_right {
          /*display: flex;*/
         
          width: 150px;
          flex-wrap: wrap;
          flex-direction: column;
        
      }.header_right>p>a {
          font-size: 16px;
          color: #c6c6c6;
          text-decoration: none;
      }
      .header_right>p::before {
          width: 5px;
          height: 5px;
          background-color: #e2e2e2;
          content: '';
          position: absolute;
          display: block;
          border-radius: 50%;
          left: -9px;
          top: 11px;
      }
     .header_right .right_active_img{
        width: 14px;
    height: 15px;
    left: -17px;
    top: 3px;
      }.header_right .icon-weixin-copy {
    font-size: 50px;

  }.header_right .jiantou_span {
    width: 46px;
    height: 46px;
    background-color: #dadada;
    border-radius: 50%;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}.header_right .jiantou {
    color: #ffffff;
    display: block;
    font-size: 22px;
    /* margin-top: 3px; */
    padding-top: 5px;
    margin-bottom: -5px;
}

}
 @media screen and (min-width:1900px) and (max-width:5000px) {
  .header_right{
    display: block;
   }
 }