body,
html {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.container {
  width: 80%;
  margin: 0 auto;
  padding: 0px 10vw;
  /* overflow: hidden; */
  height: 46px;
  position: relative;
  background-color: #daecff;

}

.imgshow{
  animation: rotate 15s linear infinite;
  /* border: 1px solid red; */
}
@keyframes rotate {
  0%{-webkit-transform:rotate(0deg);}
  25%{-webkit-transform:rotate(90deg);}
  50%{-webkit-transform:rotate(180deg);}
  75%{-webkit-transform:rotate(270deg);}
  100%{-webkit-transform:rotate(360deg);}
}

.marquee {
  white-space: nowrap;
  position: absolute;
  /* background-color: red; */
  top: 13px;
  position: absolute;
  color: #081D4D;
  animation: marquee 35s linear infinite;
}

@keyframes marquee {
  0% {
    right: 0;
  transform: translateX(100%);
    
  }

  100% {
    right: 100%;
  }
}

.top-left {
  color: #147EEE;
  font-size: 28px;
  font-weight: 700;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 200px;
  height: 65px;
  /* width: 100%; */
  /* background-color: red; */
}

#top-righy {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #081D4D;
  font-size: 400;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
}

a {
  text-decoration: none;
  outline: none;
  color: #5B6684;
  font-weight: 550;
}

.home-register {
  width: 100px;
  text-align: center;
  height: 32px;
  line-height: 30px;
  font-weight: 400;
  border-radius: 16px;
  background-color: #147EEE;
  color: #fff;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
}

.promotion {
  height: 580px;
  background-color: #F8F9FB;
  /* background-color: black; */
  /* padding: 0 10vw; */
  width: 90vw;
  padding: 0 5vw;

}
.promotion-right {
  width: 519px;
  height: 519px;
  position: relative;
  /* background-color: pink; */
}

.promotion {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  left: 0vw;
  top: 0px;

}

.promotion-left {
  width: 480px;
  height: 338px;
}

.promotion-left-title-item1 {
  width: 480px;
  height: 52px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 700;
  font-size: 50px;
  color: #081D4D;
  line-height: 52px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.promotion-left-title-item2 {
  width: 112px;
  height: 26px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 28px;
  color: #484F60;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 16px;
}

.all {
  width: 200vw;
  overflow: hidden;
  position: relative;
  height: 580px;
  z-index: 0;

}

/* banner */
.banner {
  background-color: #F8F9FB;
width: 90vw;
padding: 0 5vw;
height: 580px;
}

.banner-right {
  width: 519px;
  height: 519px;
  /* background-color: pink; */
}

.banner {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.banner-left-title-item1 {
  width: 598px;
  height: 104px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 700;
  font-size: 40px;
  color: #081D4D;
  line-height: 52px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.banner-left-title-item2 {
  width: 562px;
  height: 52px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 18px;
  color: #484F60;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 16px;
}

.banner-left-title-item3 {
  margin-top: 72px;
}

.banner-left-title-item3 span {
  width: 312px;
  height: 26px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 600;
  font-size: 18px;
  color: #081D4D;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.newpro-img1 {
  width: 420px;
  height: 420px;
  position: absolute;
  margin-left: 40px;
  margin-top: 66px;
}
.pro-img1 {
  width: 420px;
  height: 420px;
  position: absolute;
  margin-left: 40px;
  margin-top: 66px;
}

.pro-img2 {
  width: 520px;
  height: 520px;
  animation:mymove 5s infinite;
	-webkit-animation:mymove 5s infinite;
}
@keyframes mymove{
	0% {transform: translate(0px, 0px);}
    50% {transform: translate(0px, -30px);}
	100% {transform: translate(0px, 0px);}
	
}


.select-home-item {
  display: flex;
  align-items: center;
  margin-top: 24px;
  width: 45%;

}

.select-text {
  margin-left: 8px;
  font-size: 22px;
}

.select-home {
  display: flex;
  margin-top: 16px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.begin {
  border: none;
  width: 226px;
  height: 64px;
  background: #007AFF;
  border-radius: 32px 32px 32px 32px;
}

.begin-text {
  width: 80px;
  height: 24px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.register {
  border: none;
  width: 226px;
  height: 64px;
  background: #007AFF;
  border-radius: 32px 32px 32px 32px;
}

.register-text {
  width: 80px;
  height: 24px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.home-icon {
  /* width: 1200px; */
  width: 65%;
  display: flex;
  /* margin: 0 auto; */
  position: absolute;
  top: 631px;
  left: 50%;
  transform: translate(-50%);
  justify-content: space-around;
  align-items: center;
  height: 128px;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
  border-radius: 8px 8px 8px 8px;
}

.icon-item {
  width: 166px;
  height: 80px;
}

.text-item {

  width: 94px;
  height: 32px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 20px;
  color: rgba(0, 120, 255, 0.6);
  line-height: 32px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.main {

  overflow-y: auto;
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow-x: hidden;
}

.containerss {
  margin-top: 160px;
  display: flex;
  justify-content: space-around;
  width: 65vw;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  padding: 0px 12vw;
  /* background-color: red; */
  /* padding: 20px; */
  /* border-radius: 8px; */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.item {
  width: 255px;
  height: 40px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 14px;
  color: #081D4D;
  line-height: 16px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  position: relative;
  scale: 100%;
  transition: 1s;

}
.item:hover{
  scale: 120%;
  
}
.item img{
  width: 150px;
  height: 120px;
position: absolute;
top: -20px;
left: 55px;
}
.item h2 {
  /* width: 48px;
  height: 28px; */
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 700;
  font-size: 35px;
  color: #081D4D;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.item p {
margin-top: 50px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 14px;
  color: #1f2c70;
  line-height: 16px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.item a {
  color: #1f2c70;
  text-decoration: none;
}

.line {
  width: 0px;
  height: 54px;
  border: 1px solid #EAEFF9;
}

.lines {
  width: 0px;
  height: 54px;
  border: 1px solid #EAEFF9;
  margin-top: 40px;
}

.buy {
  margin-top: 73px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 500px;
  width: 65vw;
  padding: 0px 12vw;
  position: relative;
  left: 50%;
  transform: translate(-50%)
}

.buy-right {
  width: 480px;
  height: 340px;
}

.buy-right img {
  /* height: 100%;
  width: 100%; */
}

.buy-left {
  width: 657px;
  height: 340px;
  position: relative;
  left: 100px;
  /* background-color: red; */
}

.buy-title {
  width: 657px;
  height: 112px;
  /* font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;/ */
  font-weight: 500;
  font-size: 42px;
  color: #081D4D;
  line-height: 56px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.buy-title-item {
  width: 585px;
  margin-top: 20px;
  height: 48px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  font-size: 16px;
  color: #808080;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.gobuy {
  width: 226px;
  margin-top: 67px;
  height: 64px;
  background: #007AFF;
  border-radius: 32px 32px 32px 32px;
  border: none;

}

.gobuy-item {
  width: 80px;
  height: 24px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.meal {
  height: 958px;
  width: 65vw;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  padding: 0px 12vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  opacity: 0;
	transition: 2s;
  scale: 70%;
}

/* .meal-detail {
  width: 296px;
  height: 490px;
} */

.meal-title-item {
  color: #007AFF;
}

.meal-titles {
  width: 660px;
  height: 56px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  font-size: 44px;
  color: #081D4D;
  line-height: 56px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  /* background-color: red; */
}
.img1{
  
}
.meal-context {
  margin-top: 30px;
  /* width: 336px; */
  height: 24px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 600;
  font-size: 16px;
  /* color: #808080; */
  color: #000026;
  /* text-shadow: 5px 5px 3px #333; */
  line-height: 24px;
  letter-spacing: 5px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding-bottom: 5px;
  border-bottom: 1px solid black;
}

.meal-title {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
position: relative;
padding: 10px 350px;

}
.container-card {
  display: flex;
  /* gap: 20px; */
  /* width: 95%; */
  justify-content: space-around;
  align-items: center;
}

.card {
  margin-left: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  width: 260px;
  height: 490px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  transition: transform 0.8s ease, box-shadow 0.6s ease;
  /* Increased duration for smoother transition */
}
.card:hover p{
  color: #000;
  /* font-weight: 600; */
}
.card:hover {
  transform: scale(1.06);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(145deg, rgb(230, 208, 238), rgb(181, 181, 255), rgb(164, 255, 164), rgb(245, 162, 245), rgb(255, 110, 110), rgb(245, 245, 139));
		background-size: 200% 200%;
		animation: gradient 8s ease infinite;
}
@keyframes gradient {
  0% {
    background-position: 0 15%;
  }

  50% {
    background-position: 100% 100%;
  }

  100% {
    background-position: 0 15%;
  }
}
.hot {
  /* border: 1px solid #ffb936; */
}

.ribbon {
  position: absolute;
  top: -40px;
  left: -1px;
  width: 100%;
  /* padding: 20px; */
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 48px;
  /* background: #ffc400; */
  /* border-radius: 8px 8px 0px 0px; */
  border: 1px solid rgb(255, 235, 227);
  /* background: #ffb936; */
  background-color: rgb(255, 242, 237);
  color: rgb(255, 128, 73);
  letter-spacing: 3px;
  /* padding: 5px 10px; */
  font-size: 15px;
  font-weight: 600;
  
}

h2 {
  /* width: 66px; */
  height: 32px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 700;
  font-size: 24px;
  color: #081D4D;
  line-height: 32px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.price {
  width: 246px;
  height: 20px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  font-size: 14px;
  color: #00A17A;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.select-btn {
  /* background-color: #007bff; */

  border-radius: 6px 6px 6px 6px;
  border: 1px solid #007AFF;
  color: #007AFF;
  padding: 10px;
  margin: 10px 0;
  cursor: pointer;
  width: 100%;
  margin-bottom: 24px;
  border-radius: 5px;
  transition: background-color 0.5s ease;
  border-radius: 6px 6px 6px 6px;
  background-color: #FFFFFF;
}

.select-btn:hover {
  background-color: #007AFF;
  color: #fff;
}

.specs p {
  margin: 8px 0;
  font-size: 0.9em;
}

.specs {
  border-top: 1px solid #D5DFFF;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 14px;
  color: #484F60;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.carduse {
  /* width: 246px;
    height: 40px; */
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 14px;
  color: #484F60;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.card-line {
  width: 248px;
  height: 0px;
  border: 1px solid #D5DFFF;
}

.imfont {
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  font-size: 14px;
  color: #0078FF;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.ip-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin-top: 120px;
  width: 65vw;
  padding: 0px 24vw;
  height: 945px;
  background-color: #F8F9FB;
  scale: 70%;
  opacity: 0;
  transition: 2s;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.ip-tl {
  width: 600px;
  height: 443px;
}

.ip-tl img {
  width: 100%;
  height: 100%;
}

.ip-top {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.ip-item-detail {
  display: flex;
  align-items: center;
  margin: 24px 0;
}

.ip-text {
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #484F60;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 8px;
}

.iptr-title {
  /* width: 332px; */
  height: 56px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  font-size: 42px;
  color: #081D4D;
  line-height: 56px;
  text-align: left;
  font-style: normal;
  margin-bottom: 40px;
  text-transform: none;
}

.ip-bottom {
  width: 90%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.trustpilot {
  /* width: 379px; */
  height: 221px;
  background: red;
  border-radius: 8px 8px 8px 8px;
}

.reviews-container {
  display: flex;
  /* gap: 20px */
  /* width: 90%; */
  justify-content: space-around;
}

.review-card {
  margin-left: 20px;
  background: #E9EEFF;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 221px;
  width: 379px;
  padding: 20px;
  /* width: 250px; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  position: relative;
  transition: transform 1s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.header .logo {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.header h2 {
  width: 93px;
  height: 22px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 700;
  font-size: 20px;
  color: #081D4D;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.review-text {
  margin-top:-50px;  
    
  width: 315px;
  height: 48px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 14px;
  color: #484F60;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.rating {
  display: flex;
  margin-bottom: 10px;
}

.star {
  font-size: 1em;
  color: #ccc;
  margin-right: 5px;
}

.filled {
  width: 18px;
  height: 18px;
  /* background: #00A17A; */
}

.more-info {
  display: flex;
  justify-content: flex-end;

}

.more-info img {
  width: 24px;
  height: 24px;
}

.more-btn {
  background: none;
  border: 1px solid #007bff;
  border-radius: 50%;
  color: #007bff;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.more-btn:hover {
  background-color: #007bff;
  color: white;
}

.more-ra {
  display: flex;
  justify-content: space-between;
}


.actual-main {
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  height: 747px;
  width: 65vw;
  padding: 0px 12vw;
  scale: 70%;
  opacity: 0;
  transition: 2s;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  /* padding: 20px; */
}

.actual-title {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 130%;
  /* background-color: red; */
  height: 56px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  font-size: 44px;
  color: #007aff !important;
  line-height: 56px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.actualtitle-itme {

  height: 24px;
  letter-spacing: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid black;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 600;
  font-size: 16px;
  color: #000026;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.cards-container {
  display: flex;
  /* gap: 20px; */
  justify-content: space-around;
  align-items: center;
  /* flex-wrap: wrap; */
  width: 90%;
}

.card1 {
  width: 230px;
  height: 321px;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px 0px rgba(141, 150, 160, 0.2);
  border-radius: 8px 8px 8px 8px;
  border-radius: 12px;
  padding: 20px;
  text-align: center;

  transition: transform .7s ease, box-shadow 0.3s ease;
}

.card1:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.icon {
  width: 68px;
  height: 68px;
  margin-top: 53px;
}

.actual-context {
  margin: 16px 0;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 700;
  font-size: 20px;
  color: #081D4D;
  line-height: 32px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.card p {
  font-size: 1em;
  color: #555;
  margin: 10px 0;
}

.actual-text {
  padding: 0 20px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 14px;
  color: #484F60;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.earth-main {
  background: #F8F9FB;
  height: 892px;
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  scale: 70%;
  opacity: 0;
  transition: 2s;
  padding: 0px 10vw;
}

.earth-img {
  margin-top: 120px;
  width: 1200px;
  height: 470px;
}

.earth-title {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;

}

.earth-title-item {
  color: #007AFF;
}

.earth-titles {
  margin-top: 120px;
  width: 660px;
  height: 56px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  font-size: 44px;
  color: #081D4D;
  line-height: 56px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.country {
  padding: 5px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  z-index: 99;
}

.earth-main .country :nth-child(1) {
  top: 500px;
  left: 296px;
}

.earth-main .country:nth-child(2) {
  top: 490px;
  left: 720px;
}

.country img {
  width: 19px;
  height: 18px;
}

.country span {
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 12px;
  color: #3D3D3D;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.earth-context {

  margin-top: 24px;
  height: 24px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 600;
  font-size: 16px;
  color: #000026;
  padding-bottom: 5px;
  border-bottom: 1px solid #000026;
  letter-spacing: 5px;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.state {
  display: flex;
  align-items: center;
  padding: 4px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px 2px 2px 2px;
  position: absolute;
}

.state img {
  width: 19px;
  height: 18px;
}

.state span {
  margin-left: 5px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 12px;
  color: #3D3D3D;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.map {
  width: 1200px;
  height: 480px;

}
.mapbox{
  width: 1200px;
  margin-top: 120px;

  height: 480px;
  position: relative;
  /* border: 2px solid red; */

}
.jia {
  left: 33%;
  top: 11%;
}

.mei {
  left: 23%;
  top: 30%;
}

.ying {
  left: 44%;
  top: 19%;
}

.rui {
  left: 54%;
  top: 11%;
}

.de {
  left: 53%;
  top: 20%;
}

.fa {
  left: 47%;
  top: 31%;
}

.yin {
  left: 66%;
  top: 50%;
}

.xin {
  left: 72%;
  top: 62%;
}

.han {
  left: 77%;
  top: 38%;
}

.ri {
  left: 83%;
  top: 31%;
}

.ao {
  left: 78%;
  top: 77%;
}

.china {
  left: 72%;
  top: 34%;
}

.bottom {
  padding: 0 5%;
  width: 90%;
  height: 424px;
  background: #000026;
  border-radius: 0px 0px 0px 0px;
  margin-top: -30px;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
}

.bottom-item {
  position: absolute;
  left: 10%;
  top: -10%;
}

.bottom-title {
  /* border: 1px solid red; */
  width: 500px;
  height: 49px;
  font-family: Montserrat, Montserrat;
  font-weight: 700;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 49px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-top: 78px;
}

.bottom-context {
  width: 272px;
  height: 40px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.bottom-span span:first-of-type {
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 12px;
}

.bottom-span span {
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 12px;
}

.bottom-span:nth-child(2) {
  margin-top: 68px;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 60%;
}

.bottom-span:nth-child(3) {
  margin-top: 68px;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
}

.bottom-span3 {
  margin-top: 68px;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 70%;
}

.bottom-span3 {
  margin-top: 68px;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 70%;
}

.bottom-span3 span {
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 12px;
}

.bottom-span3 span:first-of-type {
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 12px;
}

.bottom-msg {
  width: 1500px;
  height: 70px;
  justify-content: space-between;
  display: flex;
  position: absolute;
  bottom: 64px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.bottom-msg span {
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.bottom-msg span:first-of-type {
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.bottom-bot {
  position: absolute;
  bottom: 24px;
}

.bottom-bot span {
  width: 700px;
  height: 16px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.lishow{
	visibility: visible;
	top: 0;
	opacity: 1;
}