.sidebarContainer{
  position: fixed;
  bottom: 50px;
  left: 620px;
  margin-left: 50%;
  z-index: 9999;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(315deg, #EEC97C 0%, #FFF0C2 100%);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
}
.sidebarContainer .sidebarTop{
  width: 172px;
  height: 72px;
  background: linear-gradient(226deg, #D80F19 0%, #ED7B2F 100%);
  box-shadow: 0px 2px 14px -1px rgba(0,0,0,0.12), 0px 4px 15px 0px rgba(0,0,0,0.08), 0px 1px 20px 0px rgba(0,0,0,0.05);
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  padding-top: 20px;
}
.sidebarContainer .sidebarBottom{
  width: 144px;
  height: 340px;
  padding:0 14px 14px;
}
.sidebarContainer .sidebarBottom .cwrx{
  font-size: 18px;
  font-weight: 600;
  color: rgba(0,0,0,0.85);
  padding-top: 10px;
}
.sidebarContainer .sidebarBottom .mobilePhone{
  font-size: 14px;
  font-weight: 600;
  color: #D80F19;
  margin-top: 10px;
}
.sidebarContainer .sidebarBottom .mobilePhone span:first-of-type{
  color: rgba(0,0,0,0.85);
}
.sidebarContainer .sidebarBottom .mobilePhone span:last-of-type{
  font-size: 18px;
  margin-left: 6px;
}
.sidebarContainer .sidebarBottom .zxly{
  display: block;
  width: 122px;
  margin:20px auto;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #D80F19;
  font-size: 14px;
  font-weight: 400;
  color: #D80F19;
}
.sidebarContainer .sidebarBottom .zxly img{
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.sidebarContainer .sidebarBottom .codeImg{
  width: 100px;
  height: 100px;
}
.sidebarContainer .sidebarBottom .wxPrompt{
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,0.65);
  margin-top: 10px;
}