/*by hiway 2023*/
html,body{margin:0;padding:0; color:#080808;background:#f8f8f8; width: 100%; height: 100%; overflow: hidden;}
img,p{border:0;margin:0;padding:0;}.hide{display:none;}a{color:#080808;text-decoration: none;}
ol,ul{list-style: none outside none;margin:0;padding: 0;}
::-webkit-scrollbar {width: 10px;height: 10px;background-color: #f5f5f5;}
::-webkit-scrollbar-thumb {background-color: #66CB98;box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);}
::-webkit-scrollbar-track {background-color: #fff;box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);}
::selection {color: #fff;background: #66CB98; }


/*微信扫码登录*/
.loginbox {
	position: fixed;top: 0;bottom: 0;left: 0;right: 0; color: #fff;
	background-color: rgba(0,0,0,.8);z-index: 1999; text-align: center; padding-top: 200px;
}

/*聊天*/
.boxtalk{width: 100%; height: 100%; overflow: auto;}
.talkbox,.mytalkbox{overflow: hidden;padding: 20px 10px 20px;min-width: 480px;}
.head{ width: 72px; height: 72px;}
.name{ width: calc(100% - 100px);color: #aaa; font-size: 0.75em; line-height: 1em;}
.talk {width: calc(100% - 300px);line-height: 40px;border-radius: 10px; padding: 10px; position: relative;}

.talkbox .head{float: left; background: #ffffff url(//le.wlxww.com/tp5static/dsj2022/fangyiqa/sgs.png);background-size: 100%;}
.talkbox .name{float: left; margin-left: 20px;}
.talkbox .talk {background: #ffffff; margin:10px 0 0 20px; float: left;}
.talkbox .talk:before {content:"";position: absolute;width: 0;height: 0;border-top: 15px solid transparent;border-right: 15px solid #ffffff;border-bottom: 15px solid transparent;left:-10px;}

.mytalkbox .head{float: right; background: #fff url(https://img.tmuyun.com/assets/20181026/1540548206184_5bd2e66e1b011b05f912138c.png);background-size: 100%;}
.mytalkbox .name{float: right;margin-right: 20px; text-align: right;}
.mytalkbox .talk {background: rgb(149,236,105); margin:10px 20px 0 0; float: right; }
.mytalkbox .talk:before {content:"";position: absolute;width: 0;height: 0;border-top: 15px solid transparent;border-left: 15px solid rgb(149,236,105);;border-bottom: 15px solid transparent; right:-10px}


.totalkbox{background: #fff;position: fixed; bottom: 0; left: 200px;right:0; padding: 15px 20px; z-index: 94;min-width: 460px;}
.totalk{background: rgb(239,239,239); color: rgb(143,143,143); font-size: 0.8em; border-radius: 25px; text-indent: 25px;height: 40px; line-height: 40px;}

.dotalkbox{background: #fff;height: 80px;position: fixed; bottom: 0; left: 200px;right:0; padding: 15px 20px; z-index: 95;min-width: 460px;}
textarea{height: 80px; line-height: 40px; font-size: 1em;width: calc(100% - 100px); display: inline-block;vertical-align: middle; border: 0;}

.dosend{ display: inline-block;height:50px;line-height:50px;background:rgb(239,111,17);color:#eee;text-align:center;border:none;width:90px;border-radius:25px; font-size: 0.8em; }

.boxiframe{z-index: 101;}
.boxiframe iframe{width: 100%; height: 100%; border: 0; padding: 0; margin: 0;}

/*侧边栏菜单布局*/
#boxmenu{
	position: fixed;
	top: 0;bottom: 0;
	width:200px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 1000;
	background-color: #fff;
	transition: all .3s;
}
.container{padding-bottom: 100px;}
#boxmenu .layui-nav-tree{height: 100%;}
@media screen and (min-width: 950px) {
	.site-tree-mobile{display: none;}
	.site-mobile-shade{display: none;}
	.boxiframe,.container{position: fixed; left: 200px; top: 0px;bottom: 0px;right:0px;background:#f8f8f8;}
	.totalkbox{display: none;}
}
@media screen and (max-width: 949px) {
	#boxmenu {
		left: -200px;
	}
	.boxiframe{position: fixed; left: 0px; top: 0px;bottom: 0px;right:0px;background:#f8f8f8;}
	.boxiframe,.container{height: 100%;padding-bottom: 100px;box-sizing: border-box;}
	.site-mobile #boxmenu{left: 0;}
	.site-tree-mobile {
		display: block;position: fixed;
		z-index: 1669;text-align: center;
		bottom: 90px;left: 15px;border-radius: 2px;
		width: 36px;height: 36px;line-height: 30px;
		background-color: #009688;color: #fff;
	}
	.site-mobile .site-tree-mobile{display: none;}
	.site-mobile .site-mobile-shade {
		position: fixed;top: 0;bottom: 0;left: 0;right: 0;
		background-color: rgba(0,0,0,.8);z-index: 999;
	}
	.dotalkbox,.totalkbox{left: 0;}
	.phonehide{display: none;}
}
