.close-button1 {
    top: 10px !important;
    right: 10px !important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--item_bg_color);
    border: none;
    font-size: 20px !important;
    cursor: pointer;
    color: var(--main_text_color);
    border-radius: 50% !important;
    transition: all 0.3s ease;
    padding: 0 !important;
    line-height: 1;
    z-index: 10;
}

.close-button1:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: rotate(90deg);
}

.gradient {
    font-family: "a";
    min-width: 20%;
    height: 40px;
    color: var(--main_text_color);
    padding: 5px 10px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.1s ease;
    position: relative;
    display: inline-block;
    outline: none;
    border-radius: 5px;
    border: none;
    background-color: var(--item_bg_color);
    box-shadow: 0 3px 1px -2px #00000000, 0 0px 0px 0 #ccc, 0 1px 5px 0 #ccc;
    font-size: 17px;
    font-weight: 100;
    margin: 5px;
  }
  .gradient:active {
    box-shadow: 0 4px 2px -3px #00000027, 0 0px 5px 1px #ccc, 0 2px 7px 1px #ccc;
  }

  .imgko {
    display: block;
    margin: auto;
    width: 40%;
  
}
hr.style-one {/*透明渐变水平线*/
 width:95%;
 margin:0 auto;
 border: 0;
 height: 2px;
 background-image: linear-gradient(to right, rgba(78, 78, 78, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0));
}

.titll {
  display: flex;
  align-items: center;
  font-size: 300%;
  font-weight: 100;
  transition: transform 0.4s ease;
  margin-top: 20px;
  font-family: "a";
  align-items: center;
  justify-content: center;
}

.titll i,
.titll svg {
    margin-right: 10px;
    height: 50%;
    width: 20%;
    
    fill: var(--fill);
    
    
}

.titlk {
  display: flex;
  align-items: center;
  font-size: 60px;
  font-weight: 100;
  transition: transform 0.4s ease;
  margin-top: 5px;
  font-family: "a";
  align-items: center;
  justify-content: center;
  height:100%;
  width: 100%;

 
}

.titlk svg {
    height: 60px;
    width: 60px;
    fill: var(--fill);
    
}

.titll:hover {
    transform: translateY(-5px);
}




.zitb {
   display: flex;
    justify-content: center;
    height: 18%;
    margin:20px 0px 1% 0px;
    
}

.bofb {
	display: flex;
	 justify-content: center;
	 height: 18%;
	 margin:30px;
	 
 }





.Play {

width: 29px;
height: 10px;
transition: .5s;

}


.btns-bg2 {
  
  width: 100%;
  height: auto;
  
  
  }
  
.btns-bg {
display: flex;
justify-content: center;
align-items: center;

}

@keyframes Btn-bg {

  0%{transform:rotateZ(0deg);}
  100%{transform:rotateZ(360deg);}
}


		#modal {
		  position: fixed;
		  top: 0;
		  left: 0;
		  width: 100vw;
		  height: 100vh;
		  display: flex;
		  justify-content: center;
		  align-items: center;
		  z-index: 9999999;
		  background-position: center !important;
		  background-size: cover !important;
		  background-repeat: no-repeat !important;
		}
	
		/* 添加背景模糊遮罩层 */
		#modal::before {
		  content: '';
		  position: absolute;
		  top: 0;
		  left: 0;
		  right: 0;
		  bottom: 0;
		  backdrop-filter: blur(var(--background-blur));
		  -webkit-backdrop-filter: blur(var(--background-blur));
		  z-index: 0;
		}
	
		#modal-content {
		  position: relative;
		  z-index: 1;
		  padding: 20px;
		}

	.cccct {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    overflow: hidden;
	
	
  }


  .container {
    padding: 20px;
	padding-bottom: 10px;
	min-width:300px;
    width: auto;
    max-width: 600px;
    z-index: 5;
    border-radius: 30px;
    background: rgba(92, 92, 92, 0.151);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); 
    margin: 20px;
  }
	
	  .profile-pic {
		width: 30%;
		border-radius: 50%;
		object-fit: cover;
		border: 2px solid #fff;
		margin-top: 20px;
	  }
	
	  .name {
		font-size: 2.5em;
		font-weight: bold;
	  }
	
	  .subtitle {
		font-size: 1.2em;
		font-weight: 300;
		margin: 10px 0;
	  }
	  .navigation {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 8px 0;
	  }
	
	  .navigation button {
		font-size: 1em;
		margin: 5px;
		border-radius: 10px;
		background-color: rgba(92, 92, 92, 0.151);;
		cursor: pointer;
		
		max-width: calc(100% - 10px);
		
	  }
	
	  .navigation button:hover {
		
		color: black;
	  }
	
	  footer {
		margin-top: 20px;
		font-size: 0.8em;
	  }
	
	  @media (max-width: 600px) {
		.name {
		  font-size: 192%;
		}
		
		.subtitle {
		  font-size: 1em;
		}
		
		.navigation button {
		  font-size: 0.9em;
		 
		  max-width: calc(80% - 10px);
		}
	  }
	
	  .cherry-blossom {
		position: absolute;
		width: 12px;
		height: 12px;
		background: radial-gradient(circle, pink 35%, transparent 40%);
		border-radius: 50%;
		pointer-events: none;
		animation: fall linear infinite;
		opacity: 0.8;
	  }
	
	  @keyframes fall {
		0% {
		  transform: translateY(-100px) rotate(0deg);
		  opacity: 1;
		}
		100% {
		  transform: translateY(100vh) rotate(360deg);
		  opacity: 0;
		}
	  }


	 .gradient2 {
		font-family: "a";
		min-width: 40%;
		height: 40px;
		color: var(--fill);
		padding: 5px 10px;
		font-weight: bold;
		cursor: pointer;
		transition: all 0.1s ease;
		position: relative;
		display: inline-block;
		outline: none;
		border-radius: 5px;
		border: none;
		background-color: #fafafa00;
		box-shadow: 0 3px 1px -2px #00000000, 0px 0px 3px 0 #ccc, 0px 0px 3px 0 #ccc;
		font-size: 17px;
		font-weight: 100;
		margin: 5px;
	  }
	  .gradient2:active {
		box-shadow: 0 4px 2px -3px #00000027, 0 0px 5px 1px #ccc, 0 2px 7px 1px #ccc;
	  }

	  

	  
	  

	  .rotating-svg {
		animation: rotation 2s linear infinite;
	}
	
	@keyframes rotation {
		from {
			transform: rotate(0deg);
		}
		to {
			transform: rotate(360deg);
		}
	}
	
	/* 背景样式 */
body {
    background-image: var(--main_bg_color);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    transition: background-image 0.3s ease;
    color: var(--main_text_color);
    position: relative;
    min-height: 100vh;
    z-index: 1;
}

/* 背景模糊效果 */
.zyyo-filter {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(var(--background-blur));
    -webkit-backdrop-filter: blur(var(--background-blur));
    background: var(--back_filter_color);
    z-index: 0;
    pointer-events: none;
    transition: backdrop-filter 0.3s ease;
}

/* 内容层级 */
.zyyo-main {
    position: relative;
    z-index: 2;
}

/* LOGO模糊效果 */
.logo, .index-logo {
    filter: blur(var(--logo-blur));
    -webkit-filter: blur(var(--logo-blur));
    transition: filter 0.3s ease;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

