.order-type-content {
    padding: 0px 18px 20px 18px;
    background: #fff;
    width: 100%;
}

.order-type-list {
    border-bottom: 1px solid #EEEEEE;
    width: 100%;
}

.order-type {
    display: inline-block;
    width: 19%;
    line-height: 68px;
    position: relative;
    font-size: 16px;
    color: #000;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.order-type.active,
.order-type:hover {
    color: #EB6100;
}

.order-type.active::after,
.order-type:hover::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #EB6100;
    bottom: 0;
    font-size: 16px;
    left: 0;
}

.order-list-item {
    position: relative;
    background: #fff;
    height: 114px;
    margin-top: 8px;
}

.order-list-btn {
    width: 114px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #EB6100;
    text-align: center;
    color: #fff;
    border-radius: 8px 0 0 0;
}

.order-list-btn:hover {
    color: #fff;
    opacity: 0.7;
}

.order-item-left,
.order-item-center,
.order-item-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.order-item-left {
    left: 30px;
    color: #231815;
    line-height: 1.6em;
}

.order-item-left-title {
    font-weight: bold;
}

.order-item-center {
    left: 184px;
}

.order-item-right {
    right: 140px;
    text-align: right;
}

.icon-order-car {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 10px;
    margin-right: 3px;
    background: url(/images/icon_order_car.png) no-repeat;
    background-size: contain;
}

.order-item-scheduling-status {
    color: #b2b2b2;
    font-size: 12px;
    padding-left: 18px;
    height: 36px;
    line-height: 36px;
    position: relative;
}

.order-item-scheduling-status::after {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
    height: 100%;
    border-left: 2px dashed #EAEAEA;
}

.order-item-site span {
    width: 12px;
    height: 12px;
    background: url(/images/icon_order_site_start.png) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.order-site-end span {
    background-image: url(/images/icon_order_site_end.png);
}

.order-item-price {
    font-size: 18px;
    color: #EB6100;
}

.order-item-price span {
    font-size: 24px;
    font-weight: bold;
}

.order-item-status.active {
    color: #EB6100;
}

.order-item-status.disabled {
    color: #AFAFAF;
}

#pageFoot {
    text-align: center;
    margin-top: 30px;
}