.tophead {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-top: 5px;
}
.tophead .tool-list {
  margin-left: 20px;
}
.tophead .tool-list li {
  position: relative;
}
.tophead .tool-list li .tool-box {
  position: absolute;
  top: 25px;
  left: -40px;
  width: 110px;
  height: 110px;
  border: 1px solid #ddd;
  background: #fff;
  display: none;
  padding: 5px;
  z-index: 9999;
  border-radius: 5px;
}
.tophead .tool-list li .tool-box img {
  width: 100%;
}
.tophead .tool-list li:hover .tool-box {
  display: block;
}
.head-box {
  border-bottom: 1px solid #ddd;
}
.head {
  padding-top: 20px;
  padding-bottom: 20px;
}
.head .navlist ul li {
  float: left;
  margin-left: 25px;
}
.head .navlist ul li a {
  font-size: 16px;
  line-height: 60px;
}
.member-head-box a {
  margin-left: 10px;
  font-size: 14px;
}
.member-head-box a:hover {
  color: #E74C3C;
}
.foot-box {
  background: #535353;
  padding: 20px 0px;
  color: #fff;
  font-size: 12px;
}
.foot-box p {
  margin-top: 20px;
}
.foot-box a {
  color: #fff;
  margin: 0 20px 0 0;
  font-size: 14px;
}
.qq-diss {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: url('../images/qq-diss-bg.png') repeat;
  opacity: 0.5;
  display: none;
}
.qq-online {
  width: 230px;
  background: #E24A4B;
  position: fixed;
  height: 100%;
  top: 0px;
  right: -230px;
  z-index: 999999;
  color: #fff;
}
.qq-online .hoverbtn {
  padding: 15px;
  position: absolute;
  top: 50%;
  left: -45px;
  background: #E74C3C;
  margin-top: -85px;
}
.qq-online .hoverbtn span {
  display: block;
  font-size: 18px;
}
.qq-online .qq-panel {
  margin: 0 20px;
  position: absolute;
  width: 190px;
  top: 50%;
  margin-top: -200px;
}
.qq-online .qq-panel a {
  color: #fff;
}
.qq-online .qq-panel h3 {
  margin: 0px;
}
.qq-online .qq-panel .qq-phone {
  display: block;
  border-bottom: 1px solid #C0392B;
  padding: 15px 0;
}
.qq-online .qq-panel .qq-kefu {
  border-bottom: 1px solid #C0392B;
  padding: 15px 0;
}
.qq-online .qq-panel .qq-server-time {
  background: #F86353	;
  padding: 15px;
  margin-top: 20px;
}
.qq-online .qq-panel .qq-server-time p {
  margin-top: 0px;
}
