*, html {
    margin: 0;
    padding: 0;
}

[v-cloak] {
    display: none;
}

.single-line-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#indexVue {
    width: 100%;
    height: auto;
    background-image: url("../../common/image/index_bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

#indexVue .index-banner {
    display: flex;
    padding: 3vw 4vw;
    background-color: var(--main-color);
}

#indexVue .index-banner-icon {
    width: 7vw;
    display: block;
    margin-left: 4vw;
}

#indexVue .index-banner-user {
    border-radius: 50%;
}

#indexVue .index-banner-img {
    width: 35vw;
    display: block;
    margin-right: 36vw;
    margin-left: 0;
}

#indexVue .index-banner-bg {
    width: 100vw;
}

#indexVue .index-icon-link {
    margin: 5vw 4vw 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#indexVue .index-icon-link-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#indexVue .index-icon-link-item img {
    width: 10vw;
    display: block;
    margin-bottom: 2vw;
}

#indexVue .index-icon-link-item span {
    font-size: 3vw;
    font-weight: 400;
    color: #393939;
}

#indexVue .index-jz-info-swiper {
    margin: 6vw 4vw 0;
    position: relative;
    display: flex;
    align-items: center;
}

#indexVue .index-jz-info-swiper img {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
}

#indexVue .index-jz-info-cnt {
    display: flex;
    align-items: center;
    font-size: 3vw;
    font-weight: 400;
    color: #333333;
}

#indexVue .index-jz-info-tip {
    position: absolute;
}

#indexVue .index-jz-info-tip div {
    font-size: 3vw;
    font-weight: 400;
    line-height: 4vw;
    padding-left: 9vw;
}

#indexVue .index-jz-info-tip div:first-child {
    color: #C46811;
}

#indexVue .index-jz-info-tip div:last-child {
    color: #A40000;
}

#indexVue .jz-list-info-time {
    color: #A40000;
}

#indexVue .more-jz-list {
    color: #A40000;
    position: absolute;
    right: 2vw;
}

#indexVue .index-jz-info-body {
    position: absolute;
    overflow: hidden;
    left: 18vw;
}

#indexJzInfoSwiper {
    width: 68vw;
}

#indexVue .jz-list-info-name {
    width: 50vw;
}

#indexVue .index-project-box {
    margin: 0 4vw;
}

#indexVue .index-header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 7vw;
}

#indexVue .index-header-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#indexVue .index-header-title img {
    width: 6vw;
}

#indexVue .index-header-title span {
    font-size: 5vw;
    font-weight: bold;
    color: #333333;
    padding-left: 2vw;
}

#indexVue .index-header-more {
    font-size: 3vw;
    font-weight: 400;
    color: #999999;
}

#indexVue .index-project-item {
    position: relative;
    margin-top: 3vw;
}

#indexVue .index-project-item-bg {
    width: 100%;
    height: 49vw;
    overflow: hidden;
    border-radius: 2vw;
    position: relative;
}

#indexVue .index-project-item-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 3vw;
    left: 3vw;
    right: 3vw;
    width: 87vw;
    overflow: hidden;
}

#indexVue .index-project-item-view {
    overflow: hidden;
    background-image: url("../../common/image/index_project_btn.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #FFFFFF;
    font-size: 4vw;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1vw 3vw;
}

#indexVue .index-project-item-name {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#indexVue .index-project-item-name > span:first-child {
    font-size: 4vw;
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 1vw;
    width: 60vw;
}

#indexVue .index-project-item-name > span:last-child {
    font-size: 3vw;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

#indexVue .index-project-item-name > span:last-child img {
    width: 3vw;
    padding-right: 1vw;
}

#indexVue .index-project-item-cover {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20vw;
    background: linear-gradient(360deg, rgba(20, 20, 20, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 2vw;
}

#indexVue .no-data-project {
    font-size: 3vw;
    font-weight: 400;
    color: #bfbfbf;
    text-align: center;
    padding: 10vw 0;
    background: rgba(255, 255, 255, 0.5);
    margin-top: 3vw;
}

#indexVue .index-donation-story-box {
    margin: 0 4vw;
}

#indexVue .index-donation-story-cnt {
    margin-top: 3vw;
}

#indexVue .index-donation-story-item {
    border-radius: 2vw;
    width: 39vw;
    height: 39vw;
    overflow: hidden;
    background: #FFFFFF;
    display: block;
}

#indexVue .index-donation-story-item div {
    width: 100%;
    height: 26vw;
    overflow: hidden;
}

#indexVue .index-donation-story-item span {
    height: 9vw;
    margin: 2vw;
    overflow: hidden;
    font-weight: 400;
    color: #222222;
    font-size: 3vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal !important;
}

#indexDonationStorySwiper {
    width: 100%;
}

#indexDonationStorySwiper .swiper-slide {
    width: 39vw !important;
    height: 39vw;
    margin-right: 3vw;
}

#indexVue .index-news-box {
    margin: 0 4vw;
}

#indexVue .index-news-item a {
    display: flex;
    padding: 3vw 0;
    border-bottom: 0.5vw solid rgba(255, 255, 255, 0.5);
}

#indexVue .index-news-item-img {
    width: 24vw;
    min-width: 24vw;
    height: 18vw;
    overflow: hidden;
    margin-right: 3vw;
}

#indexVue .index-news-item:last-child a {
    border-bottom: 0 !important;
}

#indexVue .index-news-item-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#indexVue .index-new-item-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal !important;
    font-weight: 400;
    color: #000000;
    font-size: 3vw;
}

#indexVue .index-new-item-time {
    font-weight: 400;
    color: #979797;
    font-size: 3vw;
}

#indexVue .index-footer-nav {
    width: 100vw;
    background: #FFFFFF;
    position: fixed;
    bottom: 0;
    box-shadow: 0 0 1vw 0 rgba(0, 0, 0, 0.2);
    z-index: 9;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2vw 0;
}

#indexVue .index-footer-nav-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#indexVue .index-footer-nav-item img{
    width: 6vw;
    padding-bottom: 1vw;
}

#indexVue .index-footer-nav-item span{
    font-weight: 400;
    color: #333333;
    font-size: 3vw;
}

#indexVue .index-footer-nav .index-footer-nav-item:nth-child(2) span{
    color: #901D22;
}

#indexVue .loading-box{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.7);
}

#indexVue .no-data-news{
    text-align: center;
    padding: 5vw 0;
    background: rgba(255,255,255,0.5);
    border-radius: 2vw;
    color: #bfbfbf;
    margin: 3vw 0;
}

@media screen and (max-width: 375px) {
    #indexVue .jz-list-info-name {
        width: 40vw;
        padding-left: 5vw;
    }
}
