.content-top {
    margin-bottom: 50px;
}
.no-order {
    padding: 20px 0 40px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin: 0;
}
.order-id-box{
    margin-bottom: 10px;
}
.order-id-box span:first-child{
    padding: 7px 0;
    display: inline-block;
    color:#999999;
}
.order-id-box strong {
    color: #663366;
    font-weight: bold;
    margin-left: 10px;
    letter-spacing: 1.2px;
}
.btn.order-use i {
   
}
.order-btn-holder{
    float: right;   
}
.order-btn-holder a{
    background: #B2A5DC;
    padding: 5px;
}
.btn-holder {
    letter-spacing: 2px;
    box-sizing: border-box;
     width:auto;
    height: 30px;
    line-height: 29px;
    color: #fff;
    font-size: 14px;
    margin: 3px 0;
    }
.reminder{
    margin-bottom: 20px;
}
.order-table{
    border:solid #663366;
    border-width: 1px 0;
}
.order-table td {
    min-width: 40px;
}
.order-table .num-link {
    color:#663366;
    font-size: 14px;
    font-family: "Arial";
}
.order-table .num-link:hover {
    text-decoration: underline;
}
.order-table .btn-holder {
    padding: 10px 5px;
    width: 160px;
}

.table .btn.order-use {
    width: 180px;
    height: 30px;
    line-height: 29px;
    padding: 0 10px;
    background: #B2A5DC;
    color: #fff;
    font-size: 13px;
    margin: 3px;
   }
.table .btn.order-use i {
   
}
.table .btn.new-msg {
    color: #a8a3e8;
    box-shadow: none;
    background: none;
    padding: 0;
    width: auto;
}
.table .btn.new-msg:hover {
    color: #CCC399;
}
.table .btn.detail {
        background: #B2A5DC;
    color: #fff;
}
.table .btn.detail:hover {
    background: #CCC399;
}
.table .btn.inform,
.table .btn.go-msg {
    border-color: #80CAA5;
}
.table .btn.inform:hover,
.table .btn.go-msg:hover,
.order-btn-holder a:hover {
    background-color: #CCC399;
}
.table .btn.order-use .ic {
     vertical-align: middle;
    font-size: 15px;
     margin: 0 5px 3px 0; 
}
/*
.order-detail {
    border: 1px solid #E8E8E8;
}*/
.order-detail .btn-holder {
    display: inline-block;
}
.order-detail .row {
    position: relative;
    border: 1px solid #9685CF;
}
.table-v tr {
    border-bottom: 1px solid #DDDDDD;
}
.table-v tr:last-child{
    border-bottom: none;
}
.table-v th {
    color: #fff;
    background-color: #9685CF;
    text-align: right;
}
.table-v td{
    color: #666666;
}
.table-v strong{
    color: #AABD00;
    font-weight: normal;
}
.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: #F2FAF6;
    border-bottom: 1px solid #ddd;
}
.order-id-table th,
.order-id-table td {
    padding: 14px 20px;
}

#order-message {
    padding-top: 10px;
}
.message-box {
    border: 4px solid #DDD;
    background: #F4F4F4;
    padding: 0 25px;
    margin-top: 15px;
}
.message-box .form-control{
    background-color: #fff;
}
.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.send {
    padding: 0 25px 0 12px;
    background: #999;
    color: #fff;
    height: 30px;
    line-height: 31px;
    font-size: 14px;
    width: 100px;
    border-radius: 6px;
    margin: 0;
}
.message-form .btn.send:hover{
    background: #673367;
}
.message-form .btn.send i {
    margin-left: 5px;
}
.message-item {
    margin: 20px 0;
    padding-top: 35px;
}
.message-txt {
   border: 1px solid #DDD;
    border-radius: 6px;
    background: #fff;
    color: #777;
    padding: 0 15px;
    cursor: pointer;
}
.message-txt:hover {
       background: #f0edfb;
}
.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 i {
    vertical-align: middle;
    margin-right: 5px;
    color: #673367;
    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: #9685CF;
}
.message-question .new-tag {
    color:#BAC212;
    line-height: 27px;
}
.message-answer {
    display: none;
    border-top: 1px solid #DCDCDC;
    padding: 10px 0;
}
.message-answer .editor {
    padding: 3px 0;
    color: #9685cf;
}
.order-btn-box{
    text-align: left;
}

.shopping_way.order .general {
    border: 1px solid #333;
    padding: 5px;
    bottom: 5px;
    background: none;
    position: relative;
}

.shopping_way.order .cold {
    border: 1px solid #42b354;
    padding: 5px;
    bottom: 5px;
    background: none;
    position: relative;
    color: #42b354;
}

.shopping_way.order .freezing {
    border: 1px solid #68a0da;
    padding: 5px;
    bottom: 5px;
    background: none;
    position: relative;
    color: #68a0da;
}
.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;
}
.shopping_way.order{
        display: inline-block;
    margin: 10px 0 0;
    position: relative;
    vertical-align: middle;
}

.arrival-box .form-control {
    margin: auto;
    width: 100%;
}
.fancybox-inner{
    max-height:450px !important; 
}
 .lightbox-wrapper.order{
        padding: 50px;
        border:none;
    }
.arrival-box.order .form-control {
    width: 100%;
}
@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: 50px;
        margin-top: -40px;
    }
    .content-top {
    margin-bottom: 00px;
}
}
@media screen and (max-width: 767px) {
    .order-table {
        border-bottom: none;
    }
    .order-table .btn-holder {
        display: inline-block;
        padding: 3px;
    }
    .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: top;
    }
    .order-id-table th:after {
        top: 18px;
        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 .table-v tr:nth-child(2n) {
        background: #fff;
    }
    .order-detail .col2 .table-v tr:nth-child(2n+1) {
        background: #F7F7F7;
    }
    .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-detail .col .table-v th {
        background: #9685CF;
        text-align: left;
        padding: 2px 5px;
    }
    .order-detail .col .table-v tr:nth-child(n) {
        background: none;
    }
    .order-detail .col .table-v th:after {
        display: none;
    }
}