/* 隐藏页面内容 */
body[adapt='pc']>* {
    display: none !important;
}

/* 显示 uni-adapt-pc 标记内容 */
body[adapt='pc']>uni-adapt-pc {
    display: block !important;
}

body[adapt='pc'] {
    margin: 0;
    background-color: #fff;
    background-image: url(pc-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    height: 100vh;
}

body[adapt='pc'] .container {
    position: fixed;
    width: 100%;
    height: 800px;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    min-width: 700px;
    max-width: 850px;
}

body[adapt='pc'] .container .iframe {
    width: 360px;
    height: 850px;
    background-image: url(pc-phone.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

body[adapt='pc'] .container .iframe>iframe {
    width: 326px;
    height: 661px;
    background-color: #fff;
    box-sizing: content-box;
    border: none;
    margin: 103px 0 0 15px;
    border-radius: 4px;
}

body[adapt='pc'] .container .content {
    float: right;
    color: #409EFF;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body[adapt='pc'] .container .content>h1 {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    padding: 100px 0 50px 0;
}

body[adapt='pc'] .container .content .qrcode {
    box-shadow: 0 0 10px #409EFF;
    border-radius: 15px;
    box-sizing: border-box;
    width: 240px;
    height: 240px;
    padding: 20px;
}

body[adapt='pc'] .container .content>p {
    font-size: 14px;
    margin: 0;
    padding: 20px 0 0 0;
    text-align: center;
    width: 240px;
}