body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
}

.hidden {
    display: none;
}

.full {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    max-width: 500px;
    text-align: center;
}

.public-web-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.public-web-container p {
    position: absolute;
    top: 40%;
}

.notice-msg {
    width: 100%;
    float: left;
    line-height: 30px;
    text-align: center;
    margin: 10px 0px 20px 0px;
    padding: 0px 15px;
    box-sizing: border-box;
    color: #666666;
    font-size: 15px;
    float: left;
}

.notice-msg small {
    font-size: 13px;
}

.copy-notice {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #999999;
    display: none;
    position: fixed;
    bottom: 15px;
    text-align: center;
    margin: 0 auto;
    max-width: 500px;
}

.copy-notice span {
    color: #0F80FF;
}

.public-container {
    width: 100%;
    float: left;
    text-align: center;
    height: 100%;
}

.public-container-main {
    width: 100%;
    max-width: 500px;
    height: auto;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #FFFFFF;
    display: flex;
}

.qrcodes-container {
    width: 100%;
    height: 150px;
    line-height: 150px;
    font-weight: 300;
    float: left;
    margin: 30px 0px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.qrcodes-container img {
    width: 150px;
    height: 150px;
    margin: 0px auto;
}

.qrcodes {
    width: 150px;
    height: 150px;
    margin: 0px auto;
    display: none;
}

.error-images {
    width: 80px;
    height: 80px;
    margin: 50px auto 10px auto;
}

.error-msg {
    width: 100%;
    float: left;
    line-height: 30px;
    text-align: center;
    padding: 0px 15px;
    box-sizing: border-box;
    color: #666666;
    font-size: 15px;
}

.dianji-img {
    width: 70%;
    margin: 0px 15%;
    height: auto;
    float: left;
    display: none;
}

.logo {
    width: 80px;
    height: auto;
    margin: 140px 0px 0px 0px;
}

.logo-demo {
    width: 80px;
    height: auto;
    margin: 100px 0px 0px 0px;
}

.button-container {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-weight: 300;
    display: flex;
}

.button-container-top {
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-weight: 300;
    display: flex;
    position: fixed;
    top: 0px;
}

.button-container-bottom {
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-weight: 300;
    display: flex;
    position: fixed;
    bottom: 0px;
    background-color: #CC66FE;
}

.button-container a {
    display: block;
    width: 90%;
    height: 50px;
    line-height: 50px;
    font-weight: 300;
    font-size: 15px;
    background-color: #06ae56;
    color: #FFFFFF;
    margin: 0px auto;
    position: relative;
    border-radius: 3px;
}

.button-container-top a {
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-weight: 300;
    font-size: 15px;
    background-color: #06ae56;
    color: #FFFFFF;
    float: left;
    border-radius: 0px;
    animation: twinkle 0.5s alternate infinite;
}

.button-container-bottom a {
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-weight: 300;
    font-size: 15px;
    background-color: #06ae56;
    color: #FFFFFF;
    float: left;
    border-radius: 0px;
    animation: twinkle 0.5s alternate infinite;
}

.button-container-none {
    display: none;
}

@keyframes twinkle {
    from {
        font-size: 15px;
    }

    to {
        font-size: 17px;
    }
}

.button-container-top-demo {
    width: 100%;
    height: 70px;
    line-height: 50px;
    font-weight: 300;
    float: left;
    padding-top: 20px;
    background-color: #06ae56;
}

.button-container-bottom-demo {
    width: 100%;
    height: 70px;
    line-height: 50px;
    font-weight: 300;
    float: left;
    padding-bottom: 10px;
    background-color: #06ae56;
}

.button-container-top-demo a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: 300;
    font-size: 15px;
    background-color: #06ae56;
    color: #FFFFFF;
    float: left;
    border-radius: 0px;
}

.button-container-bottom-demo a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: 300;
    font-size: 15px;
    background-color: #06ae56;
    color: #FFFFFF;
    float: left;
    border-radius: 0px;
}

.fullimg {
    width: 100%;
    height: auto;
    float: left;
}

.safe-notice {
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 10px;
    max-width: 500px;
    float: left;
}

.safe-notice img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
}

.safe-notice i {
    width: 16px;
    height: 16px;
    margin-right: 3px;
}

.safe-notice p {
    width: auto;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #999999;
    margin: 0px;
}

.safe-notice p font {
    font-weight: 500;
    color: #333333;
}

.safe-notice-demo {
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.safe-notice-demo img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
    margin-top: 1px;
}

.safe-notice-demo p {
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999999;
    margin: 0px;
}

.wechat-addfriend-cotainer {
    width: 100%;
    height: 500px;
    float: left;
    text-align: center;
}

.wechat-addfriend-avatar {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin: 70px auto 0px auto;
}

.wechat-addfriend-nike {
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #333333;
    font-weight: 400;
    font-size: 15px;
    float: left;
}

.wechat-addfriend-button {
    width: 100%;
    float: left;
    height: 60px;
    position: absolute;
    bottom: 160px;
    max-width: 500px;
}

.wechat-addfriend-addbutton {
    width: 50%;
    height: 40px;
    line-height: 40px;
    border-radius: 20px; /* Added border-radius property */
    background-color: #0bb45e;
    color: #FFFFFF;
    margin: 0px 25% 20px 25%;
    float: left;
    text-decoration: none;
}

.wechat-addfriend-button-descript {
    width: 100%;
    height: auto;
    line-height: 20px;
    color: #999999;
    text-align: center;
    font-size: 14px;
    padding: 0px 20px;
    box-sizing: border-box;
    font-weight: 300;
}

.wechat-addfriend-button-descript font {
    color: #1A65FE;
    font-weight: 500;
    margin: 0px 2px;
}

.wechat-addfriend-copyright {
    position: absolute;
    bottom: 10px;
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
    max-width: 500px;
}

.wechat-addfriend-copyright a {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #b0b0b0;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
}

.wechat-addfriend-help {
    width: 60%;
    height: auto;
    float: left;
    margin: 20px 20%;
    display: none;
}

.copy-wechat-notice-shadow {
    background-color: #333333;
    width: 100%;
    height: 100%;
    z-index: 998;
    position: fixed;
    opacity: 0.8;
    display: none;
}

.copy-wechat-notice {
    width: 90%;
    margin: 30% 5%;
    background-color: #FFFFFF;
    border-radius: 10px;
    z-index: 999;
    position: fixed;
    height: 250px;
    padding: 30px 20px;
    box-sizing: border-box;
    text-align: center;
    display: none;
}

.copy-wechat-notice i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 27px;
    right: 15px;
    top: 10px;
    float: right;
    font-style: normal;
    position: absolute;
}

.copy-wechat-notice h3 {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    color: #333333;
}

.copy-wechat-notice h5 {
    height: 35px;
    line-height: 35px;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    color: #999999;
    font-size: 14px;
    margin-bottom: 15px;
}

.copy-wechat-notice span {
    width: auto;
    padding: 5px 20px;
    background-color: #FD6666;
    color: #FFFFFF;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    margin: 0px auto;
}

.copy-wechat-notice-button {
    height: 50px;
    width: 100%;
    background-color: #06ae56;
    color: #FFFFFF;
    border-radius: 50px;
    float: left;
    line-height: 50px;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.copy-wechat-notice-button img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.copy-wechat-notice-button font {
    width: auto;
    height: 20px;
    line-height: 20px;
    padding: 0px;
}

.wechat-addfriend-step {
    width: 100%;
    height: auto;
    line-height: 20px;
    color: #999999;
    text-align: left;
    font-size: 14px;
    padding: 0px;
    box-sizing: border-box;
}

.wechat-addfriend-step h5 {
    width: 100%;
    line-height: 30px;
    height: 30px;
    color: #333333;
    text-align: left;
    font-size: 15px;
    padding: 0px;
    margin: 0px;
    float: left;
    font-weight: 400;
}

.wechat-addfriend-step p {
    width: 100%;
    line-height: 25px;
    color: #999999;
    text-align: left;
    margin: 0px;
}

.wechat-addfriend-step p font {
    color: #0D67FF;
    margin-left: 5px;
    font-weight: 400;
}

.wechat-add-coptainer {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    float: left;
}

.wechat-add-addbutton {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 1px;
    background-color: #0bb45e;
    color: #FFFFFF;
    margin: 15px 0px;
    float: left;
    text-decoration: none;
}