#shield_page .shield_box{display: flex;justify-content: center;align-items: center;height: 100%;flex-wrap: wrap;text-align: center;align-content: center;}
#shield_page .shield_box .shield_content{font-size: 40px;color:#000;line-height: 1.2; width: 100%;}
#shield_page .shield_box .access_form{width: 100%;margin-top: 25px;}
#shield_page .shield_box .access_form .access_tips{font-size: 16px;color:#000}
#shield_page .shield_box .access_form .access_input{display: flex;align-items: center;justify-content: center;margin-top: 48px;}
#shield_page .shield_box .access_form .access_input .access_pwd{width: 400px;height: 52px; border:1px solid #000;box-sizing: border-box;border-right: 0;padding:0 18px;}
#shield_page .shield_box .access_form .access_input .access_submit{height: 52px;line-height: 52px;padding:0 20px; background-color: #000; box-sizing: border-box;border: 1px solid transparent;box-sizing: border-box;color:#fff;cursor: pointer;}