.el-icon-warning-outline::before,
.el-icon-close::before {
    font-family: element-icons !important;
}

.table {
    border: 1px solid #ebeef5;
    margin: 40px 0;
    border-bottom: 0;
}

.mytabs {
    border-bottom: 1px solid #ebeef5;
}

.mytabs li {
    height: 80px;
    font-size: 30px;
    flex: 1;
    cursor: pointer;
    background-color: #fff;
    border-right: 1px solid #ebeef5;
}

.mytabs li:first-child {
    background: url(/template/pc/skin/images/recommend.png) no-repeat;
}

.mytabs li:last-child {
    border-right: 0;
}

.mytabs li.active {
    background-color: #fffaeb;
}

.mytabs li img {
    font-size: 0;
    margin-right: 8px;
}

.el-table tr td {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.font-red {
    color: red;
}

.wrap {
    width: 1440px;
    margin: 0 auto;
    position: relative;
}

.pz {
    position: relative;
}

.pricing-box {
    gap: 30px;
    padding-bottom: 50px;
    align-items: stretch;
}

.pricing-box li {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #fff;
    border-radius: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 410px;
    padding: 50px 50px 40px;
    display: flex;
    box-shadow: 0 0 35px #6a41e11f;
    padding-bottom: 100px;
}


.pricing-box li.recommend {
    border: 2px solid #4d5ff8;
}

.pricing-box li .text1 {
    display: inline-block;
    width: min-content;
    background-image: linear-gradient(90deg, #ee6b60, #4d5ff8);
    border-radius: 20px;
    padding: 1px;
    line-height: 23px;
}

.pricing-box li .text1 .wp {
    display: inline-block;
    background-color: #fff;
    padding-left: 17px;
    padding-right: 17px;
    border-radius: 20px;
}

.pricing-box li .text1 .wp span {
    display: inline-block;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(254deg, #4d5ff8, #ee6b60);
    -webkit-background-clip: text;
    background-clip: text;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

.pricing-box li .text2 {
    color: #1c1c1e;
    font-family: Poppins, sans-serif;
    font-size: 28px;
    font-weight: 600;
}

.pricing-box li .text3 {
    color: #4d4d4d;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.25em;
}

.pricing-box li .text4 {
    line-height: 180%;
    color: #171a35;
    font-weight: 400;
    font-size: 15px;
}

.pricing-box li .text5 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
    background-color: #171a35;
    color: #fff;
    text-transform: capitalize;
    background-color: #000;
    border-radius: 6px;
    padding: 17.5px 30px;
    font-size: 16px;
    box-sizing: border-box;
    height: 55px;
    line-height: 20px;
    transition: background-color .5s cubic-bezier(.596, .153, .415, .884);
    text-align: center;
    cursor: pointer;
}

.pricing-box li.recommend .text5 {
    background-color: #4d5ff8;
}

.pricing-box li.recommend .recommend-img {
    position: absolute;
    inset: -18px 0% auto 42%;
}