article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  /*
  font-family: "PingFang","Microsoft YaHei","SimSun",Arial, Verdana;
  */
}
input,
select,
textarea {
 /* font-size: 100%;*/
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
ol,
ul {
  list-style: none;
}
input{
	outline: 0;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-size: 100%;*/
  font-weight: 500;
}
.Box{
	padding-top:200px;
	width: 1000px;
	height: 0;
}


.down-KJ{
	display: block;
	width: 100%;
	line-height: 37px;
	text-align: center;
	font-size: 14px;
}
.holderClass{
    margin-left: 13px;
    margin-top: 5px;
    float: left;
    top: 8px;
    color: #b3b3b3;
    font-size: 12px !important;
    display: none;
}
.input_search{
	  position: absolute;
    top: -4px;
    left: -12px;
    background: transparent;
    width: 155px;
    height: 30px;
    margin: 3px 0px 4px 15px;
    border: none;
    color: #B7B7B7;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    display: none;
	font-family:"Microsoft YaHei" !important;
	font:13px "Microsoft YaHei" !important;
}
.hidden{
	width: auto;
	display: inline;
	font-size: 13px;
	font-weight: bold;
}

/*键盘样式*/
.soft_key{
	position:absolute;
	width: 583px;
	height: 246px;
	background: #f2f2f2;
	z-index: 999;
	border: 1px solid #666;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;

}

.soft_key * {
	box-sizing: content-box !important;
}
.soft_head{
	width: 100%;
	height: 38px;
	border-bottom: 1px solid #cecece;
      	position:relative;
}
.soft_head_left{
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	float: left;
	font-size: 0px;
}
.soft_head_left img{
	 vertical-align:top;
	 margin-top: 5px;
	 margin-right: 9px;
	 display:inline-block;
	 height:30px !important;
	 width:132px !important;
	 float:none !important;
	 border:none !important;
}
.soft_head_left span{
	display:inline-block;
	font-size: 16px;
	color: #4e4e4e;
}
.login_page_form .row_mm .soft_head_left span{
	display: inline-block;
    font-size: 16px;
    color: #4e4e4e;
    line-height: 38px;
    font-weight: normal;
    width: auto;
    height: auto;
    float: none;
}
.soft_head_right{
	position:absolute;
	width: 116px;
	height: 38px;
	top:0;
	right:9px;
}
.soft_switch span{
	display: block;
	width: 114px;
	height: 28px;
	line-height: 28px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	text-align: center;
	margin-top: 6px;
	cursor: pointer;
	font-size: 15px;
	color: #fff;
}
.login_page_form .row .soft_switch span{
	width: 114px;
	height: 28px;
	font-size: 15px;
	color: #fff;
	line-height: 28px;
	font-weight: normal;
}
.key_main{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top:9px ;
}
.key_main .row1{
	width:574px;
	height: 39px;
	padding-left: 9px;
    padding-top:0;
	padding-bottom:0;
}
.key_main_buttonL{
	width: 513px;
	height: 117px;
	float: left;
}
.keyboard_close{
	width: 61px;
	height: 110px;
	color:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	text-align: center;
	float: left;
	cursor:pointer;

}

.keyboard_close span{
	color: #fff !important;
}

.keyboard_close img{
	float:none !important;
}
.key_main .row2{
	width:504px;
	height: 39px;
	padding-left: 9px;
	 padding-top:0;
	padding-bottom:0;
}
.key_main .row1 li,.key_main .row2 li{
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	text-align: center;
	margin-right:4px;
	float: left;
	font-size: 18px;
  background: #fff;
  color: #2d2f31;
  cursor: pointer;

}
.key_main .row1 .number_key{

}
.key_main .row1 li:last-child{
	margin: 0;
}
.key_main .row1 .del,.key_main .row1 .keyboard_caps{
	width: 97px;
	font-size: 15px;
}

.del span{
	color:inherit !important;
}

.del:hover{
	color: #fff !important;
}

.del img{
	margin-top: 12px;
	margin-left: 16px;
	width: 20px;
	height: 8px;
	float: left;
}
.login_content .row_con .del img{
	width: 20px;
	height: 8px;
	border: 0;
}
.del span{
	margin-left:9px;
	font-size: 15px;
	float: left;
}
.login_page_form .row .del span{
	margin-left:9px;
	font-size: 15px;
	float: left;
	width: auto;
	height: auto;
	font-weight: normal;
	line-height: 32px;
}
.keyboard_close img{
	margin: 15px auto 6px;
  	width: 34px;
	height: 20px;
	display: block;
}
.login_content .row_con .keyboard_close img{
	width: 34px;
	height: 20px;
	border: 0;
}
.keyboard_close span{
	display: block;
	width: 20px;
	height: auto;
	line-height: 26px;
	font-size: 15px;
	margin: 0 auto;
}
.login_page_form .row .keyboard_close span{
	width: 20px;
	height: auto;
	line-height: 26px;
	font-size: 15px;
	font-weight: normal;
	float: none;
	color: rgb(45, 47, 49);
}
.key_main_button{
	width: 583px;
	height: 117px;
	clear: both;
}


.ocx_style11 {
	border: 0px solid red;
	width: 155px;
	height: 24px;
	line-height:25px;
	font-family:"Microsoft YaHei" !important;
	font:13px "Microsoft YaHei" !important;
}

.ocx_style11:focus{outline:none;}



.pwd-kongjian{
	width: 70%;
	height: 26px;
	float: left;
}

.ipt_pwd{
	width: 100%;
  height: 26px;
  position: relative;
  border: 1px solid #7F9DB9;
  float: left;
  margin-right: 20px;
  float:none !important;
  background-color:#fff;
}


.ipt_pwd_rjp{
    float: right;
    width: 68px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 33px;
}

.pwd-kongjian .input_focus {
	border:none !important;
}

.pass_style1{ /*会员*/
	height: 36px;
	width: 245px;
	border: 1px solid #e8e8e8;
	border-radius:3px;
}

.pass_style1 .key_main_button .keyboard_close:hover{
	background:#ed6a00 !important;
}

.pass_style1 .keyInfoBtn:hover{
	background:#ed6a00 !important;
	color:#fff !important;
}

.pass_style1 .ipt_pwd_rjp{
	color: #ffa927;
	margin-top:6px;
	font-size: 28px;
	text-align: right;
	padding-right:8px;
}

.pass_style1 .ocx_style11 {
	width: 193px;
	height: 36px;
	line-height:36px;
	padding-left:15px;
}

.pass_style1 .input_search {
	width:70%;
	height: 36px;
	padding-left:15px;
}

.pass_style1 .holderClass{
	line-height:27px;
	width:150px !important;
}

.pass_style1 .uninstall_style {
	width: 245px;
	height: 36px;
	line-height:36px;
	background-color:#fbfbfb;
	text-align:left !important;
}

.pass_style1 .uninstall_style a {
	color: #ff7b00;
	font-size:12px;
	height: 36px;
	line-height:36px;
	margin-left:10px;
}

.pass_style2{
	height: 40px;
	width: 100%;
	border: 1px solid #e8e8e8;
	border-radius:3px;
}

.pass_style2 .key_main_button .keyboard_close:hover{
	background:#1170e3 !important;
}

.pass_style2 .keyInfoBtn:hover{
	background:#1170e3 !important;
	color:#fff !important;
}

.pass_style2 .ipt_pwd_rjp{
	color: #4F7BFF;
	margin-top:6px;
	font-size: 28px;
	text-align: right;
	padding-right:8px;
}

.pass_style2 .ocx_style11 {
	width: 100%;
	height: 33px;
	line-height:33px;
	padding-left:8px;
}

.pass_style2 .input_search {
	width:70%;
	height: 36px;
	line-height:36px;
	padding-left: 6px;
}

.pass_style2 .holderClass{
	line-height:27px;
	width:230px !important;
}

.pass_style2 .uninstall_style {
	width: 100%;
	height: 34px;
	line-height:34px !important;
	background-color:#fbfbfb;
	text-align:left !important;
	min-width: 250px;
}

.pass_style2 .uninstall_style a {
	color: #507cff;
	font-size:12px;
	height: 36px;
	line-height:36px;
	margin-left:10px;

}



.pass_style3{/*会员*/
	height: 28px;
	width: 245px;
	border: 1px solid #9b9b9b;
}

.pass_style3 .key_main_button .keyboard_close:hover{
	background:#ed6a00 !important;
}

.pass_style3 .keyInfoBtn:hover{
	background:#ed6a00 !important;
	color:#fff !important;
}

.pass_style3 .ipt_pwd_rjp{
	color: #ffa927;
	margin-top:2px;
	font-size: 28px;
	text-align: right;
	padding-right:8px;
}

.pass_style3 .ocx_style11 {
	width: 195px;
	height: 23px;
	line-height:28px;
	padding-left:7px;
}

.pass_style3 .input_search {
	width:70%;
	height: 28px;
	line-height:28px;
	padding-left:7px;
}

.pass_style3 .holderClass{
	line-height:18px !important;
	margin-left:8px;
	color:#b3b3b3 !important;
	font-weight:normal !important;
	width:150px !important;
}

.pass_style3 .uninstall_style {
	width: 245px;
	height: 28px;
	line-height:28px;
	background-color:#fbfbfb;
	text-align:left !important;
}

.pass_style3 .uninstall_style a {
	color: #ff7b00;
	font-size:12px;
	height: 28px;
	line-height:28px;
	margin-left:10px;

}




.pass_style4{
	height: 28px;
	width: 245px;
	border: 1px solid #e8e8e8;
}

.pass_style4 .key_main_button .keyboard_close:hover{
	background:#1170e3 !important;
}

.pass_style4 .keyInfoBtn:hover{
	background:#1170e3 !important;
	color:#fff !important;
}

.pass_style4 .ipt_pwd_rjp{
	color: #59a9ed;
	margin-top:2px;
	font-size: 28px;
	text-align: right;
	padding-right:8px;
}

.pass_style4 .ocx_style11 {
	width: 195px;
	height: 26px;
	line-height:28px;
	padding-left:7px;
}

.pass_style4 .input_search {
	width:70%;
	height: 28px;
	line-height:28px;
	padding-left:7px;
}

.pass_style4 .holderClass{
	line-height:18px !important;
	margin-left:8px;
	color:#b3b3b3 !important;
	font-weight:normal !important;
	width:150px !important;
}

.pass_style4 .uninstall_style {
	width: 245px;
	height: 28px;
	line-height:28px;
	background-color:#fbfbfb;
	text-align:left !important;
}

.pass_style4 .uninstall_style a {
	color: #0090ff;
	font-size:12px;
	height: 28px;
	line-height:28px;
	margin-left:10px;

}


.pass_style5{/*会员*/
	height: 26px;
	width: 195px;
	border: 1px solid #9b9b9b;
	margin: 0;
}

.pass_style5 .key_main_button .keyboard_close:hover{
	background:#ed6a00 !important;
}

.pass_style5 .keyInfoBtn:hover{
	background:#ed6a00 !important;
	color:#fff !important;
}

.pass_style5 .ipt_pwd_rjp{
	color: #ffa927;
	font-size: 28px;
	text-align: right;
	padding-right:8px;
	width: 21px;
}

.pass_style5 .ocx_style11 {
	width: 150px;
	height: 26px;
	line-height:28px;
	padding-left: 7px;
}

.pass_style5 .input_search {
	width:70%;
	height: 28px;
	line-height:28px;
	padding-left: 7px;
}

.pass_style5 .holderClass{
	line-height:16px !important;
	margin-left:8px;
	color:#b3b3b3 !important;
	font-weight:normal !important;
	width:150px !important;
}

.pass_style5 .uninstall_style {
	width: 194px;
	height: 25px;
	line-height:25px;
	background-color:#fbfbfb;
	text-align:left !important;
}

.pass_style5 .uninstall_style a {
	color: #ff7b00;
	font-size:12px;
	height: 28px;
	line-height:28px;
	margin-left:10px;

}




.pass_style6{
	height: 26px;
	width: 195px;
	border: 1px solid #9b9b9b;
	margin: 0;
}

.pass_style6 .key_main_button .keyboard_close:hover{
	background:#1170e3 !important;
}

.pass_style6 .keyInfoBtn:hover{
	background:#1170e3 !important;
	color:#fff !important;
}

.pass_style6 .ipt_pwd_rjp{
	color: #59a9ed;
	font-size: 28px;
	text-align: right;
	padding-right:8px;
	width: 21px;
}

.pass_style6 .ocx_style11 {
	width: 150px;
	height: 26px;
	line-height:28px;
	padding-left: 7px;
}

.pass_style6 .input_search {
	width:70%;
	height: 28px;
	line-height:28px;
	padding-left: 7px;
}

.pass_style6 .holderClass{
	line-height:18px !important;
	margin-left:8px;
	color:#b3b3b3 !important;
	font-weight:normal !important;
	width:150px !important;
}

.pass_style6 .uninstall_style {
	width: 195px;
	height: 28px;
	line-height:28px;
	background-color:#fbfbfb;
	text-align:left !important;
}

.pass_style6 .uninstall_style a {
	color: #0090ff;
	font-size:12px;
	height: 28px;
	line-height:28px;
	margin-left:10px;

}

.pass_style7{/*会员*/
	height: 32px;
    width: 248px;
    border: 1px solid #ccc;
}

.pass_style7 .key_main_button .keyboard_close:hover{
	background:#ed6a00 !important;
}

.pass_style7 .keyInfoBtn:hover{
	background:#ed6a00 !important;
	color:#fff !important;
}

.pass_style7 .ipt_pwd_rjp{
	color: #ffa927;
	margin-top:4px;
	font-size: 28px;
	text-align: right;
}

.pass_style7 .ocx_style11 {
	width: 200px;
	height: 26px;
	line-height:28px;
}

.pass_style7 .input_search {
	width: 70%;
    height: 32px;
    line-height: 32px;
    left: -5px;
}

.pass_style7 .holderClass{
	line-height:18px;
	margin-left: 0;
    margin-top: 8px;
	width:150px !important;
}

.pass_style7 .uninstall_style {
	width: 245px;
	height: 28px;
	line-height:28px;
	background-color:#fbfbfb;
	text-align:left !important;
}

.pass_style7 .uninstall_style a {
	color: #ff7b00;
	font-size:12px;
	height: 28px;
	line-height:28px;
	margin-left:10px;

}

.pass_style8{
	height: 32px;
    width: 248px;
    border: 1px solid #ccc;
}

.pass_style8 .key_main_button .keyboard_close:hover{
	background:#1170e3 !important;
}

.pass_style8 .keyInfoBtn:hover{
	background:#1170e3 !important;
	color:#fff !important;
}

.pass_style8 .ipt_pwd_rjp{
	color: #59a9ed;
	margin-top:4px;
	font-size: 28px;
	text-align: right;
}

.pass_style8 .ocx_style11 {
	width: 200px;
	height: 26px;
	line-height:28px;
}

.pass_style8 .input_search {
	width: 70%;
    height: 32px;
    line-height: 32px;
    left: -5px;
}

.pass_style8 .holderClass{
	line-height:18px;
	margin-left: 0;
    margin-top: 8px;
	width:150px !important;
}

.pass_style8 .uninstall_style {
	width: 245px;
	height: 28px;
	line-height:28px;
	background-color:#fbfbfb;
	text-align:left !important;
}

.pass_style8 .uninstall_style a {
	color: #0090ff;
	font-size:12px;
	height: 28px;
	line-height:28px;
	margin-left:10px;

}

.sixPassword{
	width:300px;
	height:42px;
	background-color:#fff;
	position:relative;
	padding:0;
	display: flex;
}

.sixPassword li{
	margin-top:3px;
	width:40px;
	height: 40px;
	border:1px solid #ccc;
	text-align:center;
	float:left;
	border-radius: 8px;
	margin-left: 4px;
	list-style:none;
	padding:0;
	font-size:30px;
	line-height:40px;
}

.sixPassword li:last-child{
	/* border-right:none; */
}

.postionAndOpcity{
	position:absolute;
	z-index:5;
	opacity:0;
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		width:0 !important;
	overflow:hidden;
}

.postionAndOpcity .ocx_style11{
	width:0 !important;
}

.mockCursor{
	display:inline-block;
	width:1px;
	background-color:#000;
	height:24px;
}


