﻿@charset "utf-8";

.floadQq img {
  border: 0;
  max-width: 100%;
  max-height: 100%;
}
/*浮动客服*/
.floadQq {
  width: 140px;
  position: fixed;
  top: 100px;
  border: 1px solid #027fe0;
  border-radius: 5px;
  background: #00a0e9;
  padding: 4px 4px 0 4px;
  right: 0;
  font-size: 14px;
  z-index: 999;
}
.box {
  width: 100%;
  position: relative;
}
.box .bar {
  width: 29px;
  height: 117px;
  position: absolute;
  left: -33px;
  top: 50%;
  margin-top: -58px;
  background: url(../images/title.png) no-repeat 0 0;
  display: block;
}
.box ul {
  background: #fff;
  border-radius: 5px;
  line-height: 22px;
  text-align: left;
  margin-bottom: 5px;
  padding: 0 0 5px 0;
}
.box ul li {
  margin: 0 8px;
}
.box ul .title {
  color: #00a0e9;
  font-size: 16px;
  border-bottom: #ace5f9 solid 1px;
  padding: 10px 5px 5px;
  margin-bottom: 10px;
}
.box ul.qq a {
  font-size: 12px;
  display: block;
  border-bottom: #e6e5e4 solid 1px;
  margin: 5px 0;
  padding-bottom: 5px;
  color: #00a0e9;
}
.box ul.qq a img {
  vertical-align: middle;
  margin-right: 5px;
}
.box ul.qq a:hover {
  color: #ff8100;
}
.box ul.qq a:last-child {
  border: none;
}
.box ul .tel {
  margin: 5px 8px;
  padding: 0 0 5px 15px;
  background: url(../images/tel.png) no-repeat;
}
