input,
li,
ul {
  margin: 0;
  padding: 0;
  font-family: "PingFang","Microsoft YaHei","SimSun",Arial, Verdana;
}

ol,
ul {
  list-style: none;
}
input{
  outline: 0;
}

.Box{
	padding-top:200px;
	width: 1000px;
	height: 50px;
}
.ipt_pwd {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.pwd-kongjian{
	width: 177px;
	height: 37px;
	float: left;
}
.down-KJ{
	display: block;
	width: 100%;
	line-height: 37px;
	text-align: center;
	font-size: 14px;
}
.holderClass{

}
.input_search{
    background: transparent;
    border: none;
	outline: none;
    display: none;
	color: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hidden{
	width: 100%;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	height:100px;
}
.ipt_pwd_rjp{
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    height: 100%;
}
/*閿洏鏍峰紡*/
.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_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: 3px;
	 margin-right: 9px;
	 display:inline-block;
}
.soft_head_left span{
	display:inline-block;
	font-size: 16px;
	color: #4e4e4e;
}
.soft_head_right{
	position:absolute;
	width: 115px;
	height: 38px;
	top:0;
	right:9px;
}
.soft_switch span{
	display: block;
	width: 115px;
	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;
}
.key_main{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top:9px ;
}
.row1{
	width:574px;
	height: 39px;
	padding-left: 9px;
}
.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;
}
.row2{
	width:504px;
	height: 39px;
	padding-left: 9px;
}
.row1 li,.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;
}
.row1 li:last-child{
	margin: 0;
}
.row1 .del,.row1 .keyboard_caps{
	width: 97px;
	font-size: 15px;
}
.del img{
	margin-top: 12px;
	margin-left: 16px;
	width: 20px;
	height: 8px;
	float: left;
}
.del span{
	margin-left:9px;
	font-size: 15px;
	float: left;
}
.keyboard_close img{
	margin: 15px auto 6px;
  width: 34px;
	height: 20px;
	display: block;
}
.keyboard_close span{
	display: block;
	width: 20px;
	height: auto;
	line-height: 26px;
	font-size: 15px;
	margin: 0 auto;
}
.key_main_button{
	width: 583px;
	height: 117px;
	clear: both;
}