@charset "UTF-8";/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html {
	font-family: Arial,Helvetica,sans-serif "寰蒋闆呴粦";
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}[hidden],template {
	display: none
}

a {
	background-color: transparent;
	text-decoration: none
}

a:active,a:hover {
	outline: 0
}

button,li {
	outline: 0
}

ol,ul {
	list-style: none;
	padding: 0;
	margin: 0
}

li {
	list-style-type: none
}

abbr[title] {
	border-bottom: 1px dotted
}

b,strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0;
	max-width: 100%!important;
	outline: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	height: 0
}

pre {
	overflow: auto
}

code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible;
	text-transform: none
}

select {
	text-transform: none
}

button,html input[type=button] {
	-webkit-appearance: button;
	cursor: pointer
}

input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],html input[disabled] {
	cursor: default
}

button::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input[type=checkbox],input[type=radio] {
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,th {
	padding: 0
}

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%
}

.hidden {
	display: none!important;
	visibility: hidden
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.invisible {
	visibility: hidden
}

.clearfix:after,.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

*,:after,:before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}

a,img {
	-webkit-touch-callout: none
}

p {
	margin: 0;
	padding: 0
}

input,textarea {
	-webkit-appearance: none
}

@media only screen and (min-width:376px) {
	html {
		font-size: 11px!important
	}
}

@media only screen and (min-width:421px) {
	html {
		font-size: 12px!important
	}
}

@media only screen and (min-width:481px) {
	html {
		font-size: 13px!important
	}
}

@media only screen and (min-width:641px) {
	html {
		font-size: 14px!important
	}
}

body,html {
	height: 100%;
	width: 100%;
	font-family: Microsoft Yahei
}

.webContent {
	height: 100%;
	min-width: 1000px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.webContent .webTopBar {
	width: 100%;
	height: 60px;
	background: rgba(240,240,240,.8);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px
}

.webContent .webTopBar .logoBox {
	width: 150px;
	height: 60px
}

.webContent .webTopBar .logoBox .logo {
	width: 100%;
	height: 100%;
	background-image: url(../images/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

.webContent .webTopBar .centerBox {
	width: 200px;
	height: 60px
}

.webContent .webTopBar .centerBox .centerImage {
	width: 100%;
	height: 100%;
	background-image: url(../images/logo_bg1.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

.webContent .webTopBar .btnGround {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.webContent .webTopBar .btnGround .timeout {
	border-bottom: 1px solid #ada0a0;
	padding: 5px 0;
    text-align: center;
    margin: 0 5px;
    font-size: 1rem;
    cursor: pointer;
    display:none;
}

.webContent .webTopBar .btnGround .topBtn {
	width: 100px;
	padding: 5px 0;
	text-align: center;
	background: #ececec;
	border: 1px solid #fff;
	color: #fff;
	margin: 0 5px;
	border-radius: 50px;
	font-size: 1rem;
	cursor: pointer
}

.webContent .webTopBar .btnGround .topBtn:hover {
	color: #ef6a18
}

.webContent .webChatBox {
	height: 90%;
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.webContent .webChatBox .leftWebChat {
	height: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.webContent .webChatBox .leftWebChat .chatBox {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
	padding: 10px;
	overflow: auto;
	background: #f6fbfe;
}

.webContent .webChatBox .leftWebChat .chatBox .chatUl .iSay {
	color: #56bce0
}

.webContent .webChatBox .leftWebChat .chatBox .chatUl .iSay .iName {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 0
}

.webContent .webChatBox .leftWebChat .chatBox .chatUl .iSay .iName>span {
	margin: 0 5px
}

.webContent .webChatBox .leftWebChat .chatBox .chatUl .iSay .message {
	word-break: break-all;
    word-wrap: break-word;
	padding: 5px;
	border: 1px solid #d1d1d1;
	background: #eee;
	border-radius: 5px
}

.webContent .webChatBox .leftWebChat .chatBox .chatUl .clientSay {
	color: #232323
}

.webContent .webChatBox .leftWebChat .chatBox .chatUl .clientSay .clientName {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 0
}

.webContent .webChatBox .leftWebChat .chatBox .chatUl .clientSay .clientName>span {
	margin: 0 5px
}

.webContent .webChatBox .leftWebChat .chatBox .chatUl .clientSay .message {
	word-break: break-all;
    word-wrap: break-word;
	padding: 5px;
	border: 1px solid #d1d1d1;
	background: #fff;
	border-radius: 5px
}

.webContent .webChatBox .leftWebChat .editBox {
	height: 150px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.webContent .webChatBox .leftWebChat .editBox .toolBar {
	height: 30px;
	background: #ef6a18
}

.webContent .webChatBox .leftWebChat .editBox .toolBar .toolUl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 5px;
	cursor: pointer
}

.webContent .webChatBox .leftWebChat .editBox .toolBar .toolUl>li {
	width: 28px;
	height: 28px
}

.webContent .webChatBox .leftWebChat .editBox .toolBar .toolUl>li .icon {
	width: 100%;
	height: 100%;

	position:relative;

}
.webContent .webChatBox .leftWebChat .editBox .toolBar .toolUl>li .icon .fileInput{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
	opacity: 0;
}

.webContent .webChatBox .leftWebChat .editBox .toolBar .toolUl>li .emoji {
	background-image: url(../images/emoji.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
	-webkit-background-size: 70% 70%;
	background-size: 70%
}

.webContent .webChatBox .leftWebChat .editBox .toolBar .toolUl>li .image {
	background-image: url(../images/image.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
	-webkit-background-size: 70% 70%;
	background-size: 70%
}

.webContent .webChatBox .leftWebChat .editBox .inputBox {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 10px
}

.webContent .webChatBox .leftWebChat .editBox .inputBox .inputLeftBox {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.webContent .webChatBox .leftWebChat .editBox .inputBox .inputLeftBox .inputBox {
	width: 100%;
	height: 100px;
	border: 1px solid #eee;
	display:inline-block;
	word-wrap: break-word;
	word-break: break-all;
	overflow-y: scroll;
		
}

.webContent .webChatBox .leftWebChat .editBox .inputBox .inputRightBox {
	width: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.webContent .webChatBox .leftWebChat .editBox .inputBox .inputRightBox .sendBtn {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #ececec;
	color: #232323;
	border-radius: 5px;
	cursor: pointer
}

.webContent .webChatBox .leftWebChat .editBox .inputBox .inputRightBox .sendBtn::hover {
	color: #ef6a18
}

.webContent .webChatBox .rightWebChat {
	height: 100%;
	width: 180px;
	background: #dedede;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.webContent .webChatBox .rightWebChat .clientBox {
	width: 100%;
	height: 100%;
	background-image: url(../images/left_bj.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100%
}

.webContent .webBottomBar {
	height: 30px;
	width: 100%;
	background: #dedede;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.webContent .webBottomBar .bottomLine {
	height: 5px;
	width: 100%;
	background: #ef6a18
}

.webContent .webBottomBar .copyRight {
	color: #000;
	padding: 0 30px;
	font-size: 12px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}


.webContent .webChatBox .leftWebChat .editBox .toolBar .toolUl .chooseFile{
	width: 320px;
}

.webContent .webChatBox .leftWebChat .editBox .toolBar .toolUl .sendFileLi{
	width: 100px;
}

#fullBackgroundDIV{
	/* display:block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(240, 240, 240, 0.3); */
	position:relative;
	margin-top:15%;
	/* top: 60%; */
	left: 40%;
}

#validateDIV{
	/* position: absolute; */
}

#validateDIV div{
	position: relative;
	float:left;
}

#submitValidate{
	width:100px;
	color:white;
	background-color: orange;
	border-radius: 5px;
}