div.donation_list {
    display: flex;
    padding-bottom: 25px;
    position: relative;
    height: 50vw;
    width: 100%;
    background-position: center top;
    z-index: 0;
    background: black;
    justify-content: center;
    align-items: center;
}

h4 {
    margin-block-start: 0.5em;
}

.donation_center {
    width: 60%;
    height: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}

.donation_list>center {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: center;
}

.donation_list_title>h1 {
    color: rgb(255 243 226);
    font-size: 2.5em;
}

.right_box {
    width: 32.921%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.m_list {
    width: 20.576%;
    height: 100%;
    outline: #ffc177 solid 2.5px;
    box-shadow: inset 0 0 1em 0 #e99837, 0 0 2em #e99837;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 20px;
    float: left;
    color: rgb(255 243 226);
    overflow: hidden;
}

.all_list {
    width: 32.921%;
    height: 100%;
    outline: #ffc177 solid 2.5px;
    box-shadow: inset 0 0 1em 0 #e99837, 0 0 1.5em #e99837;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 20px;
    float: left;
    color: rgb(255 243 226);
}

.new_list {
    width: 100%;
    height: 60%;
    /* background-color: rgba(36, 255, 244, 0.5); */
    /* background-image: url(./images/text_bg.png); */
    outline: #ffc177 solid 2.5px;
    box-shadow: inset 0 0 0.5em 0 #e99837, 0 0 1.5em #e99837;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 20px;
    color: rgb(255 243 226);
}


.list_title {
    margin-top: 3%;
    margin-bottom: 3%;
}

.list_content {
    height: 76%;
    width: 70%;
    overflow-y: auto;
    padding-left: 20px;
    padding-right: 20px;
    text-align: initial;
}

.list_item {
    padding-top: 14;
    align-items: center;
    text-align: center;
    position: relative;
    /* width: 100%; */
    /* height: 60px; */
    /* margin-bottom: -4px; */
    display: flex;
    /* left: 5%; */
    /* float: left; */
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}



.new_list_item {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.avatar {
    height: 50px;
    width: 50px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    /* opacity: .87; */
    /* transform: translateX(-50%); */
    border-radius: 50%;
}

.list_item .user_name {
    text-align: center;
    align-items: center;
    /* padding-top: 17.5; */
    /* padding-left: 35; */
    font-weight: bold;
    font-size: 1.1em;
}

.new_list_item .user_name {
    text-align: center;
    align-items: center;
    /* padding-top: 17.5; */
    /* padding-left: 35; */
    /* font-weight: bold; */
    font-size: 1.1em;
}

.name_img_div {
    position: relative;
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

.exhibit_list_box {
    overflow: hidden;
    float: left;
    width: 100%;
    height: 38%;
    /* background-color: rgba(36, 255, 244, 0.5); */
    /* background-image: url(./images/text_bg.png); */
    outline: #ffc177 solid 2.5px;
    box-shadow: inset 0 0 0.75em 0 #e99837, 0 0 1em #e99837;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 20px;
    color: rgb(255, 255, 255);
}

.exhibit_list_div {
    width: 100%;
    height: 100%;
    /*animation: 15s Swiper linear infinite normal;*/
}

.animate-box {
    width: 100%;
    height: 100%;
    float: left;
}

.animate-box>#content {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    height: 100%;
}


#moocBox {
    overflow: hidden;
}

.schedule {
    width: 100%;
    height: 5px;
    background-color: #303030;
    float: left;
    display: flex;
    flex-direction: row;
    border-radius: 5px;
}

.actual_progress {

    box-shadow: 0 0 0.75em 0 #ffc177;
    background: #ff8b00;
    height: 100%;
    border-radius: 5px;
}

#moocBox ul {
    overflow: hidden;
    animation: 20s wordsLoop linear infinite normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    align-content: center;
}


.animate-box>#content>a {
    height: 22%;
    width: 25%;
}


.zl {
    height: 100%;
    display: flex;
    width: 100%;
    outline: #ffbc6c solid 2.5px;
    box-shadow: inset 0 0 0.25em 0 #e99837, 0 0 0.75em #e99837;
    border-radius: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: rgb(255 243 226);
}

div#content>p {
    font-size: 12px;
    margin-top: 0;
    margin: 0 15px;
}

div#content>h3 {
    margin: 0px 12px;
}

.new_list>.list_content {
    height: 75%;
}

#sw_vr_close {
    border-radius: 50%;
    background: rgb(255 255 255);
    width: 20px;
    height: 20px;
    position: absolute;
    right: 25px;
    top: 20px;
}

#con1 li,
#con2 li {
    margin-bottom: 15px;
}

@keyframes wordsLoop {
    0% {
        transform: translateY(40%);
    }

    100% {
        transform: translateY(-101%);
        /*-webkit-transform: translateY(-100%);*/
    }
}

/* 
@keyframes Swiper {
    0% {
        transform: translateX(0%);
    }

    24.99% {
        transform: translateX(0%);
    }


    25% {
        transform: translateX(-25%);
    }

    49.99% {
        transform: translateX(-25%);
    }
  


    50% {
        transform: translateX(-50%);
    }
    74.99% {
        transform: translateX(-50%);
    }


    75% {
        transform: translateX(-75%);
    }

    100% {
        transform: translateX(-75%);
    }
} */
@keyframes Swiper {
    0% {
        transform: translateX(0%);
    }

    24.99% {
        transform: translateX(0%);
    }


    25% {
        transform: translateX(-25%);
    }

    49.99% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-0%);
    }

    74.99% {
        transform: translateX(-0%);
    }


    75% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(-25%);
    }
}