:root{
    font-size: 160px;
}
body {
    font-size: 160px;
    /* transform: scale(0.8); */
}
body,html{
    margin: 0;
    padding: 0;
}
.container{
    max-width: 562px;
    overflow-x: hidden;
    z-index: 2;
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    background-color: #fff;
    min-height: 100%;
    margin: 0 auto;
}
.share-button-container {
    display: none;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
}
.share-button {
    font-weight: 500;
    height: 34px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: hsla(0, 0%, 100%, .75);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    border-radius: 8px;
    display: flex;   
    justify-content: center;
    cursor: pointer;
    align-items: center;
    z-index: 100;
    padding: 4px 8px;
    color: #000;
    font-size: 0.11rem;
    position: absolute;
    right: .16rem;
    top: .16rem;
    font-weight: 500;
}
.share-button svg{
    margin-left: 5px;
}
.container_bg_warp {
    height: 100vh;
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 562px;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}
.container_bg_warp img {
    border-radius: 50%;
    opacity: .25;
    height: 110%;
    width: 110%;
    /* max-height: 5.62rem; */
}
.container-layout{
    /* margin-top: 30px; */
    flex: 1 1;
    z-index: 1;
    padding: 28px;
    text-align: center;
    padding-top: 0;
}
.avatar-container {
    margin:0 auto;
    width: .8rem;
    height: .8rem;
    position: relative;
}
.avatar-container img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.container-layout h3{
    margin-top: 40px;
    font-size: .14rem;
    font-weight: 600;
    line-height: .34rem;
}
.desc{
    margin-top: -0.2rem;
    font-size: 12px;
    color: #000;
    /* line-height: 1.5; */
}
.desc .two{
    /* margin-top: .2rem; */
}
.download-container {
    /* margin-top: 0.3rem; */
}
.download-item {
    text-decoration: none;
    background: #fff;
    border-radius: 0.12rem;
    box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1);
    padding: 0.12rem 0.16rem;
    margin-bottom: 0.1rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}
.download-item:hover {
    transform: translateY(-0.05rem);
    box-shadow: 0 0.04rem 0.15rem rgba(0, 0, 0, 0.15);
}
.download-item img {
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 0.08rem;
    margin-right: 0.12rem;
    border-radius: 50%;
}
.download-item span {
    margin-left:.1rem;
    flex: 0.8;
    font-size: 0.08rem;
    color: #333;
    line-height: 1.4;
    
    font-weight: 600;
}

.link_fortext{
    font-weight: 600;
    font-size: .16rem;
    text-align: center;
    text-align-last: center;
    margin: .16rem 0 .08rem !important;
} 
.container-layout-footer{
    text-align: center;
    padding-bottom:0.2rem;
}
.container-layout-footer img{
    width: 1.2rem;
    margin-top: -2rem;
    
}