
    /*******************************************************************************
* 
*/

    /* 模块容器 */

    .iw-content-saasbanner {
        display: none;
        position: absolute;
        width: 100%;
        height: 184px;
        background: rgba(0, 0, 0, 0);
        top: 70px;
        left: 0;
        padding: 0;
        margin: 0;
        border: 0;
        z-index: 9999;
        pointer-events: none;
        overflow: hidden;
    }

    /* 用户信息 */

    .iw-content-saasbanner>.user-content {
        display: block;
        position: absolute;
        width: 36px;
        height: 36px;
        overflow: visible;
        background: linear-gradient(0deg, rgba(149, 121, 95, 0.6), rgba(0, 0, 0, 0.8));
        border-radius: 18px;
        right: 10px;
        pointer-events: all;
    }


    /* 用户头像相关 */

    .user-content>.user-head {
        position: relative;
        float: left;
        width: 28px;
        height: 28px;
        background-color: rgba(0, 0, 0, 1);
        border-radius: 50%;
        background-size: cover;
        margin: 4px;
        overflow: visible;
    }

    .user-content>.user-title {
        position: absolute;
        width: 50px;
        height: 14px;
        left: -8px;
        top: 30px;
        background: linear-gradient(0deg, rgba(182, 152, 127, 0.8), rgba(149, 121, 95, 0.6));
        /* border: 1px solid rgba(182, 152, 127, 0.6); */
        border-radius: 7px;
        margin: 0;
        padding: 0;
    }

    .user-content>.user-title>.text {
        position: absolute;
        width: 100%;
        height: 100%;
        line-height: 100%;
        left: 0px;
        top: 1px;
        margin: 0;
        padding: 0;
        font-size: 12px;
        color: rgba(240, 240, 240, 1);
        text-align: center;
        /* font-weight: lighter; */
        transform: scale(0.8);
        overflow: hidden;
    }

    /* 用户头像底下按钮 */

    .iw-content-saasbanner>.btn-content {
        display: block;
        position: absolute;
        width: 36px;
        height: 72px;
        overflow: visible;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 18px;
        right: 10px;
        top: 56px;
        padding: 4px 0 0 0;
        pointer-events: all;
    }

    .btn-content>button {
        position: relative;
        float: left;
        width: 28px;
        height: 28px;
        background: none;
        border-radius: 50%;
        background-size: cover;
        margin: 4px 4px 0 4px;
        padding: 0;
        border: none;
    }

    .btn-content>button>div {
        display: block;
        float: left;
        width: 28px;
        height: 28px;
        padding: 0;
        margin: 0;
    }


    .btn-content>.user-voice-split {
        content: '';
        position: relative;
        float: left;
        width: 28px;
        height: 1px;
        background: rgba(167, 130, 101, 0.3);
        margin: 8px 4px 8px 4px;
        padding: 0;
    }

    .btn-content>.user-voice {
        position: relative;
        float: left;
        width: 28px;
        height: 28px;
        background: rgba(0, 0, 0, 0);
        border-radius: 50%;
        background-size: cover;
        margin: 4px 4px 0 4px;
    }

    .btn-content>.user-voice>div {
        display: block;
        float: left;
        width: 28px;
        height: 28px;
        padding: 0;
        margin: 0;
        background-size: cover;
        background-image: url(../css/2d041b42.uih_button_play.png);
    }

    .btn-content>.user-voice.onPlaying>div {
        background-image: url(../css/e8e70d71.uih_button_play_action.png);
    }

    .btn-content>.btn-phone>div.item-image {
        background: url(../css/b9da976d.uib_button_phone.png);
        background-size: cover;
    }

    .btn-content>.btn-qrcode>div.item-image {
        background: url(../css/fb8ecf28.uib_button_qrcode.png);
        background-size: cover;
    }

    /* 用户信息与功能按钮的容器 */
    .iw-content-saasbanner>.extend-content {
        display: none;
        position: absolute;
        background: rgba(0, 0, 0, 0.7);
        width: auto;
        height: 60px;
        right: 60px;
        top: 0;
        padding: 0 6px 0 6px;
        border-radius: 6px;
    }

    .iw-content-saasbanner>.extend-content::after {
        content: '';
        position: absolute;
        right: -12px;
        top: 19px;
        width: 0;
        height: 0;
        border-width: 6px;
        border-style: solid;
        border-color: transparent transparent transparent rgba(0, 0, 0, 0.7);
    }


    /* 用户扩展信息相关 */

    .iw-content-saasbanner>.extend-content .user-info-split-line {
        display: block;
        float: right;
        background: rgba(150, 150, 150, 0.1);
        width: 1px;
        height: 30px;
        box-shadow: none;
        margin: 15px 0;
    }

    .iw-content-saasbanner>.extend-content .user-info {
        display: block;
        float: right;
        width: auto;
        max-width: 200px;
        height: 50px;
        margin: 5px 6px 0 0;
    }

    .iw-content-saasbanner>.extend-content .user-info>.userinfo-name {
        display: block;
        position: relative;
        padding: 0;
        margin: 0;
        color: rgba(255, 255, 255, 1);
        font-size: 14px;
        height: 25px;
        line-height: 35px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .iw-content-saasbanner>.extend-content .user-info>.userinfo-phone {
        display: block;
        position: relative;
        padding: 0;
        margin: 0;
        color: rgba(255, 255, 255, 1);
        font-size: 12px;
        transform: scale(0.8);
        height: 25px;
        line-height: 20px;
        text-align: center;
    }

    /* 功能按钮 */
    .iw-content-saasbanner>.extend-content button {
        display: block;
        float: right;
        background: none;
        border: 0;
        width: 40px;
        height: 60px;
        margin: 0;
        padding: 0;
        pointer-events: all;
    }

    .iw-content-saasbanner>.extend-content button>div.item-image {
        display: block;
        float: right;
        width: 28px;
        height: 28px;
        margin: 0 6px;
    }

    .iw-content-saasbanner>.extend-content button>div.item-text {
        display: block;
        float: right;
        border: 0;
        width: 40px;
        height: 10px;
        line-height: 10px;
        text-align: center;
        color: white;
        font-size: 12px;
        transform: scale(0.7);
        margin: 0 0 5px 0;
    }

    .iw-content-saasbanner>.extend-content>span {
        display: block;
        float: right;
        background: none;
        margin: 0;
        margin-top: 8px;
        margin-left: 5px;
        margin-right: 5px;
        color: #000;
        font-size: 12px;
    }

    .iw-content-saasbanner>.extend-content>a {
        /* 为了模拟点击，特意把实际的拨号a标签隐藏起来 */
        width: 0;
        height: 0;
        left: 100vw;
    }

    .iw-content-saasbanner>.extend-content>.btn-phone>div.item-image {
        background: url(../css/b9da976d.uib_button_phone.png);
        background-size: cover;
    }

    .iw-content-saasbanner>.extend-content>.btn-qrcode>div.item-image {
        background: url(../css/fb8ecf28.uib_button_qrcode.png);
        background-size: cover;
    }

    .iw-content-saasbanner>.extend-content>.btn-message>div.item-image {
        background: url(../css/273fbfe8.uib_button_message.png);
        background-size: cover;
    }

    .iw-content-saasbanner>.extend-content>.btn-message.has-new-message>div.item-image {
        background: url(../css/d0925180.uib_button_newmessage.png);
        background-size: cover;
    }

    .iw-content-saasbanner>.extend-content>.btn-showdata>div.item-image {
        background: url(../css/b3b0501e.uib_button_showdata.png);
        background-size: cover;
    }

    .iw-content-saasbanner>.extend-content>.btn-regist>div.item-image {
        background: url(../css/2d371496.uib_button_regist.png);
        background-size: cover;
    }

    .iw-content-saasbanner>.extend-content>.btn-sharetitle>div.item-image {
        background: url(../css/41e5ee86.uib_button_sharetitle.png);
        background-size: cover;
    }

    .iw-content-saasbanner>.extend-content>.btn-miniprogram>div.item-image {
        background: url(../css/293d4772.uib_button_miniprogram.png);
        background-size: cover;
    }

    .iw-content-saasbanner>.extend-content>.btn-zhiwu>div.item-image {
        background: url(../css/9ad5f4df.uib_button_zhiwu.png);
        background-size: cover;
    }

    .iw-content-saasbanner>.extend-content>.btn-else>div.item-image {
        background: url(../css/3d2b8de7.uib_button_else.png);
        background-size: cover;
    }

    .iw-content-saasbanner>.extend-content>.btn-mp-card>div.item-image {
        background: url(../css/1f8cd8d5.uib_button_mp_card.png);
        background-size: cover;
    }

    .iw-content-saasbanner>.extend-content>.btn-mp-phone>div.item-image {
        background: url(../css/8894802e.uib_button_mp_phone.png);
        background-size: cover;
    }

    /* 置业顾问二维码展示页面 */

    .iw-content-qrcodeuser {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        opacity: 1;
    }

    .iw-content-qrcodeuser>.qrcode-bg {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .6);
        transition: all 0.5s;
        z-index: 2;
        opacity: 1;
    }

    .iw-content-qrcodeuser>.qrcode-show {
        background: #fff;
        width: 200px;
        height: 200px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 2;
        opacity: 1;
    }

    .iw-content-qrcodeuser>.qrcode-show>img {
        display: block;
        background: none;
        width: 100%;
    }

    .iw-content-qrcodeuser>.qrcode-show>span {
        display: block;
        position: absolute;
        width: 100%;
        bottom: -30px;
        color: #fff;
        text-align: center;
    }


    /* 思为知屋二维码展示页面 */

    .iw-content-qrcodezhiwu {
        display: none;
        width: 285px;
        height: 360px;
        padding: 50px 0 34px 0;
        border-radius: 1px;
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .saas-tip-content .saas-tip-content-qrcode {
        width: 180px;
        height: 180px;
        margin: 0 auto;
        border: 1px dashed #EAECF1;
        overflow: hidden;
    }

    .saas-tip-content .saas-tip-content-qrcode img {
        display: block;
        width: 100%;
    }

    .saas-tip-content .saas-tip-content-dec {
        color: #333;
        font-size: 12px;
        text-align: center;
        margin-top: 13px;
    }

    .saas-tip-footer {
        width: 100%;
        text-align: center;
        margin-top: 27px;
    }

    .saas-tip-btn {
        display: inline-block;
        font-size: 14px;
        padding: 3px 38px;
        color: #333;
        border: 1px solid #979797;
        border-radius: 50px;
        margin: 0 auto;
    }


    /* 分享提示页面 */

    .iw-content-share-tips {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .8);
        z-index: 99999;
        opacity: 1;
        transition: all .5s;
        overflow: hidden;
    }

    .iw-content-share-tips>img {
        display: block;
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
    }

    /* 消息弹窗 */

    .iw-content-message-tips {
        display: block;
        position: absolute;
        box-sizing: border-box;
        width: 90%;
        height: 60px;
        padding: 0 0 0 0;
        top: -100px;
        left: 5%;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        border-radius: 4px;
        z-index: 99999;
        justify-content: space-between;
        overflow: hidden;
    }

    .message-tips-header {
        display: block;
        width: 90%;
        height: 40px;
        margin-top: 10px;
        margin-left: 5%;
    }

    .message-tips-header>img {
        position: relative;
        float: left;
        width: 32px;
        height: 32px;
        border: 1px solid #eee;
        border-radius: 50%;
        margin-right: 10px;
    }

    .message-tips-header>.message-tips {
        position: relative;
        float: left;
    }

    .message-tips-header>.red-tips {
        display: block;
        position: relative;
        float: right;
        background: rgba(255, 0, 0, 0.8);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
        width: 12px;
        height: 12px;
        border-radius: 12px;
        margin-top: 14px;
        right: 5%;
    }

    .message-tips-header .message-tips-title {
        color: #333;
        font-size: 14px;
    }

    .message-tips-header .message-tips-desc {
        color: #999;
        font-size: 12px;
    }