  #app {
  width: 1920px;
  height: 100%;
  margin: 0 auto;
}

.main {
  width: 100%;
  /* margin-bottom: 200px; */
}
.rightBtns {
  position: fixed;
  right: 0;
  top: 50%;
  width: 100px;
  background: #fff;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  border-radius: 20px 0px 0px 20px;
}
.rightBtns > div {
  position: relative;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  width: 100%;
}
.rightBtns .codes:hover .PublicAccount {
  display: block;
  cursor: pointer;
  opacity: 1;
  pointer-events: none;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.rightBtns .phones:hover .phoneBox {
  display: block;
  cursor: pointer;
  opacity: 1;
  pointer-events: none;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.rightBtns > div .PublicAccount {
  /* display: none; */
  position: absolute;
  left: -145px;
  top: -95px;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  backface-visibility: hidden;
  transform: translateZ(0);
  row-gap: 20px;
}
.rightBtns > div .phoneBox {
  /* display: none; */
  position: absolute;
  left: -305px;
  top: -20px;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.rightBtns > div:hover {
  cursor: pointer;
  background: #016d3b;
  color: #fff;
}
.rightBtns > div .icon {
  width: 45px;
  height: 45px;
}
.rightBtns > div .topicon {
  width: 30px;
  height: 30px;
}
.rightBtns > div .topicon img {
  width: 100%;
  height: 100%;
}
.rightBtns > div .icon img {
  width: 100%;
  height: 100%;
}
.phoneBox .business {
  width: 300px;
  /* height: 41px; */
  line-height: 41px;
  /* background: #4f4f4f; */
  font-size: 17px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
.phoneBox .business .center-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  background: #4f4f4f;
}
.phoneBox .business .center-top .center-icon {
  margin-left: 20px;
  margin-right: 15px;
}
.phoneBox .business .center-tel {
  background: url(/static/assets/images/footerBack.png) no-repeat;
  background-position: bottom 10% right 98%;
  padding: 10px;
}
.phoneBox .business .center-tel .tel-title {
  height: 120px;
}
.phoneBox .business .center-tel .tel-title .tel {
  font-size: 15px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #f9fbff;
}

.phoneBox .business .center-tel .tel-title .tel-phone {
  font-size: 15px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #9c9c9c;
  line-height: 25px;
}

.phoneBox .business .center-tel .tel-title .tel-phone span {
  display: inline-block;
  width: 100%;
}
.phoneBox .business .center-tel .address {
  font-size: 15px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
}
