body {
    background:#F4F7FF;
}
/**
 * 重置浏览器的滚动条
 */
::-webkit-scrollbar-track-piece {
    border-radius: 4px;
}

::-webkit-scrollbar-track-piece:hover {
    background-color: rgba(120, 130, 140, 0.33);
    border-left: 1px solid rgba(120, 130, 140, 0.33);
    border-radius: 4px;
}

::-webkit-scrollbar {
    width: 7px;
    height: 8px;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(120, 130, 140, 0.23);
    background-clip: padding-box;
    border: 1px solid rgba(120, 130, 140, 0.23);
    min-height: 28px;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    border: 1px solid rgba(120, 130, 140, 0.23);
    background-color: rgba(120, 130, 140, 0.23);
}


.chat-container {
    position:relative;
    top: 50px;
    width: 768px;
    height:600px;
    margin:0 auto;
    box-shadow: 0 0 20px 0px rgba(116,127,153,.3);
    border-radius:5px;
    overflow:hidden;
}

.chat-container .chat-body {
    width:70%;
}

.clearfloat .chat-avatars,
.clearfloat .chat-avatars>img {
    width: 40px;
    height: 40px;
}

.clearfloat .chat-message {
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 0 10px 10px;
}
.clearfloat .chat-message:before {
    display: none;
}
.clearfloat .right .chat-message {
    border-radius: 10px 0 10px 10px;
}




.chat-container .chat-footer {
    width:70%;
    border-right:1px solid #EAEDF5;
}
.chatFooter .layim-chat-tool {
    margin: 0;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    font-size: 0;
    position: relative;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    box-sizing: border-box;
    display: flex;
}
.chatFooter .layim-chat-tool .chatFooterToolItem {
    display: inline-block;
    width: 44px;
    height: 44px;
    margin: 0;
    cursor: pointer;
    font-size: 0;
    background: url('../images/chat/mobile/ico_biaoqing.png') no-repeat center center / 45% 45%;
}
.chatFooter .layim-chat-tool .chatFooterToolItem.image {
    background-image: url('../images/chat/mobile/ico_tupian.png');
}
.chatFooter .layim-chat-tool .chatFooterToolItem.praise {
    background-image: url('../images/chat/mobile/ico_dianping.png');
}
.chatFooter .layim-chat-tool .chatFooterToolItem.file {
    background-image: url('../images/chat/mobile/ico_wenjian.png');
}
.chatFooter .layim-chat-tool .chatFooterToolItem.voice {
    background-image: url('../images/chat/mobile/ico_yuyin.png');
}
.chatFooter .layim-chat-send {
    padding: 0 10px;
    box-sizing: border-box;
}
.chatFooter .layim-chat-send textarea {
    display: block;
    width: 100%;
    height: 46px;
    overflow-x: hidden;
    overflow-y: auto;
    resize: none;
    outline: none;
    background-color: #fff;
    border: none;
    word-break: break-all;
    font-size: 14px;
    line-height: 17px;
    box-sizing: border-box;
    -webkit-appearance: none;
    padding: 8px 10px;
}
.chatFooter .layim-chat-send .sendBtn {
    width: 100%;
    height: 32px;
    text-align: right;
    font-size: 0;
}
.chatFooter .layim-chat-send .send-input,
.chatFooter .staff-service {
    display: inline-block;
    width: 80px;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    font-size: 14px;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid transparent;
    cursor: pointer;
}
.chatFooter .layim-chat-send .send-input {
    background-color: #0F5EF7;
    color: #fff;
    margin-left: 12px;
}
.chatFooter .staff-service {
    border-color: #0F5EF7;
    color: #0F5EF7;
    background: transparent;
}


.layui-tab-title li {
    font-size: 14px;
    color: #051232;
    padding: 0 10px;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    color: #051232;
    font-weight: bold;
}


.layui-tab-title .layui-this:after {
    height: 41px;
    left: -29px;
    margin-left: 50%;
    width: 58px;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 3px solid #0F5EF7;
}

.comQue a {
    font-size: 14px;
    color: #051232;
    line-height: 28px;
}
.comQue a:hover {
    color: #0F5EF7;
}



.layui-layer.quoteControl {
    border-radius: 5px;
}
.layui-layer.quoteControl .layui-layer-title {
    font-size: 16px;
    border-radius: 5px 5px 0 0 ;
}
.formQuote {
    margin-top: 20px;
}
.layui-layer.quoteControl .layui-form-label {
    background-color: transparent;
    width: 110px;
    color: #051232;
    border: none;
    padding: 0 0 0 20px;
    text-align: left;
    box-sizing: border-box;
    line-height: 30px;
    height: 30px;
}
.layui-layer.quoteControl .layui-input-block {
    margin-left: 110px;
    min-height: 30px;
    width: 260px;
}
.layui-layer.quoteControl .layui-textarea,
.layui-layer.quoteControl .layui-input {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    background: #FFFFFF;
    border: 1px solid #EAEDF5;
    border-radius: 5px;
}
.layui-layer.quoteControl .layui-input {
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
}
.layui-layer.quoteControl .layui-textarea {
    padding: 7px 12px;
    height: 110px;
    resize: none;
}
.formBtn {
    width: 100%;
    box-sizing: border-box;
    text-align: right;
    margin-top: 30px;
}
.formBtn .layui-btn {
    width: 80px;
    height: 32px;
    border-radius: 5px;
    line-height: 32px;
    text-align: center;
    padding: 0;
}
.formBtn .layui-btn-primary {
    color: #0F5EF7;
    border-color: #0F5EF7;
}