* {
    margin: 0;
    padding: 0;
}
:root {
    --primary: #D5A750;
    --color-primary: #666666;
    --green: #526F4A;
}
html,
body {
    width: 100%;
    min-width: 1100px;
    line-height: 1;
    overflow-x: hidden;
    word-wrap: break-word;
    word-break: break-all;
}
html body {
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
ul,
li {
    padding: 0;
    list-style: none;
}
a {
    color: #000;
    text-decoration: none;
}
img {
    border: none;
    vertical-align: middle;
}
input {
    border: none;
}
button {
    border: none;
    background-color: transparent;
}
p {
    margin: 0;
}
@media screen and (max-width: 750px) {
    .inner, .wrap-center {
        width: auto;
    }
    .comp-btn {
        font-size: 0.2rem;
        color: white;
        background: var(--primary);
        padding: 0.15rem 0.2rem;
        font-size: 0.26rem;
        border-radius: 1.75rem;
    }
    html {
        font-size: 13.33vw;
    }
    body {
        font-size: 0.28rem;
    }
    html,
    body {
        min-width: auto;
        background-image: none;  
    }
    .article p, .article p span, .article p a {
        font-size: 0.28rem !important;
    }
    .mark-layer {
        /*height: 400px !important;!*display: none !important;*!*/
    }
    .mark-layer .close-btn {
        right: 40px !important;
    }
    .mark-layer .img {
        width: 100% !important; height: unset !important;
        left: unset !important;
        top: 0% !important;
        transform: translateX(0%) translateY(0%) !important;
    }
    .custom-popup.custom-popup .layui-layer-setwin {
        right: 0.5rem;
        font-size: 0.05rem;
    }

    .custom-popup.custom-popup .layui-layer-setwin a {
        width: 0.3rem;
        height: 0.3rem;
        background-size: 0.3rem;
    }
    .custom-video .video {
        width: 6.9rem;
        height: 4.55rem;
    }
    .comp-banner {
        height: 3.0rem;
        padding-top: 0.72rem;
    }
    .comp-banner:after {
        bottom: -0.01rem;
        height: 0.4rem;
        background-image: url('https://uploads.customize.lingxi360.com/longyue/images/2023/0707/1bde982a48be35c82fb86c9b6105ab4f.png');
        background-size: 100% 1.06rem;
        background-position: center 0.1rem;
    }
    .comp-banner .banner-text:after {
        width: 3.3rem;
        height: 0.01rem;
        margin: 0.4rem auto;
    }
    .comp-banner .banner-text .text-title .title:before {
        top: -0.11rem;
        width: 0.41rem;
        height: 0.32rem;
    }
    .comp-banner .banner-text .text-title .title .title-cn {
        line-height: 0.46rem;
        font-size: 0.32rem;
    }
    .comp-banner .crumbs .link {
        margin-right: 0.5rem;
        line-height: 0.41rem;
        font-size: 0.28rem;
    }
    .comp-banner .crumbs .link:after {
        right: -0.4rem;
        width: 0.3rem;
        height: 0.3rem;
    }
    .comp-main-title {
        margin-bottom: 0.4rem;
    }
    .comp-main-title .title:before {
        top: -0.11rem;
        width: 0.41rem;
        height: 0.32rem;
    }
    .comp-main-title .title .title-cn {
        line-height: 0.52rem;
        font-size: 0.36rem;
    }
    .comp-main-title .title .title-en {
        line-height: 0.29rem;
        margin-left: 0.14rem;
        margin-bottom: 0.03rem;
        font-size: 0.2rem;
    }
    .comp-main-title .title .title-num {
        margin-left: 0.1rem;
        margin-bottom: 0;
        line-height: 0.35rem;
        font-size: 0.24rem;
    }
    .comp-main-title .title .title-num .num {
        color: #044928;
    }
    .comp-form {
        justify-content: space-between;
        margin-bottom: -0.3rem;
    }
    .comp-form > * {
        margin-right: 0;
        margin-bottom: 0.3rem;
    }
    .comp-form .form-input {
        width: 3.3rem;
        height: 0.78rem;
        padding: 0 0.2rem;
        border: 0.01rem solid #DCDFE6;
        border-radius: 0.08rem;
        font-size: 0.26rem;
    }
    .comp-form .form-time {
        padding-right: 0.1rem;
        background-size: 0.3rem 0.3rem;
        background-position: right 0.2rem center;
    }
    .comp-form .range-icon {
        margin-left: 0.06rem;
        margin-right: 0.06rem;
        line-height: 0.78rem;
        font-size: 0.29rem;
        color: #999999;
    }
    .comp-form .mobile-w100 {
        width: 100%;
    }
    .comp-form .form-btn {
        width: 3.3rem;
        height: 0.78rem;
        line-height: 0.78rem;
        font-size: 0.28rem;
    }
    .comp-nav {
        display: none;
    }
    .comp-tags {
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        margin: 0;
        overflow-x: auto;
        overflow-y: unset;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 0.3rem;
        margin-top: -0.2rem;
        padding-bottom: 0.08rem;
    }
    .comp-tags::-webkit-scrollbar {
        display: none;
    }
    
    .comp-tags .btn {
        flex-shrink: 0;
        padding-bottom: 0;
        font-size: 0.28rem;
        margin-right: 0.57rem;
        text-align: center;
    }
    
    .comp-tags .btn:last-child {
        margin-right: 0.3rem;
    }
    .comp-tags .btn.btn--active {
        font-weight: 400;
        font-weight: bolder;
        color: var(--primary);
    }
    .comp-tags .btn.btn--active:after {
        display: none;
    }
    .comp-main-header-title {
        line-height: 0.41rem;
        font-size: 0.28rem;
    }
    .comp-menu-list {
        width: 2.0rem;
        padding-top: 0;
        padding-left: 0;
    }
    .more.expend::before, .more.collapsed::before {
        font-size: 0.22rem;
    }
    .partner-wrap .more {
        margin-top: 0rem; margin-bottom: 0.3rem;
    }
    .comp-menu-list .item {
        width: 1.8rem;
        line-height: 0.41rem;
        font-size: 0.26rem;
    }
    .comp-menu-list .item.item--active {
        font-size: 0.28rem;
    }
    .comp-team-list {
        width: 100%;
        padding: 0 0.1rem;
        box-shadow: 0 0.04rem 0.12rem 0 rgba(0, 0, 0, 0.1);
        border-left: 0.04rem solid #91bc55;
        border-radius: 0.02rem;
    }
    .comp-team-list .item {
        line-height: 0.41rem;
        padding: 0.3rem;
        font-size: 0.28rem;
        border-bottom: 0.01rem dashed #91bc55;
    }
    .comp-team-list .item:before {
        width: 0.1rem;
        height: 0.1rem;
        margin-right: 0.2rem;
    }
    .comp-select .select-label {
        margin-right: 0.2rem;
        font-size: 0.32rem;
    }
    .comp-select .layui-form-select {
        width: 2.5rem;
    }
    .comp-select .layui-form-select .layui-input {
        padding: 0 0.2rem;
        border-radius: 0.72rem;
        border: 0.01rem solid #E4E7ED;
        font-size: 0.28rem;
    }
    .comp-select .layui-form-select dl dd {
        padding: 0 0.2rem;
    }
    .comp-select .layui-form-select dl dd.layui-select-tips {
        padding-left: 0.2rem !important;
    }
    .comp-select .layui-form-select .layui-edge {
        right: 0.2rem;
        width: 0.3rem;
        height: 0.3rem;
    }
    .comp-btn.btn--icon:after {
        width: 0.3rem;
        height: 0.3rem;
        margin-left: 0.1rem;
    }
    .comp-more {
        font-size: 0.26rem;
    }
    .comp-more:after {
        width: 0.3rem;
        height: 0.3rem;
        margin-left: 0.1rem;
    }
    .comp-more span {
        color: #CD2729;
    }
    .comp-crumbs {
        width: auto;
    }
    .comp-crumbs .link {
        margin-right: 0.1rem;
        line-height: 0.41rem;
        font-size: 0.28rem;
        color: #044928;
    }
    .comp-crumbs .link:after {
        right: -0.4rem;
        width: 0.3rem;
        height: 0.3rem;
    }
    .comp-empty {
        margin-top: 1.0rem;
    }
    .comp-empty .empty-icon {
        width: 3.4rem;
    }
    .comp-empty .empty-text {
        margin-top: 0.4rem;
        font-size: 0.26rem;
    }
    .comp-top {
        display: none !important;
    }
    .header-wrapper {
        display: none;
    }
    .mobile-header-wrapper {
        display: block;
        height: 1.1rem;
    }
    .mobile-header-wrapper.active .header-inner .menu-btn {
        background-image: url('https://file.lingxi360.com/form/20230907/64f99a6812307.png-scale560');
    }
    .mobile-header-wrapper .header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        width: 100%;
        height: 1.1rem;
        padding-right: 0.3rem;
        top: 0;box-sizing: border-box;
        z-index: 1000;
        background-color: #fff;
        box-shadow: 0 0.01rem 0 0 rgba(0, 0, 0, 0.15);
    }
    .mobile-header-wrapper .header-inner .logo-link {
        padding: 0 0.3rem;
    }
    .mobile-header-wrapper .header-inner .logo-link .logo {
        height: 0.74rem;
    }
    
    .mobile-header-wrapper .header-inner .menu-btn {
        width: 1.1rem;
        height: 100%;
        background-image: url('https://file.lingxi360.com/form/20230907/64f99a686698a.png-scale560');
        background-repeat: no-repeat;
        background-size: 0.5rem 0.5rem;
        background-position: center;
    }
    .mobile-menu-wrapper {
        display: none;
    }
    .mobile-menu-wrapper .menu-mask {
        position: fixed;
        top: 1.1rem;
        bottom: 0;
        z-index: 900;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8);
    }
    .mobile-menu-wrapper .menu-inner {
        display: flex;
        position: fixed;
        left: 0;
        right: 0;
        top: 1.1rem;
        z-index: 999;
        box-sizing: border-box;
        background-color: #fff;
        border-radius: 0 0 0.08rem 0.08rem;
    }
    .mobile-menu-wrapper .menu-inner .menu-list {
        max-height: calc(100vh - 1.1rem);
        padding: 0.2rem 0;
        box-sizing: border-box;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .mobile-menu-wrapper .menu-inner .menu-list::-webkit-scrollbar {
        display: none;
    }
    .mobile-menu-wrapper .menu-inner .menu-list .menu-list-link {
        display: block;
        width: 2.3rem;
        padding: 0.2rem 0.3rem;
        line-height: 0.48rem;
        box-sizing: border-box;
        font-size: 0.32rem;
        color: #999999;
    }
    .mobile-menu-wrapper .menu-inner .menu-list .menu-list-link + .menu-list-link {
        margin-top: 0.2rem;
    }
    .mobile-menu-wrapper .menu-inner .menu-list .menu-list-link.active {
        font-weight: 700;
        color: #044928;
        background-image: url('https://uploads.customize.lingxi360.com/longyue/images/2023/0707/3b670d329995221a71248bdb3f199ed1.png');
        background-repeat: no-repeat;
        background-size: 0.2rem 0.2rem;
        background-position: right 0.1rem center;
    }
    .mobile-menu-wrapper .menu-inner .sub-list {
        width: 0;
        flex: 1;
        max-height: calc(100vh - 1.1rem);
        padding: 0.2rem 0.3rem;
        background-color: #FAFAFA;
        box-sizing: border-box;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .mobile-menu-wrapper .menu-inner .sub-list::-webkit-scrollbar {
        display: none;
    }
    .mobile-menu-wrapper .menu-inner .sub-list .sub-list-item {
        display: none;
    }
    .mobile-menu-wrapper .menu-inner .sub-list .sub-list-item.active {
        display: block;
    }
    .mobile-menu-wrapper .menu-inner .sub-list .sub-list-item .sub-list-item-link {
        display: block;
        padding: 0.2rem 0.3rem;
        border-radius: 0.1rem;
        line-height: 0.41rem;
        font-size: 0.28rem;
        color: #666666;
    }
    .mobile-menu-wrapper .menu-inner .sub-list .sub-list-item .sub-list-item-link + .sub-list-item-link {
        margin-top: -0.06rem;
    }
    .mobile-menu-wrapper .menu-inner .sub-list .sub-list-item .sub-list-item-link.active {
        background-color: #E1ECD2;
        color: #044928;
        font-weight: bold;
    }
    .footer-wrapper {
        margin-top: 0;
    }
    .footer-wrapper .footer-main, .footer-wrapper .copyright {
        width: auto; padding-top: 0.6rem;padding-bottom: 0.6rem;padding-left: 0.35rem; padding-right: 0.35rem;font-size: 0.22rem;line-height: 0.36rem;
    }
    .footer-links-item.contact .link-box {
        display: none;
    }
    
    
    .footer-wrapper .footer-main .pc-footer-links .footer-links-item .link-box.active .link:after {
        content: '|';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
    /*页脚的样式写得不好，为了不改变html结构，牵强写出来，一个个样式判断，不能灵活，字数改变后需要调整padding: 0.32rem和margin: 0.32rem*/
    .footer-wrapper .footer-main .pc-footer-links .footer-links-item .link-box.active .link {
        font-size: 0.28rem;position: relative;margin-bottom: 0.4rem;
        font-weight: normal;
        padding-right: 0.32rem; 
    }
    .footer-wrapper .footer-main .pc-footer-links .footer-links-item {
        margin-right: 0.32rem !important;
        min-width: unset;
    }
    .footer-wrapper .footer-main .pc-footer-links .footer-links-item:nth-of-type(5) {
        margin-right: 0 !important;
    }
    .footer-wrapper .footer-main .pc-footer-links .footer-links-item:nth-of-type(5) .link-box.active .link {
        padding-right: 0 !important;
    }
    .footer-wrapper .footer-main .pc-footer-links .footer-links-item:nth-of-type(5) .link-box.active .link:after, .footer-wrapper .footer-main .pc-footer-links .footer-links-item:last-of-type .link-box.active .link:after {
        display: none;
    }
    .footer-wrapper .footer-main .pc-footer-links .footer-links-item.category .link-box {
        display: none;
    }
    .footer-wrapper .footer-main .pc-footer-links .footer-links-item.category .link-box:first-child {
        display: block;
    }
    .out-partner {
        height: auto;
    }
    .footer-links-item.contact .link-box:last-child {
        display: block;
        position: absolute;
        top: 3.25rem;
        left: 50%;
        transform: translate(-50%);
    }
    .footer-wrapper .footer-main .footer-logo {
        width: 2.8rem;margin:  0 auto; margin-bottom: 0.6rem;
    }
    .footer-wrapper .footer-main .pc-footer-links .footer-links-item.contact {
        text-align: center;width: 100%; margin-right: 0 !important;
    }
    .footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list {
        width: 3.2rem; margin: 0 auto;
    }
    .footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item .follow-item-link {
        width: 0.8rem;height: 0.8rem;
    }
    .footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item .follow-item-link.sina, .footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item .follow-item-link.douyin, .footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item .follow-item-link.wechat {
        background-size: 0.8rem 0.8rem;
    }
    .footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item + .follow-item {
        margin-left: 0.4rem;
    }
    .pc-footer-links {
        width: 100%;
    }
    .footer-wrapper .footer-main .pc-footer-links .footer-links-item .link-box .link {
        line-height: 0.28rem; margin-bottom: 0.4rem;
    }
    .footer-wrapper .copyright p {
        display: block;
    }
    .footer-wrapper .copyright p img {
        height: 0.18rem !important;margin-top: 0.0rem !important;
    }
    


    .index-wrapper .banner-main {
        margin-top: 0;
    }
    .index-wrapper .banner-main:after {
        bottom: -0.01rem;
        height: 0.4rem;
        background-size: 100% 1.06rem;
        background-position: center 0.1rem;
    }
    .index-wrapper .banner-main .swiper-pagination {
        bottom: 0.48rem;
        transform: scale(0.6);
        transform-origin: center bottom;
        right: 0.5rem;
    }
    .index-wrapper .banner-main .box {
        height: 3.9rem;
    }
    .index-wrapper.partent {
        padding-bottom: 0.5rem;
    }
    .index-wrapper .banner-main .box .box-text {
        width: auto;
        padding: 0 0.3rem;
        bottom: 0.92rem;
    }
    .index-wrapper .banner-main .box .box-text .title {
        line-height: 0.4rem;
        font-size: 0.3rem;
    }
    .index-wrapper .banner-main .box .box-text .comp-btn {
        display: none;
    }
    .index-wrapper .main {
        width: auto;
        padding: 0 0.3rem;
    }
    .index-wrapper .number .item .item-text .num {
        line-height: unset;font-size: 0.26rem;
    }
    .index-wrapper.project {
        margin-top: 0.4rem;margin-bottom: 0.4rem;
    }
    .index-wrapper .wrap-center {
        margin-top: 0.4rem;margin-bottom: 0.4rem;padding: 0 0.3rem;
    }
    .index-wrapper .number .item .item-text .title {
        font-size: 0.22rem;margin-top: 0.06rem;
    }
    .index-wrapper .number .item .item-icon {
        width: 0.88rem; height: 0.88rem;margin-bottom: 0.15rem;
    }
    .index-wrapper .number .item .item-text .countup-num {
        font-size: 0.26rem;
    }
    .radius {
        border-radius: 0.1rem;
    }
    .common-title {
        margin-top: 0.4rem;margin-bottom: 0.3rem;font-size: 0.3rem;padding-left: 0.5rem;background-size:  0.4rem;
    }
    .project-main .common-title, .index-wrapper .common-title {
        font-size: 0.3rem;background-size: 0.4rem;padding-left: 0.5rem;
    }
    .index-wrapper.project .list .item {
        height: unset;margin-bottom: 0.4rem;
    }
    .index-wrapper.project .list .item:last-child {
        margin-bottom: 0;
    }
    .index-wrapper.project .list .item .item-img {
        width: 6.9rem;height: 4.75rem;
    }
    .index-wrapper.project .list .item .item-img .img {
        border-radius: 0.05rem;
    }
    .index-wrapper.project .list .item .item-text {
        padding: 0.3rem; height: unset; padding-bottom: 0.4rem;
    }
    .index-wrapper.project .list .item .item-text .title, .index-wrapper.project .list .item .item-text .summary {
        font-size: 0.28rem;line-height: 0.46rem;
    }
    .index-wrapper.project .list .item .item-text .summary {
        margin-top: 0.3rem;
    }
    .index-wrapper.project .list .item .item-text .img-btn, .index-wrapper.project .list .item .item-text.green {
        display: none;
    }
    .index-wrapper.project-result .map-box {
        flex-wrap: wrap;
    }
    .index-wrapper.project-result .map-box .text-box {
        width: 100%; padding: 0.3rem 0.4rem;height: unset;
    }
    .index-wrapper.project-result .map-box .text-box .text-list .text-list-item {
        justify-content: space-between;
    }
    .index-wrapper.project-result .map-box .text-box .text-list .text-list-item.marginb {
        padding-top: 0.3rem;padding-bottom: 0.2rem;margin-bottom: 0.3rem;
    }
    .index-wrapper.project-result .map-box .text-box .text-list .text-list-item .title{
        font-size: 0.28rem;
    }
    .index-wrapper.project-result .map-box .text-box .text-list .text-list-item .info .info-num .unit  {
        font-size: 0.28rem;margin-left: 0.1rem;
    }
    .index-wrapper.project-result .map-box .text-box .text-list .text-list-item .info .info-num .num {
        font-size: 0.32rem;
    }
    .index-wrapper.project-result .map-box .text-box .text-list .text-list-item.no-border {
        padding-top: 0.2rem;
    }
    .index-wrapper.project-result .map-box .text-box .text-list .text-list-item:last-child {
        padding-top: 0.3rem; padding-bottom: 0rem;
    }

    .index-wrapper.project-result .map-box .map {
        width: 6.4rem;height: 4.86rem; margin:  0 auto 0.6rem auto;
    }
    .index-wrapper.project-result .map-box .text-box .top-text {
        margin-top: 0.1rem;font-size: 0.28rem;
    }
    .index-wrapper.partent .partner-list .swiper-button-prev, .index-wrapper.partent .partner-list .swiper-button-next {
        display: none;
    }
    .common-title .com-more {
        font-size: 0.26rem; color: #999999;
    }
    .dynamic .list .item--big {
        width: 6.9rem; height: 3.66rem;
    }
    .dynamic .list .item--big .item-img p {
        height: 0.88rem;font-size: 0.28rem;line-height: 0.88rem;padding-left: 0.2rem;padding-right: 0.2rem;
    }
    .dynamic .wrap-center {
        background: #FAFAFA;padding-top: 0.01rem;
    }
    .dynamic .list .item--text {
        background:  transparent;margin-left: 0; width: 100%; border-bottom-width: 0.01rem; 
    }
    .dynamic .list .item--text:last-child {
        border: none;
    }
    .dynamic .list .item--text:last-child .flex{
        padding-bottom: 0;
    }
    .dynamic .list .item--text .text .title {
        width: 5.5rem; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal; margin-bottom: 0; font-size: 0.28rem; 
    }
    .dynamic .list .item--text .text .summary {
        display: none;
    }
    .dynamic .list .item--text .flex .date-wrap {
        border-left-width: 0.01rem;
        font-size: 0.26rem;
    }
    .dynamic .list .item--text .flex .date-wrap .date .d:after {
        height: 0.01rem;width: 0.15rem;
    }
    .dynamic .list .item--text .flex .date-wrap .month {
        font-size: 0.22rem;
    }
    .dynamic .list .item--text .flex {
        align-items: center;padding-bottom: 0.3rem;
    }
    .dynamic .list .item--text a:last-child .flex {
        padding-bottom: 0;
    }
    .project-main {
        width: unset;padding: 0.01rem 0.3rem;
    }
    .project-main .intro {
        flex-wrap: wrap;flex-direction: column-reverse;
    }
    .project-main .intro .img-box {
        width: 6.9rem;height: 4.2rem;
    }
    .project-main .intro .img-box .img {
        height: 100%;object-fit: cover;border-radius: 0.08rem;
    }
    .project-main .intro .text .text-summary {
        font-size: 0.28rem;line-height: 0.46rem;margin-top: 0.3rem;margin-right: 0;
    }
    .video .list .item--big, .video .list .item--small {
        width: 6.9rem;height: 4.46rem;
    }
    .video .list .item--small {
        margin-left: 0;
    }
    .video .list .item {
        margin-bottom: 0.4rem;
    }
    .video .list .item-img p {
        background:  transparent;padding-left: 0.3rem;height: auto;padding-bottom: 0.4rem;
    }
    .video .list .item--big .item-img p, .video .list .item--small .item-img p {
        height: unset; line-height: unset;
    }
    .index-wrapper.donate .table-box {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .index-wrapper.donate .table-box {
        margin-top: 0.2rem;
        overflow-y: unset;
    }
    .index-wrapper.donate .table-box .table-thead {
        width: max-content;
        height: auto;
        font-size: 0.26rem;
        box-shadow: 0 0.04rem 0.05rem 0 rgba(226, 226, 226, 0.47);
    }
    .index-wrapper.donate .table-box .table {
        width: max-content;
        height: 5.0rem;
        line-height: 0.38rem;
        border: 0.01rem solid #F0F0F0;
    }

    .index-wrapper.donate .table-box .table-th,
    .index-wrapper.donate .table-box .table .table-td {
        padding: 0.2rem;
    }
    .index-wrapper.donate .table-box .table-th:nth-child(1),
    .index-wrapper.donate .table-box .table .table-td:nth-child(1) {
        padding-left: 0.2rem;
        width: 2.78rem;
    }
    .index-wrapper.donate .table-box .table-th:nth-child(2),
    .index-wrapper.donate .table-box .table .table-td:nth-child(2) {
        width: 2.78rem;
    }
    .index-wrapper.donate .table-box .table-th:nth-child(3),
    .index-wrapper.donate .table-box .table .table-td:nth-child(3) {
        width: 2.78rem;
    }
    .index-wrapper.donate .table-box .table-th:nth-child(4),
    .index-wrapper.donate .table-box .table .table-td:nth-child(4) {
        width: 2.78rem;
    }
    .index-wrapper.donate .table-box .table-th:nth-child(5),
    .index-wrapper.donate .table-box .table .table-td:nth-child(5) {
        width: 4.0rem;
    }
    .index-wrapper.donate .table-box .table-th:nth-child(6),
    .index-wrapper.donate .table-box .table .table-td:nth-child(6) {
        width: 2.06rem;
    }
    .index-wrapper.donate .table-box .table .table-tbody {
        font-size: 14px;
    }
    .comp-partner-list {
        width: auto;
    }
    .index-wrapper .comp-partner-list .item {
        width: 1.72rem;
    }
    .index-wrapper .comp-partner-list .item .item-img {
        height: 0.86rem;margin-right: 0.16rem;padding:  0.1rem;margin-bottom: 0.2rem;
    }
    .index-wrapper .comp-partner-list .item:nth-of-type(4n) .item-img {
        margin-right: 0;
    }
    .project-full-page.content-full {
        padding-bottom: 0.4rem;
    }
    .project-wrapper .banner-main {
        width: 7.5rem;height: 3.9rem;
    }
    .project-wrapper .banner-main .text-box {
        width: 100%;bottom: 0.8rem;left: 0.3rem;
    }
    .project-wrapper .banner-main .text-box .text {
        width: 5.5rem;height: 2.26rem;padding: 0.3rem 0.4rem;border-radius: 0.08rem;
    }
    .project-wrapper .banner-main .text-box .text .text-title {
        font-size: 0.32rem;
    }
    .project-wrapper .banner-main .text-box .text .text-summary {
        display: none;
    }
    .project-wrapper .banner-main .text-box .text .btn-wrap {
        width: 1.86rem;height: 0.6rem;bottom: 0.4rem;
    }
    .project-wrapper .banner-main .text-box .text .text-btn {
        font-size: 0.28rem;width: 100%;height: 100%;
    }
    .project-main .number {
        margin-top: 0.4rem;
    }
    .project-main .number .item {
        display: inline-block;width: 33.3333%;text-align: center;
    }
    .project-main .number .item .item-icon {
        width: 0.88rem; height: 0.88rem;margin-bottom: 0.15rem;margin-right: 0rem;
    }
    .project-main .number .item .item-text .num {
        font-size: 0.16rem;line-height: unset;
    }
    .project-main .number .item .item-text .countup-num {
        font-size: 0.4rem;
    }
    .project-main .number .item .item-text .title {
        font-size: 0.22rem;line-height: unset;
    }
    .project-wrapper .project-main .list-box {
        flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; 
    }
    .project-wrapper .project-main .list-box.list-box--4 .list-item {
        width: 4.31rem;height: 5.11rem;border-radius: 0.13rem;flex-shrink: 0;margin-right: 0.28rem;
    }
    .project-wrapper .project-main .list-box.list-box--4 .list-item:nth-child(4n) {
        margin-right: 0.28rem;
    }
    .project-wrapper .project-main .list-box .list-item {
        margin-bottom: 0;
    }
    .project-wrapper .project-main .list-box .list-item .item .item-img .item-img-text {
        padding: 0;
    }
    .project-wrapper .project-main .list-box .list-item .item .item-img .item-img-text .title {
        font-size: 0.36rem;padding: 0.4rem 0.3rem;
    }
    .project-main .content, .project-main .story {
        padding: 0;
    }
    .project-full-page.video-full {
        padding-bottom: 0.4rem;
    }
    .effect .timeline {
        margin-top: 0;
    }
    .effect .timeline .timeline-item .list {
        padding-left: 1.19rem;
    }
    .effect .timeline:before {
        left: 1.19rem;
    }
    .effect .timeline .timeline-item .timeline-time:before {
        left: 1.1rem;
    }
    .effect .timeline .timeline-item .list .list-item .box {
        display: block;margin-top: 0.1rem;padding: 0.2rem;
    }
    .effect .timeline .timeline-item .timeline-time .year {
        font-size: 0.28rem;
    }
    .effect .timeline .timeline-item .timeline-time .date {
        font-size: 0.24rem;
    }
    .effect .timeline .timeline-item .list .list-item:last-of-type {
        padding-left: 0.3rem;
    }
    .effect .timeline .timeline-item .list .list-item .title {
        font-size: 0.28rem;
    }
    .effect .timeline .timeline-item .list .list-item .box .box-text {
        font-size: 0.28rem;line-height: 0.46rem;
    }
    .effect .timeline .timeline-item .list .list-item .box .box-img {
        width: 100%;margin: 0;height: unset;margin-top: 0.1rem;
    }
    .project-result-full .comp-pagenation {
        padding-left: 0;padding-right: 0;
    }
    .project-main .gallery {
        margin-top: 0.4rem;
    }
    .project-main .gallery .pc-gallery-list {
        margin-top: 0.4rem;
    }
    .project-main .gallery .pc-gallery-list .list {
        height: 4.22rem;
    }
    .project-main .gallery .pc-gallery-list .list li .item {
        width: 5.62rem;height: 4.22rem;
    }
    .project-main .gallery .pc-gallery-list .list li .item .item-text .title {
        line-height: 0.37rem;font-size: 0.28rem;height: 0.98rem;line-height: 0.98rem;text-indent: 0.3rem;
    }
    .project-full-page .project-main.gallery-main {
        padding-bottom: 0.4rem;
    }
    .story-full {
        margin-bottom: 0.4rem;
    }
    .project-main .story .list .item {
        width: 100%; height: unset;display: flex;margin-bottom: 0.4rem;
    }
    .project-main .story .list .item .item-img-box {
        width: 2.73rem;height: 1.8rem;
    }
    .project-main .story .list .item .item-text {
        padding-left: 0.3rem;padding-top: 0;width: 0;flex: 1;
    }
    .project-main .story .list .item .item-text .summary {
        display: none;
    }
    .project-main .story .list .item .item-text .title {
        font-size: 0.28rem;line-height: 0.46rem;white-space: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; line-clamp: 4; -webkit-line-clamp: 4; -webkit-box-orient: vertical; 
    }
    .comp-main {
        width: 100%;
    }
    .comp-main .main-inner {
        margin-top: 0;
    }
    .comp-main .main-inner .main-nav {
        display: none;
    }
    .comp-banner {
        padding-top: 0;width: 7.5rem; height: 3.5rem;
    }
    .comp-banner .text .text-title {
        width: 100%;font-size: 0.46rem;display: block;position: absolute;left: 0.3rem;bottom: 0.67rem;height: unset;line-height: 0.46rem;
    }
    .article-detail .comp-main {
        width: 100%;
    }
    .comp-main .main-inner .main-content {
        width: 100%;padding: 0.3rem 0.3rem 0 0.3rem;box-sizing: border-box;box-shadow: none;
    }
    .comp-main .main-inner .main-content .comp-title {
        margin-bottom: 0.3rem;font-size: 0.32rem;
    }
    .comp-main .main-inner .main-content .tips {
        margin-top: 0.3rem;
    }
    .comp-main .main-inner .main-content p {
        font-size: 0.28rem;
    }
    .comp-main .main-inner .main-content img, .comp-main .main-inner .main-content video {
        max-width: 100%; height: unset;
    }
    .common-box.council-box {
        flex-wrap: wrap;width: 100%;
    }
    .common-box .img-box {
        width: 1.8rem; height: 2.4rem;margin-right: 0.3rem; margin-bottom: 0.2rem;
    }
    .common-box .text {
        width: 4.8rem;
    }
    .common-box .text .text-summary {
        font-size: 0.28rem; line-height: 0.46rem;margin-top: 0.2rem;-webkit-line-clamp: unset;
    }
    .common-box.council-box:after {
        content:  '';
        display: block;
        height: 0.01rem;
        width: 100%;
        background: #E4E7ED;
        margin: 0.3rem 0;
    }
    .common-box:last-of-type .img-box {
        margin-bottom: 0.3rem;
    }
    .article-wrapper .contact {
        flex-wrap: wrap;margin-top: 0;
    }
    .contact-right, .contact-right #map {
        width: 100%;
    }
    .contact-right #map {
        height: 4.1rem;
    }
    .article-wrapper .contact .item-title, .article-wrapper .contact .item-value {
        font-size: 0.28rem;
    }
    .article-wrapper .contact .item-title {
        padding-left: 0.6rem;
    }
    .article-wrapper .contact .item-title {
        background-size: 0.45rem;
    }
    .donation-wrapper {
        padding-bottom: 0rem;
    }
    .donation-wrapper .main-title {
        font-size: 0.28rem;
    }
    .donation-wrapper .nums {
        margin-top: 0.3rem;
    }
    .donation-wrapper .nums .num {
        width: 0.42rem;height: 0.58rem;font-size: 0.29rem;margin-right: 0.1rem;
        line-height: unset; color: var(--green);
    }
    .donation-wrapper .nums .symbol {
        font-size: 0.29rem;margin-right: 0.1rem;line-height: unset;height: unset;margin-top: 0.15rem;
    }
    .donate-count {
        font-size: 0.26rem;margin-top: 0.25rem;
    }
    .donation-wrapper .main {
        margin-top: 0.4rem;
    }
    .comp-form .form-input {
        width: 3.3rem !important; float: left;
    }
    .donation-wrapper .main-inner {
        width: 100%;
    }
    .donation-wrapper .table-box {
        margin-top: 0.4rem;
    }
    .donation-wrapper .table-box{
        width: 100%;
        overflow-x: auto;
    }
    .donation-wrapper .table-box .table  {
        width: 16rem;
    }
    .donation-wrapper .table-box .table th, .donation-wrapper .table-box .table td {
        padding: 0.08rem 0.2rem 0.08rem 0;
    }
    .comp-form .range-icon, .comp-form .form-btn {
        float: left;margin-right: 0 !important; margin-left: 0 !important;
    }
    .donation-wrapper .main.income-main .table-box .table th:nth-child(1), .donation-wrapper .main.income-main .table-box .table td:nth-child(1) {
        width: 4rem;
    }
    
    .donation-wrapper .main.income-main .table-box .table th:nth-child(2),
    .donation-wrapper .main.income-main .table-box .table td:nth-child(2) {
        width: 3rem;
    }
    .donation-wrapper .main.income-main .table-box .table th:nth-child(3),
    .donation-wrapper .main.income-main .table-box .table td:nth-child(3) {
        width: 3rem;
    }
    .donation-wrapper .main.income-main .table-box .table th:nth-child(4),
    .donation-wrapper .main.income-main .table-box .table td:nth-child(4) {
        width: 3rem;
    }
    .donation-wrapper .main.income-main .table-box .table th:nth-child(5),
    .donation-wrapper .main.income-main .table-box .table td:nth-child(5) {
        width: 7rem;
    }
    .donation-wrapper .main.income-main .table-box .table th:nth-child(6),
    .donation-wrapper .main.income-main .table-box .table td:nth-child(6) {
        width: 2rem;
    }
    
    .donation-wrapper .comp-pagenation {
        margin-top: 0rem;
    }
    .file-wrapper .list-main {
        padding: 0.3rem 0.3rem 0 0.3rem;
    }
    .file-wrapper .item .item-btns {
        display: none;
    }
    .file-wrapper .item .item-title {
        font-size: 0.28rem;
    }
    .file-wrapper .item .item-icon {
        width: 0.3rem;height: 0.3rem;
    }
    .file-wrapper .item {
        padding: 0.5rem 0.3rem;height: auto; line-height: unset;background: #FAFAFA;border-radius: 0.08rem;
    }
    .file-wrapper .item .item-title {
        margin-left: 0.1rem;
    }
    .file-wrapper .item + .item {
        margin-top: 0.3rem;
    }
    .comp-empty {
        margin: 1rem auto !important;
    }
    .news {
        width: auto;
    }
    .news .list li {
        padding: 0.3rem;
    }
    .news .common-box .img-box {
        width: 2.7rem;height: 1.8rem;
    }
    .news .common-box .text .text-summary {
        display: none;
    }
    .news .common-box .text {
        width: 0;
    }
    .common-box .text .text-title {
        font-size: 0.28rem;line-height:  0.46rem;white-space: unset;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;
    }
    .work-wrapper .common-box .text .text-title {
        height: 1.3rem;
    }
    .video-wrapper .list-main {
        padding: 0.4rem 0.3rem;
    }
    .video-wrapper .comp-pagenation {
        width: 100%;
    }
    .news .common-box .date {
        margin-top: 0.25rem;
    }
    .video-wrapper .list-main .item {
        width: 100%;margin-right: 0;margin-bottom: 0.4rem;display: flex;
    }
    .video-wrapper .list-main .item .item-img {
        width: 2.73rem;height: 1.79rem;margin-right: 0.3rem;
    }
    .video-wrapper .list-main .item .item-text {
        padding: 0;
    }
    .video-wrapper .list-main .item .item-text .title {
        line-height: 0.46rem;font-size: 0.28rem;
    }
    .video-wrapper .list-main .item .item-img:after {
        background-size: 0.5rem;
    }
    .partner-wrap .main {
        margin-top: 0;
    }
    .comp-main .main-inner.partner-wrap {
        padding: 0.3rem;
    }
    .partner-wrap .comp-title {
        font-size: 0.3rem; margin-bottom: 0.25rem; padding-left: 0.55rem;background-size:  0.5rem;
    }
    .partner-wrap .comp-partner-list {
        margin-bottom: 0;
    }
    .partner-wrap .comp-partner-list .item {
         width: unset;
    }
    .partner-wrap .comp-partner-list .item .item-img {
       height: 1.1rem; width: 2.1rem; margin-right: 0.3rem;margin-bottom: 0.3rem;padding:  0.1rem;
    }
    .partner-wrap .comp-partner-list .item:nth-of-type(3n) .item-img {
        margin-right: 0;
    }
    .partner-wrap .comp-partner-list .item .item-text {
        display: none;
    }
    .partner-wrap .partner-wrap .more {
        font-size: 0.22rem; margin-top: 0.1rem;margin-bottom: 0.4rem;
    }
    .more .down {
        width: 0.3rem;height: 0.22rem;background-size:  0.22rem;margin-left: 0;top: 0.02rem;
    }
    .project-partner-list .item-list {
        width: 100%;
    }
    .to-donate-wrapper .main-inner {
        padding: 0rem 0.3rem;
    }
    .to-donate-wrapper .common-box .img-box {
        width: 6.9rem;height: 4.84rem;
    }
    .to-donate-wrapper .support-title .text {
        width: 3.5rem;line-height: 0.7rem; padding-left: 0.3rem;
    }
    .to-donate-wrapper .support-title {
        width: 100%; padding: 0;
    }
    .to-donate-wrapper .btn, .common-btn {
        padding: 0.2rem;font-size: 0.28rem; margin-right: 0.3rem;
    }
    .to-donate-wrapper .donate-info {
        padding: 0.4rem 0 0 0;
    }
    .to-donate-wrapper .donate-info .pay-btn {
        width: 6.9rem;box-sizing: border-box;height: 1.29rem;font-size: 0.28rem;line-height: 1.36rem;
    }
    .to-donate-wrapper .donate-info .pay-btn::after {
        background-size: 0.4rem;
    }
    .to-donate-wrapper .donate-info .pay-btn::before {
        background-size: 0.5rem;
    }
    .to-donate-wrapper .bank-donate .title {
        font-size: 0.28rem; margin-bottom: 0.2rem;
    }
    .to-donate-wrapper .bank-donate {
        box-sizing: border-box; padding: 0.4rem 0.3rem;
    }
    .to-donate-wrapper .list.list--2 .item, .to-donate-wrapper .list.list--3 .item {
        width: 6.9rem;overflow: unset;height: unset; margin-right: 0; margin-bottom: 0.3rem;
    }
    .to-donate-wrapper .list .item .item-img {
        height: 4.75rem;
    }
    .to-donate-wrapper .word {
        border: 0.01rem solid #E4E7ED; padding: 0.3rem;
    }
    .to-donate-wrapper .list .title {
        font-size: 0.28rem;padding: 0 0 0.05rem 0;position: unset;color: #333;
    }
    .to-donate-wrapper .list .summary {
        color: #666666;font-size: 0.28rem;line-height: 0.46rem;
    }
    .to-donate-wrapper .common-box.council-box:after {
        display: none;
    }
    .to-donate-wrapper .list .mask {
        display: none;  
    }
    .to-donate-wrapper .btn-group .part {
        margin-right: unset;height: 0.7rem;padding: 0.2rem;margin-top: 0;margin-bottom: 0.8rem;
    }
    .to-donate-wrapper .btn-group .part:nth-of-type(2) {
        margin-left: unset;
    }
    .to-donate-wrapper .btn-group .btn img {
        width: 0.4rem;margin-right: 0.1rem;
    }
    .to-donate-wrapper .list .item {
        border-radius: 0.08rem;overflow:hidden;
    }
    .to-donate-wrapper .list.list--4 {
        justify-content: space-between;
    }
    .to-donate-wrapper .list.list--4 .word {
        padding: 0.2rem;height: 1.42rem;box-sizing: border-box;background:  var(--green);border-top: 1px solid var(--green);
    }
    .to-donate-wrapper .list.list--4 .title {
        font-size: 0.26rem; line-height: 0.46rem;color: white;font-weight: normal;
    }
    .to-donate-wrapper .list.list--4 .item {
        width: 3.3rem;
    }
    .to-donate-wrapper .list.list--4 .item .item-img {
        width: 3.3rem;height: 2.26rem;
    }

    .to-donate-wrapper .list.list--4 .summary {
        display: none;
    }
    .comp-main .comp-crumbs {
        margin-top: 0.4rem; padding: 0 0.3rem;
    }
    .footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item .follow-item-link .qrcodes .qr-content {
        margin-right: 0.2rem;
    }
    .footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item .follow-item-link .qrcodes .qr-content img {
        width: 1.2rem;
    }
    .footer-wrapper .footer-main .pc-footer-links .footer-links-item .follow-list .follow-item .follow-item-link .qrcodes .qr-content p {
        font-size: 0.26rem;margin-top: 0.1rem;
    }
    .comp-pagenation {
        width: 100%;
    }
    .work-wrapper .list {
        padding: 0.4rem 0.3rem;
    }
    .article-detail .comp-main .main-inner .main-content .comp-title {
        margin-bottom: 0.1rem;
    }
    .article-detail .comp-main .main-inner .main-content .info {
        font-size: 0.22rem;
    }
    .article-detail .comp-main .main-inner .main-content .article {
        margin-top: 0.6rem;
    }
}
@media screen and (max-width: 750px) and (any-hover: hover) {
    .comp-banner .crumbs .link:hover {
        opacity: 0.7;
    }
    .project-main .gallery .pc-gallery-list .list li:hover .item {
        width: unset;height: unset;
    }
}
@media screen and (max-width: 750px) and (any-hover: hover) {
    .comp-form .form-btn:hover {
        opacity: 0.7;
    }
}
