main {
    background: rgb(248, 249, 252);
}

.container {
    width: 4.6875rem;
    margin: 0 auto;
    padding-top: 0.078125rem;
    padding-bottom: 0.46875rem;
}

.container nav {
    font-size: 0.0625rem;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

.container nav a {
    color: rgba(153, 153, 153, 1);
}

.container .tab {
    display: flex;
    width: 100%;
    height: 0.2109375rem;
    /* background: rgba(240, 240, 240, 1); */
    background: #fff;
    margin-top: 0.09375rem;
}

.container .tab li {
    width: 20%;
    text-align: center;
    font-size: 0.0703125rem;
    font-weight: 400;
    line-height: 0.2109375rem;
    color: rgba(0, 0, 0, 1);
    cursor: pointer;
    position: relative;
}

.container .tab li.active {
    color: rgba(5, 100, 229, 1);
}

.container .tab li.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0.140625rem;
    height: 2px;
    border-radius: 0.0390625rem;
    background: rgba(5, 100, 229, 1);
    left: 50%;
    transform: translateX(-50%);
}

.container .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.container .list li {
    margin-top: 0.0625rem;
    padding: 0 0.0625rem;
    width: 2.3125rem;
    border-radius: 0.0234375rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 0.0390625rem rgba(233, 233, 233, 0.4);
}

.container .list li .order_sn {
    height: 0.2109375rem;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    font-size: 0.0625rem;
    font-weight: 400;
    /* line-height: 0.2109375rem; */
    color: rgba(153, 153, 153, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container .list li .info {
    padding: 0.09375rem 0;
    display: flex;
}

.container .list li .info img {
    flex-shrink: 0;
    display: block;
    width: 0.390625rem;
    height: 0.390625rem;
    border-radius: 0.0390625rem;
    background: rgba(240, 240, 240, 1);
    margin-right: 0.0625rem;
    object-fit: cover;
}

.container .list li .info .right {
    width: 100%;
    height: 0.390625rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container .list li .info .price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.container .list li .info .title {
    font-size: 0.078125rem;
    font-weight: 500;
    line-height: 0.109375rem;
    color: rgba(51, 51, 51, 1);
}

.container .list li .info .price {
    font-size: 0.078125rem;
    font-weight: 500;
    line-height: 0.109375rem;
    color: rgba(207, 0, 0, 1);
}

.container .list li .info .btn {
    width: 0.4375rem;
    height: 0.1640625rem;
    opacity: 1;
    border-radius: 0.0234375rem;
    background: rgba(5, 100, 229, 1);
    font-size: 0.0625rem;
    font-weight: 500;
    line-height: 0.1640625rem;
    text-align: center;
    cursor: pointer;
}

.container .list li .info .btn a {
    color: rgba(255, 255, 255, 1);
}