.Jira-banner {
    background: url(../images/Jira/banner-bg.png) no-repeat center;
    background-size: cover;

}

.Jira-banner-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 66px 0;
    box-sizing: border-box;
}

.Jira-banner-intro {
    max-width: 370px;
}

.Jira-banner-intro-title {
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Jira-banner-intro-text {
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 16px;
}

.Jira-banner-intro-list {
    margin: 26px 0 16px;
    display: flex;
    flex-direction: column;
}

.Jira-banner-intro-list>li {
    display: flex;
    align-items: center;
    margin-top: 8px;
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 15px;
}

.Jira-banner-content>img {
    max-width: 720px;
}

.Jira-banner-more {
    margin-top: 50px;
}

.Jira-banner-more>a {
    white-space: nowrap;
    border-radius: 5px;
    background: #FF6200;
    box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07);
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 31.245px;
    /* 195.284% */
    padding: 8px 26px;
}

.Jira-main {
    padding-bottom: 80px;
}

.Jira-main-title {
    color: #1D2129;
    font-family: "PingFang SC";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 100px 0 30px;
    text-align: center;
}

.choose-reasons-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.choose-reason-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: all 0.3s ease;
    position: relative;
    background-color: #EFF7FF;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 50px 30px;

}

.choose-reason-item:hover {
    transform: translateY(-10px);
}

.top-label {
    background: url(../images/Jira/tob-label.png) no-repeat left center;
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    height: 78px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    padding-left: 26px;
    position: absolute;
    left: 0;
    top: -26px;
}

.reason-title {
    color: #1D2129;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}

.reason-intro {
    color: #1D2129;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product-ads-show {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.product-ads-show>img {
    width: 60%;
}

.product-ads-list {
    width: 38%;
}

.product-ads-list>li {
    display: flex;
    align-items: center;
    color: #4E5969;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product-ads-list>li+li {
    margin-top: 18px;
}

.product-compare {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.compare-btns-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.compare-btns-list>a {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    border-radius: 4px;
    background: #FBFBFD;
    box-sizing: border-box;
    width: 220px;
	color: #1D2129;
font-family: "PingFang SC";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.compare-btns-list>a:hover {
    background: #EFF7FF;
}

.compare-btns-list>a>img.currentImg {
    display: none;
}

.compare-btns-list>a.current {
    background: #165DFF;
    color: #fff;
}

.compare-btns-list>a.current>img {
    display: none;
}

.compare-btns-list>a.current>img.currentImg {
    display: flex;
}

.compare-btns-list>a>img {
    margin-right: 15px;
}

.compare-btns-list>a+a {
    margin-top: 10px;
}

.compare-contents-list {
    flex: 1;
}


table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
}


th {
    font-size: 14px;
    border-bottom: 1px solid #eee;
    padding: 20px 30px;
    color: white;
    font-weight: bold;
    text-align: center;
    color: #1D2129;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

thead th:first-child {
    text-align: left;
    display: flex;
    align-items: center;
}

thead th:first-child>img {
    margin-right: 16px;
}

/* 表格内容 */
tbody tr {
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s ease;
}

tbody tr td {
    padding: 20px 30px;
}

tbody tr td span {
    color: #165DFF;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
}

tbody tr td p {
    margin-top: 10px;
    color: #4E5969;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

tbody tr td a {
    white-space: nowrap;
    border-radius: 5px;
    background: #FF6200;
    box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07);
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 31.245px;
    /* 195.284% */
    padding: 8px 26px;
}

tbody tr td:not(:first-child) {
    text-align: center;
}

.compare-contents-list>table:not(:first-child) {
    display: none;
}

.other-cases-big-list>a>label{
    border: 1px solid #FF7309;padding: 3px 10px;color: #FF7309;font-size: 12px;border-radius: 4px; margin-top: 10px;
    display: inline-block;

}

@media screen and (max-width: 768px) {
    .Jira-banner-content {
        padding: 2rem 0;
    }

    .Jira-banner-intro-title {
        font-size: 2rem;
    }

    .Jira-banner-intro-text {
        color: #FFF;
        font-family: "PingFang SC";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 16px;
    }

    .Jira-banner-intro-list {
        margin: 1rem 0;
    }

    .Jira-banner-more {
        margin: 1.5rem 0 2rem;
    }

    .Jira-banner-content>img {
        width: 100%;
    }

    .Jira-main {
        padding-bottom: 2rem
    }

    .Jira-main-title {
        font-size: 1.6rem;
        padding: 3rem 0 2rem;
    }

    .choose-reason-item+.choose-reason-item {
        margin-top: 1rem;
    }

    .top-label {
        font-size: 1rem;
    }

    .product-ads-show>img {
        width: 100%;
    }

    .product-ads-list {
        width: 100%;
    }

    .product-ads-list>li {
        font-size: .9rem;
    }


    .compare-btns-list {
        width: 100%;
        display: -webkit-box;
        /* 使用标准的Flexbox布局 */
        flex-direction: row;
        /* 子项横向排列 */
        flex-wrap: nowrap;
        /* 禁止子项换行 */
        overflow-x: auto;
        /* 核心：开启横向滚动 */
        /* 可选：隐藏滚动条，为了美观 */
        scrollbar-width: none;
        /* 适用于Firefox */
        -ms-overflow-style: none;
        /* 适用于IE和Edge */
    }

    /* 适用于Webkit内核的浏览器（如Chrome, Safari）隐藏滚动条 */
    .compare-btns-list::-webkit-scrollbar {
        display: none;
    }

    .compare-btns-list>a {
        padding: 5px 10px;
        width: auto;
    }

    .compare-btns-list>a+a {
        margin-left: 10px;
        margin-top: 0;
    }

    th {
        font-size: .9rem;
        padding: 10px;
    }

    tbody tr td {
        padding: 10px;
    }
}