
.rightfr3 {
  position: fixed;
  right: 30px;
  bottom: 15%;
  z-index: 99997;
}
.rightfr3 ul li {
  position: relative;
  overflow: visible;
}
.rightfr3 ul li .rtf_z {
  width: 72px;
/*  height: 80px;*/  
background: #ffffff;
}
.rightfr3 ul li .udesk_im {
  width: 72px;
  height: auto;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 10px;
  cursor: pointer;
}
.rightfr3 ul li .udesk_im span {
  position: relative;
}
@keyframes mymove {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes mymove1 {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(1.1);
  }
  100% {
    opacity: 0.5;
    transform: scale(1);
  }
}
.rightfr3 ul li .udesk_im .online-box {
  border: 2px solid #00ceda;
  border-radius: 50%;
  padding: 3px;
  width: 72px;
  height: 72px;
  position: relative;
}
.rightfr3 ul li .udesk_im .online-box:after {
  content: "";
  position: absolute;
  border: 1px solid #00ceda;
  border-radius: 50%;
  padding: 3px;
  width: 80px;
  height: 80px;
  top: -6px;
  left: -6px;
  opacity: 0.5;
  transition: all 0.3s;
  animation: mymove1 1s 0.5s infinite;
}
.rightfr3 ul li .udesk_im span.active:after {
  position: absolute;
  right: 5px;
  top: -65px;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../upimg/rightfl-number.svg) center no-repeat;
  background-size: 100% 100%;
  z-index: 999;
}
.rightfr3 ul li .rtf_z img {
  width: 60px;
  display: block;
  margin: 0px auto;
  padding: 0px;
  margin-top: 1px;
  transition: all 0.3s;
  animation: mymove 1s infinite;
}
.rightfr3 ul li .rtf_z#udesk_links img {
  width: 68px;
  display: block;
  margin: 0px auto;
  padding: 0px;
  margin-top: 10px;
  transition: all 0.3s;
  animation: mymove 0s infinite;
}
.rightfr3 ul li:nth-child(2) .rtf_z {
  text-align: center;
  padding: 20px 0;
  border-radius: 8px;
  position: relative;
  margin-bottom: 10px;
  background: #edfeff;
  transition: all 0.3s;
  border: 1px solid transparent;
  cursor: pointer;
}
.rightfr3 ul li:nth-child(2) .rtf_z i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../upimg/consult.svg);
  transition: all 0.3s;
}
.rightfr3 ul li:nth-child(2) .rtf_z:hover {
  border: 1px solid #00ceda;
}
.rightfr3 ul li:nth-child(2) .rtf_z:hover span {
  color: #00adbb;
}
.rightfr3 ul li:nth-child(3) .rtf_z {
  border-radius: 8px;
  text-align: center;
  padding: 15px 0 20px;
  background: #edfeff;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.rightfr3 ul li:nth-child(3) .rtf_z i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../upimg/show.svg);
  transition: all 0.3s;
}
.rightfr3 ul li:nth-child(3) .rtf_z:hover {
  border: 1px solid #00ceda;
}
.rightfr3 ul li:nth-child(3) .rtf_z:hover span {
  color: #00adbb;
}
.rightfr3 ul li .rtf_z.udesk_im span {
  display: inline-block;
  text-align: center;
  width: 72px;
  height: 30px;
  background: #edfeff;
  border-radius: 8px;
  font-size: 14px;
  color: #00ceda;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500;
}
.rightfr3 ul li .rtf_z span {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #00ceda;
  letter-spacing: 0;
  font-weight: 400;
  transition: all 0.3s;
}
.rightfr3 ul li .rtf_c {
  position: absolute;
  right: 90px;
  top: -4px;
  width: 160px;
  height: 169px;
  background: url(../upimg/rightfl-bg.svg) no-repeat;
  background-size: 100% 100%;
  background-position: 0 -10px;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  transform: scale(1.1);
}
.rightfr3 ul li .rtf_c:after {
  content: "";
}
.rightfr3 ul li .rtf_c .rtfc_c {
  width: 122px;
  margin-left: 18px;
}
.rightfr3 ul li .rtf_c .rtfc_c p {
  width: auto;
  overflow: hidden;
}
.rightfr3 ul li .rtf_c .rtfc_c p span {
  font-size: 12px;
  color: #666;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 500;
}
.rightfr3 ul li .rtf_c .rtfc_c:nth-child(2) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top:15px;
}
.rightfr3 ul li .rtf_c .rtfc_c img {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.rightfr3 ul li .rtf_c .rtfc_c p.p1 {
  font-size: 12px;
  color: #333;
  font-weight: 400;
  line-height: 12px;
  display: inline-block;
  vertical-align: middle;
}
.rightfr3 ul li .rtf_c .rtfc_c:nth-child(2) p.p1 {
  color: #4b84ff;
}
.rightfr3 ul li .rtf_c .rtfc_c p.p2 {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 400;
  margin-top: 5px;
}
.rightfr3 ul li:hover .rtf_c {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 978px) {
    .rightfr3 {
    right: 30px;
    bottom: 20%;
    }
  .rightfr3 ul li:nth-child(1),
  .rightfr3 ul li:nth-child(3) {
    display: none;
  }
  .rightfr3 ul li .rtf_c {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .rightfr3 ul li.active .rtf_c {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .rightfr3 ul li:nth-child(2) .rtf_z i {
    display: inline-block;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background: url(../upimg/consult-mb.svg);
    transition: all 0.3s;
    animation: headPhone 2.2s ease infinite;
    -moz-animation: headPhone 2.2s ease infinite;
    /* Firefox */
    -webkit-animation: headPhone 2.2s ease infinite;
    /* Safari 和 Chrome */
    -o-animation: headPhone 2.2s ease infinite;
  }
  .rightfr3 ul li:nth-child(2) .rtf_z i:after {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    margin-top: -16px;
    width: 25px !important;
    height: 25px !important;
    background: url(../upimg/consult-after.svg) center no-repeat !important;
    z-index: 2;
    opacity: 0;
    animation: headPhoneshow1 2.2s linear infinite;
    -moz-animation: headPhoneshow1 2.2s linear infinite;
    /* Firefox */
    -webkit-animation: headPhoneshow1 2.2s linear infinite;
    /* Safari 和 Chrome */
    -o-animation: headPhoneshow1 2.2s linear infinite;
  }
  .rightfr3 ul li:nth-child(2) .rtf_z i:before {
    content: "";
    position: absolute;
    left: 17px;
    top: 50%;
    margin-top: -19px;
    width: 25px !important;
    height: 25px !important;
    background: url(../upimg/consult-before.svg) center no-repeat !important;
    z-index: 2;
    opacity: 0;
    animation: headPhoneshow2 2.2s 0.1s linear infinite;
    -moz-animation: headPhoneshow2 2.2s 0.1s linear infinite;
    /* Firefox */
    -webkit-animation: headPhoneshow2 2.2s 0.1s linear infinite;
    /* Safari 和 Chrome */
    -o-animation: headPhoneshow2 2.2s 0.1s linear infinite;
  }
  .rightfr3 ul li:nth-child(2) .rtf_z {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background: transparent;
    padding: 0;
    border-color: transparent !important;
    box-shadow: 1px 1px 10px #ccc;
    position: relative;
  }
  .rightfr3 ul li:nth-child(2) .rtf_z > span {
    display: none;
  }
  .rightfr3 ul li .rtf_c {
    top: -12px;
    right: 65px;
  }
}


.newComm .footer-wrap .footer-bottom a {
    color: #bfbfbf;
}

@keyframes headPhone {
  0% {
    transform: rotate(0);
  }
  15% {
    transform: rotate(25deg);
  }
  30% {
    transform: rotate(0);
  }
  45% {
    transform: rotate(25deg);
  }
  60% {
    transform: rotate(0);
  }
  to {
    transform: rotate(0);
  }
}
@-moz-keyframes headPhone {
  0% {
    transform: rotate(0);
  }
  15% {
    transform: rotate(25deg);
  }
  30% {
    transform: rotate(0);
  }
  45% {
    transform: rotate(25deg);
  }
  60% {
    transform: rotate(0);
  }
  to {
    transform: rotate(0);
  }
}
@-webkit-keyframes headPhone {
  0% {
    transform: rotate(0);
  }
  15% {
    transform: rotate(25deg);
  }
  30% {
    transform: rotate(0);
  }
  45% {
    transform: rotate(25deg);
  }
  60% {
    transform: rotate(0);
  }
  to {
    transform: rotate(0);
  }
}
@-o-keyframes headPhone {
  0% {
    transform: rotate(0);
  }
  15% {
    transform: rotate(25deg);
  }
  30% {
    transform: rotate(0);
  }
  45% {
    transform: rotate(25deg);
  }
  60% {
    transform: rotate(0);
  }
  to {
    transform: rotate(0);
  }
}
@keyframes headPhoneshow1 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes headPhoneshow1 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes headPhoneshow1 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes headPhoneshow1 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes headPhoneshow2 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes headPhoneshow2 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes headPhoneshow2 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes headPhoneshow2 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

