* {
  margin: 0;
  padding: 0;
}


ul li {
  list-style: none;
}

.qq_wrap ul li{  
	padding: 2px 10px 1px 6px!important;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #333;
}

.online_ask {
  position: fixed;
  top: 300px;
  right: 0;
  cursor: pointer;
}

.qq_wrap {
  position: fixed;
  top: 80px;
  min-width: 100px;
  right: 0px;
  background-color: #e82930;
  border-radius: 8px;
  z-index: 999;
  padding-bottom:10px
}

.qq_title {
  width: 100%;
  height: 30px;
  line-height: 33px;
  color: #fff;
  text-align: center;
  font-size:13px
}

.qq_type {
  display: inline-block;
    padding: 6px 0 5px 26px;
    background: url(http://www.huatu.com/images/2018fx/images/flow.jpg) no-repeat;
    font-size: 12px;
    color: #000;
}

.qq_type.active {
  padding: 1px 0 1px 20px;
  background: url(http://www.huatu.com/images/qqicon.jpg) no-repeat;
  font-size: 12px;
}

.qq_bottom {
  width: 100%;
  height: 35px;
  line-height: 33px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.qq_tel a:hover, .qq_type:hover {
  color: #F00;
  text-decoration: underline;
}

.qq_type i {
  width: 20px;
  height: 18px;
  margin-top: 7px;
  background-image: url(http://www.huatu.com/images/qqicon.jpg);
  background-repeat: no-repeat;
}

.qq_close {
  position: absolute;
  top: 5px;
  right: 8px;
  cursor: pointer;
}

.qq_container {
  width: 110px;
  margin:0 3px;
  border-radius: 8px;
  background-color: #fff;
  /* border-bottom: 1px dashed #d5d5d5; */
  padding: 8px 10px 2px 10px;
  line-height: 12px;
  text-align: left;
}

.qq_container:last-child {
  border-bottom: none;
}

.qq_tel {
  margin-top: 10px;
}

.qq_tel a {
  padding-left: 26px;
  margin-left: 3px;
  background: url(http://u1.huatu.com/shenzhen/tu/szdhicon.jpg) no-repeat left center;
  font-size: 12px;
  color: #F00;
  text-align: left;
}

@media screen and (max-width: 768px){
.qq_wrap {  
  right: -600px;
 
}



}