<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#searchouter{position:fixed; top:0; left:0; width:100%; height:100%; display:block; background:rgba(0, 0, 0, .8); opacity:0; z-index:50; transform:scale(1.5); visibility:hidden; transition:.5s;padding-bottom: 13%;}
#searchouter.show{opacity:1; transform:scale(1); visibility:visible;}
#searchouter .in{width:650px;}
#searchouter .in .form{width:100%; border-bottom:1px solid #e4e4e4;}
#searchouter .in .form input[name=Keyword]{padding-right:60px; width:100%; height:96px; line-height:96px; font-size:28px; color:#fff;}
#searchouter .in .form input[name=Keyword]::-webkit-input-placeholder{font-size:28px; color:#fff;}
#searchouter .in .form input[name=Keyword]::-moz-placeholder{font-size:28px; color:#fff;}
#searchouter .in .form input[name=Keyword]:-moz-placeholder{font-size:28px; color:#fff;}
#searchouter .in .form input[name=Keyword]:-ms-input-placeholder{font-size:28px; color:#fff;}
#searchouter .in .submit{top:0; right:0; bottom:0;}</pre></body></html>