
body{
    overflow-x: hidden;
}
.session {
    /*scroll-snap-align: start;*/
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 2;
    /*padding-top: 100vh;*/
}

.showIt{
    display: flex !important;
}

.back-top{
    background-color: var(--main-font-color);
    position: fixed;
    width: 80px;
    padding: 10px;
    height: 80px;
    bottom: 50px;
    right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 9;
    border-radius: 100%;
    box-shadow: 0px 0px 2px #666666 inset;
}

.back-top img{
    width: 40px;
    height: 40px;
}

.back-top .back-text{
    color: #ffffff;
    font-size: 14px;

}

.index-common{
    padding: 0 120px;
}
.index-pc{
    display: block;
}
.app-index{
    display: none;
}
    .content{
    background-image: url("../img/index/index-all-bg.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 100vw;
}
/*首页swiper的css*/
.swiper {
    width: 100%;
    height: 100vh;
}
.mySwiper {
    height: 100vh;
}
.mySwiper .swiper-slide {
    overflow:hidden;
}
.mySwiper .swiper-slide .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color:#fff;
}
.swiper-slide {
    position: relative;
    text-align: center;
    font-size: var(--conten-font-size);
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-next, .swiper-button-prev{
    color: rgba(255, 255, 255, 1) !important;
    transition: all linear 0.4s;

}

.swiper-button-next:hover   , .swiper-button-prev:hover{
    transition: all linear 0.4s;
    background: rgba(120, 51, 30,1);

}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 28px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    right: 120px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    left: 120px;
}
.swiper-slide img{
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}
.mySwiper .search{
    position: absolute;
    z-index: 99;
    width: calc(100% - 1000px);
    height: 80px !important;
    margin: 0 auto;
    display: flex;
    text-align: center;
    align-items: center;
    bottom: 100px;
    right: 300px;
    left: 300px;
    border-radius: 64px;
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0.1)        ;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 50px  rgba(0, 0, 0, 0.1);
    padding: 16px 16px 16px 16px;
}
.mySwiper .search .search-input{
    display: flex;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    border-radius: 64px;
    position: relative;
    border: 1px solid transparent;
    transition: border 0.3s;
}



.mySwiper .search:hover  {
    border: 1px solid  rgba(191, 191, 191, 1);
}

.mySwiper .search .input{
    width: 100%;
    height: 59px;
    opacity: 1;
    border-radius: 64px;
    background: rgba(255, 255, 255, 1);
    border: none;
    padding-left: 24px;
    font-size: var(--conten-font-size);
    outline: none;
}
.mySwiper .search .search-btu {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 161px;
    height: 60px;
    right: 0;
    transition: all linear 0.4s;
    margin-left: 10px;
    opacity: 1;
    z-index: 999;
    border-radius: 64px;
    background: rgba(120, 51, 30, 1);
}

.mySwiper .search .delete_icon{
    position: absolute;
    height: 100%;
    display: none;
    align-items: center;
    right: 160px;
    cursor: pointer;
}

.mySwiper .search input:focus ~.delete_icon{
    display: flex;
}

.mySwiper .search:focus-within {
    border: 1px solid rgba(120, 51, 30, 1) !important;
}

.mySwiper .search .search-btu img{
    width: 16px !important;
    height: 16px !important;
}

.mySwiper .search .search-btu:hover .text,
.mySwiper .search .search-btu:hover .icon_search{
    color: rgba(235, 220, 174, 1);
}


.mySwiper .icon_search{
    color: #ffffff;
    font-size: 22px;
}
.mySwiper .search .search-btu:hover {
    background:rgba(140, 81, 64, 1);

}
.mySwiper .search .search-btu:active {
    background:rgba(102, 43, 25, 1);

}

.mySwiper .search .text{
    margin-left: 15px;
    opacity: 1;
    font-size: var(--sub-title-font-size);
    font-weight: 500;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    vertical-align: top;
}
.mySwiper .search  .search-key{
    display: none;
    align-items: center;
    margin-top: 24px;
}
.mySwiper .search  .search-key-item{
    font-size: var(--conten-font-size);
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 27px;
    margin-left: 20px;
    color: #adadad;
    cursor: pointer;
}
.mySwiper .search  .search-key-item:hover{
    color: #333333;
}
.mySwiper .search  .search-key-item:nth-child(1){
    color: rgba(120, 51, 30, 1);
    cursor: none;
    margin-left: 0;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 220px;
}
.mySwiper .swiper-pagination-bullet-active {
    background: rgb(62, 29, 23) !important;
}
.mySwiper .swiper-pagination-bullet{
    width: 40px;
    height: 3px;
    opacity: 1;
    border-radius: 3px;
    background: rgba(255, 249, 230, 1);
}
/*家谱操作*/
.genealogy-operation{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    padding-bottom: 100px;
}


/*.icon-arrow{*/
/*    display: flex;*/
/*}*/
.more .icon-arrow ,
.su-btu-text .icon-arrow {
    transition: 0.5s;
    margin-right: 0px;
    transform: scale(0.6);
}

.more:hover .icon-arrow {
    transition: 0.5s;
    margin-right: 25px;
}

.icon-arrow {
    width: 20px;
    position: relative;
    top: 6%;
}

/* SVG */
#arrow-icon-one {
    transition: 0.4s;
    transform: translateX(-60%);
}

#arrow-icon-two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.more #arrow-icon-three {
    animation: color_anim 1s infinite 0.2s;
}
.su-btu-text #arrow-icon-three {
    animation: color_anims 1s infinite 0.2s;
}

.more #arrow-icon-one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}
.su-btu-text #arrow-icon-one {
    transform: translateX(0%);
    animation: color_anims 1s infinite 0.6s;

}

.more #arrow-icon-two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}
.su-btu-text #arrow-icon-two {
    transform: translateX(0%);
    animation: color_anims 1s infinite 0.4s;
}

/* SVG animations */
@keyframes color_anim {
    0% {
        fill:rgba(235, 220, 174, 1);
    }

    50% {
        fill: var(--color-background);
    }

    100% {
        fill: rgba(235, 220, 174, 1);
    }
}


@keyframes color_anims {
    0% {
        fill:rgba(255, 255, 255, 1);
    }

    50% {
        fill: var(--color-background);
    }

    100% {
        fill: rgba(255, 255, 255, 1);
    }
}

/* Button animations */
@-webkit-keyframes more {
    0% {
        outline: 0.2em solid var(--color-background);
        outline-offset: 0;
    }
}

@keyframes more {
    0% {
        outline: 0.2em solid var(--color-background);
        outline-offset: 0;
    }
}


.genealogy-operation .operation-left{
    position: relative;
    width: calc((100% - 15px) / 2);
    height: 700px;
    background-image: url("../img/index/jpcx1.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 120px 0 104px 0;
    cursor: pointer;
    border-radius: 20px ;
}
.genealogy-operation .operation-right{
    position: relative;
    width: calc((100% - 15px) / 2);
    height: 700px;
    cursor: pointer;
    background-image: url("../img/index/jpbx1.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 120px 0 104px 0;
    border-radius: 20px ;
}

.genealogy-operation .title_info{
    position: relative;
    flex: 1;
    width: 200px;
    opacity: 1;
    /** 文本1 */
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 6px;
    color: rgba(235, 220, 174, 1);
}


.genealogy-operation .left{
    position: absolute;
    padding: 64px 49px;
    border-radius: 20px ;
    left: 0;
    top: 0;
    width: 20%;
    transition: all linear 0.4s;
    height: 100%;
    opacity: 1;
    background: linear-gradient(90deg, rgba(120, 51, 30, 1) 0%, rgba(120, 51, 30, 0) 100%);
}

.operation-left:hover .left{
    width: 50%;
    transition: all linear 0.4s;
   }

.operation-right:hover .left{
    width: 50%;
    transition: all linear 0.4s;
   }


.genealogy-operation .left:after{
    content: "";
    position: absolute;
    left: 160px;
    top: 120px;
    width:6px;
    height: 103px;
    background-color: rgba(235, 220, 174, 1);
}

.left .title_info{
    display: flex;
}

.title_info .info_seo{
    opacity: 0;
    font-size: var(--button-font-size);
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    transition: all cubic-bezier(.7,.44,.09,.66) 0.4s;
}


.operation-right:hover .left .title_info .info_seo{
    opacity: 1;
    transition: all linear 0.4s;
}
.operation-left:hover .left .title_info .info_seo{
    opacity: 1;
    transition: all linear 0.4s;
}

.tran90{
    writing-mode: vertical-lr;
}
.tran0{
    width: 430px;
}
.tran-90{
    height: 320px;
    margin-left: 120px;
    margin-top: 40px;
    writing-mode: vertical-rl;
}










/*    平台公告*/
.notice{
    margin-top: -100px;
    overflow: hidden;
    padding-bottom: 170px !important;
    border-radius: 100px 100px 0 0;
    background: rgba(120, 51, 30, 1);
}
.index-common .left-top-bg{
    overflow: hidden;
    margin-top: 100px;
    width: 416px;
    height: 144px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../img/index/notice.png");
}

.index-common .index-common-title{
    margin-top:55px;
    opacity: 1;
    font-size: 64px;
    font-weight: 900;
    line-height: 91.97px;
    color: rgba(255, 255, 255, 1);
}
.index-common .index-common-line{
    margin-top: 28px;
    width: 80px;
    height: 2px;
    opacity: 1;
    background: rgba(235, 220, 174, 1);
}
.index-common .top{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    overflow: hidden;
}
.index-common .top .right{
    display: flex;
    align-items: center;
}
.index-common .top .right img{
    width: 625px;
    height: 32px;
}
.index-common .top .right .more{
    opacity: 1;
    font-size: var(--news-title-font-size);
    font-weight: 700;
    margin-left: 24px;
    line-height: 48px;
    cursor: pointer;
    color: rgba(235, 220, 174, 1);
}
.notice .item-all{
    display: flex;
    justify-content: space-between;
}
.notice .item-all .item{
    cursor: pointer;
    padding-top: 32px;
    margin-top: 40px;
    width: calc((100% - 192px) / 4);
    padding-bottom: 4%;
    opacity: 1;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
}
.js-tilt-glare .js-tilt-glare-inner {
    /*background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgb(0, 0, 0) 100%)!important;*/
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255,.6) 100%)!important;
}
.notice .item-all .item::after {
    content: "";
    position: absolute;
    top: 14%;
    left: 50%;
    width: 0;
    height: 7px;
    background-image: url('../img/index/notic-item-more.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    z-index: 10;
    transition: width 0.5s ease;
}
.notice .item-all .item:hover::after {
    width: 40%;
}
.notice .item .tag{
    padding: 0 17px;
    display: flex;
    align-items: center;justify-content: space-between;
    margin-left: -24px;
    width: 149px;
    height: 74px;
    opacity: 1;
    border-radius: 10px;
    background: rgba(235, 220, 174, 1);
}
.notice .item .tag .middle{
    width: 1px;
    height: 80%;
    opacity: 1;
    background: rgba(135, 67, 51, 1);
}
.notice .item .tag .number{
    opacity: 1;
    font-size: 36px;
    font-weight: 700;
    line-height: 52.13px;
    color: rgba(135, 67, 51, 1);
    text-align: left;
    vertical-align: top
}
.notice .item .title{
    font-size: var(--news-title-font-size);
    font-weight: 400;
    line-height: 42px;
    margin: 48px 40px 32px 48px;
    color: rgba(255, 255, 255, 1);
    text-align: justify;
}
.notice .item .remark{
    margin: 0 40px;
    font-size: var(--conten-font-size);
    opacity: 0.6;
    font-weight: 400;
    line-height: 27px;
    color: rgba(255, 255, 255, 1);
}
/*    家谱文化*/
.family-culture{
    overflow-x: hidden;
    margin-top: -100px;
    border-radius: 100px;
    /*box-shadow: 0px -20px 100px  rgba(0, 0, 0, 0.25);*/
    background-color: #ffffff;
}
.family-culture .left-top-bg{
    background-image: url("../img/index/family-bg.png");
}
.family-culture .index-common-title{
    color: #333333;
}
.family-culture .index-common-line{
    background: rgba(110, 29, 26, 1);
}
.family-culture .fa-item-all{
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
    /*margin: 64px 0 64px 0;*/
    /*margin-right: -120px;*/
}
.fa-item-all-top{
    display: flex;
    align-items: center;
    margin-top: 48px;
}
.fa-item-all-top .fa-item-all-top-item{
    width: calc((100% - 120px) / 4);
    height: 450px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin-right: 40px;
    position: relative;
    overflow: hidden;
}
/* From Uiverse.io by adamgiebl */
.cssbuttons-io-button {
    background: rgba(135, 67, 51, 1);
    color: white;
    width: 260px;
    height: 75px;
    opacity: 1;
    border-radius: 48px;
    /*border-radius: 20px;*/
    padding: 0.35em;
    padding-left: 1.2em;
    font-size: var(--news-title-font-size);
    font-weight: 500;
    border: none;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 1.6em -0.6em rgba(135, 67, 51, 1);
    overflow: hidden;
    position: relative;
    padding-right: 3.3em;
    cursor: pointer;
    padding-left: 60px;
}

.cssbuttons-io-button .icon {
    background: white;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    border-radius: 88px;
    /*border-radius: 20px;*/
    box-shadow: 0.1em 0.1em 0.6em 0.2em rgba(135, 67, 51, 1);
    right: 0.3em;
    transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
    width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
    width: 1.1em;
    transition: transform 0.3s;
    color: rgba(135, 67, 51, 1);
}

.cssbuttons-io-button:hover .icon svg {
    transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
    transform: scale(0.95);
}

.fa-item-all-top .fa-item-all-top-item::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    background: rgb(135, 67, 51);
    transition: all 0.5s linear;
}

.fa-item-all-top .fa-item-all-top-item:hover::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 4px;
    background:  rgb(135, 67, 51);
    transition: all 0.5s linear;
}
.fa-item-all-top .fa-item-all-top-item:last-child{
    margin-right: 0px;
}



.fa-item-all-top .fa-item-all-top-item img{
    width: 100%;
    height: 300px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    transform: scale(1);
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    object-fit: fill;
}
.fa-item-all-top .fa-item-all-top-item .fa-item-all-top-item-remark{
    font-size: var(--news-title-font-size);
    font-weight: 400;
    line-height: 42px;
    color: rgba(51, 51, 51, 1);
    margin: 16px 10px 16px 20px;
    text-align: justify;
}

.fa-item-all-top .fa-item-all-top-item .fa-item-all-top-item-remark-seo{
    font-size: var(--conten-font-size);
    font-weight: 400;
    line-height: 32px;
    color: rgba(51, 51, 51, 0.8);
    margin: 0px 20px 16px 20px;
    text-align: justify;
}

.fa-item-all-top .fa-item-all-top-item:hover img{
    transform: scale(1.1);
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    object-fit: fill;
}


.fa-item-all-top .fa-item-all-top-item:hover .fa-item-all-top-item-remark{
    color: rgba(120, 51, 30, 1);
}
.family-culture .fa-more{
    cursor: pointer;
    /*width: 330px;*/
    /*height: 87px;*/
    /*opacity: 1;*/
    /*border-radius: 88px;*/
    margin: 100px auto;
    display: flex;
    justify-content: center;
    /*border: 1px solid rgba(135, 67, 51, 1);*/
}
.family-culture .fa-more .fa-more-text{
    width: 302px;
    height: 86px;
    opacity: 1;
    border-radius: 42px;
    background: rgba(135, 67, 51, 1);
    transition: width 0.5s ease;
}
.family-culture .fa-more:hover .fa-more-text{
    width: 329px;
}

.family-culture .fa-more .fa-more-text .text{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--news-title-font-size);
    font-weight: 600;
    color: rgba(235, 220, 174, 1);
    text-align: left;
    line-height: 88px;
    margin-left: 42px;
    margin-right: 16px;
}
.family-culture .fa-more .fa-more-text .text img{
    width: 34px;
    height: 41px;
}



/*    姓氏百科*/
.surname{
}
.surname .su-title{
    display: flex;
    justify-content: center;
    margin: 156px auto 0 auto;
    opacity: 1;
    font-size: 64px;
    font-weight: 900;
    line-height: 91.97px;
    color: rgba(255, 255, 255, 1);
}
.surname .su-remark{
    display: flex;
    justify-content: center;
    margin: 40px auto;
    opacity: 1;
    font-size: 48px;
    font-weight: 400;
    line-height: 69.5px;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
    vertical-align: top;
}
.surname .su-btu{
    cursor: pointer;
    margin: 96px auto 114px auto;
    width: 260px;
    height: 75px;
    opacity: 1;
    border-radius: 96px;

    /*background: rgba(255, 255, 255, 0.1);*/
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: background 0.5s ease;
}

.surname .su-btu:hover{
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.2);
    transition: background 0.5s ease;
}


.surname .su-btu .su-btu-text{
    font-size: var(--news-title-font-size);
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}
/*    新闻动态*/
.news{
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 100px;
}
.news  .left-top-bg{
    background-image: url("../img/index/news.png");
}
.news .index-common-title{
    color: #333333;
}
.news .index-common-line{
    background: rgba(110, 29, 26, 1);
}
.news .news-content{
    display: flex;
    margin-top: 48px;
}
.news .news-content .news-c-left{
    position: relative;
    width: 45%;
    height: 648px;
}
.news .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 38px;
    right: 32px;
    width: auto;
    left: auto;
}
.news  .swiper-pagination-bullet {
    opacity: 1;
    border-radius: 3px;
    background: rgba(255, 255, 255, 1);
}
.news   .swiper-pagination-bullet-active {
    background: rgba(135, 67, 51, 1) !important;
}

.news .news-content .news-c-left .top{
    width: 99%;
    height: 100%;
    border-radius:10px;
    object-fit: fill;
    cursor: pointer;
}

.news .news-content .news-c-left img{
    width: auto;
    height: 100%;
    transform: scale(1);
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    object-fit: fill;
    flex: 1;
}


.news .news-content .news-c-left .top:hover img{
    transform: scale(1.1);
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    object-fit: fill;
}

.news .news-content .news-c-left .news-c-bottom{
    position: absolute;
    bottom: 0;
    width: 99%;
    height: 88px;
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0 0 10px 10px;
}
.news .news-content .news-c-left .news-c-bottom .news-c-bottom-title{
    /** 文本1 */
    cursor: pointer ;
    font-size: var(--news-title-font-size);
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    vertical-align: top;
    line-height: 88px;
    margin-left: 24px;
    width: 80%;
}
.news .news-content .news-c-left .news-c-bottom .news-c-bottom-remark{
    margin-top: 15px;
    font-size: var(--conten-font-size);
    font-weight: 400;
    line-height: 27px;
    color: rgba(255, 255, 255, 0.8);
}
.news .news-content .news-c-right{
    flex: 1;
    margin-left: 32px ;
    height: 648px;
}
.news .news-content .news-c-right-item{
    cursor: pointer;
    width: 100%;
    height: calc((100% - 60px) / 4);
    border-radius: 10px;
    background: rgba(242, 242, 242, 1);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
      transition: width 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.news .news-content .news-c-right-item:last-child{
    margin-bottom: 0;
}
.news .news-content .news-c-right-item .news-c-right-item-content{
    width: 95%;
    margin: 0 auto;
}
.news .news-content .news-c-right-item:hover{
    /*background: rgba(120, 51, 30, 1);*/
    box-shadow: inset 0 -8px 0 0 rgba(120, 51, 30, 1);
     transition: width 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.news .news-content .news-c-right-item:hover .news-c-right-item-title{
    color: rgba(120, 51, 30, 1);
}
.news .news-content .news-c-right-item .news-c-right-item-title{
    font-size: var(--news-title-font-size);
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}
.news .news-content .news-c-right-item .news-c-right-item-remark{
    margin-top: 16px;
    font-size: var(--conten-font-size);
    font-weight: 400;
    line-height: 27px;
    color: rgba(51, 51, 51, 0.6);
}
.news .news-more{
    cursor: pointer;
    /*width: 330px;*/
    /*height: 87px;*/
    /*opacity: 1;*/
    /*border-radius: 88px;*/
    margin: 100px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: 1px solid rgba(135, 67, 51, 1);*/
}
.news .news-more .news-more-text{
    width: 302px;
    height: 86px;
    opacity: 1;
    border-radius: 42px;
    background: rgba(135, 67, 51, 1);
    transition: width 0.5s ease;
}
.news .news-more:hover .news-more-text{
    width: 329px;
    text-align: center;
    transition: width 0.5s ease;
}

.news .news-more .news-more-text .text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: var(--news-title-font-size);
    font-weight: 600;
    color: rgba(235, 220, 174, 1);
    text-align: center;
    line-height: 88px;
    margin-left: 42px;
    margin-right: 16px;
}
.news .news-more .news-more-text .text img{
    width: 34px;
    height: 41px;
}
/*最后指南*/
.introduce{
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-top: 148px;
    padding-bottom: 100px;
}
.introduce img{
    width: 120px;
    height: 120px;
    margin-right: 32px;
}
.introduce .int-left{
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: calc(100% / 2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: 1s;
    transform: scale(1);
    margin-right: 64px;
}
.introduce .int-left:nth-child(2){
    margin-right: 0;
}
.introduce .int-left .int-left-left{
    display: flex;
    align-items: center;
}
.introduce .int-left .right img{
    width: 52px;
    height: 52px;
    border-radius: 50%;
}
.introduce .int-left .introduce-title{
    font-size: 36px;
    font-weight: 400;
    line-height: 48px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
}
.introduce .int-left .introduce-remark{
    margin-top: 11px;
    font-size: var(--conten-font-size);
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 27px;
    color: rgba(255, 255, 255, 0.6);
}


.home-news__image {
    padding: 40px 60px 40px 88px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.home-news__image::after {
    content: "";
    width: 210%;
    height: 200%;
    position: absolute;
    /*top: -220%;*/
    left: -250%;
    z-index: 11;
    transition: 1s;
    transform: rotate(0deg) scale(1.3);
    background: linear-gradient(90deg,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0.2) 100%);
}

.int-left:hover{
    transition: 1s;
    transform: scale(1.05);
}

.int-left:hover .home-news__image::after {
    /*top: 100%;*/
    left: 100%;
    transition: 1s; /* 添加鼠标悬停时的过渡效果 */
}

/* 鼠标离开时的过渡效果 */
.int-left:not(:hover) .home-news__image::after {
    transition: 0s; /* 添加鼠标离开时的过渡效果 */
}
/*! 1440 ~ 1680 */
@media all and (max-width: 1680px) {
    .index-common{
        padding: 0 100px;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 194px;
    }
    .mySwiper .search {
        width: calc(100% - 700px);
        bottom: 80px;
        right: 250px;
        left: 250px;
        border-radius: 64px;
        padding: 14px 14px 14px 14px;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev{
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.2);
        right: 100px;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next{
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.2);
        left: 100px;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 20px;
    }
    .mySwiper .search .input {
        height: 50px;
        border-radius: 6px;
    }
    .mySwiper .search .search-input {
        height: 50px;
        border-radius: 6px;
    }
    .mySwiper .search .search-btu {
        width: 125px;
        height: 50px;
        border-radius: 64px;
    }
    .genealogy-operation .operation-left {
        height: 560px;
        margin: 110px 35px 180px 0;
        border-radius: 20px;
    }
    .genealogy-operation .operation-right {
        height: 560px;
        margin: 110px 35px 180px 0;
        border-radius: 20px;
    }
    .genealogy-operation .operation-btu {
        border-radius: 35px;
        bottom: 25px;
        right: 25px;
        padding: 13px;
        width: 180px;
        height: 180px;
    }
    .genealogy-operation .operation-btu:hover{
        border-radius: 20px;
    }
    .genealogy-operation .operation-btu .text-line{
        margin: 40px auto;
    }
    .genealogy-operation .operation-btu .remark{
        margin: 0 112px;
    }
    .genealogy-operation .title_info{
        font-size: 54px;
    }
    .genealogy-operation .left:after{
        left: 125px;
        top: 60px;
    }
    .genealogy-operation .left{
        padding: 24px;
    }
    /*    平台公告*/
    .notice {
        overflow: hidden;
        border-radius: 80px 80px 0 0;
        background: rgba(120, 51, 30, 1);
    }
    .index-common .left-top-bg {
        margin-top: 80px;
        width: 406px;
        height: 134px;
    }
    .index-common .index-common-title {
        margin-top: 50px;
        font-size: 54px;
        line-height: 83.97px;
    }
    .index-common .top .right img {
        width: 600px;
        height: 25px;
    }
    .index-common .top .right .more {
        font-size: 24px;
    }
    .notice .item-all .item {
        padding-top: 30px;
        margin-top: 100px;
        width: calc((100% - 127px) / 4);
    }
    .notice .item .tag {
        padding: 0 15px;
        width: 140px;
        height: 64px;
        border-radius: 4px;
    }
    .notice .item .tag .number {
        font-size: 30px;
    }
    .notice .item .title {
        line-height: 32px;
        margin: 38px 30px 22px 38px;
        height: 94px;
    }
    .notice .item .remark {
        margin: 0 30px;
        line-height: 27px;
    }
    /*    家谱文化*/
    .family-culture {
        overflow-x: hidden;
        margin-top: -100px;
        border-radius: 80px;
        /*box-shadow: 0px -20px 100px rgba(0, 0, 0, 0.25);*/
        background-color: #ffffff;
    }
    .fa-item-all-top .fa-item-all-top-item {
        width: calc((100% - 90px) / 4);
        height: 400px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 1);
        cursor: pointer;
        margin-right: 30px;
        position: relative;
    }
    .fa-item-all-top .fa-item-all-top-item img {
        width: 100%;
        height: 230px;
        border-radius: 10px 10px 0 0;
    }
    /*全部姓氏*/
    .surname .su-btu {
        width: 280px;
        height: 80px;
        border-radius: 80px;
    }
    /*    新闻动态*/
    .news .fa-more {
        cursor: pointer;
        width: 320px;
        height: 81px;
        border-radius: 41px;
    }
    .news .fa-more .fa-more-text {
        width: 283px;
        height: 80px;
        border-radius: 42px;
    }
    .news .news:hover .fa-more-text{
        width: 320px;
    }
    .news .news-content .news-c-left {
        height: 548px;
    }
    .news .news-content .news-c-right {
        height: 548px;
    }
    .news .news-content .news-c-right-item .news-c-right-item-remark {
        margin-top: 12px;
        line-height: 22px;
    }
    .news .news-content .news-c-left .news-c-bottom{
        height: 78px;
    }
    .news .news-content .news-c-left .news-c-bottom .news-c-bottom-title{
        line-height: 78px;
        margin-left: 22px;
    }
    .news .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 28px;
        right: 28px;
    }
    .news .fa-more .fa-more-text .text {
        line-height: 80px;
        margin-left: 42px;
        margin-right: 16px;
    }
    .introduce {
        padding-top: 148px;
        padding-bottom: 100px;
    }
}

/*! 1200 ~ 1440 */
@media all and (max-width: 1440px) {
    .index-common{
        padding: 0 80px;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 194px;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev{
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.2);
        right: 80px;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next{
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.2);
        left: 80px;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 18px;
    }
    .mySwiper .search {
        width: 800px;
        bottom: 60px;
        right: 200px;
        left: 200px;
        border-radius: 64px;
        padding: 14px 14px 14px 14px;
    }
    .mySwiper .search .input {
        height: 40px;
        border-radius: 6px;
    }
    .mySwiper .search .search-input {
        height: 40px;
        border-radius: 6px;
    }
    .mySwiper .search .search-btu {
        width: 125px;
        height: 40px;
        border-radius: 6px;
    }
    .mySwiper .search .search-key {
        margin-top: 14px;
    }
    .mySwiper .search .search-input {
        height: 48px;
        border-radius: 8px;
    }
    .mySwiper .search .input {
        height: 48px;
        border-radius: 64px;
    }
    .mySwiper .search .search-btu {
        width: 151px;
        height: 48px;
        border-radius: 64px;
    }
    .genealogy-operation .operation-left {
        height: 420px;
        margin: 90px 30px 160px 0;
        border-radius: 18px;
    }
    .genealogy-operation .operation-right {
        height: 420px;
        margin: 90px 30px 160px 0;
        border-radius: 18px;
    }
    .genealogy-operation .operation-btu {
        border-radius: 22px;
        bottom: 15px;
        right: 15px;
        padding: 10px;
        width: 135px;
        height: 135px;
    }
    .genealogy-operation .title_info{
        font-size: 40px;
    }

    .genealogy-operation .left:after{
        left: 85px;
        top: 40px;
    }
    .genealogy-operation .left{
        padding: 20px;
    }

    .tran-90 {
        height: 220px;
        margin-left: 30px;
        margin-top: 20px;}

    .genealogy-operation .operation-btu:hover{
        border-radius: 20px;
    }
    .genealogy-operation .operation-btu .text-line{
        margin: 40px auto;
    }
    .genealogy-operation .operation-btu .remark{
        margin: 0 62px;
    }
    .genealogy-operation .operation-btu:hover .text{
        width: 100%;
        height: 100%;
        padding-top: 42px;
    }



    /*    平台公告*/
    .notice {
        margin-top: -80px;
        overflow: hidden;
        border-radius: 60px 60px 0 0;
        background: rgba(120, 51, 30, 1);
    }
    .index-common .left-top-bg {
        margin-top: 60px;
        width: 306px;
        height: 100px;
    }
    .index-common .index-common-title {
        margin-top: 44px;
        font-size: 48px;
        line-height: 53.97px;
    }
    .index-common .top .right img {
        width: 500px;
        height: 25px;
    }
    .index-common .top .right .more {
        font-size: 20px;
    }
    .notice .item-all .item {
        padding-top: 20px;
        margin-top: 80px;
        width: calc((100% - 89px) / 4);
        border-radius: 6px;

    }
    .notice .item .tag {
        padding: 0 10px;
        width: 120px;
        height: 44px;
        border-radius: 4px;
        margin-left: -18px;
    }
    .notice .item .title {
        line-height: 30px;
        margin: 30px 20px;
    }
    .notice .item .remark {
        margin: 0px 20px;
        line-height: 27px;
    }
    /*    家族文化*/
    .family-culture {
        overflow-x: hidden;
        margin-top: -100px;
        border-radius: 60px;
        /*box-shadow: 0px -20px 100px rgba(0, 0, 0, 0.25);*/
        background-color: #ffffff;
    }
    .fa-item-all-top .fa-item-all-top-item {
        width: calc((100% - 60px) / 4);
        height: 320px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 1);
        cursor: pointer;
        margin-right: 20px;
        position: relative;
    }
    .fa-item-all-top .fa-item-all-top-item img {
        width: 100%;
        height: 180px;
        border-radius: 8px 8px 0 0;
    }
    .fa-item-all-top .fa-item-all-top-item .fa-item-all-top-item-remark {
        line-height: 30px;
        margin: 14px 16px;
    }
    .fa-item-all-top .fa-item-all-top-item .fa-item-all-top-item-remark-seo {
        line-height: 25px;
        margin: 0px 16px 14px 16px;
        text-align: justify;
    }

    .family-culture .fa-more .fa-more-text {
        width: 252px;
        height: 70px;
        border-radius: 35px;
    }
    .family-culture .fa-more {
        cursor: pointer;
        width: 300px;
        height: 71px;
        border-radius: 39px;
    }
    .family-culture .fa-more .fa-more-text .text {
        line-height: 72px;
        margin-left: 42px;
        margin-right: 16px;
    }
    .family-culture .fa-more:hover .fa-more-text{
        width: 300px;
    }
    /*全部姓氏*/
    .surname .su-title {
        margin: 130px auto 0 auto;
        font-size: 54px;
    }
    .surname .su-remark {
        margin: 35px auto;
        font-size: 40px;
        line-height: 60.5px;
    }
    .surname .su-btu {
        width: 260px;
        height: 70px;
        border-radius: 60px;
    }
    /*    新闻*/
    .news {
        border-radius: 60px;
    }
    .news .news-content .news-c-left {
        height: 450px;
    }
    .news .news-content .news-c-right{
        height: 450px;
    }
    .news .news-content .news-c-right-item .news-c-right-item-remark {
        margin-top: 8px;
        line-height: 18px;
    }
    .news .news-content .news-c-right-item {
        width: 100%;
        height: calc((100% - 45px) / 4);
        border-radius: 6px;
        margin-bottom: 15px;
    }
    .news .news-more .news-more-text {
        width: 252px;
        height: 70px;
        border-radius: 35px;
    }
    .news .news-more {
        cursor: pointer;
        width: 300px;
        height: 71px;
        border-radius: 39px;
    }
    .news .news-more .news-more-text .text {
        line-height: 72px;
        margin-left: 42px;
        margin-right: 16px;
    }
    .news .news-more:hover .news-more-text{
        width: 300px;
    }
    .news .news-content .news-c-left .news-c-bottom{
        height: 68px;
    }
    .news .news-content .news-c-left .news-c-bottom .news-c-bottom-title{
        line-height: 68px;
        margin-left: 20px;
    }
    .news .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 25px;
        right: 28px;
    }

    .introduce {
        padding-top: 128px;
        padding-bottom: 80px;
    }
    .introduce .home-news__image {
        padding: 31px 40px 40px 68px;
    }
    .introduce img {
        width: 100px;
        height: 100px;
        margin-right: 40px;
    }

}

/*! 992 ~ 1200 */
@media all and (max-width: 1200px) {
    .index-common{
        padding: 0 60px;
    }
    .mySwiper .search .input {
        height: 35px;
        border-radius: 64px;
    }
    .mySwiper .search .search-input {
        height: 35px;
        border-radius: 6px;
    }
    .mySwiper .search .search-btu {
        width: 125px;
        height: 35px;
        border-radius: 64px;
    }
    .mySwiper .search {
        height: 60px !important;
        bottom: 60px;
        right: 150px;
        left: 149px;
        border-radius: 64px;
        padding: 12px 12px 12px 12px;
    }
    .genealogy-operation .operation-left {
        height: 300px;
        margin: 90px 19px 160px 0;
        border-radius: 12px;
    }
    .genealogy-operation .operation-right {
        height: 300px;
        margin: 90px 19px 160px 0;
        border-radius: 16px;
    }
    .genealogy-operation .title_info{
        font-size: 30px;
        border-radius: 10px;
    }

    .genealogy-operation .left:after{
        left: 75px;
        top: 35px;
    }
    .genealogy-operation .left{
        padding: 20px;
    }

    .tran-90 {
        height: 200px;
        margin-left: 30px;
        margin-top: 20px;}

    .genealogy-operation .operation-btu {
        border-radius: 10px;
        bottom: 10px;
        right: 10px;
        padding: 5px;
        width: 95px;
        height: 95px;
    }
    .genealogy-operation .operation-btu:hover{
        border-radius: 12px;
    }
    .genealogy-operation .title_info{
        font-size: 30px;
    }
    .genealogy-operation .operation-btu .text-line{
        margin: 20px auto;
    }
    .genealogy-operation .operation-btu .remark{
        margin: 0 42px;
    }
    .genealogy-operation .operation-btu:hover .text{
        width: 100%;
        height: 100%;
        padding-top: 32px;
    }
    /*平台公告*/
    .notice {
        margin-top: -60px;
        overflow: hidden;
        height: 700px;
        border-radius: 40px 40px 0 0;
        background: rgba(120, 51, 30, 1);
    }
    .index-common .left-top-bg {
        margin-top: 40px;
        width: 266px;
        height: 70px;
    }
    .index-common .index-common-title {
        margin-top: 27px;
        font-size: 38px;
        line-height: 43.97px;
    }
    .index-common .top .right img {
        width: 400px;
        height: 20px;
    }
    .index-common .top .right .more {
        font-size: 16px;
    }
    .notice .item-all .item {
        padding-top: 15px;
        margin-top: 59px;
        width: calc((100% - 76px) / 4);
        height: 300px;
        border-radius: 6px;
    }
    .notice .item .title {
        line-height: 26px;
        margin: 20px 15px;
    }
    .notice .item .tag {
        padding: 0px 8px;
        width: 85px;
        height: 34px;
        border-radius: 2px;
        margin-left: -14px;
    }
    .notice .item .tag .number {
        font-size: 24px;
    }
    .notice .item .remark {
        margin: 0 10px;
        line-height: 23px;
    }
    /*家谱文化*/
    .family-culture {
        overflow-x: hidden;
        margin-top: -100px;
        border-radius: 40px;
        /*box-shadow: 0px -20px 100px rgba(0, 0, 0, 0.25);*/
        background-color: #ffffff;
    }
    .fa-item-all-top .fa-item-all-top-item {
        width: calc((100% - 30px) / 4);
        height: 240px;
        border-radius: 6px;
        margin-right: 10px;
    }
    .fa-item-all-top .fa-item-all-top-item img {
        width: 100%;
        height: 120px;
        border-radius: 6px 6px 0 0;
    }
    .fa-item-all-top .fa-item-all-top-item .fa-item-all-top-item-remark {
        line-height: 28px;
        margin: 12px 14px;
    }

    .fa-item-all-top .fa-item-all-top-item .fa-item-all-top-item-remark-seo {
        line-height: 20px;
        margin: 0px 14px 12px 14px;
    }

    .family-culture .fa-more .fa-more-text {
        width: 230px;
        height: 60px;
        border-radius: 30px;
    }

    .family-culture .fa-more {
        width: 257px;
        height: 61px;
        border-radius: 34px;
    }
    .family-culture .fa-more .fa-more-text .text {
        line-height: 60px;
        margin-left: 42px;
        margin-right: 16px;
    }
    .family-culture .fa-more:hover .fa-more-text{
        width: 257px;
    }

    /*全部姓氏*/
    .surname .su-title {
        margin: 100px auto 0 auto;
        font-size: 50px;
    }
    .surname .su-btu {
        width: 245px;
        height: 60px;
        border-radius: 60px;
    }

    /*新闻*/
    .news .news-content .news-c-left {
        height: 360px;
    }
    .news .news-content .news-c-right{
        height: 360px;
    }
    .news .news-content .news-c-right-item .news-c-right-item-remark {
        margin-top: 4px;
        line-height: 18px;
    }
    .news .news-content .news-c-left .news-c-bottom {
        height: 88px;
    }
    .news .news-content .news-c-left .news-c-bottom .news-c-bottom-remark {
        margin-top: 4px;
        line-height: 22px;
    }
    .news .news-content .news-c-right-item {
        height: calc((100% - 30px) / 4);
        border-radius: 4px;
        margin-bottom: 10px;
    }

    .news .news-more .news-more-text {
        width: 230px;
        height: 60px;
        border-radius: 30px;
    }

    .news .news-more {
        width: 257px;
        height: 61px;
        border-radius: 34px;
    }
    .news .news-more .news-more-text .text {
        line-height: 60px;
        margin-left: 42px;
        margin-right: 16px;
    }
    .news .news-more:hover .news-more-text{
        width: 257px;
    }
    .news .news-content .news-c-left .news-c-bottom{
        height: 58px;
    }
    .news .news-content .news-c-left .news-c-bottom .news-c-bottom-title{
        line-height: 58px;
        margin-left: 18px;
    }
    .news .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 18px;
        right: 28px;
    }
    .introduce {
        padding-top: 128px;
        padding-bottom: 80px;
    }
    .introduce .home-news__image {
        padding: 21px 30px 30px 58px;
    }
    .introduce img {
        width: 100px;
        height: 100px;
        margin-right: 40px;
    }
    .introduce .int-left .introduce-title {
        font-size: 26px;
        line-height: 28px;
    }
    .introduce img {
        width: 80px;
        height: 80px;
        margin-right: 40px;
    }
    .introduce .int-left .right img {
        width: 42px;
        height: 42px;
    }

}
/*! <=991 手机端 */
@media all and (max-width: 991px) {


    .back-top{
        background-color: var(--main-font-color);
        position: fixed;
        width: 68px;
        padding: 10px;
        height: 68px;
        bottom: 30px;
        right: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        z-index: 9;
        border-radius: 100%;
        box-shadow: 0px 0px 2px #666666 inset;
    }

    .back-top img{
        width: 20px;
        height: 20px;
    }

    .back-top .back-text{
        color: #ffffff;
        font-size: 12px;

    }


    .su-btu-text,.su-btu-text_with{
        display: flex;
        align-items: center;
    }

    .icon-arrow{
        display: none;
    }

    .su-btu-text_with #arrow-icon-three {
        animation: color_anims 1s infinite 0.2s;
    }
    .su-btu-text #arrow-icon-three {
        animation: color_anim 1s infinite 0.2s;
    }



    .su-btu-text_with #arrow-icon-one {
        transform: translateX(0%);
        animation: color_anims 1s infinite 0.6s;
    }
    .su-btu-text #arrow-icon-one {
        transform: translateX(0%);
        animation: color_anim 1s infinite 0.6s;

    }

    .su-btu-text_with #arrow-icon-two {
        transform: translateX(0%);
        animation: color_anims 1s infinite 0.4s;
    }
    .su-btu-text #arrow-icon-two {
        transform: translateX(0%);
        animation: color_anim 1s infinite 0.4s;
    }



    .cultures #arrow-icon-one {
        transform: translateX(0%);
        animation: color_anims_cultures 1s infinite 0.6s;
    }
    .cultures #arrow-icon-two {
        transform: translateX(0%);
        animation: color_anims_cultures 1s infinite 0.4s;
    }
    .cultures #arrow-icon-three {
        transform: translateX(0%);
        animation: color_anims_cultures 1s infinite 0.2s;
    }
  .icon-arrows #arrow-icon-one {
        transform: translateX(0%);
        animation: icon-arrows 1s infinite 0.6s;
    }
    .icon-arrows #arrow-icon-two {
        transform: translateX(0%);
        animation: icon-arrows 1s infinite 0.4s;
    }
    .icon-arrows #arrow-icon-three {
        transform: translateX(0%);
        animation: icon-arrows 1s infinite 0.2s;
    }


    @keyframes icon-arrows {
        0% {
            fill:rgba(235, 220, 174, 1)
        }

        50% {
            fill: var(--color-background);
            /*fill: rgba(255,255,255,1);*/
        }

        100% {
            fill: rgba(235, 220, 174, 1)
        }
    }



    @keyframes color_anims_cultures {
        0% {
            fill: rgba(120, 51, 30, 1);
        }

        50% {
            fill: var(--color-background);
            /*fill: rgba(255,255,255,1);*/
        }

        100% {
            fill: rgba(120, 51, 30, 1);
        }
    }



    .index-pc{
        display: none;
    }
    .app-index{
        display: block;
    }
    /*首页swiper的css*/
    .content{
        background-image: url("../img/index/app-bg.png");
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center;
        overflow-y: auto;
        position: relative;
    }

    .content:before{
        content: ' ';
        position: fixed;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url("../img/index/app-bg.png") center 0 no-repeat;
        background-size: cover;
        background-color: transparent;
    }
    .app-top{
        position: relative;
        height: 80vw;
    }
    .swiper {
        width: 100%;
        height: 80vw;
    }
    .swiper-wrapper{
        height: auto;
    }
    .swiper-slide {
        position: relative;
        text-align: center;
        font-size: var(--conten-font-size);
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0,0,0,0);
    }
    .swiper-slide img{
        width: 100%;
        height: 80vw;
        object-fit: fill;
    }
    .search-input{
        display: flex;
        align-items: center;
        position: absolute;
        bottom: -24px;
        width: calc(100% - 24px);
        z-index: 1;
        height: 48px;
        margin: 0 12px;
        border: 1px solid rgba(235, 220, 174, 0);
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 4px 15px  rgba(0, 0, 0, 0.1);
        border-radius: 64px;
    }
    .search-input .input{
        width: 100%;
        opacity: 1;
        border: none;
        border-radius: 64px;
        padding-left: 24px;
        font-size: var(--conten-font-size);
        outline: none;

    }

    .search-input.focused {
        border: 1px solid var(--main-font-color); /* 自定义边框颜色和粗细 */
        outline: none; /* 移除默认蓝色外边框（可选） */
    }

    .app-index .search-btu{
        display: flex;
        border-radius: 64px;
        align-items: center;
        justify-content: center;
        width: 64px;
        height: 36px;
        background: rgba(120, 51, 30, 1);
        margin-right: 6px;
        position: absolute;
        right: 0;
        z-index: 4;
    }
    .app-index .line img{
        width: 100% ;
        height: 7px;
    }
    .app-index .app-operation{
        padding-top: 48px;
        background-color: #ffffff;
        padding-bottom: 54px;
    }
    .app-index .operation-item{
        padding: 0 12px;
        padding-bottom: 24px;
    }
    .app-index .operation-item-one{
        position: relative;
        display: flex;
        padding: 24px;
        margin-top: 24px;
        width: 100%;
        height: 160px;
        background-size: 100% 100%;
        border-radius: 5px;
        background-image: url("../img/index/jpcx2.png");
        align-items: flex-end;
    }
    .app-index .operation-item-two{
        display: flex;
        position: relative;
        margin-top: 12px;
        width: 100%;
        padding: 24px;
        height: 160px;
        border-radius: 5px;
        background-size: cover;
        background-image: url("../img/index/jpbx2.png");
        align-items: flex-end;
    }

    .operation-btu .left{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 30%;
        border-radius: 5px 5px 0 0;
        /*background: linear-gradient(180deg, rgba(120, 51, 30, 1) 0%, rgba(120, 51, 30, 0) 100%);*/
    }

    .app-index .app-operation .operation-btu .text{
        width: 100%;
        height: 100%;
        border-radius: 2px;
    }
    .app-index .app-operation .operation-btu .text .title{
        font-size: 24px;
        display: flex;
        justify-content: space-between;
        font-weight: 700;
        color: rgba(235, 220, 174, 1);
        margin: 0 auto;
        position: relative;
    }
    /*.app-index .app-operation .operation-btu .text .title:after{*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    top: 20px;*/
    /*    width: 50px;*/
    /*    height: 2px;*/
    /*    content: '';*/
    /*    background: rgba(235, 220, 174, 1);*/
    /*}*/

    .app-index .app-operation .operation-btu .text .title_seo{
        font-size: 16px;
        color: rgba(255, 255, 255, 1);
    }

    .app-index .app-operation .operation-btu .text .title .title-t{
        display: flex;
        justify-content: center;
    }
    /*平台公告*/
    .app-index .app-notice{
        overflow: hidden;
        margin-top: -24px;
        width: 100%;
        opacity: 1;
        border-radius: 30px 30px 0px 0px;
        background: rgba(120, 51, 30, 1);
    }

    /*6.10平台公告改版新增*/
    .app-index .app-notice .app_notice_list {

    padding: 0 16px;
    }


    .app-index .app-notice .app_notice_list .app_notice_item{
        padding: 11px 14px;
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.1);
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
        height: 88px;
    }

    .app-index .app-notice .app_notice_list .app_notice_item .app_notice_left{
        display: flex;
        flex-direction: column;
        width: 35px;
    }
    .app-index .app-notice .app_notice_list .app_notice_item .app_notice_right{
        width: calc(100% - 50px);
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 400;
        line-height: 23.17px;
        color: rgba(255, 255, 255, 1);
    }
    .app_notice_item .app_notice_left .notice_month{
        font-size: 16px;
        font-weight: 400;
        line-height: 23.17px;
        text-align: center;
        color: rgba(235, 220, 174, 1);
        /*margin-left: 5px;*/
        margin-bottom: 5px;

    }

    .app_notice_item .app_notice_left .notice_day{
        font-size: 16px;
        font-weight: 400;
        line-height: 23.17px;
        text-align: center;
        color: rgba(235, 220, 174, 1);
        /*margin-right: 5px;*/
        margin-top: 5px;
        position: relative;
    }

    .app_notice_item .app_notice_left .notice_day:before{
        content: '';
        position: absolute;
        left: 5px;
        top: -5px;
        width: 30px;
        height: 2px;
        transform: rotate(160deg);
        background: rgba(235, 220, 174, 0.6);
    }

    .app-index .app-index-content-top{
        width: 150px;
        height: 52px;
        background-image: url("../img/index/notice.png");
        background-size: 100% 100%;
        margin:24px auto 48px auto;
    }
    .app-index .app-index-content-top .title{
        font-size: 24px;
        font-weight: 900;
        letter-spacing: 0px;
        line-height: 34.49px;
        color: rgba(255, 255, 255, 1);
        text-align: center;
        padding-top: 22px;
    }
    .app-index .app-index-content-top  .line{
        width: 32px;
        height: 1px;
        opacity: 1;
        background: rgba(235, 220, 174, 1);
        margin: 15px auto;
    }
    .app-index .app-notice .swiper-backface-hidden .swiper-slide{
        margin-right: 0 !important;
    }
    .app-index .app-notice .app-notice-item{
        /*width: 100%;*/
        /*width: calc((100% - 12px) / 2);*/
        height: 234px;
        /*margin-left: 28px;*/
        opacity: 1;
        margin-bottom: 12px;
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.1);
        padding: 26px 20px 0 20px;
    }

    .app-index .app-notice .app-notice-item .app-notice-item-time{
        width: 67px;
        height: 32px;
        opacity: 1;
        border-radius: 4px;
        background: rgba(235, 220, 174, 1);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 6px;
    }
    .app-index .app-notice .app-notice-item-time .line{
        height: 100%;
        width: 1px;
        opacity: 1;
        background: rgba(135, 67, 51, 1);
    }
    .app-index .app-notice .app-notice-item-time .time{
        font-size: 16px;
        font-weight: 700;
        line-height: 23.17px;
        color: rgba(135, 67, 51, 1);
    }
    .app-index .app-notice .app-notice-item .title{
        margin-top: 25px;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        /*letter-spacing: -1px;*/
        line-height: 23.17px;
        color: rgba(255, 255, 255, 1);
    }
    .app-index .app-notice .app-notice-item .remark{
        margin-top: 16px;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 21px;
        color: rgba(255, 255, 255, 1);
    }
    .bottom-more{
        width: 121px;
        height: 33px;
        opacity: 1;
        border-radius: 33px;
        border: 1px solid rgba(235, 220, 174, 0.2);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 24px auto 48px auto;

    }
    .bottom-more .text{
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 20.12px;
        color: rgba(235, 220, 174, 1);
    }
    /*    家谱文化*/
    .app-index .app-family .swiper-backface-hidden .swiper-slide{
        margin-right: 0 !important;
    }
    .app-index .app-family{
        margin-top: -24px;
        overflow: hidden;
        background-color: #ffffff;
        border-radius: 30px;
    }

    .familySwiper .swiper-slide {
        display: flex;
        justify-content: center;
    }

    .app-index .app-family .familySwiper {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        overflow: hidden;
        padding:10px 0 30px;
    }

    .outstanding-students{
        display: flex;
        justify-content: center;
        width: 100%;
        overflow: hidden;
    }
    .outstanding-students-swiper{
        width: 85%;
    }
    .swiper-slide{
        display: flex;
        justify-content: center;
    }



    .app-index .app-family .app-index-content-top{
        background-image: url("../img/index/family-bg.png");
    }
    .app-index .app-family .app-index-content-top .title{
        color: rgba(0,0,0,1);
    }
    .app-index .app-family .app-index-content-top .line{
        background: rgba(120, 51, 30, 1);
    }
    .app-index .app-family  .app-fa-item{
        width: 100%;
        height: 100%;
        opacity: 1;
        border-radius: 5px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    .app-index .app-family .swiper-slide-active .app-fa-item{
        margin:10px;
    }
    .app-index .app-family  .app-fa-item .xy-img{
        width: 100%;
        aspect-ratio: 4 / 3;
        border-radius: 5px;
    }
    .app-index .app-family  .app-fa-item img{
       width: 100%;
        height: 100%;
        border-radius: 5px;
    }
    .app-index .app-family  .app-fa-item .fa-content{
        padding: 12px;
    }
    .app-index .app-family  .app-fa-item .title{
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        height: 50px;
        line-height: 23.17px;
        color: rgba(120, 51, 30, 1);
        text-align: justify;
    }
    .app-index .app-family  .app-fa-item .remark{
        margin-top: 10px;
        font-size: 14px;
        height: 60px;
        font-weight: 400;
        letter-spacing: -1px;
        line-height: 21px;
        color: rgba(51, 51, 51, 0.6);
        text-align: justify;
    }
    .app-index .app-family .bottom-more{
        border: 1px solid rgba(120, 51, 30, 0.2);
        margin: 24px auto;
    }
    .app-index .app-family .bottom-more .text{
        color: rgba(120, 51, 30, 1);
    }
    .app-index .app-surname{
        display: flex;
        justify-content: center;
        margin-bottom: 32px;
    }
    .app-index  .surname-all .app-surname-title{
        display: flex;
        justify-content: center;
        margin-top: 32px;
        font-size: 24px;
        font-weight: 900;
        line-height: 34.49px;
        color: rgba(255, 255, 255, 1);
    }
    .app-index  .surname-all .app-surname-remark{
        display: flex;
        justify-content: center;
        margin-top: 16px;
        font-size: 12px;
        font-weight: 400;
        line-height: 17.38px;
        color: rgba(255, 255, 255, 0.8);
    }
    .app-index  .surname-all .app-surname-btu{
        margin-top: 46px;
        width: 121px;
        height: 33px;
        opacity: 1;
        border-radius: 618px;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(4px);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-weight: 700;
        color: rgba(255, 255, 255, 1);
    }
    /*    新闻动态*/
    .app-index .app-news{
        background-color: #ffffff;
        border-radius: 30px;
    }
    .app-index .app-news .app-index-content-top{
        background-image: url("../img/index/news.png");
    }
    .app-index .app-news .app-index-content-top .title{
        color: rgba(0,0,0,1);
    }
    .app-index .app-news .app-index-content-top .line{
        background: rgba(120, 51, 30, 1);
    }
    .app-index .news-top{
        position: relative;
        aspect-ratio: 4 / 3;
        overflow: hidden;
        border-radius: 5px;
    }
    .app-index .news-top img{
        width: 100%;
        height: auto;
        border-radius: 5px;
        object-fit: cover;
    }
    .app-index .news-top .news-title{
        position: absolute;
        width:100%;
        height: 66px;
        opacity: 1;
        background: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(5px);
        padding: 8px;
        left: 0px;
        bottom: 0px;
        display: flex;
        align-items: center;
        border-radius: 0 0 5px 5px;
    }
    .app-index .news-top .news-title .text{
        font-size: 17px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 24.62px;
        color: rgba(255, 255, 255, 1);
        text-align: justify;
        vertical-align: top;
    }
    .app-index .app-news{
        overflow: hidden;
        padding: 12px 12px 0 12px;
    }
    .app-index .app-news .news-item{
        margin-top: 10px;
        width: 100%;
        height: 66px;
        opacity: 1;
        border-radius: 4px;
        background: rgba(242, 242, 242, 1);
        padding: 8px 10px 8px 8px;
        display: flex;
        align-items: center;

    }
    .app-index .app-news .news-item .news-item-title{
        display: flex !important;
    }
    .app-index .app-news .news-item .news-item-title .dian{
        margin-top: 10px;
        margin-right: 16px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: rgba(120, 51, 30, 1);
    }
    .app-index .app-news .news-item .remark{
        flex: 1;
    }
    .app-index .app-news .bottom-more{
        border: 1px solid rgba(120, 51, 30, 0.2);
        margin: 24px auto;
    }
    .app-index .app-news .bottom-more .text{
        color: rgba(120, 51, 30, 1);
    }
    .app-index .app-introduce{
        padding: 32px;
    }
    .app-index .app-introduce img{
        width: 48px;
        height: 48px;
        opacity: 1;
        border-radius: 397px;
        margin-right: 16px;
    }
    .app-index .app-introduce .int-item{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 21px 18px 31px;
        width: 100%;
        height: 84px;
        opacity: 1;
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(20px);
        margin-top: 16px;
    }
    .app-index .app-introduce .int-item .introduce-title{
        flex: 1;
        font-size: 17px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }
    .app-index .app-introduce .int-item .introduce-remark{
        margin-top: 5px;
        flex: 1;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.6);
    }
    .app-index .app-introduce .int-item .left img{
        margin-left: 70px;
        width: 20px;
        height: 20px;
    }
    .app-index .app-introduce .int-item  .right{
        display: flex;
        align-items: center;
    }
}
