.quickLinks {
  position: fixed;
  z-index: 1;
  right: 0;
  /*top: 50%;*/
      top: 38%;
  transform: translateY(-50%);
}
.quickLinks > li {
  width: 0.45rem;
  height: 0.45rem;
  background: #F3F3F3;
  margin-top: 0.03rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.quickLinks > li:hover {
  background: #081587;
}
.quickLinks > li:hover .linkInfo {
  display: flex;
}
.quickLinks .quickLink1 .icon {
  width: 0.225rem;
  height: 0.163rem;
  background-image: url('../img/quickLinks/quickLink1.png');
  background-size: 100% 100%;
}
.quickLinks .quickLink2 .icon {
  width: 0.225rem;
  height: 0.163rem;
  background-image: url('../img/quickLinks/quickLink2.png');
  background-size: 100% 100%;
}
.quickLinks .quickLink3 .icon {
  width: 0.116rem;
  height: 0.225rem;
  background-image: url('../img/quickLinks/quickLink3.png');
  background-size: 100% 100%;
}
.quickLinks .quickLink4 .icon {
  width: 0.225rem;
  height: 0.215rem;
  background-image: url('../img/quickLinks/quickLink4.png');
  background-size: 100% 100%;
}
.quickLinks .quickLink5 .icon {
  width: 0.225rem;
  height: 0.154rem;
  background-image: url('../img/quickLinks/quickLink5.png');
  background-size: 100% 100%;
}
.quickLinks .quickLink6 .icon {
  width: 0.223rem;
  height: 0.225rem;
  background-image: url('../img/quickLinks/quickLink6.png');
  background-size: 100% 100%;
}
.quickLinks .quickLink7 .icon {
  width: 0.224rem;
  height: 0.224rem;
  background-image: url('../img/quickLinks/quickLink7.png');
  background-size: 100% 100%;
}
.quickLinks .quickLink1:hover .icon {
  background-image: url('../img/quickLinks/quickLink1_active.png');
}
.quickLinks .quickLink2:hover .icon {
  background-image: url('../img/quickLinks/quickLink2_active.png');
}
.quickLinks .quickLink3:hover .icon {
  background-image: url('../img/quickLinks/quickLink3_active.png');
}
.quickLinks .quickLink4:hover .icon {
  background-image: url('../img/quickLinks/quickLink4_active.png');
}
.quickLinks .quickLink5:hover .icon {
  background-image: url('../img/quickLinks/quickLink5_active.png');
}
.quickLinks .quickLink6:hover .icon {
  background-image: url('../img/quickLinks/quickLink6_active.png');
}
.quickLinks .quickLink7:hover .icon {
  background-image: url('../img/quickLinks/quickLink7_active.png');
}
.quickLinks .linkInfo {
  position: absolute;
  top: 0;
  right: 0.5rem;
  width: 1.92rem;
  height: 0.45rem;
  background-image: url('../img/quickLinks/active_bg.png');
  background-size: 100% 100%;
  align-items: center;
  display: none;
}
.quickLinks .linkInfo .icon {
  margin-left: 0.13rem;
}
.quickLinks .linkInfo .text {
  font-family: 'OpenSans-Regular';
  margin-left: 0.05rem;
  font-size: 0.14rem;
  color: #FFFFFF;
  line-height: 0.19rem;
}
.customerService {
  width: 0.8rem;
  height: 0.8rem;
  position: fixed;
  right: 0.28rem;
  bottom: 0.28rem;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.16);
}
.customerService .box {
  width: 0.66rem;
  height: 0.66rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
.customerService .box .icon {
  width: 0.5rem;
  height: 0.374rem;
  background-image: url('../img/quickLinks/customerService.png');
  background-size: 100% 100%;
}
.customerService:hover .box {
  background-color: #081587;
}
.customerService:hover .box .icon {
  background-image: url('../img/quickLinks/customerService_active.png');
}
