.downloading-title,
.downloaded-title {
	height: 2rem;
	line-height: 2rem;
	margin-left: 1rem;
	font-size: 1rem;
	color: #333;
	padding-top: 1rem;
}
.downloading {
	background-color: #f1f2f4;
}
/*对列表进行修改*/
.game-list {
	display: block;
}
.game-list-detail {
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #f1f3f4;
}
.game-list-detail:first-child {
	margin-top: 0;
}
.game-list-detail:last-child {
	margin-bottom: 0;
}
.game-list-downloading .game-list-span:nth-child(3) {
  width: 7rem;
}
.game-delete {
	width: 1.5rem;
	height: 1.75rem;
	line-height: 1.75rem;
	color: #999;
	margin-right: 0.4rem;
}
.game-list-downloading .game-list-span:nth-child(2) {
  max-width: calc(100% - 13rem);
  width: -webkit-calc(100% - 13rem);
  width: calc(100% - 13rem);
  padding-left: 1rem;
}
/*清空提示弹层*/
.clear-hint,
.delete-hint {
	box-sizing: border-box;
	width: 100%;
	padding: 1.5rem 1rem 1rem 1rem;
	height: 9rem;
	background-color: #fff;
	position: fixed;
	bottom: 0;
	/*bottom: 3.0625rem;*/
	z-index: 1041;
}
.modal-content .question {
	height: 1.5rem;
  	line-height: 1.5rem;
  	font-size: 1rem;
  	color: #333;
}
.modal-content .hint {
	height: 1.5rem;
  	line-height: 1.5rem;
  	font-size: 1rem;
  	color: #666;
}
.modal-footer {
	margin-top: 0.8rem;
}
.modal-footer button{
	height: 2.5rem;
	line-height: 2.5rem;
	width: 8.5rem;
  	font-size: 0.875rem;
  	border-radius: 1px;
  	text-decoration: none;
  	text-align: center;
  	padding: 0;
  	outline-style: none;
}
.button-success {
  	background-color: #1ca7db;
  	border: 1px solid #1ca7db;
  	color: #fff;
}
.button-cancel {
	border: 1px solid #e5e7eb;
	color: #333;
	background-color: #f6f7f9;
}
.modal-backdrop {
	position: fixed;
    top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	z-index: 1040;
  	background-color: #000000;
}
.modal-backdrop.fade.in {
  	opacity: 0.5;
}
.modal-backdrop.fade {
  	opacity: 0;
}