.down-detail
{
    background-color: #fff;
    padding-top: 20px;
}

.cell-container
{
	margin-top:30px;
	margin-bottom:200px; 
	/*border: 1px solid blue;*/
}

.icon-container
{
	width: 100%; 
	height:160px; 
	text-align:center;	
	/*border: 1px solid red;*/
}

.icon-container img
{
	width: 150px;
	height: 150px;
}

.icon-img
{
	margin: 0 auto; 
	width: 160px; 
}

.name-container
{
	margin-bottom: 3px; 
	width: 100%; 
	height:56px; 
	text-align:center;	
}

.name-container span
{
	line-height: 50px;
	color: #4F4F4F;
	font-weight: bold;
	font-size: 23px;
}

.line-container
{
	width: 100%; 
}

.gray-line
{
	margin: 0 auto; 
	width: 300px; 
	border-top: 1px solid #CCCCCC;
}

.text-container
{
	margin-top: 6px;
	margin-bottom: 6px; 
	width: 100%; 
	height:20px; 
	text-align:center;	
}

.text-container span
{
	line-height: 30px;
	font-size: 15px;
	color: #6E6E6E;
}

.down-container
{
	margin-bottom: 10px; 
	width: 100%; 
	height:80px; 
	line-height: 80px;
	text-align:center;	
	vertical-align: middle;
	padding-top: 28px;
}

.btn-container
{
	border-radius:12px;
	vertical-align: middle;
	height: 50px;
	line-height: 50px;
	margin: 0 auto; 
	width: 200px; 
	border: 1px solid #A4A4A4;
}

.btn-container button
{
	border-radius:12px;
	width: 200px;
	height: 50px;
	font-size: 20px;
	border: none;
	outline:none;
	background-color: transparent; 
	color: #6E6E6E;
}

#wechat-container
{
	position:fixed;
	width:100%;
	background-color:#505556;
	height:100px;
	display:none;
}

.notice-wechat {
	height: 180px
}

.notice-wechat {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 0;
	background-color: #505556;
	box-shadow: 0 -9px 29px -7px rgba(0, 0, 0, .1) inset;
	-webkit-transition: all .5s;
	transition: all .5s
}

.wechat-tips img, .wechat-tips span {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle
}

.wechat-tips {
	position: fixed;
	top: 10px;
	z-index: 103;
	padding-top: 14px;
	width: 100%;
	text-align: right
}

.wechat-tips span {
	color: #fff;
	text-align: left;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px
}

.wechat-tips span.en {
	width: 240px
}

.wechat-tips img {
	margin-bottom: 13px;
	width: 50px
}

@media ( min-width :420px) {
	.wechat-tips span {
		margin-right: 15px
	}
	.wechat-tips span.en {
		margin-bottom: -20px;
		width: auto
	}
	.wechat-tips img {
		margin-right: 20px
	}
}

.container .down-bg-blue{ background: url("../images/down_blue_bg.png") no-repeat; background-size:100% 100%;}
.container .down-bg-green{ background: url("../images/down_green_bg.png") no-repeat; background-size:100% 100%;}
.container .down-bg-yellow{ background: url("../images/down_yellow_bg.png") no-repeat; background-size:100% 100%;}
.container .down-bg-red{ background: url("../images/down_red_bg.png") no-repeat; background-size:100% 100%;}
.container .down-bg-purple{ background: url("../images/down_purple_bg.png") no-repeat; background-size:100% 100%;}

.container .down-bg-all-green{ background: url("../images/down_all_green_bg.png") no-repeat; background-size:100% 100%;}
.container .down-bg-all-yellow{ background: url("../images/down_all_yellow_bg.png") no-repeat; background-size:100% 100%;}

.container .down-bg-line-blue{ background: url("../images/down_line_blue_bg.png") no-repeat; background-size:100% 100%;}
.container .down-bg-line-yellow{ background: url("../images/down_line_yellow_bg.png") no-repeat; background-size:100% 100%;}



.down-lobby-container
{
	padding: 6px;
	width: 100%;
	background-color: #fff;
}

.down-lobby-container .detail
{
	width: 100%;
	height: 120px;
	border-radius: 8px; 
	box-shadow: 0.1px 0.5px 4px rgb(27, 53, 110);
}


.down-lobby-container .detail .icon
{
	float:left;
	width: 30%;
	height: 100px;
	border-radius: 20px;
	margin: 10px 0 0 10px;
	box-shadow: 1px 1px 5px rgb(33, 69, 124);
	background-size:100% 100%;
	background-repeat: no-repeat;
	/*border: 1px solid red;*/
}

.down-lobby-container .detail .icon img{
	width: 100px;
	height: 100px;
}

.down-lobby-container .detail .text
{
	width: 64%;
	margin-left: 5px;
	/*border: 1px solid blue;*/
	height: 100%;
	float: left;
}

.down-lobby-container .detail .text .title
{
	height: 50px;
	line-height: 60px; 
	font-size: 22px;
	color:#fff;
	font-weight: bold;
	text-align: center;
}

.down-lobby-container .detail .text .version
{
	height: 20px;
	line-height: 20px; 
	font-size: 12px;
	color:#fff;
	font-weight: normal;
	text-align: center;
}

.down-lobby-container .detail .text .down-btn
{
	width: 100%;
	text-align: center;
}

.down-lobby-container .detail .text .down-btn button
{
	margin-top: 6px; 
	font-size: 13px;
	width: 80%;
	box-shadow: 0.1px 0.3px 3px rgb(33, 69, 124);
	color: rgb(53,119,205);
}

.down-list-container
{
	background-color: #fff;
}

.content-title
{
	height: 35px;
	line-height: 35px;
	text-indent: 20px;
	font-size:15px;
	font-weight: bold;
	color: #4F4F4F;
}

.down-list-container
{
	background-color: #fff;
	padding: 10px;
}

.down-list-container .down-list-item
{
	width: 100%;
	height: 90px;
	border-radius: 6px; 
	border: 1px solid #cccccc;
	margin-bottom: 10px; 
	box-shadow: 1px 2px 0.6px rgb(161, 161, 161);
}

.down-list-container .down-list-item .icon
{
	/*border: 1px solid red;*/
	float: left;
	width: 22%;
	height: 70px;
	border-radius: 18px; 
	margin: 10px 0 0 10px;
	box-shadow: 1px 0.5px 1px rgb(199, 198, 198);
}

.down-list-container .down-list-item .text 
{
	float: left;
	width: 72%;
	height: 100%;
	/* border: 1px solid red; */
	margin-left: 10px; 
}

.down-list-container .down-list-item .down-btn
{
	float: right;
	width: 40%;
	/* border: 1px solid red; */
	margin: 30px 10px 0 0;
}
.down-list-container .down-list-item .down-btn button
{
	height: 30px;
	width: 100%;
	font-size:13px;
} 

.down-list-container .down-list-item .text .title
{
	height: 40px;
	line-height: 40px;
	color:black;
	font-size:16px;
	width: 55%;
	/* border: 1px solid blue; */
	white-space:nowrap; 
    overflow:hidden; 
	text-overflow:ellipsis;
	font-weight: bold;
}

.down-list-container .down-list-item .text .version
{
	line-height: 20px;
	color:gray;
}

.down-list-container .down-list-item .yellow button
{
	color: rgb(199,127,48);
	/* box-shadow: 0.1px 0.2px 3px rgb(70, 4, 4); */
}

.ipa-down-footer
{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	display:block;
	background:#f4a50d;
	text-align: center;
	text-decoration: none;
}

.title-img img
{
	width: 90%;
	height: 80px;
}

.content-text
{
	font-size: 14px;
	line-height: 50px;
}

.content-img img
{
	max-width:96%;
	height-height:100%;
}
