/* 订单内容 */
.main-content {
    width: 1320px;
    margin: 0 auto 80px;
}

.main-content .aboutUs-title {
    height: 100px;
    width: 100%;
}

.main-content .aboutUs-title .aboutUs-icon {
    width: 300px;
    height: 100px;
    float: left;
}

.main-content .aboutUs-title .aboutUs-icon img {
    margin-top: 14px;
}

.main-content .aboutUs-title .title {
    float: left;
    margin-left: 30px;
}

.main-content .aboutUs-title .title img {
    margin-top: 39px;
    float: left;
}

.main-content .aboutUs-title .title span {
    margin-left: 12px;
    font-size: 20px;
    color: #333333;
    margin-top: 35px;
    display: inline-block;
    float: left;
}

.main-content .aboutUs-title .nav {
    float: right;
    line-height: 100px;
    color: #939393;
    font-size: 14px;
}

.aboutUs-content .content-left {
    width: 300px;
    float: left;
    background-color: white;
}

.content-left .menu-title {
    margin-bottom: 20px;
    padding-top: 11px;
    padding-left: 25px;
    padding-bottom: 11px;
    margin-top: 20px;
}
.content-left .menu-title .title {
    font-size: 20px;
    font-weight: bold;
}
.content-left .menu-title .sub-title {
    display: block;
    color: #A1A1A1;
}
.content-left li {
    height: 54px;
    padding-top: 17px;
    padding-left: 25px;
    color: #333333;
    font-weight: bold;
}

.aboutUs-content .content-left li:hover {
    cursor: pointer;
}

.aboutUs-content .content-left .cur {
    color: #119941;
    background-image: url("/images/product/category-select.png");
}

.aboutUs-content .content-right {
    float: left;
    margin-left: 30px;
    background-color: white;
    width: 990px;
}

.content-right {
    float: left;
    margin-left: 30px;
    background-color: white;
    min-height: 826px;
    width: 990px;
    padding: 34px 20px;
}

.content-right {
}

.order-info-title {
    margin-bottom: 26px;
}

.order-info-title span {
    font-size: 20px;
    font-weight: bold;
}

.order-info-title a {
    color: #109941;
    margin-left: 20px;
}

/* 筛选条件 */
.filter {
    margin-bottom: 26px;
}

.filter .filter-order-status {
    float: left;
}

.filter .filter-order-status .item-label {

}

.filter .filter-order-status .order-status {
    border-radius: 2px;
    border: 1px solid rgba(189, 189, 189, 1);
    width: 140px;
    height: 30px;
    padding-left: 10px;
}

.filter .filter-order-no {
    float: right;
}

.filter .filter-order-no .order-no-input {
    border: 1px solid rgba(189, 189, 189, 1);
    width: 200px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.filter .filter-order-no .search-btn {
    width: 60px;
    height: 30px;
    border: 1px solid #109941;
    background-color: #109941;
    color: white;
    border-radius: 2px;
    font-weight: bold;
}

.filter .filter-order-no .search-btn:hover {
    background-color: #168944;
}

/* 订单内容列表 */
.order-info .order-info-list {

}

table {
    width: 100%;
    text-align: center;
}

table th {
    text-align: center;
    background-color: #FAFAFA;
    padding: 15px 0;
    border: 1px solid #DDDDDD;
}

table td {
    height: 50px;
    line-height: 50px;
    border: 1px solid #DDDDDD;
    font-size: 12px;
}

table td button {
    width: 26px;
    height: 39px;
    border: 1px solid #F58002;
    background-color: transparent;
    vertical-align: middle;
    line-height: 39px;
}

table td input {
    width: 83px;
    height: 39px;
    border: 1px solid #F58002;
    text-align: center;
}

table td p {
    line-height: 17px;
}