@charset "utf-8";
/* CSS Document */

@font-face {
font-family: 'MiSansSemibold';
src: url('/fonts/MiSansSemibold.woff2') format('truetype');
font-weight: normal;
font-style: normal;
}

@media (max-width: 420px) {
  .EggPointShowCard {
    width: 90%;
  }
}

body{
	font-family: 'MiSansSemibold', sans-serif;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

a{
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.image-rounded {
border-radius: 7px; /* 设置圆角的半径 */
}

.index_dl_dhl {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
	border-bottom: 1px solid black;
	font-family: 'MiSansSemibold', sans-serif;
}

.index_dl_li {
    float: left;
}

.index_dl_dhl_a {
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	transition: all 0.5s ease-out;
}

.index_dl_dhl a:hover {
    background-color: #d3d3d3;
}

.EggPointBigIcon {
	align: center;
	font-size: 50px;
	margin: auto;
	text-align: center;
}

/* 容器：纵向排列，一行一个，居中显示 */
.EggContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  box-sizing: border-box;
}

/* 卡片本体样式 */
.EggPointShowCard {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1);       /* 半透明背景 */
  backdrop-filter: blur(10px);                /* 毛玻璃效果 */
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);  /* 阴影 */
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* 鼠标悬停时抬升 + 增强阴影 */
.EggPointShowCard:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

/* 图片外层容器，控制显示区域和渐隐遮罩 */
.ImageWrapper {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;

  /* 图片底部渐隐到底色 */
  mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
}

/* 图片设置为铺满容器，保持比例，超出裁剪 */
.ImageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

  .EggPointShowTextTitle {
	color: black;
	text-align: left;
	font-size: 20px;
	margin-top: 10px;
}

  .EggPointShowText {
	color: #565656;
	text-align: left;
	margin-top: -10px;
	margin-left: 10px;

}

  .EggPointTheme {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
  }

  .EggPointTheme img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    cursor: zoom-in;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
  }

  .ImageModal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .ImageModal.show {
    display: flex;
    opacity: 1;
  }

  .ImageModal img {
    max-width: 90vw;
    max-height: 80vh;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,0.6);
    cursor: zoom-out;
    transform: scale(0.9);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .ImageModal.show img {
    transform: scale(1);
    opacity: 1;
  }

  .ImageModal .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 28px;
    color: white;
    cursor: pointer;
    user-select: none;
    transition: opacity 0.3s ease;
  }

  .ImageModal .modal-text {
    margin-top: 15px;
    color: #ccc;
    font-size: 14px;
    text-align: center;
    user-select: none;
  }

.Egg_input{
	margin: 10px 0;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    font-size: 18px;
    color: #000; /* 黑色字体 */
    text-align: center;
    padding: 5px;
}

.EggInputCss{
	text-align:center; 
	height:30px; 
	outline:medium; 
	padding-top: 10px; 
	padding-bottom: 3px;
	vertical-align:middel;
	
}

.EggSubmit{
display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border: 2px solid gray;
  border-radius: 6px;
  font-size: 1em;
  color: #333;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.EggSubmit:hover {
      background-color: #ddd;
}

.EggPointIconImage{
	width: 61px;
	height: 28px;
	display: block;
	margin: 0 auto;
}

.EggPointPoint{
	padding-top: 30px;
	display: block;
	width: 100%;
	text-align: center;
}

.EggPointWorse{
	padding-top: 0px;
	display: block;
	width: 100%;
	text-align: center;
	color: red;
}