*{
    margin: 0;
    padding: 0;
}
body,html{
    width: 100%;
    font-size: 16px;
    color: #232323;
}
ol,ul,li,dl,dt,dd{
    list-style: none;
}
a{
    text-decoration: none;
}
.result-list{
    display: none;
}
.result-list .unit{
    padding: 32px 0;
    border-bottom: 1px dashed #e0e0e0;
}
.result-list .flex-box{
    display: flex;
    gap: 12px;
    align-items: center;
}
.result-list .question{
    margin-bottom: 20px;
}
.result-list .flex-box .data-title{
    font-size: 18px;
    font-weight: 600;
}
.result-list .iconbg{
    display: block;
    background: #4e8de6;
    border-radius: 12px 12px 2px 12px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}
.result-list .tip_box{
    display: flex;
    height: 100%;
    align-items: center;
    padding-top: 100px;
}
.answer .iconbg{
    background: #f68933;
    transform: translateY(4px);
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.banner{
    height: 309px;
    background: url(/images/13354/bannerbg.png) no-repeat center center;
    padding-top: 54px;
}
.wdzskimg{
    margin-bottom: 30px;
}
.data-report{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.data-report p{
    display: flex;
    align-items: center;
}
.totalnum{
    display: flex;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    height: 44px;
    line-height: 44px;
    padding: 0 35px;
}
.totalnum span,.totalnum p{
    color: #fff;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
}
.data-report .total{
    font-size: 26px;
    color: #fcff19;
    line-height: 44px;
    font-weight: 600;
}
.Columnnum{
    display: flex;
    align-items: center;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    padding: 0 35px;
    border-radius: 4px;
}
.Columnnum p{
    color: #fff;
    font-size: 18px;
}
.Columnnum span{
    height: 44px;
    line-height: 44px;
    font-size:18px
}
.Columnnum .total{
    font-size: 26px;
    color: #fcff19;
    line-height: 44px;
}
.searchbox{
    width: 672px;
    height: 56px;
    line-height: 56px;
    background: #fff;
    display: flex;
    align-items: center;
    margin-top:46px;
    border-radius: 4px;
}
.searchbox .qtext{
    width: 565px;
    height: 56px;
    line-height: 56px;
    border: none;
    outline: none;
    font-size: 18px;
    text-indent: 15px;
    color: #232323;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.sub-btn{
    flex: 1;
    background: #0bd5f3;
    font-size: 22px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.tag-bag{
    background: #f6f6f6;
    padding: 42px 0;
}
.column-list{
    display: flex;
}
.column-swiper{
    background: url(/images/13354/gridbg.png) repeat center center;
    padding: 10px 12px;
}
.column-swiper dt {
    width: 84px;
    height: 84px;
    background: #1d7de0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.column-swiper .swiperbox{
    background: #fff;
    padding:  0px;
    position: relative;
}
.column-swiper .swiper{
    width: 1100px;
    margin: 0 auto;
    display: none;
}
.column-swiper .swiper .swiper-slide{
    cursor: pointer;
    transition: all .3s;
    padding: 30px 0;
}
.column-swiper .swiper .swiper-slide dt{
    transition: all .3s;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: #1d7de0;
}
.column-swiper .swiper .swiper-slide.active{
    transform: scale(1.08);
}
.column-swiper .swiper .swiper-slide.active dt{
    background: #f68933;
}
.column-swiper .swiper .swiper-slide.active dd p{
    color: #f68933;
    font-weight: 600;
}
.column-swiper .swiper .swiper-slide:hover{
    transform: scale(1.08);
}
.column-swiper .swiper .swiper-slide:hover dt{
    background: #f68933;
}
.column-swiper .swiper .swiper-slide:hover dd p{
    color: #f68933;
}
.column-swiper .swiper .swiper-slide dl{
    display: block;
    text-align: center;
    margin: 0 auto;
}

.column-swiper .swiper a img{
    text-align: center;
    margin-right: 0 auto;
}
.swiper-slide p{
    text-align: center;
    font-size: 18px;
    color: #454545;
    line-height: 36px;
}
.column-swiper .swiper-button-prev{
    left: 14px;
}
.column-swiper .swiper-button-next{
    right: 14px;
} 
.info-bag{
    background: #f6f6f6;
    padding-bottom: 44px;
}
.info-bag .container{
    background: #fff;
    padding: 30px 28px 45px;
    width: 1144px;
    display: flex;
    gap: 28px;
}
.info-bag .flex-start{
    flex: 1;
}
.info-bag .flex-start .title{
    font-size: 24px;
    line-height: 28px;
    color: #2e6fcc;
    padding-left: 16px;
    background: url(/images/13354/title_rowbar.png) left center no-repeat;
    font-weight: 600;
}

.title-bag{
    display: flex;
    gap: 12px;
    align-items: center;
}
.title-bar{
    flex: 1;
    height: 12px;
    transform: translateY(4px);
    background: url(title_/images/13354/gridbg.png) repeat right bottom;
}
.answer{
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.data-content{
    font-size: 16px;
    color: #383838;
    line-height: 32px;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 设置显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.status-bar{
    margin-top: 18px;
    display: flex;
    gap: 48px;
    padding-left: 44px;
    font-size: 14px;
    color: #969696;
}


.info-bag .flex-end{
    background: #f6f6f6;
    border: 1px solid #e8e8e8;
    padding: 24px 16px;
    width: 320px;
    height: fit-content;
}
.flex-end .title-bar{
    background: url(/images/13354/zcwd_grid_bg.png) repeat;
    height: 12px;
    flex: 1;
}
.flex-end .more a{
    display:block;
    font-size: 14px;
    color: #5d5d5d;
    transform: translateY(3px);
}
.flex-end .title-bag .title{
    font-size: 24px;
    color: #2e6fcc;
    line-height: 28px;
    font-weight: 600;
    background: url(/images/13354/title_rowbar.png) no-repeat left center;
    padding-left: 15px;
}

.flex-end .tips{
    font-size: 18px;
    color: #2e2e2e;
    line-height: 36px;
    font-weight: 600;
    border-top: 1px solid #2479f2;
    padding: 24px 0 0;
    position: relative;
}
/* .flex-end .tips::after{
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: #2479f2 transparent transparent transparent; 
} */
.flex-end .list-bag{
    padding: 12px 0;
}
.flex-end .list-bag li{
    height: 52px;
    line-height: 52px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style: square inside;
    font-size: 18px;
    color: #383838;
}
.flex-end .list-bag li::marker {
    color: #2e6fcc;
}
.flex-end .tips .arrowbar{
    display: flex;
    height: 11px;
    margin-top: 24px;
}
.flex-end .tips .arrowbar .bar{
    border-top: 1px solid #2479f2;
    flex: 1;
    flex-grow: 1;
}
.flex-end .tips .bottom-arrow{
    height: 11px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.flex-end .pic-links-bag{
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.flex-end .pic-links-bag a{
    width: 100%;
}
.flex-end .pic-links-bag a img{
    width: 100%;
}

#listPaging ul{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 20px;
    list-style: none;
    gap: 12px;
}
#listPaging ul li{
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border: 1px solid #edefef;
    background: #fcfcfc;
    color: #b2b2b2;
    text-align: center;
    padding: 0 12px;
}
#listPaging ul li.xl-active{
    background: #0f5a9b;
    color: #ffffff;
}



@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scale {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}


.loading {
    width: 100%;
    height: 300px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

.loading img {
    width: 80px;
    animation: scale 1s ease-in-out infinite,rotate 2s linear infinite;
    transform-origin: center center;
}
.swiperbox .loading{
    width: 100%;
    height: 100%;
    padding: 0;
}
.swiperbox .loading img{
    width: 60px;
}

/* 手机端 */

@media screen and (max-width: 768px) {
    body,html{
        width: 100%;
        overflow-x: hidden;
    }    
    .container{
        width: 100%;
    }
    .banner{
        height: unset;
        background: url(/images/13354/bannerbg.png) no-repeat left -60px center;
        padding: 60px 20px 40px;
        
    }
    .banner img{
        width: 100%;
    }
    .data-report{
        display: block;
    }
    .totalnum{
        margin-bottom: 16px;
    }
    .searchbox{
        width: 100%;
    }
    .searchbox .qtext{
        flex: 1;
    }
    .sub-btn{
        width: 80px;
        flex: unset;
    }
    .tag-bag{
        padding: 20px 15px;
    }
    .column-swiper .swiper{
        width: calc( 100% - 50px );
    }
    .column-swiper .swiper-button-prev{
        left: 7px;
    }
    .column-swiper .swiper-button-next{
        right: 7px;
    }
    .info-bag .container{
        width: calc(100% - 30px);
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    .info-bag .flex-start{
        width: 100%;
    }
    .info-bag .flex-end{
        width: calc(100% - 32px);
    }
    .result-list{
        margin-bottom: 20px;
    }
    .result-list .tip_box img{
        width: 100%;
    }
}

/*适老化*/
.whpageold .banner{
    padding: 60px;
    background-size: cover;
    height: auto;
}

.whpageold .data-report{
    flex-direction: column;
    align-items: flex-start;
}
.whpageold .data-report p,.whpageold .data-report span{
    font-size: 28px;
}
.whpageold .totalnum{
    line-height: 56px;
    height: 56px;
}
.whpageold .totalnum span,.whpageold .totalnum p{
    font-size: 28px;
    line-height: 56px;
    height: 56px;
}
.whpageold .Columnnum{
    line-height: 56px;
    height: 56px;
}
.whpageold .Columnnum p{
    line-height: 56px;
    height: 56px;
}
.whpageold .data-report .total{
    font-size: 38px;
    line-height: 56px;
    height: 56px;
}
.whpageold .searchbox .qtext{
    height: 68px;
    line-height: 68px;
    font-size: 28px;
}
.whpageold .sub-btn{
    height: 68px;
    line-height: 68px;
    font-size: 28px;
}
.whpageold .info-bag .container{
    display: block;
}
.whpageold .info-bag .flex-end{
    width: calc(100% - 32px);
}
.whpageold .result-list .iconbg{
    border-radius: 22px 22px 2px 22px;
    width: 80px;
    height: 60px;
    line-height: 60px;
    font-size: 34px;
}
.whpageold .result-list .flex-box .data-title{
    font-size: 36px;
    line-height: 52px;
}
.whpageold .data-content{
    font-size: 34px;
    line-height: 70px;
}
.whpageold .status-bar{
    padding-left: 92px;
    font-size: 28px;
}
.whpageold #listPaging{
    margin-top: 30px;
}
.whpageold #listPaging ul{
    padding-bottom: 30px;
}
.whpageold #listPaging ul li{
    height: 60px;
    line-height: 60px;
    font-size: 28px;
}
.whpageold .flex-end .title-bag .title{
    background-size: contain;
    padding-left: 25px;
}
.whpageold .flex-end .title-bag .title a{
    font-size: 32px;
}
.whpageold .flex-end .title-bag .title-bar{
    height: 16px;
}
.whpageold .flex-end .more a{
    font-size: 20px;
}
.whpageold .flex-end .list-bag{
    padding: 30px 0 60px;
}
.whpageold .flex-end .list-bag li{
    font-size: 32px;
    line-height: 72px;
}

.whpageold .flex-end .tips{
    font-size: 28px;
}
.whpageold .flex-end .tips .bottom-arrow{
    background-size: unset;
}

.whpageold .swiper-slide p{
    font-size: 28px;
    line-height: 60px;
}
.whpageold .column-swiper .swiper .swiper-slide dt{
    width: 120px;
    height: 120px;
}
.whpageold .column-swiper .swiper .swiper-slide dt img{
    width: 50px;
}