/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
style.css
*/

@charset 'UTF-8';
html {
	color: #000;
	background: #f3f3f3;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
::-webkit-scrollbar {
    display: none;
    width: 0;
}

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;
}

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;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 500;
}

q:after,
q:before {
	content: '';
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

a,
ins {
	text-decoration: none;
}

html {
	-webkit-tap-highlight-color: transparent;
}

body,
html {
	font-family: sans-serif;
}

ul,
li {
	list-style-type: none;
}

img {
	display: block;
}

@-o-keyframes slideIn {
	0% {
		transform:translateY(300px) ;
	}
	100% {
		transform:translateY(0px) ;
	}
}

@-webkit-keyframes slideIn {
	0% {
		transform:translateY(300px) ;
	}
	100% {
		transform:translateY(0px) ;
	}
}

@-moz-keyframes slideIn {
	0% {
		transform:translateY(300px) ;
	}
	100% {
		transform:translateY(0px) ;
	}
}

@-o-keyframes slideOut {
	0% {
		transform:translateY(0px) ;
	}
	100% {
		transform:translateY(300px) ;
	}
}

@-moz-keyframes slideOut {
	0% {
		transform:translateY(0px) ;
	}
	100% {
		transform:translateY(300px) ;
	}
}

@-webkit-keyframes slideOut {
	0% {
		transform:translateY(0px) ;
	}
	100% {
		transform:translateY(300px) ;
	}
}
@-moz-keyframes slideOut {
	from {
		bottom: 0px;
	}
	to {
		bottom: -300px;
	}
}

@-webkit-keyframes slideOut {
	from {
		bottom: 0px;
	}
	to {
		bottom: -300px;
	}
}

.nanjingBank{
	width:100%;
	height: 18%;
	background: #fff;
	box-sizing: border-box;
	border-bottom:1px solid #e7e7e7 ;
	border-top:1px solid #e7e7e7 ;
	display: -webkit-flex; 
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items:center;
	align-items:center;
	
}
.nanjingBank p{
	margin-left: 2%;
	color: #7c7c7c;
	font-family: "黑体";
}

.rowdelet>div,#kb_p_D>div,.rowspace>div{
	height: 50%;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#kb_c_CAP>div{
	height: 50%;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#kb_s_UP>div,#kb_s_DOWN>div,#kb_s_BACK>div {
	height: 50%;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.keyboard_left{
	float: left;
	width: 72%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.keyboard_right{
	float: left;
	width: 28%;
	height: 100%;
}
.keyboard_up{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.keyboardBox,.keyboardBox2{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

.row1{
    width: 100%;
    height: 24.5%;
    margin: 0 auto;
}
    
.row2{
    width: 100%;
    margin-left:6%;
    height: 24.5%;
}
.row2 #kb_c_10{
	margin: 0;
}
.row3{
    width: 100%;
    height: 25%;
    margin: 0 auto;
}
 .row8{
    width: 100%;
    height: 8.33333%;
    margin: 0 auto;
}   
.row4{
	width: 100%;
    height: 24.5%;
    margin: 0 auto;
}
.row5{
	width: 94.6%;
    height: 94.875%;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	 box-shadow:1px 1px 1px #ddd,inset 1px 1px 1px #bbb;
	background:#fff;
	border-radius:5px;
}
.row5 .rowborder{
	border-top: 1px solid #ddd;
	text-align: center;
	font-size: 1.3em;
    color:#202020;
}
.row5 #kb_n_CLOSE,.row5 #kb_s_BACK{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.row5 #kb_n_D,.row5 #kb_s_D{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.row6,.row7{
	width: 100%;
    height: 24.5%;
    float: left;
}
.row1pwd,.row2pwd,.row1pwdb{
    width:8.35%;
    height: 100%;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	 box-shadow:1px 1px 1px #ddd,inset 1px 1px 1px #bbb;
	background:#fff;
	border-radius:5px;
    margin-left:1.5%;
    float: left;
    text-align:center;
    font-size: 1.5em;
    color:#202020;
}
.row1pwda {
	width: 13.275%;
	height: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	 box-shadow:1px 1px 1px #ddd,inset 1px 1px 1px #bbb;
	background:#fff;
	border-radius:5px;
    margin-left:1.5%;
	float: left;
	text-align: center;
	font-size: 1.3em;
	color: #202020;
}
.row1pwdc {
	width: 15%;
	margin: 0;
	height: 100%;
	line-height: 2.1em;
	float: left;
	text-align: center;
	font-size: 1.2em;
	color: #202020;
}

.row3pwd {
	width: 30%;
	float: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	box-shadow:1px 1px 1px #ddd,inset 1px 1px 1px #bbb;
	background:#fff;
	border-radius:5px;
	margin-left:2.5%;
	text-align: center;
	font-size: 1.5em;
	color: #202020;
}
.row4pwd {
	width: 14.28%;
	margin: 0;
	float: left;
	text-align: center;
	font-size: 1.3em;
	color: #202020;
}
.row4pwda {
	width: 22.5%;
	float: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	 box-shadow:1px 1px 1px #ddd,inset 1px 1px 1px #bbb;
	background:#fff;
	border-radius:5px;
    margin-left:1.5%;
	text-align: center;
	font-size: 1.3em;
	color: #202020;
}

.row4pwdb{
	width: 20%;
	margin: 0;
	float: left;
	text-align: center;
	font-size: 1.3em;
	color: #202020;
}
.row4pwdd{
	width: 25%;
	float: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	box-shadow:1px 1px 1px #ddd,inset 1px 1px 1px #bbb;
	background:#fff;
	border-radius:5px;
    margin-left:1.5%;
	text-align: center;
	font-size: 1.3em;
}
.row4pwde{
    width:25%;
    margin:0;
    float: left;
    text-align:center;
    font-size: 1.3em;
    color:#202020;
}

.pwd{
    width:31.33333%;
    float: left;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	box-shadow:1px 1px 1px #ddd,inset 1px 1px 1px #bbb;
	background:#fff;
	border-radius:5px;
    margin-left:1.5%;
    text-align:center;
    font-size: 1.5em;
    color:#000;
    background: #fff;
}

.sure,.rowclose,#kb_n_S,#kb_p_CLOSE{
	text-align: center;
	font-size: 1.3em;
}
.pwdkeyboard {
	font-size: 16px;
	position: fixed;
	width: 100%;
	z-index: 1001;
	background: #fcfcfc;
	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: 230px;
	-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 {
	font-size: 16px;
	position: fixed;
	width: 100%;
	z-index: 1001;
	background: #fcfcfc;
	bottom: 0;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	display: none;
	float: left;
	margin-top: 0;
	height: 230px;
	-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;
}

.pwdkeyboardout2 {
	font-size: 16px;
	position: fixed;
	width: 100%;
	z-index: 1001;
	background: #fcfcfc;
	bottom: -300px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	display: none;
	float: left;
	margin-top: 0;
	height: 213px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
keyboard.css
*/

.low {
	text-transform: lowercase;
}

.upp {
	text-transform: uppercase;
}

.showKb {
	visibility: visible;
}

audio {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: auto;
}

body {
	width: 100%;
	height: auto;
}
