@media screen and (min-width:768px){
  .share_wap{
    display: none;
  }

  .share{
    position: fixed;
    right: 20px;
    top: 300px;
    z-index: 100;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    padding: 5px 0;
  }

  .share a{
    display: flex;
    align-items: center;
    background:#4267B2;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
  }

  .share a:nth-child(2){
    background:#55acee;
  }

  .share a:nth-child(3){
    background:#fffc00;
    color: #000;
  }

  .share a:nth-child(4){
    background:#95D03A;
  }

  .share a:hover{
    transform: scale(1.05)
  }

  .share img{
    width: 40px;
    height: 40px;
  }

  .more_share_bg{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 100;
  }

  .share_box{
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 900px;
    top: 20%;
    left: 50%;
    z-index: 101;
    transform: translate(-50%,-50%);
  }

  .share_box a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 200px;
    height: 50px;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
  }

  .share_box img{
    margin-right:10px;
    width: 20px;
    height: 20px;
  }

  

  .closeShare{
    position: fixed;
    bottom: 200px;
    right: 200px;
    z-index: 101;
    cursor: pointer;
  }

  .closeShare img{
    width: 50px;
  }
}

@media screen and (max-width:767px) {
  .share{
    display: none;
  }

  .share_wap{
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 100;
    background: #fff;
    border-radius: 5px;
    opacity: 0.8;
  }

  .share_wap a{
    display: flex;
    align-items: center;
    padding: 5px;

  }

  .share_wap img{
    width: 35px;
    height: 35px;
  }

  .more_share_bg{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 100;
  }

  
}

.share_box a:nth-child(1){
  background:#4267B2;
}

.share_box a:nth-child(2){
  background:#55acee;
}

.share_box a:nth-child(3){
  background:#fffc00;
  color: #000;
}

.share_box a:nth-child(4){
  background:#ff8000;
}

.share_box a:nth-child(5){
  background:#7d7d7d;
}

.share_box a:nth-child(6){
  background:#00aff0;
}

.share_box a:nth-child(7){
  background:#ff4500;
}

.share_box a:nth-child(8){
  background:#32506d;
}