
.mrcrm-chat-button {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    position: fixed;
    right: 0px;
    bottom: 100px;
    background: #cccccc;
    z-index: 100000;
}

#mrcrm-guest-badge {
    position: fixed;
    color: #ffffff;
    background: red;
    padding: 5px;
    border-radius: 3px;
    z-index: 100001;
    font-size: 14px;
}

[mrcrm-style="1"] {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-size: 19px auto;
    background-position-x: center;
    background-position-y: 20px;
    padding: 20px 10px 20px 10px;
    line-height: 18px;
    width: 40px;
}

[mrcrm-style="1"] [role="mrcrm-chat-button-icon"] img {
    width: 20px;
}

[mrcrm-style="1"] [role="mrcrm-chat-button-label"] {
    margin-top: 5px;
}

[mrcrm-style="1"].no-label {
    padding: 10px;
    height: 40px;
}

[mrcrm-style="2"] {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-size: 19px auto;
    background-position-x: center;
    background-position-y: 20px;
    padding: 20px 10px 20px 10px;
    line-height: 18px;
    width: 40px;
    min-height: 40px;
    border-radius: 10px;
}

[mrcrm-style="2"] [role="mrcrm-chat-button-icon"] img {
    width: 20px;
}

[mrcrm-style="2"] [role="mrcrm-chat-button-label"] {
    margin-top: 5px;
}

[mrcrm-style="2"].no-label {
    padding: 10px;
    height: 40px;
}

[mrcrm-style="3"] {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-size: 19px auto;
    background-position-x: center;
    background-position-y: 20px;
    padding: 20px 10px 20px 10px;
    line-height: 18px;
    width: 40px;
    min-height: 40px;
    border-radius: 20px;
}

[mrcrm-style="3"] [role="mrcrm-chat-button-icon"] img {
    width: 20px;
}

[mrcrm-style="3"] [role="mrcrm-chat-button-label"] {
    margin-top: 5px;
}

[mrcrm-style="3"].no-label {
    padding: 10px;
    height: 40px;
}

[mrcrm-style="4"] {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-size: 19px auto;
    background-position-x: center;
    background-position-y: 20px;
    padding: 20px 10px 20px 10px;
    width: 90px;
    min-height: 90px;
}

[mrcrm-style="4"] [role="mrcrm-chat-button-icon"] img {
    width: 32px;
}

[mrcrm-style="4"] [role="mrcrm-chat-button-label"] {
    /*margin-top: 10px;*/
}

[mrcrm-style="4"][mrcrm-icon="7"] [role="mrcrm-chat-button-label"] {
    margin-top: 5px;
}

[mrcrm-style="4"].no-label {
    padding: 29px;
}

[mrcrm-style="5"] {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-size: 19px auto;
    background-position-x: center;
    background-position-y: 20px;
    padding: 20px 10px 20px 10px;
    width: 90px;
    min-height: 90px;
    max-height: 90px;
    overflow: hidden;
    border-radius: 20px;
}

[mrcrm-style="5"] [role="mrcrm-chat-button-icon"] img {
    width: 32px;
}

[mrcrm-style="5"] [role="mrcrm-chat-button-label"] {
    /** 空间较小，margin: 2 **/
    /*margin-top: 2px;*/
}

[mrcrm-style="5"][mrcrm-icon="7"] [role="mrcrm-chat-button-label"] {
    margin-top: 5px;
}

[mrcrm-style="5"].no-label {
    padding: 29px;
}

[mrcrm-style="6"] {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-size: 19px auto;
    background-position-x: center;
    background-position-y: 20px;
    padding: 20px 10px 20px 10px;
    width: 90px;
    min-height: 90px;
    max-height: 90px;
    overflow: hidden;
    border-radius: 90px;
}

[mrcrm-style="6"] [role="mrcrm-chat-button-icon"] img {
    width: 32px;
}

[mrcrm-style="6"] [role="mrcrm-chat-button-label"] {
    /** 空间较小，margin: 2 **/
    /*margin-top: 2px;*/
}

[mrcrm-style="6"][mrcrm-icon="7"] [role="mrcrm-chat-button-label"] {
    /** 空间较小，margin: 2 **/
    margin-top: 5px;
}

[mrcrm-style="6"].no-label {
    padding: 29px;
}

[mrcrm-style].no-label [role="mrcrm-chat-button-label"] {
    display: none !important;
}

/* red */
[mrcrm-theme="red"] {
    background: #EB646A;
}

[mrcrm-theme="red"][mrcrm-hover]:hover {
    background: #d73925;
}

/* yellow */
[mrcrm-theme="yellow"] {
    background: #E18B38;
}

[mrcrm-theme="yellow"][mrcrm-hover]:hover {
    background: #c77e0a;
}

/* purple */
[mrcrm-theme="purple"] {
    background: #AC7ABF;
}

[mrcrm-theme="purple"][mrcrm-hover]:hover {
    background: #555299;
}

/* cyan */
[mrcrm-theme="cyan"] {
    background: #57c7d4;
}

[mrcrm-theme="cyan"][mrcrm-hover]:hover {
    background: #50b7c3;
}

/* blue */
[mrcrm-theme="blue"] {
    background: #4F8FCD;
}

[mrcrm-theme="blue"][mrcrm-hover]:hover {
    background: #367fa9;
}

/* green */
[mrcrm-theme="green"] {
    background: #00B766;
}

[mrcrm-theme="green"][mrcrm-hover]:hover {
    background: #008d4c;
}

/* dark */
[mrcrm-theme="dark"] {
    background: #526069;
}

[mrcrm-theme="dark"][mrcrm-hover]:hover {
    background: #424f56;
}

#mrcrm-guest-dialog {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 460px;
    /*height: 600px;*/
    /*border: 1px solid #cccccc;*/
    z-index: 100001;
    /*display: none;*/
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    border-radius: 10px;
}

.mrcrm-guest-dialog-title {
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 40px;
    cursor: move;
    user-select: none;
}

.mrcrm-guest-dialog-body {
    height: 650px;
    /*background: #ffffff;*/
}

.mrcrm-guest-dialog-body iframe {
    width: 100%;
    height: 100%;
    border: 0px;
    border-radius: 10px;
}

.mrcrm-guest-dialog-title-buttons {
    float: right;
}

.mrcrm-guest-dialog-title-button {
    color: #EEEEEE;
    cursor: pointer;
    display: inline-block;
}

.mrcrm-guest-dialog-title-button:not(:first-child) {
    margin-left: 10px;
}

.mrcrm-guest-dialog-title-button:hover {
    color: #ffffff;
}

.mrcrm-close {

}

/* use cross as close button */
.mrcrm-close::before {
    content: "\2716";
}

.mrcrm-minus {
    font-weight: bold;
}

/* use cross as close button */
.mrcrm-minus::before {
    content: "\2013";
}

.mrcrm-volume {
    background: url(../images/weixin/5af37c4a880a95586cd41c5b251d5562@1x.png) no-repeat;
    -webkit-background-size: 487px 462px;
    background-size: 487px 462px;
}

[mrcrm-volume="on"] {
    background-position: -170px -398px;
}

[mrcrm-volume="off"] {
    background-position: -136px -398px;
}



