*{
    margin: 0;
    padding: 0;
    text-decoration:none;
}
li{list-style:none;}
html{
    width: 100%;
    height: 100%;
    min-width: 1200px;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
body{
    width: 100%;
    height: 100%;
    min-width: 1200px;
}

.header{
    width: 100%;
    height: 78px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom:2px solid #e1005e;
    z-index: 999;
}
.topImg{
    height: 78px;
}
.dhBox{
    width: 400px;
    height: 78px;
    position: fixed;
    top: 0;
    left: 70%;
   
}
.dhBox a{
    display: inline-block;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
    line-height: 78px;
    text-align: center;
    color: rgba(104,104,104,1);
    font-size: 20px;
    font-weight: 600;
}
.a_link{
    color: #e1005e!important;
    position: relative;
}
.a_link::before{
    content: '';
    width: 40px;
    height: 4px;
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #e1005e;
    border-radius: 5px;
}

/* 内容 */
.cont{
    width: 100%;
    height: 100%;
    min-height: 75vh;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 78px;
}
.bg{
    width:100%;
    height: 100vh;
}
.title{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
/* 底部 */
.footer{
    width: 100%;
    height: 200px;
    background: #000000;
    position: relative;
}
.footerLink{
    width: 700px;
    height: 100px;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.logo{
    width: 110px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}
.bq_link{
}
.aBox{
    width: 300px;
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 150px;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    color: #fff;
}
.aBox a{
    color: #fff;
    display: inline-block;
    
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
}
.bq_link{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.footerTip{
    color: #fff;
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 150px;
}


/* 游戲内容 */
.gameBox{
    width: 65%;
    min-height: 600px;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}
.gameCont{
    width: 100%;
    height: 250px;
    position: relative;
    display: flex;
    padding-bottom: 30px;
    border-bottom: dashed 2px #d3d3d3;
    margin-top: 40px;
    margin-bottom: 40px;
}
.gameImg{
    width: auto;
}
.gameText{
    width: 65%;
    margin-left: 2%;
}
.gameText h5{
    font-size: 26px;
    font-weight: 600;
    color: rgb(68,68,68);
}
.gameText p{
    height: 120px;
    font-size: 18px;
    margin-top: 10px;
    line-height: 30px;
    color: rgb(86,86,86);
}
.btnBox{
    margin-top: 28px;
}
.btnBox a{
    margin-right: 5px;
}

/* 联系我们 */
.contactBox{
    width: 50%;
    min-height: 300px;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    display: flex;
}
.contactLeft{
    flex: 0.55;
}
.contactRight{
    flex:0.45
}
.contactLeft h5,.contactRight h5{
    color: #e1005e;
    font-size: 30px;
    margin-bottom: 10px;
}
.contactLeft p,.contactRight p{
    width: 90%;
    font-size: 18px;
    margin-top: 10px;
    line-height: 40px;
    color: rgb(86,86,86);
}