@font-face {
  font-family: 'GlowSansSC-Extended-Heavy';
  src: url('../font/GlowSansSC-Extended-Heavy.otf');
}

:root {
  --transparent: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon,
.w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus,
.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus,
.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus,
.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem,
.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem,
.w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {

  .w-commerce-commercecheckoutemailinput,
  .w-commerce-commercecheckoutshippingfullname,
  .w-commerce-commercecheckoutshippingstreetaddress,
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity,
  .w-commerce-commercecheckoutshippingstateprovince,
  .w-commerce-commercecheckoutshippingzippostalcode,
  .w-commerce-commercecheckoutshippingcountryselector,
  .w-commerce-commercecheckoutcardnumber,
  .w-commerce-commercecheckoutcardexpirationdate,
  .w-commerce-commercecheckoutcardsecuritycode,
  .w-commerce-commercecheckoutbillingfullname,
  .w-commerce-commercecheckoutbillingstreetaddress,
  .w-commerce-commercecheckoutbillingstreetaddressoptional,
  .w-commerce-commercecheckoutbillingcity,
  .w-commerce-commercecheckoutbillingstateprovince,
  .w-commerce-commercecheckoutbillingzippostalcode,
  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: #1a1b1f;
  font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.hotel-order-content-section {
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.hotel-order-content-section.cc-cta {
  background-color: #0000;
  background-image: url('../images/home-bg.png');
  background-position: 50% 100%;
  background-size: auto;
  border-radius: 0;
  margin-top: 208px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.footer-grid-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow-wrap: normal;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 77.02vw;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.paragraph-tiny {
  padding-top: 32px;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  color: #2e3a59;
  text-transform: none;
  /* white-space: nowrap; */
  word-break: normal;
  margin-top: 24px;
  font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
  font-size: 22px;
  line-height: 64px;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.footer-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.submit-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-button:hover {
  color: #fff;
  background-color: #32343a;
}

.footer-button:active {
  background-color: #43464d;
}

.wechat-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  display: block;
  text-decoration: none;
}


.wechat-button.cc-contact-us {
  z-index: 5;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.footer-button.cc-jumbo-button {
  -webkit-text-fill-color: inherit;
  background-image: radial-gradient(circle farthest-side at 0%, #237eff, #8d61e5);
  background-clip: border-box;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 50px;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  position: relative;
}

.footer-button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.footer-button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.footer-button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.footer-button.cc-jumbo-button.btn-ask {
  margin-top: 46px;
}

.footer-button.cc-contact-us {
  z-index: 5;
  background-color: #077bff;
  background-image: radial-gradient(circle at 0%, #237eff, #8d61e5);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 29px;
  padding: 0;
  display: flex;
  position: relative;
}

.footer-button.cc-contact-us.hotel-order-btn-margin {
  margin-top: 60px;
}

.footer-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.footer-button.cc-white-button:hover {
  background-color: #fffc;
}

.footer-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.footer-button.footer-bottom-margin {
  opacity: 1;
  background-color: #237EFF;
  border-radius: 4px;
  width: 110px;
  margin-top: 36px;
  padding: 8px 10px;
  letter-spacing: 0;
  font-weight: 500;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  color: #7b7b7b;
  width: 21.56vw;
  margin-top: 32px;
  font-size: 16px;
  line-height: 26px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: GlowSansSC-Extended-Heavy;
  font-size: 40px;
  line-height: 46px;
  color: #2e3a59;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #fff;
  border-bottom: 0 #000;
  align-items: center;
  padding: 10px 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.wf-navigation {
  background-color: #fff;
  border-bottom: 0 #000;
  align-items: center;
  padding: 10px 50px;
  display: flex;
  position: fixed;
}

.navigation-item {
  color: #383838;
  letter-spacing: 1px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.navigation-item:hover {
  /* opacity: 1; */
  color: #595959;
}

.navigation-item:active {
  /* opacity: 1; */
  color: #595959;
}

.navigation-item.w--current {
  opacity: 1;
  color: #32343a;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 1;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 1;
  color: #32343a;
}

.navigation-item.nav-about.nav-button {
  color: #237eff;
  border: .7px solid #237eff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 271px;
  height: 48px;
  margin-top: 30px;
  font-size: 16px;
  display: none;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100px;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
    ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 111px;
  margin-bottom: 86px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px #eee;
  width: 30vw;
  padding: 0;
  display: flex;
}

.contact-form-grid {
  grid-column-gap: 10px;
  grid-row-gap: 30px;
  flex: 0 auto;
  order: 0;
  grid-template: ". ."
    / 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  align-self: auto;
  place-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
  display: grid;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.contact-input-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.contact-input-field:hover {
  border-color: #e3e6eb;
}

.contact-input-field:active,
.contact-input-field:focus {
  border-color: #43464d;
}

.contact-input-field::placeholder {
  color: #32343a66;
}

.contact-input-field.cc-contact-field {
  text-align: left;
  overflow-wrap: normal;
  border-style: none;
  min-height: auto;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 0;
  font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
  line-height: 14px;
  text-decoration: none;
}

.contact-input-field.cc-contact-field.company-height {
  align-self: auto;
  min-height: 82px;
}

.contact-input-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: 6.25vw;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 0;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
  font-size: 51.84px;
  font-weight: 600;
  line-height: 51.84px;
  color: #212121;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
    / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template: ". . ."
    ". . ."
    / 1fr 1fr 1fr;
  align-self: center;
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
    "."
    "."
    / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
    / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
    / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 140px;
  list-style-type: none;
  display: grid;
}

.list-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;
  list-style-type: none;
  display: inline-flex;
}

.list-item,
.list-item-2,
.list-item-3,
.list-item-4 {
  margin-bottom: 0;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
  display: block;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 360px;
  display: flex;
}

.text-block {
  margin-top: 20px;
}

.image {
  background-image: url('../images/WeChat099d1f97134a08592bfb597244ee7208.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin-top: 140px;
  margin-left: 30px;
  margin-right: 30px;
  display: inline-flex;
}

.image-2 {
  background-image: url('../images/WeChat099d1f97134a08592bfb597244ee7208.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 20px;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask {
  border-radius: 0;
}

.media-wrapper {
  width: 100%;
  height: 61.8034%;
  position: relative;
  inset: 0% 0% auto;
}

.content-wrapper {
  flex: 1;
  width: 100%;
  padding: 2rem;
  position: relative;
}

.grow-background {
  z-index: 0;
  background-color: #f5f5f5;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.description {
  opacity: .75;
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.scroll-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 300vw;
  height: 460px;
  margin-top: 140px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.scroll-card {
  background-color: #fff;
  border: .0625rem solid #83838329;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 30vw;
  height: 80%;
  min-height: 32rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: -5%;
  overflow: hidden;
}

.heading {
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-wrapper {
  z-index: 1;
  position: relative;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: inline-flex;
  overflow: auto;
}

.section-2 {
  margin-top: 220px;
  margin-left: 40px;
  margin-right: 40px;
  overflow: auto;
}

.div-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  display: flex;
}

.horizontal-scrol-container {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.section-insight {
  margin-top: 140px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-5 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  display: flex;
}

.scroll-content {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  overflow: visible;
}

.wrap-content {
  min-width: 340px;
}

.container-2 {
  margin-top: 140px;
}

.swiper-banner {
  width: 940px;
  height: auto;
  margin-top: 84px;
}

.cms-slider {
  flex: none;
  justify-content: center;
  align-items: stretch;
  margin-top: 140px;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
  overflow: hidden;
}

.slider-collection {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: row;
  display: flex;
  overflow: visible;
}

.slider-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 30vw;
  height: 40vw;
  display: flex;
}

.slider-wrapper {
  background-color: #0000;
  margin: 40px 0;
  display: block;
}

.section-3 {
  margin-top: 140px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
}

.section-slider-section {
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.heading-2 {
  align-self: center;
}

.slider-list {
  grid-column-gap: 16px;
  grid-row-gap: 19px;
  flex-flow: row;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  overflow: visible;
}

.slider-item {
  border: 1px #bdb9b9;
  justify-content: flex-start;
  align-items: center;
  width: 16vw;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.slider-container {
  background-color: #0000;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.container-3 {
  margin-top: 106px;
}

.container-4 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-5 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.banner-container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 21vw;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-5 {
  background-image: url('../images/curly-hair-woman-holding-phone.jpg');
  background-size: cover;
}

.banner-section {
  background-image: url('../images/home-bg.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-top: 60px;
  padding-top: 151px;
  padding-bottom: 151px;
  display: flex;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.slider-collection-wrapper {
  width: 100%;
}

.slider-collection-list {
  width: 100%;
  height: 100%;
}

.slider-collection-item {
  width: 100%;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.slider-collection-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-6 {
  width: 400px;
  height: 300px;
}

.slider-content-img {
  border-radius: 16px;
  width: 50vw;
  height: auto;
  overflow: clip;
}

.flex-block {
  background-color: #fff;
  width: 60%;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 40px;
}

.slide-nav {
  float: center;
  clear: both;
  color: #333;
  text-align: left;
  object-fit: fill;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  padding-top: 0;
  font-size: 8px;
  line-height: 10px;
  display: flex;
  position: relative;
  inset: 0 0% 0% 0;
}

.w-slider-dot {
  background-color: #eeeeec;
  width: 64px;
  height: 4px;
  border-radius: 2px;
}

.w-slider-dot.w-active {
  background-color: #8db0ff;
}

.text-block-2 {
  align-self: flex-start;
}

.slider-box-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph {
  text-align: left;
  flex: 0 auto;
}

.rich-text-block {
  color: #868996;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  display: flex;
}

.rich-text-block-2 {
  text-align: left;
  justify-content: center;
  align-items: flex-end;
  height: 48px;
  padding-top: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.banner-item-title {
  aspect-ratio: auto;
  margin-top: 0;
  font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
}

/* .slider-collection-box{
  display: flex;
  flex-direction: row-reverse;
} */

.banner-item-content {
  color: #9fa4b7;
  height: auto;
  margin-top: 0;
  font-size: 12px;
  line-height: 12px;
}

.banner-content-margin-top {
  margin-top: 28px;
}

.banner-item-text-box {
  justify-content: center;
  align-items: flex-start;
  margin-top: 26px;
  margin-right: 40px;
}

.div-block-6 {
  width: 60%;
}

.banner-item-img-box {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: block;
  overflow: visible;
  user-select: none;
}

.code-embed {
  background-color: #8db0ff00;
}

.slider-nav-container {
  justify-content: flex-end;
  align-items: center;
  height: 10px;
  display: flex;
  position: relative;
  top: -26px;
}

.dot-box {
  background-color: #ce7d7d;
  height: 100%;
}

.slider-show-container {
  flex: 0 auto;
  align-self: center;
  width: 16vw;
}

.slider-box-img {
  border-radius: 10px;
  width: 16.67vw;
  height: 12vw;
}

.text-block-3 {
  color: #6a6b72;
  text-align: left;
  margin-top: 10px;
  font-size: 12px;
}

.slier-box-title {
  color: #6d6d6f;
  text-align: left;
  margin-top: 12px;
  font-size: 12px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slider-box-title-bold {
  font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  max-lines: 1;
  height: 30px;
  overflow: hidden;
}

.slider-box-content {
  color: #9e9fa3;
  height: 48px;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
}

.slider-box-icon {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding-left: 2px;
}

.image-8,
.slider-icon-tag {
  width: 14px;
  height: 14px;
}

.slider-icon-tag-new {
  width: auto;
  height: 16px;
}

.text-block-4 {
  height: 14px;
}

.slider-text-tag {
  color: #8C9AB6;
  margin-left: 4px;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  font-weight: 400;
}

.slider-text-tag-blue {
  color: #237EFF;
  margin-left: 4px;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  font-weight: 400;
}

.section-head-text {
  width: 940px;
  max-width: 940px;
  margin-top: 60px;
  margin-bottom: 0;
}

.section-head-text.para-title {
  color: #202122;
}

.section-header {
  color: #f0f1f7;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.section-custom {
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.section-custom-container {
  max-width: 940px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  overflow: hidden;
}

.logo-container {
  background-color: #fff;
  justify-content: space-between;
  min-width: 1260px;
  display: flex;
}

.image-9 {
  width: 200px;
  height: 88px;
}

.img-logo {
  object-fit: contain;
  width: auto;
  height: 40px;
  margin: 0px 28px;
}

.section-head-text-m {
  color: #212122;
  width: 940px;
  max-width: 940px;
}

.section-edu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.edu-container {
  justify-content: center;
  align-items: center;
  min-width: 940px;
  max-width: 940px;
  padding-left: 0;
  display: block;
}

.edu-card {
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
  max-height: 240px;
  padding-bottom: 60px;
  display: flex;
  overflow: visible;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .07);
}

.edu-collection-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f3eeee00;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: flex-start center;
  width: 200px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.card-img {
  aspect-ratio: 2;
  border-radius: 10px 10px 0 0;
  align-self: center;
  width: 200px;
  max-width: 200px;
  height: 120px;
  max-height: 120px;
  overflow: clip;
}

.card-title {
  align-self: auto;
  color: #212121;
  font-weight: 600;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.card-desc {
  color: #8e8e8e;
  font-size: 14px;
  line-height: 22px;
  margin: 6px 16px 0 24px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.edu-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: flex-start;
  place-items: start;
  /* margin-left: 40px; */
  display: grid;
}

.collection-edu-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.industry-collection-item {
  justify-content: center;
  align-items: flex-start;
  width: 200px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-news {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-news.news-margin-top {
  margin-top: 44px;
}

.news-container {
  min-width: 59vw;
}

.news-collection-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.news-collection-list {
  max-width: none;
}

.news-collections-item {
  margin-bottom: 32px;
}

.news-box {
  border-radius: 6px;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  min-width: auto;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .07);
}

.news-box-text {
  max-height: none;
  padding: 0 28px 0 32px;
}

.new-box-image {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  flex: 0 auto;
  width: 204px;
  min-width: auto;
  max-width: none;
  height: 204px;
  max-height: none;
}

.news-title {
  margin-top: 24px;
}

.news-title2 {
  color: #999999;
  margin-top: 10px;
  font-size: 14px;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news-content {
  color: #5e5e5e;
  height: 84px;
  max-height: 84px;
  margin-top: 10px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.section-hotel-order {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.div-block-7 {
  width: 940px;
  max-width: 940px;
}

.hotel-order-container {
  justify-content: center;
  align-items: center;
  width: 71.6vw;
  max-width: none;
  display: flex;
}

.hotel-txt-container {
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
  text-decoration: none;
}

.hotel-list-container {
  width: auto;
  max-width: none;
  overflow: hidden;
}

.hotel-order-ref {
  color: #237eff;
  font-size: 15px;
  font-weight: 500;
}

.paragraph-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.paragraph-3 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.hotel-order-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.hotel-content {
  color: #9c9ea7;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.hotel-order-title {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.hotel-title {
  text-align: center;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.hotel-order-list {
  flex-flow: row;
  display: flex;
  overflow: visible;
}

.hotel-list-item {
  width: 20vw;
}

.hotel-list-item.hotel-item {
  width: 16vw;
  height: 25vw;
}

.hotel-item {
  justify-content: flex-start;
  align-items: flex-start;
  width: 16vw;
  min-width: auto;
}

.hotel-item-title {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}

.hotel-item-image {
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 10px;
  width: 16vw;
  height: 16vw;
  overflow: clip;
}

.api-test-section {
  margin-top: 20px;
}

.api-container {
  justify-content: center;
  display: flex;
}

.api-test-item {
  flex-flow: column;
  width: 200px;
  height: 300px;
  display: flex;
}

.banner-image {
  width: 90%;
  height: 100%;
}

.content_bottom {
  width: 100%;
}

.max-width {
  width: 90%;
}

.letter-animation {
  width: 101%;
}

.split-text {
  perspective: 800px;
  font-size: 64px;
}

.split-text.is--large {
  font-size: 5em;
}

.section-text.is--light {
  color: #2e2a27;
  background-color: #e8e2da;
}

.container-text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3.58em;
}

.container-text.is--hero {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: auto;
  padding-bottom: 2em;
  display: flex;
}

.page-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.main-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-anchor {
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-anchor.is--v {
  flex-direction: column;
}

.title-container-exhibition {
  padding-top: 10px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.title-container-example {
  text-decoration: none;
}

.title-container-news {
  text-decoration: none;
}

.para-title {
  position: relative;
}

.section-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-4.is--hero {
  flex-direction: column;
  height: 100vh;
}

.section-4.is--hero.is--v {
  background-color: #0000;
  height: 20vh;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hotel-buttons-container {
  padding-left: 10px;
}

.button-tab-sel {
  background-color: #ebe9e7;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 36px;
  margin-right: 8px;
  padding-left: 6px;
  padding-right: 6px;
}

.ic-hotel-btn {
  width: 30px;
  height: 30px;
  line-height: 16px;
}

.ic-contact-btn {
  width: 20px;
  height: 20px;
}

.ic-hotel-btn-sel {
  opacity: 1;
}

.ic-hotel-btn-nor {
  opacity: 0.4;
}


.txt-hotel-btn {
  margin-left: 5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
}

.txt-hotel-btn.btn-selected {
  font-size: 14px;
  color: #212121;
}

.txt-hotel-btn.btn-normal {
  color: #a8aab1;
  font-size: 14px;
  color: #212121;
}

.button-tab-nor {
  background-color: #fafafa;
  border: 1px #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 36px;
  margin: 0px 8px;
  padding-left: 6px;
  padding-right: 6px;
}

.title-name {
  white-space: nowrap;
  word-break: normal;
  object-fit: fill;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 6px;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.title-tag {
  color: #edeff6;
  white-space: nowrap;
  background-image: linear-gradient(to right, #756A8F, #263590);
  border-radius: 2px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 10px;
  line-height: 16px;
}

.detail-tag {
  font-size: 14px;
  line-height: 14px;
}

.hotel-desc {
  color: #9597a0;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 22px;
}

.hotel-loc-container {
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.hotel-loc-container.exhi-detail-margin-14 {
  margin-left: 14px;
  align-self: center;
}

.ic-location {
  width: auto;
  height: 14px;
  margin-right: 5px;
}

.txt-location {
  color: #8c9ab6;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
}

.section-edu-new {
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.footer-btn-ask-txt {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.footer-btn-ask-txt.footer-btn-ask {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 55vw;
  max-width: 55vw;
  margin-bottom: 0;
}

.first-col.footer-col {
  justify-content: flex-start;
  align-items: center;
}

.footer-ic-conmunicate {
  width: 44px;
  height: auto;
}

.footer-ic-wechat {
  width: 24px;
  height: auto;
  margin-top: 52px;
}

.footer-text-title {
  margin-bottom: 28px;
  font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  font-size: 16px;
}

.footer-text-title>a {
  font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
  font-weight: 500;
  line-height: 22px;
  font-size: 16px;
  text-decoration: none;
  color: #212121;
}

.footer-text-content {
  color: #595959;
  font-size: 14px;
  line-height: 36px;
}

.footer-text-content>a {
  color: #67686d;
  font-size: 14px;
  text-decoration: none;
}

.contact-brand-grid {
  grid-column-gap: 32px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: start;
  width: 27.7vw;
  margin-top: 40px;
}

.contact-partner {
  object-fit: cover;
  width: 120px;
  height: 44px;
  display: block;
  overflow: clip;
}

.contact-input-container {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  flex-flow: column;
  flex: 1;
  padding: 16px;
}

.contact-input-container.gap-top {
  margin-top: 17px;
}

.contact-input-row {
  margin-top: 0;
}

.contact-input-row.margin-top {
  justify-content: space-between;
  margin-top: 0;
}

.contact-input-row.gap-top {
  margin-top: 17px;
}

.contact-input-label {
  margin-bottom: 0;
  margin-left: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #212121;
}

.contact-form-gap {
  width: 1.25vw;
}

.textarea {
  color: #1a1b1f;
  font-size: 14px;
  line-height: 26px;
}

.footer-private-label {
  margin-top: 0;
  font-size: 14px;
  line-height: 20px;
  color: #212121;
  text-decoration: none;
}

.contact-privace-container {
  text-align: left;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 24px;
  line-height: 20px;
}

.contact-privace-link {
  color: #237EFF;
  cursor: pointer;
  margin-left: 6px;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}

.logo-text {
  color: #212121;
  margin-top: 2px;
  margin-left: 8px;
  font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.text-block-6 {
  font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
}

.page-section-header {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 43px;
  font-weight: 600;
  line-height: 43px;
  color: #212121;
}

.hotel-order-slider-container {
  max-width: none;
}

.hotel-slide-list {
  grid-column-gap: 28px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  display: grid;
}

.hotel-grid-section {
  justify-content: center;
  align-items: center;
  margin-top: 240px;
  display: flex;
}

.hotel-grid-section.about-gird-section {
  margin-top: 240px;
}

.footer-desc-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55vw;
  display: flex;
}

.ex-detail-tag {
  display: flex;
}

.sss {
  border: .5px solid #c6c9cc;
  border-radius: 10px;
  padding: 1px 5px 1px 4px;
  display: flex;
}

.btn-border {
  border: 0.5px solid #237EFF;
  border-radius: 4px;
  padding: 10px 15px;
  display: flex;
}

.btn-border:hover {
  cursor: pointer;
}

.choose-slider-list {
  grid-column-gap: 12px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-sub-header {
  margin-top: 26px;
  font-size: 12px;
  line-height: 20px;
  color: #212121;
}

.footer-divider {
  border-bottom: .5px solid #ededed;
  width: 52vw;
  height: 1px;
  margin-top: 46px;
}

.agreementpreview {
  display: block;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 20px auto;
}

.about-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
  overflow: hidden;
}

.about-section.btn-ask {
  margin-top: 52px;
}

.about-body {
  justify-content: flex-start;
  align-items: center;
  width: 58.75vw;
  min-width: 58.75vw;
}

.about-body-title {
  color: #2e3a59;
  margin-top: 80px;
  font-size: 39px;
  line-height: 49px;
  font-family: GlowSansSC-Extended-Heavy;
}

.about-body-subtitle {
  color: #2e3a59;
  margin-top: 23px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.about-main-pic {
  width: 812px;
  height: 288px;
  margin-top: 59px;
  border-radius: 16px;
}

.about-intro-container {
  flex-flow: row;
  width: 100%;
  margin-top: 72px;
  padding-left: 43px;
  padding-right: 43px;
  display: flex;
}

.about-intro-container.shiming-img3-margin {
  padding-right: 20px;
}

.about-intro-container.about-zhuiqiu-grid-container {
  margin-top: 24px;
}

.about-intra-title-container {
  white-space: nowrap;
  width: 8.33vw;
}

.about-intra-txt {
  margin-top: 10px;
  font-size: 26px;
  font-family: GlowSansSC-Extended-Heavy;
  color: #2e3a59;
}

.about-intra-txt.margin-center {
  margin-bottom: 60px;
}

.about-intra-content {
  color: #7b7b7b;
  margin-left: 100px;
  font-size: 16px;
  line-height: 26px;
}

.about-intro-tag {
  color: #237eff;
  font-size: 14.4px;
  line-height: 14.4px;
}

.about-define-service-image {
  justify-content: center;
  align-items: center;
  margin-left: 100px;
}

.about-intro-define-service {
  justify-content: center;
  align-items: flex-start;
  width: 32vw;
}

.define-service-image {
  width: auto;
  border-radius: 16px;
}

.about-shiming-grid {
  flex: 1;
  align-self: auto;
  width: 100%;
}

.column {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about-shiming-img1 {
  width: 228px;
  height: 152px;
  margin-top: 50px;
  border-radius: 16px;
}

.about-shiming-img2 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 216px;
  height: 260px;
  max-height: none;
  border-radius: 16px;
}

.column-2 {
  padding-left: 20px;
  padding-right: 0;
}

.shiming-img2-root {
  width: 216px;
  height: 323px;
  display: block;
}

.div-block-9 {
  align-self: stretch;
}

.about-zhuiqiu-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.about-zhuiqiu-grid-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 16.7vw;
  height: auto;
  display: flex;
}

.about-zhuiqiu-grid-img {
  align-self: stretch;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.about-zhuiqiu-grid-title {
  padding-left: 16px;
  color: #212121;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.about-zhuiqiu-grid-desc {
  color: #7b7b7b;
  margin-top: 6px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  line-height: 28px;
}

.about-zhuiqiu-grid-img-root {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-bottom: 28px;
  display: flex;
}

.about-connect-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 45.83vw;
  margin-top: 135px;
  display: flex;
}

.about-connect-image {
  width: 633px;
  height: 285px;
}

.about-connect-head {
  margin-top: 54px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  color: #212121;
}

.about-connect-head-phone {
  color: #7b7b7b;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px;
}

.about-connect-head-address {
  color: #7b7b7b;
  margin-bottom: 0;
  margin-top: 14px;
  font-size: 14px;
  line-height: 18px;
}

.contact-section {
  justify-content: center;
  align-items: flex-start;
  margin-top: 64px;
  padding-top: 84px;
  display: flex;
}

.contact-container {
  justify-content: space-between;
  width: 65vw;
  display: flex;
}

.hotel-order-section {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 72px;
  display: flex;
}

.hotel-buttons-container-mobile,
.hotel-slider-wrapper {
  display: none;
}

.slider-item-mobile {
  border: 1px #bdb9b9;
  justify-content: flex-start;
  align-items: center;
  width: 14vw;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.news-box-mobile,
.footer-communication-container,
.menu-divider {
  display: none;
}

.footer-btn-container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-ask-btn {
  width: 148px;
  height: 50px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid #237EFF;
  margin-left: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  text-decoration: none;
  text-transform: uppercase;
}

.txt-ask-btn {
  margin-left: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
}

.txt-ask-btn.btn-selected {
  font-size: 12px;
}

.txt-ask-btn.btn-normal {
  color: #a8aab1;
  font-size: 12px;
}

.shiming-img-root-mobile {
  width: 216px;
  height: 323px;
  display: none;
}

.hotel-order-grid {
  width: auto;
  max-width: none;
  height: auto;
  display: block;
  overflow: visible;
}

.collection-item {
  width: 16.67vw;
}

.about-intro-define-service-mobile {
  justify-content: center;
  align-items: flex-start;
  width: 32vw;
  display: none;
}

.news-box-copy {
  border: .5px solid #f1eded;
  border-radius: 6px;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: center;
  min-width: auto;
}

.slider-wrapper-mobile {
  background-color: #0000;
  margin: 40px 0;
  display: none;
}

.choose-slider-list-mobile {
  grid-column-gap: 12px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-brands-image {
  width: 27.7vw;
  height: auto;
  margin-top: 80px;
}

.detail-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 64px;
  display: flex;
}

.foot-root {
  margin-top: 236px;
}

.detail-root {
  width: 738px;
  max-width: none;
  padding-top: 116px;
  padding-right: 0;
}

.title-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.subtilte-div {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.html-div {
  max-width: none;
  margin-top: 64px;
}

.ex-title {
  color: #212121;
  text-align: center;
  font-size: 36px;
  line-height: 52px;
  font-weight: 600;
}

.ex-subtitle {
  color: #8e8e8e;
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  line-height: 30px;
}

.exhibition-title {
  color: #212121;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 52px;
}

.detail-news-title {
  color: #212121;
  text-align: center;
  font-size: 36px;
  line-height: 52px;
  font-weight: 600;
}

.exhi-detail-type-container {
  display: none;
}

.slider-box-icon-pc {
  border: 1px solid #EDEFF3;
  border-radius: 14px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 14px;
  padding: 4px;
}

.menu-right-nav {
  display: flex;
  flex-direction: row-reverse;
}

.lang-switch-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #8E8E8E;
}

.btn-lang-switch {
  background-color: transparent;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #8E8E8E;
  z-index: 5;
}

.lang-switch-nav-mobile {
  display: none;
}

.lang-switch-margin {
  margin-right: 44px;
}

.btn-lang-switch:hover {
  cursor: pointer;
}

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

  .hotel-order-content-section {
    margin-top: 0;
  }

  .hotel-order-content-section.header-margion-bottom {
    margin-bottom: 120px;
  }

  .footer-grid-container {
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-tiny {
    font-size: 14px;
  }

  .footer-button.cc-jumbo-button.btn-ask {
    width: auto;
    margin-top: 64px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-button.cc-contact-us {
    background-image: radial-gradient(circle farthest-side at 0%, #237eff, #8d61e5);
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 40px;
    padding: 0;
    display: flex;
  }

  .footer-button.cc-contact-us.hotel-order-btn-margin {
    margin-top: 84px;
  }

  .footer-button.footer-bottom-margin {
    width: 148px;
    height: 48px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 18px;
  }

  .paragraph-light {
    width: 414px;
    margin-top: 37px;
    font-size: 18px;
    line-height: 32px;
  }

  .navigation-wrap {
    height: 84px;
  }

  .navigation {
    padding: 0 44px;
  }

  .navigation-item {
    color: #595959;
    font-size: 16px;
    line-height: 16px;
  }

  .navigation-item.w--current {
    line-height: 16px;
  }

  .section-heading-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 195px;
    margin-bottom: 0;
    display: flex;
  }

  .contact-input-field.cc-contact-field {
    margin-top: 12px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
  }

  .contact-input-field.cc-contact-field.company-height {
    min-height: 90px;
  }

  .contact-heading {
    font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
    font-size: 72px;
    font-weight: 600;
    line-height: 72px;
  }

  .slider-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 64px;
    margin-bottom: 0;
    display: block;
  }

  .slider-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .slider-item {
    width: 13.5vw;
    height: auto;
    margin: 0px 20px;
  }

  .slider-item.hotel-order {
    width: 16.7vw;
  }

  .slider-container {
    width: 59vw;
    max-width: none;
    padding-left: 0;
  }

  .banner-section {
    max-width: none;
    margin-top: 85px;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .banner-item-text-box {
    width: 30vw;
  }

  .slider {
    background-color: #fff0;
    height: auto;
    display: block;
    overflow: visible;
  }

  .slide {
    height: auto;
  }

  .slider-content-img {
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    overflow: clip;
  }

  .slide-nav {
    overflow: visible;
  }

  .banner-item-title {
    font-size: 72px;
    line-height: 72px;
  }

  .banner-item-content {
    font-size: 16px;
    line-height: 18px;
  }

  .banner-content-margin-top {
    margin-top: 64px;
  }

  .banner-item-img-box {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .code-embed {
    overflow: visible;
  }

  .slider-show-container {
    width: 100%;
  }

  .slider-box-img {
    width: 100%;
    height: 10.5vw;
    border-radius: 16px;
  }

  .slier-box-title {
    margin-top: 26px;
    font-size: 18px;
    line-height: normal;
  }

  .slider-box-title-bold {
    margin-top: 12px;
    font-size: 22px;
    line-height: 30px;
    max-lines: 1;
    height: 30px;
    overflow: hidden;
  }

  .slider-box-content {
    color: #8e8e8e;
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .slider-box-icon {
    box-sizing: border-box;
    object-fit: contain;
    border-style: none;
    border-radius: 13px;
    width: auto;
    height: auto;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
    overflow: visible;
  }

  .slider-text-tag {
    color: #8C9AB6;
    font-size: 14px;
  }


  .slider-text-tag-blue {
    color: #237EFF;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
  }


  .section-head-text.para-title {
    width: 59vw;
    max-width: none;
    margin-top: 0;
    font-size: 60px;
    line-height: 84px;
    font-weight: 600;
    /* margin-left: 40px; */
  }

  .section-header {
    margin-top: 300px;
  }

  .section-custom {
    margin-top: 64px;
  }

  .section-custom-container {
    width: 59vw;
    max-width: none;
    /* margin-left: 40px; */
  }

  .img-logo {
    object-fit: contain;
    width: auto;
    height: 40px;
    margin: 0px 28px;
  }

  .edu-container {
    width: 59vw;
    max-width: none;
    margin-top: 40px;
  }

  .edu-card {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    max-height: none;
  }

  .edu-collection-item {
    width: 13.5vw;
    height: 15.6vw;
  }

  .card-img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    width: 13.5vw;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .card-title {
    color: #212121;
    margin-top: 24px;
    margin-left: 24px;
    margin-right: 24px;
    font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
    font-weight: 600;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .card-desc {
    color: #8e8e8e;
    font-size: 14px;
    line-height: 22px;
    margin: 6px 16px 0 24px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .edu-collection-list {
    grid-column-gap: 32px;
    grid-row-gap: 64px;
  }

  .section-news {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-news.news-margin-top {
    margin-top: 64px;
  }

  .news-container {
    width: 59vw;
    display: block;
  }

  .news-collection-list {
    max-width: none;
  }

  .news-box {
    width: 59vw;
    min-width: auto;
    border-radius: 16px;
    margin-left: 40px;
  }

  .news-title {
    margin-top: 24px;
    font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
    font-size: 22px;
    font-weight: 600;
  }

  .hotel-order-container {
    justify-content: flex-start;
    align-items: center;
    width: 71.6vw;
    max-width: none;
  }

  .hotel-txt-container {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 190px;
  }

  .hotel-list-container {
    width: auto;
    max-width: none;
    margin-top: 56px;
    margin-left: 0;
  }

  .hotel-order-ref {
    color: #237eff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
  }

  .hotel-order-content {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .hotel-content {
    color: #8e8e8e;
    text-align: center;
    word-break: keep-all;
    flex-flow: row;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    font-size: 16px;
    line-height: 22px;
    display: flex;
  }

  .hotel-order-title {
    text-align: center;
    word-break: keep-all;
    flex-flow: row;
    justify-content: center;
    align-self: baseline;
    align-items: center;
    margin-top: 12px;
    display: flex;
  }

  .hotel-title {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
    font-size: 52px;
    line-height: 64px;
    font-weight: 600;
    display: flex;
    margin-left: 44px;
  }

  .hotel-item {
    width: 13.5vw;
    min-width: auto;
  }

  .hotel-item-title {
    margin-top: 24px;
  }

  .hotel-item-image {
    width: 13.5vw;
    height: 13.5vw;
    border-radius: 16px;
  }

  .hotel-buttons-container {
    margin-left: 20px;
    padding-left: 0;
  }

  .button-tab-sel {
    background-color: #f7f5f5;
    border-radius: 12px;
    width: 123px;
    height: 44px;
    padding: 0;
  }

  .txt-hotel-btn.btn-selected {
    font-size: 16px;
    font-weight: 600;
  }

  .txt-hotel-btn.btn-normal {
    color: #a6a6a6;
    -webkit-text-stroke-color: #212121;
    font-size: 16px;
    line-height: 18px;
  }

  .button-tab-nor {
    background-color: #fefefe;
    border-radius: 12px;
    width: 123px;
    height: 44px;
    padding-left: 0;
    padding-right: 0;
  }

  .title-name {
    color: #212121;
    margin-right: 8px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
  }

  .title-tag {
    background-image: linear-gradient(to right, #756A8F, #263590);
    padding: 4px 6px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: #FBEADC;
  }

  .detail-tag {
    font-size: 14px;
    line-height: 14px;
  }

  .hotel-desc {
    color: #8e8e8e;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .ic-location {
    width: 14px;
    height: 16px;
  }

  .detail-icon-location-size {
    width: auto;
    height: 20px;
  }

  .txt-location-detail {
    color: #8c9ab6;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
  }


  .txt-location {
    color: #8c9ab6;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .txt-location-detail.detail-font {
    color: #8c9ab6;
    font-size: 18px;
    line-height: 18px;
  }

  .footer-btn-ask-txt.txt-ask {
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    display: flex;
  }

  .contact-brand-grid {
    grid-row-gap: 24px;
    width: 532px;
    height: 169px;
    margin-top: 80px;
  }

  .contact-input-container.gap-top,
  .contact-input-row.gap-top {
    margin-top: 24px;
  }

  .contact-input-label {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
  }

  .footer-private-label {
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
  }

  .contact-privace-container {
    margin-top: 24px;
  }

  .contact-privace-link {
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
  }

  .logo-text {
    color: #212121;
    margin-left: 6px;
    font-size: 22px;
    line-height: 22px;
  }

  .text-block-6 {
    font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 0;
    display: inline-block;
  }

  .page-section-header {
    font-size: 60px;
    line-height: 68px;
  }

  .hotel-order-grid-container {
    margin-top: 120px;
  }

  .hotel-order-slider-container {
    max-width: none;
  }

  .hotel-slide-list {
    grid-column-gap: 26px;
    grid-row-gap: 64px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-desc-container {
    flex-flow: column;
    padding-left: 80px;
  }

  .ex-detail-tag {
    padding: 2px 6px 2px 6px;
    display: flex;
  }

  .sss {
    border: 1px solid #edeff3;
    border-radius: 16px;
    padding: 6px 10px;
    display: flex;
  }

  .btn-border {
    border: 1px solid #237EFF;
    border-radius: 4px;
    padding: 10px 15px;
    display: flex;
  }


  .choose-slider-list {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .page-sub-header {
    color: #212121;
    margin-top: 32px;
    font-size: 20px;
    line-height: 32px;
  }

  .footer-divider {
    border: .5px solid #ededed;
    width: 43vw;
    height: 1px;
    max-height: 1px;
    margin-top: 64px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .about-section {
    flex-flow: column;
    align-items: center;
    margin-top: 84px;
    display: flex;
  }

  .about-body {
    color: #2e3a59;
    justify-content: flex-start;
    align-items: center;
    width: 58.75vw;
    min-width: 58.75vw;
  }

  .about-body-title {
    color: #2e3a59;
    margin-top: 111px;
    font-size: 54px;
    line-height: 68px;
    font-family: GlowSansSC-Extended-Heavy;
  }

  .about-body-subtitle {
    text-align: center;
    align-self: center;
    width: 40.73vw;
    margin-top: 32px;
    font-size: 20px;
    line-height: 32px;
  }

  .about-main-pic {
    width: 58.75vw;
    height: auto;
    margin-top: 82px;
    border-radius: 16px;
  }

  .about-intro-container {
    width: 100%;
    margin-top: 120px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .about-intro-container.shiming-img3-margin {
    flex: 0 auto;
    align-self: auto;
    padding-left: 50px;
  }

  .about-intro-container.about-zhuiqiu-grid-container {
    margin-top: 62px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .about-intra-title-container {
    width: 8.28vw;
  }

  .about-intra-title-container.shiming-title-root {
    width: auto;
  }

  .about-intra-intra-container {
    flex-flow: column;
    flex: 1;
    display: flex;
  }

  .about-intra-txt {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 50px;
    font-family: GlowSansSC-Extended-Heavy;
    color: #2e3a59;

  }

  .about-intra-txt.margin-center {
    margin-bottom: 70px;
  }

  .about-intra-content {
    color: #7b7b7b;
    font-size: 16px;
    line-height: 24px;
    margin-left: 139px;
  }

  .about-intro-tag {
    color: #237eff;
    margin-bottom: 0;
    font-weight: 500;
    font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
    font-size: 20px;
    line-height: 20px;
  }

  .about-define-service-image {
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-left: 160px;
    display: flex;
  }

  .about-intro-define-service {
    justify-content: center;
    align-items: flex-start;
    width: 16.51vw;
  }

  .about-shiming-img1 {
    width: 15.6vw;
    height: auto;
    margin-top: 44px;
    border-radius: 16px;
  }

  .about-shiming-img2 {
    width: 15.6vw;
    height: auto;
    border-radius: 16px;
  }

  .column-2 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .shiming-img2-root {
    width: 15.6vw;
    height: auto;
  }

  .about-zhuiqiu-grid-title {
    font-size: 28px;
    line-height: normal;
    font-weight: 600;
    padding-left: 16px;
    color: #212121;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .about-zhuiqiu-grid-desc {
    height: 140px;
    margin-top: 18px;
    font-size: 16px;
    line-height: 28px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-zhuiqiu-grid-img-root {
    padding-bottom: 32px;
  }

  .about-connect-container {
    margin-top: 240px;
  }

  .about-connect-image {
    width: 41.67vw;
    height: auto
  }

  .about-connect-head {
    margin-top: 50px;
    font-size: 36px;
    line-height: 56px;
  }

  .about-connect-head-phone {
    margin-top: 32px;
    font-size: 16px;
    line-height: 28px;
  }

  .about-connect-head-address {
    margin-top: 14px;
    font-size: 16px;
    line-height: 28px;
  }

  .contact-section {
    margin-top: 84px;
    padding-top: 116px;
  }

  .hotel-order-section {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .footer-div-block {
    padding-bottom: 140px;
  }

  .hotel-buttons-container-mobile {
    display: none;
  }

  .hotel-slider-wrapper {
    display: none;
    overflow: visible;
  }

  .slider-item-mobile {
    width: 14vw;
    height: auto;
    margin-left: 15px;
    margin-right: 15px;
  }

  .slider-item-mobile.hotel-order {
    width: 16vw;
    margin-right: 15px;
  }

  .txt-ask-btn.btn-selected {
    font-size: 16px;
    font-weight: 600;
  }

  .txt-ask-btn.btn-normal {
    color: #237EFF;
    -webkit-text-stroke-color: #212121;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
  }

  .shiming-img-root-mobile {
    width: 300px;
    height: 449px;
  }

  .about-intro-define-service-mobile {
    justify-content: center;
    align-items: flex-start;
    width: 16.51vw;
  }

  .news-box-copy {
    width: 59vw;
    min-width: auto;
  }

  .slider-wrapper-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 64px;
    margin-bottom: 0;
    display: none;
  }

  .choose-slider-list-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (max-width: 991px) {
  .hotel-order-content-section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .footer-button {
    justify-content: center;
  }

  .footer-button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
    width: 48px;
    height: 48px;
  }

  .menu {
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 24px 0;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.nav-about.nav-button {
    display: flex;
  }

  .navigation-item.nav-about.nav-button.nav-btn-margin-bottom {
    margin-bottom: 64px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
      ". ."
      ". ."
      / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
      "."
      / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
      "."
      "."
      / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
      ". ."
      ". ."
      / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
      "."
      / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
      "."
      / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
      ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .scroll-inner {
    width: 600vw;
  }

  .scroll-card {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .slider-item {
    width: 20vw;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .section-head-text.para-title {
    width: 780px;
    max-width: 780px;
  }

  .section-head-text-m {
    width: 820px;
    max-width: 820px;
  }

  .edu-container {
    min-width: 820px;
    max-width: 820px;
  }

  .edu-collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .collection-edu-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .news-box {
    min-width: 800px;
    max-width: 800px;
  }

  .news-content {
    overflow: hidden;
  }

  .hotel-item {
    width: 20vw;
  }

  .hotel-item-image {
    width: 20vw;
    height: 20vw;
  }

  .split-text {
    font-size: 40px;
  }

  .split-text.is--large {
    font-size: 9vw;
  }

  .container-text {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .para-title {
    font-size: 30px;
  }

  .footer-grid {
    width: 80vw;
    min-width: auto;
    max-width: 80vw;
  }

  .hotel-grid-section.about-gird-section {
    margin-top: 120px;
  }

  .choose-slider-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about-body {
    width: 90vw;
  }

  .contact-container {
    width: 96vw;
  }

  .menu-divider {
    display: block;
  }

  .news-box-copy {
    min-width: 800px;
    max-width: 800px;
  }

  .choose-slider-list-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hotel-order-content-section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .hotel-order-content-section.cc-home-wrap,
  .hotel-order-content-section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .footer-grid-container {
    text-align: left;
    width: 90vw;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
      "."
      "."
      "."
      "."
      "."
      / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .contact-input-field.cc-contact-field,
  .contact-input-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .description {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .scroll-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .scroll-card {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .heading {
    font-size: 1.75rem;
  }

  .grid {
    display: flex;
  }

  .image-3 {
    pointer-events: none;
    cursor: auto;
  }

  .image-4 {
    pointer-events: auto;
  }

  .slider-wrapper {
    display: flex;
  }

  .slider-item {
    width: 28vw;
    height: auto;
  }

  .section-news {
    margin-left: 24px;
    margin-right: 24px;
  }

  .news-container {
    width: 90%;
  }

  .news-collection-list {
    max-width: none;
  }

  .news-box {
    min-width: auto;
    max-width: none;
    display: flex;
  }

  .news-content {
    overflow: hidden;
  }

  .hotel-item {
    width: 28vw;
  }

  .hotel-item-image {
    width: 28vw;
    height: 28vw;
  }

  .split-text {
    font-size: 30px;
  }

  .para-title {
    text-align: center;
    font-size: 22px;
  }

  .hotel-desc {
    text-align: left;
  }

  .choose-slider-list {
    grid-column-gap: 24px;
  }

  .about-zhuiqiu-grid {
    place-content: stretch;
    align-self: auto;
  }

  .news-box-mobile {
    display: none;
  }

  .news-box-copy {
    min-width: auto;
    max-width: none;
  }

  .slider-wrapper-mobile {
    display: none;
  }

  .choose-slider-list-mobile {
    grid-column-gap: 12px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .footer-grid-container {
    align-self: auto;
    width: 100%;
  }

  .footer-button.cc-contact-us {
    display: none;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    color: #7b7b7b;
    width: 100%;
    margin-top: 32px;
    font-size: 16px;
    line-height: 26px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .navigation {
    padding: 15px 16px;
  }

  .npd {
    padding: 0;
  }

  .navigation-item.nav-about.nav-button {
    color: #217eff;
    margin-bottom: 0;
    display: flex;
    margin-top: 90px;
    border: 1px solid #237eff;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 271px;
    height: 54px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
  }

  .navigation-item.nav-about.nav-button.nav-btn-margin-bottom {
    margin-bottom: 64px;
    margin-top: 30px;
  }

  .menu-button,
  .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-heading-wrap {
    margin-top: 120px;
    margin-bottom: 20px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-wrap {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 0;
  }

  .contact-form-grid {
    width: 100%;
  }

  .contact-form {
    margin-top: 44px;
    padding-left: 0;
    margin-left: 0px;
  }

  .contact-form-heading-wrap {
    text-align: left;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .contact-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
      "."
      "."
      "."
      "."
      "."
      / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap,
  .blog-item {
    width: 100%;
    max-width: none;
  }

  .slider-wrapper {
    display: none;
  }

  .swiper-banner {
    width: 100%;
    height: 100%;
    margin-top: 84px;
  }

  .slider-list {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    display: grid;
  }

  .slider-item {
    width: 40vw;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .page-sub-header {
    margin-top: 16px;
    font-size: 12px;
    line-height: 20px;
  }

  .banner-section {
    text-align: left;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 10px;
    position: relative;
  }

  .slider {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .slider-collection-box {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: auto;
  }

  .slider-content-img {
    width: 87.2vw;
    height: auto;
    border-radius: 10px;
  }

  .slide-nav {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 8px;
    margin-top: 22px;
    display: flex;
    position: relative;
    left: 0;
    right: 0;
  }

  .w-slider-dot {
    width: 40px;
  }

  .banner-item-title {
    text-align: left;
    white-space: normal;
    word-break: normal;
    padding-bottom: 0;
    font-size: 42px;
    line-height: 42px;
  }

  .banner-item-content {
    line-height: 14px;
  }

  .banner-content-margin-top {
    margin-top: 28xp;
  }

  .banner-item-text-box {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    width: 71.2vw;
    margin-top: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .banner-item-img-box {
    width: 87.2vw;
    height: auto;
    margin-top: 20px;
  }

  .slider-show-container {
    width: 40vw;
    display: block;
  }

  .slider-box-img {
    width: 40vw;
    height: auto;
    border-radius: 10px;
  }

  .slier-box-title {
    font-size: 12px;
    line-height: normal;
    margin-top: 16px;
    color: #212121;
  }

  .single-line {
    white-space: nowrap;
    overflow: hidden;
    /* 防止内容溢出 */
    text-overflow: ellipsis;
    /* 当内容超出时显示省略号 */
  }

  .slider-box-title-bold {
    margin-top: 8px;
    font-size: 16px;
    line-height: 21px;
    color: #212121;
    height: 42px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .slider-box-content {
    height: 36px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 18px;
    color: #8e8e8e;
    height: 36px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .sss {
    border: 1px solid #edeff3;
    border-radius: 16px;
    padding: 4px 8px;
    display: flex;
    align-items: center;
  }

  .btn-border {
    border: 1px solid #237EFF;
    border-radius: 2px;
    padding: 2px 4px;
    display: flex;
    align-items: center;
  }

  .section-head-text.para-title {
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    margin-top: 0;
  }

  .section-header {
    display: block;
    margin-top: 72px;
  }

  .section-custom {
    display: flex;
    margin-top: 44px;
  }

  .logo-container {
    background-color: #fff;
    justify-content: space-between;
    min-width: 800px;
    display: flex;
  }

  .img-logo {
    width: 88px;
    height: 25px;
    padding-left: 6px;
    padding-right: 6px;
    margin: 0px 10px;
  }

  .edu-container {
    min-width: auto;
    max-width: none;
  }

  .edu-card {
    width: 40vw;
    height: auto;
    max-height: none;
    padding-bottom: 24px;
    border-radius: 10px;

  }

  .edu-collection-item {
    width: 40vw;
  }

  .card-img {
    width: 40vw;
    height: auto;
    border-radius: 10px 10px 0 0;
  }

  .card-title {
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 16px;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    color: #212121;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .card-desc {
    color: #8e8e8e;
    font-size: 12px;
    line-height: 18px;
    height: 36px;
    margin: 10px 10px 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .edu-collection-list {
    grid-column-gap: 27px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .news-container {
    width: 87.2vw;
  }

  .section-news {
    margin-left: 24px;
    margin-right: 24px;
  }

  .news-collections-item {
    margin-bottom: 24px;
  }

  .section-news.news-margin-top {
    margin-top: 44px;
  }

  .news-box {
    display: none;
  }

  .news-box-text {
    padding-left: 16px;
    padding-right: 0;
  }

  .new-box-image {
    object-fit: cover;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 60px;
    height: 60px;
  }

  .news-title {
    margin-top: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #212121;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .news-title2 {
    font-size: 12px;
    line-height: normal;
    margin-top: 8px;
  }

  .news-content {
    height: 60px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .hotel-order-content-section.cc-cta {
    margin-top: 100px;
    padding-top: 120px;
  }

  .hotel-order-container {
    flex-flow: column;
    width: 100vw;
  }

  .hotel-txt-container {
    width: 100%;
  }

  .heading-jumbo-small {
    font-family: GlowSansSC-Extended-Heavy;
    font-size: 28px;
    line-height: 28px;
    color: #2e3a59;
  }

  .paragraph-bigger.cc-bigger-light {
    color: #2e3a59;
    margin-top: 24px;
    font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
    font-size: 16px;
    line-height: 22px;
  }

  .cta-text {
    margin-bottom: 54px;
  }

  .footer-button.cc-jumbo-button {
    width: 100px;
  }

  .footer-btn-ask-txt {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 0;
  }

  .footer-btn-ask-txt.footer-btn-ask {
    font-size: 16px;
  }

  .hotel-list-container {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .hotel-order-ref {
    margin-top: 48px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }

  .hotel-content {
    text-align: center;
    color: #8e8e8e;
    font-size: 12px;
    line-height: 20px;
  }

  .hotel-order-title {
    display: flex;
  }

  .hotel-title {
    margin-top: 12px;
    font-size: 32px;
    line-height: 45px;
    margin-left: 32px;
  }

  .hotel-item {
    width: 40vw;
  }

  .hotel-item-title {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 16px;
  }

  .title-name {
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    margin-right: 0px;
  }

  .hotel-item-image {
    width: 40vw;
    height: 40vw;
    border-radius: 10px;
  }

  .max-width {
    width: 100%;
  }

  .split-text {
    font-size: 22px;
  }

  .split-text.is--large {
    font-size: 16vw;
    line-height: 1;
  }

  .para-title {
    font-size: 14px;
  }

  .section-4.is--hero {
    height: 80vh;
  }

  .hotel-buttons-container {
    padding-left: 0;
    display: none;
  }

  .button-tab-sel {
    background-color: #f7f5f5;
    border-radius: 6px;
    width: 119px;
    height: 36px;
    margin: 0px 10px;
    padding: 0;
  }

  .txt-hotel-btn.btn-normal {
    font-size: 14px;
    line-height: 20px;
  }



  .button-tab-nor {
    background-color: #f7f5f5;
    border-radius: 6px;
    width: 119px;
    height: 36px;
    opacity: 0.4;
    margin: 0px 10px;
    padding: 0;
  }

  .title-tag {
    margin-top: 10px;
    background-image: linear-gradient(to right, #756A8F, #263590);
    padding: 4px 6px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: #FBEADC;
  }

  .detail-tag {
    font-size: 14px;
    line-height: 14px;
    margin-top: 0px;
  }

  .hotel-desc {
    height: 36px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .hotel-loc-container {
    margin-top: 4px;
  }

  .hotel-loc-container.exhi-detail-margin-14 {
    margin-top: 0px;
    display: flex;
  }

  .ic-location {
    width: auto;
    height: 14px;
    margin-right: 5px;
  }

  .detail-icon-location-size {
    height: 20px;
  }

  .txt-location-detail {
    color: #8c9ab6;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
  }

  .txt-location {
    color: #8c9ab6;
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .txt-location-detail.detail-font {
    color: #8c9ab6;
    font-size: 18px;
    line-height: 18px;
  }

  .section-edu-new {
    margin-top: 32px;
  }

  .footer-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .first-col.footer-col {
    display: none;
  }

  .footer-desc-container {
    width: 73.3vw;
  }

  .ex-detail-tag {
    border: 1px solid #EDEFF3;
    border-radius: 14px;
    align-items: stretch;
    padding: 6px 10px;
    display: flex;
  }

  .footer-divider {
    margin-top: 0;
    width: 73.3vw;
  }

  .footer-text-col {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 16px;
    padding-bottom: 32px;
  }

  .footer-text-title {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 16px;
  }

  .footer-text-title>a {
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
  }

  .footer-text-content {
    margin-top: 24px;
    font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-size: 14px;
    text-decoration: none;
  }

  .footer-text-content>a {
    font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    color: #595959;
  }

  .paragraph-tiny {
    padding-top: 24px;
  }

  .contact-brand-grid {
    justify-content: start;
    align-self: auto;
    width: 100%;
    margin-top: 30px;
  }

  .contact-input-row.margin-top {
    flex-flow: wrap;
    margin-top: 0;
    display: block;
  }

  .contact-input-row.gap-top {
    display: block;
  }

  .contact-form-gap {
    width: auto;
    height: 20px;
  }

  .page-section-header {
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
  }

  .hotel-order-grid-container {
    margin-top: 24px;
    line-height: 28;
  }

  .hotel-slide-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px 27px;
  }

  .hotel-grid-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    margin-top: 120px;
  }

  .hotel-grid-section.about-gird-section {
    flex-flow: column;
    margin-top: 120px;
  }

  .about-body {
    width: 100vw;
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-body-title {
    width: 212px;
    align-self: stretch;
    font-size: 48px;
    line-height: 56px;
    display: block;
    font-family: GlowSansSC-Extended-Heavy;
    margin-top: 88px;
  }

  .about-body-subtitle {
    margin-top: 44px;
    font-size: 16px;
    line-height: 26px;
  }

  .about-main-pic {
    width: 327px;
    height: 150px;
    border-radius: 10px;
    margin-top: 44px;
  }

  .agreementpreview {
    word-break: break-all;
    width: 100%;
    overflow: hidden;
    padding: 0 16px;
    margin: 22px 0 32px 0;
  }

  .about-intro-tag {
    color: #237eff;
    margin-bottom: 0;
    font-weight: 500;
    font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
    font-size: 18px;
    line-height: 18px;
  }

  .about-intro-container {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    margin-top: 84px;
  }

  .about-intra-intra-container {
    text-align: left;
    margin-top: 32px;
  }

  .about-intra-txt {
    font-size: 32px;
    line-height: 42px;
    font-family: GlowSansSC-Extended-Heavy;
    color: #2e3a59;
    margin-top: 5px;
  }

  .about-intra-content {
    font-size: 16px;
    line-height: 26px;
    color: #7b7b7b;
    text-align: left;
    margin-left: 0;
    font-style: normal;
  }

  .about-intra-txt.margin-center {
    margin-bottom: 0;
  }

  .about-intro-container.yuanjing-container {
    margin-top: 42px;
  }

  .about-define-service-image {
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    padding: 0;
    display: flex;
  }

  .about-intro-define-service {
    width: auto;
    margin-top: 32px;
    display: none;
  }

  .define-service-image {
    width: 223px;
    height: 126px;
    border-radius: 10px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .about-shiming-img1 {
    width: 150px;
    height: 100px;
    border-radius: 10px;
  }

  .about-shiming-img2 {
    width: 125px;
    height: 150px;
    margin-top: 104px;
    margin-left: 24px;
    border-radius: 10px;
  }

  .shiming-img2-root {
    display: none;
  }

  .about-zhuiqiu-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .about-zhuiqiu-grid-item {
    width: 100%;
  }

  .about-zhuiqiu-grid-img {
    width: 87.2vw;
    border-radius: 10px;
  }

  .about-zhuiqiu-grid-title {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    color: #212121;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .about-zhuiqiu-grid-desc {
    color: #7b7b7b;
    margin-top: 6px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 28px;
  }

  .about-zhuiqiu-grid-img-root {
    width: 87.2vw;
    height: auto;
    margin-top: 20px;
    padding-bottom: 28px;
  }

  .about-connect-container {
    width: 100%;
  }

  .about-connect-image {
    width: 100%;
    height: auto;
  }

  .about-connect-head {
    margin-top: 54px;
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    color: #212121;
  }

  .about-connect-head-phone {
    color: #7b7b7b;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .contact-section {
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 42px;
  }

  .contact-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .hotel-buttons-container-mobile {
    margin-top: 12px;
    display: flex;
  }

  .hotel-slider-wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-top: 44px;
    display: block;
  }

  .hotel-slider-list {
    grid-column-gap: 27px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hotel-slider-item {
    width: 40vw;
  }

  .slider-item-mobile {
    width: 40vw;
    margin-left: 0;
    margin-right: 0;
  }

  .news-box-mobile {
    flex-flow: column;
    padding: 16px;
    display: flex;
    border-radius: 10px;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .07);
  }

  .news-div {
    flex-flow: row;
    display: flex;
  }

  .footer-communication-container {
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .mobile-grid-communicate {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto;
  }

  .grid-comm1 {
    align-items: flex-start;
    padding-bottom: 44px;
    padding-left: 52px;
    display: flex;
  }

  .menu-divider {
    border-bottom: .6px solid #f5f5f5;
    height: .6px;
    margin-left: 52px;
    margin-right: 52px;
    padding-right: 0;
  }

  .footer-button.footer-bottom-margin {
    width: 120px;
    height: 48px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .contact-input-field.cc-contact-field {
    text-align: left;
    overflow-wrap: normal;
    border-style: none;
    min-height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    height: 18px;
    margin-top: 18px;
  }

  .footer-btn-container {
    flex-flow: row;
    display: flex;
  }

  .footer-ask-btn {
    border: 1px solid #237eff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 122px;
    height: 50px;
    margin-left: 20px;
    display: flex;
  }

  .txt-ask-btn.btn-normal {
    color: #237eff;
    font-size: 16px;
    line-height: 16px;
    margin-left: 6px;
    font-weight: 500;
  }

  .ic-contact-btn {
    width: 16px;
    height: 16px;
  }

  .shiming-img-root-mobile {
    width: auto;
    height: auto;
    display: block;
  }

  .collection-item {
    width: 40vw;
  }

  .about-intro-define-service-mobile {
    width: auto;
    margin-top: 32px;
    display: block;
  }

  .news-box-copy {
    display: none;
  }

  .slider-wrapper-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    margin-top: 24px;
  }

  .choose-slider-list-mobile {
    grid-column-gap: 27px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-brands-image {
    width: 327px;
    height: auto;
    margin-top: 44px;
  }

  .brands-image {
    width: 100%;
    height: 100%;
  }

  .detail-container {
    margin-top: 64px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .slider-icon-tag-new {
    width: auto;
    height: 10px;
  }

  .slider-text-tag {
    color: #8C9AB6;
    font-size: 12px;
    margin-left: 4px;
  }

  .slider-text-tag-blue {
    color: #237EFF;
    font-size: 10px;
    margin-left: 2px;
  }

  .mobile-margin {
    margin-top: 12px;
  }

  .detail-text-tag {
    font-size: 14px;
    line-height: 14px;
  }

  .ic-hotel-btn {
    width: 26px;
    height: 26px;
  }

  .detail-root {
    width: 100%;
    padding-top: 62px;
  }

  .ex-title {
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .ex-subtitle {
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .exhibition-title {
    text-align: center;
  }

  .detail-news-title {
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .exhi-detail-type-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 16px;
    display: flex;
  }

  .slider-box-icon-pc {
    box-sizing: border-box;
    float: none;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    object-fit: fill;
    border-radius: 14px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    padding-left: 2px;
    display: none;
  }

  .menu-right-nav {
    display: none;
  }

  .lang-switch-nav-mobile {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #383838;
  }

  .btn-lang-switch-mobile {
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #383838;
    background-color: transparent;
  }
}

#w-node-_8f069868-f981-a3a1-6199-20407eccc6d3-b53e6c47 {
  place-self: auto;
}

#w-node-_52ce4c68-3aaf-3254-bd9b-fa9d994aaa79-994aaa78 {
  place-self: start center;
}

#w-node-e71fe8d1-e5ff-beae-890f-bf33e18db931-b53e6c4a,
#w-node-_40fa862b-ead5-eed8-7850-8489716eca0e-b53e6c4a,
#w-node-_485d8fab-b34f-d0b7-d811-28434c891726-b53e6c4a {
  place-self: center;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-b53e6c4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-dbbf66c7-29ac-b322-964b-f25ececddf7c-b53e6c4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c99222f3-1501-5694-5cda-52356c100aad-b53e6c51 {
  place-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-e71fe8d1-e5ff-beae-890f-bf33e18db931-b53e6c4a {
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {

  #w-node-_3135055f-ea3d-37ae-c346-46705be6275b-8f79f15f,
  #w-node-b34f872d-a75a-7857-a5e9-5eabbee0d580-b53e6c4a,
  #w-node-_8f6bdcfe-7e12-084a-a42c-56f1621b2f4b-b53e6c4b,
  #w-node-c58c01df-f0ab-7274-b221-12787903d78a-b53e6c4c,
  #w-node-b68556ea-1898-b623-08be-59ac980ec042-b53e6c51,
  #w-node-c4e52b9a-431a-ea79-39c9-45a3ddb8cd9d-b53e6c53,
  #w-node-_9c961d59-dfce-f588-8a05-a8f1a2bf13aa-a51a8688 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


/* @font-face {
  font-family: 'Pingfang';
  src: url('../fonts/') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pingfang A';
  src: url('../fonts/PingFang-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} */