﻿* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*-webkit-user-select: none;*/
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

input {
    -webkit-user-select: auto;
}

html {
    margin: 0px;
    padding: 0px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
    width: 100%;
    height: 100%;
    background-color:#fafafa;
}

body {
    width: 100%;
    height:100%;
    overflow: hidden;
    -webkit-touch-callout: none;
    margin: 0px;
    padding: 0px;
    font-size: 62.5% !important;
    color: #333 !important;
    line-height: 1.6 !important;
    background-color:#fafafa;
    font-family: -apple-system-font, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif !important;
}
.half-bg{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: rgba(0,0,0,0.5);
    z-index: -1;
}
a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:active,
a:visited,
a:focus {
    text-decoration: none;
    outline: none;
}

p,
ul,
li,
form,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
img,
div,
table,
td,
th,
input,
textarea {
    margin: 0px;
    padding: 0px;
    -webkit-user-select: auto;
}

input,
textarea {
    outline: none;
}

table,
td {
    border-collapse: collapse;
}

ul,
li,
dl,
dt,
dd,
ol {
    /*list-style: none;*/
}

img {
    border: 0 none;
    overflow: hidden;
}

em,
i {}

.list-clearfix:after,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.list-clearfix,
.clearfix {
    zoom: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: 2.3em;
    line-height: 1.4;
}

p {
    clear: both;
    min-height: 1em;
    white-space: pre-wrap;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    word-wrap: break-word !important;
    word-break: break-all;
}

label {
    font-weight: normal;
}

.hidden {
    display: none;
}

/* Loading Animation Partial Styles */
.showbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5%;
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 100px;
}

.loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@-webkit-keyframes color {

    100%,
    0% {
        stroke: #ddd;
    }
}

@keyframes color {

    100%,
    0% {
        stroke: #ddd;
    }
}

/* End Loading Animation Partial Styles */

blockquote {
    background: #f9f9f9;
    border-left: 5px solid #ccc;
    margin: 1.5em 10px;
    padding: .5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

label[class=checkbox] .checkbox_ico>span {
    margin-left: 20px;
}

.radio>input[type=radio] {
    display: none;
}

.checkbox>input[type=checkbox] {
    display: none;
}

.radio-inline {
    padding-left: 0;
}

.checkbox-inline {
    padding-left: 0;
}

.radio_ico {
    background: url(/content/images/radio_ico1.png) no-repeat 0 5px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background-size: 17px;
}

.checkbox_ico {
    background: url(/content/images/checkbox_ico.png) no-repeat 0 3px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background-size: 16px;
}

.radio-inline:hover,
.radio-inline.active {
    box-shadow: none;
}

.checkbox-inline:hover,
.checkbox-inline.active {
    box-shadow: none;
}

.radio-inline.active>.radio_ico {
    background: url(/content/images/radio_ico.png) no-repeat 0 -17px
}

.checkbox-inline.active>.checkbox_ico {
    background: url(/content/images/checkbox_ico.png) no-repeat 0 -17px
}

label[class=radio] {
    padding-left: 0;
    font-weight: normal;
}

label[class=radio]>input[type=radio] {
    display: none
}

label[class=radio] .radio_ico>span {
    margin-left: 20px;
    font-size: 1.5em;
    vertical-align: middle;
    display: inline-block;
    margin-top: 2px;
    min-height: 1.4em;
    white-space: normal;
}

label[class=checkbox] {
    padding-left: 0;
    font-weight: normal;
}

label[class=checkbox]>input[type=checkbox] {
    display: none
}

label[class=checkbox] .checkbox_ico>span {
    margin-left: 20px;
    font-size: 1.5em;
    vertical-align: middle;
    margin-top: -1px;
    display: inline-block;
    min-height: 1.4em;
    white-space: normal;
}

label[class=checkbox]>input[type=checkbox]:checked+.checkbox_ico {
    background: url(/content/images/checkbox_ico2.png) no-repeat 0 3px;
    background-size: 16px;
}

label[class=radio]>input[type=radio]:checked+.radio_ico {
    background: url(/content/images/radio_ico2.png) no-repeat 0 5px;
    background-size: 17px;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
*::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: transparent;
}

/*定义滚动条轨道 内阴影+圆角*/
*::-webkit-scrollbar-track {
    background-color: #ffffff;
    cursor: pointer;
}

/*定义滑块 内阴影+圆角*/
*::-webkit-scrollbar-thumb {
    background-color: rgba(144, 147, 153, 0.3);
    border-radius: 4px;
}

.chat-close {
    position: absolute;
    top: 11px;
    right: 15px;
    z-index: 9999999;
    color: #fff;
}

#vueroot {
    width: 100%;
    height: 100%;
    /* height: 517px; */
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.scroller {
    position: absolute;
    left: 0;
    right: 0;
}
.keyword-title{
  font-weight: 600;
  font-size: 16px;
  padding: 10px;
  text-align: left;
}
.keyword-input{
  width: 100%;
  height: calc(100% - 56px);
  outline: none;
  border: none;
  padding: 10px;
}
.chat-header {
    background-color: #0883fd;
    height: 45px;
    line-height: 25px;
    border-radius: 0;
    padding: 10px 12px;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.chat-logo {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    vertical-align: middle;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.chat-channel-name {
    color: #fff;
    margin-left: 5px;
    max-width: calc(100% - 80px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}
.chat-tool-index {
    display: inline-block;
    height: 28px;
    background: #fff;
    width: 100%;
}

#phoneInput {
    width: 100px;
    height: 25px;
    padding: 2px 7px;
    outline: none;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px 0px 0px 3px;
    border: 1px solid rgba(226, 226, 226, 1);
    vertical-align: middle;
    margin-right: 0px;
    float: left;
    font-size: 12px;
}

.callBtn {
    font-size: 12px;
    padding: 3px 4px;
    background: rgba(255, 255, 255, 1);
    border-radius: 0px 3px 3px 0px;
    border: 1px solid rgba(8, 131, 253, 1);
    height: 25px;
    box-sizing: border-box;
    color: #0883FD;
    float: left;
    font-size: 12px;
}

.chat-printLogo {
    height: 30px;
    background: #f2f4f7;
    text-align: center;
    border-radius: 0 0 3px 3px;
    line-height: 30px;
}
.chat-mobile-printlogo{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}
.chat-printLogo img {
    width: 14px;
    vertical-align: middle;
}

.chat-printLogo span {
    vertical-align: middle;
    font-size: 12px;
    color: #ccc;
    margin-left: 2px;
}

.chat-middle {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.chat-middle-left {
    height: 100%;
    width: calc( 100% - 280px );
    float: right;
    vertical-align: top;
}

.chat-content {
    height: calc(100% - 142px);
    overflow-y: auto;
    overflow-x: hidden;
}
.chat-quick-access{
    box-sizing: content-box;
    width:calc(100% - 20px);
    overflow: hidden;
    height: 36px;
    padding: 7px 10px;
}
.more-quick-button{
    position: absolute;
    top:0;
    right:0;
    background-color: #f2f4f7;
}
.chat-quick-access li{
    border-radius: 3px;
    padding: 2px 5px;
    float: left;
    list-style: none;
}
.chat-quick-access li a{
    background-color: #f2f4f7;
    padding: 2px 5px;
    color:#333;
}
.chat-quick-PC-access{
    white-space: nowrap;
    padding:0 10px;
}
.chat-quick-PC-access div{
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    padding: 2px 5px;
}
.chat-quick-PC-access div a{
    background-color: #f2f4f7;
    padding: 2px 5px;
    color:#333;
}
.chat-quick-access div a{
    color: #333;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
#FileUpload{
    width:18px;
}
.chat-footer {
    border-top: 1px solid #eee;
    padding: 10px;
}

.chat-PC-footer{
    height: 120px;
}
.chat-mobile-footer{
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    padding: 5px 10px;
}

.icon-img {
    width: 18px;
    vertical-align: middle;
}

.chat-tool-button {
    overflow: hidden;
}
.chat-mobile-tool-button{
    display: inline-block;
    vertical-align: middle;
}
.chat-tool-icon {
    position: relative;
    margin-right: 10px;
    width: 18px;
    height: 20px;
}

.chat-tool-phone {
    float: right;
}

.opacity-tool {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
}

.activex-notice {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    opacity: 0;
}

.chat-input{
    padding:3px 5px;
}
.chat-PC-input {
    height: calc(100% - 53px);
    overflow-y: auto;
}
.chat-mobile-input {
    height: 34px;
    padding: 7px 5px;
    border: 1px solid #eee;
    border-radius: 3px;
    overflow-y: auto;
    display: inline-block;
    vertical-align: middle;
    width:calc(100% - 65px);
    resize: none;
}
.chat-input:empty::before {
    content: attr(placeholder);
    color:#999;
}
.chat-send-button {
    width: 60px;
    height: 32px;
    border-radius: 3px;
    float: right;
    text-align: center;
    line-height: 32px;
    color: #fff;
    cursor: pointer;
    background-color: #0883fd;
}
.chat-error-content{
    text-align: center;
    width: 100%;
    position: relative;
    top: 10%;
}
.chat-erroe-pic{
    width:140px;
    margin-bottom: 10px;
}
.chat-error-title{
    color:#000;
    font-size: 16px;
    margin-bottom: 3px;
}
.chat-error-msg{
    color:#B5B5B5;
    font-size: 14px;
}
.chat-try-button{
    width: 96px;
    height: 26px;
    border-radius: 3px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    margin: 0 auto;
    margin-top: 10px;
    cursor: pointer;
}
.chat-content {
    padding: 10px;
}

.chat-left {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.chat-left-title {
    color: #B9C0CB;
    font-size: 12px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat-left-message {
  background-color: #fff;
  height: calc(100% - 142px);
    max-width: 80%;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 8px 10px;
    float: left;
    margin-top: 3px;
    /* margin-left: 21px; */
}

.chat-file-picbg {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: #f2f4f7;
}
.chat-file-info div {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 3px;
}

.chat-file-info div:nth-child(1) {
    color: #000;
    width:150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat-middle-message {
    float: left;
    width: 100%;
    padding: 0 10%;
    color: #999;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.chat-right {
    width: 80%;
    color: #fff;
    float: right;
    margin-bottom: 10px;
    text-align: right;
}

.chat-right-title {
    color: #B9C0CB;
    font-size: 12px;
}

.chat-right-message {
    max-width: 100%;
    margin-top: 3px;
}

.chat-right-message span {
    border-radius: 3px;
    padding: 8px 10px;
    display: inline-block;
    text-align: left;
}

.chat-file-info div:nth-child(2) {
    color: #999;
    width:150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat-message-pic {
    max-width: 100%;
}

.chat-file-pic {
    width: 24px;
}

.chat-file-info {
    display: inline-block;
    vertical-align: middle;
}

.chat-middle-right {
    height: 100%;
    overflow-y: auto;
    float: left;
    width: 280px;
    vertical-align: top;
    text-align: center;
    border-right: 1px solid #eee;
    overflow-x: hidden;
}

.chat-middle-right-logo {
    max-width: 100%;
    margin: 0 auto;
}

.company-name {
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 8px;
    text-align: left;
    padding: 0 15px;
}

.company-description {
    text-align: left;
    color: #666;
    font-size: 12px;
    padding: 0 15px;
    margin-bottom: 15px;
    word-break: break-all;
    white-space: pre-wrap;
}

.company-part {
    text-align: left;
    color: #666;
    font-size: 12px;
    margin-bottom: 15px;
    padding: 0 15px;
}

.company-part span {
    font-size: 14px;
    color: #000;
}

.company-address {
    color: #0883fd !important;
}
#faceBox{
    position: absolute;
    bottom: 120px;
    z-index: 2;
    left: 1px;
    right: 1px;
    box-sizing: border-box;
    width: 320px;
    height: 226px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
    border-radius: 4px;
    border: 1px solid rgba(238,238,238,1);
    overflow: auto;
}
.faceItem{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 5px;
}
.faceicon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}
.chat-message-richText img{
    max-width: 100%;
}
.custom-rightEnter{
    overflow-x: hidden;
    text-align: left;
    padding-bottom: 10px;
}
.custom-rightEnter img{
    max-width:100%;
}
.mobile-root .chat-channel-name{
    font-size: 15px !important;
}
.mobile-root .chat-right-message{
    font-size: 14px !important;
}
.mobile-root .chat-left-message{
    font-size: 14px !important;
}
.mobile-root .chat-quick-access li{
    font-size: 15px !important;
    padding: 3px 5px !important;
}
.mobile-root .chat-quick-access li a{
    padding: 4px 5px !important;
}
.mobile-root .icon-img{
    width:24px !important;
}
.mobile-root .chat-send-button{
    font-size: 15px !important;
    height: 34px !important;
    line-height: 34px !important;
}
[v-cloak]{
    display: none;
}