@charset "UTF-8";

body, * {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #fff;
}

.main {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	background: linear-gradient(to right bottom, black, blue);
	left: 0;
	top: 0;
}

.cards {
	width: 1280px;
	margin: 60px auto 0 auto;
}

.card {
	width: 300px;
	height: 200px;
	margin: 0 10px 10px 10px;
	display: inline-block;
	float: left;
	cursor: pointer;
	line-height: 200px;
	overflow: hidden;
	text-align: center;
	font-size: 48px;
	background: linear-gradient(to right bottom, #444444, #00ffff);
}

.card span {
    height: 30px;
    /* line-height: 30px; */
    /* border-top: 1px solid #0000f754; */
    display: block;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 10px;
    margin-top: 130px;
    cursor: pointer;
    /* display: none; */
    /* z-index: 999; */
    /* background: #3a3a3a; */
    background: linear-gradient(to bottom, #81caca05, #0b5252);
    position: relative;
    top: -160px;
}
.card span div{
    margin-top: -7px;
    text-align: left;
    color: #e4e4e4;
    text-indent: 20px;~
}

 .card span:hover {
	margin-top: 110px;
	height: 100%;
	border: none;
	height: 50px;
	overflow: hidden;
	text-overflow: clip;
	white-space: normal;
	text-align: left;
} 

.footer {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	font-size: 12px;
}

.icon {
	-webkit-transition: font-size 0.25s linear, width 0.25s linear;
	-moz-transition: font-size 0.25s linear, width 0.25s linear;
	transition: font-size 0.25s linear, width 0.25s linear;
}

.icon:hover {
	font-size: 90px;
	background: linear-gradient(to bottom, #00ffff,#444444);
}
.icon:hover span{
	margin-top: 110px;
	height: 100%;
	border: none;
	height: 50px;
	overflow: hidden;
	text-overflow: clip;
	white-space: normal;
	text-align: left;
}