.container-fluid .right {
    position: fixed;
    right: 20px;
    top: 25%;
    z-index: 100;
  }
  .container-fluid .main {
    width: 100%;
  }
  .container-fluid .main > .sc {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 1920px 100%;
    background-position: center;
  }
  .container-fluid .main > .sc .content {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .container-fluid .main > .sc .content img:not(:first-of-type) {
    margin-left: 7px;
  }
  .container-fluid .main .sc0 {
    /* height: 900px; */
    height: 750px;

    position: relative;
  }
  .container-fluid .main .sc0 .btn{
    position: absolute;
    right: 148px;
    /* top: 656px; */
    top: 556px;

  }
 

  .container-fluid .main .sc1 {
    height: 341px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: rgba(245, 245, 245, 1);
  }
  .container-fluid .main .sc1 .content{
    margin-left: 37px;
    width:1135px;
    background:rgba(245,245,245,1);
    border:1px solid rgba(255,70,84,1);
    border-bottom: 2px solid rgba(255,70,84,1);
    font-size:18px;
    font-family:Alibaba PuHuiTi;
    font-weight:400;
    color:rgba(68,68,68,1);
    line-height:40px;
    box-sizing: border-box;
    padding: 26px 30px;
  }
  .container-fluid .main .sc2 {
    height: 744px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .container-fluid .main .sc2 a{
    width: 396px;
    height: 566px;
    position: relative;
  }
  .container-fluid .main .sc2 a:not(:first-of-type){
    margin-left: 92px;
  }
  .container-fluid .main .sc2 a::before{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(/Public/Home/img/games/wllt/active.png);
    transition: all .3s;
    opacity: 0;
  }
  .container-fluid .main .sc2 a:hover::before{
    opacity: .99;
  }
  .container-fluid .main .sc3 {
    height: 1167px;
    position: relative;
  }
  .container-fluid .main .sc3 .btn{
    position: absolute;
    bottom: 100px;
  }
  .container-fluid .main .sc4 {
    margin-top: -36px;
    height: 803px;
  }

  