@charset "utf8";
/*密码键盘*/
.shadows{
    position: fixed;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    background: rgba(0,0,0,.5);
    z-index:20000;
}
.password{
    position: absolute;
    bottom: -500px;
    left:0;
    right:0;
    z-index: 10000;
}
.passwordBoard{
    width: 100%;
}
.text-center{
    text-align: center;
}
.transDetail,.transactionContent li:first-child{
    background: white;
}
.passwordBoard-title{
    color: #030303;
    font-size: 18px;
    line-height: 54px;
    position: relative;
    background: white;
}
.passwordBoard-title span{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    width:40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrow-left{
    display: none;
    width: 20px;
    transform: rotate(180deg);
}
.closePassBoard{
  position: relative;
}
/*左箭头*/
.closePassBoard:before,.closePassBoard:after{
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  content: '';
  display: block;
  width:0;
  height:0;
  border:11px solid transparent;
}
.closePassBoard:before{
  border-right-color: #888;
  left: 4px;
}
.closePassBoard:after{
  border-right-color: #ffffff;
  left: 6px;
}
.passwordBoard{
    font-size: 16px;
    background: #ffffff;
}
.table-bordered{
    border-collapse: collapse;
}
.red{
  color: #FE3824 !important;
}
.passwordBoard.table-bordered tr td{
  width: 25%;
  font-size: 20px;
  line-height: 60px;
  color: #030303;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  border: 1px solid #D1D5DB;
}
.passwordBoard.numBoard.table-bordered>tbody>tr>td{
    line-height: 45px;
}
.passwordBoard.table-bordered tr td.tdblock{
  border-left: 0;
  border-right: 0;
}
.passwordBoard.table-bordered tr td.key:nth-child(4n+1){
  border-left: 0;
}
.passwordBoard.table-bordered tr td.key:nth-child(4n+4){
  border-left: 0;
}
.passwordBoard.table-bordered tr td.nbr{
  border-bottom: 0;
}
.passwordBoard.table-bordered>tbody>tr>td:not(.tdblock):hover{
    background:#f5f5f5;
}
.passwordShowArea{
    height: 48px;
    line-height: 45px;
    margin:20px 8px;
    display: flex;
    justify-content: center;
}
.passwordBoard li{
    line-height: 50px;
    font-size: 24px;
    border-radius: 5px;
    width: 16%;
    margin-right: 8px;
    font-weight: bold;
    border:1px solid #D1D5DB;
}
.passwordBoard li:nth-last-child(1){
    margin-right: 0;
}
.tdGray{
    background: #eaedf3;
}
.passwordInputShow{
    margin-top: -310px;
}
.backspace,.confirm{
  font-size: 18px !important;
}
