/**{
  margin: 0px;
  font-size: 14px;
  line-height: 28px;
  font-family: "microsoft yahei", "宋体", "Arial";
  color: #333333;
}*/
input, button, ul, ol {
  margin: 0px;
  padding: 0px;
}
#toolbar {
  width: 50px;
  position: fixed;
  right: 1%;
  top: 44%;
  z-index: 999;
}
#toolbar dd {
  width: 50px;
  height: 50px;
  margin-bottom: 1px;
  position: relative;
  background: url(/_backup/_upload/black20.png) repeat 0 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#toolbar dd i {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
#toolbar dd i span {
  width: 35px;
  height: 35px;
  display: block;
  margin: 7px 0 0 7px;
  background: url(/_backup/_upload/rightfixicon.png) no-repeat 0 0;
}
#toolbar dd.gottop {
  display: none;
}
#toolbar .slide-tel {
  display: block;
  width: 0;
  height: 50px;
  line-height: 50px;
  font-size: 20px;/*如果有部分被隐藏不显示，可以将字体改小，如果仍然不显示，还需要继续将字体改小*/
  font-family: arial;
  color: #FFF;
  position: absolute;
  padding: 0 0 0 50px;
  top: 0;
  right: 0;
  overflow: hidden;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all .0s ease-in-out 0s;
  -moz-transition: all .0s ease-in-out 0s;
  transition: all .0s ease-in-out 0s;
}
#toolbar .pop {
  list-style: none;
  position: absolute;
  right: 90px;
  top: -51px;
  background: #147b32;
  display: none;
}
#toolbar .pop-code {
  width: 160px;
}
#toolbar .pop-code img {
  width: 120px;
  height: 120px;
  display: block;
  padding: 20px 20px 0;
  box-sizing:content-box;
}
#toolbar .pop-code h3 {
  height: 50px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}
#toolbar .pop-code h3 b {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}
#toolbar .qq span {
  background-position: 0 -47px;
}
#toolbar .qq a {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
}
#toolbar .qq:hover {
  background: #147b32;
}
#toolbar .tel span {
  background-position: 0 0;
}
#toolbar .tel:hover {
  background: #147b32;
}
#toolbar .code span {
  background-position: 0 -95px;
}
#toolbar .code:hover {
  background: #147b32;
}
#toolbar #top span {
  background-position: 0 -142px;
}
#toolbar #top:hover {
  background: #147b32;
}