.swtRirhgt {
  width: 60px;
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 300;
}
.swtRirhgt > .swtzx {
  display: block;
  width: 60px;
  height: 65px;
  float: right;
  background-color: #ff7f00;
  position: relative;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.swtRirhgt > .swtzx:hover {
  width: 70px;
}
.swtRirhgt > .swtzx > p {
  display: block;
  width: 40px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24.5px 0 0 -20px;
  background-image: url('/images/x2.png');
  background-position: -175px 0;
}
.swtRirhgt > .telzx {
  display: block;
  width: 100%;
  height: 65px;
  float: right;
  position: relative;
}
.swtRirhgt > .telzx > .telinner {
  display: block;
  width: 300px;
  height: 65px;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffae00;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.swtRirhgt > .telzx > .telinner > .telicon {
  display: block;
  width: 60px;
  height: 65px;
  position: relative;
  float: left;
  cursor: pointer;
}
.swtRirhgt > .telzx > .telinner > .telicon p {
  display: block;
  width: 40px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24.5px 0 0 -20px;
  background-image: url('/images/x2.png');
  background-position: -175px -49px;
}
.swtRirhgt > .telzx > .telinner > .telinput {
  width: 236px;
  height: 65px;
  float: right;
  background-color: #ffad00;
}
.swtRirhgt > .telzx > .telinner > .telinput > .telinputin {
  width: 227px;
  height: 38px;
  margin-top: 13px;
  -moz-box-shadow: 0 0 3px rgba(8, 1, 3, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(8, 1, 3, 0.2);
  box-shadow: 0 0 3px rgba(8, 1, 3, 0.2);
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  padding: 0;
}
.swtRirhgt > .telzx > .telinner > .telinput > .telinputin .tellNumberTxt {
  width: 146px;
  height: 38px;
  float: left;
  background-color: #fff;
  outline: none;
  border:none;
  font-size: 14px;
  color: #a4a4a4;
  line-height: 38px;
  padding-left: 14px;
  -moz-border-radius: 19px 0 0 19px;
  -webkit-border-radius: 19px 0 0 19px;
  border-radius: 19px 0 0 19px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.swtRirhgt > .telzx > .telinner > .telinput > .telinputin .tellNumberBtn {
  display: block;
  width: 81px;
  float: left;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background-color: #ff7f00;
  -moz-border-radius: 0 19px 19px 0;
  -webkit-border-radius: 0 19px 19px 0;
  border-radius: 0 19px 19px 0;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.swtRirhgt > .telzx > .telinner > .telinput > .telinputin .tellNumberBtn:hover {
  background-color: #d26900;
}
.qqzx {
  display: block;
  width: 60px;
  height: 65px;
  float: right;
  background-color: #ff7f00;
  position: relative;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.qqzx:hover {
  width: 70px;
}
.qqzx > p {
  display: block;
  width: 40px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24.5px 0 0 -20px;
  background-image: url('/images/x2.png');
  background-position: -175px -98px;
}
.wechatzx {
  display: block;
  width: 60px;
  height: 65px;
  float: right;
  background-color: #ffad00;
  position: relative;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  cursor: pointer;
}
.wechatzx > p {
  display: block;
  width: 40px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24.5px 0 0 -20px;
  background-image: url('/images/x2.png');
  background-position: -175px -147px;
}
.wechatzx > .qrcode {
  position: absolute;
  width: 100px;
  height: 100px;
  right: 50px;
  top: 50%;
  margin-top: -60px;
  visibility: hidden;
  background: url(/bs/images/wx.jpg) no-repeat left center;
  background-size: 100%;
  transition: 0.4s right cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-transition: 0.4s right cubic-bezier(0.6, 4, 0.3, 0.8);
  -moz-transition: 0.4s right cubic-bezier(0.6, 4, 0.3, 0.8);
  border-right: 10px solid transparent;
}
.wechatzx:hover {
  width: 70px;
}
.wechatzx:hover > .qrcode {
  right: 70px;
  visibility: visible;
}
.backtopbtn {
  display: block;
  width: 60px;
  height: 65px;
  cursor: pointer;
  float: right;
  background-color: #474747;
  position: relative;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
}
.backtopbtn:hover {
  width: 70px;
}
.backtopbtn > p {
  display: block;
  width: 40px;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24.5px 0 0 -20px;
  background-image: url('/images/x2.png');
  background-position: -175px -197px;
}