/***
Page header
***/
html {
    height: 100%;
}

*:not(i) {
    box-sizing: border-box;
    font-family: "Microsoft YaHei" !important;
}

.header .navbar-inner {
    filter: none !important;
    background-image: none !important;
    height: 80px;
    border-bottom: 2px solid #350440;
    width: 990px;
    margin-left: 17px;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
}

.page-header-fixed.flex {
    justify-content: flex-start;
}

body {
    background: #363037;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

.content-box {
    width: 1024px;
    border-radius: 16px !important;
    overflow: hidden;
    position: relative;
    /*background: ;*/
    background-image: url("../images/convenient/background.png");
    background-size: 100% 100%;
    margin: 0 auto;
}

.error-content {
    height: 500px;
}


.navbar-inverse .brand {

    color: #000;
}

.navbar-inverse .brand:hover {
    color: #000;
}

.navbar-inverse .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 #fff;
}

.header .nav .dropdown-toggle:hover, .header .nav .dropdown.open .dropdown-toggle {
    background-color: #146a9d !important;
}

.header .nav li.dropdown .dropdown-toggle i {
    color: #68bbec !important;
}

.header-guide {
    position: relative;
    height: 100%;
}

.header-guide .brand-guide {
    margin: 13px 0;
}

.header .navbar-right {
    position: absolute;
    right: 10px;
    top: 42px;
    font-size: 16px;
    font-weight: 600;
    color: orange;
    height: 24px;
    line-height: 24px;
    width: 240px;
}

.header .navbar-right img {
    position: absolute;
    top: -23px;
    right: -15px;
    width: 164px;
    height: 52px;
}

.brand-online {
    margin-left: 400px;
    font-size: 24px;
    color: #FF5505;
    font-weight: bold;
    bottom: 12px;
}

.brand-online p{
    display: inline-block;
}

.brand-online .unChosen {
    color: grey;
}

.chat-box-content {
    width: 670px;
    height: 402px;
    box-shadow: 0 0 20px 0 rgba(220, 220, 220, 0.70);
    border-radius: 8px !important;
    background: #ffffff;
}

.header-hr {
    margin-top: 0px;
    /* border-top:3px solid #ff9048;
    border-bottom:2px solid #ffbd04; */
    border-top: 3px solid #d80c18;
    border-bottom: 2px solid #e24c54;
}

/* 跑马灯 */
.notice-broad {
    width: 100%;
    padding-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 16px;
    margin-bottom: 16px;
}

.notice-broad-box {
    white-space: nowrap;
    padding: 4px 0;
    overflow: hidden;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.notice-broad-box > * {
    margin-right: 4px;
}

.notice-broad-box img {
    width: 22px;
    height: 18px;
}

.noticeMarquee {
    display: inline-block;
    font-weight: 100;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    box-sizing: border-box;
}


.noticeMarquee span {
    margin-right: 20px;
}
/*


@keyframes notice-broad-scroll {
    0% {
        text-indent: 27.5em
    }
    100% {
        text-indent: -105em
    }
}

.microsoft {
    position: relative;
}

.microsoft:before, .microsoft::before {
    z-index: 2;
    content: '';
    position: absolute;
    top: -1em;
    left: -1em;
    width: .5em;
    height: .5em;
}

.microsoft:after, .microsoft::after {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2em;
    height: 2em;
}



*/

/*
*
*icon
*/
.icon-tab.active, .icon-tab:hover {
    text-decoration: none !important;
    color: #444 !important;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.icon-tab div {
    margin-top: 5px;
}

/***
Page container
***/
.page-container {
    margin: 0px;
    padding: 0px;
    margin-left: 30px;
}

.page-header-fixed .page-container {

}

.page-business {
    /*position:absolute;*/
    width: 100%;
    height: 636px;
    z-index: 1000;
}

/**
*
*tab
*
*
**/
.nav {
    margin-bottom: 0px;
    height: 32px;
}

.nav > li.active > a {
    /* background-image: url(../images/tab_bg.png);  */
    background: #D80C18;
    color: white !important;
}

.nav > li > a {
    color: #000000 !important;
    line-height: 14px;
}

.tab-chat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

.tab-chat a {
    text-decoration: none;
    color: #333;
}

.tab-chat a:hover, a:active {

    color: #333 !important;
    outline: none;
}

.tab-chat-online {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

.tab-chat-online span {
    display: inline-block;
    line-height: 26px;
    height: 28px;
    border-bottom: 2px solid #FF6123;
}


.tab-chat-online img {
    width: 26px;
    height: 26px;
    margin-right: 15px;
}

.tab-chat-mess > a {
    padding-right: 12px;
    margin-right: 12px;
    color: #666 !important;
    border-right: 1px solid #DCDCDC;
}

.tab-chat-mess span {
    cursor: pointer;
}

/***
Page sidebar
***/
.page-sidebar {
    color: #c9ccda;
    position: fixed;
    width: 185px;
    bottom: 0;
    top: 64px;
    /* min-height: 560px; */
}

.page-sidebar-user {
    height: 120px;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.page-sidebar-user img {
    width: 64px;
    height: 64px;
}

ul.page-sidebar-menu {
    margin: 0;
}

ul.page-sidebar-menu > li {
    list-style: none;
    padding: 0px 10px 0px 20px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
}

ul.page-sidebar-menu > li:last-child {
    border-bottom: 0px solid #dddddd;
}

ul.page-sidebar-menu > li > a {
    border-top: 0px solid #dddddd !important;
    color: #c9ccda !important;
    text-decoration: none;
}

ul.page-sidebar-menu > li:last-child > a {
    /* border-bottom: 1px solid transparent !important; */

}

ul.page-sidebar-menu > li a i {
    color: #c9ccda;
    font-size: 20px;
}

ul.page-sidebar-menu > li.active, ul.page-sidebar-menu > li:hover {
    background: #0f5179;
    color: #fff;
}

ul.page-sidebar-menu > li.active > a .title {
    color: #fff;
}

ul.page-sidebar-menu > li.active > a i {
    color: #fff;
}

/***
Page content
***/
.page-content {
    margin-top: 61px;
    margin-left: 20px;
    padding: 0;
    width: 670px;
    height: 402px;
    background: transparent !important;
}

/***
Portlets
***/
.portlet {
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

.page-others .right-top a, #myTab_service a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.page-others .right-top ul, #myTab_service {
    list-style: none;
}

.page-others .right-top ul li, #myTab_service li {
    padding: 20px 0px;

}

#hot-questions {
    margin-top: 20px;
    color: #333333 !important;
}

#hot-questions li {
    margin-left: 20px;
    width: 85%;
}

#hot-questions a {
    color: #333333 !important;
    text-decoration: none;
}

.bian-hot-question span, #myTab_service span {
    display: inline-block;
    line-height: 26px;
    height: 28px;
    border-bottom: 2px solid #FF6123;
}

#business-tab div {
    color: #333 !important;
}

#business-tab div:hover {
    color: #FFAD34 !important;
}

.portlet li img, #myTab_service img {
    width: 22px;
    height: 26px;
    margin-right: 10px;
    vertical-align: center;
}

#myTab_service img {
    width: 26px;
}

.page-others .right-top a:hover, a:active {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

#myTab_service a:hover, a:active {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.portlet-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.portlet-title:after, .portlet-title:before {
    content: "";
    display: table;
    line-height: 0;
}

.portlet-title:after {
    clear: both;
}

.portlet-title i {
    margin-bottom: 13px;
    float: left;
    margin-top: 5px;
    display: inline-block !important;
    font-size: 13px;
    margin-right: 10px;
    color: #0d638f;
}

.portlet-title .tools, .portlet-title .actions {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 6px;
    float: right;
}

.portlet-title .tools > a {
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    text-decoration: none;
    cursor: pointer;
}

.portlet-title .dropdown-menu i {
    color: #0d638f !important;
}

.portlet-title .tools a > i {
    font-size: 16px;
    cursor: pointer;
}

.portlet-title .actions > .btn-group {
    margin-top: -12px;
}

.portlet-title .actions > .btn {
    padding: 4px 10px;
    margin-top: -13px;
}

.portlet-title .actions > .btn-group > .btn {
    padding: 4px 10px;
    margin-top: -1px;
}

.portlet-title .actions > .btn.mini {
    margin-top: -12px;
    padding: 4px 10px;
}

.portlet-title .pagination.pagination-small {
    float: right !important;
    display: inline-block !important;
    margin: 0px;
    margin-top: -2px;
}

.portlet-body {
    clear: both;
    /* padding: 0;  */
    overflow-y: auto;
    /* padding-top: 40px; */
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    overflow-x: hidden;
    max-height: 300px;
}

.notice-info > a {
    word-wrap: break-word;
}

.notice-info > a:hover {
    cursor: pointer;
}

.portlet-body .btn-toolbar {
    margin: 0px !important;
    padding: 0px !important;
}

.portlet-body .btn-group {
    margin: 0px !important;
    padding: 0px !important;
    margin-bottom: 10px !important;
}

/***
Box portlet
***/
.portlet.box {
    padding: 0px !important;
    border: 0px;
    box-shadow: 0 0 4px #D8D8D8;
}

.portlet.box.right-top {
    width: 300px;
    bottom: 171px;
    height: 33px;
}

.portlet.box .portlet-title {
    padding: 8px 10px 2px 10px;
    border-bottom: 1px solid #E4E4E4;
    color: #0d638f !important;
}

.portlet.box.right-bottom {
    border-top: 1px solid #E4E4E4;
    /* bottom: 20px; */
    position: fixed;
    height: auto;
    width: 300px;
    top: 100px;
}

.portlet.box .portlet-title > .actions > .btn > i {
    color: #0d638f !important;
}

.portlet-img {
    width: 300px;
    height: 196px;
}

.portlet.box .portlet-title .tools {
    margin-top: 3px;
    position: absolute;
    top: 1px;
    right: 5px;
}

/* portlet buttons */
.portlet.box .portlet-body {
    padding: 0px;
    overflow: hidden;
}

.portlet.box .portlet-title {
    margin-bottom: 0px;
}

.right {
    float: right;
}

.left {
    float: left;
}

/***************************right  box***************************************/
.page-others {
    position: absolute;
    right: 20px;
    top: 122px;
    height: 250px;
    margin: 0;
    border-radius: 8px;
    width: 290px;
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(220, 220, 220, 0.70);
}

.ad-box img {
    width: 100%;
}

/********************begin chat style***********************/
.chat-box {
    margin: 0;
    height: auto;
    width: 100%;
}

.chat-ccno {
    width: 100%;
    text-align: center;
    line-height: 31px;
    font-weight: 700;
    color: #060606;
    font-size: 15px;
}

.chat-ccno a {
    color: #e02222;
    cursor: pointer;
}

.chat-ccno span {
    margin-left: 5px;
    color: #000;
}

.portlet.box {
    box-shadow: 0 0 0px #D8D8D8;
}

.portlet.box.chat-info {
    border-right: 0 solid #D8D8D8;
}

.portlet.box.chat-info .portlet-title {
    border: 0px solid #D8D8D8;
}

.portlet.box.chat-info .portlet-body {
    padding: 0;
    background: transparent !important;
}

.controls {
    padding-left: 20px;
}

/***********************业锟斤拷锟斤拷锟斤拷****************************/
#business_choise {
    height: 534px;
    padding: 0 32px;
}

.chat-business {
    width: 100%;
    padding: 0px 0px 15px 0px;
    overflow: auto;
}

.chat-business .items {
    position: absolute;
    margin: 15px;
    width: 450px;
    height: 110px;
    display: flex;
    background: #ffffff;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    border-radius: 8px !important;
    /* margin: 2px; */
    /* padding:10px; */
    color: white;
    cursor: pointer;
}

.chat-business .items img {
    /*float:left;*/
    width: 70px;
    height: 70px;
}

.chat-business .items:hover {
    border-width: 2px;
    box-shadow: 0 8px 14px 0 #DCDCDC;
    width: 468px;
    height: 118px;
    margin: 13px 8px;
}

.chat-business .items.active {
    outline: none;
    box-shadow: 0 0 8px rgba(103, 166, 217, 1);
    background-color: #87C6F9 !important;
}

.chat-business .item1 {
    border: 1px solid #FDCF5E;
}

.chat-business .item2 {
    left: 512px;
    border: 1px solid #FF3939;
}

.chat-business .item3 {
    top: 328px;
    border: 1px solid #1D9DE4;
}

.chat-business .item4 {
    top: 328px;
    left: 512px;
    border: 1px solid #7048F0;
}

.chat-business .item5 {
    top: 476px;
    border: 1px solid #FF6623;
}

.chat-business .item6 {
    top: 476px;
    left: 512px;
    border: 1px solid #41D9B9;
}

.chat-business .item7 {
    border: 1px solid #FDCF5E;
}
/*.business-item-desc{*/
/*	position:absolute;*/
/*	left:130px;*/
/*}*/
.business-item-title {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    height: 32px;
    line-height: 28px;
}

.business-item-content {
    font-size: 12px;
    color: #999999;
    width: 210px;
    line-height: 20px;
    overflow: hidden;
}

.chat-business-welcome {
    font-size: 20px;
    color: #333333 !important;
    font-weight: 500;
    text-align: center;
    margin-top: 26px;
    /*text-shadow: rgba(255, 255, 255, 0.5) 0 5px 6px, rgba(255, 255, 255, 0.2) 1px 3px 3px;*/
}

.chat-business-bottom {
    position: absolute;
    width: calc(100% - 64px);
    text-align: center;
    bottom: 47px;
    font-size: 20px;
    color: #350440;
}

.chat-business-description {
    padding: 16px 0;
    text-align: center;
}

.chat-business-description span {
    font-size: 18px;
    color: #FF5505;
    font-weight: 400;
}

.chat-business-description img {
    width: 28px;
    height: 28px;
    vertical-align: bottom;
}

.chat-business-time {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin: 0px 0 20px 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #e02222 !important;
    text-shadow: rgba(255, 255, 255, 0.5) 0 5px 6px, rgba(255, 255, 255, 0.2) 1px 3px 3px;
}

.chat-business-item {
    width: 280px;
    float: left;
    margin: 15px 25px 25px 160px;
    display: block;
    cursor: pointer;
}

.chat-business-stat {
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    margin: 2px;
}

.chat-business-item.active {
    outline: none;
    box-shadow: 0 0 8px rgba(103, 166, 217, 1);
    background-color: #87C6F9 !important;
}

.chat-business-stat:before, .chat-business-stat:after {
    display: table;
    line-height: 0;
    content: "";
}

.chat-business-stat:after {
    clear: both;
}

.chat-business-stat .visual {
    display: block;
    padding: 10px 15px 10px 15px;
    height: 50px;
    line-height: 50px;
}

.chat-business-stat > .visual > .name {
    float: left;
    margin-left: 10px;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    vertical-align: middle;
}

.chat-business-stat > .visual > .icon-credit {
    float: left;
    vertical-align: middle;
}

.chat-business-stat > .visual > .icon-credit > i {
    font-size: 45px;
    color: #fff;
    width: 64px;
    height: 64px;
    padding-top: 10px;
}

.chat-business-stat .details {
    padding-right: 15px;
    padding-bottom: 10px;
}

.chat-business-stat .details .desc {
    display: block;
    padding: 0px 15px 0px 15px;
    width: 100%;
    color: #fff;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 300;
}

/*****************锟斤拷锟斤拷锟�***************************/
.chat-view-box {
    position: relative;
}

.chat-view {
    padding: 10px 3px 20px 3px;
    height: 312px;
    overflow: auto;
    overflow-x: hidden;
}
.show-more {
    color: #1D9DE4;
    text-align: center;
    display: none;
}
.show-more>span {
    cursor: pointer;
    color: #146a9d;
}
/*****************锟斤拷锟斤拷锟脚�***************************/
.chat-warning {
    color: #FF4444;
    width: 670px;
    /*background-color: #ddd;*/
    text-align: right;
    font-weight: bold;
    /*position: absolute;*/
    /*bottom: 2px;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 5px 0;
}

.chat-warning img {
    width: 16px;
    height: 17px;
    margin: 0 4px;
}

.chat-warning i.icon-remove-sign {
    right: 5px;
    color: white
}

.icon-remove-sign:hover {
    cursor: pointer;
}

.chat-warning span {
    margin-right: 20px;
}

.chat-plugs {
    height: 50px;
    width: 670px;
    line-height: 30px;
    border: 0;
    padding: 10px;
}

.chat-plugs .chat-icon-question {
    background-position: -340px 0;
}

.new-emotion {
    background-image: url("../images/convenient/biaoqingthr.png") !important;
    background-size: 100% 100% !important;
}
.reversationCode{
    background-image: url("../images/yuyue.png") !important;
    background-size: 100% 100% !important;
}
.code-icon{
    width: 20px;
    height: 20px;
    padding: 0;
    float: left;
    margin: 5px 0 0 10px;
    cursor: pointer;
}

.chat-plugs .chat-icon {
    width: 20px;
    height: 20px;
    padding: 0;
    background-repeat: no-repeat;
    background-image: url(../images/icons.png);
    float: left;
    margin: 5px 0 0 10px;
    cursor: pointer;
}



.chat-plugs .active {
    width: 20px;
    height: 20px;
    /*background-color: #27a9e3;*/
}

.chat-plugs .font-secontent-boxection {
    float: left;
    width: 56px;
    height: 20px;
    font-size: 12px;
    padding: 0px;
    margin: 5px 0 0 15px;
}

.chat-plugs .chat-icon-bold {
    background-position: 0 0;
}

.chat-plugs .chat-icon-italic {
    background-position: -60px 0;
}

.chat-plugs .chat-icon-underline {
    background-position: -140px 0;
}

/*.chat-plugs .chat-icon-emotion {*/
    /*background-position: -60px -20px;*/
/*}*/

.chat-plugs .chat-icon-font {
    background-position: -720px 0;
    margin-top: 7px;
}

.chat-plugs .chat-icon-reversation {
    background-position: -140px -20px;
}

.chat-plugs .chat-icon-printscreen {
    background-position: -580px -40px;
}

.chat-plugs .chat-icon-screenmodel {
    background-position: -740px 0px;
}

.chat-plugs .chat-icon-pic {
    background-position: -40px -40px;
}

/*****************锟斤拷锟斤拷锟�***************************/
.chat-input-box {
    margin-top: 10px;
    box-shadow: 0 8px 14px 0 #DCDCDC;
    border-radius: 8px;
    background: white;
}

.chat-content {
    width: 670px;
    border-top: 0;
}

.chat-input {
    text-align: center;
    line-height: 100px;
    height: 144px;
    width: 100%;
    margin-left: 0px;
    /*position: absolute; */
    /*bottom: 32px; */
    overflow: hidden;
}

.chat-input textarea {
    width: 100%;
    height: 144px;
    margin-top: 0;
    border: 0;
    resize: none;
    box-shadow: none;
    padding: 8px;
}

/***************锟斤拷锟斤拷***********************/
.chat-speech {
    margin: 5px 0;
    padding: 6px;
    table-layout: fixed;
    word-break: break-all;
    position: relative;
    border: 0px solid #989898;
    min-height: 30px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.chat-speech:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 17px;
    top: -16px;
    border: 8px solid;
    border-color: transparent transparent #f3f3f3 transparent;
}

.evalute .chat-speech:before,
.robot .chat-speech:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 17px;
    top: -16px;
    border: 8px solid;
    border-color: transparent transparent #f3f3f3 transparent;
}

.chat-speech .chat-time {
    font-size: 10px;
    margin-bottom: 5px;
}

/***************锟斤拷锟斤拷锟斤拷锟�***********************/
.chat-leftheader {
    float: left;
    margin-top: 10px;
}

.chat-leftheader img {
    width: 32px;
    height: 32px;
}

.chat-speech.left {
    margin-left: 10px;
    width: auto;
    float: left;
    /**background: #f7c652;**/
    background: #F3F3F3;
    color: black;
    max-width: 54%;
}

/*.chat-speech.left.evalute {*/
/*background: white;*/
/*border: 1px solid #ff5505;*/
/*}*/

/*.chat-speech.left.evalute:after {*/
/*border-color: transparent white;*/
/*}*/

/*.chat-speech.left.evalute:before {*/
/*content: '';*/
/*position: absolute;*/
/*width: 0;*/
/*height: 0;*/
/*top: 10px;*/
/*bottom: auto;*/
/*left: -8px;*/
/*border-width: 8px 9px 8px 0;*/
/*!* border-color: transparent #f7c652; *!*/
/*border-color: transparent #ff5505;*/
/*}*/


.chat-speech.left .chat-speech-from {
    color: #3c8dbc;
    min-height: 20px;
    margin-left: 3px;
    width: auto;
}

.row-fluid.robot .chat-speech.left {
    background: white;
    border: 1px solid #ddd;
}

.row-fluid.evalute .chat-speech.left {
    background: white;
    border: 1px solid #ff5505;
}

.chat-speech.left:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 10px;
    bottom: auto;
    left: -8px;
    border-width: 8px 9px 8px 0;
    /* border-color: transparent #f7c652; */
    border-color: transparent #F3F3F3;
}

.robot .chat-speech.left:after,
.evalute .chat-speech.left:after {
    border-color: transparent white;
}

.evalute .chat-speech.left:before,
.robot .chat-speech.left:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 9px;
    bottom: auto;
    left: -9px;
    border-width: 9px 10px 9px 0;
    border-color: transparent #ddd;
    /*border-color: transparent #F3F3F3;*/
}

.evalute .chat-speech.left:before {
    border-color: transparent #ff5505;
}

/***************锟揭诧拷锟斤拷锟斤拷***********************/
.chat-rightheader {
    float: right;
    margin-top: 10px;
}

.chat-rightheader img {
    width: 32px;
    height: 32px;
}

.chat-speech.right {
    margin-right: 10px;
    width: auto;
    max-width: 54%;
    float: right;
    /* background: #f3f3f3;  */
    /* background: #D80C18;;  */
    background: #FFEAD9;
    color: black;
}

.chat-speech.right .chat-speech-from {
    color: #fff;
    min-height: 20px;
    margin-right: 3px;
    width: auto;
}

.chat-speech.right:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 10px;
    bottom: auto;
    left: auto;
    right: -8px;
    border-width: 8px 0 8px 9px;
    /* border-color: transparent #f3f3f3; */
    /* border-color: transparent #D80C18;; */
    border-color: transparent #FFEAD9;
}

/*****************锟斤拷锟斤拷锟脚�***************************/
.btn {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.chat-btn {
    height: 42px;
    line-height: 32px;
    width: 100%;
    padding: 5px 0;
}

.chat-btn a {
    float: right;
    width: 80px;
    height: 30px;
    margin-right: 15px;
    /*padding: 4px 10px;*/
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: white;
    background: #FF6123;
}

.chat-btn i {
    float: right;
    font-size: 24px;
}

.chat-btn i.active {
    color: #dbdbdb
}

.chat-btn > span {
    color: #FFAD34;
}

.chat-plugs > span {
    float: right;
    margin-right: 20px;
    color: #999;
}

.chat-btn a:hover {
    color: #c1c1c1;
}

.chat-btn .send-btn {
    border-radius: 4px;
}

.chat-btn .close-btn {
    border: 1px solid #FF6123;
    color: #FF6123;
    background: #ffffff;
    border-radius: 4px;
}

/* .chat-btn .submit-modal-btn {
	background-image:url(../images/btn-bg.png);
	width:52px;
	height:22px;
}
.chat-btn .close-modal-btn{
	background-image:url(../images/btn-bg.png);
	width:52px;
	height:22px;
} */

.set-radios {
    padding: 7px 7px 7px 12px;
    position: absolute;
    left: 85%;
}

.set-btn {
    padding: 7px 0px;
    margin-left: 0;
    border-left: 1px solid #dddddd;
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -moz-border-top-left-radius: 0px !important;
    -moz-border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    cursor: pointer;
}

.set-btn div {
    font-size: 18px;
    margin: 0px 2px 0 2px;
}

/***********************chat  emotion****************************/
.chat-emotion {
    list-style: none;
    position: absolute;
    border: 1px solid #dddddd;
    width: 378px;
    bottom: 240px;
    z-index: 3000;
    left: 0;
    background-color: #fff;
    display: none;
}

.chat-emotion li {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #fff;
    float: left;
    background-repeat: no-repeat;
    border: 1px solid #dddddd;
}

.chat-emotion li:HOVER {
    background-color: #dddddd;
}

.upload-file {
    margin-top: 4px;
    margin-left: -10px;
    border: 1px solid red;
}

/***********************锟斤拷锟斤拷锟斤拷锟斤拷锟叫憋拷***************************************/
.feeds-search {
    margin: 15px 20px 5px 20px;
}

.feeds-search .input-box {
    padding: 0x;
    border-bottom: 1px solid #dddddd !important;
}

.feeds-search input[type="text"] {
    color: #bfbfbf;
    font-size: 14px;
    box-shadow: none;
    background-color: #fff;
    padding-bottom: 0px;
    margin-bottom: 1px;
    border: 0px;
}

.feeds-search input[type="button"] {
    border: 0px;
    box-shadow: none;
    background: url(../media/image/search-icon.png) no-repeat;
    display: block;
    float: right;
    margin-top: 8px;
    margin-right: 10px;
    width: 13px;
    height: 13px;
}

.feeds {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.feeds li {
    background-color: #fafafa;
    margin-bottom: 7px;
    border-left: 5px solid #35aa47;
    cursor: pointer;
}

.feeds li:HOVER {
    background-color: #f3f7fa;
}

.feeds li:before, .feeds li:after {
    display: table;
    line-height: 0;
    content: "";
}

.feeds li:after {
    clear: both;
}

.feeds .cont-col2 {
    float: left;
}

.feeds .cont-col2 .desc {
    margin-left: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    overflow: hidden;
}

/**********************微锟斤拷微锟斤拷**********************/
.nav-follow {
    list-style: none;
    display: inline;
    width: 100%;
    height: 68px;
    float: left;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    border-bottom: 1px solid #dddddd;
}

.nav-follow a {
    text-decoration: none;
}

.nav-follow li {
    float: left;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 25px 10px 25px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
    background: #f0f0f0;
}

.nav-follow li:HOVER, .nav-follow li.active {
    border-bottom: 1px solid #FFF;
    background: #FFF;
}

.nav-follow li > img {
    margin-left: 5px;
}

.content-follow {
    width: 100%;
    height: auto;
    padding: 20px 10px 0 10px;
    margin-top: 0px;
}

.carousel-img {
    cursor: pointer;
}

.icon-question-title {
    font-size: 14px;
    font-weight: 700;
}

.icon-question-content {
    margin-top: 15px;
    padding: 8px !important;
    width: 100%;
    height: 100%;
}

.icon-question-btn {
    position: absolute;
    bottom: 5px;
    left: 0px;
    text-align: center;
    width: 300px;
}

.icon-question-btn input {
    font-size: 12px;
    width: 64px;
    height: 24px;
}

.hot-question-row {
    border-bottom: 1px solid #ddd;
    line-height: 38px;
    color: #f7a652;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot-question-row i {
    margin-right: 15px;
}

#hot-questions {
    /*  overflow: auto;
     position: fixed;
     top: 140px;
     bottom: 180px;
     width: 300px; */
}

.color-grey {
    color: #bfbfbf;
}

.tab-content {
    padding-top: 20px;
}

.speedy-row {
    margin-top: 15px;
}

.img-text-a {
    text-decoration: none;
    color: black;
}

.img-text-a:hover {
    text-decoration: none;
}

.img-text-a img {
    width: 100%;
}

.img-text-box {
    background-color: white;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    /*padding: 5px 10px 5px 10px;*/
    border: 1px #f3f3f3 solid;
}

.img-text-box:hover {
    background-color: #fafafa;
}

.img-text-title {
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px #f3f3f3 solid;
    text-align: center;
    padding: 6px 0;
}

.img-text-description {
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 10px 10px;
}

.error-bg {
    background: url(../images/ds.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 410px;
    height: 165px;
    top: 210px;
    margin: 0 auto;
}

.error-msg {
    position: relative;
    left: 160px;
    top: 25px;
    width: 210px;
    font-size: 20px;
    color: #af7a78;
}

.robot-satisfy-row {
    float: right;
    color: green;
}

.robot-satisfy-row img {
    margin-left: 10px;
    cursor: pointer;
}

.reversation-code {
    position: absolute;
    right: 125px;
    height: 16px;
    padding: 4px 10px;
    background-color: #AAAAAA;
    top: 3px;
    font-size: 13px;
    color: white;
    font-weight: bold;
    line-height: 14px;
}

.chat-plugs .btn:hover, .chat-plugs .btn:focus,
.chat-plugs .btn:active, .chat-plugs .btn.active,
.chat-plugs .btn.disabled, .chat-plugs .btn[disabled] {
    background-color: #AAAAAA !important;
}

.quickask-question {
    display: block;
    position: absolute;
    right: 30px;
    font-size: 15px;
    font-weight: 600;
}

.quickask-question:hover,
.quickask-question:focus {
    text-decoration: none;
}

.page-important-notice {
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 20px;
    height: 380px;
    margin: 0px;
    width: 290px;
    bottom: 37px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 20px 0 rgba(220, 220, 220, 0.70);
}

.nav > li.active > a:hover, .nav > li.active > a:focus {
    /* background-image: url(../images/tab_bg.png); */
    /*background: #D80C18;*/
    border-bottom: #FF6123;
    color: #333333 !important;
}

.modal-header {
    padding: 3px 15px;
}

#hot-question-point {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

/*#hot-question-point > div {*/
    /*width: 8px;*/
    /*height: 8px;*/
    /*border-radius: 50% !important;*/
    /*margin: 10px;*/
    /*background-color: #DCDCDC;*/
    /*cursor: pointer;*/
/*}*/

#hot-question-point > div:active, #hot-question-point > div:hover {
    background: #FF6123;
}

/*.hot-question-point-active {*/
    /*background: #FF6123 !important;*/
/*}*/

.page-header-fixed .page-container-mar {
    margin: 0 !important;
}

.control-item {
    margin-top: 20px;
}

.control-item > div {
    display: inline-block;
}

.control-title {
    margin-left: 20px;
    width: 90px;
}

.controls-content {
    width: 400px;
    margin-left: 20px;
}

.controls-content select, .controls-content input, .controls-content textarea {
    width: 400px !important;
    height: 30px;
}

.help-inline {
    margin-left: 130px;
    color: #999;
}

#content {
    margin-top: -14px;
    height: 190px;
}

#page_msg {
    height: 642px;
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(220, 220, 220, 0.70);
    border-radius: 8px;
}

#max_num {
    position: absolute;
    bottom: -20px;
    left: 136px;
}

.controls-btn-box {
    position: absolute;
    right: 135px;
    bottom: -46px;
}

.controls-btn-box > div {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.controls-btn-back {
    background: #FF6123;
    color: #fff;
}

.controls-btn-msg {
    border: 1px solid #FF6123;
    margin-left: 20px;
    color: #FF6123;
}

.speedyIconPath {
    width: 50px;
    height: 50px;
}

.font-selection {
    width: 87px;
    margin-left: 10px;
}

.popContent{
    width: 300px;
    min-height: 170px;
    height: 270px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 25px;
    z-index: 2100;
    border-radius: 8px;
    background-color: #fff;
    box-shadow:0 3px 18px rgba(100,0,0,.5);
}

.pop-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 2000;
}
.popContent img{
    width: 100%;
    height: 100%;
}

.point {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    border: 1px solid orangered;
    background: white;
    margin: 8px 2px;
    cursor: pointer;
}

.point.active {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border: 0;
    background-color: orangered;
}

.questions-item {
    display: none;
}

.questions-item.active {
    display: inline-block;
}

::-webkit-scrollbar {
    /*background: rgba(0,0,0, 0.7);*/
}

@media all and (max-height: 720px) {
    .chat-business .items:hover {
        width: 468px;
        height: 100px;
        margin: 8px;
    }
    .content-box {
        height: 610px !important;
    }
    .chat-business .items img {
        height: 50px;
        width: 50px;
    }

    .chat-business .items {
        height: 92px;
    }

    .chat-business-description {
        padding: 10px 0;
        text-align: center;
    }

    .chat-business-description span {
        font-size: 22px;
        color: #FF5505;
        font-weight: 500;
    }

    .chat-business-description img {
        width: 24px;
        height: 24px;
        vertical-align: bottom;
    }

    .chat-business .item3,
    .chat-business .item4 {
        top: 292px;
    }

    .chat-business .item5,
    .chat-business .item6 {
        top: 414px;
    }

    .chat-business-bottom {
        bottom: 30px;
    }

    .chat-view {
        height: 260px;
    }

    .chat-input {
        height: 50px;
    }

    .chat-box-content {
        height: 350px;
    }

    .notice-broad {
        margin: 5px 0;
    }

    .page-content {
        margin-top: 32px;
        height: 350px;
    }

    .chat-plugs {
        padding: 6px 10px;
        height: 40px;
    }

    .chat-input textarea {
        height: 50px;
    }

    .page-others {
        top: 112px;
        height: 200px;
    }

    .row-fluid [class*="span"] {
        min-height: 80px;
    }

    .page-important-notice {
        height: 270px;
        bottom: 10px;
    }

    .page-others .right-top ul li, #myTab_service li {
        padding: 12px 0;
    }

    .page-others .right-top ul, #myTab_service {
        margin-bottom: 0;
    }

    .chat-btn a {
        height: 24px;
        width: 60px;
        line-height: 24px;
        font-size: 14px;
    }

    .portlet-body {
        padding: 0;
    }

    .portlet-body.atom {
        height: 210px;
    }

    .form-horizontal.custom {
        height: 408px;
        overflow-y: auto;
    }

    .associt {
        bottom: 142px !important;
    }

    #page_msg {
        height: 488px;
    }

    .chat-warning {
        height: 30px!important;
    }
}

.chat-error span {
    display: block;
    padding: 5px 0;
    color: red;
}

.evaluateBtn {
    color: white;
    background: #ff5505;
    float: right;
}

.evaluateBtn:hover,
.evaluateBtn:active,
.evaluateBtn:focus {
    color: white !important;
    background: #b44005 !important;
}

.navbar-phone {
    font-size: 24px;
}

.chat-plugs .chat-icon-audio {
    background-image: url(../images/icon_audio.png);
}

.recordBtn .ripple{
    width: 27rem;
    height: 4rem;
    animation: ripplemove 0s linear 0s infinite normal;
}
@keyframes ripplemove{
    from {
        transform: translate(-18rem,0);
    }
    to {
        transform: translate(0,0);
    }
}
.recordBtn .voicetube{
    width: 2.6rem;
    height: 3.5rem;
    position: relative;
    bottom: 4rem;
    left: 120px;
}
.video-input{
    position: relative;
    top: -25px;
    display: none;
}
