body, html {
    background-color: #f8f8f8;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #484848;
}

.content {
    width: 100%;
    height: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.content-article {
    width: 90%;
    height: auto;
    float: left;
    margin: 100px 5%;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 18px;
    box-sizing: border-box;
}

.content-article-full {
    width: 100%;
    height: auto;
    float: left;
    background-color: #FFFFFF;
}

.content-article-full img {
    width: 100%;
    height: auto;
    float: left;
    background-color: #FFFFFF;
}

.content-article-header {
    width: 100%;
    height: 60px;
}

.content-article-header img {
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 5px;
}

.content-article-header-right {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    margin-top: -60px;
    float: left;
    padding: 10px 0 10px 70px;
    display: flex;
    align-items: center;
}

.content-article-header-right h3 {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    float: left;
    margin: 0;
    padding: 0;
    font-weight: 600;
    white-space: nowrap;
}

.content-article-header-right h5 {
    width: 100%;
    height: 0;
    line-height: 20px;
    font-size: 13px;
    float: left;
    margin: 0;
    padding: 0;
    color: #999998;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-article-qrcode {
    width: 100%;
    /*max-height: 300px;*/
    /*float: left;*/
    margin: 20px 0;
}

.content-article-footer {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    color: #2F495E;
}

.content-img-qrcode {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}


/* 跳转页面样式 */
.full {
    width: 100%;
    height: 100%;
    margin: 0 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%;
}

.public-container{
    width: 100%;
    float: left;
    text-align: center;
}
.link-info{
    margin-top: 100px;
}
.logo{
    width: 80px;
    height: 80px;
    opacity: 0.8;
    border-radius: 15px;
    margin: 0 auto;
}

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

.button-container-top{
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-weight: 300;
    display: flex;
    position: fixed;
    top: 0;
}
.button-container-bottom{
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-weight: 300;
    display: flex;
    position: fixed;
    bottom: 0px;
    background-color: #CC66FE;
}
.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;
}


.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;
    padding: 10px;
}
.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: 0;
}

svg {
    width: 80px;
    height: 80px;
    display: inline-block
}


.error-container {
    display: inline-block; /* 让div和img在同一行显示 */
    margin-top: 20px;
}

.error-container img {
    vertical-align: middle; /* 垂直居中 */
}


.error-container span {
    display: inline-block; /* 让span元素在同一行显示 */
    vertical-align: middle; /* 垂直居中 */
    color: #ce932e;
}

/* 设置图标大小为32x32像素 */
.icon {
    width: 32px;
    height: 32px;
}

/* 如果在移动设备上，调整图标大小为64x64像素 */
@media (max-width: 600px) {
    .icon {
        width: 32px;
        height: 32px;
    }
}


/* 错误页面样式 */
.err-container {
    white-space: nowrap; /* 防止换行 */
    text-align: center;
}



.err-image-container {
    display: inline-block; /* 让div和img在同一行显示 */
    margin-top: 100px;
}

.err-image-container img {
    vertical-align: middle; /* 垂直居中 */
}


.err-image-container span {
    display: inline-block; /* 让span元素在同一行显示 */
    vertical-align: middle; /* 垂直居中 */
    color: #2F495E;
}

/* 设置图标大小为32x32像素 */
.err-icon {
    width: 32px;
    height: 32px;
}

/* 如果在移动设备上，调整图标大小为64x64像素 */
@media (max-width: 600px) {
    .err-icon {
        width: 52px;
        height: 52px;
    }
}
