
.service {
  height: 315px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  bottom: 184px;
  right: calc(50% - 690px);
  z-index: 999;
 
}
.serviceTop {
  width: 74px;
  height: 224px;
  /* background: #437ee9; */
  -webkit-box-shadow: 0 0 10px rgba(67, 126, 233, 0.3),0 0 20px rgba(67, 126, 233, 0.1),0 0 30px rgba(67, 126, 233, 0.1);
          box-shadow: 0 0 10px rgba(67, 126, 233, 0.3),0 0 20px rgba(67, 126, 233, 0.1),0 0 30px rgba(67, 126, 233, 0.1);
}
.topCell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 74px;
  width: 54px;
  margin: 0 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* background: #437EE9; */
  font-size: 10px;
 /* font-family: PingFangSC-Regular, PingFang SC; */
  font-weight: 400;
  color: #000F34;
  line-height: 14px;
  cursor: pointer;
}
.topCell:first-child {
  border-top: none;
}
.serviceImg {
  width: 34px;
  height: 34px;
}
.serviceBottom {
  width: 73px;
  height: 74px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 17px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px rgba(67, 126, 233, 0.1),0 0 20px rgba(7, 41, 106, 0.1);
          box-shadow: 0 0 10px rgba(67, 126, 233, 0.1),0 0 20px rgba(7, 41, 106, 0.1);
}
.back {
  width: 36px;
  height: 17px;
}
.serviceQrcodeBox{
  position: absolute;
  width: 103px;
  height: 78px;
  top: 0;
  right: 74px;
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
.serviceQrcode{
  width: 74px;
  height: 74px;
  padding: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(67, 79, 101, 0.1),0 0 20px rgba(76, 89, 113, 0.3);
          box-shadow: 0 0 10px rgba(67, 79, 101, 0.1),0 0 20px rgba(76, 89, 113, 0.3);
}
.sanjiao{
  width: 15px;
  height: 24px;
}
.serviceNumberBox{
  position: absolute;
  height: 80px;
  width: 145px;
  top: 74px;
  right: 74px;
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
 
}
.serviceNumber{
  width: 130px;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #ffffff;
  font-size: 12px;
 /* font-family: PingFangSC-Regular, PingFang SC; */
  font-weight: 400;
  color: #000F34;
  line-height: 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(67, 79, 101, 0.1),0 0 20px rgba(76, 89, 113, 0.3);
          box-shadow: 0 0 10px rgba(67, 79, 101, 0.1),0 0 20px rgba(76, 89, 113, 0.3);
}
