
.container{
  background:#f2f2f2;
  padding-right:0px;
  padding-left:0px;
}
.row{
  margin-right:0px;
  margin-left:0px;
}
.bottom-navi{
  background:#f2f2f2;
}
.bottom-blank{
  height:50px;
}
.rowtitle{
  font-size:16px;
  padding:7px;
  color:#808080;
  font-weight:bold;
}
.row-content{
  background:#FFFFFF;
  font-size:14px;
  color:#333333;
  padding-top:10px;
  padding-bottom:10px;
  min-height:70px;
}
.row-body{
}
.price{
  display:block;
  font-size:14px;
  color:#fa5c1f;
  width:56px;
  font-weight:bold;
  text-align:center;
}
.old-price{
  display:block;
  padding-top:10px;
  width:56px;
  font-size:10px;
  color:#737373;
  text-decoration:line-through;
  text-align:center;
}
.price:before{
  content:"￥";
}
.old-price:before{
  content:"原价";
}
.bottom-order-card{
  display:table;
  width:100%;
}
.bottom-order-card > div{
  display:table-cell;
  height:100%;
  min-height:100%;
  float:none;
  vertical-align:middle;
}
.div-bottom-arrow{
  height:10px;
  width:100%;
  text-align:center;
  position:relative;
  background:transparent;
  border-bottom:2px solid #dcdcdc;
}
.div-bottom-arrow:after{
  content:'';
  width:8px;
  height:100%;
  position:absolute;
  right:-1px;
  top:1px;
  border:2px solid #dcdcdc;
  border-top:none;
  /*border-bottom:none;*/
  border-left:none;
  -moz-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  -moz-transform-origin:right bottom;
  -ms-transform-origin:right bottom;
  -webkit-transform-origin:right bottom;
  transform-origin:right bottom;
}
.div-bottom-arrow:before{
  content:'';
  width:8px;
  height:100%;
  position:absolute;
  left:1px;
  top:1px;
  border:2px solid #dcdcdc;
  border-right:none;
  border-bottom:none;
  /*border-left:none;*/
  -moz-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  -moz-transform-origin:right bottom;
  -ms-transform-origin:right bottom;
  -webkit-transform-origin:right bottom;
  transform-origin:right bottom;
}
.row.splite{
  border:0px none;
  border-top:1px solid #dcdcdc;
}

.attation{
  background:#FFFFFF;
  font-size:14px;
  color:#fa5c1f;
  padding:10px;
  line-height:2;
}
.attation-header{}
.attation-content{padding-left:20px}

/* 价格调整-----------begin */
.adjust-info
{
  width:100%; 
  padding: 0px; 
  background-color: #fff; 
  z-index: 9999;
}
.adjust-info-title
{
  font-size: 18px;
  color: #333333;
  height: 48px;
  line-height: 48px;
  padding:0px 16px;
}
.adjust-info-cont
{
  padding:2px 16px;
  padding-top: 0px;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #808080;
}
.line-height16
{
  line-height: 16px;
}
.cont-p{
  padding:0px;
  color: #808080;
  font-size: 16px;
}
.color-fa5c1f
{
  color: #fa5c1f;
}
.color-38b673
{
  color: #38b673;
}
.size-11
{
  font-size: 13px;
}
.strong{
  font-weight: bold;
}
/* 价格调整-----------end */