﻿.chatBtn:hover{
            background-color:#003E76;
            cursor:pointer
        }
        .chatBoxHeader{
            background-color:#004ea2;
            border-radius:5px 5px 0 0;
            height:60px
        }
        .chatBoxHeader img{
            background-color:white;
            padding-top: 12px;
            padding-bottom: 12px;
            padding-left: 3px;
            padding-right: 3px;
            height:35px;
            width:35px;
        }
        .whiteFont{
            color:white
        }
        .boldFont{
            font-weight:bold
        }
        .smallFont{
            font-size:12px
        }
        .close{
            opacity:unset
        }
        .commonChatBox{
            position:fixed;
            top:200px;
            width:830px;
            height:660px;
            z-index:99;
            margin:auto;
            left:0;
            right:0;
            box-shadow:-3px 2px 9px 0px #333;
            border-radius:5px 5px 0 0;
            display:none
        }
        .commonChatContent{
            position: relative;
            height: 400px;
            padding: 10px;
            overflow-y: auto;
            border: 1px solid #e7e7e7;
            border-bottom: none;
            background: #ffffff;
        }
        .commonChatBoxLeft{
            width:70%;
            background-color:white;
            float:left;
            height:600px
        }
        .commonChatBoxRight{
            width:30%;
            background-color:white;
            float:right;
            height:600px;
            padding-top:20px;
            padding-left:10px;
        }
        .commonInputBox{
            border-right:1px solid #e5e5e5;
        }
        .commonFunctionDiv{
            border-right:1px solid #e5e5e5;
            border-top:1px solid #e5e5e5;
            height:40px;
            padding-top: 10px;
        }
        .commonFunctionDiv div{
            padding-left:20px;
            float:left
        }
        
        .commonFunctionDiv img:hover{
            background-color:lightblue
        }
        .commonTextarea {
            width: 100%;
            height: 90px;
            margin: 0;
            font-size: 15px;
            overflow: auto;
            white-space: pre-wrap;
            word-break: break-all;
            outline: none;
            border: 1px solid #e7e7e7;
        }
        .btn-send{
            font-size:14px;
            background-color:#004ea2;
            width:90px;
            height:30px;
            line-height:1;
            margin-top:15px;
        }
        .clearFloat{
            clear:both
        }
        .modal-footer{
            border-top:none;
            padding-left:15px;
            padding-right:15px;
            padding-top:0px;
        }
        .contactInput,.contactInput:focus{
            background-color:white;
            border-top: none !important;
            border-left: none !important;
            border-right: none !important;
            box-shadow: none !important;
            width:90%
        }
        .btn-submit{
            background-color:#004ea2;
            width:228px;
            height:30px;
            line-height:1;
            color:white;
        }
        .personA{
            position: relative;
            margin-bottom: 15px;
            font-size:12px
        }

        .personNameA {
            margin-bottom: 10px;
            color: #a7afb8;
        }

        .personContentA>img{
            width: 30px;
            height: 30px;
            border-radius: 5px;
            vertical-align: top;
        }

        .talkContentA{
            position: relative;
            z-index: 2;
            display: inline-block;
            margin-left: 15px;
            max-width: 355px;
            padding: 10px;
            border-radius: 5px;
            behavior: url(js/PIE.htc);
            background: #f3f3f3;
        }
        .talkContentA img{
            width: 150px;
            height: 100px;
        }
        .triangleA{
            position:absolute;
            top: 31px;
            left: 37px;
            display:block;
            width:0;
            height:0;
            border-width:5px 10px 5px 0;
            border-style:solid;
            border-color:transparent #f3f3f3 transparent transparent;
        }
        /* 用户消息 */
        .personB{
            position: relative;
            margin-bottom: 15px;
            margin-left: 60px;
            font-size:12px
        }

        .personNameB{
            float: right;
            margin-bottom: 10px;
            color: #a7afb8;
        }

        .personContentB>img{
            float: right;
            width: 30px;
            height: 30px;
            margin-left: 22px;
            border-radius: 5px;
            vertical-align: top;
        }

        .talkContentB{
            position: relative;
            z-index: 2;
            float: right;
            max-width: 355px;
            padding: 10px;
            border-radius: 5px;
            behavior: url(js/PIE.htc);
            background: #d0e9ff;
            word-wrap:break-word;
            word-break:break-all;
        }

        .talkContentB img{
            width: 150px;
            height: 100px;
        }
        .triangleB{
            position:absolute;
            top:31px;
            right:43px;
            display:block;
            width:0;
            height:0;
            border-width:5px 0 5px 10px;
            border-style:solid;
            border-color:transparent transparent transparent #d0e9ff;
        }
        /* 表情框 */
        .emojstext{
            position: fixed;
            top: 500px;
            z-index: 5;
            display: none;
            width: 282px;
            height: 156px;
            padding:5px;
            box-sizing: border-box;
            border: 1px solid #ddd;
            background: #F8F8F8;
            margin-left:10px
        }

        .emojstext span{
            display: inline-block;
            width: 20px;
            height: 20px;
            text-align: center;
        }
        .emojstext span:hover{
            cursor:pointer;
            background-color:#a7afb8
        }
        .fileType{
            width: 40px !important;
            height: 40px !important;
        }
        .bigImage{
            max-width:1000px;
            max-height:1000px
        }
        .modal-dialog{
            width:fit-content
        }
        /* 输入区域 */
        .textarea {
            text-align:left;
            width: 100%;
            height: 90px;
            margin: 0;
            font-size: 15px;
            overflow:auto;
            white-space: pre-wrap;
            word-break: break-all;
            outline: none;
            border:1px solid #e7e7e7;
        }
        .reddot:after {
            content: "";
            position: absolute;
            right: 5px;
            padding: 5px;
            z-index: 9999999;
            background: #d9534f;
            border-radius: 50%;
            font-size: 0;
            line-height: 0;
            border: 1px solid #d43f3a;
        }