body,html{
	margin: 0;
	padding: 0;
	color: #393939;
}
a{text-decoration: none;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#app{
	width: 100%;
	height: 100%;
}
.mlsMain{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
.mlsMain .index_img{
	width: 100%;
}
.mlsMain .siteName{
	position: absolute;
	top: 15px;
	left: 90px;
	color: #666;
	font-size: 14px;
}
.mlsMain .navMenu{
	position: absolute;
	top: 60px;
	left: 90px;
}
.navMenu a{
	display: inline-block;
	font-size: 16px;
	font-weight:500;
	color: #969696;
	text-decoration: none;
	padding: 0 2px 15px;
	margin-right: 20px;
}
.navMenu .active, .navMenu a:hover{
	color: #4DD1C5;
	border-bottom: 3px solid #4DD1C5;
}

.mlsRights{
	position: absolute;
	bottom: 10%;
	left: 88px;
	right: 0;
}
.mlsRights .company{
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin-bottom: 10px;
}
.mlsRights .rights{
	font-size: 12px;
	font-weight: 400;
	color: #969696;
	margin-bottom: 6px;
}
.mlsRights .rights2{
	font-size: 12px;
	font-weight: 400;
	color: #969696;
	margin-bottom: 6px;
}
.mlsRights .rights3{
	font-size: 12px;
	font-weight: 400;
	color: #969696;
}
.mlsRights .rights3 img{
	width: 20px;
	vertical-align: bottom;
}
.mlsRights a{
	color: #969696;
	text-decoration: none;
}
.mlsRights a:hover{
	color: #666;
}
.mlsAgreement{
	margin: 20px;
} 
.mlsAgreement .prow{
	text-indent: 22px;
	line-height: 25px;
	font-size: 12px;
	margin-bottom: 10px;
}
.mlsAgreement .tip{
	text-indent: 0;
	font-weight: bold;
}

.introMain{
	width: 100%;
}
.introMain .navMenu{
	padding-top: 35px;
}
.introMain .iTop{
	border-bottom: 1px solid #f1f1f1;
}
.introMain .iFoot{
	height: 70px;
	padding-top: 30px;
	border-top: 1px solid #f1f1f1;
}
.introMain .iFoot .company{
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin-bottom: 10px;
}
.introMain .iFoot .rights{
	font-size: 12px;
	font-weight: 400;
	color: #969696;
	margin-bottom: 6px;
}

.introMain .wrapper, .introMain .ibody{
	max-width: 1280px;
	margin: 0 auto;
}
.introMain .ibody{
	min-height: 600px;
}
.introBox{
	min-height: 520px;
	background: url('../images/intro_bg.png') top right no-repeat;
}
.introCont{
	padding-top: 200px;
}
.introCont .tit{
	color: #000;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.introCont .cont{
	line-height: 30px;
}
.intro2{
	padding: 30px 0;
	text-align: center;
}
.intro2 .tit{
	width: 50%; margin: 0 auto;
	line-height: 30px;
	margin-bottom: 10px;
}
.ftjBtn{
	display: inline-block;
	width: 282px;
	height: 46px;
	color: #fff;
	font-size: 14px;
	line-height: 46px;
	background: #71D8CF;
	border-radius: 23px;
	text-align: center;
}
.ftjBtn:hover{
	background: #59cac1;
}
.payDialog{
	display: none;
}
.payDialog .mask{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.3);
}
.payDialog .main{
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	z-index: 100;
    width:300px;
}
.payDialog .main .mtit{
	font-size: 14px;
	text-align: center;
	background: #fff;
	padding: 25px 0 5px;
}
.payDialog .main .mcont img{
	display:block;
    width:100%;
}
.payDialog .main .close{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	border-radius: 15px;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translate(auto, -50%);
	color: #999;
	text-align: center;
	font-size: 20px;
}
.payDialog .main .close:hover{
	background: #f5f5f5;
}
.foodList{
	width: 100%;
}
.foodList .item{
	padding: 20px 20px;
	border-bottom: 1px solid #F1F1F1;
	margin-bottom: 20px;
}
.foodList .item .ileft{
	width: 73%;
	float: left;
}
.foodList .item .iright{
	width: 23%;
	float: right;
}
.foodList .item .iright img{
	width: 100%;
}
.foodList .item .tit{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.foodList .item .cont{
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.foodList .item .apay{
	color: #4DD1C5;
	font-size: 16px;
}
.foodList .item .apay:hover{
	color: #13a79a;
}
@media screen and (max-device-width:1280px){
}
@media screen and (min-device-width:1000px){
}