.main{
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* 页面上部分 */
.widget{
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: row;
}
.auto{
    width: auto;
}

/* 页面木鱼部分 */
.inner{
    width: 100%;
    height: auto;
    margin-top: 30vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.textAddNb{
    width: 1%;
    height: 35vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    top: 10vh;
    z-index: 1;
}
.textAddUp{
    width: 99%;
    height: 5vh;
    margin-top: 3vh;
}
#ttextId{
    color: aliceblue;
}
.muyu{
    width: 90vw;
    height: 90vw;
    display: flex;
    position: relative;
}
#muyuimg{
    width: 100%;
    height: auto;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}
a{
    width: auto;
    height: auto;
}