/* conpare-platform设计 */
.conpare-platform-div {
    padding-top: 120px;
}

.conpare-platform h2 {
    margin-bottom: 103px;
}

.conpare-platform .des-table-wrap {
    border: 1px solid #EEEEEE;
    border-radius: 8px;
}

.conpare-platform .des-table-wrap .new {
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    font-style: italic;
    padding: 5px 10px 2px 13px;
    background: url(https://images.tenorshare.com/icon/new-icon.png) no-repeat center center;
    background-size: 100% 100%;
    color: #3A3A3A;
    margin-left: 6px;
}

.conpare-platform .des-table-wrap .hot {
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    font-style: italic;
    padding: 5px 10px 2px 13px;
    background: url(https://images.tenorshare.com/icon/hot-icon.png) no-repeat center center;
    background-size: 100% 100%;
    color: #FFF;
    margin-left: 6px;
}

.conpare-platform .table-tit-mb-wrap.active {
    position: sticky;
    top: 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px #1a1a1a33;
    padding-top: 50px;
    z-index: 9;
}

.conpare-platform .table-tit-mb-wrap .table-tit-mid span {
    text-align: center;
    padding: 32px 12px;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    position: relative;
}

@media (max-width:1599.98px) {
    .conpare-platform .table-tit-mb-wrap .table-tit-mid span {
        font-size: 18px;
    }
}

.conpare-platform .table-tit-mb-wrap .table-tit-mid span:nth-child(1) {
    min-width: 314px;
    /* max-width: 350px; */
}

@media (min-width:1600px) {
    .conpare-platform .table-tit-mb-wrap .table-tit-mid span:not(:first-child) {
        min-width: 415px;
        max-width: 415px;
        border-left: 1px solid #EEEEEE;
    }
}

@media (min-width:1700px) {
    .conpare-platform .table-tit-mb-wrap .table-tit-mid span:not(:first-child) {
        min-width: 444px;
        max-width: 444px;
    }
}


.conpare-platform .table-tit-mb-wrap .table-tit-mid span .price {
    font-size: 14px;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 16px;
}

.conpare-platform .table-tit-mb-wrap .table-tit-mid span a.btn {
    min-width: 214px;
    justify-content: center;
}

.conpare-platform .table-tit-mb-wrap .table-tit-mid span .recommend {
    position: absolute;
    width: calc(100% + 4px);
    padding: 10px 0;
    background: linear-gradient(273.17deg, #FF5500 0%, #FFCF1B 99.48%);
    border-radius: 24px 24px 0 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    color: #FFFFFF;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% - 2px));
}

.conpare-platform .des-table .des-table-tit {
    background: #FFECE3;
    display: flex;
    line-height: 150%;
    border-bottom: 1px solid #FFFFFF;
}

.conpare-platform .des-table:last-child .des-table-tit.alone-text {
    border: 0;
}

.conpare-platform .des-table .des-table-tit>span:nth-child(1) {
    min-width: 314px;
    max-width: 314px;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 24px;
    display: flex;
    align-items: center;
}

.conpare-platform .des-table .des-table-tit:not(.alone-text)>span:nth-child(1) {
    white-space: nowrap;
}

.conpare-platform .des-table .des-table-tit.alone-text>span:nth-child(1) {
    font-size: 14px;
}

.conpare-platform .des-table .des-table-tit.alone-text>span:not(:last-child) {
    border-right: 1px solid #FFFFFF;
}

@media (min-width:1600px) {
    .conpare-platform .des-table .des-table-tit>span:not(:first-child) {
        text-align: center;
        min-width: 415px;
        max-width: 334px;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.5;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width:1700px) {
    .conpare-platform .des-table .des-table-tit>span:not(:first-child) {
        min-width: 444px;
        max-width: 444px;
    }
}

.conpare-platform .des-table .des-table-tit>span:nth-child(2) {
    text-align: start;
}

.conpare-platform .des-table .des-table-tit.alone-text>span .vs-icon {
    width: 24px;
}

.conpare-platform .des-table .des-table-tit svg {
    transition: all 0.4s;
}

.conpare-platform .des-table:not(.data-hide) .des-table-tit svg {
    transform: rotate(-180deg);
}

.conpare-platform .des-table .control-height {
    height: max-content;
    overflow: hidden;
}

.conpare-platform .des-table.data-hide .control-height {
    height: 0;
}

.conpare-platform .des-table .des-table-content>* {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 150%;
    text-align: center;
}

.conpare-platform .des-table .des-table-content>* a.hover-text {
    color: #6B6B6B;
}

.conpare-platform .des-table .des-table-content>* a.hover-text:hover {
    color: #FF5500;
}

.conpare-platform .des-table .des-table-content>* .vs-icon {
    width: 24px;
}

.conpare-platform .des-table .des-table-content:not(:last-child)>* {
    border-bottom: 1px solid #EEEEEE;
}

.conpare-platform .des-table .des-table-content>*:nth-child(1) {
    font-size: 14px;
    font-weight: 600;
    min-width: 314px;
    max-width: 314px;
    justify-content: start;
    padding: 12px 24px;
    color: #212121;
    text-align: start;
}

.conpare-platform .des-table .des-table-content.special>*:nth-child(1) {
    padding: 0;
    height: max-content;
    flex-direction: column;
}

.conpare-platform .des-table .des-table-content.special>*:not(:first-child) {
    height: auto;
    padding: 20px;
}

.conpare-platform .des-table .des-table-content.special>*:nth-child(1) span {
    width: 100%;
    height: 45px;
    padding: 12px 24px;
    text-align: start;
}

.conpare-platform .des-table .des-table-content.special>*:nth-child(1) span:not(:last-child) {
    border-bottom: 1px solid #EEEEEE;
}

@media (min-width:1600px) {
    .conpare-platform .des-table .des-table-content>*:not(:first-child) {
        max-width: 415px;
        min-width: 415px;
        font-size: 12px;
        font-weight: 500;
    }
}

@media (min-width:1700px) {
    .conpare-platform .des-table .des-table-content>*:not(:first-child) {
        max-width: 444px;
        min-width: 444px;
    }
}

.conpare-platform .des-table .des-table-content>*:not(:last-child) {
    border-right: 1px solid #EEEEEE;
}

.conpare-platform .dec-border {
    position: absolute;
    width: 33%;
    height: 100%;
    left: 33%;
    top: 0;
    border: 1px solid #FF5500;
}

@media (min-width: 1280px) {
    .conpare-platform .dec-border {
        display: none;
    }

    .conpare-platform .table-tit-mb-wrap .table-tit-mid span:nth-child(2),
    .conpare-platform .table-tit-mb-wrap .table-tit-mid span:nth-child(3) {
        border-right: 2px solid #FF5500;
    }

    .conpare-platform .table-tit-mb-wrap .table-tit-mid span:nth-child(3) {
        border-top: 2px solid #FF5500;
    }

    .conpare-platform .des-table .des-table-tit>span:not(:first-child):nth-child(2),
    .conpare-platform .des-table .des-table-tit>span:not(:first-child):nth-child(3) {
        border-right: 2px solid #FF5500;
        margin: -1px 0;
    }

    .conpare-platform .des-table .des-table-content>*:nth-child(2),
    .conpare-platform .des-table .des-table-content>*:nth-child(3) {
        border-right: 2px solid #FF5500;
    }

    .conpare-platform .des-table-wrap .des-table:last-child>*:last-child>*:last-child>*:nth-child(4),
    .conpare-platform .des-table-wrap .des-table:last-child>*:last-child>*:nth-child(3) {
        border-bottom: 2px solid #FF5500;
    }
}

@media (max-width: 1599.98px) {
    .conpare-platform-div {
        padding-top: 100px;
    }

    .conpare-platform h2 {
        margin-bottom: 133px;
    }

    .conpare-platform .table-tit-mb-wrap .table-tit-mid span:nth-child(1),
    .conpare-platform .des-table .des-table-content>*:nth-child(1),
    .conpare-platform .des-table .des-table-tit>span:nth-child(1) {
        min-width: 227px;
        max-width: 227px;
    }

    .conpare-platform .table-tit-mb-wrap .table-tit-mid span:not(:first-child),
    .conpare-platform .des-table .des-table-content>*:not(:first-child),
    .conpare-platform .des-table .des-table-tit>span:not(:first-child) {
        min-width: 324px;
        max-width: 324px;
        justify-content: center;
        align-items: center;
        line-height: 150%;
        text-align: center;
        display: flex;
    }


    .conpare-platform .table-tit-mb-wrap .table-tit-mid span {
        padding: 20px 12px;
    }

    .conpare-platform .table-tit-mb-wrap .table-tit-mid span a.btn {
        min-width: 191px;
        font-size: 16px;
    }
}

@media (max-width: 1279.98px) {
    .conpare-platform h2 {
        margin-bottom: 90px;
    }

    .conpare-platform .table-tit-mb-wrap .table-tit-mid span {
        justify-content: center;
    }

    .conpare-platform .table-tit-mb-wrap .table-tit-mid span:nth-child(1) {
        display: none;
    }

    .conpare-platform .table-tit-mb-wrap .table-tit-mid span:not(:first-child) {
        font-size: 12px;
        font-weight: 400;
        border-left: 0;
    }

    .conpare-platform .table-tit-mb-wrap .table-tit-mid span .price {
        margin-top: 2px;
        margin-bottom: 0;
        font-weight: 600;
        color: #3A3A3A;
    }

    .conpare-platform .table-tit-mb-wrap .table-tit-mid span a.btn {
        display: none;
    }

    .conpare-platform .table-tit-mb-wrap .table-tit-mid span .recommend {
        width: 100%;
        transform: translate(-50%, -100%);
    }

    .conpare-platform .des-table .des-table-content {
        flex-wrap: wrap;
    }

    .conpare-platform .des-table .des-table-content>*:nth-child(1) {
        min-width: 100%;
        max-width: 100%;
        border-bottom: 0;
        padding: 8px;
    }

    .conpare-platform .des-table .des-table-content>*:nth-child(2) {
        text-align: start;
    }

    .conpare-platform .des-table .des-table-content>*:not(:last-child) {
        border-right: 0;
    }

    .conpare-platform .table-tit-mb-wrap .table-tit-mid span:not(:first-child),
    .conpare-platform .des-table .des-table-content>*:not(:first-child),
    .conpare-platform .des-table .des-table-tit>span:not(:first-child) {
        max-width: 33%;
        min-width: 33%;
        padding: 8px;
    }

    .conpare-platform .des-table .des-table-tit:not(.alone-text)>span:not(:first-child) {
        display: none;
    }

    .conpare-platform .des-table .des-table-content>*:not(:first-child) {
        color: #6B6B6B;
    }

    .conpare-platform .des-table .des-table-content>* a,
    .conpare-platform .des-table .des-table-content>* .hot {
        display: none;
    }

    .conpare-platform .table-tit-mb-wrap .table-tit-mid span:not(:first-child) {
        padding: 20px 0;
    }

    .conpare-platform .des-table .des-table-tit>span:nth-child(1) {
        padding: 8px;
    }

    .conpare-platform .des-table .des-table-tit.alone-text {
        flex-wrap: wrap;
        background: #FFFFFF;
    }

    .conpare-platform .des-table .des-table-tit.alone-text>span:nth-child(1) {
        background: #FFECE3;
        min-width: 100%;
        max-width: 100%;
        font-size: 18px;
    }

    .conpare-platform .table-tit-mb-wrap.active .table-tit-mid span:nth-child(3) {
        border-right: 1px solid #FF5500;
        border-left: 1px solid #FF5500;
        border-top: 1px solid #FF5500;
    }
}

@media (max-width: 991.98px) {
    .conpare-platform-div {
        padding-top: 64px;
    }
}

@media (max-width: 767.98px) {
    .conpare-platform .table-tit-mb-wrap .table-tit-mid span .recommend {
        font-size: 12px;
        border-radius: 8px 8px 0 0;
    }
}