.x {
	width: 80px;
	display: inline-block;
	float: left;
	text-align: left;
}

.h {
	/* margin: 0 30% 0 39.5%!important; */
}

.s {
	width: 130px;
	display: inline-block;
	float: right;
	text-align: left;
}

@keyframes rowup {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(0, -307px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.list {
	width: 100%;
	margin: 20px auto;
	position: relative;
	height: 200px;
	overflow: hidden;
	list-style: none;
	background-color: #fff7f4;
	color: #c76637;
	border-radius: 0 0 30px 30px;
}

.cc {
	width: 70%;
	margin: auto;
	font-size: 3rem;
}

.item {
	margin-top: 15px;
	text-align: center;
}

.user {
	width: 100%;
	height: 60px;
	margin: auto;
	text-align: center;
	background-color: #fff7f4;
	color: #de5213;
	margin-bottom: -20px;
	margin-top: 20px;
	border-radius: 30px 30px 0 0;
	font-size: 4rem;
	font-weight: 600;
	line-height: 1.5;
}

.list .rowup {
	-webkit-animation: 10s rowup linear infinite normal;
	animation: 60s rowup linear infinite normal;
	position: relative;
}
