.banner{
    width: 100%;
    height: 1010px;
    background-image: url(./images/background.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container .main-content{
    padding-top: 140px;
}
.container .main-content .snapshot{
    position: relative;
    width: 536px;
    height: 753px;
    background-image: url(./images/banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.container .main-content .desc{
    padding: 51px 0 0 42px;
}
.container .main-content .desc .title{
    font-size: 88px;
    line-height: 122px;
    font-weight: bold;
    
} 
.container .main-content .intro{
    font-size: 48px;
    line-height: 66px;
    color: #000000;
}
.container .main-content .download{
    position: relative;
    width: 250px;
    height: 66px;
    background-image: url(./images/download.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-decoration: none;
    display: inline-block;
    margin: 56px 0 104px;
}
.container .main-content .download2 {
    background-image: url(./images/download2.png);
    margin: 56px 0 104px 30px;
    border-radius: 8px;
}
.container .main-content .scanCode{
    position: relative;
    width: 184px;
    height: 184px;
    background-image: url(./images/QRcode.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.container .main-content .scanCode .logo{
    position: absolute;
    width: 49px;
    height: 49px;
    top: 50%;
    left: 50%;
    margin-top: -24.5px;
    margin-left: -24.5px;
    background-image: url(./m/images/logo.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.container .main-content .scanText{
    color: #FFD43A;
    font-size: 22px;
    line-height: 31px;
    text-align: center;
}
.container .main-content .info{
    color: #000000;
}

.container .main-content .info .text{
    max-width: 210px;
    margin-top: 16px;
}
.container .footer{
    text-align: center;
    background: none;
    margin: auto;
}
.container .footer a{
    color: #333;
}

@media screen and (min-width: 769px) {
    #pcStyle {  
        display: block;
    }
    #mobileStyle {  
        display: none;
    }
}
/* 移动端样式 */
@media screen and (max-width: 768px) {
    #pcStyle {  
        display: none;
    }
    #mobileStyle {  
        display: block;
    }
    .container{
        max-width: 7.2rem;
        background-color: #fff;
        position: relative;
    }
    .banner{
        width: 100%;
        height: 15rem;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(./m/images/mbackground.png);
    }
    .container .logo{
        width: 1.3rem;
        height: 1.3rem;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(./m/images/logo.png);
    }
    .container .desc {
        padding-left: 0.32rem;
        letter-spacing: 1px;
        line-height: normal;
    }
    .container .download{
        display: block;
        width: 5rem;
        height: 0.825rem;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(./m/images/mdownload.png);
        margin: 0 auto;
    }
    .container .download2 {
        background-image: url(./m/images/mdownload2.png);
        margin: 0.2rem auto 0;
    }
    .container .snapshot{
        width: 5.5rem;
        height: 7.7rem;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(./m/images/mbanner.png);
        margin: 0.51rem auto 0.24rem;
    }
    .container .version{
        text-align: center;
        /* font-size: 0.24rem; */
    }
    .container  .text{
        /* font-size: 0.24rem; */
        max-width: 3.5rem;
        margin: 0.12rem auto 0;
        text-align: center;
    }
    
    .footer{
        padding: 0.32rem;
        color: #333;
        font-size: 0.24rem;
        text-align: center;
    }
    .footer a{
        color: #333;
    }
    .footer>div{
        padding: 0.08rem 0;
    }
}