@keyframes feed
{
	0%{margin-left: 100%;}
	100%{margin-left: -100%;}
}


body,html
{
	margin: 0 auto;
	background-color: #101419;
	width: 100%;
	height: 100%;
	font-family: 'Poppins', sans-serif;
}
input:focus
{
	outline: none;
}
#loadbg
{
	display: flex;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10000;
	top: 0;
	left:0;
	background-color: black;
	overflow: hidden;
}
#head
{
	user-select: none;
	font-family: 'Paytone One', sans-serif;
	color: white;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	background-color: #171c24;
	width: 100%;
	height: 60px;
}
.smallmenu
{
	display: none;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 60px;
}
.center {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: 50px;
    height: 40px;
}
.center:hover
{
	cursor: pointer;
}
.stripe {
    display: block;
    margin: auto;
    width: 45px;
    height: 3px;
    background-color: #5df2df;
}
#hlogo
{
	display: flex;
	align-items: center;
	height: 60px;
	width: 130px;
	position: absolute;
	left: 50px;
}
#hp
{
	display: flex;
	align-items: center;
	position: absolute;
	right: 0px;
	top:	0px;
	height: 60px;
	width: 50%;
	right: 10px;
}
.hp
{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-align: center;
	margin: auto;
	display: block;
	float: left;
	width: 100px;
	hieght: 30px;
	line-height: 30px;
	font-size: 15px;
	color: gray;
	transition: .3s ease;
}
.hp:hover
{
	cursor: pointer;
	color: white;
}

#hli
{
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	background: url("../img/logo11.3.png");
	background-size: 35px;
	background-position: center;
	background-repeat: no-repeat;
}
.title
{
	display: flex;
	align-items: center;
	margin: auto;
	width: 100%;
	height: 100px;
	margin-top: 50px;
}	
.t
{
	display: block;
	margin: auto;
	width: 350px;
	height: 70px;
	background-color: #0f6ad6;
	color: white;
	border-radius: 10px;
}
.ti
{
	display: flex;
	align-items: center;
	float: left;
	width: 120px;
	height: 70px;
	
}
.td
{
	line-height: 70px;
	text-align: center;
	float: left;
	display: inline-block;
	width: 230px;
	height: 70px;
}
#hlt
{
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	display: block;
	width: 60px;
	height: 60px;
}
#body
{
	display: block;
	position: relative;
	width: 100%;
	height: calc(100% - 90px);
	overflow: auto;
}
#live_info
{
	display: block;
	position: relative;
	width: 100%;
	height: 30px;
	background-color: #171c24;
	color: white;
	line-height: 30px;
	font-size: 15px;
}
.winimg
{
	display: flex;
	height: 80%;
	width: 100%;
	background-size: 100px;
	background-repeat: no-repeat;
	background-position: center;
}
.windesc
{
	display: block;
	width: 100%;
	height: 20%;
	font-size: 18px;
	text-align: center;
	color: white;
}
.win
{
	display: inline-flex;
	flex-wrap: wrap;
	background-color: #171c24;
	border-radius: 5px;
	width: 15vw;
	height: 15vw;
	margin: auto;
	margin-left: 2%;
	margin-top: 3%;
	transition: .4s ease;
}
#li_cont
{
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	float: left;
	width: 100%;
	height: 30px;
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
}
#li_control
{
	float: left;
	display: block;
	width: 100px;
	height: 30px;
	background-color: #e16667;
	position: absolute;
	right: 0;
	top:0;
	z-index: 100;
}
.lc
{
	color: #32ff8c;
	letter-spacing: 2px;
	display: flex;
	animation-name: feed;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.li
{
	display: flex;
	float: left;
	width: 48px;
	height: 30px;
	margin: auto;
}
.li:hover
{
	cursor: pointer;
}
.win:hover
{
	cursor: pointer;
}
.menu
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 95%;
	margin: auto;
}
#ft
{
	display: block;
	margin: auto;
	width: 100%;
	height: 100px;
	background-color: black;
}
#info
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	width: 100%;
	clear: both;
	background-color: #0c0e12;
	color: white;
	padding-bottom: 20px;
	overflow: hidden;
}
.im
{
	display: block;
	margin: auto;
	width: 10em;
	height: auto;
}
.in
{
	width: 25vw;
	display: block;
	float: left;
	margin: auto;
	margin-top: 1%;
	border-bottom: 2px solid #5df2df;
	padding: 10px;
}
#wrapper
{
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}
#upload
{
	display: inline-block;
	float: left;
	margin: auto;
	width: 100%;
}

#view
{
	display: inline-block;
	width: 100%;
	margin-left: 100px;
	margin: auto;
}

.tit
{
	display: block;
	margin: auto;
	margin-top: 2%;
	border-radius: 5px;
	width: 30%;
	min-width: 200px;
	height: 50px;
	color: #171c24;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
	background-color: #e16667;
}
.wcont
{
	display: block;
	margin: auto;
	margin-top: 10px;
	width: 400px;
	height: 400px;
	background-color: #262d38;
}
.udesc
{
	font-size: 18px;
}
input
{
	padding: 10px;
	text-align: center;
	display: block;
	margin: auto;
	margin-top: 10px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	background-color: #262d38;
	border: 0;
	border-bottom: 2px solid #32ff8c;
	color: white;
}
.t
{
	transition: .3s ease;
}
.t:hover
{
	cursor: pointer;
	background-color: #1254a3; 
}
.subm
{
	display: block;
	margin: auto;
	margin-top: 20px;
	width: 150px;
	height: 40px;
	line-height: 0px;
	font-size: 20px;
	background-color: #32ff8c;
	color: #171c24;
	border: 0;
	transition: .5s ease;
	margin-bottom: 20px;
}
.subm:hover
{
	cursor: pointer;
	background-color: #29db87;
}
.lspc{
	margin-top:100px;
}
.input
{
	color: white;
	border-radius: 10px;
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	margin-top: 10px;
	width: 400px;
	height: 100px;
}
#notify
{
	display: block;
	position: fixed;
	top: 60px;
	right: 50px;
	
}
.d
{
	display: block;
	margin: auto;
	margin-top: 20px;
	width: 300px;
	padding: 10px;
	background-color: #eb9e34;
	color: #171c24;
	border-radius: 10px;
	font-weight: bold;	
}
.e
{
	display: block;
	margin: auto;
	margin-top: 20px;
	width: 300px;
	padding: 10px;
	background-color: #e16667;
	color: #171c24;
	border-radius: 10px;
	font-weight: bold;
}
.res
{
	display: block;
	margin: auto;
	margin-top: 20px;
	width: 300px;
	padding: 10px;
	background-color: #32ff8c;
	color: #171c24;
	border-radius: 10px;
	font-weight: bold;
}