/* è®¡ç®—æ ¹å­—ä½“å¤§å°çš„åŒºé—´ */
@media screen and (min-width: 320px) and (max-width:440px) {
    html {
        font-size: calc(100vw / 7.5)
    }
}

@media screen and (max-width:319px) {
    html {
        font-size: 42.66px;
    }
}

@media screen and (min-width:441px) {
    html {
        font-size: 58.67px;
    }
}

body {
    overflow: hidden;
    background: url('https://www.filmbirumangga69.com/asset/images/app-bg.png') center center no-repeat;
    background-size: cover;
}

.logo {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    min-width: 320px;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0.3rem 0;
}

.logo>h1 {
    width: 3.16rem;
    height: 1rem;
}

.logo>h1>img {
    width: 100%;
    height: 100%;
}

.logo>a {
    width: 0.52rem;
    height: 0.83rem;
}

.logo>a>img {
    width: 100%;
    height: 100%;
}

.logo>a:nth-of-type(1) {
    margin-left: auto;
    margin-right: 0.36rem;
}

.main {
    width: 100%;
    height: 100%;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.96rem;
    padding-bottom: 1.82rem;
}

.main>a:nth-of-type(1) {
    height: 21%;
}

.main>a:nth-of-type(1)>img {
    height: 100%;
}

.main>a:nth-of-type(2) {
    height: 78%;
}

.main>a:nth-of-type(2)>img {
    height: 100%;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 30;
    width: 100%;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0.4rem;
    padding-top: 0.27rem;
    background: url('https://www.filmbirumangga69.com/asset/images/app-bg.png') center center no-repeat;
    background-size: cover;
}

.footer>img:nth-of-type(1) {
    width: 6.57rem;
    height: 0.37rem;
}

.down-btn {
    display: flex;
    justify-content: center;
    margin-top: 0.26rem;
    align-items: center;
}

.down-btn>img:nth-of-type(1) {
    width: 3.16rem;
    height: 1rem;
}

.btn {
    display: flex;
    margin-left: 1.04rem;
}

.btn>a {
    width: 2.7rem;
    height: 0.92rem;
    display: none;
}

.btn>a>img {
    width: 100%;
    height: 100%;
}

.tip-btn {
    border: none;
    width: 5.89rem;
    height: 0.26rem;
    margin-top: 0.24rem;
    display: none;
}

.tip-btn>img {
    width: 100%;
    height: 100%;
}

.tip-ios-btn {
    border: none;
    display: none;
    color: #F9C702;
    font-size: 0.26rem;
    margin-top: 0.2rem;
    position: relative;
}

.tip-ios-btn::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #F9C702;
    width: 100%;
    height: 1px;
}

.android-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}

.android-modal .header {
    width: 100%;
    display: flex;
    align-items: center;
    color: #000;
    padding: 0.096rem 0.192rem;
    box-shadow: 0 0.03rem 0.05rem rgba(57, 63, 72, 0.1);
    justify-content: space-between;
    position: sticky;
    top: 0;
    left: 0;
    height: 0.866rem;
    background: #fff;
}

.android-modal .header .android-modal-arrow img {
    width: 0.45rem;
}

.android-modal .header .title {
    font-size: 0.28rem;
    color: #000;
}

.android-modal .content {
    padding: 0.528rem 0.192rem;
}

.android-modal .content .platform-item img {
    width: 100%;
}

.android-modal .content .pic img {
    width: 100%;
}

.android-modal .contentAnser {
    display: none;
}