body{background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.3)), 
    url("img/background.png") center/cover no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
   position: relative;
   flex-direction:column;
   display: flex;
   align-items: center;
    
}

*{

    font-family: "筑紫A圆体D";
    
}
.header__phone{
    align-items: center;
    flex-grow: 1;
    /* width: 200px;
    margin: 0 auto;
    /* animation: all 1s ease-out forwards; */
     
}
.Profilc-pic{
    
    /* object-fit: cover; */
    
    width: 200px;
    height: 200px;
    border-radius: 50%;
    animation: all 1s ease-out forwards;
    
    
}

.title{
    
  /* text-align: center; */
  animation: all 1s ease-out forwards;

}

.Introduction{

    /* width: 1000px; 
    height: 350px; */
    
    flex-direction:column;
    align-items: center;
    
  /* background: rgb(255 255 255 / 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 15px;
  border: 1px solid rgb(255 255 255 / 0.16);
  box-shadow: rgb(0 0 0 / 0.35) 0px 8px 32px 0px; */
   
  
   
   
  
  
}

.about{
  
  margin-top: 5%;
  margin-left: 30%;
  background: rgb(255 255 255 / 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 15px;
  border: 1px solid rgb(255 255 255 / 0.16);
  box-shadow: rgb(0 0 0 / 0.35) 0px 8px 32px 0px;
  width: 40%;
  height: 50%;
  animation: all 1s ease-out forwards;
   flex-grow: 1;
   
}
.Introduction_3{
    width: 350px;
    height: 500px;
    background: rgb(255 255 255 / 0.06);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 15px;
    border: 1px solid rgb(255 255 255 / 0.16);
    box-shadow: rgb(0 0 0 / 0.35) 0px 8px 32px 0px; 
    /* margin-left: 77.5%; */
    margin-top: 5%;
    animation: all 1s ease-out forwards;
    /* display: flex; */
    flex-grow: 1;
}

.div_pp{
    width:70px;
    height:70px;
    border-radius: 100px;
}

@keyframes all {
    0%{ opacity: 0}
    100%{opacity: 1;}    
}


@keyframes FE_enter {
    0%{transform: translateX(50%); opacity: 0}
    
    100% { transform: translateX(3%); opacity: 1; }
    
}

@keyframes FE_disappear {
    0%{transform: translateX(0%);opacity: 1;}
    100%{ transform: translateX(-50%); opacity: 0; }
    
}
.FE{
    width: 100%;
    height: 17%;
    animation: FE_enter 1s ease-out forwards;
    animation-delay: calc(var(--i, 0) * 0.08s);
    opacity: 0;
    /* background: rgb(255 255 255 / 0.06);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 15px;
    border: 1px solid rgb(255 255 255 / 0.16);
    box-shadow: rgb(0 0 0 / 0.35) 0px 8px 32px 0px; */
}

.div_name{
    width: 100%;
    margin:-20% 20%;
    font-size: 25px;
    font-weight: bold;
    
} 
.div_content{
    width: 100%;
    margin:20% 20%;
    
    
   
}

a:link {
    color: rgb(2, 2, 2);
    text-decoration: none;
    
}

a:visited {
    color: rgb(0, 0, 0);
}

a:hover{	/*悬浮状态*/
        color:  #1100ff;
        text-decoration: underline;

    }






.FE_but{
    /* margin-left: 79.5%; */
    /* margin-right: ; */
    align-items: center;
    margin-top: 1%;
    /* width: 246px; */
    
}

.jztheme-tools-css-pagination {
    display: flex;
    gap: 13px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.jztheme-tools-css-pagination .page-item {
    padding: 8px 25px;
    background: rgb(255 255 255 / 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 15px;
  
  box-shadow: rgb(0 0 0 / 0.35) 0px 8px 32px 0px; 
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    
}
.jztheme-tools-css-pagination .page-item.active {
    background: #2563eb;
    color: #ffffff;
}

.page-item:hover {
    background: #9dbcff;
    backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 15px;
  box-shadow: 0 0 18px #e6b5e6;
}



#FE_1{
    width: 100%;
    height: 100%;
}

#FE_2{
    display: none;
    width: 100%;
    height: 100%;
    
}

#FE_3{
    display: none;
    width: 100%;
    height: 100%;
}
#FE_4{
    display: none;
    width: 100%;
    height: 100%;
    animation: all 1s ease-out forwards;
}

#page-item_1_active{
    background: #c4c0d8;
    backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 15px;
  box-shadow: 0 0 18px #e6b5e6;

}

#page-item_1{
    display: none;

}
#page-item_2_active{
    background: #c4c0d8;
    backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 15px;
  box-shadow: 0 0 18px #e6b5e6;
  display: none;

}
#page-item_2{
   display: block;

}
#page-item_3_active{
    background: #c4c0d8;
    backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 15px;
  box-shadow: 0 0 18px #e6b5e6;
  display: none;

}
#page-item_3{
    display: block;
}
#page-item_4_active{
    background: #c4c0d8;
    backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 15px;
  box-shadow: 0 0 18px #e6b5e6;
  display: none;

}


#page-item_4{
    display: block;
}



.jztheme-tools-css-button-hover {
    padding: 25px 110px;
    background: rgb(255 255 255 / 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 15px;
  
  box-shadow: rgb(0 0 0 / 0.35) 0px 8px 32px 0px; 
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    
}

.jztheme-tools-css-button-hover:hover {
    background: #789bfa71;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 15px;
  box-shadow: 0 0 18px #e6b5e6;
  /* box-shadow: rgb(0 0 0 / 0.35) 0px 8px 32px 0px; */
    
}


.button-Join{
    margin-top: 5%;
}