.my_right {
    width: 77px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 99;
  }
  .my_right .box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 77px;
    height: 78px;
    background: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    transition: color 0s, background-color 0s;
  }
  .my_right .box:hover {
    background: #ffb63a;
  }
  .my_right .box:hover span {
    color: #fff;
  }
  .my_right .box .code_box_sapce {
    position: absolute;
    top: 0;
    left: 0px;
    background: #ffb63a;
    transform: translateX(-50%);
    width: 15px;
    height: 78px;
  }
  .my_right .box .code_box {
    position: absolute;
    top: 0;
    left: -92px;
    transform: translateX(-50%);
    background: #ffb63a;
    padding: 15px 20px 18px;
    text-align: center;
  }
  .my_right .box .code_box.code_box_3 {
    top: -153px;
  }
  .my_right .box .code_box .code_box_title {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 15px;
    white-space: nowrap;
  }
  .my_right .box .code_box .code_box_img .img_icon {
    width: 131px;
    height: 131px;
  }
  .my_right .box span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #5c81ff;
    line-height: 22px;
    transition: color 0s, background-color 0s;
  }
  .my_right .box span img {
    display: block;
    width: 44px;
  }
  .my_right .box span .is_not_show_code{
    display: none;
  }
  .my_right .box .is_not_show_code {
    display: none;
  }
  .my_right .box span .is_not_show_contact{
    display: none;
  }
  .my_right .box .is_not_show_contact {
    display: none;
  }
  .my_right .box .span  .is_not_show_qx{
    display: none;
  }
  .my_right .box  .is_not_show_qx {
    display: none;
  }