.w1200 {
    width: 1200px;
}

.ma {
    margin-left: auto;
    margin-right: auto;
}

.mt40 {
    margin-top: 40px !important;
}

.dialogue-bar {
    position: relative;
    width: 900px;
    height: 640px;
    margin: auto;
    background-color: #fcfcfc;
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
    border-radius: 4px;
    border: solid 1px #eee;
}

.chat-head {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
    height: 60px;
    background-color: #fff;
    padding: 0 30px;
    box-shadow: 0 1px 0 0 rgb(230 230 230 / 50%);
}

.chat-head .title-center {
    font-size: 18px;
    line-height: 60px;
    text-align: center;
}

.chat-main {
    box-sizing: border-box;
    height: 100%;
    padding: 60px 0 160px;
}

.chat-main .roll-y {
    height: 100%;
    padding: 0 40px;
}

.roll-y {
    overflow-y: auto;
    overflow-x: hidden;
}

.chat-main .roll-y .char-conts {
    padding: 30px 0 10px;
}

.message-link {
    position: relative;
    left: -40px;
    right: -40px;
    top: -29px;
    width: 840px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    background-color: #f7f8ff;
}

.fr {
    float: right;
}

.message-link .fr a {
    float: left;
    color: #0057ff;
    text-decoration: underline;
    margin-right: 20px;
}

.message-link .fr .ico-close {
    float: right;
    margin-top: 7px;
    font-style: normal;
    font-size: 20px;
    color: #bbb;
    line-height: 24px;
    cursor: pointer;
}

.chat-main .item.left {
    padding: 0 250px 0 65px;
}

.chat-main .item {
    margin-bottom: 25px;
}

.chat-main .item .user {
    position: relative;
}

.chat-main .item.left .photo {
    left: -65px;
}

.chat-main .item .photo {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
}

.chat-main .item .photo img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.clearfix {
    zoom: 1;
}

.chat-main .item.left .txt {
    float: left;
}

.chat-main .item .txt {
    position: relative;
    padding: 13px 20px;
    box-shadow: 0 5px 20px rgb(161 165 190 / 8%);
    background-color: #fff;
    border-radius: 2px;
    min-height: 24px;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}

.chat-main .item.left .txt:before {
    left: -10px;
}

.chat-main .item .txt:before {
    position: absolute;
    top: 0;
    content: '';
    border-width: 10px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #fff;
}

.cu-p {
    cursor: pointer;
}

.s-blue {
    color: #0057ff !important;
}

.chat-main .item.left .txt:after {
    right: -15px;
}

.chat-main .item .txt:after {
    position: absolute;
    top: -4px;
    content: '';
    width: 8px;
    height: 8px;
    line-height: 0;
    border-radius: 50%;
}

.chat-main .tip {
    text-align: center;
    margin-bottom: 30px;
}

.chat-main .tip span {
    display: inline-block;
    padding: 0 15px;
    background-color: #eaeaea;
    border-radius: 16px;
    color: #999;
    line-height: 34px;
}

.iconfont {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.mr5 {
    margin-right: 5px !important;
}

.chat-ft {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 160px;
    background-color: #fff;
    box-shadow: 0 -1px 0 0 rgb(230 230 230 / 50%);
}

.chat-ft .oper {
    padding: 10px 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}

.fl {
    float: left;
}


.fl {
    float: left;
}

.chat-ft .oper span {
    float: left;
    padding: 0 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.chat-ft .oper span {
    float: left;
    padding: 0 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.chat-ft .textarea-txt {
    padding: 0 30px;
}

.clearfix {
    zoom: 1;
}

.chat-ft .textarea-txt textarea {
    display: block;
    width: 100%;
    height: 44px;
    resize: none;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}

input, textarea, select, button {
    font-family: 'Microsoft YaHei';
    outline: none;
    border: none;
    background: none;
    resize: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, hr, button {
    margin: 0;
    padding: 0;
}

textarea {
    overflow: hidden;
    resize: none;
}

input, textarea, select {
    outline: none;
    border: none;
    background: none;
}

input, select, textarea {
    font-size: 100%;
}

.chat-ft .textarea-txt .btn.is-disabled {
    background-color: #ededed;
    border-color: #ededed;
    color: #999;
}

.chat-ft .textarea-txt .btn {
    width: 100px;
    height: 36px;
    line-height: 34px;
    padding: 0;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    transition: all .15s linear;
    background-color: #0057ff;
    border-color: #0057ff;
    color: #fff;
}

.chat-ft .textarea-txt .num {
    color: #bbb;
    margin: 15px 10px 0 0;
}

.chat-ft .textarea-txt .num em {
    font-style: normal;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500;
}

.chat-main .item.right {
    padding: 0 65px 0 250px;
}

.chat-main .item.right .txt {
    float: right;
    background-color: #3679ea;
    color: #fff;
}

.chat-main .item.right .txt:before {
    right: -10px;
    border-top-color: #3679ea;
}

.chat-main .item.right .txt:after {
    left: -15px;
}

.chat-main .item .txt .lawyer-tip {
    padding: 10px 0 5px;
    height: 36px;
    line-height: 36px;
    color: #666;
}

.chat-main .item .txt .lawyer-tip .group {
    float: left;
    height: 36px;
    padding-left: 8px;
    margin-right: 10px;
}

.chat-main .item.right .photo {
    right: -65px;
}

.chat-main .item .photo {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
}

.chat-main .item .txt .lawyer-tip .group img {
    float: left;
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-left: -8px;
}

.chat-main .item .txt .lawyer-tip {
    padding: 10px 0 5px;
    height: 36px;
    line-height: 36px;
    color: #666;
}

.price-bar {
    width: 440px;
    margin: 0 auto 25px;
    padding: 25px 30px 30px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 8%);
}

.price-bar dt {
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    margin-bottom: 20px;
}

.price-bar .tag-group {
    padding: 0;
    overflow: hidden;
    margin: -2px 0 15px;
}

.price-bar dd {
    padding: 3px 0;
    color: #222;
}

.price-bar .tag-group .u-tag {
    float: left;
    margin-right: 8px;
    border: 1px solid #f90;
    border-radius: 3px;
    font-size: 12px;
    color: #f90;
    line-height: 20px;
}

.price-bar .tag-group .u-tag span {
    float: left;
    padding: 0 5px;
}

.price-bar dd .iconfont {
    font-size: 18px;
    color: #ec3b3b;
    margin-right: 10px;
}

.price-bar .h40 {
    height: 40px;
    line-height: 40px;
    position: relative;
    margin-top: 22px;
}

.price-bar .h40 .num {
    position: absolute;
    right: 0;
    top: -56px;
    font-size: 16px;
    color: #eb3c3c;
}

.price-bar .h40 .num del {
    font-size: 12px;
    color: #bbb;
    margin-right: 8px;
}

.price-bar .h40 .num .din-b {
    font-size: 28px;
    font-style: normal;
}

.din-b {
    font-family: "DIN-Bold";
}

.s-cb {
    color: #bbb !important;
}

.price-bar .btn {
    width: 110px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    transition: all .2s linear;
    box-shadow: 0 3px 10px rgb(236 59 59 / 20%);
    background: red;
    color: #fff;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
}

.fr {
    float: right;
}

.s-red {
    color: #ec3b3b !important;
}

.talk .layui-form-item .layui-input-inline {
    width: 100px;
}
.talk .layui-input, .talk .layui-textarea, .layui-select,
.talk .layui-form-select dl dt, .talk .layui-form-select dl dd,
.talk .oper .layui-form-checkbox {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
}

.talk .oper .layui-form-checkbox {
    height: 18px;
    line-height: 18px;
}

.talk .layui-form-checkbox span {
    background: #fff;
    color: #999;
    padding: 0;
}
.talk .oper .layui-form-checkbox i {
    height: 16px;
    line-height: 16px;
    width: 16px;
    font-size: 12px;
    border-left: 1px solid #d2d2d2
}
.talk .oper .layui-form-item {
    margin-bottom: 0;
}
.talk .chat-ft .oper span {
    background: #fff;
    font-size: 10px;
    color: #999;
    padding: 0;
}
.distribute-first, .user_box {
    display: none;
}