html {
  background-color: tomato;
}
#advisoryBox {
  position: fixed;
  right: 6px;
  top: 20%;
  width: 68px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  z-index: 100;
}
#advisoryBox .right-nav-service{
  position: relative;
  width: 68px;
  height: 68px;
  border: 2px solid #0480f7;
  border-radius: 68px;
  margin-bottom: 21px;
  cursor: pointer;
}
#advisoryBox .right-nav-service > a div {
  position: absolute;
  left: 5px;
  top: 3px;
  width: 58px;
  height: 58px;
  background: url(//www.isweek.cn/statics/images/kefuimg.png) no-repeat 50%;
  -webkit-animation: breathe-data-v-2399f114 1.2s linear infinite;
  animation: breathe-data-v-2399f114 1.2s linear infinite;
  z-index: 1;
}
#advisoryBox .right-nav-service a p {
  position: absolute;
  left: -2px;
  bottom: -17px;
  width: 68px;
  color:white;
  height: 26px;
  font-size: 14px;
  line-height: 26px;
  background: #0480f7;
  border-radius: 2px;
  z-index: 2;
}
#advisoryBox .right-nav-service::before {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #49a0f4;
  border-radius: 68px;
  content: "";
  -webkit-animation: breathe_new-data-v-2399f114 1.2s linear infinite;
  animation: breathe_new-data-v-2399f114 1.2s linear infinite;
}
#advisoryBox > ul > li {
  width: 68px;
  height: 78px;
  box-sizing: border-box;
  background-color: #0085db;
  font-size: 12px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  transition: all 1s;
  border-bottom: 1px solid #128ede;
}
#advisoryBox > ul > li .imgBox {
  margin-bottom: 10px;
}
#advisoryBox > ul > li .child {
  width: 190px;
  height: 78px;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: -190px;
  display: none;
  opacity: 0;
}
#advisoryBox > ul > li .child .xun_content {
  width: 170px;
  height: 80px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  box-shadow: 0 0 3px 0.4px rgba(0, 0, 0, 0.3);
  z-index: 100;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  font-size: 14px;
}
#advisoryBox > ul > li .child .xun_content::after {
  content: '';
  right: -5px;
  border-color: #0000 #0000 #0000 #fff;
  border-width: 6px 0 6px 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  border-style: solid;
}
#advisoryBox > ul > li .child .xun_content::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  right: -6px;
  border-color: #0000 #0000 #0000 #ccc;
  border-width: 8px 0 8px 6px;
}
#advisoryBox > ul > li:hover {
  position: relative;
}
#advisoryBox > ul > li:hover .child {
  opacity: 1;
  display: block;
}
#advisoryBox > ul > .gognzhognhao .child {
  height: 180px;
}
#advisoryBox > ul > .gognzhognhao .child .xun_content {
  height: 100%;
  flex-direction: column;
}
#advisoryBox > ul > .gognzhognhao .child .xun_content::after {
  top: 20%;
}
#advisoryBox > ul > .gognzhognhao .child .xun_content::before {
  top: 20%;
}
#advisoryBox > ul > .gognzhognhao .child .xun_content a p {
  font-size: 12px;
  color: #999999;
}

#MICHAT-INVITE-WRAP{
  display: none !important;
}

.productList ul li p {
    height: unset;
    overflow: hidden;
    line-height: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
@keyframes breathe-data-v-2399f114 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes breathe_new-data-v-2399f114 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.1;
  }
  75% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes breathe_new-data-v-2399f114 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.1;
  }
  75% {
    opacity: 0;
  }
}
