.speed{
	width:780px;
	height:393px;
    /*background-image: url("../images/chat.png");
	background: rgba(0, 0, 0, 0.1);*/
	background-color: #fff;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    margin:123px 0px 0px 560px;
    transform: translate(-50%,-50%);
    z-index:9999;
	border-radius:13px;
}
/*弹出登录窗口样式*/
.chat{
    width: 780px;
    height: 383px;
    /*background-image: url("../images/chat.png");*/
	background-color: #F7F7F7;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: fixed;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index:9999;
	border-radius:13px;
}
   .chat .logintitle{
     margin:19px 0px 0px 60px;
	 font-size:23px;
    }	
   .chat .wxconta{
     margin:9px 0px 0px -10px;width: 200px;height:200px;
    }
	
 .chat .wxpic{
     margin:36px 0px 0px 23px;width: 200px;height:200px;
    }		
   .chat .logindl{
     width: 480px;
     height:360px;
     margin:-399px 0px 0px 200px;
    }
	
   .chat #rimg {
    display:block;
    background-image: url("../img/rimg.yanjx.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width:419px;
    height: 419px;
    position: absolute;
    right:-148px;
    top:-23px;

}
	.chat .button_login {
	margin:19px 1px 1px  90px;
	}
	.chat .zhaohui {
	margin:-43px 1px 1px  186px;
   }
  .chat .zhaohui a{
    height: 48px;
    font-size:13px;
    color:#000;
    font-weight: bold;
    text-align: center;
    line-height: 48px;

}

  .tx-xian{
   border:1px solid #ddd;
   width: 215px;
   margin:19px 1px 10px 119px;
   border-radius:3px;
   height:30px;
   padding:1px;border-radius:5px;
  }	
  
   .tx-user-n{
   position: absolute;
   margin:29px 1px 10px 70px;
  }	
   .tx-user-p{
   position: absolute;
   margin:13px 1px 10px 70px;
  }	
    
  
  .tx-input1{
   line-height:35px;
   border-radius:5px;
   height:30px;
   border:0;
   padding:0px 0px 0px 0px;
   width:100%;
   background-color: transparent;
 }

.login_Other {
   padding:38px 0px 0px 3px;
}


.button {
  display: inline-block;
  border-radius: 8px;
  background-color: #2079b0;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 8px;
  width: 80px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  text-decoration:none;
}
/* 悬停样式 */
.button:hover {
  background: #2079b0;
  background-image: -webkit-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -moz-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -ms-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -o-linear-gradient(top, #2079b0, #eb94d0);
  background-image: linear-gradient(to bottom, #2079b0, #eb94d0);
  text-decoration: none;
}


.chat #close{
    display:block;
    background-image: url("../img/chat_close.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width:44px;
    height: 44px;
    position: absolute;
    left:-16px;
    top:-23px;
}
.chatMask{
    width:100%;
    height: 7070px;
    background:rgba(0,0,0,.6);
    position: fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:9999;
}
/*弹出填写邮箱手机窗口*/
.chat_phone{
    width: 528px;
    height: 248px;
	background-color: #F7F7F7;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: fixed;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index:9999;
	border-radius:13px;
}

.chat_phone .phonetitle{
     margin:23px 0px 0px 23px;
	 font-size:18px;
}	
.chat_phone .phone{
     width: 480px;
     height:360px;
     margin:23px 0px 0px 0px;
}
.chat_phone .button_phone {
	margin:19px 1px 1px  190px;
}

/*登录后弹出选择文件窗口*/
.chat_addfile{
    width: 595px;
    height: 175px;
	background-color: #F7F7F7;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: fixed;
    left:50%;
    top:70%;
    transform: translate(-50%,-50%);
    z-index:9999;
	border-radius:13px;
}

.chat_addfile  #cimg {
    display:block;
    background-image: url("../img/cimg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width:419px;
    height:186px;
    position: absolute;
    left:180px;
    top:-160px;

}
.chat_addfile .addfile{
     width:400px;
     height:360px;
     margin:-50px 0px 0px -438px;
}
.addfile_btn_addimg {
	border-radius: 0px;
	font-weight: 100;
	cursor: pointer;
	display: inline-block;
	padding: 5px;
	font-size: 36px;
	border-radius: 3px;
    width: 560px;
    height: 138px;	
	font-family: '微软雅黑';
}
 
.addfile_btn_addimg-primary {
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, .1);
	background-image: -webkit-linear-gradient(top, #4d90fe 0, #4787ed 100%);
	background-image: -o-linear-gradient(top, #4d90fe 0, #4787ed 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe),
  to(#4787ed));
	background-image: linear-gradient(to bottom, #4d90fe 0, #4787ed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d90fe',
  endColorstr='#ff4787ed', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border: 1px solid #3079ed;
    margin: 69px 99px 39px 456px;
	padding:38px ;	
	font-size: 36px;
	border-radius:6px;	
	font-family: '微软雅黑';
}
/* 悬停样式 */
.addfile_btn_addimg-primary:hover {
  background: #2079b0;
  background-image: -webkit-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -moz-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -ms-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -o-linear-gradient(top, #2079b0, #eb94d0);
  background-image: linear-gradient(to bottom, #2079b0, #eb94d0);
  text-decoration: none;
}

.chat_addfile #addfile_close{
    display:block;
    background-image: url("../img/chat_close.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width:44px;
    height: 44px;
    position: absolute;
    /*left:570px;
    top:-23px;*/
    left:285px;
    top:-139px;	
}

.chat_office #office_close_filetxt{
    display:block;
    background-image: url("../img/chat_close.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width:44px;
    height: 44px;
    position: absolute;
    left:970px;
    top:-23px;
}
/*识别完成后弹出选择文件窗口*/
.chat_ocrok{
    width: 768px;
    height: 478px;
	background-color: #F7F7F7;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: fixed;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index:9999;
	border-radius:13px;
}

.chat_ocrok  .ocrok_tite {
    display:block;
    background-image: url("../img/ok.png");
    background-repeat: no-repeat;
    width:170px;
    height:82px;
    position: absolute;
    left:18px;
    top:16px;
	 font-size:18px;

}
.chat_ocrok .ocrok_text{
     width:710px;
     height:90px;
	font-size:23px;
	margin:55px 0px 0px 123px;
	Justify-content:center;
    align-items:center;	
	font-family: '微软雅黑';
}
.ocrok_text_foot{
font-size:23px;
 margin:-33px 99px 39px 115px;
}
.ocrok_foot_close{
     width:160px;
     height:30px;
	font-size:20px;
	Justify-content:center;
    align-items:center;	
	font-family: '微软雅黑';
	margin: 13px 0px 0px 300px;
}
.ocrok_foot_buy{
	color:#3C3C3C; 
    text-decoration:underline; 
	font-size:20px;
	Justify-content:center;
    align-items:center;	
	font-family: '微软雅黑';
	margin: -85px 0px 0px 460px;
}

.ocrok_foot_buy:hover { 
color:#FF00FF; 
text-decoration:none; 
}


.chat_ocrok #ocrok_close{
    display:block;
    background-image: url("../img/chat_close.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width:44px;
    height: 44px;
    position: absolute;
    left:745px;
    top:-23px;
}
.ocrok_btn_addimg-primary {
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, .1);
	background-image: -webkit-linear-gradient(top, #4d90fe 0, #4787ed 100%);
	background-image: -o-linear-gradient(top, #4d90fe 0, #4787ed 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe),
  to(#4787ed));
	background-image: linear-gradient(to bottom, #4d90fe 0, #4787ed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d90fe',
  endColorstr='#ff4787ed', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border: 1px solid #3079ed;
    margin: -13px 99px 39px 65px;
	padding:18px ;	
	font-size: 26px;
	border-radius:6px;	
	font-family: '微软雅黑';
}
/* 悬停样式 */
.ocrok_btn_addimg-primary:hover {
  background: #2079b0;
  background-image: -webkit-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -moz-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -ms-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -o-linear-gradient(top, #2079b0, #eb94d0);
  background-image: linear-gradient(to bottom, #2079b0, #eb94d0);
  text-decoration: none;
}
.ocrok_btn_addimg-primary a {
  background-color:yellow;
}

.ocrok_btn_office-primary {/* 在线预览 */
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, .1);
	background-image: -webkit-linear-gradient(top, #4d90fe 0, #4787ed 100%);
	background-image: -o-linear-gradient(top, #4d90fe 0, #4787ed 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe),
  to(#4787ed));
	background-image: linear-gradient(to bottom, #4d90fe 0, #4787ed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d90fe',
  endColorstr='#ff4787ed', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border: 1px solid #3079ed;
    margin: -133px 99px 39px 265px;
	padding:18px ;	
	font-size: 26px;
	border-radius:6px;	
	font-family: '微软雅黑';
}
/* 悬停样式 */
.ocrok_btn_office-primary:hover {
  background: #2079b0;
  background-image: -webkit-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -moz-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -ms-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -o-linear-gradient(top, #2079b0, #eb94d0);
  background-image: linear-gradient(to bottom, #2079b0, #eb94d0);
  text-decoration: none;
}

.ocrok_btn_buy-primary {/* 充值升级 */
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, .1);
	background-image: -webkit-linear-gradient(top, #4d90fe 0, #4787ed 100%);
	background-image: -o-linear-gradient(top, #4d90fe 0, #4787ed 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe),
  to(#4787ed));
	background-image: linear-gradient(to bottom, #4d90fe 0, #4787ed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d90fe',
  endColorstr='#ff4787ed', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border: 1px solid #3079ed;
    margin: -168px 99px 39px 465px;
	padding:18px ;	
	font-size: 26px;
	border-radius:6px;	
	font-family: '微软雅黑';
}
.ocrok_btn_buy-primary:hover {
  background: #2079b0;
  background-image: -webkit-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -moz-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -ms-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -o-linear-gradient(top, #2079b0, #eb94d0);
  background-image: linear-gradient(to bottom, #2079b0, #eb94d0);
  text-decoration: none;
}
/* 微软预览页 */
.chat_office{
    width:1000px;
    height:610px;
	background-color: #F7F7F7;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: fixed;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index:9999;
	border-radius:13px;
}
.chat_ocrok #office_close{
    display:block;
    background-image: url("../img/chat_close.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width:44px;
    height: 44px;
    position: absolute;
    left:745px;
    top:-23px;
}

.dowbtn {
	border-radius: 0px;
	font-weight: 100;
	cursor: pointer;
	display: inline-block;
	padding: 0px;
	font-size: 26px;
	border-radius: 3px;
    width: 240px;
    height:60px;	
	font-family: '微软雅黑';
}
 
.dowbtn-primary {
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, .1);
	background-image: -webkit-linear-gradient(top, #4d90fe 0, #4787ed 100%);
	background-image: -o-linear-gradient(top, #4d90fe 0, #4787ed 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe),
  to(#4787ed));
	background-image: linear-gradient(to bottom, #4d90fe 0, #4787ed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d90fe',
  endColorstr='#ff4787ed', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border: 1px solid #3079ed;
    margin: 15px 0px 40px 56px;
	padding:13px ;	
	font-size: 21px;
	border-radius:6px;	
	font-family: '微软雅黑';
}
/* 悬停样式 */
.dowbtn-primary:hover {
  background: #2079b0;
  background-image: -webkit-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -moz-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -ms-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -o-linear-gradient(top, #2079b0, #eb94d0);
  background-image: linear-gradient(to bottom, #2079b0, #eb94d0);
  text-decoration: none;
}

.export_btn {
	border-radius: 0px;
	font-weight: 100;
	cursor: pointer;
	display: inline-block;
	padding: 0px;
	font-size: 26px;
	border-radius: 3px;
    width: 180px;
    height:60px;	
	font-family: '微软雅黑';
}

.chat_ocrok .ocrok_btn {
	padding:0px 0px 0px 83px;	
	font-size: 21px;	
	font-family: '微软雅黑';
}
.dowbtn-primaryXlsx {
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, .1);
	background-image: -webkit-linear-gradient(top, #4d90fe 0, #4787ed 100%);
	background-image: -o-linear-gradient(top, #4d90fe 0, #4787ed 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe),
  to(#4787ed));
	background-image: linear-gradient(to bottom, #4d90fe 0, #4787ed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d90fe',
  endColorstr='#ff4787ed', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border: 1px solid #3079ed;
    margin: 3px 0px 70px 5px;
	text-align:center;
	padding:5px ;
    width: 146px;
	
	font-size: 19px;
	border-radius:6px;	
	font-family: '微软雅黑';
}
/* 悬停样式 */
.dowbtn-primaryXlsx:hover {
  background: #2079b0;
  background-image: -webkit-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -moz-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -ms-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -o-linear-gradient(top, #2079b0, #eb94d0);
  background-image: linear-gradient(to bottom, #2079b0, #eb94d0);
  text-decoration: none;
}

.dowtext {
	font-size: 20px;
    height: 30px;	
	font-family: '微软雅黑';
	margin: -70px 0px 0px 316px;
}
.dowtext_msn {
	position: fixed;
	font-size: 12px;
	width: 668px;
    height: 30px;	
	font-family: '微软雅黑';
	color: #4d90fe;	
	margin: -20px 0px 0px 566px;
}
.ocrok_msn {
	font-size: 15px;
	width: 668px;
    height: 30px;	
	font-family: '微软雅黑';
	color: #4d90fe;
	margin: 0px 0px 0px 0px;
}
.ocrok_msn a {
  color:#F00;
}
.dow_notzhichi {
	font-size: 30px;   	
	font-family: '微软雅黑';
	margin:50px 0px 0px 106px;
}
.chat_ocrurl{
    width: 768px;
    height: 448px;
	background-color: #F7F7F7;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: fixed;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index:99991;
	border-radius:13px;
}
.chat_ocrurl  .chat_ocrurl_tite {
    display:block;
    background-image: url("../img/log_l.png");
    background-repeat: no-repeat;
    width:170px;
    height:170px;
    position: absolute;
    left:18px;
    top:116px;
	 font-size:18px;

}
.chat_ocrurl .chat_ocrurl_text{
     width:510px;
     height:90px;
	line-height:30px;
	 
	font-size:15px;
	margin:39px 0px 0px 213px;
	Justify-content:center;
    align-items:center;	
	font-family: '微软雅黑';
}
.chat_ocrurl .chat_ocrurl_text p{padding:8px 0;}

.chat_ocrurl #ocrurl_close{
    display:block;
    background-image: url("../img/chat_close.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width:44px;
    height: 44px;
    position: absolute;
    left:745px;
    top:-23px;
}

/*关闭弹出窗口提示*/
.chat_login_colsemsn{
    width: 768px;
    height: 448px;
	background-color: #F7F7F7;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: fixed;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index:99991;
	border-radius:13px;
}

.chat_login_colsemsn  .login_colsemsn_tite {
    display:block;
    background-image: url("../img/log_l.png");
    background-repeat: no-repeat;
    width:170px;
    height:170px;
    position: absolute;
    left:18px;
    top:66px;
	 font-size:18px;

}
.chat_login_colsemsn .login_colsemsn_text{
     width:500px;
     height:90px;
	font-size:20px;
	margin:55px 0px 0px 213px;
	Justify-content:center;
    align-items:center;	
	font-family: '微软雅黑';
}

.login_colsemsn_btn-primary {
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, .1);
	background-image: -webkit-linear-gradient(top, #4d90fe 0, #4787ed 100%);
	background-image: -o-linear-gradient(top, #4d90fe 0, #4787ed 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe),
  to(#4787ed));
	background-image: linear-gradient(to bottom, #4d90fe 0, #4787ed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d90fe',
  endColorstr='#ff4787ed', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border: 1px solid #3079ed;
    margin: 150px 0px 0px 149px;
	padding:18px ;	
	font-size: 26px;
	border-radius:6px;	
	font-family: '微软雅黑';
}
/* 悬停样式 */
.login_colsemsn_btn-primary:hover {
  background: #2079b0;
  background-image: -webkit-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -moz-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -ms-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -o-linear-gradient(top, #2079b0, #eb94d0);
  background-image: linear-gradient(to bottom, #2079b0, #eb94d0);
  text-decoration: none;
}

.login_colsemsn_btn_not-primary {/* 点击取消 */
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, .1);
	background-image: -webkit-linear-gradient(top, #4d90fe 0, #4787ed 100%);
	background-image: -o-linear-gradient(top, #4d90fe 0, #4787ed 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe),
  to(#4787ed));
	background-image: linear-gradient(to bottom, #4d90fe 0, #4787ed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d90fe',
  endColorstr='#ff4787ed', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border: 1px solid #3079ed;
    margin: 150px 0px 0px 20px;
	padding:18px ;	
	font-size: 26px;
	border-radius:6px;	
	font-family: '微软雅黑';
}
/* 悬停样式 */
.login_colsemsn_btn_not-primary:hover {
  background: #2079b0;
  background-image: -webkit-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -moz-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -ms-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -o-linear-gradient(top, #2079b0, #eb94d0);
  background-image: linear-gradient(to bottom, #2079b0, #eb94d0);
  text-decoration: none;
}

.login_colsemsn_btn_nokf-primary {/* 在线客服 */
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, .1);
	background-image: -webkit-linear-gradient(top, #4d90fe 0, #4787ed 100%);
	background-image: -o-linear-gradient(top, #4d90fe 0, #4787ed 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe),
  to(#4787ed));
	background-image: linear-gradient(to bottom, #4d90fe 0, #4787ed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d90fe',
  endColorstr='#ff4787ed', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border: 1px solid #3079ed;
    margin: 150px 0px 0px 20px;
	padding:18px ;	
	font-size: 26px;
	border-radius:6px;	
	font-family: '微软雅黑';
}
.login_colsemsn_btn_nokf-primary:hover {
  background: #2079b0;
  background-image: -webkit-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -moz-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -ms-linear-gradient(top, #2079b0, #eb94d0);
  background-image: -o-linear-gradient(top, #2079b0, #eb94d0);
  background-image: linear-gradient(to bottom, #2079b0, #eb94d0);
  text-decoration: none;
}

/*切换卡位*/
.tabsBox{ width:330px; left:30px; top:200px;position:relative;}
.tabs{ height:20px;left:30px;  top:200px;}
.tabs li{ width:80px; text-align:center; padding-top:2px; line-height:18px; float:left; background-color:#f0f0f0; margin-right:5px; list-style:none; position:relative; cursor:pointer; color:#333;}
.tabs li span{ display:none;}
.tabs .cur{ background-color:#ccc;}
.tabs .cur span{ display:block; width:1px; height:1px; border:solid 8px; border-color:#f0f0f0 #F7F7F7 #F7F7F7 #F7F7F7; position:absolute; top:20px; left:2px; overflow:hidden; z-index:-1;}
.cons{ height:190px; padding:8px 1px; overflow:hidden; position:relative; z-index:1000;}
.cons ul li{ list-style:none; line-height:20px; left:2px;}
.hidden{ display:none;}
.block{ display:block;}
.formlogin{
   position: absolute;
   margin:0px 0px 0px -60px;
  }	
 /*20220726*/ 
 .chat_addfile #topimg {
    display:block;
    background-image: url("../../images/topimg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width:319px;
    height: 125px;
    position: absolute;
    left:25%;
    top:-105PX;
}
 
