body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
body { font-size:87.5%;  font-family: Helvetica, sans-serif, 'Microsoft YaHei';}
fieldset, img { border:0; }
ol, ul { list-style:none; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
em { font-style:normal; }
input, button, select, textarea { outline:none; } 
textarea { resize:none; } //禁用了文本的拖拉，尤其在谷歌下
p{ text-align:justify; text-justify:distribute;} //为了使文本段落左右两边对齐

/*======== Link ========*/
a { color: #666; text-decoration:none!important; }
a:hover { color: #f60; text-decoration:none!important; }
body{background:#f0f0f0;}
/*开始*/
.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
body { 
    padding: 80px 0 0 0;
 }
header{
    height:44px;
    border-bottom:1px solid #ECECEC;
    background:#fff;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
}
header .pageback {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 15px;
  top: 15px;
  display: block;
  border: solid #1d1e20;
  border-width: 1px 0 0 1px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header h2{font-size:18px;line-height:44px;font-weight:normal;color:#333;text-align: center;position: relative;display: inline-block;}
header h2 span{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #686868;
    display:block;
    position: absolute; 
    top:19px; 
    right:-17px;
}
.orderGroup {
    position: absolute;
    bottom: -37px;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom:1px solid #ccc;
}
.orderGroup .item {
    float: left;
    width: 16%;
    line-height: 35px;
    text-align: center;
    position: relative;
}
.orderGroup .item .bootombar {
    display: none;
    height: 2px;
    position: absolute;
    width: 60%;
    bottom: -1px;
    left: 20%;
    background: #f18f19;
}
.orderGroup .item.curr {
    color: #f18f19;
}
.orderGroup .item.curr .bootombar {
    display: block;
}
@font-face {font-family: 'iconfont';
    src: url('font/iconfont.eot'); /* IE9*/
    src: url('font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:22px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;color:#999;
}
header .font{float:right;line-height:55px;}
.product{ 
    background:#fff; 
    border: solid #e3e4e6; 
    border-width:1px 0px;
    margin: 15px 0; 
}
.product > a {
    color: #666; 
    text-decoration: none;
}
.product .top{height:10px;padding:15px 20px;line-height:10px;}
.product .top span{display:inline-block;}
.product .top .logo{float:left;color:#333;}
.product .top .la{float:right;}
.product .middle{ background:#f8f8f8;padding:20px;}
.product .middle .pic{ overflow: hidden;float:left;margin-right:20px;}
.product .middle .pic > img { 
    border: 1px solid #ccc;
    border-radius:5px;
}
.product .middle .text p{ overflow: hidden; padding: 10px 0; line-height: 18px; font-size: 14px; max-height: 80px; }
.product .bottom1{
    height:10px;
    padding:15px 20px; 
    text-align: right;
    border-bottom:1px solid #ccc;
    line-height:10px;
    font-size: 14px;
}
.product .bottom2{height:40px;padding:14px 20px;float:right;}
.product .bottom2 .judge,.product .bottom2 .again{border: 1px solid #ccc;border-radius:5px;text-align: center;padding:5px 15px;margin-right:5px;}
.product .bottom2 .again{border-color:#e34d68;color:#e34d68;margin-right:0px;}
.product .top .state { color: #f18f19; }
.noData {
    padding: 50px 0;
    text-align: center;
}
.noMore {
    padding: 10px 0;
    text-align: center;
}
.paybox {
    text-align: right;
}
.pay-money {
    margin: 5px 10px;
    width: 60px;
    display: inline-block;
    box-sizing: border-box;
    line-height: 26px;
    text-align: center;
    border: 1px solid #f18f19;
    height: 26px;
    font-size: 12px;
    border-radius: 5px;
    background: #fff;
    color: #f18f19;
    text-decoration: none;
}