* {
    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: #2f1e60;
    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: 19.2rem;
    height: 6.4rem;
    margin: 0 auto;
}

.header {
    width: 19.2rem;
    background-color: #bb2d1a;
    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;
    }
.menu1 {
    color: #ffffff;
    font-size: 0.3rem;
    float: right;
    margin-top: 0.1rem;
    margin-right: 0.4rem;
}
.menu1 a {
    color: #ffffff;
    margin-right: 0.4rem;
}
.menu {
    color: #ffffff;
    font-size: 0.3rem;
    float: right;
    margin-top: 0.3rem;
    margin-right: 0.4rem;
}

    .menu a {
        color: #ffffff;
        margin-right: 0.4rem;
    }

    .menu img {
        height: 0.28rem;
        width: 0.24rem;
    }

.footer {
    width: 19.2rem;
    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: 19.2rem;
    height: 10.96rem;
    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: 8.74rem;
    padding-top: 6.8rem;
    /*padding-right: 2.5rem;*/
    float:right;
}
    .banner p {
        line-height:0.4rem;
    }

.bg3 {
    width: 13.66rem;
    height: 5.12rem;
    background: url('/images/gamedown/secured.jpg') no-repeat;
    background-size: 100% 100%;
}


.content {
    width: 19.2rem;
    /*height: 2.0rem;*/
    background-color: #2f1e60;
    font-size: 0.5rem;
    text-align: center;
}

.content_text {
    color: #ffffff;
    font-size: 0.28rem;
    height: 1.6rem;
}

.content_title {
    color: #9fa6ff;
    font-size: 0.4rem;
}

.content_pic {
   /* float: right;
    height: 1.6rem;
    padding-right: 1.5rem;*/
   text-align:center;
}

    .content_pic img {
        width: 1.18rem;
        height: 1.19rem;
        border: 0;
    }
.down {
    padding-right: 2.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;
    }