html {
    width:100%;
    height: 100vh;
    font-size: 100px;
}

body{
    width: 100%;
    height: 100vh;
    min-width: 13.76rem;
    position: fixed;
    margin: 0;
    overflow:visible;
    background: url("../image/index_bg.png") no-repeat;
    background-size:cover;
}

.container{
    position: relative;
    height: 100vh;
    overflow: visible;
}

.logo{
    width: 1.03rem;
    height: 0.5rem;
    margin-left: 0.5rem;
    margin-top:0.5rem;
}

.people{
    width: 3.39rem;
    height: 2.63rem;
    position: absolute;
    overflow: visible;
    right: 0;
    top:0;
    z-index: 13;
}

.mobile{
    width: 2.76rem;
    position: absolute;
    overflow: visible;
    right: 2.18rem;
    top:1.63rem;
    z-index:12;
}

.title{
    color: white;
    margin-left: 1.5rem;
    margin-top:0.6rem;
    font-size: 0.6rem;
}

.content{
    font-size: 0.4rem;
    color: #e0d7ff;
    margin-left: 1.5rem;
    margin-top:0.2rem;
}

.copy_right{
    width: 100vw;
    height: auto;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    font-size: 0.14rem;
    text-align: center;
    color: white;
    position: fixed;
    bottom: 0.2rem;
    margin: 0;
}

.copy_right a{
    color: white;
    text-decoration: none;
}

.copy_right_parent{
    width: 100%;
    height: 100%;
    display:table-cell;
    vertical-align:bottom;
}

.qr_image{
    text-align: center;
    width: 0.24rem;
    height: 0.24rem;
}

.qr_parent{
    width: 2.2rem;
    height: 0.54rem;
    display: flex;
    align-items:center;
    justify-content:center;
    margin-left: 1.5rem;
    margin-top: 0.4rem;
    background-color: white;
    border-radius:0.27rem;
    font-weight: 600;
    font-size:0.2rem;
    color:#282828;
}

.qr_content{
    margin-left: 0.1rem;
}

.qr_program{
    width: 2.2rem;
    height: 2.2rem;
    margin-left: 1.5rem;
    text-align: center;
    opacity: 0;
    pointer-events: none;
}

.qr_parent:hover  + .qr_program{
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.5s;
    border-bottom-left-radius: 0.27rem;
    border-bottom-right-radius: 0.27rem;
}

.qr_parent:hover{
    background-color: #ffffff;
    border-radius-topleft:0.27rem;
    border-top-right-radius: 0.27rem;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
