
/** mobile **/

#mobile{
	width: 1100px;
	height: 570px;
	font-size: 0;
	line-height: 0;
	text-align: right;
	margin: 0 auto;
	background: url(img/mobile.jpg) no-repeat;
	position: relative;
}

#mobile h3{
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	color: #967400;
	text-align: center;
	padding: 170px 40px 0 420px;
}

#mobile .mbox{
	width: 640px;
	height: 220px;
	padding: 17px 20px 0 20px;
	position: absolute;
	top: 308px;
	right: 40px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#mobile .mbox h4{
	font-size: 25px;
	font-weight: bold;
	line-height: 50px;
	text-align: right;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 0 15px 0 0;
	background: #990000;
	border-radius: 5px;
}

#mobile .mbox div{
	width: 100%;
	display: table;
}

#mobile .mbox div p,
#mobile .mbox div span{
	display: table-cell;
	vertical-align: middle;
}

#mobile .mbox div p{
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	padding-right: 23px;
}

#mobile .mbox div span{
	width: 123px;
}

.iframe{
	position: absolute;
	top: 77px;
	left: 51px;
}