.consultation_button_list {
  position: fixed;
  right: 10px;
  top: 56%;
  z-index: 1100;
}

.consultation_button_list .contact .line {
  margin: 9px 0;
  height: 1px;
  border-top: 1px solid #233863;
  opacity: 0.1;
}
.consultation_button_list .contact {
  width: 68px;
  height: 210px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(147, 182, 215, 0.3);
  border-radius: 34px;
  padding: 22px 10px 20px 10px;
  text-align: center;
}
.consultation_button_list .contact .default,
.consultation_button_list .contact .deHover {
  width: 24px;
  height: 24px;
  display: block;
}
.consultation_button_list .contact .h5-img {
  display: none;
}
.consultation_button_list .contact .tit {
  width: 48px;
  height: 17px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #233863;
  line-height: 17px;
  text-align: left;
  font-style: normal;
}
.consultation_button_list .contact .item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.consultation_button_list .contact .item-img {
  width: 24px;
  height: 24px;
  background-size: cover;
  margin-left: 12px;
}

.consultation_button_list .contact .item :hover {
  color: #229af4;
}
.consultation_button_list .contact .item .deHover,
.consultation_button_list .contact .item:hover .default {
  display: none;
  opacity: 0;
}
.consultation_button_list .contact .item:hover .deHover {
  display: inline-block;
  opacity: 1;
}
.consultation_button_list .contact .item.arrow_scroll {
  background: #fff;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  line-height: 64px;
  position: absolute;
  bottom: -62px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s; 
  z-index: 99999;
}
.consultation_button_list .contact .item.arrow_scroll.visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}


.onlineService:hover .online-qw-wrapper,
.telService:hover .tel-details {
    display: inline-block;
}

.onlineService .online-qw-wrapper {
    position: absolute;
    top: 0;
    right: 85px;
    width: 220px;
    height: 270px;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 15%);
    display: none;
    background-color: #fff;
    padding: 24px 40px 33px;
    box-shadow: 0px 0px 30px -12px rgba(120, 160, 197, 0.3);
    border-radius: 16px;
    z-index: 99999;
}
.onlineService .online-qw-wrapper .online-title {
    height: 28px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #233863;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-align: center;
    margin-bottom: 16px;
}


.telService .tel-details {
  display: none;
  width: 240px;
  height: auto;
  position: absolute;
  right: 85px;
  top: 40px;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 15%);
  text-align: left;
  background-color: #fff;
  line-height: 26px;
  padding: 32px 24px;
  z-index: 99999;
}
.telService .tel-details .tel-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #233863;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  margin-bottom: 8px;
  display: flex;
}
.telService .tel-details .tel-title span {
  margin-left: 8px;
}
.telService .tel-details .tel-num {
  height: 30px;
  font-family: D, D;
  font-weight: normal;
  font-size: 28px;
  color: #229af4;
  line-height: 30px;
  text-align: left;
  font-style: normal;
}
.consultation_button_list .contact .online-pc {
  display: block;
}
.consultation_button_list .contact .online-h5 {
  display: none;
}
.consultation_button_list .contact .h5-suspension-item .tel-details .pc-img {
  display: inline-block;
}
.consultation_button_list .contact .h5-suspension-item .tel-details .h5-img {
  display: none;
}

@media screen and (max-width: 768px) {
  .consultation_button_list {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #ffffff;
    box-shadow: 0px -2px 8px 0px rgba(147, 182, 215, 0.3);
    top: initial;
  }
  
  .consultation_button_list .contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 62px;
    background: #ffffff;
    box-shadow: initial;
    background: #229AF4;
    border-radius: 0;
  }
  .consultation_button_list .contact .line {
    width: 1px;
    height: 45px;
    border-right: 1px solid #fff;
    opacity: 1;
    z-index: 9999;
    position: relative;
    top: -2px;
  }
  .consultation_button_list .contact .tit {
    width: 100%;
    text-align: center;
    color: #fff!important;
    opacity: 1;
  }
  .consultation_button_list .contact .tit a {
    color: #fff;
  }
  .consultation_button_list .contact .h5-suspension-item {
    flex: 1;
  }
  .consultation_button_list .contact .h5-suspension-item .online-qw-wrapper {
    top: -200px;
    left: 24px;
    right: 85px;
    width: 158px;
    height: 181px;
    padding: 16px;
  }
  .consultation_button_list .contact .h5-suspension-item .online-qw-wrapper::after {
    content: "";
    position: absolute;
    left: 25%;
    bottom: -10px;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    width: 0;
  }
  .consultation_button_list .contact .h5-suspension-item .online-qw-wrapper img {
    width: 126px;
    height: 126px;
    margin-bottom: 8px;
  }
  .consultation_button_list .contact .h5-suspension-item .online-title,
  .consultation_button_list .contact .h5-suspension-item .online-pc {
    display: none;
  }
  .consultation_button_list .contact .h5-suspension-item .online-h5 {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #233863;
  }
  
  .consultation_button_list .contact .h5-suspension-item .item {
    flex: 1;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .consultation_button_list {
    display: flex;
    bottom: 0;
  }
  
  .consultation_button_list .contact {
    flex-direction: row;
  }

  .consultation_button_list .contact .item {
    flex: 1;
    position: relative;
  }
  .consultation_button_list .contact .default,
  .consultation_button_list .contact .deHover {
    display: none!important;
  }
  .consultation_button_list .contact .h5-img {
    width: 24px;
    height: 24px;
    display: block;
  }
  .consultation_button_list .contact .h5-suspension-item .tel-details {
    right: 100px;
    top: -100px;
    width: 195px;
    height: 82px;
    padding: 16px;
  }
  .consultation_button_list .contact .h5-suspension-item .tel-details::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    width: 0;
  }
  .consultation_button_list .contact .h5-suspension-item .tel-details .tel-title {
    font-weight: 400;
    font-size: 14px;
    color: #233863;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .consultation_button_list .contact .h5-suspension-item .tel-details .tel-num {
    font-weight: normal;
    font-size: 24px;
    color: #229AF4;
    line-height: 26px;
  }
  .consultation_button_list .contact .h5-suspension-item .tel-details .h5-img {
    display: inline-block;
  }
  .consultation_button_list .contact .h5-suspension-item .tel-details .pc-img {
    display: none;
  }
}