html, body {
    background: #e8e2d3;
    padding: 0;
    margin: 0;
    font-family: sans-serif;
}

p {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}


.hint {
    color: #222;
    padding: 20px;
    font-size: 20px;
}

.hint a, .hint a:visited, .hint .a {
    text-decoration: underline;
    color: #000;
    font-weight: bold;
}

.play, .local, .appstore, .fastRegister {
    width: 40%;
    padding-bottom: 11.85%;
    margin: 0 auto 20px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.play {
    background-image: url(./en-play-badge.png);
}

.local {
    background-image: url(./apk.png);
}

.appstore {
    background-image: url(./appstore.png?v=1);
}

.fastRegister {
    background-image: url(./fastRegister.png?v=1);
}

#wechat, #android, #ios, #android-already-in-app, #ios-already-in-app {
    display: none;
}

#weixin-tip{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    z-index: 100;
}

#weixin-tip p img {
    width: 100%;
    height: 100%;
}

#weixin-tip .close {
    color: #fff;
    padding: 5px;
    font: bold 24px/26px simsun;
    text-shadow: 0 1px 0 #ddd;
    position: absolute;
    top: 0;
    left: 5px;
}

.close {
    color: #fff;
    text-decoration: none;
    opacity: 0.4;
}

.close {
    float: right;
    font-size: 22.5px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: none;
    opacity: 0.2;
    filter: alpha(opacity=20);
}