﻿#sectionTop h2 > span{
    display: inline-block;
    padding-left: 25px;
}
.panel-years {
    margin-bottom: 0;  
}
.section-content {
    padding: 50px 0;
}
    .section-content .inner {
        overflow: hidden;
        position: relative;
        min-height: 960px;
    }
.col-right {
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
}
.col-left {
    margin-right: 350px;
}
.panel {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 25px;
}
.panel h2 {
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
    padding: 15px 0;
    position: relative;
    overflow: hidden;
    background-color: #f8f8f8;
    font-size: 18pt;
}
.panel-inner {
    padding: 15px 12px;
}
h2 > label {
    display: block;
    font-weight: normal;
    position: absolute;
    right: 20px;
    top: 15px;
    color: #00cc33;
}
h2 > label small {
    color: #666;
}
ul.list-features {
    padding-left: 30px;
}
ul.list-features > li {
    margin-bottom: 5px;
    line-height: 1.5em;
    padding: 0 15px;
    list-style: decimal;
}
.panel-tip {
    background-color: #f8f8f8;
    padding: 25px;
    border-radius: 5px;
}
.panel-tip h3 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 16pt;
}
.panel-try img {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}
.panel-try ul {
    background-color: #f8f8f8;
    padding: 15px;
    border-radius: 5px;
}
.panel-try ul > li{
    margin-bottom: 12px;
}
ul.list-prices {
    
}
ul.list-prices > li {
    overflow: hidden;
    padding: 10px 0;
    line-height: 30px;
    border-bottom: 1px dashed #ddd;
}
ul.list-prices > li.last {
    border-bottom: 0;
    margin-bottom: 0;
}
ul.list-prices li > label {
    display: block;
    float: left;
    width: 140px;
    padding-left: 12px;
}
    ul.list-prices li > span {
        display: block;
        float: left;
        width: 55px;
        color: #ff3300;
    }
    ul.list-prices li > small {
        display: block;
        float: left;
        background-color: #ff3300;
        color: #fff;
        font-size: 8pt;
        line-height: 20px;
        padding: 0 10px;
        border-radius: 3px;
        margin-top: 5px;
    }
ul.list-prices li > label sup {
    display: inline-block;
    background-color: #00cc33;
    color: #fff;
    font-size: 8pt;
    line-height: 14px;
    padding: 0 5px;
    border-radius: 3px;
}
.panel-years .panel-inner {
    padding-bottom: 5px;
}
ul.list-tabs {
    overflow: hidden;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 25px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 15px;
}
ul.list-tabs > li {
    flex: 1 1 auto;
    min-width: 200px;
}
    ul.list-tabs > li a {
        display: block;
        line-height: 40px;
        text-align: center;
        border: 1px solid #ddd;
        color: #333;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 15px;
        border-radius: 4px;
    }
ul.list-tabs > li.selected a {
    background-color: #00cc33;
    color: #fff;
    border-color: #00cc33;
}

    .table-w1 {
        padding: 5px;
    }
table.data-table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 5px #ddd;
    border-radius: 4px;
}
    table.data-table td {
        padding: 10px 12px;
        line-height: 1.5em;
        text-align: center;
        border-bottom: 1px solid #e0e0e0;
        font-size: 10pt;
    }
table.data-table caption {
    line-height: 40px;
    font-size: 16pt;
    font-weight: bold;
    padding-bottom: 5px;
}
col.cell1 {
    width: auto;
}
col.cell2 {
    width: 120px;
}
col.cell3 {
    width: 120px;
}
table.data-table td.cell-title {
    background-color: #f0f0f0;
    font-weight: bold;
    text-align: left;
    text-align: left;
}
table.data-table td.cell-1 {
    text-align: left;
}
tr.row-func:hover td {
    background-color: #f8f8f8;
}
td.cell-yes {
    background: url("images/ok-green-32.png") center center no-repeat;
    background-size: 18px auto;
}
td.cell-no {
    background: url("images/no-green-32.png") center center no-repeat;
    background-size: 18px auto;
}
.cell-price {
    color: #ff3300;
}
.table-store {
    margin-bottom: 25px;
}
.year-tips {
    font-size: 10pt;
    padding-top: 15px;
}
/****************************************************************************/
@media screen and (max-width: 700px) {
    .panel {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }
    ul.list-tabs {
        padding: 0 10px;
        gap: 8px;
    }
    .table-w1 {
        padding: 0px;   
    }
    .col-right {
        width: auto;
        float: none;
        position: relative;
        top: auto;
        right: auto;
    }
    .col-left {
        margin: 0;
    }
    .panel h2 {
        font-size: 16pt;
    }
    .col-left > .panel h2 {
        text-align: left;
        padding-left: 15px;
    }
    .panel-tip {
        margin: 0 12px;
    }
    .section-content {
        padding-top: 25px;
        padding-bottom: 15px;
    }
    #sectionTop h2 {
        padding-top: 20px;
        line-height: 28px;
    }
    #sectionTop h2 > span{
        display: block;
    }
    col.cell2, col.cell3 {
        width: 96px;
    }
    .section-content .inner {
        min-height: inherit;
    }
    ul.list-tabs > li {
        min-width: 150px;
    }
    ul.list-tabs > li a {
        padding: 0 10px;
        font-size: 14px;
    }
}

/* 新增多年套餐表格样式 */
.cta-section .pricing-table {
    margin: 30px 0;
}

.cta-section .pricing-table h3 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
    font-size: 1.2em;
}

.cta-section .pricing-table table.data-table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 5px #ddd;
    border-radius: 4px;
}

.cta-section .pricing-table table.data-table th,
.cta-section .pricing-table table.data-table td {
    padding: 10px 12px;
    line-height: 1.5em;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    font-size: 10pt;
}

.cta-section .pricing-table table.data-table th {
    background-color: #f0f0f0;
    font-weight: bold;
}

.cta-section .pricing-table table.data-table tr.best-value {
    background: #f0f9ff;
}

.cta-section .pricing-table .badge {
    display: inline-block;
    background: #ff3300;
    color: #fff;
    font-size: 8pt;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 3px;
    margin-right: 8px;
}

/* 移动端响应式样式 */
@media screen and (max-width: 700px) {
    .cta-section .pricing-table {
        margin: 20px 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .cta-section .pricing-table table.data-table {
        min-width: 500px;
    }
}
