.carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.carousel-inner {
  display: flex;
  transition: transform 0.3s ease;
}

.carousel-inner img {
  width: 100%;
  flex-shrink: 0;
}

.carousel-prev, .carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.carousel-prev {
  left: 10px;
}

.carousel-next {
  right: 10px;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
}

.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
}

.carousel-indicators button.active {
  background: white;
}


#copyright {
  font-family: Arial, sans-serif;
  color: #333;
  text-align: center;
  padding: 10px;
  background-color: #FFCC00;
  border-top: 5px solid #ddd;
}
*{
    padding:0;
    margin:0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}




.captcha-wrapper {
  display: flex; 
  align-items: center; /* 垂直居中 */
}
.captcha-img {
  margin-left: 10px; /* 与输入框保持间距 */
}
.captcha-wrapper {
  position: relative; /* 父容器相对定位，为子元素绝对定位做参考 */
}
.captcha-img {
  position: absolute; 
  right: 0; /* 靠父容器右侧 */
  top: 50%; 
  transform: translateY(-50%); /* 垂直居中 */
}



main{
    background-color: #f4f4f4;
    width: 1480px;
    margin: 0 auto;
}

	.h1{
		right: auto;
		
	}
	
.welcome{
    background-color: #97290F;
    color:white;
    padding: 12px 60px;
    width:100%;
}

.welcome a{
    color:white;
}
.welcome a:hover{
    font-weight: 800;
}

.top .search-container {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}
  
.top .search-container input {
    flex: 1;
    padding: 8px 12px;
    border: none;
    outline: none;
    font-size: 14px;
}
  
.top .search-container button {
    padding: 10px 50px 10px 50px;
    background-color: #97290F;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 20px;
    color:white;
}

.top{
    display: flex;
    width: 100%;
    padding:8px 12px;
    justify-content: space-between;
    align-items: center;
}

.top .logo p{
    font-size: 22px;
    font-weight: 600;
}

.top .logo span{
    font-size: 6.8px;
}

.top nav {
    display: flex;
}

.top nav li{
    margin: 0 18px;
}

.top nav li a{
    color: black;
}

.top nav li a:hover,.top nav li a.active{
    color:#97290F;
    font-weight: 500;
}

.banner{
    width: 100%;
}

.banner img{
    width: 100%;
    object-fit: cover;
    height: 200px;
}

.container{
    width:1280px;
    margin: 0 auto;
}

.title{
    padding:15px 0;
    margin-bottom: 20px;
}

.title .title-english{
    font-size: 26px;
    font-weight: 600;
    color:#97290F;
    text-align: center;
    margin-bottom: 4px;
}

.title .title-chinese{
    font-weight: 600;
    text-align: center;
}

.info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #e9e9e9;
}

.info .img{
    width: 330px;
    height: 100%;
}

.info img{
    width: 330px;
    height: 100%;
    object-fit: cover;
}

.info .info-text{
    padding:10px 12px;
}
.info .info-text p{
    text-indent: 2em;
    margin-bottom: 5px;
}

.shows{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.shows .show{
    margin-bottom: 25px;
    width:32%;
}

.shows .show img{
    width:100%;
    height: 220px;
    object-fit: cover;
}

.shows .show h3{
    text-align: center;
    font-size: 16px;
}

.shows .show p{
    color: #5b5b5b;
    padding:5px 8px;
    font-size: 14px;
    font-weight: 500;
}

footer{
    background-color: #97290F;
    color:white;
    width: 100%;
    padding:20px 0 80px 0;
}

footer .footer-container{
    width:1280px;
    margin:0 auto;
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.footer-column {
    text-align: right;
    flex: 1;
}

.footer-column h4 {
    margin-bottom: 10px;
}

.footer-column ul {
    list-style-type: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 5px;
}

.footer-column ul li a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #ffcc00;
}

footer .icons {
    padding:8px 12px 0 0;
    display: flex;
}

footer .icons .icon{
    width:20px;
    height: 20px;
    margin-right: 15px;
}

.historys .history{
    margin-bottom: 35px;
    display: flex;
    justify-content:space-between;
}

.historys .history img{
    width:32%;
    object-fit: cover;
}

.historys .history .history-text{
    width:33%;
    margin:0 2%;
    background-color: #e9e9e9;
    padding:20px;
    color: #434343;
}

.historys .history .history-text p{
    text-indent: 2em;
}

.imgList{
    margin-bottom: 20px;
    width:100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.imgList img{
    width:23%;
    height: 220px;
    object-fit: cover;
    margin-bottom: 20px;
}

.techs {
    width:100%;
    margin-bottom: 35px;
}

.techs .tech{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.techs .tech:nth-child(2n){
    flex-direction: row-reverse;
}

.techs .tech img{
    width:50%;
    height: 260px;
    object-fit: cover;
}

.techs .tech .tech-text{
    width: 50%;
    background-color: #e9e9e9;
    padding:25px 20px;
    color: #5b5b5b;
}

.techs .tech .tech-text h4{
    margin-bottom: 12px;
}

.story{
    border-radius: 3px;
    background-color: #e9e9e9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:10px;
    width: 100%;
    margin-bottom: 63px;
}

.story img{
    transform:translateY(-38px);
    border-radius: 3px;
    width:50%;
    object-fit: cover;
    height: 260px;
}

.story .story-text{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding:20px;
    width: 50%;
    height: 260px;
}

.story .story-text p{
    color: #5b5b5b;
    margin: 12px 0;
    text-indent: 2em;
    line-height: 32px;
}

.story .story-text button{
    border: none;
    width: 110px;
    background-color: #97290F;
    color:white;
    padding:10px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
}

.story .story-text button:hover{
    background-color: #e22900;
}

.protection{
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.protection .protection-imglist{
    width:63%;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
}

.protection .protection-imglist img{
    margin-bottom: 10px;
    margin-top: 10px;
    width:32%;
    object-fit: cover;
    height: 160px;
}

.protection .protection-text{
    width:35%;
    background-color: #e9e9e9;
    padding:20px;
}

.protection .protection-text p{
    color:#5b5b5b;
    margin:12px 0;
    text-indent: 2em;
}

.protection button{
    margin: 12px 0;
    border: none;
    width: 110px;
    background-color: #97290F;
    color:white;
    padding:10px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
}

.protection button:hover{
    background-color: #e22900;
}

.events{
    width:100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.events .event{
    display: flex;
    flex-direction: column;
    width:23.5%;
}

.events .event:nth-child(2n){
    flex-direction: column-reverse;
}

.events .event img{
    width:100%;
    height: 300px;
    object-fit: cover;
}

.events .event .event-text{
    background-color: #e9e9e9;
    color: #5b5b5b;
    padding:10px;
    text-indent: 2em;
}

.reservations{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.reservations .reservation{
    display: flex;
    width: 48%;
    justify-content: space-between;
    margin-bottom: 25px;
}

.reservations .reservation img{
    width:48%;
    object-fit: cover;
}

.reservations .reservation .reservation-text{
    width:48%;
}

.reservations .reservation .reservation-text h4{
    font-size: 20px;
    color: #97290F;
}

.reservations .reservation .reservation-text  p{
    margin: 8px 0;
    text-indent: 2em;
    color:#5b5b5b;
    font-size: 14px;
}

.reservation button{
    margin: 12px 0;
    border: none;
    width: 110px;
    background-color: #97290F;
    color:white;
    padding:10px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
}

.reservation button:hover{
    background-color: #e22900;
}

.communictions{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.communictions .communiction-left{
    width:75%;
}

.communictions .communiction-right{
    width:23%;
}

.communictions .communiction-title{
    padding:8px 12px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #97290F;
    width:100%;
    color:white;
    display: flex;
    justify-content: space-between;
}

.communiction-right .communiction-list{
    border-bottom: 1px #e9e9e9 solid;
    width: 100%;
}

.communiction-right .text{
    padding:8px 5px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border-bottom: 1px #a9a9a9 solid;
    border-left: 1px #a9a9a9 solid;
    border-right: 1px #a9a9a9 solid;
} 

.communiction-right .h4:hover{
    color: #775f00;
}

.communiction-right .h4{
    cursor: pointer;
    font-weight: 500;
    transition: 0.5s;
    width: 72%;
    font-size: 14px;
    white-space: nowrap; /* 禁止文本换行 */
    overflow: hidden; /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 溢出部分显示省略号 */
}

.communiction-right #time{
    color: #a9a9a9;
    font-size: 12px;
}

.communiction-left .communiction-list{
    padding:10px 12px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.communiction-left .communiction-list .text{
    width: 860px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.communiction-left .communiction-list>img{
    width: 80px;
    height: 50px;
    object-fit: cover;
    margin-right: 20px;
}

.communiction-left .communiction-list{
    border-bottom: 1px #a9a9a9 solid;
    border-left: 1px #a9a9a9 solid;
    border-right: 1px #a9a9a9 solid;

}

.communiction-left .dong{
    text-align: center;
    width: 40px;
    padding:2px;
    color:#97290F;
    border: 1px #97290F solid;
    font-size: 14px;
}

.communiction-left .text-top h4{
    margin-left: 12px;
}

.communiction-left .text-top,
.communiction-left .text-bottom{
    display: flex;
    align-items: center;
}

.communiction-left .text-bottom .name{
    color:#a9a9a9;
}

.communiction-left .text-bottom #time{
    color:#a9a9a9;
    font-size: 14px;
}

.communiction-left .text-bottom{
    margin-top: 10px;
}

.communiction-left .text-bottom .vip{
    background-color: #97290F;
    color:white;
    margin: 0 10px;
    padding: 3px 8px;
    border-radius: 2px;
}

.communiction-left .view-number{
    display: flex;
    align-items: center;
    color: #a9a9a9;
}

.communiction-left .view-number img{
    width:20px;
    height: 20px;
    margin-left: 8px;
}

.about{
    width:100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.about .about-text{
    width:880px;
    background-color: #e9e9e9;
    height: 250px;
    padding:35px;
}

.about img{
    width:400px;
    height: 250px;
}

.about .about-text .line {
    display: flex;
    margin-bottom: 8px;
}

.about .about-text .line img{
    width:24px;
    height: 24px;
    margin-right: 30px;
}

.about .about-text .line p{
    font-weight: 600;
}

.container-form{
    margin-bottom: 35px;
    width:100%;
    background-color: #e9e9e9;
    padding:1%;
}

.container-form form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.container-form form input{
    width: 49%;
    border: none;
    padding:12px ;
    margin-bottom: 20px;
    outline: none;
}

.container-form form textarea{
    width: 100%;
    border: none;
    padding:12px ;
    height: 300px;
    margin-bottom: 20px;
    outline: none;
}

.container-form form button{
    width:100%;
    background-color: #97290F;
    color:white;
    border-radius: 5px;
    border: none;
    padding:12px 0;
    cursor: pointer;
}

.login-form{
    margin-bottom: 35px;
}

.login-form form{
    width: 70%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.login-form form input{
    width: 100%;
    border: none;
    padding:12px ;
    margin-bottom: 20px;
    outline: none;
}

.login-form form button{
    width:100%;
    background-color: #97290F;
    color:white;
    border-radius: 5px;
    border: none;
    padding:12px 0;
    cursor: pointer;
}



.signup-form{
    margin-bottom: 35px;
}

.signup-form form{
    width: 70%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.signup-form form input{
    width: 100%;
    border: none;
    padding:12px ;
    margin-bottom: 20px;
    outline: none;
}

.signup-form form button{
    width:100%;
    background-color: #97290F;
    color:white;
    border-radius: 5px;
    border: none;
    padding:12px 0;
    cursor: pointer;
}
.carousel {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.carousel-inner {
    position: relative;
    width: 400%;
    display: flex;
    transition: left 0.5s ease;
    left: 0;
}
.carousel-inner img {
    width: 25%;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
.carousel-indicators button {
    background-color: #aaa;
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
.carousel-indicators button.active {
    background-color: #333;
}
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
}
.prev {
    left: 10px;
}
.next {
    right: 10px;
}