/* this css in index.html  */
html,
body {
    background-color: #3C3C3C;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

li {
    display: inline;
    margin-right: 10px;
}

a:link {
    text-decoration: none;
}

.shiliu {
    position: absolute;
    z-index: 9999;
    top: 160px;
    left: 16px;
}

.publicity {
    height: 850px;
    width: 100%;
    background: url('../image/top_bg.png') left top;
    background-position: center center;
}

.version_info {
    display: block;
    height: 850px;
    background: url('../image/js_bg.png') no-repeat left top;
}

.article {
    margin-left: 32%;
    padding-top: 180px;
}

.btns_down_pc {
    float: left;
    width: 345px;
    height: 96px;
    background: url("../image/btn_dl_pc_1.png") no-repeat left top;
    /* border: 1px solid #c47966; */
    border-radius: 5px;
    display: block;
}

.btns_down_pc:hover {
    /* outline: 1px solid #ccc; */
    background: url("../image/btn_dl_pc_2.png") no-repeat left top;
}

.btns_down_android {
    float: left;
    width: 345px;
    height: 96px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    margin-left: 55px;
    color: #f3ede5;
    background: url("../image/btn_dl_android_1.png") no-repeat left top;
    /* border: 1px solid #c6b989; */
    border-radius: 5px;
    display: block;
}

.btns_down_android:hover {
    /* outline: 1px solid #ccc; */
    background: url("../image/btn_dl_android_2.png") no-repeat left top;
}

.btns_down_ios {
    float: left;
    width: 345px;
    height: 96px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    margin-left: 55px;
    color: #f3ede5;
    background: url("../image/btn_dl_ios_1.png") no-repeat left top;
    /* border: 1px solid #c6b989; */
    border-radius: 5px;
    display: block;
}

.btns_down_ios:hover {
    /* outline: 1px solid #ccc; */
    background: url("../image/btn_dl_ios_2.png") no-repeat left top;
}


.download {
    position: absolute;
    top: 656px;
    left: 21%;
}

.pop_up {
    display: none;
    position: absolute;
    background-image: url('../image/kbtk.jpg');
    height: 258px;
    width: 580px;
    left: 650px;
    top: 250px;
}

.ewm {
    position: absolute;
    top: 39px;
    left: 49px;

}

.son_android {
    position: absolute;
    background-image: url('../image/Android.png');
    width: 175px;
    height: 48px;
    display: block;
    top: 60px;
    left: 322px;
    border-radius: 10px;
}

.son_ios {
    position: absolute;
    background-image: url('../image/iOS.png');
    width: 175px;
    height: 48px;
    display: block;
    top: 137px;
    left: 322px;
    border-radius: 10px;
}

.close {
    background-image: url('../image/close.png');
    position: absolute;
    left: 522px;
    width: 50px;
    height: 50px;

    /* 平滑过渡效果 */
    /* transition: background-image 1s ease;  */
    /* transform:rotate(30deg); */
}

/* 鼠标悬停时的背景图片 */
/* .close:hover {
    background-image: url('static/image/close1.png');
} */
.game_introduce {
    color: #eee;
    display: block;
    margin-top: 50px;
    /* font-weight: bold; */
    /* font-style: italic;   */
    /* font-family:'Times New Roman', Times, serif; */
}

.game_js li {
    display: block;
    margin-top: 20px;
}

.image_text {
    width: 716px;
    height: 43px;
    background-image: url('../image/js_cell.png');
    color: #FFFFFF;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    font-size: 20px;
}

.image_text div {
    color: #FFEDD6;
    margin-left: 64px;
}

.image_text span {
    margin-left: 27px;
}

.equip_bg {
    width: 100%;
    height: auto;
    background: url('../image/bj_02.png') left top;
    /* background-size: cover; */
    /* 保持宽高比，填满容器 */
}

.equip {
    background: url('../image/equip_bg.png') no-repeat left top;
    padding-top: 150px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.equip_img_bg {
    width: 399px;
    height: 532px;
    background: url("../image/equip_cell.png") no-repeat left top;
    display: grid;
    place-content: center;
    margin: 40px;
}

.equip_img_bg img {
    width: 340px;
    height: 450px;
}

.html_info {
    height: 230px;
    background-color: #000;
    color: #eee;
    text-align: center;
}

.back_top {
    position: fixed;
    top: 240px;
    right: 10px;
    margin-right: 10px;
    z-index: 999;
    width: 155px;
    height: 203px;
    background: url("../image/back.png");
    border-radius: 5%;
    opacity: 0.96;
    /* 居中 */
    display: wrap;
    justify-content: center;
    text-align: center;
    /* align-items: center; */
}

.btn_top {
    width: 129px;
    height: 30px;
    color: #F2F2CD;
    overflow: hidden;
    /* 隐藏超出部分 */
    display: inline-block;
    /* 使按钮能够包含浮动的内容 */
    margin-top: 8px;
    background: url("../image/btn_01.png") no-repeat;
}

.btn_top:hover {
    background: url("../image/btn_02.png") no-repeat;
    color: #BBB490;
}

.h5_index {
    width: 100%;
    margin: 0 auto;
}

.shiliu_h5 {
    position: absolute;
    z-index: 9999;
    top: 20px;
    left: 16px;
}

.publicity_h5 {
    width: 100%;
    min-height: 400px;
    display: flex;
}

.download_h5 {
    position: absolute;
    width: 100%;
    top: 300px;
}

.btns_down_h5 {
    float: left;
    width: 132px;
    height: 37px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    font-size: 20px;
    margin-left: 62px;
    color: #f3ede5;
    background: url("../image/btn_dl_android_1_h5.png") no-repeat left top;
    border-radius: 5px;
    display: block;
}

.btns_down_h5:hover {
    background: url("../image/btn_dl_android_2_h5.png") no-repeat left top;
}

.btns_down_h5_ios {
    float: left;
    width: 132px;
    height: 37px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    font-size: 20px;
    margin-left: 7px;
    color: #f3ede5;
    background: url("../image/btn_dl_ios_1_h5.png") no-repeat left top;
    border-radius: 5px;
    display: block;
}

.btns_down_h5_ios:hover {
    background: url("../image/btn_dl_ios_2_h5.png") no-repeat left top;
}

.version_info_h5 {
    /* float: left; */
    color: #FFFFFF;
}

.version_info_h5 .img_bg {
    display: block;
    position: absolute;
}

.version_info_h5 p {
    position: absolute;
    text-align: center;
    width: 76%;
    padding-top: 12%;
    padding-left: 24%;
    font-size: 12px;
    text-align: left;
}

.equip_h5 {
    width: 100%;
    position: relative;
    background: url('../image/bj_02_h5.png') left top;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: 280px;
}

.equip_h5 li {
    line-height: 60px;
    padding-left: 10px;
    padding-right: 10px;
}

.equip_h5 img {
    width: 120px;
    height: auto;
}

.html_info_h5 {
    position: relative;
    top: 280px;
    min-height: 230px;
    width: 100%;
    background-color: #000;
    color: #808080;
    text-align: center;
    margin: 0 auto;
}