@charset "utf-8";
/* CSS Document */
.weixin{
  position:relative;
  text-align:center;
  margin:0;
  width:30px;
  float:left;
  height:30px;
  font-size:12px;
      z-index: 9999;
}
.weixin A{
    position: absolute;
    width: 120px;
    text-align: center;
    height: 30px;
    top: 0px;
    border-radius: 50%;
    left: 0px;
    opacity: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.weixin A p {
  font-size: 14px;
  color: #fff;
  line-height: 44px;
}

.weixin A svg{
 fill:#262626;
 width: 40px;
 margin: 0;
 height: 28px;
}
.weixin .weixin_nr{
    position: absolute;
    text-align: center;
    padding: 4px;
    line-height: 1;
    transform: scale(0);
    transition: .4s ease;
    font-weight: normal;
    font-size: 14px;
    display: block;
    opacity: 0;
    background: #fff;
    top: 0;
    left: 0px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

.weixin .weixin_nr .arrow{
    border-top: transparent 0px solid;
    position: absolute;
    border-left: transparent 7px solid;
    width: 0px;
    border-bottom: #fff 7px solid;
    height: 0px;
    top: -7px;
    border-right: transparent 7px solid;
    left: 48px;
}
.on.weixin .weixin_nr{
  display:block;
  transform: scale(1);
  top: 35px;
  opacity: 1;
}
.on.weixin A{
  opacity:1;
}



#c_flipPage-1637288758471 .p_header{
 background-color: rgb(255, 255, 255,0.5);
}
