<!--遮罩层输入密码-->
<div class="dongjie" style="width: 100%;height: 100%;background-color: rgba(0,0,0,0.6);z-index: 11111;position: fixed;left: 0;top:0;">
<div class="jiedon_box" style="width: 92%;background: #eeeeee;height: 4.8rem;position: fixed;left: 4%;top:36%;z-index: 1111;">
<input style="width: 80%;height: 0.66rem;display: block;margin: auto;margin-top: 1rem;padding-left: 0.2rem" type="password" placeholder="请输入交易密码" name="">
<div style="margin-top:0.6rem;margin-left:10%;overflow: hidden;">
<button style="width: 2rem;height: 0.66rem;float: left;background: #0093DD;color: #ffffff">确定</button>
<button style="width: 2rem;height: 0.66rem;float:right;margin-right:11% ">取消</button>
</div>
</div>
</div>