@charset "utf-8";

/*------------ content ------------*/



.has-side .content {

    max-width: 100%;

}





/*------------ no-order ------------*/



.no-order {

    padding: 20px 0;

    text-align: center;

}





/*------------ form ------------*/



.form-wrap {

    padding: 0;

}





/*------------ order ------------*/



.order-table td {

    min-width: 40px;

    color: #847971;

    text-align: left;

    padding: 16px 20px;

}



.table-v td {

    color: #847A71;

}



.order-table thead th {

    padding: 0 20px 7px;

    white-space: normal;

    text-align: left;

}



.order-table .num-link {

    color: #592000;

    font-size: 14px;

    font-weight: bold;

}



.order-table .num-link:hover {

    text-decoration: underline;

}



.order-table .btn-holder {

    font-size: 14px;

    white-space: nowrap;

    padding: 0;

    text-align: center;

}

.table .btn{

    border-radius: 0;  

}

.table .btn.new-msg {

    color: #A86846;

    box-shadow: none;

    background: none;

    padding: 0;

    font-size: 14px;

    border-radius: 0;

}



.table .btn.new-msg i {

    font-size: 22px;

    vertical-align: middle;

    margin: 0 5px 3px 0;

}



.table .btn.new-msg:hover {

    color: #A98965;

}



.table .btn.new-msg:hover .icon {

    background-position: 0 -25px;

}



.order-table .btn.style02 {

    padding: 0 9px;

    margin: 0;

    max-width: 235px;

}



.order-detail .btn-holder .btn {

    display: inline-block;

    margin: 5px 0;

}



.btn.detail-cancel{

    opacity: 0.5;

}

/*------------ form ------------*/



.form-box {

    max-width: 1100px;

    padding: 55px 55px 45px;

    margin-top: 10px;

}



.order-form {

    max-width: 590px;

    margin: 0 auto;

}





/*------------ detail-main ------------*/



.order-detail {

    margin: 0 -45px 0 -5px;

}



.order-info {

    color: #847971;

    margin:  10px;

}



.order-info .btn-holder {

    display: inline-block;

}



.order-info p {

    display: inline-block;

    white-space: nowrap;

    margin: 0 10px 0 0;

}



.order-info p b {

    color: #592000;

    margin: 0 0 0 10px;

    display: inline-block;

}



.order-detail .row {

    display: table;

    width: 100%;

    table-layout: fixed;

    border-spacing: 45px 0;

}



.order-detail .col {

    display: table-cell;

    vertical-align: top;

    width: 50%;

    position: relative;

}



.shopping_way .general,

.shopping_way .cold,

.shopping_way .freezing{

    bottom:0;

}

.shopping_way{

    display:inline-block;

}

/*------------ order-message ------------*/



#order-message {

    padding-top: 10px;

}



.message-form {

    padding: 0;

    max-width: none;

    font-size: 15px;

    color: #ece2d6;

    background: transparent;

}



.message-form .btn-box {

    padding: 0;

}



.message-form .btn-box .btn {

    margin: 0;

    border-radius: 0;

}



.message-item {

    margin: 20px 0 25px;

    padding-top: 35px;

}



.message-txt {

    background: rgba(233, 220, 214, 0.7);

    padding: 5px 18px;

    cursor: pointer;

    font-size: 15px;

    color: #111;

    border: 1px solid rgba(172,143,97,.7);

    transition: all .2s;

}



.message-txt:hover,

.message-item.active .message-txt{

    background: rgba(233, 220, 214, 1);

    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);

    transition: all .2s;

}



.message-question {

    position: relative;

    padding: 12px 0;

}



.message-question .date {

    position: absolute;

    left: -17px;

    bottom: 100%;

    margin-bottom: 7px;

    color: #999999;

    font-size: 14px;

    pointer-events: none;

}



.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 {

    color: #fff;

    line-height: 27px;

    padding: 0 10px;

    border-radius: 15px;

    background: #4A4A4A;

}



.message-question .status.replied {

    background: #AC8F61;

    border: 0;

}



.message-item.active .message-question .status.replied {

    background: #CC9771;

}



.message-question .new-tag {

    color: #AC8F61;

    font-weight: bold;

    line-height: 27px;

}



.message-answer {

    display: none;

    border-top: 1px dashed #EDD5C7;

    padding: 10px 15px;

    margin: 0 -15px;

}



.message-answer .date {

    color: #666666;

    font-size: 14px;

}



.message-answer .editor {

    padding: 5px 0 0;

    color: #000;

    font-weight: bold;

}





.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;

}

/*------------ rwd ------------*/



@media screen and (max-width: 1000px) {/*手機板*/

    .no-order{

        padding:5px 0;

    }

    .message-box {

        padding: 0;

    }

    .order-table .btn-holder .btn {

        margin: 3px 0;

        font-size: 10px;

        text-align: left;

        padding:0;

        line-height: 25px;



    }

    .table .btn.new-msg i{

        font-size: 15px;

    }

    .order-table .btn.style02 {

        max-width: 100%;

    }



    .order-table td {

        padding: 15px 10px;

    }

    .order-detail {

        margin: 0;

    }

    .order-detail .row,

    .order-detail .col {

        display: block;

        width: auto;

    }

    .order-detail .col.col1 {

        border-bottom: 1px dashed #666;

    }



    .form-box {

        padding: 5px;

    }

    .message-form{

        padding: 0;

    }

    #order-message {

        padding-top: 50px;

        margin-top: -40px;

    }



    

    .order-table.table-h tbody tr:first-child {

        border: 0;

    }

    .order-info .btn-holder {

        display: block;

    }



    .order-table .btn-holder {

        display: block;

        padding: 3px;

        text-align: left;

    }

    .order-table.table-h tbody td {

        padding: 0;

    }

    .message-item {

        margin: 5px 0 5px;

        padding-top:25px;

    }

    .message-question .status,

    .message-question .new-tag {

        float: none;

        margin: 0 10px 0 0;

    }

    .message-question .title {

        padding-top: 10px;

    }

    .message-question{

        padding: 0

    }



    .order-detail .btn-holder {

        display: block;

        width: 100%;

        margin: 10px 0 0 -8px;

    }

    .message-question .status{

        font-size: 10px;

        line-height: 22px;

    }

    .message-question .title{

        padding-top: 5px;

        font-size: 12px;

    }

    .message-answer .editor{

        font-size: 14px;

    }

    .order-info{

        margin: 5px 0 5px;

        padding:10px 5px;

    }

}



@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;

    }

    .order-table .btn-holder .btn.style03{

        border: 1px solid #999988;

        padding:0 3px;

    }

    .btn.style03 .ic-chevron-thin-right{

        display: none;

    }

}

