/*颜色*/
/*字体字号*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: '华文细黑', 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  line-height: 1;
  background: white;
  color: #999999;
}
.withheaderfooter {
  margin: 63px 0 56px 0px;
  background-image: url('/static/img/h5/old/back-ground.png');
}
a {
  text-decoration: none;
  font-size: 12px;
  color: #999999;
}
a:visited {
  text-decoration: none;
  font-size: 12px;
  color: #999999;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
  width: auto;
  -ms-interpolation-mode: bicubic;
  /*照顾ie图片缩放失真**/
}
li {
  list-style: none;
}
input {
  padding-left: 5px;
}
/*顶部工具栏样式 begin*/
.ypfood-head {
  top: 0;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 100%;
  background: #ffc786;
  position: fixed;
  color: #fcfcfc;
  font-size: 18px;
}
.ypfood-head .back-div {
  float: left;
  padding-left: 20px;
  margin-top: 5px;
}
.ypfood-head .title-span {
  margin-left: -20px;
  font-size: 18px;
}
.ypfood-head .edit-div {
  float: right;
  padding-right: 20px;
  font-size: 18px;
}
/*顶部工具栏样式 end*/
/*底部 start*/
.footer {
  height: 60px;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: white;
  line-height: 60px;
  font-size: 20px;
  border-top: 1px solid #eee;
}
.footer div {
  float: left;
  height: 60px;
}
.footer .cart {
  width: 20%;
  background-image: url("/statics/imgs/cart.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40px;
  position: relative;
}
.footer .cart p {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  background-color: #ff8a00;
  color: wheat;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
}
.footer .monye {
  width: 30%;
  color: red;
}
.footer .subOrder {
  width: 30%;
  float: right;
  background-color: #ff8a00;
  text-align: center;
  line-height: 60px;
  color: white;
  font-size: 18px;
}
.footer .disabled {
  background-color: #ccc ;
}
/*底部 end*/
.blackColor {
  color: black;
}
/**成功提示**/
.subSuccess {
  width: 98%;
  margin: 60px auto;
  text-align: center;
  padding-top: 80px;
  height: 300px;
  display: none;
}
.subSuccess .successPrompt {
  padding-left: 40px;
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  background: url("/statics/imgs/suceess.png") no-repeat;
}
.subSuccess a {
  display: block;
  width: 90%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #666666;
  margin: 20px auto;
}
.box-panel {
  width: 96%;
  padding: 10px;
  margin: 10px 2% 0;
  background-color: white;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #adadad;
  overflow: auto;
}
