body, html {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

.hidden {
    display: none;
}

.full {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    max-width: 500px;
    text-align: center;
    background-color: #f4f4f4;
}

.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;
}

.public-container {
    width: 100%;
    float: left;
    text-align: center;
}

.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 p {
    width: auto;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #999999;
    margin: 0px;
}

.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;
}

/*addfriend start*/
.wechat-addfriend-cotainer {
    width: 100%;
    height: 100%;
    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 {
    position: absolute;
    bottom: 150px;
    width: 100%;
    float: left;
    height: 60px;
}

.wechat-addfriend-addbutton {
    width: 50%;
    height: 40px;
    line-height: 40px;
    border-radius: 1px;
    background-color: #0bb45e;
    color: #FFFFFF;
    margin: 0px 25% 20px 25%;
    float: left;
    text-decoration: none;
}

.wechat-addfriend-button-descript {
    width: 100%;
    height: 40px;
    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: 0;
    width: 100%;
    float: left;
    height: 60px;
}

.wechat-addfriend-copyright-name {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #606e88;
    text-align: center;
    font-size: 15px;
}

.wechat-addfriend-copyright-time {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #b0b0b0;
    text-align: center;
    font-size: 13px;
}

.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;
}

/*addfriend end*/
.mobile-wechat-style {
    margin: 0 auto;
    margin-top: 10%;
    padding-bottom: 40px;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
}

.mobile-wechat-head-box {
    width: 85%;
    height: 70px;
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.mobile-wechat-head-img {
    border-radius: 8px;
    height: 100%;
    width: 70px;
}

.mobile-wechat-nickname {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .1ch;
    margin-left: 10px;
}

.mobile-wechat-qrcode-img {
    border-radius: 8px;
    width: 85%;
    margin: 25px 0;
}

.mobile-wechat-notice {
    color: #c5c2c2;
    font-size: 13.5px;
    margin-top: 5px;
}

.pc-style-box {
    position: fixed;
    top: 30%;
    left: calc(50% - 200px);
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pc-wechat-style {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
}

.pc-wechat-head-box {
    width: 85%;
    height: 70px;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.pc-wechat-head-img {
    border-radius: 8px;
    height: 100%;
    width: 70px;
}

.pc-wechat-nickname {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .1ch;
    margin-left: 10px;
}

.pc-wechat-qrcode-img {
    border-radius: 8px;
    width: 85%;
    margin: 25px;
}

.pc-wechat-notice {
    color: #c5c2c2;
    font-size: 14px;
    padding-bottom: 30px;
}

.pc-applet-style {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pc-applet-style-qrcode {
    width: 300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: #FFFFFF;
}

.pc-applet-style-qrcode-cover {
    width: 80%;
    height: 80%;
}

.pc-applet-style-notice {
    color: #FFFFFF;
    margin-top: 35px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
}

.douyin-box{
    background-color: black;
    height: 100%;
}
.tips-box{
    display: flex;
    justify-items: center;
    flex-direction: column;
    padding-top: 40%;
}

.tips-text{
    margin-top: 5px;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
}


.short-copy{
    width: 80%;
    margin: 10px auto;
    padding: 5px 0;
    background-color: #373737;
    display: flex;
    justify-items: center;
    flex-direction: column;
    border-radius: 2px;
    color: azure;
}
.shor-copy-tips{
    /*color: #3d659f;*/
    color: #a8a8a8;
    font-size: 15px;
}
