/* CSS Document */
 @media (max-device-width: 480px) and (orientation: portrait) {
 @-ms-viewport {
 width:320px;
}
}
@charset "utf-8";
html {
}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	min-width: 300px;
	max-width: 540px;
}
img {
	border: none;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.chatMoreDiv {
	text-align: center;
	color: rgba(0, 122, 255, 0.71);
	background: #d9d9d9;
	margin: 0 auto;
	width: 120px;
	margin-bottom: 12px;
	padding: 5px;
	border-radius: 5px;
}
.keyClassDiv {
	color: #007aff;
	padding: 5px 5px 0px 0px;
}
li {
	list-style: none;
}
input, select, textarea {
	outline: none;
	border: none;
	background: none;
}
textarea {
	resize: none;
}
a {
	text-decoration: none;
	color: #656565;
}
/*清浮动*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
#container {
	position: absolute;
	top: 0;
	bottom: 45px;
	overflow: hidden;
	z-index: 11;
}
#send-box {
	position: fixed;
	width: 100%;
	height: auto;
	background: #FFF;
	max-width: 540px;
	bottom: 0;
	border-top: 1px solid #d9d9db;
	z-index: 15;
}
.footSytle {
	max-width: 540px;
	margin: 0px auto;
}
.footBtn {
	border: 1px solid #a9a6a6;
	background-color: #fff;
	color: #58595B;
	padding: 3px;
	margin: 10px 5px 10px 20px;
	border-radius: 5px;
}
.footText {
	width: 60%;
	height: 23px;
	/*margin: 0px 3px 10px 11px;*/
}
.TextInputCss {
	width: 100%;
	height: 30px;
	/*padding-bottom: 10px;*/
}
.sendTextBtn {
	font-size: 15px;
	border: 1px solid #55a1ff;
	background-color: #55a1ff;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	padding: 4px 10px;
	margin-right: 1%;
}
.hideContent {
	display: none;
}
.footImgs {
	width: 55px;
	height: 55px;
	margin: 0px auto;
}
.ul-style li {
	width: 25%;
	float: left;
	text-align: center;
}
.ul-style span {
	display: -webkit-box;
	text-align: center;
	color: #000;
	font-size: 10px;
	height: 31px;
	color: #686868;
	width: 100%;
	overflow: hidden;
	-webkit-box-pack: center;
}
.footImgDiv {
	padding: 6px 0px 20px 0px;
        clear: both;
	/*border-top: 1px solid #a9a6a6;*/
}
/*聊天*/
/*#showxxView{
	height: 1344px;
    transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
    transition-duration: 0ms;
    transform: translate(0px, -719px) translateZ(0px);
}*/
.textfl {
	text-align: left;
}
.kefu-chat-main {
	padding: 15px;
}
.layim-chat-list, .layim-chat, .layim-chat-list li *, .layui-layim-min .layui-layer-content * {
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: top;
	font-size: 14px;
}
.layim-chat-list {
	display: none;
	position: relative;
	top: -80px;
	width: 200px;
	height: 520px;
	background-color: #D9D9D9;
	overflow: hidden;
	font-size: 0;
}
.layim-chat-list:hover {
	overflow-y: auto;
}
.layim-chat-list li, .layui-layim-min .layui-layer-content {
	position: relative;
	margin: 5px;
	padding: 5px 30px 5px 5px;
	line-height: 40px;
	cursor: pointer;
	border-radius: 3px;
}
.layim-chat-list li img, .layui-layim-min .layui-layer-content img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
}
.layim-chat-list li span, .layui-layim-min .layui-layer-content span {
	width: 95px;
	padding-left: 10px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.layim-chat-list li:hover {
	background-color: #E2E2E2;
}
.layim-chat-list li.layim-this {
	background-color: #F3F3F3;
}
.layim-chat-list li .layui-icon {
	display: none;
	position: absolute;
	right: 5px;
	color: #555;
	font-size: 22px;
}
.layim-chat-list li .layui-icon:hover {
	color: #c00;
}
.layim-chat-list li:hover .layui-icon {
	display: inline-block;
}
.layim-chat-system {
	margin: 10px 0;
	text-align: center;
}
.layim-chat-system span {
	display: inline-block;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 3px;
	background-color: #f4f4f4;
	cursor: default;
}
.layim-chat {
	position: relative;
	top: 0px;
	left: 0;
	width: 600px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
}
.layim-chat-title {
	position: absolute;
	top: -65px;
}
.layim-chat-other {
	position: relative;
	left: 15px;
}
.layim-chat-other img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
}
.layim-chat-other span {
	position: relative;
	top: -25px;
	left: 15px;
	font-size: 18px;
}
.layim-chat-group .layim-chat-other span {
	cursor: pointer;
}
.layim-chat-group .layim-chat-other span em {
	padding: 0 10px;
	color: #999;
}
.layim-chat-main {/*height: 150px;*/
	padding-bottom: 90px;
	padding: 10px 10px 1px 10px;
	overflow-y: auto;
	-webkit-transform: translateZ(0);
}
.layim-chat-main ul li {
	position: relative;
	font-size: 0;
	margin-bottom: 10px;
	padding-left: 2px;
	min-height: 40px;
}
.layim-chat-user, .layim-chat-text {
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: top;
	font-size: 14px;
}
.layim-chat-user {
	position: absolute;
	left: 3px;
}
.layim-chat-user img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
}
.layim-chat-user cite {
	position: absolute;
	left: 60px;
	top: -2px;
	line-height: 24px;
	font-size: 12px;
	white-space: nowrap;
	color: #999;
	text-align: left;
}
.layim-chat-user cite i {
	padding-left: 15px;
}
.layim-chat-text {
	position: relative;
	line-height: 19px;
	/*margin-top: 25px;*/ /*不显示名字*/
	padding: 10px 15px;
	background-color: #deebff;
	border-radius: 5px 20px 20px;
	color: #000;
	word-break: break-all;
	font-size: 16px;
}
/*.layim-chat-text:after {
	content: '';
	position: absolute;
	left: -6px;
	top: 10px;
	width: 0;
	height: 0;
	border-style: dashed;
	border-color: transparent;
	overflow: hidden;
	border-width: 10px;
	border-top-style: solid;
	border-top-color: #fff;
}*/
.layim-chat-text {
	max-width: 77%;
}
.layim-chat-text a {
	color: #33DF83;
}
.layim-chat-text img {
	max-width: 100%;
	vertical-align: middle;
}
.layim-chat-text .layui-layim-file, .layim-chat-mine .layim-chat-text .layui-layim-file {
	display: block;
	text-align: center;
}
.layui-layim-file:hover {
	opacity: 0.9
}
.layui-layim-file i {
	font-size: 80px;
	line-height: 80px;
}
.layui-layim-file cite {
	display: block;
	line-height: 20px;
	font-size: 14px;
}
.layim-chat-main ul .layim-chat-mine {
	text-align: right;
	padding-left: 0;
	padding-right: 2px;
}
.layim-chat-mine .layim-chat-user {
	left: auto;
	right: 3px;
}
.layim-chat-mine .layim-chat-user cite {
	left: auto;
	right: 60px;
	text-align: right;
}
.layim-chat-mine .layim-chat-user cite i {
	padding-left: 0;
	padding-right: 15px;
}
.layim-chat-mine .layim-chat-text {
	margin-left: 0;
	text-align: left;
	background-color: #228B22;
	color: #fff;
        border-radius: 20px 5px 20px 20px;
}
.layim-chat-mine .layim-chat-text:after {
	left: auto;
	right: -6px;
	border-top-color: #acfb63;
}
.layim-chat-mine .layim-chat-text a {
	color: #fff;
}
.layim-chat-footer {
	border-top: 1px solid #F1F1F1;
}
.layim-chat-tool {
	position: relative;
	padding: 0 8px;
	height: 38px;
	line-height: 38px;
	font-size: 0;
}
.layim-chat-tool span {
	position: relative;
	margin: 0 10px;
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: top;
	font-size: 24px;
	cursor: pointer;
}
.layim-chat-tool .layim-tool-log {
	position: absolute;
	right: 5px;
	font-size: 14px;
}
.layim-tool-log i {
	position: relative;
	top: 2px;
	margin-right: 5px;
	font-size: 20px;
	color: #999
}
.layim-tool-image input {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	opacity: 0.01;
	filter: Alpha(opacity=1);
}
/* 排除与bootstrap的冲突 */
.layui-layim-tab, .layim-tab-content, .layui-layim-face ul {
	margin-bottom: 0;
}
.layim-tab-content li h5 {
	margin-top: 0;
	margin-bottom: 0;
}
.layim-chat-other img, .layui-layim-face img {
	vertical-align: initial;
}
.layim-chat-other span {
	color: #444;
}
.layim-chat-other:hover {
	text-decoration: none;
}
/*//2017-7-11*/
.mainBtn {
	/*margin-bottom: 15px;*/
	width: 70%;
	border: 1px solid #CCC;
	resize: none;
	font: 18px Arial;
	overflow: hidden;
}
.drawer_screen {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #000;
	opacity: 0.5;
	overflow: hidden;
}
/*content*/

.drawer_box {
	width: 100%;
	overflow: hidden;
	position: fixed;
	top: 5%;
	z-index: 1001;
	background: #fafafa;
	margin: 0 auto;
	border-radius: 3px;
	padding-top: 20px;
}
@media screen and (min-width: 414px) {
.drawer_box {
	max-width: 540px;
}
}
.drawer_content {
	height: 310px;
	overflow-y: scroll; /*超出父盒子高度可滚动*/
}
.oinput {
	font-size: 18px;
	flex: 1;
}
.ordersA1 {
	font-size: 22px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 40px;
}
.ordersA2 {
	font-size: 18px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 32px;
}
.queryBtn {
    font-size: 14px;
    background-color: #4a8aff;
    color: #fff;
    cursor: pointer;
    text-align: center;
    padding: 9px 25px;
}
.ordersDivL {
	font-size: 16px;
	float: left;
	width: 35%;
	text-indent: 10px;
	height:20px;
	overflow:hidden;
}
.ordersDivR {
	font-size: 16px;
	width: 65%;
	float: left;
	height:20px;
	overflow:hidden;
}
.ordersC {
	padding-top: 10px;
	text-align: center;
	background: #E0E0E0;
	clear: both;
	min-height: 130px;
	overflow: hidden;
	margin-bottom: 10px;
}
.btn_ok {
	padding: 10px;
	font: 16px "microsoft yahei";
	text-align: center;
	border-top: 1px solid #e8e8ea;
	color: #3cc51f;
}
.close_btn {
	position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    color: #FF5454;
    font-size: 30px;
    padding: 0 10px;
}
.comment {
	width: 680px;
	margin: 20px auto;
	position: relative;
	background: #fff;
	padding: 20px 50px 50px;
	border: 1px solid #DDD;
	border-radius: 5px;
}
.comment h3 {
	height: 28px;
	line-height: 28px
}
.com_form {
	width: 100%;
	position: relative
}
.input {
	width: 99%;
	height: 60px;
	border: 1px solid #ccc
}
.com_form p {
	height: 28px;
	line-height: 28px;
	position: relative;
	margin-top: 10px;
}
span.emotion {
	width: 42px;
	height: 20px;
	padding-left: 20px;
	cursor: pointer
}
span.emotion:hover {
	background-position: 2px -28px
}
.qqFace {
	margin-top: 4px;
	background: #fff;
	padding: 2px;
	border: 1px #dfe6f6 solid;
}

.qqFace table td img {
	cursor: pointer;
	border: 1px #fff solid;
}
.qqFace table td img:hover {
	border: 1px #0066cc solid;
}
#show {
	width: 770px;
	margin: 20px auto;
	background: #fff;
	padding: 5px;
	border: 1px solid #DDD;
	vertical-align: top;
}
.kf-fanhui{
    display:none;
    position: fixed;
    top: 6px;
    left: 10px;
    font-size: 28px!important;
    color: #fff;
    z-index: 13;
}
.gray-filter{
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}
.pl-box{
	width: 96%;
    margin: 0 auto 14px;
    background: #eee;
    box-sizing: border-box;
    padding: 3%;
    font-size: 15px;
    border-radius: 3px;
}
.pl-list{
    margin: 20px 0;
    font-size: 12px;
    color: #666;
}
.pl-listm{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 11px;
}
.pl-item{
	width: 13%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sl-item{
	font-size: 12px;
    margin: 2% 5%;
    background: #e2e2e2;
    padding: 1.5% 3%;
    border-radius: 50px;
    color: #666;
}
.sl-item.on{
	background: #ffd370;
    color: #000;
}
.ordersIcon{
	width: 15%;
	height: 0;
	padding-bottom: 17%;
}
.orders-main{
	width: 64%;
	font-size: 1.1rem;
	margin-left: 2%;
	color: #000;
	text-align: left;
}
.order-list-time{
	clear: both;
	font-size: 0.8rem;
	color: #888;
	padding: 5px 2px 15px;
}
.hasDoneText{
	text-align: center;
    padding-top: 12px;
    font-size: 18px;
    color: orangered;
}
   