.content {
    padding-top: 0;
}

.tableBox {
    position: sticky;
    top: 3.5rem;
    left: 0;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    z-index: 10;
}

.detailbox {
    margin-top: 0.5rem;
    padding: .5rem;
    width: 100%;
    font-size: .55rem;
    color: #000;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

hr {
    border: none;
    height: 1px;
    background: #c0c0c0;
}

.orderBox {
    margin-top: 0.5rem;
    padding: 0.5rem;
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
}

.fontW {
    color: #000;
    font-weight: 700;
}

.time {
    color: #9999b3;
}

.orderTop,
.orderRow,
.smallInfo {
    display: flex;
    justify-content: space-between;
}

.orderBtns {
    margin-top: 0.5rem;
    display: flex;
    justify-content: end;
}

.orbtn {
    padding: 0.3rem 0.4rem;
    font-size: 0.5rem;
    color: #000;
    border-radius: 5px;
    background-color: pink;
}

.orbtn1 {
    border: 1px solid #fadb60;
    background-color: #fadb60;
}

.orbtn2 {
    border: 1px solid #e1e1e1;
    background-color: #ededed;
}

/* .orderInfo {
    background-color: pink;
} */

.orderImg {
    margin-right: 0.5rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.orderImg img {
    max-width: 100%;
    border-radius: 5px;
}

.orderDetail {
    flex: 1;
    width: 100%;
    /* background-color: skyblue; */
}

.orderDetail .orderName {
    width: 100%;
    line-height: 1rem;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    /* background-color: seagreen; */
}

.orderDetail .orderSkuName {
    width: 100%;
    line-height: 1rem;
    color: #9b9b9b;
    overflow: hidden;
    /* background-color: pink; */
}

.smallInfo {
    align-items: center;
    margin-top: 0.5rem;
}

.smallInfo .nums {
    color: #000;
}

.smallInfo .way {
    font-size: 0.5rem;
}

.checkCodeView {
    position: fixed;
    left: 25%;
    top: 25%;
    padding: 1rem;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* height: 8.5rem; */
    background: white;
    z-index: 300;
}

.checkCodeView .pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7rem;
    height: 7rem;
    border-radius: 0.3rem;
    background-color: green;
}

.checkCodeView #checkCodeQr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 93%;
    height: 93%;
    border-radius: 0.3rem;
    background-color: white;
}

.checkCodeView #checkCodeQr * {
    width: 100%;
    height: 100%;
}

.checkCodeView #checkCodeQr canvas,
.checkCodeView #checkCodeQr img {
    width: 90% !important;
    height: 90% !important;
}

.checkCodeView .checkCode {
    font-size: .7rem;
    color: #494949;
    margin-top: .5rem;
}