.radio {
    height: 56px;
    font-size: 14px;
    overflow: hidden
}

.radio * {
    display: inline-block;
    vertical-align: middle
}

.radio label {
    margin-right: 10px;
}

.bidProjectList {
    padding: 8px 30px 30px;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    overflow: hidden;
}

.item {
    width: 260px;
    height: 167px;
    margin-right: 26px;
    margin-top: 22px;
    border: 1px solid transparent;
    float: left;
    position: relative;
    transition: all ease-in-out .3s
}

.item:hover {
    transform: translateY(-5px);
}

.item:nth-child(4n) {
    margin-right: 0;
}

.item.now {
    border-color: #16a2e3
}

.item.now:hover {
    box-shadow: 0 0 4px 0 rgba(22, 162, 227, .5);
}

.item.now .title {
    background: #16a2e3
}

.item.day {
    border-color: #65b952
}

.item.day:hover {
    box-shadow: 0 0 4px 0 rgba(101, 185, 82, .5);
}

.item.day .title {
    background: #65b952
}

.item.waite {
    border-color: #eeb04d
}

.item.waite:hover {
    box-shadow: 0 0 4px 0 rgba(238, 176, 77, .5);
}

.item.waite .title {
    background: #eeb04d
}

.item.over {
    border-color: #ababab
}

.item.over:hover {
    box-shadow: 0 0 4px 0 rgba(171, 171, 171, .5);
}

.item.over .title {
    background: #ababab
}

.item.now:after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    width: 53px;
    height: 53px;
    background: url('/images/icon-now.png') no-repeat center;
}

.title {
    height: 100px;
    padding: 0 14px;
    color: #fff;
    overflow: hidden;
}

.title h2 {
    margin-top: 14px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1;
}

.title p {
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item .con {
    padding: 8px 14px;
    font-size: 14px;
    line-height: 24px;
    color: #666
}

.item .con p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#expert-evabidlist li {
    cursor: pointer;
}

.timeago {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    height: 20px;
}

.now .timeago {
    padding-right: 20px;
}

.loading-message {
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
}

.loading-message {
    font-weight: 600;
}

.bankinfo_confirm .layui-layer-title {
    background: rgb(59, 89, 152);
    color: #fff;
}

.bankinfo_confirm .layui-layer-btn0, .bankinfo_confirm .layui-layer-btn1 {
    font-size: 14px;
}

.bankinfo_confirm .layui-layer-btn0 {
    background-color: #f1f1f1 !important;
    color: #333 !important;
    border: 1px solid #dedede !important;
}

.bankinfo_confirm .layui-layer-btn1 {
    background-color: rgb(59, 89, 152) !important;
    color: #fff !important;
    border: 1px solid rgb(59, 89, 152) !important;
}