.close_phone,
.section.add_this-section {
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(78, 81, 83, 0.1);
}
.section.add_this-section {
  z-index: 999999;
  position: fixed;
  bottom: calc(5% + 80px);
  right: 7px;
  list-style: none;
  margin: 0;
  display: inline-flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px;
  border-radius: 40px;
}
.section.add_this-section ul.add_this {
  list-style: none;
  display: inline-flex;
  flex-direction: column;
  gap: 30px;
}
.section.add_this-section ul.add_this li .add_this-inner {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  display: block;
}
.section.add_this-section ul.add_this li .add_this-inner > .title {
  font-weight: 300;
  position: absolute;
  top: 4px;
  right: 55px;
  z-index: 9;
  line-height: normal;
  padding: 5px 10px;
  width: auto;
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: 0.2s linear;
}
.section.add_this-section ul.add_this li .add_this-inner:hover > .title {
  visibility: visible;
  opacity: 1;
}
.section.add_this-section ul.add_this li .add_this-inner > .title::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s linear;
}
.close_phone {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon_close_phone i {
  animation: 3.5s ease-in-out infinite floting;
  font-size: 20px;
  font-weight: 400;
}
@keyframes floting {
  0%,
  100% {
    transform: translatey(-3px);
  }
  50% {
    transform: translatey(8px);
  }
}
.icon_close_phone {
  position: relative;
}

.hotline-fix {
  position: fixed;
  left: 20px;
  bottom: 80px;
  z-index: 11;
}
.hotline-fix:before {
  position: absolute;
  left: -14px;
  top: -14px;
  content: "";
  width: 76px;
  height: 76px;
  background: url(../images/dt1.png) no-repeat;
  animation: rotating 5s linear infinite;
}
@keyframes rotating {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.hotline-fix a {
  display: block;
  width: 208px;
  padding: 6px 0 6px 55px;
  border-radius: 24px;
  height: 48px;
  background: #ec2d3f;
  color: #fef4f4 !important;
  font-size: 13px;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.hotline-fix a:before {
  position: absolute;
  left: 4px;
  top: 4px;
  content: "";
  width: 40px;
  height: 40px;
  background: #fff url(../images/dt2.png) no-repeat;
  animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  border-radius: 50%;
}
@keyframes coccoc-alo-circle-img-anim {
  0%,
  100%,
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
}
.hotline-fix a span {
  display: block;
  color: #ffd500;
  overflow: hidden;
  font-size: 17px;
  font-weight: 600;
}
