.fixed-table-container{
    border: none !important;
}
.fixed-table-toolbar,.jumpto,.page-list{
    display: none !important;
}
.toast-success{
    display: none !important;
}
ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.wl-tab{
    .wl-tab-title{
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        border-bottom: 1px solid #ececec;
        >li{
            font-size: 16px;
            min-width: 80px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            cursor: pointer;
            padding: 0 1em;
        }
        .wl-this{
            color: #007bff;
            position: relative;
        }
        .wl-this::after{
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2px;
            background: #007bff;
        }
    }
}
.wl-tab-content{
    .order-list{
        ul{
            li{
                position: relative;
                padding: 30px 0 26px;
                border-bottom: 1px solid #ececec;
                .bd{
                    padding-right: 40px;
                    border-bottom: 1px dashed #e1e1e1;
                    cursor: pointer;
                    .order-txt{
                        color: #282828;
                        font-size: 14px;
                        .status{
                            float: right;
                            color: #e93323;
                        }
                    }
                    .wrap::before{
                        content: " ";
                        display: table;
                    }
                    .wrap::after{
                        content: " ";
                        display: table;
                    }
                    .wrap{
                        margin-top: 20px;
                        padding: 0;
                        .goods-item{
                            display: flex;
                            position: relative;
                            margin-bottom: 20px;
                            .img-box{
                                width: 120px;
                                height: 120px;
                                img{
                                    display: block;
                                    width: 100%;
                                    height: 100%;
                                }
                            }
                            .info-txt{
                                position: relative;
                                display: flex;
                                flex-direction: column;
                                justify-content: center;
                                width: 500px;
                                margin-left: 24px;
                                font-size: 14px;
                                .title{
                                    word-break: break-all;
                                    display: -webkit-box;
                                    -webkit-box-orient: vertical;
                                    overflow: hidden;
                                    -webkit-line-clamp: 2;
                                }
                                .info{
                                    font-size: 12px;
                                    color: #aaa;
                                    margin-top: 4px;
                                }
                                .price{
                                    margin-top: 15px;
                                    color: #e93323;
                                }
                                .num{
                                    position: absolute;
                                    right: 0;
                                    top: 60%;
                                    transform: translateY(-50%);
                                    color: #999;
                                }
                            }
                        }
                    }
                }
                .foot{
                    padding-top: 26px;
                    padding-right: 32px;
                    p{
                        text-align: right;
                        color: #666;
                        font-size: 14px;
                        span{
                            color: #e93323;
                        }
                    }
                    .btn-wrapper{
                        display: flex;
                        justify-content: flex-end;
                        margin-top: 20px;
                        div{
                            width: 110px;
                            height: 36px;
                            text-align: center;
                            line-height: 34px;
                            margin-left: 20px;
                            border: 1px solid #999;
                            border-radius: 4px;
                            font-size: 14px;
                            color: #666;
                            cursor: pointer;
                        }
                        .pay,.info{
                            border-color: #007bff;
                            background: #007bff;
                            color: #fff;
                        }
                    }
                }
            }
        }
    }
}

.pager {
    margin-top: 15px;
}
.pager .page-btn {
    padding: 5px 12px;
    border: 1px solid #ccc;
    margin: 0 3px;
    cursor: pointer;
    border-radius: 4px;
}
.pager .active {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

.layui-layer-one{
    width: 40rem !important;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    overflow: hidden;
    backface-visibility: hidden;
    .layui-layer-title{
        border-bottom: 0;
        font-size: 18px;
    }
    .layui-layer-close{
        color: #909399;
    }
    .layui-layer-btn a{
        height: 30px;
        font-size: 12px;
        border-radius: 3px;
    }
    .layui-layer-btn0{
        border-color: #007bff;
        background-color: #007bff;
        color: #fff;
    }
    .layui-layer-confirm {
        border: 1px solid transparent !important;
    }
}