/*产品中心*/
body {
    background: #F3F4F7;
}
.section .section-header {
    display: flex;
    justify-content: center;
}
.section .section-header h2 {
    position: relative;
    padding: 0 30px;
    font-weight: bold;
    color: #CF252D;
}
.section .section-header h2 .iconfont {
    margin-right: 10px;
    font-size: 32px;
}
.section .section-header h2::before, .section .section-header h2::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-13px);
    width: 230px;
    height: 25px;
    background-image: url('/static/index/img/product/title-bg.png');
    background-repeat: no-repeat;
    background-size: 200% 100%;
}
.section .section-header h2::before {
    left: -230px;
    background-position: 0 0;
}
.section .section-header h2::after {
    right: -230px;
    background-position: 100% 0;
}
/*banner*/
.product-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 406px;
    padding-bottom: 40px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center top;
}
.product-banner .banner-title {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.product-banner .banner-desc {
    padding: 15px 50px;
    margin: 0 40px;
    font-size: 18px;
    color: #fff;
    background: rgba(207, 37, 45, 0.9);
}
/*tabs*/
.product-tabs {
    position: relative;
    z-index: 1000;
    margin-top: -40px;
}
.product-tabs .main-container {
    position: relative;
}
.product-tabs .product-name {
    display: none;
    font-size: 24px;
    font-weight: bold;
    color: #444;
    line-height: 75px;
}
.product-tabs .tabs {
    display: flex;
    height: 80px;
    padding: 0 20px;
    margin: 0 140px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 15px  rgba(0, 0, 0, 0.25);
}
.product-tabs .tabs .tab {
    flex: 1;
    font-size: 22px;
    line-height: 80px;
    color: #666;
    text-align: center;
    cursor: pointer;
}
.product-tabs .tabs .tab .iconfont {
    margin-right: 10px;
    font-size: 26px;
    color: #333;
}
.product-tabs .tabs .tab.active {
    background: #CF252D;
}
.product-tabs .tabs .tab.active .iconfont, .product-tabs .tabs .tab.active {
    color: #fff;
}
/*tab 固定顶部*/
.product-tabs.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    margin: 0;
    background: #fff;
    box-shadow: 0 2px 15px  rgba(0, 0, 0, 0.25);
}
.product-tabs.sticky .product-name {
    display: block;
    flex-shrink: 0;
    padding-left: 1em;
}
.product-tabs.sticky .main-container {
    margin: 0;
}
.product-tabs.sticky .tabs {
    height: 75px;
    margin: 0;
    box-shadow: none;
}
.product-tabs.sticky .tabs .tab {
    position: relative;
    flex: inherit;
    padding: 0 44px;
    line-height: 75px;
}
.product-tabs.sticky .tabs .tab:before {
    content: '';
    position: absolute;
    top: 27px;
    bottom: 27px;
    left: 0;
    display: block;
    width: 1px;
    background: rgba(201, 201, 201, 0.65);
}
.product-tabs.sticky .tabs .tab.active {
    color: #CF252D;
    background: transparent;
}
.product-tabs.sticky .tabs .tab .iconfont {
    display: none;
}
.backend-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
}
.backend-img img {
    max-width: 100%;
}
/**************代表建议办理**************/
/*banner*/
.suggests-banner {
    background-image: url('/static/index/img/product/suggests/banner.jpg');
}
/*业务流程*/
.suggests-process {
    display: grid;
    gap: 50px 33px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas:  "a b c d"
    "e f g h";
}
.suggests-process .item {
    position: relative;
    padding: 18px 18px 26px;
    background: #fff;
}
.suggests-process .item:nth-child(1) { grid-area: a; }
.suggests-process .item:nth-child(2) { grid-area: b; }
.suggests-process .item:nth-child(3) { grid-area: c; }
.suggests-process .item:nth-child(4) { grid-area: d; }
.suggests-process .item:nth-child(5) { grid-area: h; } /* 反向 */
.suggests-process .item:nth-child(6) { grid-area: g; } /* 反向 */
.suggests-process .item:nth-child(7) { grid-area: f; } /* 反向 */
.suggests-process .item:nth-child(8) { grid-area: e; } /* 反向 */
.suggests-process .item h3 {
    margin-bottom: 7px;
    font-size: 20px;
    font-weight: bold;
}
.suggests-process .item p {
    height: 80px;
    padding: 15px;
    font-size: 15px;
    color: #555;
    background: #f7f7f7;
}
.suggests-process .item .icon-arrow {
    position: absolute;
    display: block;
    width: 59px;
    height: 16px;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.suggests-process .item .arrow-right {
    top: 20px;
    right: -20px;
    background-image: url('/static/index/img/product/suggests/arrow-right.png');
}
.suggests-process .item .arrow-down {
    right: 10px;
    bottom: -43px;
    width: 16px;
    height: 59px;
    background-image: url('/static/index/img/product/suggests/arrow-down.png');
}
.suggests-process .item .arrow-left {
    top: 20px;
    right: -23px;
    background-image: url('/static/index/img/product/suggests/arrow-left.png');
}
/*功能模块*/
.suggests-wrap .section2 {
    background: #fff;
}
.suggests-function {
    margin: 0 40px;
}
.suggests-function .item {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    background: #f7f7f7;
    border-bottom: 1px solid #e5e5e5;
}
.suggests-function .item h3 {
    flex-shrink: 0;
    width: 170px;
    height: 80px;
    margin-right: 26px;
    font-size: 18px;
    font-weight: bold;
    line-height: 80px;
    color: #fff;
    text-align: center;
    background: #CF252D;
}
.suggests-function .item p {
    padding-right: 30px;
}
/*功能亮点*/
.suggests-wrap .section3 {
    padding: 80px 0 0
}
.suggests-wrap .features-icon {
    display: flex;
    justify-content: center;
    gap: 180px;
}
.suggests-wrap .features-icon .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.suggests-wrap .features-icon .icon {
    width: 100px;
    height: 100px;
    margin-bottom: 13px;
    background: url('/static/index/img/product/suggests/features-icon.png') no-repeat;
    background-size: 500% 100%;
}
.suggests-wrap .features-icon .item:nth-child(1) .icon {
    background-position: 0 0;
}
.suggests-wrap .features-icon .item:nth-child(2) .icon {
    background-position: 25% 0;
}
.suggests-wrap .features-icon .item:nth-child(3) .icon {
    background-position: 50% 0;
}
.suggests-wrap .features-icon .item:nth-child(4) .icon {
    background-position: 75% 0;
}
.suggests-wrap .features-icon .item:hover .icon {
    animation: tada;
    animation-duration: 1s;
}
.suggests-wrap .features-icon h3 {
    font-size: 20px;
}
.suggests-wrap .features-content {
    display: flex;
    gap: 45px;
    padding: 65px 0 80px;
    margin: 0 40px;
}
.suggests-wrap .features-list {
    display: flex;
    flex-direction: column;
}
.suggests-wrap .features-list .item {
    display: flex;
    flex: 1;
    background: #fff;
    box-shadow: 0 2px 15px  rgba(150, 150, 150, 0.25);
}
.suggests-wrap .features-list .icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 94px;
    background: #f7f7f7;
}
.suggests-wrap .features-list .icon .iconfont {
    font-size: 30px;
    color: #C21D20;
}
.suggests-wrap .features-list p {
    padding: 15px 30px 0 15px;
}
.suggests-wrap .reminder-container {
    position: relative;
    padding: 65px 0;
    background-color: #CF252D;
    background-image: linear-gradient(
            45deg,
            rgba(255,255,255,.08) 5%,
            rgba(255,255,255,0) 0,
            rgba(255,255,255,0) 50%,
            rgba(255,255,255,.08) 0,
            rgba(255,255,255,.08) 55%,
            rgba(255,255,255,0) 0);
    background-size: 16px 16px;
    overflow: hidden;
}
.suggests-wrap .reminder-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    margin-left: -35px;
    border-top: 35px solid #f7f7f7;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
}
.suggests-wrap .reminder-container .section-header h2 {
    font-size: 30px;
    font-weight: normal;
    color: #fff;
}
.suggests-wrap .reminder-container .section-header p {
    max-width: 960px;
    font-size: 16px;
    color: #fff;
}
.suggests-wrap .reminder-content {
    display: flex;
    justify-content: center;
    gap: 80px;
}
.suggests-wrap .reminder-content .reminder-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.suggests-wrap .reminder-content .reminder-list .item {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 281px;
    height: 54px;
    font-size: 18px;
    color: #fff;
    background-image: url('/static/index/img/product/suggests/reminder-bg.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.suggests-wrap .reminder-content .reminder-list .item i {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}
.suggests-wrap .reminder-content .reminder-list.left .item {
    padding-left: 27px;
}
.suggests-wrap .reminder-content .reminder-list.right .item {
    padding-left: 47px;
    background-image: url('/static/index/img/product/suggests/reminder-bg2.png');
}
/**************代表建议办理**************/
/*banner*/
.perform-banner {
    background-image: url('/static/index/img/product/perform_duties/banner.jpg');
}
/*功能模块*/
.perform-function {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.perform-function .item {
    display: flex;
    gap: 40px;
    height: 174px;
    padding: 20px 40px 20px 35px;
    background: #fff;
}
.perform-function .item:nth-last-child(-n+3) {
    align-items: center;
}
.perform-function .item .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.perform-function .item .icon {
    width: 60px;
    height: 60px;
    background: url('/static/index/img/product/perform_duties/function-icon.png') no-repeat;
    background-size: 900% 100%;
}
.perform-function .item:nth-child(1) .icon {
    background-position: 0 0;
}
.perform-function .item:nth-child(2) .icon {
    background-position: 12.5% 0;
}
.perform-function .item:nth-child(3) .icon {
    background-position: 25% 0;
}
.perform-function .item:nth-child(4) .icon {
    background-position: 37.5% 0;
}
.perform-function .item:nth-child(5) .icon {
    background-position: 50% 0;
}
.perform-function .item:nth-child(6) .icon {
    background-position: 62.5% 0;
}
.perform-function .item:nth-child(7) .icon {
    background-position: 75% 0;
}
.perform-function .item:nth-child(8) .icon {
    background-position: 87.5% 0;
}
.perform-function .item:nth-child(9) .icon {
    background-position: 100% 0;
}
.perform-function .item h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
}
.perform-function .item p {
    font-size: 18px;
    color: #888;
}
.perform-function .item:hover .icon-wrap {
    animation: tada;
    animation-duration: 1s;
}
.perform-function .item:hover h3 {
    color: #CF252D;
}
/*功能亮点*/
.perform-wrap .section2 {
    background: url('/static/index/img/product/perform_duties/section2-bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.perform-wrap .section2 .section-header h2 {
    color: #fff;
}
.perform-wrap .section2 .section-header h2::before, .perform-wrap .section2 .section-header h2::after {
    background-image: url('/static/index/img/product/title-bg-white.png');
}
.perform-feature {
    display: flex;
    gap: 24px;
}
.perform-feature .left-menu {
    flex-shrink: 0;
    width: 28%;
    background: #fff;
}
.perform-feature .left-menu .menu-list {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.perform-feature .left-menu .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    padding: 45px 18px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid #dedede;
}
.perform-feature .left-menu .item:nth-child(2n){
    border-left: 1px solid #dedede;
}
.perform-feature .left-menu .item:nth-last-child(-n+2) {
    border-bottom: none;
}
.perform-feature .left-menu .item .iconfont {
    font-size: 48px;
    line-height: 1;
    color: #CF252D;
}
.perform-feature .left-menu .item .item-title {
    font-size: 20px;
    font-weight: bold;
}
.perform-feature .left-menu .item.active{
    background: #CF252D;
}
.perform-feature .left-menu .item.active .iconfont {
    animation: tada;
    animation-duration: 1s;
}
.perform-feature .left-menu .item.active .iconfont, .perform-feature .left-menu .item.active .item-title {
    color: #fff;
}
.perform-feature .right-content {
    flex: 1;
    overflow: hidden;
}
.perform-feature .right-content .content-item {
    display: none;
    background: #fff;
    overflow: hidden;
}
.perform-feature .right-content .content-item.active {
    display: flex;
    flex-direction: column;
}
.perform-feature .right-content .content-img-wrap {
    flex: 1;
    padding: 30px 60px;
}
.perform-feature .right-content .content-img-wrap .content-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.perform-feature .right-content .content-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    height: 170px;
    padding: 15px 30px;
    color: #fff;
    background: #CF252D;
}
.perform-feature .right-content .content-text .content-title {
    margin-bottom: 10px;
    font-size: 20px;
}
.perform-feature .right-content .content-text .content-desc {
    font-size: 16px;
    line-height: 1.4;
}
.perform-feature .right-content .content-text .content-desc span {
    display: block;
}

/**************人大代表网上联络站管理系统**************/
/*banner*/
.online-banner {
    background-image: url('/static/index/img/product/online_liaison/banner.jpg');
}
/*业务流程*/
.online-process {
    position: relative;
    padding-top: 125px;
    overflow: hidden;
}
.online-process .img-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.online-process .img-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 688px;
    height:  688px;
    margin-left: -344px;
    border: 8px dotted rgba(255, 224, 224, 1);
    border-radius: 50%;
    box-sizing: border-box;
}
.online-process .img-wrap:after {
    content: '';
    position: absolute;
    top: 344px;
    left: 50%;
    width: 688px;
    height: 344px;
    margin-left: -344px;
    background: #fff;
    box-sizing: border-box;
}
.online-process .img-wrap .img {
    position: relative;
    z-index: 2;
    width: 441px;
    margin: 0 auto;
}
.online-process .img-wrap-mobile {
    display: none;
}
.online-process .process-list {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
}
.online-process .process-list .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1100px;
}
.online-process .process-list .process-item {
    display: flex;
    gap: 20px;
    align-items: start;
}
.online-process .process-list .process-item .process-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 73px;
    height: 73px;
    color: #fff;
    text-indent: 4px;
    background: #F77841;
    border: 12px solid #FAE8E1;
    border-radius: 50%;
}
.online-process .process-list .process-item .process-icon .iconfont {
    font-size: 24px;
}
.online-process .process-list .process-item h3 {
    font-size: 20px;
    font-weight: bold;
}
.online-process .process-list .process-item p {
    width: 190px;
    font-size: 16px;
    color: #666;
}
.online-process .process-list .row {
    justify-content: center;
    margin: 0 auto;
}
.online-process .process-list .row:nth-child(2) {
    gap: 46%;
    margin-top: 90px;
}
.online-process .process-list .row:nth-child(3) {
    gap: 55%;
    margin-top: 90px;
}
.online-process .process-list .row:first-child .process-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
}
.online-process .process-list .row:first-child .process-item {
    flex-direction: column-reverse;
}
.online-process .process-list .row:nth-last-child(-n+2) .process-item:first-child {
    flex-direction: row-reverse;
}
.online-process .process-list .row:nth-last-child(-n+2) .process-item:first-child h3, .online-process .process-list .row:nth-last-child(-n+2) .process-item:first-child p {
    text-align: right;
}
.online-process .process-list .row:first-child .process-item p {
    text-align: center;
}
.online-process .process-list .row:nth-child(2) .process-item .process-icon {
    background: #FF5730;
}
.online-process .process-list .row:nth-child(3) .process-item .process-icon {
    background: #FD3B3B;
}
/*功能模块*/
.online-wrap .section2 {
    background: #F7F7F7;
}
.online-function {
    display: flex;
    justify-content: center;
    gap: 66px;
}
.online-function .function-img {
    width: 300px;
}
.online-function .function-img .img {
    width: 100%;
}
.online-function .function-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.online-function .function-list .item {
    padding: 3px 15px;
    background: #fff;
    transition: all .5s;
}
.online-function .function-list .item h3 {
    width: 300px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 42px;
    text-align: center;
    background: #E02B3A;
    border-radius: 3px;
}
.online-function .function-list .item li {
    font-size: 16px;
    line-height: 3;
    text-align: center;
}
.online-function .function-list .item:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}
/*产品特点*/
.online-feature {
    display: flex;
    align-items: center;
    gap: 30px;
}
.online-feature .feature-img {
    width: 604px;
}
.online-feature .feature-img .img {
    width: 100%;
}
.online-feature .feature-info p {
    position: relative;
    padding: 30px 0 40px 12px;
    border-bottom: 2px dotted #C4C4C4;
}
.online-feature .feature-info p:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    display: block;
    width: 6px;
    height: 6px;
    background: #D43030;
}

/**************人大双联平台**************/
/*banner*/
.dual-link-banner {
    background-image: url('/static/index/img/product/dual_link/banner.jpg');
}
/*业务模块*/
.dual-link-process {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dual-link-process .img {
    max-width: 100%;
}
/*功能模块*/
.dual-link-wrap .section2 {
    background: #FCFCFC url('/static/index/img/product/dual_link/function-bg.png') no-repeat center bottom;
}
.dual-link-function {
    display: flex;
    justify-content: center;
    gap: 70px;
    margin: 0 40px;
}
.dual-link-function .function-img .img {
    max-width: 100%;
}
.dual-link-function .function-list {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 66px;
    width: 30%;
}
.dual-link-function .function-list .item {
    display: flex;
    gap: 25px;
}
.dual-link-function .function-list .iconfont {
    font-size: 36px;
    color: #D43030;
}
.dual-link-function .function-list .item:hover .icon {
    animation: tada;
    animation-duration: 1s;
}
.dual-link-function .function-list .item:hover h3 {
    color: #CF252D;
}

/**************人大会议签到系统**************/
.sign-in-banner {
    background-image: url('/static/index/img/product/sign_in/banner.jpg');
}
/*业务流程*/
.sign-in-process {
    display: flex;
    gap: 50px;
}
.sign-in-process .process-img {
    flex-shrink: 0;
    width: 45%;
}
.sign-in-process .process-img .img {
    max-width: 100%;
}
.sign-in-process .process-content {
    position: relative;
}
.sign-in-process .process-content:before {
    content: '';
    position: absolute;
    left: 38px;
    top: 20px;
    bottom: 50px;
    width: 2px;
    background: #E1E3E6;
}
.sign-in-process .process-content .item {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 27px;
    height: 125px;
}
.sign-in-process .process-content .icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    background: #C21F2C;
    border-radius: 50%;
}
.sign-in-process .process-content .icon .iconfont {
    font-size: 32px;
    color: #fff;
}
.sign-in-process .process-content h3 {
    font-size: 18px;
    font-weight: bold;
}
.sign-in-process .process-content p {
    font-size: 15px;
    line-height: 1.4;
    color: #666;
}
.sign-in-process .process-content .item:hover h3 {
    color: #CF252D;
}
.sign-in-process .process-content .item:hover .icon {
    animation: tada;
    animation-duration: 1s;
}
/*功能模块*/
.sign-in-wrap .section2 {
    background: #C21F2C;
}
.sign-in-wrap .section2 .section-header h2 {
    color: #fff;
}
.sign-in-wrap .section2 .section-header h2::before, .sign-in-wrap .section2 .section-header h2::after {
    background-image: url('/static/index/img/product/title-bg-white.png');
}
.sign-in-function {
    display: flex;
    justify-content: center;
    gap: 39px;
}
.sign-in-function .item {
    display: flex;
    flex-direction: column;
    flex: 1;
    background: #f5f5f5;
    overflow: hidden;
}
.sign-in-function .item .function-img, .sign-in-function .item .function-img .img {
    width: 100%
}
.sign-in-function .item .function-img .img {
    display: block;
    transition: all .5s;
}
.sign-in-function .item .content-wrap {
    flex: 1;
    margin: -120px 18px 18px;
    filter: drop-shadow(0 0 10px rgba(150, 150, 150, 0.25));
}
.sign-in-function .item .content {
    height: 100%;
    padding: 57px 28px 50px;
    background: #fff;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 50px);
}
.sign-in-function .item .content h3 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #C21F2C;
    text-align: center;
}
.sign-in-function .item .content h3:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 52px;
    height: 3px;
    margin-left: -26px;
    background: #C21F2C;
}
.sign-in-function .item .content p {
    font-size: 15px;
    line-height: 2;
}
.sign-in-function .item:hover .img {
    transform: scale(1.05);
}
/*产品特点*/
.sign-in-feature {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 70px;
    margin-bottom: 65px;
}
.sign-in-feature .item {
    display: flex;
    gap: 36px;
    padding: 40px 38px;
    background: #fff;
    border-left: 4px solid #D43030;
    box-shadow: 0 2px 15px  rgba(0, 0, 0, 0.25);
}
.sign-in-feature .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sign-in-feature .item .icon .iconfont {
    font-size: 70px;
    color: #D43030;
}
.sign-in-feature .item h3 {
    margin-bottom: 20px;
    font-size: 28px;
}
.sign-in-feature .item:hover h3 {
    color: #CF252D;
}
.sign-in-feature .item:hover .icon {
    animation: tada;
    animation-duration: 1s;
}

/**************会议表决系统**************/
.meeting-voting-banner {
    background-image: url('/static/index/img/product/meeting_voting/banner.jpg');
}
.meeting-voting-banner .banner-desc {
    padding: 40px 50px;
}
/*业务流程*/
.meeting-voting-process {
    display: flex;
    align-items: center;
    gap: 50px;
}
.meeting-voting-process .process-img {
    width: 42%;
}
.meeting-voting-process .process-img .img {
    display: block;
    max-width: 100%;
}
.meeting-voting-process .process-content {
    display: flex;
    gap: 38px;
}
.meeting-voting-process .process-content .icon {
    width: 89px;
}
.meeting-voting-process .process-list {
    display: flex;
    flex-direction: column;
}
.meeting-voting-process .process-list .item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.meeting-voting-process .process-list .item h3 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}
.meeting-voting-process .process-list .item p {
    line-height: 1.4;
}
/*产品特点*/
.meeting-voting-wrap .section2 {
    background: #F5F5F5;
}
.meeting-voting-feature {
    display: flex;
    gap: 32px;
}
.meeting-voting-feature .item {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 1;
    padding: 70px 28px 80px;
    background: #fff;
    transition: all .5s;
}
.meeting-voting-feature .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.meeting-voting-feature .item .icon .iconfont {
    font-size: 56px;
    color: #D43030;
}
.meeting-voting-feature .item h3 {
    font-size: 18px;
    text-align: justify;
}
.meeting-voting-feature .item:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.meeting-voting-feature .item:hover .icon {
    animation: tada;
    animation-duration: 1s;
}

/**************电子阅文系统**************/
.electronic-reading-banner {
    background-image: url('/static/index/img/product/electronic_reading/banner.jpg');
}
/*主要功能*/
.electronic-reading-wrap .section1 .section-header {
    margin-bottom: 80px;
}
.electronic-reading-function {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 95px;
}
.electronic-reading-function .function-img {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}
.electronic-reading-function .function-img .img-wrap {
    flex: 1;
}
.electronic-reading-function .function-img .img-wrap:nth-child(1){
    margin-top: 12px;
}
.electronic-reading-function .function-img .img-wrap:nth-child(2){
    margin-top: 47px;
}
.electronic-reading-function .function-img .img-wrap .img {
    max-width: 100%;
}
.electronic-reading-function .function-list {
    display: flex;
    flex-direction: column;
    gap: 90px;
    width: 500px;
}
.electronic-reading-function .function-list .item {
    display: flex;
    gap: 13px;
}
.electronic-reading-function .function-list .item:last-child {
    align-items: center;
}
.electronic-reading-function .function-list .item .num {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #D43030;
}
.electronic-reading-function .function-list .item p {
    font-size: 18px;
}
/*产品特点*/
.electronic-reading-wrap .section2 {
    background: #FFF9F7;
}
.electronic-reading-feature .feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 47px 23%;
}
.electronic-reading-feature .feature-list .item {
    display: flex;
    gap: 20px;
}
.electronic-reading-feature .feature-list .item .num {
    flex-shrink: 0;
    width: 75px;
    height: 75px;
    font-size: 24px;
    font-weight: bold;
    line-height: 75px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    background: #D23641;
}
.electronic-reading-feature .feature-list .item h3 {
    font-size: 16px;
    line-height: 2;
}
.electronic-reading-feature .feature-line {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}
.electronic-reading-feature .feature-line:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 12px;
    border-top: 1px solid #D43030;
    border-bottom: 1px solid #D43030;
}
.electronic-reading-feature .feature-line .iconfont {
    position: relative;
    z-index: 2;
    padding: 0 28px;
    font-size: 32px;
    color: #D43030;
    background: #FFF9F7;
}
.electronic-reading-feature .feature-content {
    display: flex;
    gap: 80px;
}
.electronic-reading-feature .feature-content .content-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 0;
}
.electronic-reading-feature .feature-content .content-list h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #D43030;
}

/**************预算联网监督系统**************/
.budget-banner {
    background-image: url('/static/index/img/product/budget/banner.jpg');
}
/*主要功能*/
.budget-function {
    display: flex;
    gap: 17px;
}
.budget-function .function-list {
    width: 15%;
}
.budget-function .function-list .item {
    height: 44px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 44px;
    background: #F7F7F7;
}
.budget-function .function-list .function-text {
    padding: 0 5px;
    background: #e5e5e5;
}
.budget-function .function-list .function-text .text {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.budget-function .function-list .function-title {
    margin-bottom: 9px;
    color: #fff;
    text-align: center;
    background: #D43030;
}
/*产品特点*/
.budget-wrap .section2 {
    background: url('/static/index/img/product/budget/feature-bg.jpg') no-repeat center top;
}
.budget-feature {
    display: flex;
    flex-direction: column;
    gap: 29px;
}
.budget-feature .feature-row {
    display: flex;
    gap: 50px;
}
.budget-feature .feature-row .title {
    flex-shrink: 0;
    width: 160px;
    height: 64px;
    font-size: 20px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, rgba(214, 41, 35, 1) 0%, rgba(161, 40, 45, 1) 100%);
    border-radius: 11px;
}
.budget-feature .feature-row .feature-content {
    flex: 1;
    position: relative;
    padding: 0 77px 18px;
}
.budget-feature .feature-row .feature-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 0 50px;
}
.budget-feature .feature-row .feature-bg span {
    display: block;
    width: 100%;
    height: 57px;
    background: linear-gradient(0, rgba(227, 195, 157, 1) 0%, rgba(230, 212, 188, 0) 100%);
    transform: skewX(-60deg);
}
.budget-feature .feature-row .feature-tag {
    position: relative;
    z-index: 2;
    display: flex;
}
.budget-feature .feature-row .feature-tag .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 64px;
    font-size: 16px;
    line-height: 1.4;
    color: #D62923;
    text-align: center;
    border: 2px solid #D62923;
    border-radius: 6px;
}
.budget-feature .feature-row:nth-child(-n+2) .feature-tag {
    gap: 36px;
}
.budget-feature .feature-row:nth-child(3) .feature-tag {
    gap: 14px;
}
.budget-feature .feature-row:nth-child(4) .feature-tag {
    gap: 25px;
}


/**************人大代表履职考评管理系统**************/
.evaluate-banner {
    background-image: url('/static/index/img/product/evaluate/banner.jpg');
}
/*主要功能*/
.evaluate-function .function-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    margin-bottom: 60px;
}
.evaluate-function .function-img .img {
    max-width: 100%;
}
.evaluate-function .function-list-wrap {
    position: relative;
}
.evaluate-function .function-list-wrap .function-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
    color: #fff;
    background: #CF252D;
    border: 34px solid #FCEEEF;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.evaluate-function .function-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 24%;
}
.evaluate-function .function-list .item {
    font-size: 18px;
    line-height: 2;
    background: #fff;
    box-shadow: 0 2px 15px rgba(102, 102, 102, 0.25);
}
.evaluate-function .function-list .item h3 {
    padding: 0 27px;
    font-size: 24px;
    font-weight: bold;
    line-height: 58px;
    border-bottom: 1px solid #CF252D;
}
.evaluate-function .function-list .item ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 27px;
}
.evaluate-function .function-list .item li {
    font-size: 18px;
    color: #666;
}
.evaluate-function .function-list .item li::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    background: #CF252D;
    transform: rotate(45deg) translateY(-3px);
}
/*核心作用*/
.evaluate-wrap .section2 {
    background: url('/static/index/img/product/evaluate/feature-bg.jpg') no-repeat center top;
}
.evaluate-wrap .section2 .section-header h2 {
    color: #fff;
}
.evaluate-wrap .section2 .section-header h2::before, .evaluate-wrap .section2 .section-header h2::after {
    background-image: url('/static/index/img/product/title-bg-white.png');
}
.evaluate-feature {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.evaluate-feature .item {
    background: #FFF5F5;
}
.evaluate-feature .item .num {
    height: 140px;
    padding: 18px 25px;
    font-size: 40px;
    font-weight: bold;
    color: rgba(255,255,255,.2);
    background: #CF252D;
}
.evaluate-feature .item .content {
    position: relative;
    padding: 90px 25px;
}
.evaluate-feature .item .content .icon-wrap {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    margin: 0 auto 15px;
    background: #fff;
    box-shadow: 0 9px 28px  rgba(247, 173, 176, 1);
    border-radius: 50%;
}
.evaluate-feature .item .content .icon-wrap .icon {
    width: 45px;
    height: 45px;
    background-image: url('/static/index/img/product/evaluate/feature-icon.png');
    background-repeat: no-repeat;
    background-size: 500% 100%;
}
.evaluate-feature .item:nth-child(1) .content .icon-wrap .icon {
    background-position: 0 0;
}
.evaluate-feature .item:nth-child(2) .content .icon-wrap .icon {
    background-position: 25% 0;
}
.evaluate-feature .item:nth-child(3) .content .icon-wrap .icon {
    background-position: 50% 0;
}
.evaluate-feature .item:nth-child(4) .content .icon-wrap .icon {
    background-position: 75% 0;
}
.evaluate-feature .item .content h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.evaluate-feature .item .content p {
    color: #666;
}
.evaluate-feature .item:hover .icon {
    animation: tada;
    animation-duration: 1s;
}
.evaluate-feature .item:hover h3 {
    color: #CF252D;
}
/*AI智能辅助*/
.ai-banner {
    background-image: url('/static/index/img/product/ai/banner.jpg');
}
.ai-wrap .section2, .ai-wrap .section4, .ai-wrap .section6 {
    background: #F8F8F9;
}
.ai-wrap .section h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.ai-wrap .section h4 {
    font-size: 16px;
    font-weight: bold;
}
.ai-wrap .section p {
    margin-top: 15px;
    font-size: 16px;
    color: #666;
}
.ai-wrap .section .img-wrap {
    flex-shrink: 0;
}
.ai-wrap .section .img {
    max-width: 100%;
}
/*代表建议办理智能化升级*/
.ai-suggests {
    display: flex;
    align-items: center;
    gap: 60px;
}
.ai-suggests .suggests-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ai-suggests .img-wrap {
    width: 53.5%;
}
/*代表履职管理动态化*/
.ai-perform {
    display: flex;
    align-items: center;
    gap: 105px;
}
.ai-perform .img-wrap {
    width: 50%;
}
.ai-perform .perform-list {
     display: flex;
     flex-direction: column;
     gap: 40px;
 }
/* 代表联络站  ▪  智慧民意枢纽 */
.ai-online {
    display: flex;
    align-items: center;
    gap: 65px;
}
.ai-online .img-wrap {
    width: 57%;
}
.ai-online2 {
    gap: 86px;
}
.ai-online .online-content h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.ai-online .online-content p {
    font-size: 14px;
}
.ai-online2 .online-content:nth-child(1) {
    flex: 1;
}
.ai-online2 .online-content:nth-child(2){
    flex-shrink: 0;
    width: 57%;
}
/*智能电子阅文*/
.ai-electronic-reading {
    display: flex;
    align-items: center;
    gap: 30px;
}
.ai-electronic-reading .img-wrap {
    width: 56%;
}
.ai-electronic-reading .content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.ai-electronic-reading .content h3 {
    font-size: 18px;
}
.ai-electronic-reading .content h4, .ai-electronic-reading .content p {
    margin-top: 10px;
    font-size: 14px;
}
/*预算联网监督深化*/
.ai-wrap .section5 .section-header {
    margin-bottom: 40px;
}
.ai-wrap .section5 .ai-budget-desc {
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.ai-budget {
    display: flex;
    gap: 70px;
}
.ai-budget .content {
    display: flex;
    flex-direction: column;
    padding-top: 25px;
}
.ai-budget .content .item {
    flex: 1;
}
.ai-budget .content .item p {
    margin-top: 10px;
}
.ai-budget .img-wrap {
    width: 68.2%;
}
/*履职考评科学化&知识问答*/
.ai-wrap .section .content-wrap {
    display: flex;
    gap: 55px;
}
.ai-wrap .section6 .content-wrap .img-wrap {
    width: 52%;
}
.ai-wrap .section7 .content-wrap .img-wrap {
    width: 54%;
}
.ai-wrap .section .content-wrap .content {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.ai-wrap .section .content-wrap .content .item p {
    margin-top: 10px;
}
@media (max-width: 1440px) {
    /*tab 固定顶部*/
    .product-tabs.sticky .tabs .tab {
        font-size: 20px;
    }
}
@media (max-width: 1280px) {
    /**************代表建议办理**************/
    .suggests-wrap .features-icon {
        gap: 100px;
    }
    .suggests-wrap .features-icon h3 {
        font-size: 17px;
    }
    .suggests-wrap .features-content .img {
        width: 45%;
    }
    .suggests-wrap .features-list .icon {
        width: 70px;
    }
    .suggests-wrap .features-list .icon .iconfont {
        font-size: 20px;
    }
    .suggests-wrap .features-list p {
        padding: 10px 20px 0 10px;
        font-size: 14px;
    }

    /**************代表履职管理系统**************/
    /*功能亮点*/
    .perform-feature .left-menu .item {
        padding: 40px 18px;
    }
    .perform-feature .left-menu .item .iconfont {
        font-size: 44px;
    }
    .perform-feature .left-menu .item .item-title {
        font-size: 16px;
    }
    .perform-feature .right-content .content-img-wrap {
        padding: 25px 50px;
    }
    .perform-feature .right-content .content-text .content-title {
        font-size: 18px;
    }
    .perform-feature .right-content .content-text .content-desc {
        font-size: 15px;
    }

    /**************人大代表网上联络站管理系统**************/
    /*业务流程*/
    .online-process {
        padding-top: 125px;
    }
    .online-process .img-wrap:before {
        width: 600px;
        height:  600px;
        margin-left: -300px;
    }
    .online-process .img-wrap:after {
        top: 300px;
        width: 600px;
        height: 300px;
        margin-left: -300px;
    }
    .online-process .img-wrap .img {
        width: 380px;
    }
    .online-process .process-list .row {
        width: 990px;
    }
    .online-process .process-list .process-item {
        gap: 16px;
    }
    .online-process .process-list .row:nth-child(2) {
        gap: 45%;
        margin-top: 60px;
    }
    .online-process .process-list .row:nth-child(3) {
        gap: 53%;
        margin-top: 60px;
    }

    /**************人大双联平台**************/
    /*业务模块*/
    .dual-link-process .img {
        max-width: 50%;
    }
    /*功能模块*/
    .dual-link-function {
        margin: 0;
    }
    .dual-link-function .function-list {
        gap: 40px;
    }

    /**************人大会议签到系统**************/
    .sign-in-banner {
        background-image: url('/static/index/img/product/sign_in/banner.jpg');
    }
    /*业务流程*/
    .sign-in-process {
        gap: 40px;
    }
    .sign-in-process .process-content .item {
        gap: 25px;
        height: 105px;
    }
    .sign-in-process .process-content .icon {
        width: 68px;
        height: 68px;
    }
    .sign-in-process .process-content .icon .iconfont {
        font-size: 28px;
    }
    .sign-in-process .process-content h3 {
        font-size: 16px;
    }
    .sign-in-process .process-content p {
        font-size: 14px;
    }
    /*功能模块*/
    .sign-in-function {
        gap: 25px;
    }
    .sign-in-function .item .content-wrap {
        margin: -110px 15px 15px;
    }
    .sign-in-function .item .content {
        padding: 45px 15px 25px;
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 40px);
    }
    .sign-in-function .item .content h3 {
        padding-bottom: 16px;
        margin-bottom: 16px;
        font-size: 18px;
    }
    .sign-in-function .item .content h3:after {
        width: 48px;
        margin-left: -24px;
    }
    .sign-in-function .item .content p {
        font-size: 15px;
        line-height: 1.6;
    }
    /*产品特点*/
    .sign-in-feature {
        gap: 20px 40px;
        margin-bottom: 50px;
    }
    .sign-in-feature .item {
        gap: 30px;
        padding: 30px;
    }
    .sign-in-feature .item .icon .iconfont {
        font-size: 56px;
    }
    .sign-in-feature .item h3 {
        margin-bottom: 16px;
        font-size: 24px;
    }

    /**************会议表决系统**************/
    /*业务流程*/
    .meeting-voting-process {
        gap: 40px;
    }
    .meeting-voting-process .process-content {
        gap: 8px;
    }
    .meeting-voting-process .process-content .icon {
        width: 70px;
    }
    .meeting-voting-process .process-list .item h3 {
        font-size: 16px;
    }
    .meeting-voting-process .process-list .item p {
        font-size: 14px;
    }
    /*产品特点*/
    .meeting-voting-feature {
        gap: 26px;
    }
    .meeting-voting-feature .item {
        gap: 25px;
        padding: 50px 18px 60px;
    }
    .meeting-voting-feature .item .icon .iconfont {
        font-size: 50px;
    }
    .meeting-voting-feature .item h3 {
        font-size: 16px;
    }

    /**************电子阅文系统**************/
    /*主要功能*/
    .electronic-reading-wrap .section1 .section-header {
        margin-bottom: 70px;
    }
    .electronic-reading-function {
        gap: 85px;
    }
    .electronic-reading-function .function-img {
        width: 48%;
    }
    .electronic-reading-function .function-list {
        gap: 70px;
    }
    /*产品特点*/
    .electronic-reading-feature .feature-list {
        gap: 47px 14%;
    }

    /**************预算联网监督系统**************/
    /*主要功能*/
    .budget-function {
        gap: 12px;
    }
    .budget-function .function-list .item {
        margin-bottom: 10px;
    }
    .budget-function .function-list .function-text .text {
        font-size: 12px;
    }
    .budget-function .function-list .function-title {
        margin-bottom: 9px;
        font-size: 15px;
    }
    /*产品特点*/
    .budget-feature .feature-row {
        gap: 30px;
    }
    .budget-feature .feature-row .title {
        width: 130px;
        font-size: 18px;
    }
    .budget-feature .feature-row .feature-content {
        padding: 0 60px 18px;
    }
    .budget-feature .feature-row .feature-bg {
        padding: 0 50px;
    }
    .budget-feature .feature-row .feature-tag .tag {
        font-size: 15px;
    }
    .budget-feature .feature-row:nth-child(-n+2) .feature-tag {
        gap: 30px;
    }
    .budget-feature .feature-row:nth-child(3) .feature-tag {
        gap: 10px;
    }
    .budget-feature .feature-row:nth-child(4) .feature-tag {
        gap: 20px;
    }

    /**************人大代表履职考评管理系统**************/
    /*主要功能*/
    .evaluate-function .function-list-wrap .function-icon {
        width: 200px;
        height: 200px;
        font-size: 30px;
        border: 30px solid #FCEEEF;
    }
    .evaluate-function .function-list {
        gap: 40px 25%;
    }
    .evaluate-function .function-list .item h3 {
        padding: 0 20px;
        font-size: 20px;
        line-height: 52px;
    }
    .evaluate-function .function-list .item ul {
        gap: 8px;
        padding: 15px 20px;
    }
    .evaluate-function .function-list .item li {
        font-size: 16px;
    }
    /*核心作用*/
    .evaluate-feature {
        gap: 18px;
    }
    .evaluate-feature .item .num {
        height: 130px;
        padding: 15px 20px;
    }
    .evaluate-feature .item .content {
        padding: 75px 20px 50px;
    }
    .evaluate-feature .item .content h3 {
        margin-bottom: 12px;
        font-size: 18px;
    }

    /*AI智能辅助*/
    .ai-wrap .section h3 {
        font-size: 18px;
    }
    .ai-wrap .section h4 {
        font-size: 15px;
    }
    .ai-wrap .section p {
        font-size: 14px;
    }
    /*代表建议办理智能化升级*/
    .ai-suggests {
        gap: 40px;
    }
    .ai-suggests .suggests-list {
        gap: 15px;
    }
    /*代表履职管理动态化*/
    .ai-perform {
        gap: 60px;
    }
    /*智能电子阅文*/
    .ai-electronic-reading .img-wrap {
        width: 45%;
    }
    .ai-electronic-reading .content h3 {
        font-size: 16px;
    }
    /*履职考评科学化&知识问答*/
    .ai-wrap .section .content-wrap {
        gap: 35px;
    }
    .ai-wrap .section .content-wrap .content .item h3 {
        font-size: 17px;
    }
}
/* 小屏幕（手机横屏/小平板） */
@media (max-width: 991px) {
    /*banner*/
    .product-banner {
        height: auto;
        background-size: 100% auto;
    }
    .product-banner .banner-title {
        height: 36vw;
        padding: 17vw 0 0;
        font-size: 24px;
    }
    .product-banner .banner-desc {
        padding: 20px 15px;
        margin: 0;
        font-size: 15px;
    }
    /*tabs*/
    .product-tabs {
        margin-top: 0;
        background: #fff;
        box-shadow: 0 1px 6px  rgba(143, 143, 143, 0.25);
    }
    .product-tabs .main-container {
        padding: 0;
    }
    .product-tabs .tabs {
        height: 60px;
        padding: 0;
        margin: 0;
        border-radius: 0;
        box-shadow: none
    }
    .product-tabs .tabs .tab {
        font-size: 16px;
        line-height: 60px;
        color: #333;
    }
    .product-tabs .tabs .tab .iconfont {
        display: none;
    }
    /*tab 固定顶部*/
    .product-tabs.sticky {
        position: sticky;
        z-index: 1002;
    }
    .product-tabs.sticky .product-name {
        display: none
    }
    .product-tabs.sticky .main-container {
        margin: 0;
    }
    .product-tabs.sticky .tabs {
        height: 60px;
    }
    .product-tabs.sticky .tabs .tab {
        flex: 1;
        padding: 0;
        font-size: 16px;
        line-height: 60px;
    }
    .product-tabs.sticky .tabs .tab:before {
        top: 22px;
        bottom: 22px;
    }
    .backend-img {
        gap: 20px;
        padding: 0 0 50px;
    }
    .section-header {
        margin-bottom: 25px;
    }
    .section .section-header h2 {
        padding: 0 15px;
    }
    .section .section-header h2 .iconfont {
        font-size: 18px;
    }
    .section .section-header h2::before, .section .section-header h2::after {
        transform: translateY(-6px);
        width: 111px;
        height: 12px;
    }
    .section .section-header h2::before {
        left: -110px;
    }
    .section .section-header h2::after {
        right: -110px;
    }
    /**************代表建议办理**************/
    .suggests-banner {
        background-image: url('/static/index/img/product/suggests/banner-mobile.jpg');
    }
    /*业务流程*/
    .suggests-process {
        gap: 14px 13px;
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas:  "a b c"
        "d e f"
        "g h i";
    }
    .suggests-process .item {
        display: flex;
        flex-direction: column;
        padding: 8px 5px 10px;
    }
    .suggests-process .item:nth-child(1) { grid-area: a; }
    .suggests-process .item:nth-child(2) { grid-area: b; }
    .suggests-process .item:nth-child(3) { grid-area: c; }
    .suggests-process .item:nth-child(4) { grid-area: f; z-index: 4; }
    .suggests-process .item:nth-child(5) { grid-area: e; z-index: 3; }
    .suggests-process .item:nth-child(6) { grid-area: d; }
    .suggests-process .item:nth-child(7) { grid-area: g; }
    .suggests-process .item:nth-child(8) { grid-area: h; }
    .suggests-process .item h3 {
        margin-bottom: 7px;
        font-size: 15px;
        text-indent: .5em;
        font-weight: normal;
    }
    .suggests-process .item p {
        flex: 1;
        height: auto;
        padding: 8px;
        font-size: 13px;
    }
    .suggests-process .item .icon-arrow {
        width: 33px;
        height: 9px;
    }
    .suggests-process .item .arrow-right {
        top: 15px;
        right: -12px;
    }
    .suggests-process .item .arrow-down {
        right: 10px;
        bottom: -12px;
        width: 9px;
        height: 33px;
    }
    .suggests-process .item .arrow-left {
        top: 20px;
        left: -23px;
    }
    .suggests-process .item:nth-child(4) .arrow-left, .suggests-process .item:nth-child(5) .arrow-left {
        top: 15px;
        left: -25px;
    }
    .suggests-process .item:nth-child(6) .arrow-down {
        left: 10px;
    }
    /*功能模块*/
    .suggests-function {
        margin: 0;
    }
    .suggests-function .item {
        display: flex;
        align-items: stretch;
        margin-bottom: 0;
        background: #f7f7f7;
        border: none;
    }
    .suggests-function .item h3 {
        display: flex;
        align-items: center;
        justify-content: center;
        height: unset;
        width: 33%;
        margin-right: 0;
        font-size: 16px;
        text-align: center;
        background: #CF252D;
    }
    .suggests-function .item p {
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
    }
    /*功能亮点*/
    .suggests-wrap .section3 {
        padding: 30px 0 0
    }
    .suggests-wrap .features-icon {
        justify-content: space-between;
        gap: 0;
    }
    .suggests-wrap .features-icon .icon {
        width: 60px;
        height: 60px;
    }
    .suggests-wrap .features-icon h3 {
        font-size: 16px;
    }
    .suggests-wrap .features-content {
        flex-direction: column;
        gap: 30px;
        padding: 20px 0 0;
        margin: 0 0 30px;
    }
    .suggests-wrap .features-content .img {
        width: 100%;
    }
    .suggests-wrap .features-list {
        gap: 20px;
    }
    .suggests-wrap .features-list .item {
        box-shadow: 0 2px 15px  rgba(150, 150, 150, 0.25);
    }
    .suggests-wrap .features-list .icon {
        width: 86px;
    }
    .suggests-wrap .features-list p {
        padding: 15px;
    }
    .suggests-wrap .reminder-container {
        padding: 50px 0;
    }
    .suggests-wrap .reminder-container:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 0;
        margin-left: -20px;
        border-top: 20px solid #f7f7f7;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
    }
    .suggests-wrap .reminder-container .section-header h2 {
        font-size: 18px;
    }
    .suggests-wrap .reminder-content {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 0;
        min-height: 100vw;
        padding: 5vw 0 5vw 53vw;
    }
    .suggests-wrap .reminder-content .img {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 53%;
    }
    .suggests-wrap .reminder-content .reminder-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 18px;
        padding-left: 6.5%;
    }
    .suggests-wrap .reminder-content .reminder-list.left {
        margin-bottom: 18px;
    }
    .suggests-wrap .reminder-content .reminder-list .item {
        gap: 10px;
        width: 100%;
        height: auto;
        padding-left: 0 !important;
        font-size: 15px;
        background: none !important;
    }
    .suggests-wrap .reminder-content .reminder-list .item i {
        width: 8px;
        height: 8px;
    }

    /**************代表建议办理**************/
    /*banner*/
    .perform-banner {
        background-image: url('/static/index/img/product/perform_duties/banner-mobile.jpg');
    }
    /*功能模块*/
    .perform-function {
        grid-template-columns: repeat(1, 1fr);
        gap: 14px;
    }
    .perform-function .item {
        gap: 22px;
        height: auto;
        padding: 15px 30px 15px 20px;
    }
    .perform-function .item:nth-last-child(-n+3) {
        align-items: center;
    }
    .perform-function .item .icon {
        width: 36px;
        height: 36px;
    }
    .perform-function .item h3 {
        margin-bottom: 5px;
        font-size: 16px;
    }
    .perform-function .item p {
        font-size: 14px;
    }
    /*功能亮点*/
    .perform-wrap .section2 {
        background: url('/static/index/img/product/perform_duties/section2-bg-mobile.jpg');
        background-size: cover;
    }
    .perform-wrap .section2 .main-container {
        padding: 0;
    }
    .perform-feature {
        flex-direction: column;
    }
    .perform-feature .left-menu {
        flex-shrink: 0;
        width: 100%;
        background: #CF252D;
        overflow-x: auto;
    }
    .perform-feature .left-menu .menu-list {
        display: inline-flex;
        min-width: 100%;
    }
    .perform-feature .left-menu .item {
        position: relative;
        height: 48px;
        padding: 0 10px;
        white-space: nowrap;
        line-height: 48px;
        border: none !important;
    }
    .perform-feature .left-menu .item .iconfont {
        display: none;
    }
    .perform-feature .left-menu .item .item-title {
        font-size: 16px;
        font-weight: normal;
        color: #fff;
    }
    .perform-feature .left-menu .item.active {
        background: none;
    }
    .perform-feature .left-menu .item.active .item-title {
        font-weight: bold;
    }
    .perform-feature .left-menu .item.active:after {
        content: '';
        display: block;
        position: absolute;
        left: 23px;
        right: 23px;
        bottom: 0;
        height: 3px;
        background: #fff;
    }
    .perform-feature .right-content {
        padding: 0 20px;
    }
    .perform-feature .right-content .content-item {
        display: none;
        background: transparent;
    }
    .perform-feature .right-content .content-item.active {
        display: flex;
        flex-direction: column;
    }
    .perform-feature .right-content .content-img-wrap {
        flex: 1;
        padding: 0;
    }
    .perform-feature .right-content .content-img-wrap .content-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .perform-feature .right-content .content-text {
        flex-shrink: 0;
        height: 61%;
        padding: 15px;
    }
    .perform-feature .right-content .content-item:not(:first-child) .content-text {
        justify-content: start;
        padding-top: 40px;
    }
    .perform-feature .right-content .content-text .content-title {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .perform-feature .right-content .content-text .content-desc {
        font-size: 14px;
        line-height: 1.4;
    }

    /**************人大代表网上联络站管理系统**************/
    /*banner*/
    .online-banner {
        background-image: url('/static/index/img/product/online_liaison/banner-mobile.jpg');
    }
    /*业务流程*/
    .online-process {
        padding-top: 0;
    }
    .online-process .img-wrap, .online-process .process-list {
        display: none;
    }
    .online-process .img-wrap-mobile {
        display: block;
    }
    .online-process .img-wrap-mobile .img {
        width: 100%;
    }
    /*功能模块*/
    .online-function {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }
    .online-function .function-img {
        width: 42%;
    }
    .online-function .function-list {
        gap: 22px 11px;
        width: 100%;
    }
    .online-function .function-list .item {
        padding: 3px 15px;
        background: #fff;
    }
    .online-function .function-list .item h3 {
        width: 100%;
        font-size: 17px;
    }
    /*产品特点*/
    .online-wrap .section3 .section-header, .online-wrap .section3 .section-header h2 {
        margin-bottom: 0;
    }
    .online-feature .feature-img {
        display: none;
    }
    .online-feature .feature-info p {
        padding: 30px 0 30px 12px;
    }

    /**************人大双联平台**************/
    /*banner*/
    .dual-link-banner {
        background-image: url('/static/index/img/product/dual_link/banner-mobile.jpg');
    }
    /*业务模块*/
    .dual-link-process {
        margin: 0 25px;
    }
    .dual-link-process .img {
        max-width: 100%;
        width: 100%;
    }
    /*功能模块*/
    .dual-link-wrap .section2 {
        background: #FCFCFC url('/static/index/img/product/dual_link/function-bg-mobile.png') no-repeat center bottom;
    }
    .dual-link-function {
        flex-direction: column;
        justify-content: center;
        gap: 40px;
        margin: 0;
    }
    .dual-link-function .function-img .img {
        max-width: 100%;
    }
    .dual-link-function .function-list {
        display: flex;
        flex-direction: column;
        gap: 40px;
        width: 100%;
    }

    /**************人大会议签到系统**************/
    .sign-in-banner {
        background-image: url('/static/index/img/product/sign_in/banner-mobile.jpg');
    }
    /*业务流程*/
    .sign-in-wrap .section1 .section-header, .sign-in-wrap .section1 .section-header h2 {
        margin-bottom: 0;
    }
    .sign-in-process {
        flex-direction: column;
        gap: 25px;
    }
    .sign-in-process .process-img {
        width: 100%;
        padding: 0 10px;
    }
    .sign-in-process .process-img .img {
        max-width: 100%;
    }
    .sign-in-process .process-content .item {
        align-items: center;
        gap: 20px;
        height: auto;
        margin-bottom: 25px;
    }
    .sign-in-process .process-content .item:last-child {
        margin-bottom: 0;
    }
    .sign-in-process .process-content .icon {
        width: 78px;
        height: 78px;
    }
    .sign-in-process .process-content .icon .iconfont {
        font-size: 32px;
        color: #fff;
    }
    .sign-in-process .process-content h3 {
        margin-bottom: 6px;
        font-size: 16px;
    }
    .sign-in-process .process-content p {
        font-size: 15px;
        line-height: 1.4;
    }
    /*功能模块*/
    .sign-in-function {
        flex-direction: column;
        gap: 20px;
    }
    .sign-in-function .item .content h3 {
        padding-bottom: 12px;
        margin-bottom: 18px;
        font-size: 16px;
    }
    /*产品特点*/
    .sign-in-feature {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 30px;
    }
    .sign-in-feature .item {
        flex: 1;
        display: flex;
        gap: 20px;
        min-height: 0;
        padding: 20px 25px;
    }
    .sign-in-feature .item .icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sign-in-feature .item .icon .iconfont {
        font-size: 60px;
    }
    .sign-in-feature .item h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    /**************会议表决系统**************/
    .meeting-voting-banner {
        background-image: url('/static/index/img/product/meeting_voting/banner-mobile.jpg');
    }
    .meeting-voting-banner .banner-desc {
        padding: 25px 15px;
    }
    /*业务流程*/
    .meeting-voting-process {
        gap: 0;
    }
    .meeting-voting-process .process-img {
        display: none;
    }
    .meeting-voting-process .process-content {
        gap: 8px;
    }
    .meeting-voting-process .process-content .icon {
        width: 89px;
    }
    .meeting-voting-process .process-list .item h3 {
        margin-bottom: 5px;
        font-size: 17px;
    }
    .meeting-voting-process .process-list .item p {
        line-height: 1.4;
    }
    /*产品特点*/
    .meeting-voting-feature {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .meeting-voting-feature .item {
        gap: 15px;
        padding: 38px 18px 30px;
    }
    .meeting-voting-feature .item .icon .iconfont {
        font-size: 40px;
    }
    .meeting-voting-feature .item h3 {
        font-size: 15px;
        text-align: center;
    }


    /**************电子阅文系统**************/
    .electronic-reading-banner {
        background-image: url('/static/index/img/product/electronic_reading/banner-mobile.jpg');
    }
    /*主要功能*/
    .electronic-reading-wrap .section1 .section-header {
        margin-bottom: 35px;
    }
    .electronic-reading-function {
        display: block;
    }
    .electronic-reading-function .function-img {
        display: none;
    }
    .electronic-reading-function .function-list {
        gap: 36px;
        width: 100%;
        padding-bottom: 20px;
    }
    .electronic-reading-function .function-list .item .num {
        width: 32px;
        height: 32px;
        font-size: 18px;
        line-height: 32px;
    }
    .electronic-reading-function .function-list .item p {
        font-size: 16px;
    }
    /*产品特点*/
    .electronic-reading-feature .feature-list {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
    .electronic-reading-feature .feature-list .item {
        gap: 16px;
    }
    .electronic-reading-feature .feature-list .item h3 {
        line-height: 1.6;
    }
    .electronic-reading-feature .feature-content {
        flex-direction: column;
        gap: 25px;
    }
    .electronic-reading-feature .feature-content .content-list {
        padding: 0;
        gap: 30px;
    }
    .electronic-reading-feature .feature-content .content-list h3 {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .electronic-reading-feature .feature-content .content-img .img {
        max-width: 100%;
    }

    /**************预算联网监督系统**************/
    .budget-banner {
        background-image: url('/static/index/img/product/budget/banner-mobile.jpg');
    }
    /*主要功能*/
    .budget-function {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 11px 20px;
    }
    .budget-function .function-list {
        width: 100%;
    }
    .budget-function .function-list .item {
        display: none;
    }
    .budget-function .function-list .function-title {
        display: block;
        margin-bottom: 0;
    }
    /*产品特点*/
    .budget-wrap .section2 {
        background: none;
    }
    .budget-feature {
        gap: 20px;
    }
    .budget-feature .feature-row {
        flex-direction: column;
        gap: 12px;
    }
    .budget-feature .feature-row .title {
        width: 100%;
        height: 46px;
        font-size: 17px;
        line-height: 46px;
        border-radius: 6px;
    }
    .budget-feature .feature-row .feature-content {
        flex: 1;
        position: relative;
        padding: 0;
    }
    .budget-feature .feature-row .feature-bg {
        display: none;
    }
    .budget-feature .feature-row .feature-tag {
        position: relative;
        z-index: 2;
        display: flex;
    }
    .budget-feature .feature-row .feature-tag .tag {
        font-size: 14px;
    }
    .budget-feature .feature-row:nth-child(-n+2) .feature-tag {
        gap: 11px;
    }
    .budget-feature .feature-row:nth-child(3) .feature-tag {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 12px;
    }
    .budget-feature .feature-row:nth-child(3) .feature-tag .row1 {
        grid-column: span 3;
    }
    .budget-feature .feature-row:nth-child(3) .feature-tag .row2 {
        grid-column: span 4;
    }
    .budget-feature .feature-row:nth-child(4) .feature-tag {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    /**************人大代表履职考评管理系统**************/
    .evaluate-banner {
        background-image: url('/static/index/img/product/evaluate/banner-mobile.jpg');
    }
    /*主要功能*/
    .evaluate-function .function-img {
        margin-bottom: 25px;
    }
    .evaluate-function .function-list-wrap .function-icon {
        display: none;
    }
    .evaluate-function .function-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
    .evaluate-function .function-list .item {
        font-size: 18px;
        line-height: 2;
        background: #fff;
        box-shadow: 0 2px 15px rgba(102, 102, 102, 0.25);
    }
    .evaluate-function .function-list .item h3 {
        padding: 0 15px;
        font-size: 17px;
        line-height: 58px;
    }
    .evaluate-function .function-list .item ul {
        padding: 20px 15px;
    }
    .evaluate-function .function-list .item li {
        font-size: 16px;
        line-height: 1.6;
    }
    /*核心作用*/
    .evaluate-feature {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .evaluate-feature .item .num {
        height: 70px;
        padding: 8px 14px;
        font-size: 22px;
    }
    .evaluate-feature .item .content {
        padding: 55px 14px 40px;
    }
    .evaluate-feature .item .content .icon-wrap {
        top: -30px;
        width: 60px;
        height: 60px;
        margin: 0 auto 15px;
        box-shadow: 0 6px 18px  rgba(247, 173, 176, 1);
    }
    .evaluate-feature .item .content .icon-wrap .icon {
        width: 30px;
        height: 30px;
    }
    .evaluate-feature .item .content h3 {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .evaluate-feature .item .content p {
        font-size: 14px;
    }

    /*AI智能辅助*/
    .ai-banner {
        padding-bottom: 0;
        background-image: url('/static/index/img/product/ai/banner-mobile.jpg');
    }
    .ai-wrap .section h3 {
        margin-bottom: 8px;
        font-size: 16px;
    }
    .ai-wrap .section h4 {
        font-size: 16px;
        font-weight: bold;
    }
    .ai-wrap .section p {
        margin-top: 10px;
        font-size: 16px;
        color: #666;
    }
    .ai-wrap .section .img-wrap {
        width: 100%;
    }
    /*代表建议办理智能化升级*/
    .ai-suggests {
        flex-direction: column;
        gap: 20px;
    }
    .ai-suggests .suggests-list {
        order: 2;
    }
    /*代表履职管理动态化*/
    .ai-perform {
        flex-direction: column;
        gap: 30px;
    }
    /* 代表联络站  ▪  智慧民意枢纽 */
    .ai-online {
        flex-direction: column;
        gap: 30px;
    }
    .ai-online1 .img-wrap {
        order: 1;
    }
    .ai-online1 .online-content {
        order: 2;
    }
    .ai-online2 {
        gap: 0px;
    }
    .ai-online .online-content h4 {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: bold;
    }
    .ai-online .online-content p {
        font-size: 14px;
    }
    .ai-online2 .online-content:nth-child(1),
    .ai-online2 .online-content:nth-child(2){
        width: 100%;
        margin-top: 20px;
    }
    /*智能电子阅文*/
    .ai-electronic-reading {
        flex-direction: column;
        gap: 20px;
    }
    .ai-electronic-reading .img-wrap {
        width: 56%;
    }
    .ai-electronic-reading .content {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .ai-electronic-reading .content h3 {
        font-size: 18px;
    }
    .ai-electronic-reading .content h4, .ai-electronic-reading .content p {
        margin-top: 10px;
        font-size: 14px;
    }
    /*预算联网监督深化*/
    .ai-wrap .section5 .section-header {
        margin-bottom: 25px;
    }
    .ai-wrap .section5 .ai-budget-desc {
        margin-bottom: 25px;
        font-size: 16px;
    }
    .ai-budget {
        flex-direction: column;
    }
    .ai-budget .content {
        display: flex;
        flex-direction: column;
        padding-top: 0px;
        gap: 15px;
    }
    .ai-budget .img-wrap {
        display: none;
    }
    /*履职考评科学化&知识问答*/
    .ai-wrap .section .content-wrap {
        flex-direction: column;
        gap: 20px;
    }
    .ai-wrap .section6 .content-wrap .img-wrap, .ai-wrap .section7 .content-wrap .img-wrap {
        order: -1;
        width: 100%;
    }
    .ai-wrap .section .content-wrap .content {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .ai-wrap .section .content-wrap .content .item p {
        margin-top: 10px;
    }
}