.no-order {
    padding: 20px 0 30px;
    text-align: center;
    border-bottom: 1px dashed #666;
    margin: 0 auto 10px;
}

.order-table {
    color: #aaa;
    margin: 40px auto 10px;
    border-bottom: 1px dashed #666;
}

.order-table thead th {
    padding: 10px;
}

.order-table td {
    min-width: 40px;
}

.order-table .num-link {
    color: #C5A36D;
    font-size: 15px;
    font-weight: bold;
}

.arrival-box .btn-box {
    margin-top: 10px;
}

.order-table .num-link:hover {
    color: #00468C;
    text-decoration: underline;
}

.order-table .num-link .ic {
    color: #ccc;
    font-size: 12px;
    margin-right: 8px;
}

.order-table .btn-holder {
    padding: 10px 5px;
    width: 160px;
}

.table .btn.order-use {
    margin: 2px 0;
}

.table .btn.order-use:hover {}

.table .btn.new-msg {
    color: #fff;
    box-shadow: none;
    background: none;
    padding: 0;
    border: 0;
    line-height: 35px;
    width: auto;
    text-decoration: none;
}

.table .btn.new-msg:hover {
    color: #c5a36c;
    background: none;
}

.table .btn.inform,
.table .btn.go-msg {
    background: #BB9B69;
    color: #000;
    text-decoration: none;
}

.table .btn.inform:hover,
.table .btn.go-msg:hover {
    background: #fff;
    border-color: #fff;
}

.table .btn.inform .ic,
.table .btn.go-msg .ic {
    color: inherit;
}

.order-detail {
    border: 1px solid #C5A36D;
    background: #222;
    margin-bottom: 40px;
}

.order-detail .btn-holder {
    display: inline-block;
}

#order-message {
    padding-top: 10px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.message-box {
    border: 1px solid #C5A36D;
    background: #222;
    padding: 15px 30px;
}

.message-form {
    padding: 0 0 15px;
    border-bottom: 1px dashed #666;
    max-width: none;
}

.message-form .btn-box {
    text-align: right;
    padding: 5px 0 0;
}

.message-form .btn.send {
    width: 140px;
    text-align: left;
    margin: 0;
    padding: 0 40px 0 12px;
}

.message-form .btn.send .ic {
    vertical-align: middle;
    font-size: 12px;
    margin: 0 0 5px 3px;
}

.message-item {
    margin: 20px 0;
    padding-top: 35px;
}

.message-txt {
    border: 1px solid #464646;
    background: #464646;
    color: #777;
    padding: 0 15px;
    cursor: pointer;
}

.message-txt:hover {
    border-color: #888;
}

.message-question {
    position: relative;
    padding: 10px 0;
    color: #ddd;
}

.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 .ic {
    vertical-align: middle;
    margin-right: 10px;
    color: #c5a36c;
    font-size: 22px;
}

.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: #888;
    color: #fff;
    line-height: 27px;
    padding: 0 10px;
    border-radius: 15px;
}

.message-question .status.replied {
    background: #c5a36c;
}

.message-question .new-tag {
    color: #c5a36c;
    line-height: 27px;
}

.message-answer {
    display: none;
    border-top: 1px solid #666;
    padding: 10px 0;
}

.message-answer .editor {
    padding: 3px 0;
    color: #c5a36c;
}




/*-- 新增 --*/

.form-box .captcha .form-control {
    width: 66%;
}

.lightbox-wrapper.arrival-box .form-box .captcha .form-control {
    max-width: 100%;
}

.table-v td a {
    color: #a98c5e;
    text-decoration: underline;
}

.table-v td a:hover {
    color: #f5c155;
    text-decoration: none;
}

.shopping_way .general,
.shopping_way .cold,
.shopping_way .freezing {
    bottom: 0;
}

.shopping_way {
    display: inline-block;
}

.table.cart-table {
    margin-top: 0px;
}

textarea.form-control {

    height: 100px;
}

@media screen and (max-width: 1120px) {
    .order-table .btn-holder {
        width: auto;
    }
    .table .btn.order-use {
        width: auto;
        font-size: 14px;
    }
    .order-detail .table .btn.order-use {
        width: 150px;
    }
}

@media screen and (max-width: 1000px) {
    #order-message {
       padding-top: 20px;
        margin-top:0px;
    }
    .no-order {
        padding: 0px 0 10px;
        margin: 0 auto 5px;
    }
    .message-form {
        padding: 0 0 5px;
    }
    .message-item {
        margin: 10px 0;
        padding-top: 25px;
    }
    .message-question .status {
        font-size: 12px;
    }
    .message-question .status,
    .message-question .new-tag {
        float: none;
        margin: 0 2px 0 0;
    }
    .message-question .title {
        padding-top: 5px;
    }
    .message-box {
        padding: 5px 15px;
    }
    .message-answer {
        padding: 5px 0;
    }
    .message-txt {
        padding: 0 8px;
    }
}

@media screen and (max-width: 900px) {
    .banner,
    .breadcrumb,
    .content-top,
    .shopping-step,
    .main-top {
        display: block
    }
    textarea.form-control {

        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .order-table .btn-holder {
        display: inline-block;
        padding: 0;
    }
    .message-question {

        padding: 5px 0;
    }
    .order-table .msg-holder {
        float: right;
    }
    .order-id-table tr {
        display: block;
    }
    .order-id-table th,
    .order-id-table td {
        display: inline-block;
        vertical-align: middle;
        padding: 10px 20px;
    }
    .order-id-table .btn-holder {
        padding: 5px 20px;
    }
    .order-detail .row:before {
        display: none;
    }
    .order-detail .col {
        width: 100%;
    }
    .order-detail .col2 .table-v tr:nth-child(2n) {
        background: #fff;
    }
    .order-detail .col2 .table-v tr:nth-child(2n+1) {
        background: #E0FBFE;
    }
    .order-detail {
        margin-bottom: 30px;
    }
    .order-table {
        margin: 10px auto;
    }
}

@media screen and (max-width: 500px) {
    .order-detail .col .table-v th {
        background: #E0FBFE;
    }
    .order-detail .col .table-v tr:nth-child(n) {
        background: none;
    }
    .order-detail .col .table-v th:after {
        display: none;
    }
    .order-detail .table .btn.order-use {
        width: 110px;
        font-size: 12px;
    }
    .form-box .captcha .form-control {
        width: 100%;
    }
    .lightbox-wrapper.arrival-box .form-box .captcha .form-control {
        max-width: 42%;
    }
}