.note{
   width: 1024px;
   margin: 0 auto;
   padding: 10px 0;
   color: #999;
}
.note a:first-child{
    color: #999;
}
.note a:first-child:hover{
    color: #333;
}
table{
    /* border: 1px solid #ccc; */
    width: 1024px;
    /* padding: 0; */
    /* border-collapse: collapse; */
    /* border-spacing: 0; */
    margin: 10px auto;
}
table tr{
    border: 1px solid #ddd;
    /* padding: 5px; */
}
table th,td{
    padding: 10px;
    text-align: center;
}
table td a{
    color: red;
    margin: 0 5px;
}
table td a.detailsBuy{
    color: #007aff;
    cursor: default;
    /* width: auto; */
    /* padding: 0; */
    /* display: inline-block; */
    /* background-color: transparent; */
}
table th{
    /* text-transform: uppercase; */
    font-size: 14px;
    letter-spacing: 1px;
    background-color: #c3c3c3;
}

/* 订单详情 */

.noteOrder{
    width: 1024px;
    margin: auto;
    position: relative;
    color: #333;
}
.noteOrder span{
    line-height: 30px;
    margin-right: 20px;
}
.noteOrder span.tel{
    position: absolute;
    right: 0;
    color: red;
}