* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
}
html,
body,
.main {
	height: 100%;
}
body > .main {
	height: auto;
	min-height: 90%;
}
.clear {
	clear: both;
}
/*.main {padding-bottom: 0px;}*/

.main {
	background: url(../images/phonebg.png) no-repeat;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
.top {
	text-align: center;
	width: 100%;
	height: auto;
	padding-top: 10px;
}
.top .top-title {
	font-size: 25px;
	color: #447f96;
	width: 100%;
}
.top .top-title-2 {
	font-size: 12px;
	color: #312d2d;
	padding-top: 10px;
	width: 100%;
}

.main-center{width: 100%;text-align: center;}
.main-center img{width: 80%;}

.mc-btn{
 width: 70px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  background-color: #2F8DB0;
  color: #FFFFFF;
  position: absolute;
  right: 10%;
  top: 230px;
  padding: 0 10px;
  cursor: pointer;
  font-size: 12px;
}
.mc-left{float: left;}
.mc-right{float: right;line-height: 38px;}
.mc-right img{width: 15px;}

















.dow-btn {
	width: 100%;

}
.dow-btn a{ text-decoration:none;}
.i-btn,.a-btn {
  border-radius: 5px;
  display: block;
  margin: 10px auto;
  width: 125px;
  background-color: #2F8DB0;
  color: #FFFFFF;
  padding: 5px 20px;
  cursor: pointer;
}
.i-btn-left,.a-btn-left {
	float: left;
}
.i-btn-left img {
	width: 50px;
}
.a-btn-left img {
	width: 35px;
	height: 40px;
}
.i-btn-right {
	float: right;
	font-size: 14px;
}
.i-btn-right .i-top,.i-btn-right .i-down{ color:#FFF;}


.footer {
	width: 100%;
	clear: both;
	text-align: center;
	color: #999;
	margin-top:30px;

}
/*.footer span{font-size: 0.6pt;}*/
.some {
	text-align: center;
	font-size: 12px;
	margin-bottom:15px;

}
.footer-text {
	margin: 0 auto;
	color: #2E8CAF;
	padding: 25px;
	background-color: #4e4e4e;
	height:100%;
}

.ft-left,.ft-right {
	float: left;
}
.ft-left img {
	width: 60px;
	margin: 0 10px;
}
.ft-top{font-size: 30px; }
.ft-top a{ text-decoration:none; color:#2e8caf}
@media only screen and (min-width: 100px) and (max-width: 320px) {
	.mc-btn{
  top: 145px;
	}
	.mc-bg img {
		width: 50%;
	}
}



















