html {
	max-width: 750px;
	height: 100%;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
	font-size: 1vh;
}

body {
	background: #fafdf6 url(../img/bg.jpg) top center no-repeat;
	background-size: 100% auto;
	position: relative;
	min-height: 100vh;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	overflow: hidden;
	max-width: 576px;
}


.photo .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #24b669;
  opacity: 0.4;
  margin: 0 4px !important;
  transition: opacity 0.3s, background 0.3s;
}
.photo .swiper-pagination-bullet-active {
  background: rgb(13, 100, 37);
  opacity: 1;
}


#container {
	height: calc(94vh - 10vh);
	max-height: 94vh;
	margin: 0 auto;
	margin-top: 1.2vh;
	position: absolute;
	width: 100vw;
}

/* .header {
	width: 86%;
	position: relative;
	margin: 0 auto 1vh;
	top: 0;
	z-index: 10;
	height: 9%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-around;
	align-items: center;
} */

.header {
    display: flex;
    align-items: center;
    justify-content: center; /* Center children horizontally */
    position: relative;
    width: 86%;
    margin: 0 auto 1vh;
    height: 9%;
    box-sizing: border-box;
	z-index: 2;
}

.header .img {
	height: 100%;
	width: auto;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
}


/* .header .flag {
	width: auto;
	height: 55%;
} */

.header .flag {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 55%;
    display: flex;
	 z-index: 3;
    align-items: center;
}


.header a.kf {
	width: auto;
	height: 55%;
}

.header img {
	height: 100%;
}

.header .img.oo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.header .language {
	position: relative;
	height: 100%;
}

.header .language ul li a {
	display: flex;
	align-items: center;
	font-size: 1.66vh;
	color: #333;
}

.header .language ul li a img{
	width: 2.6vh;
	height: 2.6vh;
	margin-right: .4vh;
}

.header .language ul li {
	margin-bottom: 1vh;
}

.header .language a i {
	display: flex;
	align-items: center;
	font-size: 1.4vh;

}

.header .language a i img {
	height: 100%;
}

.header .language ul {
	padding-top: 5px;
	width: 200%;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	 z-index: 10
}


.main {
	width: 100%;
	height: 52%;
	position: relative;
	box-sizing: border-box;
	margin: 0 auto 5%;
}

.main .photo {
	height: 100%;
	position: relative;
}

.main .photo img {
	height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

 .jsBox {
  min-width: 100%;
  max-width: 95vw;
  background: #ffffff;
  border: 1px solid #24b669;
  box-shadow: 0 4px 24px rgba(0,0,0,0.45);
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, -16px);
  display: none;
  z-index: 100;
  padding: 24px 18px 18px 18px;
  box-sizing: border-box;
  color: #fff;
} 

.head-text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
	color: #888888dc;
	margin-bottom: 10px;
}
.head-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
	color: #fafdf6;
	background-color: #24b669;
	padding: 10px 20px;
	border-radius: 15px;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.7rem;
	transition: background-color 0.3s ease;
}

.head-btn a{
	color: inherit;
	text-decoration: none;
}

@media screen and (max-width: 576px) {
  .head-text {
    font-size: 14px;      
    padding: 0 16px;
    line-height: 1.4;
    text-align: center;
  }

  .head-btn {
    font-size: 14px;     
    padding: 12px 24px;
    margin: 12px auto;
    border-radius: 12px;
    text-align: center;
    width: fit-content;
    max-width: 90%;
  }
}



.jsBox::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid ;
}

/* .jsBox .text {
  color: #ff3;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
} */

.ulList.address-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ulList.address-list li {
  display: flex;
  align-items: center;
  
  background: rgba(255,255,255,0.06);
  border-radius: 8px;
  padding: 4px 4px;
}

.ulList.address-list li:last-child {
  margin-bottom: 0;
}

.ms {
  display: inline-block;
  min-width: 38px;
  background: #24b669;
  color: rgb(255, 255, 250);
  
  text-align: center;
  font-size: 1.5em;
  margin-right: 2px;
  padding: 10px 10px;
}
.arr_icon {
  width: 20px;
  height: 10px;
  margin-right: 2px;
}

.url {
  flex: 1;
  color: #fff;
  background: #24b669;
  font-size: 1.5em;
  margin-right: 10px;
  padding: 10px;;
  word-break: break-all;
}

.thcomm {
  background: #d1ae52;
  color: #fff;
  font-weight: bold;
  
  padding: 9px;
  font-size: 1.6em;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  margin-left: 6px;
  cursor: pointer;
  white-space: nowrap;
}



.footer {
	width: 100%;
	height: 41%;
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer .item {
	height: 20%;
	/* width: calc(40vh); */
	width: 86%;
	text-align: center;
	position: relative;
	margin-bottom: 1.8vh;
	box-sizing: border-box;
}

.footer .item a.i-a {
	text-align: center;
	background-color: #24b669;
	border-radius: 1.5vh;
	width: 100%;
	height: 100%;
	display: flex;
	padding: 0 2vh;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	font-size: 2.4vh;
}

.item a>* {
	margin: 0;
	padding: 0;
}

.footer .item a.i-a span {
	height: 54%;
	width: 15vh;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	white-space: nowrap;
	align-items: center;
	font-size: 2.4vh;
}
.footer .item a.i-a span i.en {
    font-size: 2vh; /* 可根据需求调整字号 */
}
.footer .item a.i-a img {
	height: 50%;
	margin: 0;
	padding: 0 1vh;
}

.footer_text {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: 1.6vh;
	color: #666;
	line-height: 4vh;
}



@media screen and (max-width: 576px) {
	#container {
		width: 100vw;
	}
}

@media screen and (min-width:577px) {

	body {
		max-width: 576PX !important;
	}

	#container {
		max-width: 576PX !important;
		height: calc(90vh - 10vh);
		max-height: 90vh;
		margin-top: 4vh;
	}

	.header {
		height: 10%;
	}

	.main {
		height: 62%;
	}

	.footer {
		margin-top: 0;
		height: 45%;
	}

	.footer .item {
		height: 21%;
		width: 88%;
		text-align: center;
		position: relative;
		margin-bottom: 2vh;
		box-sizing: border-box;
	}

	.footer .item a.i-a img {
		height: 54%;

	}

	.footer .item a.i-a span {
		height: 60%;
		min-width: 16vh;
		font-size: 2.8vh;
	}

	.footer_text {
		font-size: 1.8vh;
		line-height: 2vh;
	}

	.header {
		margin: 0 auto 2vh;
	}


}