
@-o-keyframes slideIn {
	0% {
		transform:translateY(250px) ;
	}
	100% {
		transform:translateY(0px) ;
	}
}

@-webkit-keyframes slideIn {
	0% {
		transform:translateY(250px) ;
	}
	100% {
		transform:translateY(0px) ;
	}
}

@-moz-keyframes slideIn {
	0% {
		transform:translateY(250px) ;
	}
	100% {
		transform:translateY(0px) ;
	}
}

@-o-keyframes slideOut {
	0% {
		transform:translateY(0px) ;
	}
	100% {
		transform:translateY(250px) ;
	}
}

@-moz-keyframes slideOut {
	0% {
		transform:translateY(0px) ;
	}
	100% {
		transform:translateY(250px) ;
	}
}

@-webkit-keyframes slideOut {
	0% {
		transform:translateY(0px) ;
	}
	100% {
		transform:translateY(250px) ;
	}
}
.QD{
    width: 100%;
    height: 18%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #cbcbcb;
    position: relative;
    background: #f0f1f3;
}
.kbheader{
	background:#fff;
	padding-top:1.2em;
	padding-bottom: 1.5em;
}
#errorInfo{
	font-size: 0.8em;
    text-align: center;
    line-height: 2em;
    height: 2em;
	color: #EF3024;
	display:none;
}
.tradTitle{
	font-size: 1em;
    text-align: center;
    line-height: 2.5em;
    height: 2.5em;
}
.tradUL{
	margin:0 auto;
    border: 1px solid #979797;
	border-radius:4px;
	margin-top:1.2em;
}
.tradUL li{
	width:16.6666%;
	height:100%;
	box-sizing: border-box;
    float: left;
	text-align: center;
    list-style: none;
	border-right:1px solid #ddd;
}
.tradUL li:last-child{
	border-right:0;
}
.QD .logo{
	height: 50%;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#kb_p_CLOSE,#kb_c_CLOSE {
    background: #3b98ff;
    color: #FFFFFF;
    border-radius: 3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
    text-align: center;
}
@media all and (orientation : landscape) { 
	#kb_p_CLOSE,#kb_c_CLOSE {
		width: 12%;
		height: 80%;
	}
} 

@media all and (orientation : portrait){ 
	#kb_p_CLOSE,#kb_c_CLOSE {
		width: 18%;
		height: 70%;
	}
} 
#kb_c_CAP:before,#kb_p_D>div:before,#kb_n_D>div:before,#kb_c_D>div:before{
	content:"";
}
#kb_p_D>div,#kb_n_D>div{
	height: 40%;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#kb_c_D>div{
	height: 30%;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.row1 {
	width: 100%;
	height: 26.5%;
	float: left;
}

.row2,.row3 {
	width: 100%;
	height: 26%;
	float: left;
}

.row7,.row8,.row9{
	width: 100%;
    height: 24%;
    float: left;
}
.pwd{
    width:33.33333%;
    margin:0;
    height: 100%;
    line-height: 1.6em;
    float: left;
    text-align:center;
    font-size: 1.5em;
    color:#202020;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
	background: #fff;
}
.row1pwd {
	width: 10%;
	margin: 0;
	height: 100%;
	line-height: 1.6em;
	float: left;
	text-align: center;
	font-size: 1.5em;
	color: #202020;
}

.row2pwd,.row2pwda{
	width: 10%;
	margin: 0%;
	height: 100%;
	line-height: 1.6em;
	float: left;
	text-align: center;
	font-size: 1.5em;
	color: #202020;
}

.row3pwda {
	width: 13%;
	margin: 0;
	height: 100%;
	line-height: 1.6em;
	float: left;
	text-align: center;
	font-size: 1.5em;
	color: #202020;
	margin-right: 1.5%;
	margin-left: 0.5%;
}
.row3pwdc {
	width: 13.5%;
	margin: 0;
	height: 100%;
	line-height: 1.6em;
	float: left;
	text-align: center;
	font-size: 1.2em;
	color: #202020;
	margin-left: 1.5%;
}
.row3pwdb {
	width: 10%;
	margin: 0;
	height: 100%;
	line-height: 1.6em;
	float: left;
	text-align: center;
	font-size: 1.5em;
	color: #202020;
	background-color: transparent;
}


.row5, .row6 {
    width: 100%;
    height: 20%;
    float: left;
}
#number_keyboard .pwd div{
	font-size:0.4em;
	display:block;
	letter-spacing: 2px;
	font-weight:600;
	position:relative;
}

#number_keyboard .pwd div:before{
	content:"";
}
#kb_n_SPACE,#kb_n_D{
	background:transparent !important;
	box-shadow:none !important;
}
#number_keyboard .pwd{
	width: 31.33333%;
	height:88%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 1px 0 0 #898A8D;
    background: #fff;
    border-radius: 5px;
    margin-left: 1.5%;
    text-align: center;
    font-size: 1.5em;
    color: #000;
    background: #fff;
}
.yuan {
    width: 16px;
    height: 16px;
    background: #666;
    border-radius: 50%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.pwdkeyboard,.pwdkeyboardout,.pwdkeyboardout2 {
	font-size: 16px;
	position: fixed;
	width: 100%;
	z-index: 1001;
	background: #cbcbcb;
	bottom: 0;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	display: none;
	float: left;
	margin-top: 0;
	height: 213px;
	font-family:  sans-serif;
}
.pwdkeyboard{
	-webkit-animation-name: slideIn;
	-webkit-animation-duration: 0.3s;
	-moz-animation-name: slideIn;
	-moz-animation-duration: 0.3s;
	-o-animation-name: slideIn;
	-o-animation-duration: 0.3s;
}

.pwdkeyboardout {
	-webkit-animation-name: slideOut;
	-webkit-animation-duration: 0.3s;
	-moz-animation-name: slideOut;
	-moz-animation-duration: 0.3s;
	-o-animation-name: slideOut;
	-o-animation-duration: 0.3s;
}
/* 兼容iphone X
 * 或者这么写
 * @media (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio : 3){
 *	#testkbid{
 *		padding-bottom:constant(safe-area-inset-bottom);
 *	}
 * }
 * 其中constant(safe-area-inset-bottom)可以为具体值如：10px。这个高度根据实际情况定
 **/
@supports(bottom:constant(safe-area-inset-bottom)) {
	#testkbid{
		padding-bottom: constant(safe-area-inset-bottom);
	}
}

