/* 6px --- 0.375rem
8px --- 0.5rem
10px --- 0.625rem
12px --- 0.75rem
14px --- 0.875rem
1rem --- 1rem 
18px --- 1.125rem 
20px --- 1.25rem 
24rem --- 1.5rem 
26rem --- 1.65rem
28rem --- 1.75rem
30rem --- 1.875rem
32rem --- 2rem */

:root {
  --bs-screen-xxl: 73%
}

*,
body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  color: #000;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

h1 {
  font-weight: bold;
  font-size: 2.61rem;
  color: #232323;
  text-align: center;
}

h2 {
  font-weight: bold;
  font-size: 2.61rem;
  color: #232323;
  text-align: center;
}

h3 {
  width: 100%;
  text-align: center;
  font-size: 1.88rem;
  color: #292929;
}

h4 {
  font-weight: 800;
  font-size: 1.63rem;
  color: #1E1E1E;
}

h5 {
  font-weight: bold;
  font-size: 1.25rem;
  color: #1E1E1E;
  text-align: center;
}

p {
  font-weight: 400;
  font-size: 1rem;
  color: #525252;
  line-height: 1.81rem;
}

.container {
  width: 73.81rem;
  /* width: 62%; */
  margin: 0 auto;
}

.intro {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.intro span {
  font-weight: 400;
  margin-right: 1rem;
}

.intro h2 {
  font-weight: bold;
  font-size: 1.88rem;
  color: #FFFFFF;
  margin-bottom: 0.88rem;
}

.intro hr {
  display: block;
  height: 0.19rem;
  background: #38A001;
  outline: none;
  border: none;
}

.intro .intro-line1 {
  width: 1.94rem;
}

.intro .intro-line2 {
  width: 3.94rem;
  margin-top: 0.38rem;
}

.intro p {
  font-weight: 400;
  font-size: 0.88rem;
  color: #FFFFFF;
  width: 37.56rem;
  margin: 0 auto;
  text-align: center;
  margin-top: 1.88rem;
}

/* 头部 */
.header {
  width: 100%;
  height: 8.63rem;
  font-size: 1.125rem;
  background: #ffffff;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.53); */
}

.header-content {
  height: 100%;
  display: flex;
  justify-content: center;
}

.header-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: 60%; */
  height: 5.81rem;
  /* width: calc(100% - 10rem); */
  margin: 0 auto;
}

.header-logo {
  width: 11.75rem;
  /* width: 6.75rem; */
  padding-bottom: 1.62rem;
  /* width: 12.5rem; */
}

.header-menus {
  display: flex;
  align-items: center;
  margin: 0 2.5rem;
  height: 100%;
}

.header-menus li {
  margin: 0 1rem;
}

.header-menus a {
  color: #000000;
  font-size: 1.13rem;
}

.header-menus i {
  color: #000000;
}

.nav {
  display: flex;
  justify-content: flex-end;
  padding-top: 0.38rem;
  /* width: 100%; */
}
.header-search__con {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  /* display: none; */
}

#header .header-search__con {
  display: none;
}

.header-search {
  width: 17.5rem;
  height: 2.38rem;
  background: #EEEEEE;
  border-radius: 0.31rem;
  /* display: none; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.3rem;
  align-items: center;
}

.header-search i {
  color: #FFF;
}

.header-search-icon {
  width: 1.81rem;
  height: 1.81rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #38A001;
  border-radius: 0.25rem;
}

.header-search input {
  border: none;

  outline: none;
  background: transparent;
  color: #4E4E4E;
  width: calc(100% - 2rem);
  padding-bottom: 0.125rem;
  height: 1.35rem;
  font-size: 0.88rem;
  padding: 0 0.5rem;
  height: 100%;
}

.search-icon {
  color: white;
  cursor: pointer;
  font-size: 1.5rem;
}

.header-search__con:hover .header-search {
  display: flex;
}

.header-search input::placeholder {
  font-size: 1rem;
  color: #929292;
}


#header-menu__expand {
  display: none;
  margin-right: 1rem;
  font-size: 2rem;
  color: #05AB28;
}

#header-right {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-tool__detail>img {
  width: 50%;
}

.header-lang {
  height: 100%;
  color: #000000;
  display: flex;
  /* width: 5rem; */
  margin-left: 1.13rem;
  cursor: pointer;
  position: relative;

}

#header-lang__content {
  /* border-left: 1px solid #FFF; */
  /* padding: 1rem 0rem; */
  display: flex;
  width: 100%;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-left: 2rem;
  padding-bottom: 1.62rem;

}

#header-lang__content p {
  color: #FFFFFF;
  font-size: 0.88rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header-lang__content img {
  width: 1.44rem;
  margin-right: 0.88rem;
}

.header-lang__flag {
  background-image: url('../assets/imgs/lang.gif');
  position: relative;
  display: block;
  background-repeat: no-repeat;
  width: 1.325rem;
  height: 1rem;
  margin-right: 0.3rem;
}

.header-lang__en .header-lang__flag {
  background-position: 0 -256px !important
}


#header-lang__menus {
  /* width: 100%; */
  display: none;
  background-color: #FFF;
  color: #000;
  position: absolute;
  top: 5.81rem;
  right: 0rem;
  box-shadow: 0px 0px 0.875rem #0000006e;
  box-sizing: border-box;
  z-index: 120;
}

#header-lang__menus li {
  box-sizing: border-box;
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dfdcdc;
}

#header-lang__menus li p {
  color: #1b1b1b;
}

.header-lang__triangle {
  font-size: 1rem;
  display: inline-block;
  transition: all .2s;

}

.header-menus li:hover .header-menus__second {
  display: block;
}

.header-menus li:hover>a,
.header-menus li:hover>i {
  color: #05AB28;
}

.header-menu {
  display: flex;
  align-items: center;
  width: 100%;
}

.header-menu i {
  transition: all .2s;
  display: inline-block;
}

.header-menus li:hover>.header-menu i {
  transform: rotate(90deg);
}

.header-menus>li {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 1.62rem;
}
.header-menus>li::before,
.header-menus>li::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 0.19rem;
  /* background: #00A351; */
  background-color: transparent;
  transition: all .2s;
}

.header-menus>li::before {
  width: 1.56rem;
  bottom: 2rem;
}

.header-menus>li::after {
  width: 2.75rem;
  bottom: 1.65rem;
}
.header-menus>li:hover::before,
.header-menus>li:hover::after {
  background: #00A351;
}

.header-menus>li:hover > .header-menu > a {
  color: #00A351;
}

.header-menus__second {
  display: none;
  width: fit-content;
  position: absolute;
  top: 5.81rem;
  left: 0;
  background: #FFFFFF;
  /* box-shadow: 0rem 2rem 10rem 0rem rgba(12, 0, 5, 0.35); */

  z-index: 10;
  /* border-top: 3px solid #05AB28; */
}

.header-menus__second i {
  color: #FFFFFF;
  margin-right: 0.25rem;
  font-size: 1.5rem;
}

.header-menus__second>li {
  margin: 0;
  padding: 0 1.88rem;
  width: 100%;
  position: relative;
}
.header-menus__second>li::before,
.header-menus__third--content>li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 0.44rem;
  height: 2.19rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  transition: all .2s;
  /* background: #38A001; */
}
.header-menus__second .header-menu {
  border-bottom: 1px solid #E5E5E5;
  padding: 1.35rem 0;
}
.header-menus__second>li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.88rem;
  color: #353535;
  text-wrap: nowrap;
}

/* .header-menus__second>li:hover,
.header-menus__third--content>li:hover {
  background: #EA5918;
} */

.header-menus__second>li:hover > .header-menu i,
.header-menus__second>li:hover > .header-menu a,
.header-menus__second>li:hover>a {
  color: #05AB28;

}
.header-menus__second>li:hover::before,
.header-menus__third--content>li:hover::before {
  background: #38A001;
}
.header-lang:hover #header-lang__menus {
  display: block;
}

.header-lang:hover .header-lang__triangle {
  transform: rotate(-90deg);
}

.header-menus__third {
  display: none;
  flex-direction: column;
  padding-left: 0.25rem;
  position: absolute;
  left: 100%;
  top: 0;
  /* top: 3.8rem; */
  width: 100%;
}

.header-menus__third--content {
  background-color: #FFF;
  padding: 0rem;

  /* border-radius: 0.31rem; */
}

.header-menus__third--content>li {
  padding: 0 1.88rem;
  margin: 0;
  display: flex;
  justify-content: center;
  position: relative;
}

.header-menus__third--content>li a {
  font-size: 0.88rem;
  color: #353535;
  /* margin-top: 0.5rem; */
}

.header-menus__third--content>li:hover >.header-menu a {
  color: #05AB28;
}

.header-menus__second>li:hover .header-menus__third {
  display: flex;

}

.header-menu__control {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  height: 100%;
  margin-left: 2.5rem;
}

.header-btn {
  width: 9.88rem;
  height: 2.81rem;
  background: #05AB28;
  border-radius: 1.56rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.13rem;
  color: #FFFFFF;
}

.header-btn i {
  margin-left: 0.5rem;
}

.header-right__show {
  display: flex;
  align-items: center;
}

/* footer */
.home-footer {
  width: 100%;
  border-top: 1px solid #BFBFBF;
  padding: 3.5rem 0 3.88rem 0;
}

.home-footer__content--main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer-menus--one {
  width: 32rem;
}

.footer-menus--four {
  width: 16.19rem;
}

.footer-menus .footer-title {
  font-weight: bold;
  font-size: 1rem;
  color: #525252;
}

.footer-menu {
  margin-top: 2.06rem;
}

.footer-menu li a {
  font-weight: 400;
  font-size: 1rem;
  color: #525252;
  line-height: 1.81rem;
}

.footer-menu li a:hover {
  color: #2AA200;
}

.home-footer__list--share {
  margin: 0.69rem 0 1rem 0;
}

.footer_logo {
  width: 11.75rem;
}

.footer-email {
  width: 16.19rem;
  height: 3.06rem;
  background: #FFFFFF;
  border: 1px solid #C9C9C9;
  display: flex;
  margin-bottom: 1.44rem;
}

.footer-email input {
  width: calc(100% - 2.94rem);
  height: 100%;
  border: none;
  outline: none;
  padding-left: 1.25rem;
  padding-right: 0.25rem;
}

.footer-email div {
  width: 2.94rem;
  height: 100%;
  background: #2AA200;
}

.footer-email--text {
  font-weight: 400;
  font-size: 0.88rem;
  color: #969696;
  line-height: 1.44rem;
}

/* flight */
.flight {
  background: #2AA200;
  padding: 4.5rem 0 3.81rem 0;
}

.intro hr {
  background: #FFFFFF;
}

.flight-list {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}

.flight-item_img {
  width: 100%;
  overflow: hidden;
}

.flight-item_img img {
  display: block;
  width: 100%;
  transition: all .2s;
}

.flight-item_img img:hover {
  transform: scale(1.1);
}

.flight-item {
  width: 32%;
  padding: 1.81rem 2.13rem 4.63rem 1.56rem;
  background: #FFFFFF;
}

.flight-text {
  font-size: 0.88rem;
  color: #222222;
}

.flight-item h3 {
  color: #222222;
  font-size: 1.68rem;
  text-align: left;
  font-weight: 400;
  line-height: 2.35rem;
}

.flight-stars {
  margin: 0.63rem 0 1.88rem 0;
}

.flight-stars i {
  color: #EDA338;
}

.flight-price {
  font-weight: bold;
  font-size: 1.5rem;
  color: #2AA200;
  margin-bottom: 2.56rem;
}

.flight-item-btn {
  width: 9.38rem;
  height: 2.81rem;
  border-radius: 1.41rem;
  border: 1px solid #2AA200;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1rem;
  color: #2AA200;
  transition: all .2s;
}

.flight-item-btn:hover {
  background-color: #2AA200;
  color: #FFFFFF;
}

.flight-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14.44rem;
  height: 3.31rem;
  border: 1px solid #FFFFFF;
  margin: 0 auto;
  margin-top: 4.31rem;
  color: #FFFFFF;
  transition: all .2s;
}

.flight-btn i {
  margin-left: 2rem;
}

.flight-btn:hover {
  background-color: #FFFFFF;
  color: #2AA200;
}

/* follow */
.follow {
  padding-top: 8.56rem;
  padding-bottom: 4rem;
}

.follow .container {
  display: flex;
  justify-content: space-between;
}

.follow-info {
  width: 30rem;
}

.follow-info__first,
.follow h2 {
  font-weight: bold;
  font-size: 1.13rem;
  color: #525252;
  line-height: 3.25rem;
  text-align: left;
}

.follow h2 {
  font-size: 2.5rem;
}

.follow-info__second {
  font-size: 1rem;
  color: #525252;
  line-height: 1.81rem;
  margin: 4.25rem 0 2.63rem 0;
}

.follow-info__share {
  display: flex;
}

.follow-info__share li {
  width: 3.03rem;
  height: 3rem;
  background: #2AA200;
  border-radius: 50%;
  margin-right: 0.63rem;

}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

.follow-info__share a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.follow-info__share a:hover {
  animation: headShake 1s;
}
.follow-info__form {
  width: 33.25rem;
}

.follow-info__form p {
  font-weight: bold;
  font-size: 1rem;
  color: #494949;
  margin-bottom: 1.25rem;
}

.follow-info__form input {
  width: 100%;
  height: 4.25rem;
  border-radius: 0.63rem;
  border: 1px solid #DCDCDC;
  outline: none;
  font-size: 1.25rem;
  padding: 0 1rem;
}

.follow-info__form textarea {
  width: 100%;
  height: 10.63rem;
  border-radius: 0.63rem;
  border: 1px solid #DCDCDC;
  outline: none;
  font-size: 1.25rem;
}

.follow-info__form--item {
  margin-bottom: 1.31rem;
}

.follow-info__form--btn {
  width: 10.13rem;
  height: 4.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2AA200;
  border-radius: 0.63rem;
  font-weight: bold;
  font-size: 1rem;
  color: #FFFFFF;
}

/* live */
.live {
  background: #F3F3F3;
}

.gray h2 {
  color: #353535;
}

.gray p {
  color: #353535;
}

.gray hr {
  background-color: #38A001;
}

.live {
  padding-top: 4.44rem;
  padding-bottom: 6.44rem;
}

.live-main {
  display: flex;
  justify-content: space-between;
  margin-top: 5.38rem;
}

.live-left {
  width: 50.5rem;
  overflow: hidden;
}

.live-left img {
  width: 100%;
  transition: all .2s;
}

.live-left img:hover {
  transform: scale(1.1);
}

.live-list li {
  display: flex;
  margin-top: 1.63rem;
  border: 1px solid transparent;
  transition: all .2s;
  padding-right: 1rem;
}

.live-list li:hover {
  border-color: #2AA200;
  box-shadow: 0px 2px 10px #0000003b;
}

.live-right h3 {
  font-weight: 400;
  font-size: 1.88rem;
  color: #353535;
  line-height: 1.88rem;
  text-align: left;
}

.live-right h4 {
  font-weight: 400;
  font-size: 1.25rem;
  color: #353535;
  line-height: 1.88rem;
}

.live-item__intro {
  margin-left: 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.live-item__intro p {
  /* width: 5.8rem; */
  font-weight: 400;
  font-size: 0.88rem;
  color: #353535;
  line-height: 1.38rem;
  margin-top: 0.56rem;
}

.live-list img {
  width: 10.5rem;
}

.live-btn {
  display: flex;
  color: #2AA200;
  margin-top: 2.3rem;
  align-items: center;
}

.live-btn span {
  margin-right: 2.25rem;
  font-weight: bold;
  font-size: 1rem;
  color: #38A001;
  line-height: 1.88rem;
}

.live-btn i {
  font-size: 1.5rem;
  display: inline-block;
  transition: all .2s;
}

.live-btn:hover i {
  transform: translateX(1rem);
}

/* feature */
.feature {
  padding: 5.38rem 0.44rem 0;
}

.feature-img {
  display: block;
  width: 49.44rem;
  padding-top: 2.56rem;
  max-height: 32.69rem;
  margin: 0 auto;

  overflow: hidden;
}

.feature-img img {
  display: block;
  width: 100%;
  transition: all .2s;
}

.feature-img img:hover {
  transform: scale(1.1);
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.38rem;
  /* margin-bottom: 2.56rem; */
}

.feature-list li {
  width: 50%;
  padding: 1rem;
  position: relative;
}

.feature-item {
  border: 1px solid #D2D2D2;
  padding: 2.06rem 3.13rem 1.94rem 2.13rem;
  display: flex;
  align-items: center;
  transition: all .2s;
}

.feature-item:hover {
  border-color: #34A000;
}

.feature-list img {
  width: 3.63rem;
  margin-right: 2.13rem;
}

.feature-item p {
  font-size: 0.88rem;
  color: #353535;
  line-height: 1rem;
  margin-top: 1.19rem;
}

.feature-index {
  width: 2.25rem;
  height: 2.25rem;
  background: #34A000;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.31rem;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* company */
.company {
  padding: 15.3rem 0 8.88rem 0;
  background: #F3F3F3;
}

.company h2 {
  margin-bottom: 0;
}

.company .container {
  display: flex;
  justify-content: space-between;
}

.company h2,
.company p {
  text-align: left;
}

.company p {
  width: 100%;
  margin-top: 2.39rem;
  margin-bottom: 2.01rem;
}

.company .live-btn {
  margin-top: 1.5rem;
}

.company-left {
  width: 54%;
  overflow: hidden;
}

.company-right {
  width: 44%;
}

.company-left img,
.company-item img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.company-item {
  width: 7.38rem;
  height: 7.38rem;
  overflow: hidden;
  margin-right: 0.69rem;
}

.company-left img:hover,
.company-item img:hover {
  transform: scale(1.1);
}

.company-list {
  display: flex;
}

/* banner */
.banner {
  width: 100%;
  height: 54.94rem;
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner_item {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
}

.banner_item img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.banner_item_content {
  margin-left: 23rem;
  margin-top: 15.5rem;
}

.banner_item_content h3 {
  width: 43.81rem;
  font-family: Arial;
  font-weight: bold;
  font-size: 3.66rem;
  color: #ffffff;
  line-height: 3.69rem;
  text-align: left;
}

.banner_item_content p {
  width: 30.38rem;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.88rem;
  margin-top: 2.75rem;
}

.bannerItem_btn {
  display: inline-block;
  width: 13.44rem;
  height: 4.25rem;
  background: #38A001;
  border-radius: 0.63rem;
  line-height: 4.25rem;
  text-align: center;
  margin-top: 2rem;
  font-weight: bold;
  font-size: 1.25rem;
  color: #FFFFFF;
  transition: all .2s;
}

.bannerItem_btn:hover {
  color: #38A001;
  background-color: #FFFFFF;
}
.banner-info {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: #FFFFFF;
}

.banner-info ul {
  width: 100%;
  display: flex;
  align-items: center;
}

.banner-info li {
  width: 25%;
  padding-top: 1.94rem;
  padding-bottom: 2.88rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-info img {
  width: 4.5rem;
  height: 4.06rem;
  margin-bottom: 2.13rem;
}

.banner-info img:hover {
  animation: headShake 2s;
}
.banner-info p {
  font-weight: bold;
  font-size: 1.13rem;
  color: #353535;
  text-align: center;
}

.banner-info hr {
  width: 0.06rem;
  height: 3.56rem;
  background: #D2D2D2;
  outline: none;
  border: none;
}

@media only screen and (max-width:640px) {
  .container {
    width: 95%;
  }

  .nav {
    display: none;
  }
  .header-con {
    justify-content: space-between;
    width: 95%;
    height: 100%;
  }
  .header-logo,#header-lang__content {
    padding-bottom: 0;
    padding-left: 0;
  }
  .header {
    z-index: 10000;
    position: static;
    height: 3.81rem;
  }

  #header-menu__expand {
    display: block;
  }

  #header-lang__menus {
    z-index: 20000;
  }

  nav .header-search__con {
    display: none;
  }

  .header-menus__second,
  .header-menus__third,
  .header-menus__third--content {
    position: static;
    background: transparent;
    box-shadow: none;
    width: 100%;
  }

  .header-menus>li {
    display: block;
  }

  .header-menus__second:before {
    display: none;
  }

  .header-menus__third--content>li {
    justify-content: flex-start;
  }

  #header .header-search__con {
    display: block;
  }

  #header-right {
    display: none;
    background-color: #ffffff;
    position: absolute;
    top: 3.8rem;
    right: 0;
    width: 100%;
    padding: 2rem 3rem;
    flex-direction: column-reverse;
    height: auto;
    align-items: flex-start;
    z-index: 20;
  }

  .header-menus {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    width: 100%;
  }

  .header-menu {

    justify-content: space-between;
  }

  .header-menu i:hover .header-menus__second {
    display: block;
  }

  .header-menus>li {
    margin: 0.75rem 0;
    width: 100%;
  }

  .header-search {
    align-items: center;
    justify-content: flex-start;

    width: 100%;
    box-shadow: none;

    border-bottom: 1px solid #53525283;
  }

  .header-search input {
    width: calc(100% - 2rem);

  }

  .header-search__con {
    width: 100%;
    margin-bottom: 1.5rem;
    height: 2.8rem;
  }

  #header-lang__content p {
    /* width: 3.88rem;
    height: 2.5rem; */
    border-radius: 1.25rem;
  }
  .header-menus>li::before, .header-menus>li::after {
    display: none;
  }
  /* .header-menus__third--content>li a,
  .header-menus__second>li a {
    color: #FFFFFF;
  } */
  .search-icon {
    display: none;
  }

  .header-search {
    width: 100%;
    position: static;
    display: flex;
    border: none;
  }
  .home-footer__content--main {
    flex-wrap: wrap;
  }

  .footer-menus--one {
    margin-bottom: 2rem;
  }

  .footer-menus--four {
    margin-top: 2rem;
  }

  .footer-menus--one,
  .footer-menus--four,
  .footer-email {
    width: 100%;
  }

  .follow .container {
    flex-wrap: wrap;
  }

  .follow-info,
  .follow-info__form {
    width: 100%;
  }

  .flight-list {
    flex-wrap: wrap;
  }

  .flight-item {
    width: 100%;
    margin-top: 2rem;
  }

  .live-main {
    flex-wrap: wrap;
  }

  .live-left,
  .intro p {
    width: 100%;
  }

  .live-right {
    width: 100%;
    margin-top: 2rem;
  }

  .live-list img {
    width: 12.5rem;
  }

  .feature-list li,
  .feature-img {
    width: 100%;
  }

  .feature-item {
    padding: 1.56rem 1.13rem 1.04rem 1.13rem;
  }

  .company .container {
    flex-wrap: wrap;
  }

  .company-right,
  .company-left {
    width: 100%;
  }

  .company-right {
    margin-top: 2rem;
  }

  .banner_item_content {
    margin-left: 2.5rem;
    margin-top: 2.5rem;
  }

  .banner_item_content p {
    width: 100%;
  }

  .banner {
    width: 100%;
    height: 28rem;
  }

  .banner-info ul {
    flex-wrap: wrap;
  }

  .banner-info li {
    width: 49%;
  }

  .banner-info p {
    width: 90%;
  }

  .banner-info {
    transform: translateY(5%) translateX(-50%);
  }

  .company {
    padding-top: 35rem;
  }
}