@charset "utf-8";
html{min-height:100%; font-size: 1em;}
*{margin:0;padding:0}
header,footer,section,article,nav,figure,aside,canvas{display:block}
ul,li{list-style:none}
img{border:none}
a,button,input,textarea{text-decoration:none;color:#8a8a8a;-webkit-touch-callout:none;
   -webkit-outline:none;outline:none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

a,button,input,img,p{-webkit-touch-callout:none;-webkit-outline:none;outline:none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0)}
button::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=submit]::-moz-focus-inner,input[type=file]>input[type=button]::-moz-focus-inner{border:0;padding:0}
body{font:14px/1.4 arial;color:#8a8a8a;-webkit-text-size-adjust:none; font-family: Tahoma,Arial,stheiti,"Droid Sans","Microsoft Yahei";min-width:320px;margin:0 auto; background:#f1f1f1; }
em, i, h4 {font-style: normal;font-weight: normal;}
a:-webkit-any-link {  
    /*color: -webkit-link;  */
    text-decoration: none;  
    cursor: auto;  
}  
  
a:-webkit-any-link:active {  
    /*color: -webkit-activelink;*/
} 
.btn-public,.btn_order,input{font-family: tahoma,stheiti,"Droid Sans","Microsoft Yahei",arial;}
small {
font-weight: normal;
}
.mb10{ margin-bottom:10px;}
.Pl10{padding:10px 5.3125% 0 5.3125%;}
.p5 {
  padding: 5px;
}
.pp5 {
  padding: 5px 10px;
}
.pp10 {
	padding: 5px 0px 3px 10px;
}
.p3 {
  padding: 3px;
}
.pl10 {
  padding: 0 10px;
}
.p10 {
  padding: 10px;
}
.color_f66f5d {
  color: #fd9131;
  font-weight: normal;
  /*width: 40%;*/
  width: 100%;
  text-align:center;
  font-size:1.5rem;
}
.color_f66f5d2 {
  color: #fd9131;
  font-weight: normal;
  width: 100%;
  text-align:left;
  font-size:1.1rem;
}
.gray_color {
  color: #acacac;
}
.clearBoth {
  clear: both;
}
.green_c {
  color: #0EA859 !important;
}
.floatL {float: left;}
.floatR {
  float: right;
}
input[type="button"],button {
  -webkit-appearance:none;
}
.disabled-btn {
  background: #ccc !important;
  color: #eee;
  margin-left: 10px;
}
.font14 {
  font-size: 1.2em;
}
.borderS{border-bottom:0.06em #eeeeee solid;}
.borderD{border-bottom:1px solid #eee;transform: scaleY(0.5);-webkit-transform: scaleY(0.5)}
.borderD2 {
  border-bottom:1px solid #eee;
  transform: scaleY(0.5);
  -webkit-transform: scaleY(0.5)
}
.white_bg {
  background: #fff;
}
.text-center {
  text-align: center;
}

.address_tab {
  background: #fff;
  height: 40px;
  line-height: 40px;
  color: #666;
  font-size: 18px;
  width: 100%;
  text-align: center;
  vertical-align:middle;
  position: relative;
}
.address_tab a,.address_tab a:hover,.address_tab a:active,.address_tab a:visited{
  color: #999;
  
}
.address_tab a.cityName span {
  float: left;
}
.address_tab a.cityName {
  left: 10px;
  position: absolute;

}
.arrow-icon {
  margin-left: 20px;
  margin-top: 14px;
  border-right: 1px solid #757575;
  border-bottom: 1px solid #757575;
  float: left;
  width: 8px;
  height: 8px;
  -webkit-transform:rotate(-225deg);
  transform:rotate(-225deg);
  position: absolute;
  left: 0px;
}
.arrow-left {
  margin-left: 10px;
  margin-top: 14px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  float: left;
  width: 7px;
  height: 7px;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);

}
.icon-right {
  
  margin-top: 18px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  float: right;
  width: 8px;
  height: 8px;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
.time {
  float: left;
}
.time em {
  background: #fd9131;
  /*border: 1px solid #0EA859;*/
  width: .9em;
  height: .9em;
  position: relative;
  display: inline-block;
  border-radius: 100%;
  margin-top: 2px;
  top: 0px;
  margin-right: 3px;
}

.time em span {
  position: absolute;
  left: 5px;
  top: 3px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  float: left;
  width: 3px;
  height: 3px;
  -webkit-transform: rotate(0deg);
   transform: rotate(0deg); 
}
.content_title .time2 {
  position: absolute;
  top: 5px; 
  right: 10px;
  
}
.content_title h4 span {
  padding-left: 10px;
}
.content_title {
  position: relative;
}
.px {
  padding: 0px 4px 2px 4px;
  border: 0;
  line-height: 40px;
  font-size: 15px;

}
.p0 {
	padding:0 !important;
}
.borderL {
  border-left: 1px solid #d9d9d9;
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
  transform: scaleX(0.5);
  -webkit-transform: scaleX(0.5)
}
.wx_confirm{position:fixed;left:0;right:0;top:25%;z-index:12000; margin: 0 15%;}
#wx_confirm_float{background: #000;opacity: 0.8;border-radius: 6px;}
#wx_confirm_float .wx_confirm_tit {color: #fff;}
#wx_confirm_float .wx_confirm_hd{border: 0;} .wx_confirm_hd{border: 0;}

@-webkit-keyframes an_wx_mask{0%{opacity:.8;}100%{opacity:1;}}
@-webkit-keyframes an_wx_confirm{0%{-webkit-transform:scale(1.1);}100%{-webkit-transform:scale(1);}}
.wx_confirm_inner{ 
  background-color:#fff;
  border: 1px solid #eee;
  border-radius: 4px;
  
  margin:auto;
  -webkit-animation:an_wx_confirm .25s ease-in;
}

.wx_mask{background-color:rgba(0,0,0,0.7);position:fixed;top:0;bottom:0;left:0;right:0;z-index:1200;-webkit-animation:an_wx_mask .25s ease-in}
.wx_confirm_hd{position:relative; text-align:center; line-height: 40px; padding: 20px 0; font-size:16px;}
.wx_confirm_tit{line-height:24px;font-size:16px;color:#666}


.wx_confirm_btns{-webkit-box-sizing:border-box;box-sizing:border-box; display: -webkit-box;}
.wx_confirm_btns:after{clear:both;content:'\20';display:block}
.wx_confirm_btns button{ 
  line-height:30px;
  height:30px;
  text-align:center;
  font-size:16px;
  width: 50%;
  margin: 5px 0;
  background: 0;
  border: 0;
  display: table-cell;
}
.wx_confirm_btns button[type='submit']{
  color: #0EA859;
}

.wx_confirm_btns button[type='cancel']{
  color: #3e3e3e;
}
.btn_order {
  background: #0EA859;
  color: #fff;
  padding: 10px 0px;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  display: block;
  border: 0;
  margin: 6% 0;
  
  font-size: 1.1em;
}
.btn_order2 {
  background: #0EA859;
  color: #fff;
  padding: 10px 0px;
  width: 96%;
  margin: 0 auto;
  border-radius: 4px;
  text-align: center;
  display: block;
  border: 0;
  font-size: 1.1em;
}

/* all */
::-webkit-input-placeholder { font-size:0.9rem;color:#999}
::-moz-placeholder { font-size:0.9rem;color:#999}/* firefox 19+ */
:-ms-input-placeholder { font-size:0.9rem;color:#999} /* ie */
input:-moz-placeholder { font-size:0.9rem;color:#999}

/* individual: webkit */
.px::-webkit-input-placeholder { font-size:0.9rem;color:#999}

/* individual: mozilla */
.px::-moz-placeholder { font-size:0.9rem;color:#999}
