@charset "utf-8";
/* CSS Document */
.ordercheck-box {
    width: 100%;
    height: auto;
}
/***list-box************************************************************/
.list-box {
    width: 100%;
    height: auto;
    float: left;
}
.list-box .words {
    background: url(../data/wrapper/line.png) bottom center no-repeat;
    font-size: 13px;
    width: 100%;
    height: 30px;
    margin: auto;
    margin-bottom: 0px;
    padding: 3px 10px 10px 10px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-box .s01 {
    color: #777777;
}
.list-box .head {
    color: #666666;
}
.list-box .number {
    color: #D90000;
}
.list-box .date {
    color: #666666;
}
.list-box .status {
    color: #666666;
}
/*.list-box .cover:hover .number {
    text-decoration: underline;
}
.list-box .cover:hover .status {
    text-decoration: underline;
}*/
.list-box .o_detail {
    width: 98px;
    height: 27px;
    margin: 0 auto;
}
.list-box .o_detail a {
    width: 98px;
    height: 27px;
    background: url(../data/ordercheck/detail.png) 0 0 no-repeat;
    display: block;
    -webkit-transition: background-image 300ms linear;
    -moz-transition: background-image 300ms linear;
    -o-transition: background-image 300ms linear;
    transition: background-image 300ms linear;
}
.list-box .o_detail a:hover {
    background: url(../data/ordercheck/detail-.png) 0 0 no-repeat;
}
.list-box .o_remittance {
    width: 108px;
    height: 27px;
    margin: 0 auto;
}
.list-box .o_remittance a {
    width: 108px;
    height: 27px;
    background: url(../data/ordercheck/remittance.png) 0 0 no-repeat;
    display: block;
    -webkit-transition: background-image 300ms linear;
    -moz-transition: background-image 300ms linear;
    -o-transition: background-image 300ms linear;
    transition: background-image 300ms linear;
}
.list-box .o_remittance a:hover {
    background: url(../data/ordercheck/remittance-.png) 0 0 no-repeat;
}
.top-nav {
    height: auto;
    padding: 5px;
    margin-bottom: 20px;
}
.top-nav .right-column {
    width: 500px;
    float: right;
    font-size: 13px;
    color: #72462C;
    text-align: right;
}
/***list-login************************************************************/
.login-title {
    float: left;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    padding-top: 40px;
}
.login-box {
    float: left;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    padding-top: 17px;
}
.eparated {
    background: url(../data/wrapper/separated.png) 130px 50% no-repeat;
}
/****detail-box***********************************************************/
.detail-box {
    width: 100%;
    height: auto;
    float: left;
}
.list-detail-box {
    width: 100%;
    height: auto;
    float: left;
    color: #72482D;
}
.list-detail-box .border-line-bottom {
    border-bottom: 1px #DDDDDD solid;
}
.list-detail-box .border-line-right {
    border-right: 1px #DDDDDD solid;
}
.list-detail-box table {
    border: 1px #DDDDDD solid;
}
.list-detail-box .words {
    background: url(../data/wrapper/line.png) bottom center no-repeat;
    font-size: 13px;
    width: 100%;
    height: 30px;
    margin: auto;
    margin-bottom: 0px;
    padding: 3px 10px 10px 10px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-detail-box .head {
    color: #666666;
}
.list-detail-box .number {
    color: #B20000;
}
.list-detail-box .date {
    color: #666666;
}
.list-detail-box .status {
    color: #777777;
}
.list-detail-box .price {
    color: #666666;
}
.list-detail-box .fare {
    color: #666666;
}
.list-detail-box .money {
    color: #B20000;
}
.list-detail-box .payment {}
.list-detail-box .shipping {}
.list-detail-box .left {
    float: left;
}
.list-detail-box .remittance {
    width: 108px;
    height: 27px;
    float: left;
    margin-left: 20px;
}
.list-detail-box .remittance a {
    width: 108px;
    height: 27px;
    background: url(../data/ordercheck/remittance.png) 0 0 no-repeat;
    display: block;
    -webkit-transition: background-image 300ms linear;
    -moz-transition: background-image 300ms linear;
    -o-transition: background-image 300ms linear;
    transition: background-image 300ms linear;
}
.list-detail-box .remittance a:hover {
    background: url(../data/ordercheck/remittance-.png) 0 0 no-repeat;
}
/****detail-box***********************************************************/
.list-detail-box2 {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 45px;
}
.list-detail-box2 table {
    border: 1px #DDDDDD solid;
}
.list-detail-box2 .border-line-right {
    border-right: 1px #ddd solid;
}
.list-detail-box2 .border-line-right2 {
    border-right: 1px #DDDDDD solid;
}
.list-detail-box2 .border-line-top {
    border-top: 1px #DDDDDD solid;
}
.list-detail-box2 .head {
    color: #666666;
}
.list-detail-box2 .name a {
    font-weight: bold;
    color: #393939;
    text-decoration: none;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    transition: color 200ms linear;
}
.list-detail-box2 .cover:hover .name a {
    color: #990000;
    text-decoration: underline;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    transition: color 200ms linear;
}
.list-detail-box2 .price {
    color: #B20000;
}
.list-detail-box2 .num {
    color: #777777;
}
.list-detail-box2 .money {
    color: #B20000;
}
.list-detail-box2 .cover:hover .number {
    text-decoration: underline;
}
.list-detail-box2 .cover:hover .status {
    text-decoration: underline;
}
@media screen and (max-width: 1000px) {
    .list-box .head,.list-detail-box2 .head{
        display: none;
    }
    table{
        background: #fff;

    }
    .cover{
        clear:  both;
    }
    .list-box td,.list-detail-box2 td{
        display: flex;

    }
    .list-box td.sm{
        width: auto!important; 
        float: left;
    }
  
    .list-box td:before,.list-detail-box2 td:before{
        color: #000;
        width: 50%;
        background: #EEEEEE;
        text-align: center;
        margin-right: 10px;

    }
    .list-box .number,.list-box .date,.list-box .status,
    .list-detail-box2 .price,.list-detail-box2 .num,.list-detail-box2 .money{
        padding: 0;
        line-height: 30px;
        border:solid 1px #eee;
        margin-top: -1px;
    }
    .list-box .number:before{
        content: '訂單編號';
        display: block;

    }
    .list-box .date:before{
        content: '訂單日期';
        display: block;
    }
    .list-box .status:before{
        display: block;
        content: '處理情形';
    }

    .list-detail-box2 .name{
        justify-content: center;
    }
    .list-detail-box2 .price:before{
        content: '單價';
        display: block;

    }
    .list-detail-box2 .num:before{
        content: '數量';
        display: block;
    }
    .list-detail-box2 .money:before{
        display: block;
        content: '金額';
    }
}