/* <!-- 用户中心 --> */
.breadBox {
    border-bottom: none;
}

.main {
    margin-left: 0%;
    width: 1170px;
    margin: 0 auto;
}

.checkOrderMain {
    margin: 0 auto;
    min-width: 1170px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

.userInfoBox {
    margin-bottom: 1vw;
    display: flex;
}

aside {
    padding: 10px 0px;
    width: 15%;
    min-width: 200px;
    height: fit-content;
    border: 1px solid #E2E3E9;
}

aside>div:nth-child(1) {
    font-size: 20px;
    padding-top: 10px;
    text-indent: 15%;
    font-weight: 550;
}

aside>a:not(:first-child) {
    margin-bottom: .5vw;
    padding: 7px 0vw;
    font-size: 15px;
    display: flex;
    justify-content: left;
    place-items: center;
    width: 100%;
    cursor: pointer;
}

aside>a>div:nth-child(1) {
    margin-right: .5vw;
    margin-left: 15%;
    font-size: 20px;
}

._line {
    width: 80% !important;
    height: 0px !important;
    border: none;
    border-bottom: 1px solid var(--line);
    margin: 0px 0px .7vw 10% !important;
}

aside>a:not(.bgSelect):hover {
    color: var(--blue-deep);
}

/* 内容 */
.content {
    width: 70%;
    min-height: 500px;
}

.tablesBox {
    width: 100%;
    min-width: 820px;
    overflow: auto;
    box-sizing: border-box;
}

.layui-table:not(:first-child) {
    margin-top: 2vw;
}

.tableIcon {
    font-size: 2vw;
}

th {
    border: none !important;
    font-weight: 500 !important;
}

.goodsInfo {
    min-width: 15vw;
    display: flex;
    /* border: 1px solid red; */
}

.goodsInfo>div:nth-child(2) {
    width: 100%;
    object-fit: fill;
    text-align: center;
}

.goodsInfo>div:nth-child(3)>div {
    color: var(--text-color2);
}

.goodsInformation>div {
    margin-top: .2vw;
    display: flex;
}

.name {
    margin-left: auto;
    width: 70%;
    display: block;
    color: var(--blue-deep);
    /* border: 1px solid red; */
}

.tdTitle {
    color: var(--text-color) !important;
    font-size: 14px;
    margin-bottom: 0.4vw;
}

td {
    vertical-align: top;
}

td>div:last-child {
    padding-bottom: .5vw;
}

.tableBtnBox {
    text-align: right;
}

.tableBtnBox>div:not(:first-child) {
    margin-top: .5vw;
}

.tableBtnBox>div>button {
    width: 80%;
    border-radius: 45px;
}

.fnTd>div:not(:first-child) {
    margin-top: .5vw;
}

.fnTd>div {
    text-align: center;
}

.funcBox {
    padding: 12px;
}

.funcBox>div {
    cursor: pointer;
    border: 1px solid var(--line);
    padding: .2vw .7vw;
    border-radius: 45px;
}

.funcBox>div>i {
    font-size: 1vw;
}

.iconSize {
    font-size: 14px !important;
}

.noData {
    width: 100%;
    height: 60vh;
    text-align: center;
}

.noDataText {
    margin-top: 1vw;
    text-align: center;
    color: rgba(0, 0, 0, 0.89);
    font-size:18px;
}

.noDataBtn {
    width: 35%;
    border-radius: 45px;
    margin-top: 1vw;
    padding: .5vw 0px;
    font-size:16px;
}

/* <!-- 右侧边栏 --> */
.aside {
    /* position: absolute;
    right: 3%;
    top: 5%; */
    width: 250px;
    border-radius: 10px;
    background-color: white;
    padding: 15px;
    box-shadow: 0 0 4px #ccc;
}



.asideItem {
    display: flex;
    margin-bottom: 5px;
}

.asideItem>div:first-child {
    font-size: 15px;
}

.asideItem>div:last-child {
    margin-left: auto;
}

/* 服务申明 */
.serverInfo {
    width: 100%;
    color: var(--text-color1);
}

.serverInfoIcon {
    font-size: 20px;
}

.serverTitle {
    padding: 5px 0 2px 0px;
    font-size: 13px;
    color: var(--text-color);
    justify-content: left;
}

.serverItem {
    margin-left: 1.5vw;
    justify-content: left;
    font-size: 11px;
}

.serverItem>div:last-child {
    color: var(--text-color2);
}

.serverItem>.icon-ai210 {
    color: var(--blue-deep);
}

.paymentMethods>img {
    margin-right: .2vw;
}

.seckill-tag {
    font-family: PingFang SC, PingFang SC;
    font-size: 12px;
    background-color: var(--red);
    color: var(--white);
    display: inline-block;
    padding: 0 4px;
}

.gift-title {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 5px;
}

.store-sale em {
    font-style: normal;
}

.min-gift {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.min-gift:hover {
    transform: scale(2);
}

.layui-icon-right {
    font-size: 12px;
}

.goods-detail {
    width: 62px;
    font-size: 12px;
}

.lazy-load {
    min-width: 100px;
    min-height: 100px;
    object-fit: contain;
}

.mainBox2_container {
    width: 1170px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    box-sizing: border-box;
    gap: 12px;

}

.mainBox2_content {
    width: 100%;
    box-sizing: border-box;
    padding: 6px 12px;
    
}
.mainBox2_content>div:nth-child(1) {
    max-height: unset;
}

.mainBox2_content>div {
    padding: 6px 0px 0px 0px;
}
.mainBox2_content>div>a>img {
    width: 100%;
    height: 156px;
    min-height: 156px;
    object-fit: contain;
    
}



@media screen and (max-width: 1300px) {
    .main {
        margin-left: 0% !important;
        width: 100% !important;
    }

    .checkOrderMain {
        width: 100% !important;
        margin-left: 0 !important;
    }


}