body {
	background: url(../img/bg.png) top center no-repeat;
	background-size: 100%;
}

.refresh {
	text-align: right;
}

.refresh img {
	width: 20px;
	margin: 10px;
}

.lang-box {
	display: flex;
	align-items: flex-end;
	width: 100%;
	justify-content: flex-end;
	position: relative;
}

.lang-box .lang-text {
	margin: 10px;
	color: #333;
	font-size: 14px;
}

.lang-box .lang-list {
	position: absolute;
	top: 30px;
	right: 10px;
	background-color: #fff;
	padding: 0 10px;
	border-radius: 10px;
	box-shadow: 0 0 10px #ddd;
}

.lang-box .lang-list .lang-item {
	font-size: 14px;
	line-height: 40px;
}

.tips {
	margin-top: 250px;
	color: #E3E3E3;
	text-align: center;
	padding: 20px;
	font-size: 16px;
}

.line-list {
	padding: 0 20px;
}

.line-list .line-item {
	line-height: 50px;
	border-radius: 50px;
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
}

.line-list .line-item1 {
	background-color: #00B571;
}

.line-list .line-item2 {
	background-color: #F79437;
}

.line-list .line-item3 {
	background-color: #ff4e4e;
}

.line-list .on {
	background-color: royalblue;
	color: #fff;
}

.actions {
	margin-top: 50px;
	padding: 0 20px;
}

.actions .btn-item {
	text-align: center;
	line-height: 50px;
	border-radius: 50px;
	color: #00B671;
	border: 1px solid #00B671;
}
