html,
body {
    background: #000;
    color: #FFF;
    overflow: auto;
}

.enter-content {
    text-align: center;
}

.enter-content p {
    line-height: 30px;
}

.enter-content .icon_hand {
    height: 27px;
    width: 100%;
    vertical-align: middle;
}

.enter-content .header_title {
    line-height: 60px;
    font-size: 32px;
    text-transform: uppercase;
}

.pc-enter-content .icon_hand {
    height: 70px;
}

.enter-content .container {
    margin: 0 auto;
}

.btt-content {
    cursor: pointer;
}

.btt-content img {
    width: 100%;
}

.enter-maomi {
    border-radius: 5px;
    line-height: 40px;
    width: 230px;
    margin: 10px auto;
    font-size: 1.2em;
    padding-right: 10px;
}

.pc-enter-content .enter-maomi {
    width: 400px;
    line-height: 70px;
    margin: 20px auto;
    font-size: 1.5em;
}

.enter-maomi:before {
    height: 100%;
    width: 40px;
}

.enter-btt {
    width: 278px;
    margin: 10px auto;
    border-radius: 10px;
    border: 1px solid;
    line-height: 30px;
}

.enter-content .down-content {
    padding-bottom: 20px;
}

.google_down_url {
    margin: 0;
    padding: 0;
}

.google_down_url li {
    display: inline-block;
    text-align: center;
    width: 31%;
    min-height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.google_down_url li.google-android {
    background-image: url(../android.png);
}

.google_down_url li.google-pc {
    background-image: url(../pc.png);
}

.google_down_url li.google-ios {
    background-image: url(../ios.png);
}

.google_down_url li.zeus-android {
    background-image: url(zeus_android.png);
    min-height: 30px;
}

.google_down_url li.zeus-ios {
    background-image: url(zeus_ios.png);
}

.google_down_url li.maomi-android {
    background-image: url(maomi.png);
    min-height: 30px;
}

.enter-content .enter-icon {
    width: 32px;
    height: auto;
    float: left;
    border-radius: 4px;
    margin-right: 5px;
}

.enter-content .enter-icon img {
    width: 80%;
    vertical-align: middle;
}

.pc-enter-content .enter-icon {
    width: 55px;
    height: 70px;
}

.maomi-icon-img {
    width: 100%;
    height: 140px;
}

.small-img {
    width: 20px;
    height: 20px;
}

.enter-content .tip-content {
    width: 47%;
    text-align: center;
    vertical-align: middle;
    float: left;
    margin: 33px 0;
}

.enter-content .tip-content .left {
    width: 40%;
    float: left;
}

.enter-content .tip-content .left img {
    width: 80%;
    height: auto;
}

.enter-content .tip-content .right {
    width: 60%;
    display: inline-block;
}

.enter-content .collect-content {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 50%;
    text-align: left;
    display: inline-block;
    margin-left: 20px;
}

.enter-content .collect-content p {
    line-height: 30px;
}

.bttText {
    font-size: 18px;
    width: 90%;
    margin: 10px auto;
    text-align: center;
}

@media (min-width: 738px) {
    .enter-content .container {
        width: 80%;
    }

    .enter-content .footer-img {
        display: none;
    }
}

@media (max-width: 738px) {
    .enter-content .container {
        width: 90%;
    }

    .enter-content .tip-content {
        padding: 0;
        margin-top: 20px;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
        display: inline-block;
        border: 0;
    }

    .google_down_url li {
        width: 100%;
        margin-bottom: 10px;
    }

    .enter-content .collect-content {
        margin-top: 0;
        margin-bottom: 10px;
        width: 100%;
        text-align: left;
        display: inline-block;
        margin-left: 0;
        border: 0;
    }

    .enter-content .collect-content p {
        line-height: 30px;
    }

    .enter-content .footer-img {
        display: block;
        width: 50%;
        margin: 10px auto;
    }

    .bttText {
        font-size: 14px;
    }

    .pc-enter-content .enter-maomi {
        width: 100%;
        line-height: 40px;
    }

    .pc-enter-content .enter-icon {
        width: 32px;
        height: 41px;
    }

    .maomi-icon-img {
        width: 100%;
        height: 110px;
    }

    .enter-content .icon_hand {
        height: 27px;
    }

    .pc-enter-content .icon_hand {
        height: 27px;
    }
}