.order-reminder {
    color: #545454;
    text-align: center;
    margin:30px 0 0;
}

.order-reminder b{
    font-weight: normal;
    color: #FF8A2E;
}

.no-order {
    padding: 10px 0 40px;
    text-align: center;
    margin: 0;
}
.order-table td {
    min-width: 40px;
}
.order-table thead th {
    padding: 10px 12px;
}
.order-table .num-link {
    color: #FF732F;
    font-size: 15px;
    font-weight: bold;
}
.order-table .num-link:hover {
    text-decoration: underline;
}
.order-table .btn-holder {
    padding: 10px 5px;
    width: 16%;
}
.table .btn.order-use {
    height: 34px;
    line-height: 32px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid transparent;
    color: #6A6A6A;
    font-size: 15px;
    margin: 3px;
    min-width: 120px;
}
.table .btn.new-msg {
    color: #ff732f;
    box-shadow: none;
    background: none;
    padding: 0;
    min-width: 0;
}
.table .btn.new-msg:hover {
    color: #111;
}
.table .btn.detail {
    border-color: #999;
}
.table .btn.inform,
.table .btn.go-msg {
    border-color: #FF8A2E;
    width: 120px;
    color: #FF8A2E;
    transition: all .3s ease;
}
.table .btn.detail:hover,
.table .btn.inform:hover,
.table .btn.go-msg:hover {
    background: #FF8A2E;
    color: #fff;
}
.table .btn.order-use .icon {
    margin: 0 5px 3px 0;
}
.table .btn.new-msg .icon,
.table .btn.go-msg .icon {
    background-position: -225px 0;
}
.table .btn.detail .icon {
    background-position: -75px 0;
}
.table .btn.inform .icon {
    background-position: -100px 0;
}

.order-detail {
    max-width: 900px;
    margin:30px auto 40px;
    background: #fff;
    color: #333;
}

.order-detail .table-v th{
    font-weight: bold;
    text-align: center;
}

.order-detail .btn-holder {
    display: inline-block;
}

.paidinform-box{
    margin-top: 50px;
}


.paidinform-box .form-wrap.type3 {
    max-width: 540px;
}

@media screen and (max-width: 1000px) {
    .table .btn.order-use {
        min-width: 0;
    }
    #order-message {
        padding-top: 50px;
        margin-top: -40px;
    }
}
@media screen and (max-width: 767px) {

    .order-table .btn-holder {
        display: inline-block;
        padding: 3px 0 0;
        width: auto;
    }
    .order-table .msg-holder {
        float: right;
    }
    .message-box {
        padding: 0 15px;
    }
    .message-item {
        margin: 15px 0;
    }
    .message-question .status,
    .message-question .new-tag {
        float: none;
        margin: 0 10px 0 0;
    }
    .message-question .title {
        padding-top: 10px;
    }
}

@media screen and (max-width: 500px) {

    .order-reminder {
       
        margin: 10px 0 0;
    }

    .order-detail {
        max-width: 900px;
        margin: 20px auto 20px;
    }
    .order-detail .table-v{
        text-align: center;
    }

    .order-detail .table-v strong {
        
        display: block;
    }

    .order-detail   .table-v td{
        text-align: center;
    }

    .paidinform-box {
        margin-top: 30px;
    }
    
}