/********手机版导航栏********/

#phone_nav {
	width: 100%;
	height: 42px;
	line-height: 42px;
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
}

#phone_nav img {
	width: 80px;
  margin-left: 4%;
}


/********手机版********/

#phone {
	background: #fff;
	position: relative;
}

#phone .bg {
	width: 100%;
}

#phone .container-fluid {
	text-align: center;
}

#phone .title {
	width: calc(100% - 30px);
    text-align: center;
	color: #fff;
	font-size: 28px;
	letter-spacing: 2px;
	margin: 15px 0;
	position: absolute;
	top: 50px;
}

#phone .title span {
	font-size: 12px;
	vertical-align: middle;
	margin: 0 5px;
}

#phone .content {
	position: initial;
	width: 100%;
	padding: 0px 5%;
	text-align: left;
}

#phone .content p {
	color: #333;
	font-size: 16px;
    letter-spacing: 1px;
    margin: 5px 0;
}

#phone .content .note {
	padding: 20px 0 10px 0;
}

#phone .content .operation {
	padding: 20px 0;
}

#phone .content .btn {
	font-size: 18px;
	color: #fff;
	background: #3e7fe7;
	width: 100%;
	margin: 0;
	padding: 5px 28px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border: none;
	outline: none;
	line-height: 1.8;
}

#phone .content .version {
	font-size: 14px;
	text-align: center;
	border-top: 1px solid #fff;
	margin: 10px 0;
}

#phone .content .version img {
	width: 40%;
}

#phone .copyright {
	padding: 20px 0 10px 0;
	color: #666;
	font-size: 12px;
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
}