.legalisering-content {
  margin-top: -200px;
  width: 100%;
  color: #fff;
}

.legalisering-content .content-banner {
  width: 100%;
  height: 850px;
  background: url('../assets/home-bg.png');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 0px;
  padding-top: 40px;
}

.legalisering-content .banner-title {
  margin: 280px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.legalisering-content .banner-title .title {
  font-family: Libre Baskerville;
  font-weight: 700;
  line-height: 92.72px;
}

.legalisering-content .banner-title .desc {
  font-family: Avenir;
  font-weight: 800;
  line-height: 33.6px;
  margin-top: 16px;
}

.legalisering-content .banner-btn {
  width: 368px;
  height: 91px;
  border-radius: 100px;
  padding: 8px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #FFFFFF66;
  position: relative;
}

.legalisering-content .banner-btn .move-bg {
  width: 176px;
  height: 75px;
  background-color: #D83F1B;
  border-radius: 100px;
  position: absolute;
  top: 8px;
  left: 8px;
}



.legalisering-content .banner-btn .arrow-down {
  height: 16px;
  margin-top: 5px;
}

.legalisering-content .banner-btn__order,
.legalisering-content .banner-btn__drop {
  width: 50%;
  height: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Avenir;
  font-size: 18px;
  font-weight: 900;
  line-height: 24.59px;
  /* background-color: #D83F1B;
  border-radius: 100px; */
  position: absolute;
  z-index: 10;
  /* position: relative; */
}

.legalisering-content .banner-btn__order {
  right: 8px;
}

#OrderArrow {
  transform: translateY(10px);
  opacity: 0;
}

#DropArrow {
  transform: translateY(5px);
  opacity: 1;
}


#DropText {
  transform: translateY(8px);
}

.page-content {
  padding: 0 64px;
  display: flex;
  flex-direction: column;
  max-width: 1450px;
  margin: -240px auto 0;
}

.page-content .page-content__desc,
.page-content .page-content__address {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* align-items: center; */
  margin-top: 32px;
  margin-bottom: 64px;
  transition: all 0.3s linear;
}

.page-content .page-content__desc .col-26 {
  width: 26.5%;
}

.page-content .page-content__desc .col-57 {
  width: 47%;
  margin: 0 32px;
}

.page-content .page-content__desc .online-order__desc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-shadow: 0px 6px 45px 16px rgba(138, 92, 92, 0.1);
  background: #fff;
  min-height: 383px;
  padding: 32px;
}

.page-content .page-content__desc .title {
  font-family: Libre Baskerville;
  line-height: 29.76px;
  margin: 24px 0 8px 0;
}

.page-content .page-content__desc .desc {
  font-family: Avenir;
  line-height: 24.59px;
}

.page-content .page-content__desc .choose-btn {
  width: 100%;
  font-family: Avenir;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}

.page-content .page-content__desc .address-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 24px;
  width: 100%;
}

.page-content .page-content__desc .address-content {
  width: 100%;
}

.page-content .page-content__desc .address-content:first-child {
  margin-right: 32px;
}

.page-content .page-content__desc .address-title {
  font-family: Avenir;
  font-size: 13px;
  font-weight: 800;
  line-height: 17.76px;
  letter-spacing: 0.03em;
  color: #8D8381;
  margin-bottom: 4px;
}

.page-content .page-content__desc .address-desc {
  font-family: Avenir;
  font-size: 18px;
  font-weight: 500;
  line-height: 24.59px;
  background: #FAFAF9;
  padding: 8px;
}

.page-content .page-content__desc {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.page-content .page-content__address .online-order__address {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fff;
  box-shadow: 7px 14px 34px 0px #8A5C5C1A;
  padding: 32px;
  width: 48%;
  height: 424px;
}


#OurService {
  width: 100%;
  margin-top: 64px;
}

#OurService>h1 {
  font-family: Libre Baskerville;
  font-size: 32px;
  font-weight: 700;
  line-height: 39.68px;
  text-align: center;
  margin-bottom: 0;
}

#OurService>p {
  font-family: Avenir;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #89807D;
}

#OurService .our-service__content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  margin-top: 32px;
}

#OurService .our-service__item {
  padding: 24px;
  box-shadow: 0px 6px 45px 16px rgba(138, 92, 92, 0.1);
}

#OurService .our-service__item-last {
  display: none;
}

#OurService .our-service__item .item-icon__top {
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  background: #FAFAF9;
}

#OurService .our-service__item .our-service__title {
  font-family: Libre Baskerville;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  margin-top: 24px;
  margin-bottom: 8px;
}

#OurService .our-service__item .our-service__desc {
  font-family: Avenir;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  text-align: left;
  color: #8D8381;
  height: 69px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#OurService .our-service__item .read-more {
  font-family: Avenir;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  text-align: left;
  margin-top: 8px;
}

#OurService .our-service__item .read-more a {
  color: #D83F1B;
}

#OurService .our-service__item .read-more a:hover {
  color: #000;
}

#OurService .our-service__item .order-other {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}

#OurService .our-service__item .other-form {
  color: #8D8381;
  font-family: Avenir;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

#OurService .our-service__item .other-form a {
  color: #8D8381;
}

#OurService .our-service__item .other-form a:hover {
  color: #000;
}

#OurService .our-service__item .other-btn {
  color: #fff;
  background: #1B0803;
  padding: 10px 24px;
  font-family: Avenir;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  transition: all 0.2s linear;
  cursor: pointer;
}

#OurService .our-service__item .other-btn:hover {
  background: #D83F1B;
}

#OurService .our-service__chooes {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  box-shadow: 7px 14px 34px 0px rgba(138, 92, 92, 0.1);
  margin: 32px 0 64px;
  background: #fff;
}

.icon-Group:before {
  content: "\e900";
}


#OurService .our-service__chooes .group-img {
  display: inline-block;
  padding: 24px;
  font-size: 32px;
  text-align: center;
  margin-right: 32px;
}

#OurService .our-service__chooes .chooes-content {
  width: 742px;
}

#OurService .our-service__chooes .chooes-title {
  font-family: Libre Baskerville;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}

#OurService .our-service__chooes .chooes-desc {
  font-family: Avenir;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left;
}



/* Popular Orders */
#PopularOrders {
  width: 100%;
  margin-top: 64px;

}

#PopularOrders .page-popular__title {
  font-family: Libre Baskerville;
  font-size: 32px;
  font-weight: 700;
  line-height: 39.68px;
  text-align: center;
}

#PopularOrders .slider-modal {
  width: 100%;
  height: 180px;
}

#PopularOrders .slider-modal__list {
  /* overflow: hidden;
  width: 100%; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

#PopularOrders .slider-modal__item {
  /* overflow: hidden;
  width: 100%; */
  width: 230px;
  height: 132px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px;
  box-shadow: 7px 14px 34px 0px rgba(138, 92, 92, 0.1);
  margin-right: 16px;

}

#PopularOrders .slider-modal__item p {
  font-family: Libre Baskerville;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.32px;
  white-space: nowrap;
}

#PopularOrders .slider-modal__item .item-desc {
  width: 100%;
}

#PopularOrders .slider-modal__item .country {
  font-family: Avenir;
  font-size: 16px;
  font-weight: 800;
  line-height: 21.86px;
}

#PopularOrders .slider-modal__item .arrow-right {
  transform: rotate(270deg);
}

/* #PopularOrders .slider-modal__item .country:{
  font-family: Avenir;
  font-size: 16px;
  font-weight: 800;
  line-height: 21.86px;
} */

#LegalisationIntro {
  background: #1B0803;
}

#LegalisationIntro .intro-content {
  padding: 64px;
  margin: 0 auto;
  max-width: 1450px;
}

#LegalisationIntro .intro-content p {
  font-family: Libre Baskerville;
  font-size: 42px;
  font-weight: 700;
  line-height: 58.8px;
  text-align: center;
}

#LegalisationIntro .intro-content p span {
  font-family: Libre Baskerville;
  font-size: 42px;
  font-style: italic;
  font-weight: 400;
  line-height: 58.8px;
  text-align: center;
}

#LegalisationIntro .intro-content .intro-btn {
  background: #D83F1B;
  color: #fff;
  width: 258px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 2px;
  margin: 32px auto 0;
  cursor: pointer;
}

#OurTeamMocal {
  margin: 64px auto;
  background: rgba(250, 250, 249, 1);
}

#OurTeamMocal .our-team__content {
  padding: 64px;
  margin: 0 auto;
  max-width: 1450px;
}

#OurTeamMocal .our-team__content h1 {
  font-family: Libre Baskerville;
  font-size: 42px;
  font-weight: 700;
  line-height: 52.08px;
  text-align: center;
}

#OurTeamMocal .our-team__content p {
  font-family: Avenir;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

#OurTeamMocal .our-team__content .our-team__list {
  /* display: flex; */
  /* flex-direction: row; */
  justify-content: flex-start;
  width: 100%;
  height: 475px;
  overflow: hidden;
}

#OurTeamMocal .our-team__content .our-team__item {
  width: 280px;
  height: 464px;
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: flex-start; */
  /* align-items: center; */
  margin-right: 32px;
  box-shadow: 7px 14px 34px 0px rgba(138, 92, 92, 0.1);
  float: left;
}

#OurTeamMocal .our-team__item img {
  width: 280px;
  height: 235px;
  padding: 12px;
}

#OurTeamMocal .our-team__item .team-box {
  padding: 4px 16px;
}

#OurTeamMocal .our-team__item .team-name {
  font-family: Avenir;
  font-size: 21px;
  font-weight: 900;
  line-height: 28.69px;
}

#OurTeamMocal .our-team__item .team-officer {
  font-family: Avenir;
  font-size: 15px;
  font-weight: 800;
  line-height: 20.49px;
}

#OurTeamMocal .our-team__item .team-desc {
  font-family: Avenir;
  font-size: 15px;
  font-weight: 500;
  line-height: 20.49px;
}


#AuthoritiesModal {
  background: #fff;
  padding: 64px 0;
}

#AuthoritiesModal .authorities__content {
  margin: 0 auto;
  max-width: 1450px;
}

#AuthoritiesModal .authorities__content p {
  font-family: Avenir;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

#AuthoritiesModal .authorities__content .authorities-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

#AuthoritiesModal .authorities__content .authorities-item img {
  height: 110px;
}

#ClientTrust {
  padding: 64px 0;
  background: rgba(250, 250, 249, 1);
}

#ClientTrust .client-trust__modal {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 64px;
}

#ClientTrust .client-trust__modal h1 {
  font-family: Libre Baskerville;
  font-size: 42px;
  font-weight: 700;
  line-height: 52.08px;
  text-align: center;
}

#ClientTrust .client-trust__modal p {
  font-family: Avenir;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

#ClientTrust .client-trust__modal .client-list {
  padding-top: 64px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

#ClientTrust .client-trust__modal .client-item {
  margin-right: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-shadow: 7px 14px 34px 0px rgba(138, 92, 92, 0.1);
  max-width: 372px;
  min-width: 190px;
  height: 314px;
}

#ClientTrust .client-trust__modal .item-content {
  margin: 33px 0;
  width: 127px;
  height: 103px;
}

#ClientTrust .client-trust__modal .item-content .content-name {
  color: #6A6A6A;
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 10.35px;
  text-align: center;
  margin-bottom: 16px;
}

#ClientTrust .client-trust__modal .see-all {
  font-family: Plus Jakarta Sans;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.64px;
  text-align: center;
  color: #3A6FE7;
}

#ClientTrust .client-trust__modal .item-title {
  font-family: Libre Baskerville;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
}

#ClientTrust .client-trust__modal .item-desc {
  font-family: Avenir;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}


/* 适配平板 */
@media only screen and (min-width : 744px) and (max-width : 1024px) {

  /* 平板端将client-item和reviews-carousel分两行显示 */
  #ClientTrust .client-trust__modal .client-list {
    flex-direction: column;
  }
  
  #ClientTrust .client-trust__modal .client-item.first-item,
  #ClientTrust .client-trust__modal .reviews-carousel {
    width: 100%;
    margin-right: 0;
  }
  
  #ClientTrust .client-trust__modal .client-item.first-item {
    margin-bottom: 24px;
  }

  #LegaliserHome {
    overflow: hidden;
  }

  .page-content {
    margin: -400px auto 0;
  }

  .page-content,
  #LegalisationIntro .intro-content,
  #OurTeamMocal .our-team__content,
  #ClientTrust .client-trust__modal {
    padding: 0 16px;
  }

  .page-content,
  #LegalisationIntro .intro-content,
  #OurTeamMocal .our-team__content,
  #AuthoritiesModal .authorities__content,
  #ClientTrust .client-trust__modal {
    max-width: 100vw;
  }

  .legalisering-content .banner-title {
    margin-top: 200px;
  }

  .legalisering-content .banner-title .title {
    font-size: 42px;
    line-height: 51.24px;
  }

  .legalisering-content .banner-title .desc {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }

  .page-content .page-content__desc,
  .page-content .page-content__address {
    flex-direction: column;
  }

  .page-content .page-content__desc .online-order__desc {
    min-height: 267px;
  }

  .page-content .page-content__address .online-order__address {
    width: 100%;
    height: 100%;
  }

  .page-content .page-content__address .online-order__address:first-child {
    margin-bottom: 32px;
  }

  .page-content .page-content__desc .col-26,
  .page-content .page-content__desc .col-57 {
    width: 100%;
  }

  .page-content .page-content__desc .col-57 {
    margin: 32px 0;
  }

  #OurService .our-service__item {
    width: calc((100vw / 2) - 41px);
  }

  #OurService .our-service__content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    grid-template-columns: none;
  }

  #OurService .our-service__chooes {
    display: none;
  }

  #OurService .our-service__item-last {
    display: block;
    background: #fff;
  }

  #PopularOrders .slider-modal__item {
    height: 150px;
  }

  #LegalisationIntro .intro-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #LegalisationIntro .intro-content p,
  #LegalisationIntro .intro-content p span {
    font-size: 24px;
    line-height: 33.6px;
  }

  #AuthoritiesModal .authorities__content .authorities-item img {
    height: 64px;
  }

  /* #OurTeamMocal .our-team__content{
    padding: 0 16px;
  } */
  #OurTeamMocal .our-team__content h1,
  #ClientTrust .client-trust__modal h1 {
    font-size: 32px;
    line-height: 39.68px;
  }
}



/* 适配手机 */
@media screen and (max-width: 479px) {

  /* 移动端将client-item和reviews-carousel分两行显示 */
  #ClientTrust .client-trust__modal .client-list {
    flex-direction: column;
  }
  
  #ClientTrust .client-trust__modal .client-item.first-item,
  #ClientTrust .client-trust__modal .reviews-carousel {
    width: 100%;
    margin-right: 0;
  }
  
  #ClientTrust .client-trust__modal .client-item.first-item {
    margin-bottom: 24px;
  }

  #LegaliserHome {
    overflow: hidden;
  }

  .page-content {
    margin: -450px auto 0;
  }

  .page-content,
  #LegalisationIntro .intro-content,
  #OurTeamMocal .our-team__content,
  #ClientTrust .client-trust__modal {
    padding: 0 16px;
  }

  .page-content,
  #LegalisationIntro .intro-content,
  #OurTeamMocal .our-team__content,
  #AuthoritiesModal .authorities__content,
  #ClientTrust .client-trust__modal {
    max-width: 100vw;
  }

  .legalisering-content .banner-title {
    margin-top: 170px;
  }

  .legalisering-content .banner-btn {
    width: 100%;
  }


  .legalisering-content .banner-title .title {
    font-size: 26px;
    line-height: 42px;
  }

  .legalisering-content .banner-title .desc {
    font-size: 17px;
    line-height: 24px;
    text-align: center;
  }

  .page-content .page-content__desc,
  .page-content .page-content__address {
    flex-direction: column;
  }

  .page-content .page-content__desc .online-order__desc {
    min-height: 267px;
  }

  .page-content .page-content__address .online-order__address {
    width: 100%;
    height: 100%;
  }

  .page-content .page-content__address .online-order__address:first-child {
    margin-bottom: 32px;
  }

  .page-content .page-content__desc .col-26,
  .page-content .page-content__desc .col-57 {
    width: 100%;
  }

  .page-content .page-content__desc .col-57 {
    margin: 32px 0;
  }

  #OurService .our-service__content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    grid-template-columns: none;
  }

  #OurService .our-service__chooes {
    display: none;
  }

  #OurService .our-service__item-last {
    display: block;
    width: 100%;
  }

  #PopularOrders .slider-modal__item {
    height: 150px;
  }

  #LegalisationIntro .intro-content {
    padding: 80px 16px;
  }

  #LegalisationIntro .intro-content p,
  #LegalisationIntro .intro-content p span {
    font-size: 24px;
    line-height: 33.6px;
  }

  #AuthoritiesModal .authorities__content .authorities-list {
    padding: 0 16px;
  }

  #AuthoritiesModal .authorities__content .authorities-item img {
    height: 64px;
  }

  #OurTeamMocal .our-team__content {
    padding: 0 16px;
  }

  #OurTeamMocal .our-team__content h1,
  #ClientTrust .client-trust__modal h1 {
    font-size: 32px;
    line-height: 39.68px;
  }

 
}

/* 手机横屏适配 */
@media screen and (max-height: 480px) and (orientation: landscape) {

  #ClientTrust .client-trust__modal .client-list {
    flex-direction: column;
  }
  
  #ClientTrust .client-trust__modal .client-item.first-item,
  #ClientTrust .client-trust__modal .reviews-carousel {
    width: 100%;
    margin-right: 0;
  }
  
  #ClientTrust .client-trust__modal .client-item.first-item {
    margin-bottom: 24px;
  }

  #LegaliserHome {
    overflow: hidden;
  }

  .page-content {
    margin: -450px auto 0;
  }

  .page-content,
  #LegalisationIntro .intro-content,
  #OurTeamMocal .our-team__content,
  #ClientTrust .client-trust__modal {
    padding: 0 16px;
  }

  .page-content,
  #LegalisationIntro .intro-content,
  #OurTeamMocal .our-team__content,
  #AuthoritiesModal .authorities__content,
  #ClientTrust .client-trust__modal {
    max-width: 100vw;
  }

  .legalisering-content .banner-title {
    margin-top: 170px;
  }

  .legalisering-content .banner-btn {
    width: 100%;
  }

  .legalisering-content .banner-title .title {
    font-size: 26px;
    line-height: 42px;
  }

  .legalisering-content .banner-title .desc {
    font-size: 17px;
    line-height: 24px;
    text-align: center;
  }

  .page-content .page-content__desc,
  .page-content .page-content__address {
    flex-direction: column;
  }

  .page-content .page-content__desc .online-order__desc {
    min-height: 267px;
  }

  .page-content .page-content__address .online-order__address {
    width: 100%;
    height: 100%;
  }

  .page-content .page-content__address .online-order__address:first-child {
    margin-bottom: 32px;
  }

  .page-content .page-content__desc .col-26,
  .page-content .page-content__desc .col-57 {
    width: 100%;
  }

  .page-content .page-content__desc .col-57 {
    margin: 32px 0;
  }

  #OurService .our-service__content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    grid-template-columns: none;
  }

  #OurService .our-service__chooes {
    display: none;
  }

  #OurService .our-service__item-last {
    display: block;
    width: 100%;
  }

  #PopularOrders .slider-modal__item {
    height: 150px;
  }

  #LegalisationIntro .intro-content {
    padding: 80px 16px;
  }

  #LegalisationIntro .intro-content p,
  #LegalisationIntro .intro-content p span {
    font-size: 24px;
    line-height: 33.6px;
  }

  #AuthoritiesModal .authorities__content .authorities-list {
    padding: 0 16px;
  }

  #AuthoritiesModal .authorities__content .authorities-item img {
    height: 64px;
  }

  #OurTeamMocal .our-team__content {
    padding: 0 16px;
  }

  #OurTeamMocal .our-team__content h1,
  #ClientTrust .client-trust__modal h1 {
    font-size: 32px;
    line-height: 39.68px;
  }
}

 /* 适配手机 */
 @media screen and (min-width: 359px) and (max-width: 429px){
  .legalisering-content .banner-title .title {
    font-size: 24px;
    line-height: 42px;
  }
}
