body {
  overflow-x: hidden;
  letter-spacing: 0;
}
body a {
  text-decoration: none !important;
}
.cenavibox {
  position: fixed;
  top: 40%;
  right: -100%;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cenavibox .cenavi {
  width: 60rem;
  height: 60rem;
  background: #327CD5;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
}
.cenavibox .cenavi.active {
  background-color: #F84048;
}
.cenavibox .cenavi .txt {
  width: auto;
  padding: 0 10rem;
  height: 100%;
  box-sizing: border-box;
  background: #327CD5;
  text-align: center;
  flex: none;
  line-height: 60rem;
  transition: all 0.5s;
  font-size: 20rem;
  font-weight: normal;
  color: #fff;
}
.cenavibox .cenavi .ceicon {
  min-width: 60rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cenavibox .cenavi .ceicon .picbox {
  width: 20rem;
  height: 20rem;
  overflow: hidden;
}
.cenavibox .cenavi .ceicon .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.cenavibox .cenavi .ceicon .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.cenavibox .cenavi .ceicon .cet {
  margin-top: 10rem;
  font-size: 12rem;
  font-weight: normal;
  color: #fff;
  line-height: 12rem;
  letter-spacing: 0;
}
.cenavibox .cenavi:last-child {
  margin-bottom: 0;
}
.cenavibox .qr {
  display: none;
  position: absolute;
  right: 70rem;
  bottom: 70rem;
  background: #fff;
  width: 200rem;
  height: 200rem;
  padding: 10rem;
  box-sizing: border-box;
  box-shadow: 0 0 20rem 0 rgba(0, 0, 0, 0.2);
}
.cenavibox .qr .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cenavibox .qr .picbox .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.6s;
}
.cenavibox .qr .picbox .pic img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0;
}
/*# sourceMappingURL=right.css.map */