.search-container {
  display: flex;
  align-items: center;
  max-width: 666px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #ebebeb;
  border-radius: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.swiper{
  border-radius: 10px;
}
.search-input {
  flex: 1;
  border: none;
  padding: 10px;
  font-size: 16px;
  background-color: transparent;
  border-radius: 30px;
}
.search-button {
  font-size: 15px;
  padding: 10px 20px;
  background-color: #de4646;
  color: white;
  float: right;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.search-button:hover {
  background-color: #de4646;
}
.slider-container {
  width: 800px;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.slider-img {
  width: 800px;
  height: 400px;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
#c9{display: none}
.slider-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.slider-item.active {
  opacity: 1;
  transform: scale(1.1);
}
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.slider-arrow:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.slider-arrow.left {
  left: 10px;
}
.slider-arrow.right {
  right: 10px;
}
@keyframes slideAnimation {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.slider-item {
  animation: slideAnimation 0.7s ease-in-out;
}
#body{
 visibility: hidden
}
body {
  background: linear-gradient(to right, #ff3535, #ff0000, #ff3535);*/
  background: rgba(103, 31, 51, .8);
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}
.container {
  max-width: 700px;
  margin: 0 auto;
  padding: 30px;
  padding-top: 20px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-top: 25px;
}
.containers {
  max-width: 760px;
  margin: 0 auto;
  margin-top: 20px;
}
.containers img {
  width: 760px;
  border-radius: 10px;
}
.layui-layer-content nav{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;

}
.layui-layer-content nav a{
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    padding: 0 20px;
    color: #ffffff;
	text-decoration: none;
	border-radius: 5px;
    background: linear-gradient(to right, #9c27b0, #fa2b2b, #ff9800);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
@media screen and (max-width:650px) {
  .containers {
    margin: 0 20px;
    margin-top: 20px;
  }
  .container {
    margin: 0 20px;
    margin-top: 20px;
  }
  .containers img {
    width: 100%;
    border-radius: 10px;
  }
.site {
  width: 100%!important;
  height: 50px;
  margin: 10px;
}
.announcement-popup {
  width: 80%!important; /* 设置弹窗宽度 */
}	
	
}
h1 {
  font-size: 28px;
  text-align: center;
  color: #ff002a;
  margin-bottom: 20px;
}
.navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.site {
  width: 155px;
  height: 50px;
  margin: 10px;
  border-radius: 5px;
  background: linear-gradient(to right, #9c27b0, #fa2b2b, #ff9800);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.site:hover {
  background: linear-gradient(to right, #9c27b0, #fa2b2b, #ff9800);
  transform: scale(1.05);
}
.site a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
}
/* 遮罩层样式 */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 半透明黑色背景 */
}
/* 弹窗容器样式 */
.announcement-popup {
  width: 400px; /* 设置弹窗宽度 */
  height: 300px; /* 设置弹窗高度 */
  background-color: #ffffff; /* 白色，与少女风格相关 */
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 100; /* 确保弹窗在遮罩层上面 */
}
/* 弹窗标题样式 */
.popup-title {
  background-color: #dd2e2e; /* 蓝色，与少女风格相关 */
  color: #fff;
  padding: 10px;
  font-size: 18px;
  text-align: center;
}
/* 弹窗内容容器样式 */
.popup-content {
  padding: 10px;
  overflow-y: scroll; /* 允许内容纵向滚动 */
  height: calc(100% - 40px); /* 减去标题和内边距的高度 */
}
/* 自定义滚动条样式 */
.popup-content::-webkit-scrollbar {
  width: 12px;
}
.popup-content::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}
.popup-content::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
/* 关闭按钮样式 */
.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
  background-color: #dd2e2e; /* 使用标题颜色以匹配主题 */
  padding: 3px 8px;
  border-radius: 50%; /* 圆形按钮 */
}
.model-content {
  width: 100%;
  height: 100%;
  text-align: center;
  background: #ffffff;
  border-radius: 6px;
  margin: 100px auto;
  line-height: 30px;
  z-index: 10001;
}
#weixin-tip{display:none;position:fixed;left:0;top:0;background:rgba(0,0,0,0.8);filter:alpha(opacity=80);width:100%;height:100%;z-index:100;}
#weixin-tip p{text-align:center;margin-top:10%;padding:0 5%;position:relative;}
#weixin-tip .close{color:#fff;padding:5px;font:bold 20px/24px simsun;text-shadow:0 1px 0 #ddd;position:absolute;top:0;left:5%;}