* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    position: relative;
}
body {
    font-family: "Microsoft YaHei", Arial, Verdana, SimSun, SimHei, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
}

main{
    background:url("../images/bg.jpg") no-repeat;
    background-size: 100% 100%;
    height:100%;
}

.container {
    margin: 0 auto;
    max-width: 1200px;
}

.topBox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
 
}

.logoBox{
    text-align:center;
    width:100%;
    margin-top: 60px;
 
}
.logoBox .logo{
  width: 100%;
  max-width: 250px;
}

.logTip{
    width:100%;
    margin: 50px auto;
    text-align:center;
}

.logTip img{
    width: 100%;
    max-width: 672px;
}

.logoContent{
    display: flex;
    justify-content: space-between;
    max-width: 760px;
    margin: auto;
    
}
.logoContentL{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    gap: 35px;
}

.vip1 .left{
    left: 15px;
    position: absolute;
    top: 3px;
    width:40px;
}
.vip1 .link{
    width: 100%;
    display: block;
    padding-left: 70px;
}
.link .name{
    height: 47px;
    line-height: 47px;
    font-size: 30px;
    font-family: FZSuXinShiYiBiao-R-GB;
    font-weight: bold;
    color: #3C2617; 
}
.vip1 .right{
    right: 30px;
    position: absolute;
    top: 10px;
}
.logoContentL .vip1{
    width: 361px;
    height: 47px;
    background: url('../images/vip.png')  no-repeat;
    position: relative;
}

.logoContentR{
    width: 100%;
    position: relative;
    display:flex;
    justify-content:flex-end;
}
.logoContentR .wrap.pc{
  width: 304px;
  height: 377px;
  background: url('../images/100r.png') no-repeat;
}
.logoContentR .p{
    padding-top: 10px;
    text-align: center;
}
.logoContentR .p img{
    width: 120px;
    border-radius: 15px;
    border: 2px solid #FFDD90;
}
.logoContentR .luck{
 padding-top: 10px;
text-align: center;
}
.xz {
  width: 261px;
  cursor: pointer;
  margin: 20px auto 15px;
}
.xz img{
    width: 100%;
}
.kf{
    width:261px ;
    cursor: pointer;
    margin: 15px auto;

}
.kf img{
    width: 100%;
}
.link{
    text-decoration:none; 
    color: #FFDD90;
}
.ms{
    padding-left: 10px;
    font-size: 26px;
    font-family: Acumin Variable Concept;
    font-weight: bold;
    color: #000000;
    line-height: 34px;
    background: linear-gradient(180deg, #D3A109 0.9521484375%, #362301 99.31640625%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pc{
    display:block;
}
.mobile{
    display:none;
}
.footer{
    background:black;
    color:#cacaca;
    text-align:center;
    padding:30px 0;
    font-size:12px;
}

@media only screen and (max-width: 768px){
    body{
        height:auto;
    }
    main{
        background:url(../images/bg_mobile.jpg) no-repeat;
        background-size: 100% 100%;
    }
    .footer{
        padding:15px 0;
    }
    .container {
        width: 100%;
    }
    .logoBox{
        margin-top:31px;
    }
    .logoBox .logo{
        max-width: 210px;
    }
    .logTip{
        margin:40px auto;
    }
    .logTip img{
        max-width: 500px;
    }
    .logoContent{
        flex-direction: column;
        align-items: center;
    }
    .logoContentL{
        align-items:center;
        gap:25px;
    }
    .logoContentR{
        margin: 30px 0;
        justify-content:center;
    }
    .logoContentR .wrap{
        max-width:400px;
        background-size: 100% 100%;
    }
    .xz, .kf{
        width:220px;
    }
    .pc{
        display:none;
    }
    .mobile{
        display:block;
    }
    .mobile img{
        width:100%;
    }
    .mobile .kff{
        margin-top:20px;
    }
}

@media only screen and (max-width: 575px){
    .logoBox{
        margin-top:17px;
    }
    .logoBox .logo{
        max-width: 210px;
    }
    .logTip img{
        max-width: 360px;
    }
    .logoContentL .vip1{
        width:260px;
        height:35px;
        background-size: 100% 100%;
    }
    .vip1 .left{
        top:3px;
        width:30px;
    }
    .link .name{
        line-height:35px;
        height:35px;
        font-size:18px;
    }
    .ms{
        font-size:21px;
        line-height:35px;
    }
    .vip1 .right{
        right:10px;
        top:6px;
        width:25px;
    }
    .logoContentR .wrap{
        max-width:280px;
    }
}