.right-xf {
    position: fixed;
    left: 0%;
    top: 60%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    z-index: 10;
  }
  
  .right-xf img {
    width: 60%;
  }
  
  .right-xf p {
    text-align: center;
    background: linear-gradient(180deg, #FFEA3C, #FF800F);
    border: 1px solid #FFF4D7;
    box-shadow: 0px -5px 0px 0px #FFE2A1;
    border-radius: 25px;
    width: 40%;
    margin-left: 11%;
    margin-top: -15%;
  }
  
  .right-xf p span {
    font-size: 20px;
    font-family: FZCuYuan-M03;
    font-weight: 400;
    color: #FFFFFF;
    /* -webkit-text-stroke: 1px #FF8B13; */
    text-stroke: 1px #FF8B13;
  }
  
  .code-right {
    width: 70px !important;
    height: 70px;
    margin-left: 18%;
    margin-top: -1%;
    border-radius: 10px;
    display: none;
    background: url(https://www.huatu.com/images/gw/fc/code-bg.png)no-repeat;
    background-size: 100% 100%;
    padding: 2%;
  }
  
  .right-xf:hover .code-right {
    display: flex;
  }
  
  .right-xf:hover .yeshover {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .right-xf:hover .nohover {
    display: none;
	margin-top: 8px;
  }
  
  .yeshover {
    display: none;
	margin-top: 8px;
	
  }
  
  .bps{
    font-size: 18px;
font-family: FZLanTingHei-EB-GB18030;
font-weight: 400;
color: #EE0504;
/* -webkit-text-stroke: 1px #FFF4D7; */
text-stroke: 1px #FFF4D7;

background: linear-gradient(180deg, #FF0000 0.9521484375%, #FF0000 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-top: -39%;
margin-left: 22.5%;
  }