﻿@media (min-width:750px) {
    body {
        width: 375px;
        margin: 0 auto
    }

    .pc {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width:749px) {
    .pc {
        display: none
    }
}

.pc {
    background-color: #9477d0;
    background-image: linear-gradient(90deg, #7da1eb 3%, #a572cc)
}

#trust-container {
    opacity: 0;
    background-color: #00000080;
    transition: all .2s linear;
    display: none
}

#install,
#trustBtn {
    border: 1px solid #1989fa;
    border-radius: .05rem
}

#install {
    color: #fff;
    background: #1989fa
}

#trustBtn {
    color: #1989fa;
    background: #fff
}

.app-info li {
    color: #999;
    border-right: 1px solid #eee;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.app-info li:last-child {
    border-right: none
}

.app-info .data {
    height: .3rem;
    font-size: .16rem;
    font-weight: 700;
    line-height: .3rem
}

.star {
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    background-color: #8e8f92;
    width: 10px;
    height: 10px
}

.star.gold-start {
    background-color: #f5be45;
    width: 20px;
    height: 20px
}

.modal {
    z-index: 1;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    opacity: 0;
    background-color: #0006;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: opacity .3s;
    display: none;
    position: fixed;
    top: 0;
    left: 0
}

.modal-content {
    opacity: 0;
    background-color: #fff;
    border-radius: 10px;
    width: 80%;
    padding: 20px;
    transition: transform .3s ease-out, opacity .3s ease-out;
    transform: scale(.5)
}

#swiperContent {
    border-radius: 10px;
    width: 90%;
    padding: 0;
    overflow: hidden
}

.swiper-container {
    width: 100%;
    margin: 0 auto
}

.swiper-slide img {
    width: auto;
    height: 200px;
    display: block
}

.swiper-slide p {
    text-align: center;
    color: #1989fa;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .14rem
}

.swiper-slide p:last-child {
    padding-bottom: 30px
}