/* 咨询热线浮窗 */
.consultation-hotline {
  width: 72px;
  position: fixed;
  top: 40%;
  right: 20px;
  z-index: 100000;
  background: #337eff;
}

.consultation-hotline .tel-title {
  margin-left: 4px;
  color: #92b4ff;
}

.consultation-hotline .top-box li {
  width: 100%;
  height: 72px;
  border-bottom: 1px solid #669eff;
  overflow: hidden;
}

.consultation-hotline .top-box li:last-child {
  height: 32px;
}

.consultation-hotline .top-box li a {
  height: 100%;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.consultation-hotline .top-box li:hover {
  background: #2468f2;
}

.consultation-hotline .top-box li a span {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.consultation-hotline .top-box li a img {
  top: 14px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.consultation-hotline .top-box li:last-child a img {
  top: 6px;
}

.consultation-hotline .phone-box {
  position: absolute;
  width: 239px;
  /*height: 483px;*/
  left: -250px;
  top: 78px;
  background: #fff;
  border-radius: 12px;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 13px 18px;
  -webkit-box-shadow: 0px 0px 17px 1px rgba(6, 23, 74, 0.14);
          box-shadow: 0px 0px 17px 1px rgba(6, 23, 74, 0.14);
}

.consultation-hotline .phone-box ul {
  /*height: 394px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.consultation-hotline .phone-box ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.consultation-hotline .phone-box ul li:last-child {
  border: none;
}

.consultation-hotline .phone-box ul li img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  
}

.consultation-hotline .phone-box ul li .logo {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: relative;
  margin-right: 8px;
}

.consultation-hotline .phone-box ul li .logo::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #3dce8f;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
}

.consultation-hotline .phone-box ul li .name-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.consultation-hotline .phone-box span {
  display: block;
  color: #424242;
  font-size: 16px;
}

.consultation-hotline .phone-box .phone-num {
  color: #000c38;
}

.consultation-hotline .qrcode-box {
  width: 200px;
  height: 240px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px 0px 17px 1px rgba(6, 23, 74, 0.14);
          box-shadow: 0px 0px 17px 1px rgba(6, 23, 74, 0.14);
  border-radius: 12px;
  position: absolute;
  top: 70px;
  left: -211px;
  text-align: center;
  padding-top: 5px;
  display: none;
}

.consultation-hotline .qrcode-box img {
  display: block;
  width: 96%;
  margin: 0 auto 5px;
}

.consultation-hotline .qrcode-box .gz {
  font-size: 16px;
  font-weight: 400;
  color: #424242;
  line-height: 20px;
}
