@charset "utf-8";
.content-top {
    margin-bottom: 50px;
}
.no-order {
    padding: 20px 0 40px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
    max-width: 960px;
}
.no-order-area{
    margin-bottom: 60px;
}
.order-table {
    max-width: 950px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
}
.order-table thead th {
    padding: 10px;
}
.order-table td {
    min-width: 40px;
}
.order-table .num-link {
    color: #52A9A4;
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.order-table .num-link:hover {
    color: #DA6994;
    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 {
    width: 150px;
    height: 35px;
    line-height: 31px;
    padding: 0 10px;
    color: #555;
    background: #fff;
    border: 1px solid #52A9A4;
    font-size: 15px;
    margin: 3px 0;
    border-radius: 0;
    transition: all 0.3s ease;
}
.table .btn.order-use:hover {
    color: #fff;
    background: #52A9A4;
    border: 1px solid #52A9A4;
}
.table .btn.new-msg {
    color: #2e87df;
    box-shadow: none;
    background: none;
    padding: 0;
    border: 0;
    line-height: 35px;
    width: auto;
}
.table .btn.new-msg:hover {
    color: #00468c;
    background: none;
}
.table .btn.inform,
.table .btn.go-msg {
    color: #fff;
    background: #52A9A4;
    border: 1px solid #52A9A4;
    text-decoration: none;
}
.table .btn.inform:hover,
.table .btn.go-msg:hover {
    color: #fff;
    background: #555;
    border: 1px solid #555;
}
.table .btn.detail-cancel {
    color: #555;
    background: #fff;
    border: 1px solid #52A9A4;
}
.table .btn.detail-cancel:hover {
    color: #fff;
    background: #52A9A4;
    border: 1px solid #52A9A4;
}
.table .btn.order-use .ic {
    vertical-align: middle;
    font-size: 18px;
    margin: 0 5px 3px 0;
}
.table .btn.order-use .ic5-msg {
    font-size: 22px;
}
.order-detail {
    border: 1px solid #E8E8E8;
    max-width: 950px;
    margin: 0 auto 40px;
}
.order-detail .number {
    width: 130px;
}
.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: #f5f5f5;
}
.order-id-table th,
.order-id-table td {
    padding: 14px 20px;
}
.shopping_way .general,
.shopping_way .cold,
.shopping_way .freezing{
    bottom:0;
}
.shopping_way{
    display:inline-block;
}
#order-message {
    padding-top: 50px;
}
.message-box {
    border: 1px solid #ddd;
    border-width: 1px 0;
    background: #fff;
}
.message-form {
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
    max-width: none;
}
.message-form .control-label {
    color: #666;
    font-size: 15px;
    font-weight: normal;
    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: 25px;
}
.message-txt {
    border: 1px solid #eee;
    border-radius: 0;
    background: #f5f5f5;
    color: #777;
    padding: 0 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.message-txt:hover {
    border-color: #52A9A4;
}
.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: #52A9A4;
    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: #01cee9;
}
.message-question .new-tag {
    color: #1087fb;
    line-height: 27px;
}
.message-answer {
    display: none;
    border-top: 1px solid #DCDCDC;
    padding: 10px 0;
}
.message-answer .editor {
    padding: 3px 0;
}
.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;
}
.form-wrap{
    margin-top: 40px;
}
.btn.back .ic {
    display: none;
}
/* --------- rwd ---------*/
@media screen and (max-width: 1000px) {
    .form-wrap{
        margin-top: 10px;
    }
    .btn.normal{
        width: 49%;
    }
    .content-top {
        margin-bottom: 20px;
    }
    .table-h tr {
        height: auto;
        overflow: hidden;
    }
    .order-table .btn-holder{
        width: auto;
    }
    #order-message {
        padding-top: 50px;
        margin-top: -40px;
    }
    .order-detail .table .btn.order-use{
        width: auto;
    }
    .order-table .btn-holder {
        display: inline-block;
        padding: 0;
    }
    .order-id-table tr {
        display: block;
    }
    .order-id-table th,
    .order-id-table td {
        display: inline-block;
        vertical-align: middle;
        text-align: right;
        padding: 5px 10px;
    }
    .order-id-table .btn-holder {
        /* padding: 5px; */
        padding: 0 0 10px;
        margin-left: 30px;
    }
    .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;
    }
    .message-item {
        margin: 12px 0;
        padding-top: 25px;
    }
    .message-question .status,
    .message-question .new-tag {
        float: none;
        margin: 0 10px 0 0;
        line-height: 20px;
        font-size: 10px;
    }
    .message-question .title {
        padding-top: 10px;
    }
    .message-form,.message-question{
        padding: 5px 0;
    }
    .no-order{
        padding: 5px;
    }
    .order-detail .col .table-v th {
        background: #E5F3F1;
    }
    .order-detail .col .table-v tr:nth-child(n) {
        background: none;
    }
    .order-detail .col .table-v th:after {
        display: none;
    }
    .message-form .btn-box {
        padding: 15px 0 5px;
        text-align: center;
    }
    .no-order-area{
        margin-bottom: 30px;
    }
    .order-table .num-link .ic{
        display: none;
    }
    .message-box {
        border-width: 0 0 1px;
    }
    .payment-box {
        padding: 10px;
    }
}
@media screen and (max-width: 400px) {
    .shopping-title {
        padding: 10px;
        font-size: 16px;
    }
}
@media screen and (max-width: 360px) {
    .shopping_way{
        display: inline-block;
        margin: 3px 0;
    }
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .order-detail .number {
        width: auto;
        padding: 0 10px 5px;
    }
    .order-id-table .btn-holder {
        margin: 0 auto;
        text-align: center;
    }
    .order-id-table tbody th {
        padding: 5px 10px 0;
    }
}

