.wrap {
    width: 980px;
    margin: 10px auto 0;
}
.search_box {
    width: 980px;
    min-height: 150px;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    border-bottom-right-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.group {
    width: 980px;
    padding: 10px 0;
}
.group-dashed{
    border-bottom: 1px dashed #CCCCCC;
    border-top: 1px dashed #CCCCCC;
}
.group-top-dashed{
    border-top: 1px dashed #CCCCCC;
}
.group::after{
    display: block;
    content: '';
    clear: both;
}
.group div[rel="left"] {
    width: 110px;
    float: left;
    height: 30px;
}
.group div[rel="right"] {
    width: 870px;
    float: left;
    line-height: 30px;
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.group div[rel="left"] em {
    margin-left: 10px;
    font-weight: normal;
    font-size: 17px;
    font-style: normal;
    line-height: 30px;
}
.group div[rel="left"] span[rel="city"] {
    display: block;
    width: 18px;
    height: 18px;
    margin-left: 11px;
    background: url(/img/sn-headpc-icon_01.png) no-repeat -4px -7px;
    float: left;
    margin-top: 8px;
}
.group div[rel="left"] span[rel="cate"] {
    display: block;
    width: 18px;
    height: 18px;
    margin-left: 11px;
    background: url(/img/sn-headpc-icon_01.png) no-repeat -4px -38px;
    float: left;
    margin-top: 8px;
}
.group div[rel="left"] span[rel="time"] {
    display: block;
    width: 18px;
    height: 18px;
    margin-left: 11px;
    background: url(/img/sn-headpc-icon_01.png) no-repeat -4px -65px;
    float: left;
    margin-top: 6px;
}
.group div[rel="left"] span[rel="pay"] {
    display: block;
    width: 18px;
    height: 18px;
    margin-left: 11px;
    background: url(/img/sn-headpc-icon_01.png) no-repeat -4px -155px;
    float: left;
    margin-top: 6px;
}
.group div[rel="right"]>span.on {
    background: #F8B542;
    color: white;
}
.group div[rel="right"]>span.on, .group div[rel="right"]>span:hover {
    background: #77cc32;
    border: 1px solid #77cc32;
    color: white;
}
.group div[rel="right"] ul li span.on, .group div[rel="right"] ul li span:hover {
    box-sizing: border-box;
    background: #77cc32;
    border: 1px solid #77cc32;
    color: white;
}
.group div[rel="right"] ul {
    float: left;
    width: 720px;
    height: 30px;
    overflow: hidden;
}
.group div[rel="right"]>span {
    width: 54px;
    height: 30px;
    display: block;
    float: left;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: 15px;
    padding:  0 10px;
}
.group div[rel="right"] ul li {
    min-width: 78px;
    float: left;
    text-align: center;
    height: 35px;
    line-height: 35px;
}
.group div[rel="right"] ul li span {
    min-width: 55px;
    height: 30px;
    display: block;
    float: left;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    margin-left: 4px;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    border-radius: 15px !important;
    padding: 0px 10px;
}
#pay div>span {
    height: 30px;
    display: block;
    float: left;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
#pay div>span[rel="time"] {
    padding: 0 5px;
    margin-left: 10px;
    margin-right: 0px;
    border-radius: 15px !important;
    border: 1px solid #ffffff;
    margin-bottom: 5px;
}
#pay div>span.on, #pay div>span:hover {
    background: #77cc32;
    border: 1px solid #77cc32;
    color: white;
}
.group input{
    width: 200px;
    height: 30px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    outline: none;
    border: 1px solid #77cc32;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 0px 10px;
}
.sure-fee-select,.sure-date-select{
    width: 60px;
    height: 30px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: #ffffff;
    outline: none;
    border: 1px solid #77cc32;
    font-size: 14px;
    color: #77cc32;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    top: 1px;
}
.showMore{
    color: #000000;
    background-color: #EDEDED;
    padding-left: 10px;
    width: 60px;
    float: left;
    display: block;
    height: 30px;
    cursor: pointer;
    margin-left: 30px;
}
.showMore>em{
    width: 10px;
    height: 10px;
    margin-top: 8px;
    display: block;
    background: url(/img/arrow_down.png) no-repeat;
    float: right;
    margin-right: 2px;
}
.sort_inner {
    height: 32px;
    margin-bottom: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-left: none;
}
.sort_inner>span {
    display: block;
    height: 30px;
    line-height: 30px;
    float: left;
    padding: 0;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 15px;
    margin: 0px 20px;
    font-size: 15px;
}
.sort_inner>span.on {
    background: transparent;
    border: none;
    border-radius: 0;
    color: #333;
    border-bottom: 3px solid #77cc32;
}
.group div[rel="right"]>a.on em {
    background: url(/img/arrow_top.png);
}
.sort_inner>span:hover {
    border-radius: 0;
    color: #77cc32;
    background: transparent;
    border: none;
    border-bottom: 3px solid #77cc32;
}

#grid_content:after, #list_content:after {
    display: block;
    content: "";
    clear: both;
}
.deal_grid {
    width: 300px;
    height: 315px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}
.deal_grid.first {
    margin-left: 0;
}
.deal_img {
    width: 100%;
    height: 180px;
    position: relative;
}
.deal_grid .deal_title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: auto;
    padding: 10px 5px 0;
    line-height: 24px;
}
.deal_grid .deal_addr, .deal_time {
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    color: #666666;
}
.deal_grid .deal_addr, .deal_time {
    font-size: 16px;
    text-align: center;
    padding-top: 5px;
    color: #666666;
}
.deal_grid.first+.deal_grid {
    margin: 0px 40px;
}
.deal_img span {
    display: block;
    width: 98px;
    height: 44px;
    position: absolute;
    top: 10px;
    right: -5px;
}
.deal_img span.app_not_start{background: url("/img/app_not_start.png") no-repeat;background-size: 100%;}
.deal_img span.app_in{background: url("/img/app_in.png") no-repeat;background-size: 100%;}
.deal_img span.app_end{background: url("/img/app_end.png") no-repeat;background-size: 100%;}
div#pages {
    text-align: center;
    padding: 20px 0px;
    font-size: 14px;
    color: #4e4e4e;
}
div#pages>a{
    color: #4e4e4e;
    font-size: 14px;
    padding: 6px;
    border: 1px solid #dddedc;
    background: #ffffff;
    margin-right: 5px ;
}
div#pages>a:hover{
    color: #ffffff;
    border-color: #77cc32;
    background: #77cc32;
}
div#pages>span.current{
    color: #ffffff;
    background: #77cc32;
    padding: 6px 10px;
    border: 1px solid #77cc32;
    margin-right: 5px ;
    font-size: 14px;
}