@charset "utf-8";
.content-top {
    margin-bottom: 50px;
}
.no-order {
    padding: 20px 0 40px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin: 0;
}
.form-box.order{
    max-width: 600px;
}
.order-table td {
    min-width: 40px;
}
.order-table .num-link {
    color: #EC646A;
    font-size: 15px;
    font-weight: bold;
}
.order-table .num-link:hover {
    text-decoration: underline;
}
.order-table .btn-holder {
    padding: 10px 5px;
    width: 160px;
}
.table .btn.order-use {
    width: 160px;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid transparent;
    color: #B8A58C;
    font-size: 14px;
    margin: 3px;
    border-radius: 0;
}
.table .btn.new-msg {
    color: #70594C;
    box-shadow: none;
    background: none;
    padding: 0;
    width: auto;
}
.table .btn.new-msg:hover {
    color: #FF3A1E;
    text-decoration:underline;
}
.table .btn.detail {
    background: none;
    color: #B8A58C;
    border:1px solid #D8CDBE;
}
.table .btn.detail:hover {
    color: #FF7662;
    border:1px solid #FF7662;
}
.table .btn.inform,
.table .btn.go-msg {
    border-color: #D8CDBE;
    text-decoration: none;
}
.table .btn.detail-cancel{
    background: #eee;
}
.table .btn.inform:hover,
.table .btn.go-msg:hover {
    color: #FF7662;
    border:1px solid #FF7662;
}
.table .btn.order-use .ic {
    vertical-align: middle;
    font-size: 20px;
    margin: 0 5px 3px 0;
}
.order-detail {
    border: 1px solid #ddd;
    max-width: 950px;
    margin: auto;
}
.order-detail .btn-holder {
    display: inline-block;
}
.order-detail .row {
    position: relative;
}
.order-detail .row:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid #ddd;
}
.order-detail .col {
    float: left;
    width: 50%;
}
.order-id-table {
    background: #F5F3EF;
}
.order-id-table th,
.order-id-table td {
    padding: 14px 20px;
}
.table-v th {
    text-align:right;
}
.shopping_way .general,
.shopping_way .cold,
.shopping_way .freezing{
    bottom:0;
}
.shopping_way{
    display:inline-block;
}
#order-message {
    padding-top: 60px;
}
.message-box {
    background: #F5F3EF;
    padding: 20px 25px;
}
.message-form {
    padding: 15px 0;
    border-bottom: 1px solid #FFA395;
    max-width: none;
}
.message-form .control-label {
    color: #EB4C52;
    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.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 {
    background: #fff;
    color: #777;
    padding: 0 15px;
    cursor: pointer;
}
.message-txt:hover {
    background: #FF7662;
    color:#fff;
}
.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 .ic {
    vertical-align: middle;
    margin-right: 10px;
    color: #EB4C52;
    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: #C0C0C0;
    color: #fff;
    line-height: 27px;
    padding: 0 10px;
    border-radius: 15px;
}
.message-question .status.replied {
    background:#776255;
}
.message-question .new-tag {
    color: #FFBE7D;
    line-height: 27px;
}
.message-answer {
    display: none;
    border-top: 1px solid #DCDCDC;
    padding: 10px 0;
}
.message-answer .editor {
    padding: 3px 0;
    color: #222;
}
.table-v td a{
    color:#108fbb;
    text-decoration:underline;
    margin:0 5px;
    display: inline-block;
}
.table-v td a:hover{
    color:#009e5f;
    text-decoration:none;
}
@media screen and (max-width: 1000px) {
    .btn.simple3{
        width: 50%;
    }
    .table .btn.order-use {
        font-size: 10px;
        width: auto;
        line-height: 28px;
        height: 28px;
        padding: 0 5px;
    }
    .table .btn.order-use .ic{
        font-size: 18px;
    }
    .order-table .btn-holder {
        width: auto;
    }
    .order-detail .table .btn.order-use {
        width: auto;
    }
    #order-message {
        padding-top: 10px;
        margin-top: -5px;
    }
    .no-order{
        padding: 5px;
    }
    .order-table .btn-holder {
        display: inline-block;
        padding: 3px;
    }
    .order-id-table tr {
        display: block;
    }
    .order-id-table th,
    .order-id-table td {
        display: inline-block;
        vertical-align: top;
        padding: 5px;
    }
    .order-id-table th:after {
        top: 9px;
        margin-top: 0;
    }
    .order-id-table .btn-holder {
        display: block;
        padding: 0 10px 10px;
    }
    .order-detail .row:before {
        display: none;
    }
    .order-detail .col {
        width: 100%;
    }
    .order-detail .col2{
        border-top:1px solid #ddd;
    }
    .message-box {
        padding: 0 15px 2px;
    }
    .message-item {
        margin: 15px 0;
    }
    .message-question .status,
    .message-question .new-tag {
        float: none;
        margin: 0 10px 0 0;
    }
    .message-question .title {
        padding-top: 5px;
    }
    .order-detail .col .table-v tr:nth-child(n) {
        background: none;
    }
    .order-detail .col .table-v th:after {
        left:120px;
        right:0px;
        position:absolute;
        display: none;
    }
    .table-v th {
        text-align:left;
        width: 90px;
    }
    .message-form,.message-question{
        padding: 5px 0;
    }
    .message-item{
        margin: 5px 0;
    }
    .message-question .status{
        line-height: 1.45;
        font-size: 10px;
    }
    .message-txt{
        padding:0 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-v th:after{
        display: none;
    }
    .table-v th, .table-v td{
        padding:0 3px;
    }
    .table-v tr{
        padding: 5px 0;
    }
}
