@charset "utf-8";
.order-reminder {
    color: #888;
    text-align: center;
    margin: 0 0 40px;
}
.no-order {
    padding: 10px 0 40px;
    text-align: center;
    border-bottom: 1px solid #bbb;
    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{
    border-radius: 0;
}
.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: 160px;
    text-decoration: none;
}
.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: #FF732F;
    width: 145px;
}
.table .btn.detail-cancel{
    border-color: #6a6a6a;
}
.table .btn.detail:hover,
.table .btn.inform:hover,
.table .btn.go-msg:hover {
    background: #eee;
}
.table .btn.order-use:before{
    margin: 0 5px 3px 0;
    background-image: url(../../images/common/icons.png);
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}
.table .btn.order-use .icon,.table .btn.order-use:before {
    margin: 0 5px 3px 0;
}
.table .btn.new-msg .icon,
.table .btn.go-msg .icon ,
.table .btn.new-msg:before,
.table .btn.go-msg:before {
    content: '';
    background-position: -225px 0;
}
.table .btn.detail .icon,.table .btn.detail:before {
    content: '';
    background-position: -75px 0;
}
.table .btn.inform .icon,.table .btn.inform:before {
    content: '';
    background-position: -100px 0;
}
.order-detail {
    max-width: 900px;
    margin: 0 auto 40px;
}
.order-detail .btn-holder {
    display: inline-block;
}
.shopping_way .general,
.shopping_way .cold,
.shopping_way .freezing{
    bottom:0;
}
.shopping_way{
    display:inline-block;
}
#order-message {
    padding-top: 10px;
}
.message-box {
    border: 1px solid #DDD;
    background: #F7F7F7;
    padding: 0 25px;
}
.message-form {
    padding: 15px 0;
    border-bottom: 1px solid #CACACA;
    max-width: none;
}
.message-form .control-label {
    color: #666;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 8px;
}
.message-form .btn-box {
    text-align: right;
    padding: 5px 0 0;
}
.message-form .btn{
    border-radius: 0;
}
.message-form .btn.send {
    width: 130px;
    margin: 0;
}
.message-form .btn.send .ic {
    margin-right: 0;
}
.message-item {
    margin: 20px 0;
    padding-top: 35px;
}
.message-txt {
    border: 1px solid #DDD;
    border-radius: 6px;
    background: #fff;
    padding: 0 15px;
    cursor: pointer;
}
.message-txt:hover {
    background: #fff6ea;
}
.message-question {
    position: relative;
    padding: 10px 0;
}
.message-question .date {
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 100%;
    margin-bottom: 4px;
    color: #999;
    font-size: 14px;
    pointer-events: none;
}
.message-question .date:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url('../../images/common/icons.png') -225px -25px no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.message-question .status,
.message-question .new-tag {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin: -2px 0 -2px 10px;
    font-size: 14px;
}
.message-question .status {
    background: #C0C0C0;
    color: #fff;
    line-height: 27px;
    padding: 0 10px;
    border-radius: 15px;
}
.message-question .status.replied {
    background: #ff7430;
}
.message-question .new-tag {
    color: #FF4C4C;
    line-height: 27px;
}
.message-answer {
    display: none;
    border-top: 1px solid #DCDCDC;
    padding: 10px 0;
}
.message-answer .editor {
    padding: 3px 0;
    color: #ff7430;
}
.table-v td a{
    color:#108fbb;
    margin:0 5px;
    display: inline-block;
    text-decoration:underline;
}
.table-v td a:hover{
    color:#009e5f;
    text-decoration:none;
}
@media screen and (max-width: 1000px) {/*手機版*/
    .table-v th, .table-v td{
        border-bottom: #ccc 1px solid;
        padding: 8px;
    }
    .order-detail {
        margin: 0 auto 20px;
    }
    .table-h tr{
        height: auto;
        overflow: hidden;
    }
    .table .btn.order-use {
        min-width: 0;
    }
    #order-message {
        padding-top: 50px;
        margin-top: -40px;
    }
    .no-order{
        padding:5px 0;
    }
    .table .btn.inform,
    .table .btn.go-msg {
        border-color: #FF732F;
        width: auto;
        width:45%;
    }
    .table .btn.order-use{
        font-size: 12px;
    }
    .order-reminder{
        margin-bottom: 5px;
    }
    .order-table .num-link{
        font-size: 14px;
    }
    .message-question{
        padding:3px 0;
    }
    .order-table .btn-holder {
        display: inline-block;
        padding: 3px 0 0;
        width: auto;
    }
    .order-table .msg-holder {
        float: right;
    }
    .message-box {
        padding: 0 5px;
    }
    .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;
    }
    .message-question .status{
        line-height: 25px;
        font-size: 10px;
    }
}
@media screen and (max-width: 350px) {/*手機版*/
    .shopping_way{
        display:inline-block;
        margin: 3px 0;
    }
    .table-v tr, .table-v th, .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table .btn.detail .icon,.table .btn.inform .icon{
        display: none;
    }
}
