@charset "utf-8";
/* CSS Document */

*{
  font-family:PingFangSC-Light,helvetica,'Heiti SC';
  outline:0;
  padding:0;
  margin:0;
  border:0;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select:text ;
}
html {
  width: 100%;
  height: 100%;
  }
body {
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  font-size: 12px;
  background: #f3f4f9;
}
button { cursor:pointer;}
form { display:inline;}
/* remember to define focus styles! */
:focus { outline:0;}
ol, ul { list-style:none;}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse:separate;
  border-spacing:0;
}
caption, th, td {
  font-weight:normal;
  text-align:left;
}
a img { border:0;}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q { quotes: "" "";}
/* fenix' basic classes */
/* 基本框 */
a {
  color:#727171;
  text-decoration:none;
  cursor:pointer;
}
a:hover {
  color:#727171;
  text-decoration:none;
}
h1,h2,h3,h4,h5,h6,i,b{
	font-weight: normal;
	font-style: normal;
}

input[type="submit"], button,input[type="text"],input[type="number"]{
	-webkit-appearance: none;
	border-radius: 0;
}
/********common style************/
.c{
	clear:both;
	height: 0;
	line-height: 0;
	font-size: 0
}
.flexbox {
   display: -moz-box;
  /* Firefox */
  display: -webkit-box;
  /* Safari and Chrome */
  display: -ms-flexbox;
  /* Internet Explorer 10 */
  display: box;
  -webkit-box-align: center;
}
.flexright {
    flex: 1;
    -webkit-box-flex:1;
  	position: relative;
}
.whitebg
{
	background: #fff;
}
/* 指向右的箭头*/
.arrowright_i{
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 0.15rem;
    width: 0.15rem;
    border-width: 0.04rem 0.04rem 0 0;
    border-color: #b0a7a2;
    border-style: solid;
	}
/* 指向上的箭头*/
.arrowdown_i{
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    height: 0.15rem;
    width: 0.15rem;
    border-width: 0.04rem 0.04rem 0 0;
    border-color: #bfbfbf;
    border-style: solid;
	}
/* 指向下的箭头*/
.arrowup_i{
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 0.1rem;
    width: 0.1rem;
    border-width: 0.04rem 0.04rem 0 0;
    border-color: #bfbfbf;
    border-style: solid;
	}
	.red
{
	color: #ff2d4b;
}
.btn-radius
{
	display: inline-block;
	width: 0.38rem;
	height: 0.38rem;
	line-height: 0.38rem;
	text-align: center;
	color: #fff;
	font-size: 13px;
	border-radius: 50%;
	background: #ff2d4b;
	position: absolute;
	top: -0.05rem;
	right: -0.1rem;
}
.btn01
{
	width: 100%;
	background: #ff2d4b;
	font-size: 15px;
	color: #fff;
	border-radius: 0.32rem;
	text-align: center;
	padding: 0.2rem 0;
}
.dialog
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 10;
}
.dialog-box
{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	min-height: 2rem;
	overflow-y: auto;
}
i
{
	font-style: normal;
}
.dialog-main
{
	max-height: 7rem;
	overflow-y: auto;
}
.more
{
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: rgba(0,0,0,0.7);
	height: 0.84rem;
	line-height: 0.84rem;
}
/*商家头部样式*/
.meal-top
{
	width: 100%;
	height:2.95rem;
	position: relative;
}
.meal-top .bg
{
	width: 100%;
	height: 100%;
	display: block;
}
.meal-top-box
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.78);
	box-sizing: border-box;
	padding-left: 4%;
	font-size: 11px;
	color: #fff;
}
.img-box .img
{
	width: 1.12rem;
	height: 1.12rem;
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
	padding: 0.06rem;
	margin-right: 0.15rem;
}
.meal-top-box .title
{
	font-size: 16px;
	margin-bottom: 0.28rem;
}
.meal-top-select
{
	background: url(/images/collectIcon.png) no-repeat center 0.1rem;
	background-size: 0.35rem;
	padding-top: 0.7rem;
	font-size: 13px;
	color: #fff;
	text-align: center;
	width: 1.6rem;
	border-left: 1px solid #747371;
}
.meal-top-select.on
{
	background: url(../images/collectIcon2.png) no-repeat center 0.1rem;
	background-size: 0.35rem;
}
.tab-nav
{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: #fff;
	display: flex;
	display: -webkit-flex;
	border-bottom: 1px solid #f0f0f0;
	-webkit-flex-flow: wrap;
}
.tab-nav div{
	width: 50%;
	color: #333333;
	font-size: 14px;
	text-align: center;
}
.tab-nav div a{
	display: inline-block;
	box-sizing: border-box;
	height: 100%;
	padding: 0.2rem 0.2rem;
}
.tab-nav .current
{
	border-bottom: 2px solid #ef4661;
}
.margin-tab
{
	width: 100%;
	height: 0.9rem;
}
.evaluate-btn2
{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 33;
	width: 100%;
	margin: 0;
}
.evaluate-btn2 .btn01{
	border-radius: 0;
}
.margin-footer
{
	width: 100%;
	height: 1.05rem;
}

footer
{
	width: 100%;
	height: 1rem;
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: 1px solid #dcdcdc;
	box-sizing: border-box;
	font-size: 12px;
	color: #333333;
	padding-left: 4%;
}
footer .flexleft
{
 	background: #ef4661;
 	color: #fff;
 	font-size: 15px;
 	width: 2.08rem;
 	text-align: center;
 	height: 1rem;
 	line-height: 1rem;
}
footer .b
{
	font-size: 14px;
}
footer i
{
	font-style: normal;
}


/**loading**/

.loading
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999;
	background: #fff;
}
.loading-box
{
	width: 1.54rem;
	height: 1.52rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.loading-box .loading1
{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9999999991;
	background: url(../images/loading1.png) no-repeat left top;
	background-size: 100%;
}
.loading-box .loading3
{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9999999995;
	background: url(../images/loading3.png) no-repeat left top;
	background-size: 100%;
}
.loading-box .line
{
	position: absolute;
	width: 98%;
	height: 97%;
	left: 1%;
	bottom: 1%;
	background: #c4252a;
	z-index: 9999999992;
}
.loading-box .center
{
	width: 0.34rem;
	height: 0.33rem;
	position: absolute;
	top: 38%;
	left: 0.63rem;
	z-index: 99999999995;
}
.loading-box .center .img
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0%;
	bottom: 0%;
	background: url(../images/logocenter.jpg) no-repeat left top;
	background-size: 100%;
	opacity: 0;
}
.loadinganimate
{
	animation: loadinganimate 4s;
}
.loadinganimate2
{
	animation: loadinganimate2 2s 2s forwards;
}
.nodata
{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.nodata .noimg
{
	width: 1.91rem;
	margin-bottom: 0.3rem;
}
.nodata .datatips
{
	font-size: 14px;
	color: rgba(0,0,0,0.75rem);
}
.nodata .btn
{
	width: 1.81rem;
	height: 0.58rem;
	line-height: 0.58rem;
	border-radius: 0.1rem;
	background: #ff2c4a;
	color: #fff;
	font-size: 15px;
	color: #fff;
	margin-top: 0.6rem;
	display: inline-block;
	text-align: center;
	padding:0;
}
.item
{
	width: 96%;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 11px;
	color: #676767;
	margin-top: 0.35rem;
	background: #fff;
	padding: 0.1rem;
}
.item-box
{
	padding: 0.48rem 0.24rem;
	box-sizing: border-box;
	border: 1px dashed #ececec;

}
.item .title
{
	font-size: 15px;
	margin-bottom: 0.2rem;
}
.item .date,.item .tips
{
	font-size: 12px;
	color: #404040;
	margin-bottom: 0.18rem;
}
.item .date
{
	margin-bottom: 0.18rem;
}
.item .money
{
	font-size: 40px;
	position: relative;
}
.item .money span
{
	font-size: 13px;
	position: absolute;
	bottom: 0.1rem;
}
.guide .arrowdown_i
{
	margin-left: 0.2rem;
	height: 0.1rem;
    width: 0.1rem;
    margin-top: -0.2rem;
}
.guide-more
{
	margin-top: 0.24rem;
	line-height: 0.42rem;
}


@keyframes loadinganimate{
	from{
		height: 0;
	}
	to{
		height: 97%;
	}
}
@-webkit-loadinganimate{
	from{
		height: 0;
	}
	to{
		height: 97%;
	}
}
@keyframes loadinganimate2{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
@-webkit-loadinganimate2{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}

/*****弹框样式******/
#mb_box
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 999999999;
}
#mb_box .img
{
	width: 0.74rem;
	margin-bottom: 0.2rem;
}
#mb_con
{
	width: 76%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 0.1rem;
}
#mb_tit
{
	font-size: 15px;
	text-align: center;
	color: #191e25;
	margin-bottom: 0.2rem;
}
#mb_msg
{
	font-size: 13px;
	margin-bottom: 0.48rem;
	line-height: 0.4rem;
	color: #191e25;
}
#mb_btnbox .btn:nth-child(2)
{
	margin-left: 0.4rem;
}
.remind
{
	width: 76%;
	background: url(../images/pupbg.jpg) no-repeat left top;
	background-size: 100% 100%;
	min-height: 3.6rem;
	text-align: center;
	padding-top: 0.37rem;
	box-sizing: border-box;
	color: #191e25;
	padding-bottom: 0.28rem;
}
.remind .btn
{
	font-size: 13px;
	width: 1.6rem;
	height: 0.49rem;
	line-height: 0.49rem;
	text-align: center;
	background: #ff2c4a;
	color: #fff;
	border-radius: 0.1rem;
	font-size: 13px;
	display: inline-block;
	padding: 0;
}

/**loading**/

.loading
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999;
	background: #fff;
}
.loading-box
{
	width: 1.54rem;
	height: 1.52rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.loading-box .loading1
{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9999999991;
	background: url(../images/loading1.png) no-repeat left top;
	background-size: 100%;
}
.loading-box .loading3
{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9999999995;
	background: url(../images/loading3.png) no-repeat left top;
	background-size: 100%;
}
.loading-box .lines
{
	position: absolute;
	width: 98%;
	height: 0;
	left: 1%;
	bottom: 1%;
	background: #c4252a;
	z-index: 9999999992;
}
.loadinganimate
{
	animation: loadinganimate 2s forwards infinite;
}


@keyframes loadinganimate{
	from{
		height: 0;
	}
	to{
		height: 97%;
	}
}
@-webkit-loadinganimate{
	from{
		height: 0;
	}
	to{
		height: 97%;
	}
}
@keyframes loadinganimate2{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
@-webkit-loadinganimate2{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
@media screen and (min-width: 413px) {
	.btn-radius
	{
		font-size:14px;
	}
	.btn01
	{
		font-size:16px;
	}
	.more
	{
		font-size:13px;
	}
	.meal-top-box
	{
		font-size:12px;
	}
	.meal-top-box .title
	{
		font-size:17px;
	}
	.meal-top-select
	{
		font-size:14px;
	}
	.tab-nav div{
		font-size:15px;
	}

	footer
	{
		font-size:13px;
	}
	footer .flexleft
	{
	 	font-size:16px;
	}
	footer .b
	{
		font-size:15px;
	}
	.nodata .datatips
	{
		font-size:15px;
	}
	.nodata .btn
	{
		font-size:16px;
	}
	.item
	{
		font-size:12px;
	}
	.item .title
	{
		font-size:16px;
	}
	.item .date,.item .tips
	{
		font-size:13px;
	}
	.item .money
	{
		font-size: 41px;
	}
	.item .money span
	{
		font-size:14px;
	}
	#mb_tit
	{
		font-size:16px;
	}
	#mb_msg
	{
		font-size:14px;
	}
	.remind .btn
	{
		font-size:14px;
	}

	}