/*@font-face {font-family:'Alte DIN 1451 Mittelschrift';src:url('../0_index_font/adm.ttf');font-weight:normal;font-style:normal;}*/
@font-face {font-family:'Poppins';src:url('../000000/font/pop.ttf');font-weight:normal;font-style:normal;}
body {padding:15px;margin:0;background: #E6E8E5 linear-gradient(45deg, rgb(200, 226, 251), rgb(251, 236, 214));background-attachment:fixed;font-family:-apple-system,'Poppins','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;}
ul,li,h1,h2,h3,p,i {margin:0;padding:0;}
ul li {list-style-type:none;}
em,cite,i{font-style:normal;}
a {color:#333;text-decoration:none;}
.urllist {max-width:1500px;margin:10px auto;overflow:hidden;}
.urllist h2 {height:40px;margin:10px 0px 5px;padding:0px 30px;color:#444;line-height:40px;font-size:24px;font-weight:200;}
.urllist ul {padding:0px 10px;display:flex;flex-wrap:wrap;}
.urllist li {width:20%;box-sizing:border-box;}
.urllist li a {display:block;height:44px;padding:15px 15px 15px 70px;margin:8px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.07);border-radius:12px;position:relative;transition: all .2s;}
.urllist li span {display:block;width:42px;height:42px;background-color:#fff;background-repeat:no-repeat;background-size:auto 42px;background-position:center;border-radius:50%;border:1px solid #f1f1f1;position:absolute;top:15px;left:15px;transition: all .2s;}
.urllist li span img {width:42px;height:42px;vertical-align:top;}
.urllist li h3 {height:22px;line-height:22px;font-size:16px;font-weight:400;color:#444;margin-top:2px;}
.urllist li p {height:20px;line-height:20px;color:#a1a7b7;font-size:13px;}
.urllist li h3,.urllist li p {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.urllist li i {display:inline-block;position:absolute;right:8px;top:8px;z-index:1;line-height:8px;font-size:8px;color:#f60;user-select:none;pointer-events:none;}
.urllist li a:hover { /*box-shadow: 0 30px 20px -20px rgba(11,28,73,0.2);*/transform: translateY(-5px);}
.urllist li a:hover > h3 {color:#0084FF;}
.urllist li a:hover > span {border-color:#A5D4FF;}
.warning {padding:20px;margin:20px;border:1px dashed #f60;text-align:center;}
