html {
	width: 100%;
	height: 100%;
}

input:focus {
	outline: none;
}

body {
	-webkit-perspective: 300px;
	/* background: #ffffff;
   */
  background: radial-gradient(ellipse at center, #ffffff 0%, #f2f2f2 100%);
	color: #0c0c0c;
	position: fixed;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-weight: 500;
	font-size: 26px;
	-webkit-font-smoothing: antialiased;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

#lovie {
    position: relative;
}
#lovie img {
    position: absolute;
    top: 0px;
    right: 0px;
}

#sxsw1 {
	position: absolute;
	margin-left: -560px;
	margin-top: -57px;
	width: 200px;
	height: 114px;
	left: 50%;
	top: 46%;
}

#sxsw2 {
	position: absolute;
	margin-left: 360px;
	margin-top: -57px;
	width: 200px;
	height: 114px;
	left: 50%;
	top: 46%;
}

#eelcontainer {
	position: absolute;
	width: 640px;
	height: 480px;
	margin-left: -320px;
	margin-top: -270px;
	left: 50%;
	top: 50%;
	overflow: hidden;
	background: black;
}

#loader {
	position: absolute;
	width: 260px;
	height: 60px;
	left: 190px;
	top: 205px;
	text-align: center;
	z-index: 200;
	font-size: 50px;
	color: #ffffff;
}

#introtext {
	position: absolute;
	width: 640px;
	height: 60px;
	left: 0px;
	top: 226px;
	text-align: center;
	z-index: 220;
	font-size: 30px;
	color: #ffffff;
	display: none;
	opacity: 0;
}

#allimages {
	position: absolute;
	display: none;
	opacity: 0;
}

.eelimages {
	position: absolute;
}

/*#eelimage1 {
	left: 0;
}

#eelimage2 {
	left: 27520px;
}*/

#eelimage1 {
	left: 0;
}

#eelimage2 {
	left: 15360px;
}

#eelimage3 {
	left: 30080px;
}

#eelimage4 {
	left: 45440px;
}

a {
    color: #3f6178;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

.footer {
    position: fixed;
    bottom: 5px;
    width: 100%;
    color: #242a2c;
    font-size: 14px;
    z-index: 100;
    text-align: center;
}

.social {
	margin-bottom: 0px;
}

#eelslap {
	height: 100%;
	font-size: 15px;
}


 /* 遮罩层样式 */
    .modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9999;
        display: none;
    }

  /* 弹窗容器样式 */
  .modal-popup {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: white;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
      z-index: 10000;
      display: none;
      min-width: 300px;
      max-width: 80%;
      max-height: 80%;
      overflow-y: auto;
  }

  /* 关闭按钮样式 */
  .modal-close {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 24px;
      cursor: pointer;
      color: #999;
  }

  .modal-close:hover {
      color: #333;
  }

  /* 触发按钮样式 */
  .trigger-btn {
      padding: 10px 20px;
      background-color: #007bff;
      color: white;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-size: 16px;
  }

  .trigger-btn:hover {
      background-color: #0056b3;
  }


.modal-popup h2 {
    font-size: 20px;
    margin: 5px 0;
}
.modal-popup h3 {
    font-size: 18px;
    margin: 5px 0;
}
.modal-popup p {
    font-size: 16px;
    color: #644c4c;
    margin: 5px;
}

.share-conainer {
    position: fixed;
    bottom: 65px;
    text-align: center;
    width: 100%;
    font-size: 20px;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.menu {
    position: fixed;
    bottom: 20px;
    width: 100%;
    color: #242a2c;
    font-size: 15px;
    z-index: 100;
    text-align: center;
}

.menu ul {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.menu ul li {
    gap: 10px;
    margin-right: 10px;
}


.slogan {
    /* margin-top: -30px; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.slogan h1 {
    font-size: 16px;
}
.slogan span {
    font-size: 14px;
    color: #999;
}

.message {
    text-align: center;
    font-size: 16px;
    color: #493d3db8;
}

span#message-container:before {
    font-size: 20px;
    content: " \" ";
    color: #340f0f;
}

span#message-container:after {
    font-size: 20px;
    content: " \" ";
    color: #340f0f;
}