.chatWindow {
    position: fixed;
    top: 100px;
    right: 10px;
    width: 235px;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99;
    display: none;
}

.chatWindow .chatClose {
    position: absolute;
    top: 6px;
    right: 8px;
    display: block;
    height: 22px;
    width: 22px;
    background: url(/msa/contact/images/contactus/sprite.png) no-repeat 0 -3099px;
    cursor: pointer;
}

.chatWindow .chatContent {
    padding: 6px 8px 0;
}

.chatWindow .chatContent .chatImg {
    float: left;
    height: 97px;
    width: 64px;
    margin: 0 0 10px -8px;
}

.chatWindow .chatContent h4 {
    width: 155px;
    overflow: hidden;
    float: right;
    margin-bottom: 10px;
    padding-top: 17px;
    color: #333;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    line-height: 2;
}

.chatWindow .chatContent .btns {
    clear: both;
    margin-bottom: 10px;
}

.chatWindow .chatContent .btns .button {
    padding: 2px 8px;
    margin-right: 0;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    cursor: pointer;
}

.chatWindow .chatContent .btns .button.blue {
    background-color: #55b0e8;
    color: #fff;
    border: solid 1px #186095;
    background: -webkit-gradient(linear, left top, left bottom, from(#55b0e8), to(#186095));
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
}

.chatWindow .chatContent .btns .button.right {
    float: right;
}

.chatWindow .chatContent .closeChoose {
    float: left;
    margin-top: 3px;
}

.chatWindow .chatContent>label {
    float: left;
}

.aiChatWindow {
    position: fixed;
    bottom: 20px;
    right: 60px;
    z-index: 999;
    cursor: pointer;
    min-width: 210px;
    height: 80px;
    border-radius: 50px;
    background-color: #00b5e5;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.aiChatWindow:hover {
    background-color: #0d9ac8;
}

.aiChatWindow.showMsg {
    min-width: 230px;
    background-color: #b1ccd8;
}

.aiChatWindow .lenaImg {
    border: 0;
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 90px;
}

.aiChatWindow .close-btn {
    border: 0;
    position: absolute;
    right: -8px;
    top: -8px;
    margin: 0;
    width: auto;
    font-size: 15px;
    color: #0d9ac8;
}

.aiChatWindow .moli-msg {
    margin-left: 20px;
    font-size: 16px;
    width: 75px;
    color: #ffffff;
    margin-top: 18px;
}

.aiChatWindow .hovertext {
    display: none;
    position: absolute;
    top: -85px;
    right: 13px;
    width: 230px;
    background: #f8f8f8;
    color: #333;
    border-radius: 6px;
    padding: 10px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 3px 10px 10px rgba(0, 0, 0, .2);
}

.aiChatWindow .hovertext::before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 20px;
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-top-color: #f8f8f8;
}

.aiChatWindow:hover .hovertext {
    display: block;
}

.aiChatWindow span {
    min-width: 150px;
    min-height: 40px;
    line-height: 1.5;
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .2);
    position: absolute;
    right: 100%;
    top: 20%;
    padding: 5px;
    display: none;
}

.aiChatWindow span:before {
    position: absolute;
    display: inline-block;
    top: 20%;
    right: -8px;
    height: 0px;
    content: '';
    border-style: solid;
    border-width: 8px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.3)
}

