* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
}

.container,.ipx-container, body {
    height: 100%;
    overflow: hidden;
}

.container {
    width: 100%;
    background: url("./static/bg_750.png") no-repeat;
    background-size: 100% 100%;
}

.ipx-container {
    width: 100%;
    background: url("./static/bg_1125.png") no-repeat;
    background-size: 100% 100%;
}

.container .ios-btn{
    margin: 70% auto .4rem;
}

.ipx-container .ios-btn{
    margin: 90% auto .4rem;

}

.android-btn, .ios-btn {
    width: 2.3rem;
    height: .5rem;
}

.android-btn {
    margin: 0 auto;
    background: url("./static/btn_Android.png") no-repeat;
    background-size: 100% 100%;
}

.ios-btn{
    background: url("./static/btn_iPhone.png") no-repeat;
    background-size: 100% 100%;
}

#wx {
    display: none;
}

.wx-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url("./static/wx.png") no-repeat;
    background-size: 100% 100%
}