#iconArea {
  position: fixed;
  right: 0;
  top: 220px;
  z-index: 101;
  width: 72px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 2px rgba(15, 61, 124, 0.1);
  box-shadow: 0 0 8px 2px rgba(15, 61, 124, 0.1);
}
#iconArea a {
  display: block;
  height: 80px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  background: #fff;
  padding-top: 13px;
  position: relative;
}
#iconArea a img {
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
#iconArea a span {
  font-size: 12px;
  color: #999;
  line-height: 17px;
  display: block;
  margin-top: 1px;
  text-align: center;
}
#iconArea a .imgBlue {
  display: block;
}
#iconArea a .imgWhite {
  display: none;
}
#iconArea a .showTip {
  left: -220px;
  bottom: -19px;
  display: none;
  position: absolute;
  background: #fff;
  width: 210px;
  -webkit-box-shadow: 0 0 8px 2px rgba(15, 61, 124, 0.1);
  box-shadow: 0 0 8px 2px rgba(15, 61, 124, 0.1);
  padding: 16px 20px 20px;
  box-sizing: border-box;
}
#iconArea a .showTip h5 {
  font-size: 16px;
  line-height: 22px;
  color: #333;
  font-weight: 600;
}
#iconArea a .showTip p {
  font-size: 20px;
  color: #1972ea;
  line-height: 30px;
  font-weight: 700;
  font-family: Akrobat;
  margin-top: 10px;
}
#iconArea a .qrCode {
  left: -210px;
  bottom: -170px;
  display: none;
  position: absolute;
  background: #fff;
  width: 200px;
  -webkit-box-shadow: 0 0 8px 2px rgba(15, 61, 124, 0.1);
  box-shadow: 0 0 8px 2px rgba(15, 61, 124, 0.1);
  padding: 16px 20px 20px;
  box-sizing: border-box;
}
#iconArea a .qrCode h5 {
  font-size: 16px;
  line-height: 22px;
  color: #333;
  font-weight: 600;
}
#iconArea a .qrCode p {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin-top: 8px;
}
#iconArea a .qrCode img {
  width: 144px;
  height: 144px;
  margin: 14px 8px 0;
}
#iconArea a:hover {
  background: #1972ea;
}
#iconArea a:hover span {
  color: #fff;
}
#iconArea a:hover .imgBlue {
  display: none;
}
#iconArea a:hover .imgWhite {
  display: block;
}
#iconArea a:hover .showTip {
  display: block;
}
#iconArea a:hover .qrCode {
  display: block;
}
.position {
    width: 100%;
    background: #f5f5f5;
    text-align: left;
    height: 50px;
}
.position {
    font-size: 16px;
    height: 80px;
    line-height: 80px;
}
.position .posi-text {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    line-height: 50px;
    font-size: 14px;
    color: #666666;
}
.position {
    width: 100%;
    background: #f5f5f5;
    text-align: left;
    height: 50px;
}