﻿.orderTitle {
    position: fixed;
    height: 30px;
    line-height: 33px;
    background: #ffffff;
    margin-bottom: 0px;
    width: 100%;
    padding: 0px;
    z-index: 100;
}

    .orderTitle .item {
        height: 30px;
        line-height: 30px;
        float: left;
        width: 33%;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        color: #333333;
        border-bottom: 1px solid #f2f2f2;
    }

.closed {
    width: 4%;
    position: absolute;
    right: 5px;
    top: 20px;
    font-size: 0.35rem;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 50%;
    background: #ddd;
    z-index: 9999;
    filter: alpha(Opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
