body {
    background: #F6F6F6;
}

.process-cont {
    display: flex;
    padding: 10px 0 105px;
}

.process-cont .pages {
    margin-top: 54px;
}

/* æ­£åœ¨æŠ¥å */
.process {
    flex: 1;
}

.process-head {
    width: 900px;
    height: 88px;
    background: #F5F5F5;
    border: 1px solid #D2D2D2;
}

.head-condition {
    height: 48px;
    display: flex;
    align-items: center;
    background: #E8E8E8;
}

.condition-go {
    width: 249px;
    padding-left: 26px;
    display: flex;
}


.condition-go span  {
    width: 102px;
    height: 26px;
    background: #8D192F;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
     margin-left: 8px;
}

.condition-go label input:checked+span {
    background: #CBAD7C;
}

.condition-list {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    box-sizing: border-box;
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    padding: 0 12px;
}

.condition-list>div {
    display: flex;
    align-items: center;
}

/* .condition-list div span:last-child {
    width: 53px;
    padding: 0 7px 0 10px;
    height: 23px;
    background: #FFFFFF;
    border-radius: 5px;
    color: #B3B3B3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 14px;
} */

.select-cont {
    background: #FFFFFF;
    width: 80px;
    height: 23px;
    border: 1px solid rgba(210, 210, 210, 0.52);
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select-cont2 {
   /*  background: #FFFFFF;
    width: 70px;
    height: 23px;
    border: 1px solid rgba(210, 210, 210, 0.52);
    border-radius: 5px;
    padding-left: 10px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center; */
}

.select-type {
    width: 187px;
}

.select-cont:after {
    content: "";
    width: 16px;
    height: 16px;
    background: url('../images/down.png') no-repeat center;
    background-size: cover;
    position: absolute;
    right: 4px;
    top: 2px;
    pointer-events: none;
}
.select-cont2:after {
    content: "";
    width: 16px;
    height: 16px;
    background-size: cover;
    position: absolute;
    right: 4px;
    top: 2px;
    pointer-events: none;
}



.select-cont>select ,.select-cont2>input {
    border: none;
    outline: none;
    width: 100%;
    height: 22px;
    padding-left:5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #B3B3B3;
    border-radius: 5px;
    cursor: pointer;
}

.condition-list .down-img,
.condition-type .down-img {
    width: 18px;
    height: 18px;
}

.condition-type {
    width: 232px;
    padding-left: 12px;
    display: flex;
    align-items: center;
}

.condition-type>span:first-child,
.condition-list>div>span:first-child {
    color: #252525;
    font-size: 14px;
    padding-right: 5px;
}

.condition-type span:last-child {
    width: 174px;
    padding: 0 4px 0 9px;
    height: 23px;
    background: #FFFFFF;
    border-radius: 5px;
    color: #B3B3B3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}


.head-sort {
    width: 100%;
    font-size: 14px;
    display: flex;
    height: 40px;
    align-items: center;
}

.head-sort span {
    padding: 0 40px 0 20px;
    color: #8D192F;
}

.head-sort ul {
    display: flex;
}

.head-sort ul li {
    display: flex;
    color: #101010;
    margin-right: 30px;
    cursor: pointer;
}
.head-sort ul li > label {
    cursor: pointer;
}

.head-sort ul li img {
    width: 10px;
    height: 13px;
    margin-left: 8px;
}

.process-list {
    padding-top: 15px;
}

.process-list li {
    padding: 10px 14px 10px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 16px;
}

.process-list li:last-child {
    margin-bottom: 0;
}

.list-logo {
    width: 260px;
    height: 171px;
    margin-right: 29px;
}

.list-logo img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 5px;
}

.list-tit {
    color: #000;
    font-size: 16px;
    cursor: pointer;
    margin: 10px 0;
    font-weight: bold;
}

.list-tips {
    display: flex;
    align-items: center;
    margin: 10px 0 10px;
}

.list-tips span {
    display: flex;
    align-items: center;
}


.list-tips span {
    height: 24px;
    line-height:24px;
    background: #F45D6F;
    border-radius: 11px;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
    padding: 0 11px;
}



.list-txt {
    color: #5B5A5A;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    margin: 10px 0;
    min-height: 42px;
}

.list-cont {
    /*display: flex;*/
    /*justify-content: space-between;*/
    font-size: 14px;
}

.list-cont .list-cont-left div {
    display: flex;
    align-items: center;
}

.list-cont .list-cont-left div:first-child {
    margin-bottom: 3px;
}

.list-cont .list-cont-left div .img-cont {
    width: 18px;
    height: 22px;
}

.list-cont .list-cont-left div .times {
    min-width: 90px;
    padding: 0 10px 0 8px;
}

.list-cont .list-cont-left div .address {
    color: #816A3A;
    font-size: 14px;
    width: 60px;
    height: 23px;
    background: #F1E5CB;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont-num {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 7px;
    color: #595959;
    font-size: 14px;
}

.cont-num div:first-child span:nth-child(2) {
    padding-left: 6px;
    color: #B01023;
    font-weight: bold;
}

.cont-num div:first-child span:last-child {
    color: #131212;
    font-weight: bold;
}

.cont-num div:last-child span {
    color: #B01023;
    font-weight: bold;
}

.cont-btn {
    color: #fff;
    font-size: 16px;
    width: 100px;
    height: 30px;
    background: #CB3648;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.boutique {
    margin-left: 29px;
}

.boutique-head {
    width: 271px;
    height: 85px;
    background: #FFFFFF;
    padding-top: 5px;
}

.head-search {
    width: 250px;
    height: 31px;
    border: 1px solid #DCDCDC;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6px 0 14px;
    margin: auto;
    background: white;
}

.head-search input {
    border: 0;
    width: 90%;
    height: 70%;
}

.head-search img {
    width: 19px;
    height: 19px;
    cursor: pointer;
}

.boutique-head p {
    width: 255px;
    height: 31px;
    background: #B3A998;
    color: #fff;
    font-size: 13px;
    padding-left: 16px;
    margin-top: 8px;
    line-height: 31px;
}

.boutique-list {
    width: 271px;
    background: #fff;
    margin-top: 15px;
    font-size: 16px;
}

.boutique-list h2 {
    color: #0F0F0F;
    font-size: 16px;
    font-weight: bold;
    padding:10px 0;
    text-align: center;
    background: white;
}

.boutique-list ul li {
    margin-bottom: 25px;
    background: white;
    padding-bottom: 10px;
}

.boutique-list ul li:last-child {
    margin-bottom: 0;
}

.boutique-list ul li img {
    width: 271px;
    height: 153px;
    border-radius: 5px;
    cursor: pointer;
}

.boutique-list ul li p {
    color: #0F0F0F;
    font-size: 14px;
    margin: 10px 0;
    padding-left: 12px;
    line-height: 1.4;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.boutique-list ul li div {
    display: flex;
    padding: 0 10px;
}

.boutique-list ul li div span {
    color: #8E8E8E;
    font-size: 14px;
}

.boutique-list ul li div span:first-child {
    color: #fff;
    width: 66px;
    height: 24px;
    background: #F45D6F;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.boutique-list ul li div span:last-child {
    padding-top: 3px;
}

li.old,li.new{
	color: #666666!important;
	
}

#processList{
	min-height: 200px;
	
}

.list-cont .list-cont-top {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.list-cont .list-cont-top div:first-child,
.list-cont .list-cont-bottom div:first-child {
    display: flex;
    align-items: center;
}
.list-cont .list-cont-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}
.list-cont .list-cont-top div .img-cont,
.list-cont .list-cont-bottom .img-cont {
    margin-right: 5px;
}

.list-cont .list-cont-top .cont-num {
    padding: 0;
    width: 229px;
}
