* {
	text-decoration:none;
	font-weight:600 !important;
    outline: none;
    text-decoration: none;
	color:#fff;
	background:unset;
}
input {font-weight: 900 !important}
input::placeholder,
textarea::placeholder {color:#fff !important;opacity: 1 !important;font-weight:900}
option {background:#000}

*::-webkit-scrollbar {display: none}
body {margin:0;background:#000}
ol, ul {padding:0;margin:0}
#i {list-style-type: none; padding: 0}
#i li {white-space: nowrap; overflow: hidden;text-overflow:ellipsis;width:100%;box-sizing:border-box;padding: 25px;border-bottom:1px solid #181818}
li span {font-size: 12px}
h1 {font-size:1.1em}
input::placeholder {color:#000}
#block {width:100%;display:flex;align-items:center;font-size:0;overflow: hidden;box-sizing:border-box;margin:0 0 5px 0}
        #whole {
            display: flex;
            justify-content: space-between;
            margin: 0 auto;
            width: 1024px;
        }
        #pc {
            display: block;
        }

        #banner {
            border-radius: 5px;
            margin: 0 0 0 16px;
            box-sizing: border-box;
			width:288px;
        }

.content-box {box-sizing:border-box;max-width:720px !important}
#black, #link {background: #181818;border-radius: 5px;padding: 10px}
#link {margin:0 0 10px;padding:15px}
#category {float:left;padding:10px; background:#181818; border-radius:5px; margin-right:10px;cursor:pointer;white-space: nowrap}

        @media (max-width: 1024px) {
            #banner {margin: 0 auto;width:100%}
			.content-box {width:100%}
            #whole {
                display: block;
                width: 100%;
            }
            #pc {
                display: none;
            }
        }

.a {white-space: nowrap; flex-grow: 1; text-align: center}
.a a {color: #fff; text-decoration: none; font-weight: bold}