/* 底部样式 */
.page-bootom {
	width: 100%;
	height: 300px;
	background: #277FFF;
	color: white;
}

.bottom-content {
	width: 1200px;
}
.bottom-content-left a{
	 color: white;
}


.bottom-content-right-code {
	margin-right: 108px;
}

.bottom-content-right-code:last-child {
	margin-right: 0px;
}

.bottom-content-right-code img {
	width: 160px;
}

.version {
	text-align: center;
	margin: 23px 0;
}

.blue-text {
	color: #277FFF;
	cursor: pointer;
	margin: 0 10px;
}
/* 平板 */
@media screen and (min-width:500px) and (max-width:1024px) {
	.bottom-content {
		width: 90vw;
	}
}
/* 手机 */
@media screen and (min-width:310px) and (max-width:500px) {
	.bottom-content {
		width: 100vw;
		padding-left: 20px;
		box-sizing: border-box;
	}
	
	.bottom-content-right-code {
		margin-right: 0px;
	}
	
	.bottom-content-right-code img {
		width: 60px;
	}
}