.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: #e65a5a;
  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: #e65a5a;
}
.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: rgb(150 52 52 / 70%);
  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: rgb(213 21 21 / 90%);
}
.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, #e65a5a, #f01717, #e65a5a);
  background: rgb(209 25 25);
  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, 0.8);
  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, #c16d6d80, #f01717, #c16d6d80);
    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: #f90000;
  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, #c16d6d80, #f01717, #c16d6d80);
  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, #c16d6d80, #f01717, #c16d6d80);
  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: #dd1d1d; /*  */
  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: #dd1d1d; /*  */
  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:#F44336;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%;}