* {
    margin     : 0;
    padding    : 0;
    font-family: PingFangSC-Regular, -apple-system, Microsoft Yahei, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

html {
    font-size: 12px;
    height   : 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

a {
    background-color: transparent;
    text-decoration : none
}

a:active,
a:hover {
    outline-width: 0
}

img {
    border-style: none
}

input,
textarea,
button {
    border : 0;
    outline: 0;
    padding: 0;
    margin : 0
}

body {
    display       : flex;
    flex-direction: column;
    align-items   : center;
    background    : #fff !important;
}


.tip {
    font-size    : 1.2rem;
    position     : fixed;
    height       : 5.4rem;
    line-height  : 5.4rem;
    width        : 19rem;
    color        : #FFFFFF;
    opacity      : 0.8;
    top          : 50%;
    left         : 50%;
    margin-top   : -2.7rem;
    margin-left  : -9.5rem;
    background   : #000000;
    text-align   : center;
    display      : none;
    border-radius: 1rem;
    animation    : myfirst 2.7s
}

@keyframes myfirst {
    0% {
        opacity: 0.6;
    }

    20% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

body {
    height: 100%;
}

main {
    background:none;
    width: 100%;
    /*background-image:var(--yydlah-bgimg--dk);*/
    background-size: 100% auto;
    max-width: 720px;
    margin: 0 auto;
    height: 100%;
    padding: 3.25rem 0 5.67rem 0;
    background-position: top center;
    background-repeat: no-repeat;position:relative;
}
@media screen and (max-height:776px){
  main{height:auto;}
}
.row1 {
    background   : #fff !important;
    border-radius: 1.666rem;
    width        : 89%;
    margin       : 0 auto 0 auto;
    box-sizing   : border-box;
    padding      : 3.67rem 0 2.33rem 0;
}

.uinfo {
    display       : flex;
    flex-direction: column;
    align-items   : center;
}

.uinfo img {
    display      : block;
    border-radius: 50%;
    height       : 8.33rem;
    width        : 8.33rem;
}

.uinfo em {
    font-style    : normal;
    margin        : 1.25rem 0 0.83rem;
    font-family   : PingFangSC-Medium;
    font-size     : 1.5rem;
    color         : #333333 !important;
    letter-spacing: 0;
    line-height   : 1.5rem;
    font-weight   : 500;
}

.uinfo span {
    font-family: PingFangSC-Medium;
    font-size  : 1.1666rem;
    color      : #333333 !important;
    font-weight: 500;
}

#copybox {
    width        : 82%;
    border       : 2px solid #000 !important;
    border-radius: 1rem;
    text-align   : center;
    margin       : 1.25rem auto 0 auto;
    padding      : 0.83rem;
    box-sizing   : border-box;
}

#copybox p {
    word-break : break-all;
    font-family: PingFangSC-Medium;
    font-size  : 1.1666rem;
    color      : #333333 !important;
    font-weight: 500;
    margin-bottom: 0.45rem;
}

#copybox p:nth-child(2) {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 2.333rem;
}
#copybox p.uline{text-decoration: underline;}

.row2 {
    display       : flex;
    flex-direction: column;
    align-items   : center;
    width         : 90%;
    margin        : 3.33rem auto 0 auto;
}

.row2 div.logo {
    background     : url(../img/logo.png) no-repeat;
    width          : 6rem;
    height         : 6rem;
    background-size: 6rem 6rem;
}

.row2 em {
    font-style : normal;
    font-family: PingFangSC-Medium;
    font-size  : 2rem;
    color      : #333333 !important;
    text-align : center;
    line-height: 2rem;
    font-weight: 500;
    margin     : 1.25rem 0 1rem 0;
}

.row2 p {
    font-family   : PingFangSC-Medium;
    font-size     : 1.33rem;
    color         : #333333 !important;
    letter-spacing: 0;
    text-align    : center;
    line-height   : 1.33rem;
    font-weight   : 500;
}
.row2 p span{color:#FF2625 !important;}
.row2 a {
    background   : #000000 !important;
    color        : #fff !important;
    display      : block;
    width        : 100%;
    text-align   : center;
    border-radius: 1rem;
    height       : 4.67rem;
    line-height  : 4.67rem;
    font-family  : PingFangSC-Medium;
    font-size    : 1.33rem;
    font-weight  : 500;
    margin       : 2.08rem 0 0 0;
}
#wxtip{position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7) url(https://cdn.wppchat.com/wppnew/img/img_share_guide.png) no-repeat;
    background-size: 100% auto;display:none;z-index:1;}