@charset"utf-8";
.webim_screen{
	background: #aaa url("../images/ui-bg_flat_0_aaaaaa_40x100.png") repeat-x scroll 50% 50%;
    opacity: 0.3;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); /* IE6/IE7/8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)"; /*  IE8 */
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    display:none;
}
#webim_int_load,#webim_yk_load{
	position: fixed;
	outline: 0 none;
	display:none;
	padding: 10px 20px;
	width:auto;
	left:50%;
	top:50%;
	margin-left:-100px;
	height:auto;
	background-color: #fff;
    border: 2px solid #95b8e7;
    color: #000;
    overflow-y: hidden;
    border-radius: 5px;
}
#webim_int_load p{
	font-size: 14px;
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
}
.webim-tip-dialog{
	border: 0 none;
    display: none;
    height: auto;
    padding: 0;
    left:50%;
	top:50%;
	margin-left:-150px;
	margin-top:-150px;
    width: 300px;
    position: fixed;
	outline: 0 none;
    box-shadow: 2px 2px 10px #909090;
    border-radius: 5px;
    line-height:25px;
    background-color: #fff;
}
.webim-tip-dialog img{
	width: 22px;
	height: 22px;
	cursor:pointer;
	margin-left: 10px;
	vertical-align: middle;
	border:none;
	outline:medium;
}

.webim-tip-dialog li{
	list-style-type:square;
	height: 33px;
    margin-left: 25px;
    vertical-align: middle;
}
.webim-dialog-titlebar{
	background: #1285d5 none repeat scroll 0 center;
    border: 0 none;
    color: #fff;
    font-weight: bold;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0.4em 1em;
    position: relative
    
}
.webim-dialog-title {
    margin: 0.1em 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    font-size: 14px;
    color: #fff;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
}
.webim-dialog-btn-close{
	background: #1285d5 none repeat scroll 0 center;
    border: 0 none;
    color: #2e6e9e;
    font-weight: bold;
    font-size: 1em;
    height: 20px;
    margin: -10px 0 0;
    padding: 1px;
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    overflow: visible;
    text-align: center;
    vertical-align: middle;
}

.webim-dialog-titlebar-close {
    background-image: url("../images/ui-icons_6da8d5_256x240.png");
     left: 50%;
    margin-left: -8px;
     margin-top: -8px;
    position: absolute;
    top: 50%;
     background: rgba(0, 0, 0, 0) url("../images/close.png") no-repeat scroll 0 0 !important;
     height: 16px;
    width: 16px;
}
.webim-dialog-content{
	display: block;
    height: auto;
    max-height: none;
    min-height: 105px;
    width: auto;
    background: #fff;
    border: 0 none;
    overflow: auto;
    padding: 0.5em 1em;
    position: relative;
    line-height: 25px;
    color: #222;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
}
.webim-dialog-content p{
	margin:5px 0px 15px 5px;color:#222;font-size:12px;
}
.webim-dialog-content li{
	font-size:12px;
}
.webim_tip_alert_warn{
    background: #fcf8e3 url("../images/wj.jpg") no-repeat scroll 12px center;
    border: 1px solid #faebcc;
    color: #8a6d3b;
    left:50%;
	top:50%;
    font-size: 14px;
    overflow-y: hidden;
    padding: 10px 15px 10px 35px;
    display: none;
    height: auto;
    margin-left: -100px;
    width: auto;
    z-index: 100000;
    border-radius: 5px;
    position: fixed;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
}
.webim_tip_alert_success{
    background: #dff0d8 url("../images/correct.png") no-repeat scroll 12px center;
    border: 1px solid #d6e9c6;
    color: #3c763d;
    left:50%;
	top:50%;
    font-size: 14px;
    overflow-y: hidden;
    padding: 10px 15px 10px 35px;
    display: none;
    height: auto;
    margin-left: -100px;
    width: auto;
    z-index: 100000;
    border-radius: 5px;
    position: fixed;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
}
.webim-group-dialog{
	margin-top:-10px;
	width:200px;
	margin-left:-100px;
}

.webim_session_dialog{
	margin-top:-10px;
}

.webim-dialog-content-alert{
	padding-left: 46px;
    background: url('../images/ico_tip.png') 1% 60% no-repeat;
    height: 30px;
    padding-top: 20px;
    text-align: left;
    vertical-align: middle;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    margin: .5em 1em;
}
.webim-dialog-buttonpane{
	text-align: right;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    background-color: #F1FAFD;
    border: 0;
    padding: 0.1em 1em 0.2em 0.2em;
    color: #222;
}
.webim_btn_blue{
	background-color: #199EDF!important;
    border: 0!important;
    color: #fff!important;
    font-weight: bold!important;
    font-size: 1em;
    margin: .5em .4em .5em 0;
    cursor: pointer;
    border-radius: 5px;
    padding: .4em 1em;
    color:#fff;
}
.webim_btn_white{
	background-color: #fff!important;
    font-weight: bold!important;
    font-size: 1em;
    margin: .5em .4em .5em 0;
    cursor: pointer;
    border-radius: 5px;
    padding: .4em 1em;
    color:#00;
    border: 1px solid #c5dbec;
}

.webim_btn_white:hover{
    border: 1px solid #199EDF;
}
.wenjb .swfupload{opacity: 0;}

.webim_wrap_top2{
	z-index:100002;
}
.webim_wrap_top{
	z-index:100001;
}

.webuploader-container {
	position: relative;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}
#webim_picSpan .webuploader-pick{
	background: rgba(0, 0, 0, 0) url("../images/wenja.png") no-repeat scroll 0 0;
}
#webim_fileSpan .webuploader-pick{
	background: rgba(0, 0, 0, 0) url("../images/wenjb.png") no-repeat scroll 0 0;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}
.webim-dialog-register-content{
	padding:10px 10px 20px 10px;
	font-size:14px;
}
.webim-dialog-register-content i{
	color:red;font-size:14px;
}
.webim_register_login{
	width:100%;text-align:right;
	height:30px;
}
.webim_register_login span{
	color:#989898;cursor:pointer;font-size:14px;
}
.webim-dialog-register-content .webim_register_tip{
	height:auto;line-height:20px;padding-left:0;
	font-size:12px;
	color:red;
	text-align:left;
}
.webim-dialog-register-content p{
	height:45px;
	line-height:45px;
	 font-size:14px;
}

.webim-dialog-register-content p input{
	height: 32px;
	width: 170px;
	font-size:14px;
	 padding-left: 10px;
	 border: 1px solid #e6e6e6;
    border-radius: 2px;
    transition: border-color 0.3s cubic-bezier(0.65, 0.05, 0.35, 0.5) 0s
}
.webim-dialog-register-content p select{
	height: 32px;
	font-size:14px;
	 border: 1px solid #e6e6e6;
    border-radius: 2px;
     padding-left: 5px;
    transition: border-color 0.3s cubic-bezier(0.65, 0.05, 0.35, 0.5) 0s
}

.webim-dialog-register-content p span,.webim-dialog-register-type > span{
	display: inline-block;
    width: 80px;
    font-size:14px;
    text-align: right;
    line-height: 40px;
    height:40px;
}

.webim-dialog-register-type .layui-form-radio{
	margin: 10px 10px 0 0;
	display:block;
	text-align:left;
	margin-right:20px
}
.layui-form-radio{
	width:100%;
	height:30px;
}
.layui-form-radio i{
	float:left;
	
}

.layui-form-radio:hover{
	background-color:#eee;
}

.webim-dialog-register-type .layui-form-radio .layui-icon{
	font-size:20px;
}
#webim_register_city{
	margin-left:30px;
}
#contact_person_num{
	font-style: normal;
}

.layui-form-radio span {
   float: left;
    padding-left: 10px;
    width: 320px;
}
.webim_choose_wrap{
	display:none;
	padding:10px 10px 10px 20px;
	text-align:center;
}
.webim-dialog-register-type {margin-bottom:10px;}
.webim-send-btn{cursor:pointer};
