body, html{
	padding: 0;
	margin: 0;
	background-color: #e6e6e6;
	overflow-x: hidden;
	overflow-y: auto;
}

.show{
	display: block;	
}

.hid{
	display: none;
}

/*绯荤粺涓婚  */
.theme_default{
    background: #09aeb0; /*榛樿涓婚*/
}
.theme_blue{/* 钃濊壊 */
    background: #1a7bb9;
}
.theme_light_blue{/* 浜摑鑹� */
	background: #21b9bb;
}
.theme_red{/* 绾㈣壊 */
	background: #ec4758;
}
.theme_green{/* 缁胯壊 */
	background: #18a689;
}
.theme_black{/* 榛戣壊 */
	background: #000;
}
.theme_gray{/* 鐏拌壊 */
	background: #bababa;
}
.theme_orange{/* 姗欒壊 */
	background: #f7a54a;
}
.theme_brown{/* 妫曡壊 */
	background: #a2d3ca;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.chat-box{
	width: 910px;
	height: 720px;
	/* background-color: #fff; */
	background-color: #f4f4f4;
	margin: auto;
}

.chat-box .header{
	height: 60px;
	padding: 5px;
}

.chat-box .header .header-img{
	height: 50px;
	width: 50px;
	float: left;
}

.chat-box .header .header-img img{
	height: 50px;
	width: 50px;
}

.chat-box .header .header-title{
	padding: 0 12px;
	float: left;
	color: #fff;
	width: 706px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.chat-box .header .header-title p{
	margin: 6px 0;
	min-height: 10px;
}

.chat-box .header .header-title p .bar-name{
	font-size: 1.8em;
}

.chat-box .header .header-title p .bar-company{
	font-size: 1em;
}

.chat-box .header .header-btn{
	float: left;
}

.chat-box .header .header-btn .btn-star{
	color: #fff;
	border-color: #fff;
	padding: 6px 16px;
	margin: 8px;
}

.chat-box .header .header-btn .fa-star {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
	color: #fff;
}

.chat-warp{
	height: calc(100% - 220px);
	font-size: .9em;
	top: 0 !important;
	position: relative;
}

.chat-warp .chat-panel{
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.chat-warp .chat-panel .chat-pulltip{
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: .8em;
	color: #676e6f;
}

.chat-warp .chat-panel .chat-pulltip .pulltip-label{
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.chat-warp .chat-panel .chat-pulldown{
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: .8em;
	color: #676e6f;
	display: none;
}

.chat-warp .chat-panel .chat-pulldown > img{
	width: 18px;
	height: 18px;
}

.chat-warp .chat-panel .chat-pulldown .pulldown-label{
	position: relative;
	display: inline-block;
	font-size: 14px;
}
	
.chat-warp .chat-panel .chat-list{
	padding: 0 10px;
}

.msg-warp{
	margin: 10px 0;
}

.chat-list .left-msg{
	position: relative;
	float: left;
	width: 100%;
}

.left-msg .msg-header{
	width: 40px;
	height: 40px;
	float: left;
}

.left-msg .msg-header img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 auto;
	display: block;
}

.left-msg .r-name{
	position: absolute;
	left: 40px;
	top: 0;
	color: #999;
	font-size: 12px;
	display: block;
	word-break: normal;
	/* text-overflow: ellipsis;
	overflow: hidden; */
	max-width: 200px;
	white-space: nowrap;
	padding-left: 15px;
}

.left-msg .msg-c{
	position: relative;
	display: inline-block;
	border-radius: 4px;
	/*background-color: #e9f0ef;*/
	/*background-color: #e2e2e2;*/
	background-color: #fff;
	margin-left: 15px;
	margin-top: 20px;
	padding: 0 10px;
	max-width: 65%;
	word-break: break-all;
}

.left-msg .msg-c:before{
	content: "";
	position: absolute;
	/* border-color: transparent #e9f0ef; */
	border-color: transparent #fff;
	border-style: solid;
	border-width: 10px 14px 10px 0;
	top: 9px;
	left: -14px;
}

.left-msg .msg-c p{
	line-height: 20px;
	word-wrap: break-word;
	font-size: 14px;
	margin: 12px 0;
}

.left-msg .msg-c p img{
	max-width: 140px;
	max-height: 210px;
	cursor: pointer;
}


.chat-list .right-msg{
	position: relative;
	float: right;
	width: 100%;
}

.right-msg .msg-header{
	width: 40px;
	height: 40px;
	float: right;
}

.right-msg .msg-header img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 auto;
	display: block;
}

.right-msg .r-name{
	position: absolute;
	right: 40px;
	top: 0;
	color: #999;
	font-size: 12px;
	display: block;
	word-break: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 200px;
	white-space: nowrap;
	padding-right: 15px;
}

.right-msg .msg-c{
	position: relative;
	float: right;
	display: inline-block;
	border-radius: 4px;
	color: #fff;
	margin-right: 15px;
	margin-top: 20px;
	padding: 0 10px;
	max-width: 65%;
	word-break: break-all;
}



.right-msg .theme_default:before{
    border-color: transparent #09aeb0;
}
.right-msg .theme_blue:before{/* 钃濊壊 */
    border-color: transparent #1a7bb9;
}
.right-msg .theme_light_blue:before{/* 浜摑鑹� */
	border-color: transparent #21b9bb;
}
.right-msg .theme_red:before{/* 绾㈣壊 */
	border-color: transparent #ec4758;
}
.right-msg .theme_green:before{/* 缁胯壊 */
	border-color: transparent #18a689;
}
.right-msg .theme_black:before{/* 榛戣壊 */
	border-color: transparent #000;
}
.right-msg .theme_gray:before{/* 鐏拌壊 */
	border-color: transparent #bababa;
}
.right-msg .theme_orange:before{/* 姗欒壊 */
	border-color: transparent #f7a54a;
}
.right-msg .theme_brown:before{/* 妫曡壊 */
	border-color: transparent #a2d3ca;
}


.right-msg .msg-c:before{
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 10px 0 14px 10px;
	top: 9px;
	right: -9px;
}

.right-msg .msg-c p{
	line-height: 20px;
	word-wrap: break-word;
	font-size: 14px;
	margin: 12px 0;
}

.right-msg .msg-c p img{
	max-width: 140px;
	max-height: 210px;
	cursor: pointer;
}


.chat-list .sys-msg, .chat-list .tip-msg, .chat-list .his-msg{
	text-align: center;
	font-size: .8em;
	color: #676e6f;
	margin: 20px 0;
	width: 100%;
	display: inline-block;
}

.chat-list .sys-msg .tip, .chat-list .tip-msg .tip, .chat-list .his-msg .tip{
	color: #b1b5b5;
	padding: 3px 10px;
	background-color: #e3e5e5;
	border-radius: 12px;
	text-align: center;
	font-size: 1.1em;
}

.chat-area{
	position: relative;
	height: 160px;
	background-color: #fafbfd;
}

.chat-area .chat-edit-area{
	height: 124px;
	width: calc(100% - 80px);
	float:left;
}

.chat-area .chat-edit-area .summernote{

}

.chat-area .chat-edit-send{
	float: left;
}

.send-btn{
	color: #fff;
	padding: 12px 12px;
	display: inline-block;
	margin-top: 60px;
	border-radius: 4px;
	margin-left: 20px;
	cursor: pointer;
	text-decoration: none;
}

.chat-area .chat-opt-area{
	padding: 2px 4px;
	height: 36px;
	border-top: 1px solid #c4cccc;
	border-bottom: 1px solid #c4cccc;
	background: #fafcfb;
}

.chat-area .chat-opt-area .agent-s{
	float: right;
	color: #09aeb0;
	cursor: pointer;
	text-decoration: none;
	height: 36px;
	line-height: 36px;
}

.chat-area .chat-opt-area ul{
	width: 100%;
	padding: 0;
	margin: 0;
}

.chat-area .chat-opt-area ul li{
	overflow: hidden;
    float: left;
    width: 26px;
    height: 26px;
    list-style: none;
    margin: 0 1px;
}

.chat-area .chat-opt-area ul li>a{
	display: block;
	float: left;
	width: 26px;
    height: 26px;
	cursor: pointer;
}

.chat-area .chat-opt-area ul li>a>i{
	background-size: 225px 19px;
	background-image: url(../../img/os/icon1.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 26px;
    height: 26px;
	margin: 6px 0px;
}

.chat-area .chat-add .chat-add-list li>a>p{
	padding: 0;
	margin: 0;
	text-align: center;
	color: #858f90;
}

.pic-file{
	width: 26px;
	height: 26px;
	position: absolute;
	opacity: 0;
	cursor: pointer;
	top: 6px;
	left: 30px;
	clip: rect(0,26px,26px,0);
}

.other-file{
	width: 26px;
	height: 26px;
	position: absolute;
	opacity: 0;
	cursor: pointer;
	top: 6px;
	left: 56px;
	clip: rect(0,26px,26px,0);
}

.face-msg{
	background-position: -125px 0px;
}

.pic-msg{
	background-position: 0px 0px;
}

.file-msg{
	background-position: -202px 0px;
}

.eval-msg{
	background-position: -42px 0px;
}

.leave-msg{
	background-position: -84px 0px;
}

.problem-msg{
	background-position: -162px 0px;
}


.chat-ses-close{
	display: none;
	position: relative;
	height: 158px;
	line-height: 158px;
	border-top: 1px solid #c4cccc;
	text-align: center;
	font-size: 14px;
}

.chat-ses-close .ses-rel{
	color: #225eef;
	padding: 0 2px;
	cursor: pointer;
}

.chat-ses-close .ses-lev{
	color: #225eef;
	padding: 0 2px;
	cursor: pointer;
}

.file-panel{
	width: 260px;
	background: #fff;
	padding: 6px;
	height: 60px;
	border-radius: 2px;
}

.file-panel .file-icon{
	background-repeat: no-repeat;
	display: inline-block;
	width: 48px;
	height: 48px;
	background-size: 48px 48px;
	float: left;
	margin-right: 10px;
}

.file-panel .bmp-icon{
	background-image: url(../../img/os/bmp.png);
}

.file-panel .doc-icon{
	background-image: url(../../img/os/doc.png);
}

.file-panel .xls-icon{
	background-image: url(../../img/os/xls.png);
}

.file-panel .ppt-icon{
	background-image: url(../../img/os/ppt.png);
}

.file-panel .pdf-icon{
	background-image: url(../../img/os/pdf.png);
}

.file-panel .txt-icon{
	background-image: url(../../img/os/txt.png);
}

.file-panel .zip-icon{
	background-image: url(../../img/os/zip.png);
}

.file-panel .rar-icon{
	background-image: url(../../img/os/rar.png);
}

.file-panel .unknown-icon{
	background-image: url(../../img/os/unknown-file.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 37px;
	height: 47px;
	background-size: 37px 47px;
	float: left;
	margin-right: 10px;
}

.file-panel .file-info{

}

.file-panel .file-info .file-name{
	color: #555556;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	padding-top: 8px;
	max-width: 200px;
}

.file-panel .file-info .file-size{
	padding-top: 4px;
}

.file-panel .file-info .file-size .file-label{
	color: #8a9699;
	font-size: 12px;
}

.file-panel .file-info .file-size .label-after{
	margin: 0 5px;
}

.file-panel .file-info .file-size a{
	text-decoration:none; 
	color:#28a7dc;
	cursor: pointer;
	
}

.file-panel .file-info .file-size .file-error{
	color: #ed5c5c;
	font-size: 12px;
}

.load-msg{
	background-size: 18px 18px;
	background-image: url(../../img/loading.gif);
	background-repeat: no-repeat;
	display: inline-block;
	width: 18px;
    height: 18px;
}

.load-msg-left{
	position: absolute;
	left: -20px;
}

.load-error{
	background-size: 16px 16px;
	background-image: url(../../img/warning.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 16px;
    height: 16px;
}
/*************************************甯歌闂****************************************/
.ques-title{
	font-size: 0.8em;
}


/*************************************婊℃剰搴﹁瘎浠�****************************************/
.comments{
	text-align: center;
	height: 100%;
}

.comment_ul{
    margin: 0px auto 20px;
    padding-top: 20px;
    width: 250px;
    overflow: hidden;
}
.li_style3 li,.li_style4 li,.li_style5 li{
    float:left;
    list-style-type: none;
    height: 50px;
    cursor: pointer;
    background: url(../../img/os/kong-star.png) no-repeat center;
}

.li_style3 li{
    width: 33%;
}
.li_style4 li{
    width: 25%;
}

.li_style5 li{
    width: 20%;
}

.comment_text{
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
    color: #e43030;
    height: 16px;
    line-height: 16px;
}

.comment_ul li.light {
    background: url(../../img/os/full-star.png) no-repeat center;
}
.comment_ul li a {
    display: block;
    width: 100%;
    padding-top: 27px;
    overflow: hidden;
}
.comment_ul li img{
    cursor: pointer;
}
.comments textarea{
    width: 96%;
    border: 1px solid #e1e0e0;
    resize:none;
    overflow-y:auto;
    background-color: #fff;
    border-radius: 2px;
    padding: 4px;
}
.submit-comment{
    display: inline-block;
    color: #fff;
    padding: 0 7px;
    width: 160px;
    border-radius: 2px;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    margin-top: 10px;
}



/*************************************鐣欒█****************************************/
.leave-box {
    background-color: #fff;
    color: #8a9699;
    padding: 10px 20px;
}

.leave-box .leave-title{
	font-size: 0.8em;
	height: 24px;
	line-height: 24px;
	margin-bottom: 20px;
}

.leave-box .leave-group{
	padding-bottom: 8px;
}

.leave-box .leave-group .leave-label{
    margin-bottom: 6px;
    font-size: 0.8em;
    letter-spacing: 3px;
}

.leave-box .leave-group .leave-message{
	font-size: .7em;
	padding-top: 4px;
	color: #ed5c5c;
}

.leave-box .leave-group .leave-label i{
    color: red;
    font-style: normal;
    padding-right: 5px;
}

.leave-box .leave-group .leave-textarea textarea{
    display: block;
    margin: 0 auto;
    letter-spacing: 1px;
    padding: 2px 4px;
    line-height: 17px;
    font-size: 12px;
    width: 96%;
    border: 1px solid #e0e9e8;
    white-space: pre-wrap;
	word-wrap: break-word;
    resize:none;
    overflow-y:auto;
    background-color: #fff;
    border-radius: 2px;
    color: #8a9699;
}

.leave-box .leave-group .leave-text .leave-input{
	display: block;
    border: 1px solid #e0e9e8;
    height: 34px;
    line-height: 34px;
    width: 96%;
    background-color: #fff;
    border-radius: 2px;
	margin: 0 auto;
	padding: 0 4px;
}

.leave-btn{
	text-align: center;
	height: 48px;
	line-height: 21px;
}
.btn_word{
    border: 0;
    color: #fff;
    padding: 8px 58px;
    cursor: pointer;
    border-radius: 2px;
}


/*************************************浜哄伐鏈嶅姟****************************************/
.agent-box{
	height: 100%;
	background: #fff;
}

.agent-box .agent-skill{
	float: left;
	width: 50%;
	text-align: center;
	height: 36px;
	line-height: 36px;
	padding: 8px 0;
}

.agent-box .agent-skill a{
	display: block;
	padding: 0 14px;
	margin: 0 8px;
	border-radius: 2px;
	cursor: pointer;
	font-size: 0.8em;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
}




/*   ---------- ------------------------鎷疯礉*/

@charset "UTF-8";
*{
	font-family: "寰蒋闆呴粦";
	padding: 0;
	margin: 0;
}
body, button, input, select, textarea, td, th {
	font: 13px/1.2 "microsoft yahei", \5b8b\4f53, Arial, Helvetica,
	sans-serif;
}

body{
	overflow-x: hidden;/* 瑙ｅ喅妯悜婊氬姩鏉� */
	/*background-color: #e3e3e3;*/
}

a:active,a:hover {
	color: #676a6c;
	outline: 0;
	text-decoration: underline;
}
a {
	color: #918cb6;
	text-decoration: none;
	cursor: pointer;
	background-color: transparent
}
img {
	border: 0;
	vertical-align: middle
}
ul li{
	list-style-type: none;
}

.tip{
	padding: 10px 0;
	height:30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #fb7a0d;
	background-color: #fff;
}

.onlineDiv{
	width:900px;
	height:620px;
	background-color: #fff;
	margin: auto;
}
.color-bg{
	background:-webkit-linear-gradient(top, #6692ff 0%,#81a5fe 100%);
	background:-moz-linear-gradient(top, #6692ff 0%,#81a5fe 100%);
	background:-o-linear-gradient(top, #6692ff 0%,#81a5fe 100%);
	background:-ms-linear-gradient(top, #6692ff 0%,#81a5fe 100%);
}
.all_star{
	position: absolute;
	top: 4px;
	left: 9px;
}
.online_s{
	display: block;
	color: #fff;
	padding-top: 8px;
	font-size: 18px;
	letter-spacing: 2px;
}
.online_title{
	display: block;
	color: #fff;
	font-size: 22px;
	letter-spacing: 2px;
	height:18px;
}
.online_img{
	width:38px;
	height:38px;
	padding: 0 15px 0 5px;
}
.online_r{
	padding-top: 5px;
}
.online_img , .online_r{
	float:left;
}
.online_com{
	float:right;
	margin-top: 6px;
	margin-right: 10px;
	position: relative;
}
.online_com span{
	border: 1px solid #fff;
	color: #fff;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	cursor: pointer;
	border-radius: 1px;
	width: 80px;
	text-align: center;
	padding: 3px 0;
	text-indent: 10px;
}
.online_chat{
	height:400px;
	border-bottom: 1px solid #ddd;
	overflow-y:auto;
	overflow-x: hidden;
	padding: 15px 0 5px;
}
.online_left , .online_right{
	float:left;
	overflow-y: auto;
}
.online_left{
	width: 69%;
	height: 550px;
	border: 1px solid #ddd;
}
.online_right{
	width:30%;
	height: 550px;
	margin-left: 3px;
	background:#f8f8f8;
}

/*chat*/
.layim-chat-main ul li {
	position: relative;
	font-size: 0;
	margin-bottom: 10px;
	padding-left: 60px;
	min-height: 68px;
}

.layim-chat-main ul .layim-chat-mine {
	text-align: right;
	padding-left: 0;
	padding-right: 60px;
}
.layim-chat-user {
	position: absolute;
	left: 3px;
}
.layim-chat-text, .layim-chat-user {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.layim-chat-mine .layim-chat-user {
	left: auto;
	right: 3px;
}
.layim-chat-user img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
}
.layim-chat-user cite {
	position: absolute;
	left: 60px;
	top: -2px;
	width: 500px;
	line-height: 24px;
	font-size: 12px;
	white-space: nowrap;
	color: #999;
	text-align: left;
	font-style: normal;
}
.layim-chat-mine .layim-chat-user cite {
	left: auto;
	right: 60px;
	text-align: right;
}
.layim-chat-user cite i {
	padding-left: 15px;
	font-style: normal;
}
.layim-chat-mine .layim-chat-user cite i {
	padding-left: 0;
	padding-right: 15px;
}
.layim-chat-text, .layim-chat-user, .layim-sys-text, .layim-chat-img {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.layim-chat-text, .layim-chat-img {
	position: relative;
	line-height: 22px;
	margin-top: 25px;
	padding: 8px 15px;
	background-color: #e2e2e2;
	border-radius: 3px;
	color: #333;
	max-width:480px;
}

.layim-sys-text{
	position: relative;
	line-height: 22px;
	color: #bbb;
	text-align: center;
	width:100%;
}

.layim-sys-text .dash{
	width:100px;
	min-width:30px;
	border-top: 1px dashed;
	display: inline-block;
}

.layim-sys-text .text{
	/* max-width:301px; */
	display: inline-block;
	word-break: break-all;
	padding: 0 4px;
}

.layim-chat-mine .layim-chat-text, .layim-chat-mine .layim-chat-img{
	margin-left: 0;
	text-align: left;
	background-color: #5FB878;
	color: #fff;
}

.layim-chat-img img{
	max-width:214px;
	max-height:200px;
	cursor: pointer;
}

.layim-chat-btn{
	display:block;
	color:#fff;
	background:#81a5fe;
	width:60px;
	height:22px;
	line-height:22px;
	text-align:center;
	margin:6px auto 0;
	margin-right:0;
	letter-spacing: 2px;
	font-size:12px;
	border-radius:2px;
	cursor:pointer;
}

.layim-chat-btn2{
	color:#fff;
	background:#81a5fe;
	width:60px;
	height:22px;
	line-height:22px;
	text-align:center;
	margin:6px auto 0;
	margin-right:0;
	letter-spacing: 2px;
	font-size:12px;
	border-radius:2px;
	cursor:pointer;
	float: right;
	margin-left: 3px;
}


.layim-chat-btn:hover{
	background:#857eb5;
}

.online_con{
	height:550px;
}
.online_face{
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #ddd;
}

.face1{
	height:100%;
	display: inline-block;
	cursor: pointer;
}

.face1 icon{
	vertical-align: unset;
	margin-top: 2px;
}

.face1 .face_file{
	width:20px;
	height:20px;
	position: absolute;
	opacity: 0;
	cursor:pointer;
	margin: 4px 0 0 0px;
}

.face2{
	text-align: center;
	float: right;
}
.face2 span{
	display: inline-block;
	color: #fff;
	padding: 0 7px;
	width: 36px;
	border-radius: 1px;
	letter-spacing: 2px;
	cursor: pointer;
}

.online_btn{
	text-align:right;
}

#problems{
	margin:20px 0;
}

.online_msgBox{
	border: none;
	resize: none;
	overflow-y: auto;
	height:74px;
	width:613px;
	padding:2px 4px;
	background-color: #fff;
}

.online_btn span{
	display: inline-block;
	color: #fff;
	width: 58px;
	text-align: center;
	padding: 4px 5px;
	border-radius: 2px;
	cursor: pointer;
}
.online_p{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
	color: #000;
	height: 30px;
	line-height: 30px;
	padding: 5px 10px;
	border-bottom: 1px solid #e5e5e5;
}
.online_ul{
	width:100%
}
.online_ul .intro-bar{
	position: relative;
	letter-spacing: 1px;
	list-style-type: none;
	height: 35px;
	line-height: 35px;
	/*  padding-left:10px; */
	cursor: pointer;
	border-bottom: 1px solid #e5e5e5;
}
/* htt 11.07 */
.intro-bar .question {
	display: block;
	word-break: break-all;
	width: 97%;
	line-height: 35px;
}
.triangle-open, .triangle-close {
	position: absolute;
	top: 17px;
	right: 0px;
	border-top: 7px solid #999;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	width: 0;
	height: 0;
	overflow: hidden;
}
.triangle-close {
	top: 13px;
	right: 0px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #999;
}
.online_ul .detail{
	display:block;
}
.online_ul .detail_null{
	display:none;
}
.detail .answer {
	work-break : break-all;
	font-weight: normal;
	display: block;
	/* word-wrap: break-word; */
	background: #efefef;
	font-size: 12px;
	padding: 3px 5px;
	line-height: 22px;
}





.sel_title{
	font-size: 15px;
	letter-spacing: 1px;
	padding: 10px 10px 5px;
	border-bottom: 1px solid #ccc;
}
.online_table{
	width:100%;
}
.online_table td{
	text-align: center;
	height: 32px;
	line-height: 32px;
	width: 44%;
	cursor: pointer;
	margin: 4px 4px;
	display: inline-block;
	border: 1px solid #ddd;
	background-color: #fff;
}
.online_table td:hover{
	color:#fff;
	background: #81a5fe;
}
.selfAnswer{
	margin:20px 0;
	position:relative;
}
.selfWords {
	color:#333;
}
.selfWords .selfW1{
	margin: 5px 0;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}
.selfWords .selfW2{
	font-size: 12px;
	padding: 0px 10px;
	line-height: 19px;
	letter-spacing: 1px;
}
.selfWords .selfW3{
	padding: 0 10px;
	margin: 20px 0;
	font-size: 14px;
	letter-spacing: 3px;
}
.selfWords .selfW3 i{
	color: red;
	font-style: normal;
	padding-right: 5px;
}
.selfConsult {
	color:#333;
}
.selfConsult .selfC1{
	margin: 5px 0;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}
.selfConsult .selfC2{
	font-size: 12px;
	padding: 0px 10px;
	line-height: 19px;
	letter-spacing: 1px;
}
.selWT textarea{
	display: block;
	margin: 0 auto;
	letter-spacing: 1px;
	padding: 2px 4px;
	line-height: 17px;
	font-size: 12px;
	width: 96%;
	border: 1px solid #efefef;
	resize:none;
	overflow-y:auto;
	background-color: #fff;
}
.selT{
	margin: 15px 3px;
	letter-spacing: 1px;
}
.selTip{
	font-size: 12px;
}
.selTip .sp1{
	border: 1px solid #ddd;
	padding: 3px 8px;
	cursor: pointer;
	color:#6a91f3;
	background: #e5e5e5;
}
.selTip .sp2{

}
.selForm i{
	color:red;
	font-style: normal;
	padding-right: 5px;
}
.selForm div{
	margin:15px auto;
}
.formDiv label{
	letter-spacing: 1px;
	width: 20%;
	display: inline-block;
	text-align: center;
}
.sel_input{
	border: 1px solid #e5e5e5;
	height: 25px;
	line-height: 25px;
	width: 65%;
	margin-left: 15px;
	background-color: #fff;
}
.btn_word{
	margin: 15px auto 0;
	display: block;
	border: 0;
	color: #fff;
	padding: 8px 10px;
	width: 100px;
	text-align: center;
	cursor: pointer;
	margin-left: 100px;
}




/* color set */
.theme_default{/*绯荤粺榛樿棰滆壊  */
	background: #81a5fe;
}
.theme_blue{/* 钃濊壊 */
	background: #1a7bb9;
}
.theme_light_blue{/* 浜摑鑹� */
	background: #21b9bb;
}
.theme_red{/* 绾㈣壊 */
	background: #ec4758;
}
.theme_green{/* 缁胯壊 */
	background: #18a689;
}
.theme_black{/* 榛戣壊 */
	background: #000;
}
.theme_gray{/* 鐏拌壊 */
	background: #bababa;
}
.theme_orange{/* 姗欒壊 */
	background: #f7a54a;
}
.theme_brown{/* 妫曡壊 */
	/* background: #a2d3ca; */
	background: #4293f4;
}



.online_bg{
	height: 40px;
	padding: 5px 5px;
}
.color-b{
	background: #81a5fe;
}
.color-b1{
	background: #6a91f3;
	text-align:center;
}
.colorRed{
	color:#e66363;
	display: none;
}





/* 鍙栨秷闈㈡澘鎸夐挳 */
.selCancle{
	cursor: pointer;
	float: right;
	padding-top: 6px;
}

/* 璇勪环*/
.comment_text{
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-size: 12px;
	color: red;
}
.comments{
	text-align:center;
}
.comments p{
	margin: 30px 0 10px;
}
.comment_ul{
	margin: 20px auto;
	width: 250px;
	overflow: hidden;
}
.li_style3 li,.li_style4 li,.li_style5 li{
	float:left;
	list-style-type: none;
	height: 50px;
	cursor: pointer;
	background: url(../../img/os/kong-star.png) no-repeat center;
}

.li_style3 li{
	width: 33%;
}
.li_style4 li{
	width: 25%;
}

.li_style5 li{
	width: 20%;
}


.comment_ul li.light {
	background: url(../../img/os/full-star.png) no-repeat center;
}
.comment_ul li a {
	display: block;
	width: 100%;
	padding-top: 27px;
	overflow: hidden;
}
.comment_ul li img{
	cursor: pointer;
}
.comments textarea{
	width: 96%;
	border: 1px solid #ddd;
	resize:none;
	overflow-y:auto;
	background-color: #fff;
	padding: 4px 2px;
}
.submit-comment{
	display: inline-block;
	color: #fff;
	padding: 0 7px;
	width: 100px;
	border-radius: 1px;
	letter-spacing: 2px;
	cursor: pointer;
	height: 32px;
	line-height: 32px;
	margin-top: 10px;
}
.layui-layer-btn {
	text-align: center;
}

.bounceInRight{
	transition: width 2s, height 2s, transform 2s;
	-moz-transition: width 2s, height 2s, -moz-transform 2s;
	-webkit-transition: width 2s, height 2s, -webkit-transform 2s;
	-o-transition: width 2s, height 2s,-o-transform 2s;
}

.clear{
	clear:both;
}
/*chrome */
::-webkit-scrollbar-track {
	background-color: #e5e5e5
}
::-webkit-scrollbar {
	width: 1px;
	background-color: #e5e5e5
}
::-webkit-scrollbar-thumb {
	background-color: #999
}
/*firefox*/
::-moz-scrollbar-track {
	background-color: #e5e5e5
}
::-moz-scrollbar {
	width: 1px;
	background-color: #e5e5e5
}
::-moz-scrollbar-thumb {
	background-color: #ccc
}

.innerItem {

	width: 100%;
	background: #f4f4f4;
	color: #2b86f6;
	line-height: 1.5rem;
	margin-top: 5px;
	padding-left: .5rem;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

}























.online_left{
	width: 69%;
	height: 720px;
	border: 1px solid #ddd;
	float: left;
}
.online_right{
	width: 30%;
	height: 648px;
	margin-left: 9px;
	background: #f8f8f8;
	float: right;
}
.online_p{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
	color: #000;
	height: 30px;
	line-height: 30px;
	padding: 5px 10px;
	border-bottom: 1px solid #e5e5e5;
}
.online_ul{
	width:100%
}

.online_ul .intro-bar{
	position: relative;
	letter-spacing: 1px;
	list-style-type: none;
	height: 35px;
	line-height: 35px;
	/*  padding-left:10px; */
	cursor: pointer;
	border-bottom: 1px solid #e5e5e5;
}
.intro-bar .question {
	display: block;
	word-break: break-all;
	width: 97%;
	line-height: 35px;
}

.triangle-close {
	top: 13px;
	right: 0px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #999;
}

.online_ul .detail_null{
	display:none;
}

.answer {
	padding-left: 20px;
	color: #000;
}


.online_btn span{
	display: inline-block;
	color: #fff;
	width: 58px;
	text-align: center;
	padding: 4px 5px;
	border-radius: 2px;
	cursor: pointer;
}
.online_p{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
	color: #000;
	height: 30px;
	line-height: 30px;
	padding: 5px 10px;
	border-bottom: 1px solid #e5e5e5;
}
.online_ul{
	width:100%
}
.online_ul .intro-bar{
	position: relative;
	letter-spacing: 1px;
	list-style-type: none;
	height: 35px;
	line-height: 35px;
	/*  padding-left:10px; */
	cursor: pointer;
	border-bottom: 1px solid #e5e5e5;
}
/* htt 11.07 */
.intro-bar .question {
	display: block;
	word-break: break-all;
	width: 97%;
	line-height: 35px;
	font-size: 0.95em;
}
.triangle-open, .triangle-close {
	position: absolute;
	top: 17px;
	right: 0px;
	border-top: 7px solid #999;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	width: 0;
	height: 0;
	overflow: hidden;
}
.triangle-close {
	top: 13px;
	right: 0px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #999;
}
.online_ul .detail{
	display:block;
}
.online_ul .detail_null{
	display:none;
}
.detail .answer {
	font-weight: normal;
	display: block;
	word-wrap: break-word;
	background: #efefef;
	font-size: 12px;
	padding: 3px 5px;
	line-height: 22px;
}

.online_con{
	height:550px;
}
.online_face{
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #ddd;
}

.face1{
	height:100%;
	display: inline-block;
	cursor: pointer;
}

.face1 icon{
	vertical-align: unset;
	margin-top: 2px;
}

.face1 .face_file{
	width:20px;
	height:20px;
	position: absolute;
	opacity: 0;
	cursor:pointer;
	margin: 4px 0 0 0px;
}

.face2{
	text-align: center;
	float: right;
}
.face2 span{
	display: inline-block;
	color: #fff;
	padding: 0 7px;
	width: 36px;
	border-radius: 1px;
	letter-spacing: 2px;
	cursor: pointer;
}

.online_btn{
	text-align:right;
}

#problems{
	margin:20px 0;
}

.online_msgBox{
	border: none;
	resize: none;
	overflow-y: auto;
	height:74px;
	width:613px;
	padding:2px 4px;
	background-color: #fff;
}

