﻿.show {
    height: inherit !important;
    overflow: inherit;
}

html {
    font-size: 54px;
}

* {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

.icon-panel {
    margin: .533333rem;
    display: flex;
}

.icon {
    width: 2.986667rem;
}

    .icon img {
        width: 100%;
        min-height: .026667rem;
        min-width: .026667rem;
        height: 100%;
        border-radius: .586667rem;
    }

.tag {
    margin: .133333rem 0;
}

    .tag span {
        display: block;
        float: left;
        margin: 0 .106667rem 0 0;
        min-width: .96rem;
        height: .533333rem;
        line-height: .533333rem;
        background: #5ac8fa;
        border-radius: .053333rem;
        font-size: .32rem;
        font-weight: 400;
        text-align: center;
        color: #fff;
        padding: 0 .133333rem;
    }

.info {
    font-size: .346667rem;
    font-weight: 600;
    color: #666;
}

    .info span {
        color: #0084ff;
    }

.gameIntr {
    margin: .8rem .533333rem 0;
    padding: 0 0 1.813333rem;
}

    .gameIntr .title {
        height: .533333rem;
        display: flex;
        align-items: center;
        border-left: .106667rem solid #ff9f0a;
        padding: 0 0 0 .266667rem;
        font-size: .4rem;
        font-weight: 700;
        color: #333;
    }

.textcontent {
    font-size: .373333rem;
    font-weight: 400;
    color: #666;
    height: 2.666667rem;
    overflow: hidden;
    margin: .266667rem 0;
    position: relative;
}

    .textcontent p {
        text-indent: 2em;
        line-height: 1.75em;
    }

.content {
    flex: 1;
    padding: 0 0 0 .48rem;
}

.down {
    display: flex;
    margin: .133333rem 0 0;
}

.down_btn {
    text-align: center;
    width: 2.453333rem;
    height: .746667rem;
    background: #0084ff;
    border-radius: .373333rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .4rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    margin: 0 .32rem 0 0;
}

.more {
    position: absolute;
    right: 0;
    bottom: 8px;
    color: #0084ff;
    font-size: .373333rem;
    background: #fff;
    padding: 0 0 0 .133333rem;
}

    .more span {
        color: #666;
        font-weight: bold;
    }

.name {
    width: 5.45rem;
    text-wrap: nowrap;
    overflow: hidden;
    font-size: .41rem;
    font-weight: 700;
    color: #333;
    text-overflow: ellipsis;
}

.headerimg {
    width: 100%
}

    .headerimg img {
        object-fit: contain;
        width: 100%;
    }

.foot {
    height: 1.813333rem;
    background: rgba(0, 0, 0, .9);
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100%;
}

    .foot .icon {
        margin-left: .4rem;
        width: 1.28rem;
        height: 1.28rem;
    }

        .foot .icon img {
            width: 100%;
            height: 100%;
            border-radius: .346667rem;
        }

.game-name {
    flex: 1;
    font-size: .426667rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #fff;
    padding: 0 .4rem;
    box-sizing: border-box;
}

.downBtn {
    text-align: center;
    margin-right: .4rem;
    width: 2.88rem;
    height: .96rem;
    background: linear-gradient(180deg, #ff872c, #ff5213);
    border-radius: .613333rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .426667rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #fff;
}

#banner {
}

.gamePic {
    margin-bottom: 10px;
}

.swiper-li {
}

#banner img {
    width: 100%;
    z-index: 10;
}

.weixin-tip {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    filter: alpha(opacity=80);
    height: 100%;
    width: 100%;
    z-index: 100;
}

    .weixin-tip p {
        text-align: center;
        margin-top: 10%;
        padding: 0 5%;
    }

.vplay {
    width: 100%;
}

    .vplay video {
        width: 100%;
    }

.gameimgPic {
    height: 100%;
    overflow: hidden;
}

    .gameimgPic .swiper-autoheight {
        height: 100% !important;
    }

.game-name .layui-layer-content {
    height: 100% !important;
}

.gameimgPic .swiper-wrapper {
    height: 100% !important;
}

.gameimgPic .swiper-slide {
    height: 100% !important;
}

.gameimgPic img {
    width: 100%;
    height: 100%;
}

#downloadDialog {
    position: fixed;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 1px solid #ccc;
    background-color: white;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    width:80%;
    text-align:center;
    z-index: 1000;
}
#downloadDialog p{
   font-size:14px;
   margin:0px 0px 10px 0px;
}
    #downloadDialog a {
        display: inline-block;
        padding: 10px;
        background: rgba(0, 0, 0, .9);
        text-decoration: none;
        color: black;
        border-radius: 5px;
        margin-right: 10px;
        color:#fff;
        text-align:center;
        margin:0px 15px;
    }
