/* 右侧挂件 */
.fix-right {
  position: fixed;
  z-index: 999;
  top: 50%;
  margin-top: -104px;
  right: 0;
  width: 72px;
}
.fr-top {
  width: 72px;
  background: #ba1700;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  text-align: center;
  font-size: 0;
}
.fr-kefu {
  cursor: pointer;
  border-radius:8px 8px 0 0;
  padding-bottom: 10px;
}
.fr-kefu:hover{
  background: #D24129;
}
.fr-top-kefu {
  width: 24px;
  height: 24px;
  margin-top: 20px;
  cursor: pointer;
}
.fr-top-phone {
  width: 24px;
  height: 24px;
}
.fr-top-title {
  height: 20px;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
  margin-top: 3px;
  cursor: pointer;
}

.fr-line {
  width: 48px;
  height: 1px;
  background: #ffffff;
  border-radius: 1px;
  opacity: 0.06;
  display: inline-block;
}
.phone-concact {
  position: relative;
  padding-top: 12px;
  padding-bottom: 13px;
  cursor: pointer;
  border-radius: 0 0 8px 8px;
}
.phone-concact:hover{
  background: #D24129;
}
.phone-concact:hover .phone-number-content {
  display: block;
}
.phone-number-content {
  background-size: cover;
  background-image: url("../images/right_fixed/phone_guajian_bg@2x.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 152px;
  height: 90px;
  right: 77px;
  top: -10px;
  display: none;
}
.phone-title {
  margin-top: 23px;
  margin-left: 19px;
  height: 22px;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 22px;
  text-align: left;
}
.phone-number {
  margin-left: 19px;
  height: 22px;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  text-align: left;
}
.fr-bottom {
  width: 72px;
  height: 50px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  margin-top: 8px;
  text-align: center;
  cursor: pointer;
}

.fr-bottom img {
  width: 24px;
  height: 24px;
  margin-top: 13px;
}
