* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    background-repeat: no-repeat;
    box-sizing: border-box;
    user-select: none;
}
::-webkit-scrollbar {
    display: none;
}
html,
body {
    height: 100%;
    background: url(../img/czbg.png) no-repeat;
    background-size: 100% 100%;
    /* height: 860px; */
    /* background: none; */
    /* background-color: #000; */
}

.btn-group {
    position: fixed;
    bottom: 162px;
    left: 30px;
    z-index: 99999;
    cursor: pointer;
    display: flex;
    
    width: 80px;
    overflow: hidden;
    opacity: 0.3;
  }
  .btn-triger {
    width: 73px;
    height: 73px;
    background-image: url('http://genwan.genwan.com/coin/home.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
    cursor: pointer;

  }
  .btn-group:hover{
    width: 100%;
    transition: width 0.8s ease;
    opacity: 1;

  }
  .btn-triger:hover {
    background-image: url('http://genwan.genwan.com/coin/home_click.png');
  }

  .btn-list {
    display: flex;
    /* display: none;
    transition: 0.3s; */
  }
  .btn-float {
    width: 73px;
    height: 73px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    transition: 0.5s;
  }
  
  .icon-pay {
    background-image: url('http://genwan.genwan.com/coin/pay.png');

    
  }
  .icon-pay:hover {
    background-image: url('http://genwan.genwan.com/coin/pay_click.png');
  }
  .icon-qiany {
    background-image: url('http://genwan.genwan.com/coin/qiany.png');

   
  }
  .icon-qiany:hover {
    background-image: url('http://genwan.genwan.com/coin/qiany_click.png');
  }
  .icon-sbg {
    background-image: url('http://genwan.genwan.com/coin/sbg.png');

  
  }
  .icon-sbg:hover {
    background-image: url('http://genwan.genwan.com/coin/sbg_click.png');
  }
  .btn-triger:hover{
    display: block;
  }

