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

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

.addWxQrCode .content-article .content-article-header img {
    width: 150px;
    height: 150px;
    float: left;
    border-radius: 35px;
}

.addWxQrCode .content-article .content-article-header .content-article-header-right {
    width: 100%;
    height: 160px;
    box-sizing: border-box;
    margin-top: -134px;
    float: left;
    padding: 0px 0px 40px 192px;
}

.addWxQrCode .content-article .content-article-header .content-article-header-right h3 {
    width: 100%;
    /*height: 30px;*/
    /*line-height: 20px;*/
    font-size: 43px;
    float: left;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

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

.addWxQrCode .content-article .content-article-footer {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #cccccc;
    display: flex;
    flex-direction: column;
    line-height: 150px;
}

.addWxQrCode .content-article .content-article-footer .saasIcon {
    color: #adaaaa;
    font-size: 170px;
    font-weight: 100;
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: 'iconfont';  /* Project id 3424273 */
    src: url('https://at.alicdn.com/t/c/font_3424273_13nj5zc0z46o.woff2?t=1694590786678') format('woff2'),
    url('https://at.alicdn.com/t/c/font_3424273_13nj5zc0z46o.woff?t=1694590786678') format('woff'),
    url('https://at.alicdn.com/t/c/font_3424273_13nj5zc0z46o.ttf?t=1694590786678') format('truetype');
}

.newSaasIcon {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.saasIcon {
    color: black;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

