/* 指标平台旁边联系 */
.contact {
  width: 88px;
  /* height: 372px; */
  background: #f9f9f9;
  right: 16px;
  top: 50%;
  transform: translate(0px, -50%);
  position: fixed;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: all 1s;
  /* display: none; */
}



/*  Indexcenterout触发旁边联系*/
/* .Indexcenterout:hover .left {
    background-color: #643ED2;
} */

/* .Indexcenterout {
    top: 1px;
    right: 0;
    width: 4%;
    height: 1155px;
    position: fixed;
    z-index: 10;
} */

/* contact联系内容 */
.contactson {
  width: 100%;
  display: flex;
  height: 89px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  position: relative;

  /* background-color: red; */
  /* margin-bottom: 1px; */
}


.vx_BlockOrNone {
  position: absolute;
  z-index: -1;
  top: 18%;
  left: 320px;
  opacity: 0;
  /* left: -135px;
  opacity: 1; */
  transition: left 100ms ease-in 50ms, opacity 100ms ease-in;
}

/* 小三角形2 */
#triangle {
  /* 等腰三角形（箭头朝上）； */
  border-left: 8px solid rgb(255, 255, 255);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 20px;
  right: -130px;
}

.contactson:hover .vx_BlockOrNone {
  left: -135px;
  opacity: 1;
  transition: left 100ms ease-out, opacity 100ms ease-out 70ms;
}
/* 微信二维码 */
.or-code {
  width: 119px;
  height: 120px;
  border-radius: 4px;
  transform: translate(3px, -30%);
  /* display: none; */
}


/* 图片块的统一样式 */
.contactson-div {
  width: 17px;
  height: 17px;
}

/* 文本的统一样式 */
.contactson p {
  margin: 0px;
  margin-top: 11px;
}


/* 联系方式电话部分的样式 */
#phonep {
  padding-top: 10px;
  margin-left: -10px;
  width: 120px;
  height: 30px;
  background: #241f34;
  border-radius: 2px;
  font-size: 12px;

  font-weight: 400;
  color: #ffffff;
  line-height: 16px;
}

#phonenum {
  width: 119px;
  height: 32px;
  background: #ffffff;
  border-radius: 4px;
  font-size: 14px;

  font-weight: 400;
  color: #241f34;
  line-height: 3px;
  display: none;
  position: absolute;
  top: 20%;
  left: -146%;
}

#phonenum p {
  /* margin: 0px; */
  width: 119px;
  height: 32px;
  /* background-color: red; */
  position: absolute;
  top: 20%;
}

/* 鼠标经过旁边的联系样式 */
.contactson:hover {
  /* background-color: #634ED2; */

  background-color: #7317b4;
}

.contact p {
  text-align: center;
  /* margin-top: -30px; */
  font-size: 12px;
}
