

ul,

li,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}



ul,
li {
  list-style: none;
}

a,
a:hover {
  font-family: "Microsoft YaHei", "Arial", arial;
 

  text-decoration: none;
  outline: none;
}


@media only screen and (max-width: 1200px) {
  .wrap {
    max-width: 1200px;
  }
}
.fixedSidebar {
  width: 76px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  display:  none;
  text-align: center;
  z-index:99999
}
.fixedSidebar li {
  margin-top: 5px;
  position: relative;
}
.fixedSidebar li:hover a {
  background: #efb704;
}
.fixedSidebar li a {
  height: 66px;
  display: block;
  padding-top: 10px;
  box-sizing: border-box;
  background: #c5464a;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.fixedSidebar li a .icon {
  height: 20px;
  line-height: 20px;
}
.fixedSidebar li a .icon img {
  max-height: 100%;
  vertical-align: middle;
}
.fixedSidebar li a .txt {
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  margin-top: 6px;
}
.fixedSidebar li .hide {
  height: 66px;
  line-height: 66px;
  position: absolute;
  top: 0;
  right: 76px;
  z-index: 5;
  background: #efb704;
  white-space: nowrap;
  box-sizing: border-box;
  display: none;
}
.fixedSidebar li .phone {
  padding: 0 20px;
  font-size: 20px;
  color: #fff;
}
.fixedSidebar li .qrcode {
  width: 120px;
  height: 120px;
  padding: 5px;
}
.fixedSidebar li .qrcode img {
  width: 100%;
  display: block;
}
.icon-wechat .wechat-qrcode {
  display: none;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 9;
  width: 140px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
  padding: 10px;
  box-sizing: border-box;
}
.icon-wechat .wechat-qrcode img {
  width: 100%;
  display: block;
}
.icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.icon-wechat .wechat-qrcode .help,
.icon-wechat .wechat-qrcode h4 {
  display: none;
}
.icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
.icon-wechat:hover .wechat-qrcode {
  display: block;
}

}
