.page-body-wrapper{
    background: #f5f5f5;
}
.classificationBar ul {
    height: 46px !important;
}

#nav_top.classification {
    margin-bottom: 15px;
}

.task-container {
    width: 1300px;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
}

.filter-wrapper{
    padding: 15px 0;
}

.filter-header .statistics {
    float: right;
}

.filter-container {
    background: #fff;
    margin-top: 10px;
    box-shadow: -1px 3px 8px 0 rgba(79, 79, 79, 0.08);
    border: solid 1px #f1f1f1;
    padding: 20px 40px 10px 50px;
}

.filter-close {
    padding-right: 10px !important;
    padding-left: 0 !important;
    display: none;

}

.address-wrapper,
.service-wrapper {
    margin-top: 10px
}

#type-submenu,
#address-submenu {
    margin-left: 80px;
    width: 900px;
    padding: 10px 35px 0 35px;
    border: 1px solid #eee;
    display: none;
}

#type-submenu li,
#address-submenu li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    border: 1px solid transparent;
}

#type-submenu li a {
    border: 1px solid transparent;
}

.submenu-active {
    color: #df6b3c !important;
    border: 1px solid #df6b3c !important;
}

#type-submenu li a:hover {
    color: #df6b3c;
    border: 1px solid #df6b3c !important;
}

#address-submenu li:hover {
    color: #df6b3c;
    border: 1px solid #df6b3c !important;
}

.filter-container .type,
.filter-container .service,
.filter-container .address {
    width: 80px;
    font-weight: 600;
}

.filter-container .filter-list {
    width: 1010px;
}

.filter-list li {
    margin-right: 20px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    cursor: pointer;
}

.filter-list li:hover {
    color: #df6b3c;
    border: 1px solid #df6b3c !important;
}

.filter-list li a:hover {
    color: #df6b3c !important;
}

.filter-active {
    color: #df6b3c;
    border: 1px solid #df6b3c !important;
}

.task-container a {
    color: #666;
    text-decoration: none;
}

.filter-wrapper a {
    padding: 0 15px;
}

.filter-active a {
    color: #df6b3c;
}

.filter-active .filter-close {
    display: inline-block;
}

#btn-reset a {
    padding: 5px 0;
    color: #f6ad3c;
    cursor: pointer;
}

#btn-reset a:hover {
    color: #df6b3c;
}

#address-submenu li a:hover {
    color: #df6b3c;
}

#address-more {
    background-color: #f5f5f5;
    padding: 0 15px;
    margin-bottom: 10px;
    cursor: pointer;
}

.orange {
    color: #df6b3c;
}

.yellow {
    color: #f6ad3c;
}

/*éœ€æ±‚åˆ—è¡¨*/
.task-list-wrapper {
    display: inline-block;
    width: 880px;
    background: #fff;
    margin-right: 20px;
    font-size: 14px;
    box-shadow: -1px 3px 8px 0 rgba(79, 79, 79, 0.08);
}

.task-list .title a:hover,
.hot-list .title a:hover,
.news-list .title a:hover {
    text-decoration: underline !important;
    color: #df6b3c;
}

.news-list li:hover,
.hot-list li:hover {
    background: #FCFCFC;
}

.news-list li:hover .vertical-line,
.hot-list li:hover .vertical-line {
    /*border: 1px solid #df6b3c;*/
    display: inline-block;
}

.vertical-line {
    width: 5px;
    height: 100%;
    background: #f08519;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

#sort-header {
    padding-left: 30px;
    padding-top: 11px;
    border-bottom: 1px solid #eee;
}

#sort-header li {
    position: relative;
    display: inline-block;
    padding: 7px 30px;
    cursor: pointer;
}

#sort-header li a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

#sort-header li:hover {
    color: #fff;
    background: #df6b3c;
    border-radius: 5px 5px 0 0;
}

#sort-header li:hover .icon-down {
    background-image: url("http://zhaidaowei.com/images/frontend/sort_down_white.png") !important;
}

#sort-header li:hover .icon-up {
    background-image: url("http://zhaidaowei.com/images/frontend/sort_up_white.png") !important;
}

.sort-active {
    color: #fff;
    background: #df6b3c;
    border-radius: 5px 5px 0 0;
}

.sort-active .icon-down {
    background-image: url("http://zhaidaowei.com/images/frontend/sort_down_white.png") !important;
}

.sort-active .icon-up {
    background-image: url("http://zhaidaowei.com/images/frontend/sort_up_white.png") !important;
}

.sort-icon {
    width: 16px;
    height: 14px;
    -webkit-background-size: 100% !important;
    background-size: 100% !important;
}

#sort-header .icon-down {
    background-image: url("http://zhaidaowei.com/images/frontend/sort_down.png");
}

#sort-header .icon-up {
    background-image: url("http://zhaidaowei.com/images/frontend/sort_up.png");
}

.task-list li {
    position: relative;
    display: table;
    width: 100%;
    height: 130px;
    line-height: 130px;
    border-bottom: 1px solid #eee;
    color: #999999;
    position: relative;
}

.task-list li:hover {
    background: #f5f5f5;
}

.task-list li:hover .btn-bid {
    visibility: visible;
}

.btn-bid a {
    width: 100%;
    height: 100%;
    color: #fff;
}

.status {
    width: 160px;
    height: 92px;
    text-align: center;
    line-height: 92px;
    font-size: 16px;
    font-weight: 600;
    border-right: 1px solid #eee;
}

.EarnestMone {
    position: absolute;
    top: 15px;
    left: 25px;
    min-width: 110px;
    height: 21px;
    border: 1px solid #68bf7b;
    line-height: 0px;
    border-radius: 5px;

}

.EarnestMone > span:nth-child(1) {
    width: 60px;
    font-size: 12px;
    background-color: #68bf7b;
    background-image: url('http://zhaidaowei.com/tpl/default/img/payment/ad_76.png');
    background-repeat: no-repeat;
    text-indent: 18px;
    height: 100%;
    line-height: 19px;
    color: #f5f5f5;
    float: left;
    background-position: 2px 2px;
}

.EarnestMone > span:nth-child(2) {
    min-width: 48px;
    float: left;
    line-height: 19px;
    color: #68bf7b;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
}

.task-info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px;
    line-height: normal;
    width: 100%;
}

.task-info .title {
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 3px;
}

.task-info .price-wrapper {
    width: 450px;
    margin-bottom: 15px;
}

.page-view {
    position: absolute;
    right: 35px;
    top: 15px;
    line-height: normal;
}

.btn-bid {
    position: absolute;
    right: 35px;
    top: 55px;
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #df6b3c;
    font-weight: 600;
    visibility: hidden;
}

.pagination {
    height: 160px;
    margin: 0 auto;
    padding-top: 50px;
}

.task-blank {
    display: table;
    margin: 40px auto 100px auto;
    text-align: center;
    font-size: 20px;
}

.font-none {
    display: table-cell;
    padding-left: 10px;
}

.icon-sad {
    display: table-cell;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background-image: url("http://zhaidaowei.com/images/frontend/sad.png");
    -webkit-background-size: 100%;
    background-size: 100%;
    cursor: pointer;
}

.publish {
    color: #df6b3c !important;
    text-decoration: underline !important;
}

.sidebar-wrapper {
    width: 300px;
}

/*çˆ†æ¬¾æ–¹æ¡ˆæŽ¨è*/
.hot-task-wrapper {
    width: 100%;
    background: #fff;
    box-shadow: -1px 3px 8px 0 rgba(79, 79, 79, 0.08);
}

.hot-header,
.news-header {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background: #f5f5f5;
    border: solid 1px #e6e6e6;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    display: inline-block;
}

.hot-list li {
    position: relative;
    height: 80px;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.hot-list .task-img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.hot-list-item,
.news-list-item {
    position: relative;
}

.task-link,
.news-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hot-list-item .title,
.news-list-item .title {
    width: 158px;
    font-size: 16px;
    overflow: hidden; /*è¶…å‡ºéƒ¨åˆ†éšè—*/
    white-space: nowrap; /*æ–‡æœ¬æº¢å‡ºç”¨"..."è¡¨ç¤º*/
    text-overflow: ellipsis; /*é€‚ç”¨IE*/
    -o-text-overflow: ellipsis; /*é€‚ç”¨opera*/
}

.hot-list-item .title a,
.news-list-item .title a,
.task-info .title {
    position: relative;
}

.hot-list-item .title a:hover,
.news-list-item .title a:hover,
.task-info .title a:hover {
    text-decoration: none !important;
}

.hot-list-item .title a::before,
.news-list-item .title a::before,
.task-info .title a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    border-bottom: 2px solid #df6b3c;
    width: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hot-list-item:hover .title a::before,
.news-list-item:hover .title a::before,
.task-info .title:hover a::before {
    width: 105%;
    left: 0;
}

.hot-list-item:hover .title a,
.news-list-item:hover .title a,
.task-info .title:hover a {
    font-weight: 600;
    color: #df6b3c !important;
}

.hot-list-item .price {
    color: #a5a5a5;
    margin-top: 8px;
    margin-bottom: 3px;
}

.hot-list .sold {
    line-height: 14px;
    color: #a5a5a5;
}

.hot-list .icon-sold {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("http://zhaidaowei.com/images/frontend/sold.png");
    -webkit-background-size: 100%;
    background-size: 100%;
    margin-right: 10px;
    vertical-align: middle;
}

/*æ–°é—»èµ„è®¯*/
.news-wrapper {
    /*height: 795px;*/
    margin-top: 30px;
    width: 100%;
    background: #fff;
    box-shadow: -1px 3px 8px 0 rgba(79, 79, 79, 0.08);
}

.news-list li {
    position: relative;
    height: 102px;
    padding: 15px 38px 20px 20px;
    border-bottom: 1px solid #eee;
}

.news-list li:last-child {
    border-bottom: none;
}

.news-list .title {
    width: 200px;
    font-size: 16px;
    overflow: hidden; /*è¶…å‡ºéƒ¨åˆ†éšè—*/
    white-space: nowrap; /*æ–‡æœ¬æº¢å‡ºç”¨"..."è¡¨ç¤º*/
    text-overflow: ellipsis; /*é€‚ç”¨IE*/
    -o-text-overflow: ellipsis; /*é€‚ç”¨opera*/
}

.news-list .title:hover {
    font-weight: 600;
}

.news-list .desc {
    color: #a2a2a2;
    height: 45px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.more {
    cursor: pointer;
}

.more a {
    padding: 0 !important;
}

.more a:hover {
    color: #df6b3c;
}

i {
    display: inline-block;
}

.show {
    display: inline-block !important;
}

.hide {
    display: none;
}

.fl_l {
    display: none;
}

.task-pages {
    height: 100px;
    text-align: center;
    padding-top: 50px;
}

.task-pages .page {
    vertical-align: middle;
    margin: 0 auto;
    height: 40px;
    display: inline-block;
}

.page div {
    display: inline-block;
}

.page span {
    display: none;
}

.task-pages a {
    height: 40px;
    width: 40px;
    margin: 0 2px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #e4e4e4;
    text-align: center;
    color: #9b9b9b;
    border-radius: 2px !important;
    cursor: pointer;
}

.task-pages a:hover {
    color: #9b9b9b !important;
    background: #f5f5f5 !important;
}

.task-pages .current {
    height: 40px;
    width: 40px;
    margin: 0 2px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #e4e4e4;
    text-align: center;
    color: #9b9b9b !important;
    background: #f5f5f5 !important;
    border-radius: 2px !important;
    cursor: pointer;
}

.task-pages .active a {
    background: #df6b3c !important;
    color: white !important;
    border-radius: 5px;
    border: 1px solid #df6b3c;
}

.bottom-tip {
    text-align: center;
    padding: 30px 0 80px 0;
}

a:focus {
    outline: none;
}

#Publicbottom {
    margin-top: 60px !important;
}

.info-time {
    height: 67px;
    padding-top: 22px;
}
.info-time>div{
    float: left;
}
.info-time>div>span{
    font-size: 14px;
    color: #5a5a5a;
    float: left;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.info-time>div>span:nth-child(2){
    color: #a2a2a2;
}
.info-time>.Price{
    margin-left: 34px;
}
.info-time>.Price>span:nth-child(2){
    color: #f6ad3c;
    font-size: 18px;
    width: 285px;
}
.info-time>.Demandside>span:nth-child(2){
    width: 215px;
}

.Messagebidding{
    height: 40px;
    margin-top: 24px;
}
.Messagebidding>.Leavingamessage{
    width: 110px;
    height: 38px;
    border: 1px solid #f6ad3c;
    float: left;
    margin-right: 15px;
    margin-left: 37px;
    border-radius: 3px;
}
.Messagebidding>.Leavingamessage>a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #f6ad3c;
    text-align: center;
    line-height: 38px;
}
.Messagebidding>.Bid{
    width: 110px;
    height: 40px;
    background: #f6ad3c;
    float: left;
    border-radius: 3px;
}
.Messagebidding>.Bid>a{
    width: 100%;
    height: 100%;
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.publish_form input[type="text"], .publish_form input[type="number"], .publish_form input[type="email"], .publish_form input[type="password"], select.publish_select, .publish_form textarea {
    background: #fff;
    border: 1px solid #dfdfdf;
    padding: 6px 8px 6px 8px;
    vertical-align: middle;
}
.layui-input {
    width: 90%;
}
.layui-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
.layui-btn+.layui-btn {
    margin-left: 10px;
}
.layui-btn-primary {
    border: 1px solid #C9C9C9;
    background-color: #fff;
    color: #555;
}
.viewad-prompt {
    text-align: center;
    background: #ddd;
    margin: 15px 228px;
    border-radius: 5px;
    line-height: 30px;
}