* {
  padding: 0;
  margin: 0;
  list-style: none;
}

#popup-shade {
  opacity: 0.5;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4)
}

#popup {
  width: 342px;
  height: 424px;
  position: fixed;
  right: 0;
  z-index: 9999;
  bottom: 0px;
  animation: popup_drawer 0.2s;
  background:#ffffff;
  border-radius: 10px 10px 0px 0px;
}

@keyframes popup_drawer {
  0% {
    transform: translate3d(0,424px,0)
  }

  100% {
    transform: translate3d(0,0,0)
  }
}


#popup-top {
  width: 342px;
  height: 36px;
  background: rgb(214, 28, 28);
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 20px;
  padding: 0px 20px;
  font-size: 14px;
  box-sizing: border-box;
}

#popup-content {
  width: 342px;
  height: 300px;
  padding: 10px 10px;
  box-sizing: border-box;
  overflow: auto;
  background: #fff;
}

#popup .loading-wrap {
  position: absolute;
  left: 50%;
  top: 50px;
  height: 20px;
  transform: translateX(-50%);
}

#popup .loading-wrap .loading-bg {
  width: 15px;
  background: url(../image/slide_loading.png) center center no-repeat;
  background-size: 25px;
  height: 30px;
}

#popup .loading-wrap .loading-text {
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  color: #1F8CEB;
  padding-left: 8px;
}

#popup .fl {
  float: left;
}

#popup .time {
  text-align: center;
  font-size: 14px;
  color: rgb(161, 178, 194);
  margin: 20px 0px;
}

#popup .advertisement {
  padding: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

#popup .hxImg {
  width: 100%;
}

#popup .hxImg img {
  width: 100%;
}

#popup .hxText p {
  margin: 5px 0px;
}

#popup .hxText {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  margin-top: 15px;
  color: rgb(51, 61, 84);
}

#popup .content-item {
  display: flex;
  color: rgb(64, 66, 82);
  font-weight: bold;
  margin: 20px 0px;
}

@keyframes left_infoOut {
  0% {
    transform: translate3d(-80px,0,0)
  }

  100% {
    transform: translate3d(0,0,0)
  }
}

#popup .item1 {
  animation: left_infoOut 0.4s
}

#popup .item2 {
  animation: left_infoOut 0.8s
}

#popup .item3 {
  animation: left_infoOut 1.4s
}

#popup .item4 {
  animation: left_infoOut 1.6s
}


#popup .img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

#popup .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

#popup .popup-content-text {
  width: 80%;
  background: rgb(237, 239, 241);
  text-align: left;
  border-radius: 10px;
  padding: 20px 10px;
  box-sizing: border-box;
  line-height: 20px;
  font-size: 14px;
}

#popup .ask {
  color: #fff;
  background: rgb(229, 51, 51);
}

#popup .historyNews {
  display: flex;
  justify-content: center;
  align-items: center;
}

#popup .historyNews span {
  width: 100px;
  height: 30px;
  background-color: rgb(239, 243, 246);
  text-align: center;
  font-size: 16px;
  margin: 20px 0px;
  line-height: 30px;
  border-radius: 10px;
  color: rgb(124, 142, 159);
}

#popup .popup-consult {
  width: 100%;
  height:83px;
 
  font-size: 16px;
  background: #fff;
  display: flex;
  justify-content:space-between;
  align-items: center;
  padding: 0px 12px;
  
 
}
#popup .popup-consult a{
  display: block;
  width: 150px;
  height: 39px;
  background:linear-gradient(to right,#f0383c,#f44e3c,#ff883c);
  border-radius: 39px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  line-height: 39px;
  box-shadow: 0px 12px 8px -12px #e00c31;
}
#popup .popup-consult a:nth-child(2){
  margin-right: 25px;
}
#popup .popup-consult a .add-qw-code{
 left:0px;
}
#popup .popup-content-text .add-qw-code{
  left: 0;
  bottom: 25px;
}
#popup .kefu-img{
  display: inline-block;
  margin-left: -5px;
  vertical-align: -8px;
  padding-right: 8px;;
  width: 25px;
  height: 25px;;
}
