﻿.right-area {
  position: fixed;
  bottom: 50px;
  right: 20px;
  /* right: 37%; */
  /* margin-right: -670px; */
  width: 40px;
  z-index: 10;
}

.right-area a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #3091F2;
  background-color: #3091f2;
}
.right-area a span {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  padding: 4px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: center;
  background: #3091f2;
  color: #fff;
}

.right-area .icon-go-top {
  position: relative;
  top: 3px;
  font-size: 26px;
}

.right-area a:hover span {
  display: block;
}
.right-area a:hover {
  background: rgba(48, 145, 242, .8);
}
.right-area .weixin-qrcode, .right-area .weixin-qrcode1{
  position: absolute;
  right: 60px;
  top: -17px;
  display: none;
  width: 150px;
  height: 154px;
  background: #fff;
  padding-top: 15px;
  text-align: center;
  border: 1px solid #D5D5DE;
  border-left: none;
}

.right-area .weixin-qrcode:after {
  position: absolute;
  right: -6px;
  top: 76px;
  width: 10px;
  height: 10px;
  content: "";
  transform: rotate(45deg);
  background: #fff;
  border: 1px solid #D5D5DE;
  border-left: none;
  border-bottom: none;
}

.right-area .weixin-qrcode img, .right-area .weixin-qrcode1 img {
  width: 120px;
  height: 120px;
}
.weixin-qrcode div, .weixin-qrcode1 div{
  color: #303445;
  font-size: 14px;
}
