* {
    font-family: Alibaba;
    box-sizing: border-box;
}

@font-face {
    font-family: Alibaba;
    src: url(fonts/AlibabaPuHuiTi-2-55-Regular.woff) format("woff");
}

@media only screen and (min-width: 300px) and (max-width: 1500px) {
    .small-width {
        max-width: 50px;
    }
    .small-100-width {
        max-width: 100px;
    }
    .small-150-width {
        max-width: 150px;
    }
}

.com-line {
    display: block;
    background: #18171c1a;
    width: 2px;
    margin: 0 10px;
    height: 100%;
}

.com-br {
    display: inline-block;
    border-right: 2px solid #ddd;
    padding-right: 10px;
    margin-right: 10px;
}

.bg-primary {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    border-radius: 14px;
    padding: 4px 12px;
    color: #885ffd;
    background: var(--10, #885ffd1a);
}

.bg-danger {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    border-radius: 14px;
    padding: 4px 12px;
    color: #ff4c4d;
    background: rgba(255, 0, 0, 0.1);
}

.bg-orange {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    border-radius: 14px;
    padding: 4px 12px;
    color: #FF7733;
    background: #FEF4E9;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ccc
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}



.w {
    width: 1310px;
    margin: 0 auto;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.w50 {
    width: 50%;
}

.us {
    user-select: none;
}

.cp {
    cursor: pointer;
}

.color {
    color: #FF7A45 !important;
}

.theme-color {
    color: #885FFD !important;
}

.fs-th{
    color: #885ffd;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.o-color {
    color: #FF7733;
}

.cfff {
    color: #ffffff !important;
}

.cff7 {
    color: hsla(0, 0%, 100%, .7);
}

.theme-bg {
    background-color: #09d7cf !important;
}

.red-color {
    color: #FF4C4D !important;
}

.blue-color {
    color: #409eff;
}

.pink-color {
    color: #FE3971 !important;
}

.graw-color {
    color: #606266 !important;
}

.c8e8 {
    color: #8E8E93 !important;
}

.gray-color {
    color: #999 !important;
}

.c666 {
    color: #666 !important;
}

.c606 {
    color: #606266 !important;
}

.c333 {
    color: #333333 !important;
}

.c999 {
    color: #999;
}

.mgt25 {
    margin-top: 25px
}

.mgt50 {
    margin-top: 50px
}

.green-color {
    color: green !important;
}

.green-bg {
    display: inline-block;
    padding: 4px 8px;
    background: rgba(71, 181, 108, 0.1);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #885FFD;
}

.blue-bg {
    display: inline-block;
    padding: 3px 6px;
    background: rgba(55, 137, 255, 0.15);
    border-radius: 4px;
    border: 1px solid rgba(55, 137, 255, 0.2);
    font-size: 14px;
    font-weight: 600;
    color: #3789ff;
}

.orange-bg {
    display: inline-block;
    padding: 3px 6px;
    background: rgba(244, 108, 108, 0.15);
    border-radius: 4px;
    border: 1px solid rgba(244, 108, 108, 0.2);
    font-size: 14px;
    font-weight: 600;
    color: #f46c6c;
}

.mgt20 {
    margin-top: 20px
}

.mgt10 {
    margin-top: 10px;
}

.mgt5 {
    margin-top: 5px;
}

.mgr5 {
    margin-right: 5px;
}

.mgr10 {
    margin-right: 10px !important;
}

.mgr20 {
    margin-right: 20px;
}

.mgr30 {
    margin-right: 30px;
}

.mgb20 {
    margin-bottom: 20px;
}

.mgb10 {
    margin-bottom: 10px;
}

.mgb15 {
    margin-bottom: 15px;
}

.mgb5 {
    margin-bottom: 5px;
}

.mgb30 {
    margin-bottom: 30px;
}

.mgl20 {
    margin-left: 20px;
}

.mgl25 {
    margin-left: 25px;
}

.mgl30 {
    margin-left: 30px;
}

.mgl10 {
    margin-left: 10px;
}

.mgl5 {
    margin-left: 5px;
}

.center {
    text-align: center;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.fw {
    font-weight: 600;
}

.fw500 {
    font-weight: 500;
}

.fw400 {
    font-weight: 400;
}

.ft12 {
    font-size: 12px;
}

.ft13 {
    font-size: 13px;
}

.ft14 {
    font-size: 14px;
}

.ft15 {
    font-size: 15px;
}

.ft16 {
    font-size: 16px;
}

.ft18 {
    font-size: 18px;
}

.ft20 {
    font-size: 20px;
}

.ft24 {
    font-size: 24px;
}

.ft28 {
    font-size: 28px;
}

.ft40 {
    font-size: 40px;
}

.brr50 {
    border-radius: 50%;
}

.ver-top {
    vertical-align: top;
}

.flex {
    display: flex;
}

.flex1 {
    flex: 1;
}

.wh100 {
    width: 100%;
    height: 100%;
}

.align-items-c {
    align-items: center;
}

.justify-content-a {
    justify-content: space-around;
}

.flex-row-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flex-col-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-col-bet {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-row-bet {
    display: flex;
    justify-content: space-between;
}

.flex-row-even {
    display: flex;
    justify-content: space-evenly;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-center-sb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-a {
    display: flex;
    align-items: center;
}

.lineClamp1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: unset;
    color: #000;
}

.del-line {
    text-decoration: line-through;
}

.line-h {
    line-height: 1.5;
}

.lineClamp2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: unset;
    color: #000;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.centerOffset {
    top: 50% !important;
    transform: translateY(-50%) !important;
    min-width: 160px !important;
}

.hot-img {
    position: relative;
    top: -3px;
}

.hover-color:hover {
    color: #885FFD !important;
}

.top30 {
    top: 12% !important;
}

.text-nowrap {
    white-space: nowrap;
}

.p-btn {
    border-color: #885FFD !important;
    color: #885FFD !important;
}

.g-btn {
    border-color: rgba(0, 0, 0, 0.08) !important;
    color: #999999 !important;
}

.r-btn {
    border-color: #FF4C4D !important;
    color: #F46C6C !important;
}

.l-btn {
    background-color: #885ffd1a !important;
    border-color: #885ffd1a !important;
    color: #885FFD !important;
}
.l-btn:has(:hover, :active){
    border-color: #885FFD !important;
}

.al-desc {
    background: rgba(71, 181, 108, 0.1);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 12px;
    font-weight: 400;
    color: #885FFD;
    padding: 5px 15px;
    margin-left: 10px;
}

.order-record-tips {
    padding: 3px 5px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    background: rgb(71, 181, 108);
    border-radius: 4px;
}

.title-line {
    display: inline-block;
    width: 4px;
    height: 16px;
    background: #885FFD;
    margin-right: 10px;
}

/* 高斯模糊 */
.filter3 {
    filter: blur(3px);
    user-select: none
}

/* animate */

@keyframes wave {
    0% {
        background: linear-gradient(to right, #a2dfdc, #885FFD, #885FFD, #885FFD, #885FFD, #885FFD, #885FFD, #885FFD);
    }

    15% {
        background: linear-gradient(to right, #885FFD, #a2dfdc, #885FFD, #885FFD, #885FFD, #885FFD, #885FFD, #885FFD);
    }

    30% {
        background: linear-gradient(to right, #885FFD, #885FFD, #a2dfdc, #885FFD, #885FFD, #885FFD, #885FFD, #885FFD);
    }

    45% {
        background: linear-gradient(to right, #885FFD, #885FFD, #885FFD, #a2dfdc, #885FFD, #885FFD, #885FFD, #885FFD);
    }

    60% {
        background: linear-gradient(to right, #885FFD, #885FFD, #885FFD, #885FFD, #a2dfdc, #885FFD, #885FFD, #885FFD);
    }

    75% {
        background: linear-gradient(to right, #885FFD, #885FFD, #885FFD, #885FFD, #885FFD, #a2dfdc, #885FFD, #885FFD);
    }

    90% {
        background: linear-gradient(to right, #885FFD, #885FFD, #885FFD, #885FFD, #885FFD, #885FFD, #a2dfdc, #885FFD);
    }

    100% {
        background: linear-gradient(to right, #885FFD, #885FFD, #885FFD, #885FFD, #885FFD, #885FFD, #885FFD, #a2dfdc);
    }
}

.float-left-icon {
    animation: updown 1.5s linear infinite alternate;
}

@keyframes updown {
    from {
        transform: translateY(-5px);
    }

    to {
        transform: translateY(5px);
    }
}


/* ----------------------el-table 头部滚动固定------------------------- */

.RollingFixed {
    overflow: visible !important;
}

.RollingFixed .el-table__header-wrapper {
    position: sticky;
    top: 60px;
    z-index: 99;
}

.top130 .el-table__header-wrapper {
    top: 130px;
}

.com-icon {
    border-radius: 0 2px 2px 0;
    padding: 4px;
    font-size: 12px;
}

.com-btn {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    background: var(--10, #885ffd1a);
    cursor: pointer;
    font-size: 13px;
}

.fs14-black{
    font-size: 14px;
    color: #615C70;
    font-weight: 500;
}

