* {
    padding: 0;
    margin: 0;
}

html {
    font-family: "SourceHanSansCN", Arial;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100px;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

body {
    margin: 0 auto;
    background-color: #5f1224;
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    word-wrap: break-word;
    word-break: keep-all;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    cursor: default;
}

.container {
    width: 13.66rem;
    height: 6.4rem;
    margin: 0 auto;
}

.header {
    width: 13.66rem;
    background-color: #500420;
    height: 1rem;
}

.logo {
    width: 1.56rem;
    height: 0.56rem;
    float: left;
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    background: url('/images/gamedown/logo.jpg') no-repeat;
    background-size: 100% 100%;
}

    .logo img {
        width: 1.56rem;
        height: 0.56rem;
    }

.menu {
    color: #e6c477;
    font-size: 0.3rem;
    float: right;
    margin-top: 0.3rem;
    margin-right: 0.4rem;
}

    .menu a {
        color: #e6c477;
        margin-right: 0.4rem;
    }

    .menu img {
        height: 0.28rem;
        width: 0.24rem;
    }

.footer {
    width: 13.66rem;
    height: 1rem;
    font-size: .24rem;
    color: #8c8c8c;
    background-color: #232323;
    vertical-align: middle;
    text-align: center;
}

.f_bottom {
    padding-top: .3rem;
    display: block;
}

    .f_bottom a,
    span {
        font-size: .2rem;
        color: #8c8c8c;
        margin-left: 0.5rem;
    }

    .f_bottom img {
        height: 0.25rem;
        width: 0.23rem;
    }


.bg1 {
    width: 13.66rem;
    height: 6.4rem;
    background: url('/images/gamedown/bg.jpg') no-repeat;
    background-size: 100% 100%;
    color: #fffce2;
    font-size: 0.28rem;
    margin-bottom: -1px;
}
.banner {
    margin: 0;
    width: 6.74rem;
    padding-top: 1.8rem;
    padding-right: 0.5rem;
}
    .banner p {
        line-height:0.4rem;
    }
    .banner span {
        line-height: 0.4rem;
        font-size:0.4rem;
        color:#fffccd;
        font-weight:bold;
    }

.bg3 {
    width: 13.66rem;
    height: 5.12rem;
    background: url('/images/gamedown/secured.jpg') no-repeat;
    background-size: 100% 100%;
}

.games{
    text-align:center;
    padding:40px 0px;
}
.content {
    width: 13.66rem;
    height: 2.0rem;
    background-color: #3d0823;
    font-size: 0.5rem;
}

.content_text {
    color: #de998b;
    font-size: 0.28rem;
    height: 1.6rem;
}

.content_title {
    color: #ffd669;
    font-size: 0.4rem;
}

.content_pic {
    float: right;
    height: 1.6rem;
    padding-right: 1.5rem;
}

    .content_pic img {
        width: 1.76rem;
        height: 1.24rem;
        border: 0;
    }
.down {
    padding-right: 0.5rem;
    padding-top: 0.5rem;
}

    .down a {
        padding-left: 0.2rem;
    }

.down_sv {
    width: 6.74rem;   
    padding-right: 0.5rem;
}
    .down_sv a {
        color: #ffca7d;
        text-decoration:underline;
    }

    .hide_down {
        display: none;
    }