.btn.style01 {
    max-width: 195px;
    margin: 0 5px 10px;
}

.btn.style01:hover,
.btn.style01.bg2:hover {
    margin: 5px 5px 10px;
}


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

.no-order {
    padding: 20px 0;
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 18px;
    letter-spacing: 2px;
    border: 1px solid #ddd;
}



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

.form-wrap {
    padding: 0;
    max-width: 100%;
}



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

.order-table {
    margin: 0 auto;
    background: #F8F8F8;
    font-size: 15px;
    color: #535353;
}

.order-table thead th {
    padding: 20px 10px;
}

.order-table .num-link {
    color: #D80000;
    font-weight: bold;
}

.order-table .num-link:hover {
    text-decoration: underline;
}

.order-table .process-1,
.order-table .process-2,
.order-table .process-3 {
    background: #FFFFFF;
    max-width: 108px;
    margin: 0 auto;
    border-radius: 5px;
    color: #BABABA;
    line-height: 27px;
}

.order-table .process-2 {
    background: #999999;
    color: #fff;
}

.order-table .process-3 {
    background: #D90000;
    color: #fff;
}

.order-table .btn-holder {
    text-align: right;
}

.order-table .btn.style04,
.order-detail .btn.style04 {
    padding: 0;
    margin: 0 5px;
    width: 136px;
    display: inline-block;
    vertical-align: middle;
}

.table .btn.new-msg {
    color: #000;
    font-weight: bold;
    transition: all .2s;
}

.table .btn.new-msg i {
    color: #FAD038;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.table .btn.new-msg:hover {
    transition: all .2s;
    color: #6A6A6A;
}



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

.order-form {
    margin: 0 auto;
    max-width: 900px;
    box-sizing: border-box;
}



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

.order-detail {
    background: #F8F8F8;
    max-width: 1100px;
    margin: 20px auto 0;
    padding: 10px 40px;
    box-sizing: border-box;
}

.order-detail .row {
    position: relative;
    margin: 0 -15px;
}

.order-detail .col {
    float: left;
    padding: 0 15px;
    width: 50%;
}

.order-detail .col1{
    width: 55%;
}

.order-detail .col2{
    width: 45%;
}

.order-detail td {
    padding: 12px 0 12px 25px;
}

.order-detail .btn.style03.bg2{
    color: #fff;
    background: rgb(57,57,57);
    background: -moz-linear-gradient(top, rgba(57,57,57,1) 0%, rgba(10,10,10,1) 100%);
    background: -webkit-linear-gradient(top, rgba(57,57,57,1) 0%,rgba(10,10,10,1) 100%);
    background: linear-gradient(to bottom, rgba(57,57,57,1) 0%,rgba(10,10,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939', endColorstr='#0a0a0a',GradientType=0 );
    margin: 0 0 0 10px;
}

.order-info {}

.order-detail .btn-holder {
    display: inline-block;
}

.order-detail b {
    color: #FF2626;
}

.order-detail .order-table {}



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

.message-form {
    padding: 0;
    max-width: none;
    font-size: 15px;
    color: #858585;
    background: transparent;
    border: 0;
}

.message-form .control-label {
    margin: 0 0 10px 0;
    padding: 0;
}

.message-form .btn-box {
    margin: 0 0 40px;
    padding: 0 0 10px 0;
}

.message-item {
    margin: 20px 0 25px;
    padding-top: 35px;
}

.message-txt {
    background: rgba(255, 255, 255, 0.50);
    padding: 5px 18px;
    cursor: pointer;
    font-size: 15px;
    box-sizing: border-box;
    color: #666;
    border: 1px solid #ccc;
    transition: all .2s;
}

.message-txt:hover,
.message-item.active .message-txt {
    border: 1px solid #FAD038;
    transition: all .2s;
}

.message-question {
    position: relative;
    padding: 12px 0;
}

.message-question .date {
    position: absolute;
    left: -17px;
    bottom: 100%;
    margin-bottom: 7px;
    color: #FAD038;
    background: #000;
    padding: 0 10px;
    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: #C0C0C0;
}

.message-question .status.replied {
    background: #FAD038;
    border: 0;
    color: #000;
}

.message-item.active .message-question .status.replied {
    background: #000;
    color: #FAD038;
}

.message-item.active .message-question .new-tag {
    color: #FAD038;
}

.message-question .new-tag {
    color: #000;
    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;
}



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

@media screen and (max-width: 1100px) {
    .order-detail .col1,.order-detail .col2 {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 900px) {
    .order-form {
        padding: 20px 15px;
    }
    .table .btn.new-msg {
        margin: 0;
        text-align: left;
        vertical-align: middle;
    }
    .order-table .btn-holder {
        text-align: left;
    }
    .order-table .process-1,
    .order-table .process-2,
    .order-table .process-3 {
        margin: 5px 0;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .order-detail .btn-holder {
        display: block;
        width: 100%;
    }
    .order-detail {
        padding: 0 10px;
    }
}

@media screen and (max-width: 600px) {
    .order-detail .btn-holder {
        margin: 10px 0 0 0;
    }
    .order-detail {
        padding: 0;
    }
    .order-detail td {
        padding: 12px 10px;
    }
}

@media screen and (max-width: 480px) {
    .order-table .btn-holder a {
        display: block;
        margin: 0 0 10px;
    }
    .order-detail .btn.style03.bg2{
        display: block;
        margin: 10px 0 0 0;
    }
}