*{
    margin: 0;
    padding: 0;
}
li {
    /* 去掉li前面的小圆点 */
    list-style: none;
}

a {
    color: #fff;
    text-decoration: none; /*去掉下划线*/
}


body {
    font-family: "微软雅黑";
}
html {
    box-sizing: border-box;
  }
  *,*::before,*::after {
    box-sizing: inherit;
  }
.index_bg{
    width: 100%;
    height: 100%;
    background: url(./image/1.png) no-repeat center center;
    position: fixed;
    background-size: 100% 100%;
    top: 0;
    left: 0;
}
.headerBox{
    width: 99.1146vw;
    height: 3.75vw;
    background-color: rgb(0,0,0);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}
.headerBox ul{
    width: 84.2474vw;
    height: 7.8125vw;
    margin: 0 7.4323vw;
    display: flex;
}
.headerBox ul li{
    width: 13.0583vw;
    height: 3.75vw;
    line-height: 3.75vw;
    /* background-color: yellow; */
}
.logobox{
    width: 13.0583vw;
    height: 7.8125vw !important;
}
.logobox a{
    display: inline-block;
    width: 13.0583vw;
    height: 7.8125vw;
}
.logobox img{
    width: 100%;
    height: 100%;
}
.headerBox li a{
    font-size: 1.3333vw;
    font-weight: 700;
}
.headerBox li a:hover{
    color: rgb(204,204,204);
    transition: 0.3s;
}

.content{
    width: 88.6979vw;
    height: 26.9271vw;
    /* background-color: burlywood; */
    position: relative;
    margin: 7.8125vw 5.2083vw 0.2604vw 5.2083vw;
    margin-top: 5.2083vw;
}
.video{
    width: 47.3958vw;
    height: 25vw;
    /* background-color: burlywood; */
    margin: 0 auto;
    background: url(./image/contentbg.png) no-repeat center center;
    background-size: 100% 100%;
    border: 0.2604vw solid #000;
}
.video_text{
    width: 88.6979vw;
    height: 1.9271vw;
    text-align: center;
    color: #fff;
    padding: 0.2604vw 0;
}
.video_text h2{
    font-size: 1.0938vw;
    font-weight: 400;
}
.download{
    width: 31.25vw;
    height: 4.7484vw;
    position: relative;
    margin: 0 auto;
    margin-bottom: 1.5625vw;
    display: flex;
}
.download li{
    width: 10.4167vw;
    height: 3.7068vw;
    /* background-color: #fff; */
    margin: 0.5208vw 0.3646vw;
}
.download li img{
    width: 10.4167vw;
    height: 3.7068vw;
}
.floor{
    width: 99.1146vw;
    height: 7.8125vw;
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
    margin-top: 0.7813vw;
}
.title{
    width: 1903px;
    height: 2.7604vw;
    /* padding: 1.3021vw 0.7813vw 0 0.7813vw; */
    padding-top: 1.3021vw;
    text-align: center;
    color: #fff;
    font-size: 1.25vw;
    z-index: 999;
    /* margin-bottom: 0.2604vw; */
}
.channel{
    width: 79.2911vw;
    height: 3.9063vw;
    margin: 0.2604vw auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ditch{
    width: 15.8578vw;
    height: 3.9063vw;
    /* background-color: #fff; */
    /* padding: 0.7813vw; */
}
.ditch img{
    width: 14.2953vw;
    height: 100%;
}
.pageFooter{
    width: 99.1146vw;
    height: 12.5vw;
    background-color: #000;
    z-index: 3;
    position: relative;
    /* text-align: center; */
}
.pageFooter-inner{
    width: 62.5vw;
    height: 12.5vw;
    /* background-color: blanchedalmond; */
    margin: 0 auto;
    padding: 2.0833vw 0 2.6042vw 0;
}
.pageFooter-mainLinks{
    width: 43.2292vw;
    height: 2.2396vw;
    
    padding: 0 0.7813vw;
    display: flex;
    text-align: center;
}
.mainLinks-item{
    width: 3.9583vw;
    height: 2.2396vw;
    padding: 0 0.5208vw;
    /* background-color: #000; */
    color: #fff;
    font-size: 0.7292vw;
    line-height: 2.2396vw;
}
.pageFooter-dividE{
    width: 61.7188vw;
    height: 0.0521vw;
    margin: 1.5625vw 0.7813vw 1.8229vw ;
    border-top: 0.0521vw solid #23282e;
}
.pageFooter-bootom{
    width: 61.9792vw;
    height: 2.0833vw;
    display: flex;
    justify-content: space-between;
}
.pageFooter-otherLinks{
    width: 26.5625vw;
    height: 2.0833vw;
    /* background-color: #000; */
    padding: 0 0.7813vw;
    display: flex;
    float: left;
}
.pageFooter-otherLinks-item{
    width: 6.6667vw;
    height: 2.0833vw;
    padding-right: 0.5208vw;
    color: #fff;
    font-size: 0.9375vw;
    line-height: 2.0833vw;
}
.pageFooter-social{
    width: 26.5625vw;
    height: 2.0833vw;
    /* background-color: #000; */
    padding: 0 0.7813vw;
    display: flex;
    justify-content: flex-end;
}
.pageFooter-social img{
    width: 2.6042vw;
    height: 2.0833vw;
    background-color: #fff;
}
.footer{
    width: 99.1146vw;
    height: 13.1771vw;
    background-color: #000;
    position: relative;
}
.footer-body{
    width: 62.5vw;
    height: 13.0208vw;
    margin: 0 auto;
    /* background-color: burlywood; */
}
.footer-warn{
    width: 62.5vw;
    height: 3.2859vw;
    background-color: #000;
    text-align: center;
    padding: 1.5625vw 0 0.5208vw;
    border-bottom: 0.0521vw solid #fff;
    color: #fff;
    font-size: 0.6771vw;
}
.footer-warn span{
    margin-right: 1.25vw;
}
.footer-main{
    width: 48.9583vw;
    height: 9.4792vw;
    background-color: #000;
    margin: 0.3125vw  auto 0;
    display: flex;
    justify-content: space-between;
}
.footer-img{
    width: 15.625vw;
    height: 7.8125vw;
    /* background-color: #fff; */
}
.footer-img a{
    display: block;
    width: 7.8125vw;
    height: 3.9063vw;
    position: relative;
}
.footer-img img{
    margin: auto;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.footer-rightbox{
    width: 32.5vw;
    height: 7.8125vw;
    /* background-color: #fff; */
    font-size: 0.6771vw;
}
.footer-about{
    width: 32.5vw;
    height: 1.2255vw;
    background-color: #000;
}
.footer-about a{
    margin-right: 0.7292vw;
}
.noright{
    margin-right: 0 !important;
}
.footer-game{
width: 32.5vw;
height: 1.2255vw;
background-color: #000;
margin: 0.2604vw 0;
}
.footer-game span{
    margin-right: 0.8333vw;
    color: #fff;
}
.footer-game a{
    margin-right: 0.8333vw;
}
.footer-beian{
    width: 32.5vw;
    height: 2.4885vw;
    background-color: #000;
}
.footer-beian span{
    margin-right: 0.9375vw;
    color: #fff;
}
.footer-beian a{
    margin-right: 0.9375vw;
    display: inline-block;
    height: 1.1505vw;
}
.footer-copy{
    width: 32.5vw;
    height: 1.6714vw;
    background-color: #000;
    margin-top: 0.2604vw;
}
.footer-copy span{
    margin-right: 0.4167vw;
    color: #fff;
    height: 1.1505vw;
    display: inline-block;
    margin-bottom: 0.2604vw;
}
.footer-copy a{
    display: inline-block;
    margin-right: 0.4167vw;
}
.footer-copy a img{
    width: 100%;
    height: 100%;
}
.zhi{
    width: 1.5625vw;
    height: 1.5479vw;
}
.wei{
    width: 6.1458vw;
    height: 1.6714vw;
}
.shiling-btn{
    position: absolute;
    width: 4.8958vw;
    height: 6.25vw;
    background: url(//pic.youzu.com/youzu/web/website_header/img/shiling12.png) no-repeat top left/100%;
    z-index: 10;
    bottom: 1.25vw;
    right: 1.25vw;
}