#centBox{
	width: 100%;
	margin-bottom: 9rem;
}
.userLogin{
	width: 100%;
	height: 4.5rem;
	background: #3c3c3c;
	display: flex;
	align-items: center;
	padding: 0 0.3rem;
	margin-top: -0.4rem;
}

#home .highlists{
    overflow: hidden;
    margin-bottom: 0.2rem;
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 0.2rem 0px rgba(116,123,133,0.25);
    border-radius: 0.2rem;
    margin-top: 1rem;
}

.ft12{font-size: 0.55rem;}
.flex{display: -webkit-box;display: -ms-flexbox;display: flex;}
.between{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.alcenter{-webkit-box-align: center;-ms-flex-align: center;align-items: center;}

.logos img{
	width: 1.2rem;
	height: 1.2rem;
}

.ty{width: 0.6rem}

.tc{text-align: center}
.tr{text-align: right}

