body{
  background:url(../img/mobile_bg.jpg) no-repeat;
  background-size:100% auto;
  width:100%;
  height:100%;
}
.mb-logo{
  width:270px;
  height:50px;
  margin:15px;
  float:left;
}
.contact{
	float:right;
	margin:25px 15px;
	color:#fff;
}
.mb-logo img,
.code-bd img,
.img-type img{
	width:100%;
	height:auto;
}
.contentMod{
	margin-top:10px;
}
.contLeft{
	float:left;
	width:40%;
	position:relative;
	height:100%;
}
.phoneBox{
    background:url(../img/phone-1.png) no-repeat;
    background-size:100% auto;
    width:460px;
    height:700px;
}
.contRight{
	float:right;
	width:56%;
    height:100%;
    position:relative;
}
.contDet{
	padding:45px 0 0 0;
}
.fontType2{
	margin:20px 0 80px 0;
}
.codeSide{
	margin:15px 0;
}
.code-det{
  	float:left;
  	text-align:center;
  	margin:0px 80px 10px 0;

}
.code-bd{
	background:#fff;
	border-radius:10px;
	padding:3px;
	width:160px;
	margin:0 auto;
	
}
.code-bd>span{
  display:block;
}
.code-bd>p{
	margin:5px;
}
.img-type{
  width:160px;
  height:auto;
  display:block;
  margin:10px 0;
}
.foot-bd{
	padding:5px 0;
	font-size:12px;
	color:#666;
	text-align:center;
}