/*
 * Footer and inquiry area polish.
 * Kept separate so the old template markup and EyouCMS fields remain intact.
 */
.full-icontact-cover.m-ft-contact {
  position: relative;
  overflow: hidden;
  padding: 68px 0 58px !important;
  background:
    radial-gradient(circle at 83% 28%, rgba(232, 86, 66, .16), transparent 30%),
    radial-gradient(circle at 8% 22%, rgba(89, 128, 119, .13), transparent 34%),
    linear-gradient(118deg, #f8faf8 0%, #f1f7f4 48%, #fbf0eb 100%) !important;
  border-top: 1px solid rgba(14, 25, 34, .06);
  border-bottom: 1px solid rgba(14, 25, 34, .06);
}

.full-icontact-cover.m-ft-contact:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 22px;
  width: min(1180px, calc(100% - 72px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(17, 28, 38, .15), transparent);
}

.full-icontact-cover.m-ft-contact .weblg {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 46px;
}

.m-ft-contact .content {
  position: relative !important;
  display: grid;
  grid-template-columns: 178px minmax(0, 1fr);
  align-items: center;
  gap: 42px;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.m-ft-contact .motto {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px;
  width: 176px !important;
  height: 176px !important;
  min-height: 0;
  padding: 0 20px !important;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, .08) 0%, rgba(255, 255, 255, 0) 38%),
    linear-gradient(145deg, #20323a 0%, #13242c 58%, #101e25 100%) !important;
  box-shadow: 0 24px 54px rgba(12, 19, 26, .16), inset 0 1px 0 rgba(255, 255, 255, .08);
  color: #fff !important;
  font-family: inherit !important;
  font-size: 0 !important;
  font-weight: 600;
  line-height: 1 !important;
  letter-spacing: 0;
  text-align: center !important;
  box-sizing: border-box;
}

.m-ft-contact .motto span {
  display: block !important;
  width: auto !important;
  min-height: 0;
  margin: 0 !important;
  color: #f4f8fa;
  font-size: 26px !important;
  font-weight: 700;
  line-height: 1.24 !important;
  text-align: center !important;
  white-space: nowrap !important;
  writing-mode: horizontal-tb !important;
  transform: none !important;
  flex: 0 0 auto !important;
}

.m-ft-contact .info {
  overflow: visible !important;
  color: #162430 !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
}

.m-ft-contact h3 {
  margin: 0 0 12px !important;
  color: #13212d !important;
  font-family: inherit !important;
  font-size: clamp(34px, 3vw, 52px) !important;
  font-weight: 700 !important;
  line-height: 1.16 !important;
}

.m-ft-contact h2 {
  margin: 0 0 14px !important;
  color: rgba(19, 33, 45, .76) !important;
  font-family: inherit !important;
  font-size: clamp(20px, 1.8vw, 30px) !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}

.m-ft-contact .msg {
  margin: 0 !important;
  color: rgba(19, 33, 45, .64) !important;
  font-size: 15px !important;
  line-height: 1.9 !important;
}

.m-ft-contact .msg h4 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 0 !important;
  color: #13212d;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 1.6 !important;
}

.m-ft-contact .msg a {
  color: #13212d !important;
  font-weight: 700 !important;
}

.m-ft-contact .btns {
  display: flex !important;
  width: auto !important;
  margin: 0 !important;
  gap: 14px;
  justify-content: flex-end;
  align-items: center;
}

.m-ft-contact .btns a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 132px;
  height: 48px !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  background-image: none !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  box-shadow: 0 14px 34px rgba(12, 19, 26, .12);
  color: #fff !important;
  float: none !important;
  font-size: 15px !important;
  font-weight: 700;
  line-height: 48px !important;
  transition: transform .28s ease, box-shadow .28s ease, background-color .28s ease;
}

.m-ft-contact .btns .oline {
  background-color: #172430 !important;
}

.m-ft-contact .btns .edit {
  background-color: #e71925 !important;
}

.m-ft-contact .btns a:after {
  content: "\2197";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  font-size: 14px;
  line-height: 1;
}

.m-ft-contact .btns a:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(12, 19, 26, .18);
}

@media (min-width: 769px) {
  .m-ft-contact .btns .wapqq {
    display: none !important;
  }
}

.footer-content {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  background:
    radial-gradient(circle at 12% -16%, rgba(120, 152, 146, .14), transparent 34%),
    radial-gradient(circle at 88% -18%, rgba(232, 98, 80, .08), transparent 36%),
    linear-gradient(180deg, #1b2d35 0%, #14252d 100%) !important;
  color: rgba(224, 232, 233, .76) !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

.footer-content:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .18), transparent);
}

.footer-content:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, .018), transparent 34%, rgba(255, 255, 255, .018) 78%, transparent);
}

.footer-content a {
  color: rgba(230, 238, 240, .8) !important;
  transition: color .22s ease, transform .22s ease;
}

.footer-content a:hover {
  color: #fff !important;
}

.footer-content .weblg {
  position: relative;
  z-index: 1;
}

.foot-about {
  display: grid !important;
  grid-template-columns: 1.12fr 1fr 1.12fr;
  gap: 64px;
  padding: 54px 0 42px !important;
  color: rgba(224, 232, 233, .74) !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
}

.foot-about .about-left,
.foot-about .adv-mid,
.foot-about .diff-right {
  float: none !important;
  width: auto !important;
  margin-left: 0 !important;
}

.u-qk-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  margin: 0 0 22px !important;
  padding: 0 0 16px !important;
  border-bottom: 1px solid rgba(255, 255, 255, .15) !important;
  color: #d2dbe1 !important;
  line-height: 1.4 !important;
}

.u-qk-title h4 {
  color: #f5f7f8 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

.u-qk-title .more {
  position: static !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 30px !important;
  height: 30px !important;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  color: #b7c2ca !important;
  font-size: 17px !important;
  line-height: 30px !important;
  text-align: center !important;
}

.footer-content .ft-text,
.footer-content .ft-text a {
  color: rgba(220, 230, 232, .72) !important;
}

.footer-content .ft-text {
  max-width: 520px;
}

.ft-adv {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
}

.ft-adv .left,
.ft-adv .right {
  float: none !important;
  max-width: none !important;
}

.ft-adv p {
  position: relative;
  margin: 0;
  padding-left: 14px;
  color: rgba(222, 232, 234, .74);
}

.ft-adv p:before {
  content: "";
  position: absolute;
  left: 0;
  top: .8em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #e85d4e;
}

.friend-links {
  margin-top: 0;
  padding: 0 0 34px !important;
}

.friend-links h6 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px !important;
  color: #e9edf0 !important;
  font-size: 14px !important;
  font-weight: 700;
}

.friend-links h6 .tilte {
  float: none !important;
  margin-right: 4px !important;
}

.friend-links h6 .tilte:before {
  width: 4px !important;
  height: 15px !important;
  margin: 4px 10px 0 0 !important;
  border-radius: 2px;
  background: #e71925 !important;
}

.friend-links h6 a {
  float: none !important;
  display: inline-flex !important;
  align-items: center;
  height: 24px;
  padding: 0 12px !important;
  border: 1px solid rgba(255, 255, 255, .12) !important;
  border-radius: 999px;
  color: #9aa6af !important;
  font-size: 12px !important;
  line-height: 24px !important;
}

.friend-links h6 .flod {
  margin-left: auto;
}

.friend-links .link-list {
  height: auto !important;
  min-height: 26px;
}

.friend-links .link-list a {
  display: inline-block;
  margin: 0 16px 8px 0 !important;
  color: rgba(210, 220, 224, .58) !important;
  font-size: 13px !important;
}

.friend-links .link-list a:before {
  background-color: rgba(255, 255, 255, .22) !important;
}

.full-foot-bottom {
  position: relative;
  z-index: 1;
  padding: 24px 0 30px !important;
  border-top: 1px solid rgba(255, 255, 255, .09) !important;
  background: transparent !important;
  color: rgba(210, 222, 226, .62) !important;
  font-size: 13px !important;
  line-height: 1.9 !important;
  text-align: center;
}

.full-foot-bottom a {
  color: rgba(216, 228, 232, .62) !important;
}

.full-foot-bottom a:hover {
  color: #fff !important;
}

@media (max-width: 1200px) {
  .full-icontact-cover.m-ft-contact .weblg {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .m-ft-contact .btns {
    justify-content: flex-start;
  }

  .foot-about {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }

  .foot-about .diff-right {
    grid-column: span 2;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .footer-content > .weblg,
  .full-foot-bottom .weblg {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: clamp(34px, 5vw, 58px) !important;
    padding-right: clamp(34px, 5vw, 58px) !important;
  }

  .foot-about {
    gap: 48px 46px;
    padding: 60px 0 52px !important;
    line-height: 2.02 !important;
  }

  .footer-content .ft-text {
    max-width: none;
  }

  .ft-adv {
    gap: 10px 22px;
  }

  .footer-content .friend-links {
    margin-top: 8px !important;
    padding-bottom: 42px !important;
  }

  .footer-content .friend-links h6 {
    margin-bottom: 16px !important;
    padding-bottom: 0 !important;
  }

  .footer-content .friend-links .link-list {
    line-height: 34px !important;
  }

  .footer-content .friend-links .link-list a {
    margin: 0 22px 10px 0 !important;
    line-height: 30px !important;
  }

  .full-foot-bottom {
    padding: 34px 0 42px !important;
    line-height: 2.08 !important;
  }

  .full-foot-bottom p {
    margin: 0 auto 8px !important;
    max-width: 920px;
  }

  .full-foot-bottom p:last-child {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 769px) and (max-width: 980px) {
  .foot-about {
    gap: 46px 40px;
  }

  .ft-adv {
    grid-template-columns: 1fr;
  }

  .full-foot-bottom p {
    max-width: 780px;
  }
}

@media (max-width: 768px) {
  .full-icontact-cover.m-ft-contact {
    padding: 34px 16px 30px !important;
  }

  .full-icontact-cover.m-ft-contact:before {
    width: calc(100% - 32px);
  }

  .full-icontact-cover.m-ft-contact .weblg {
    display: block;
  }

  .m-ft-contact .content {
    display: block;
    text-align: center !important;
  }

  .m-ft-contact .motto {
    display: none !important;
  }

  .m-ft-contact h3 {
    font-size: 28px !important;
    line-height: 1.28 !important;
  }

  .m-ft-contact h2 {
    font-size: 17px !important;
    line-height: 1.65 !important;
  }

  .m-ft-contact .msg {
    font-size: 13px !important;
  }

  .m-ft-contact .msg h4 {
    justify-content: center;
    font-size: 16px !important;
  }

  .m-ft-contact .btns {
    width: 100% !important;
    max-width: 330px;
    margin: 18px auto 0 !important;
    justify-content: center;
  }

  .m-ft-contact .btns .oline.qq:not(.wapqq) {
    display: none !important;
  }

  .m-ft-contact .btns a {
    min-width: 0;
    flex: 1 1 0;
    height: 42px !important;
    padding: 0 16px !important;
    font-size: 14px !important;
    line-height: 42px !important;
  }

  .m-ft-contact .btns a:after {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    font-size: 12px;
  }

  .footer-content {
    margin-bottom: 55px !important;
    padding: 22px 16px 0 !important;
  }

  .foot-about {
    display: none !important;
  }

  .friend-links {
    display: none !important;
  }

  .full-foot-bottom {
    padding: 20px 8px 84px !important;
    font-size: 12px !important;
  }
}

/* Footer CTA and bottom unification - 20260722 */
.full-icontact-cover.m-ft-contact {
  background: #f7faf8 !important;
  background-image:
    radial-gradient(circle at 84% 24%, rgba(231, 25, 37, .10), transparent 34%),
    linear-gradient(90deg, #f8fbfa 0%, #fbf7f2 100%) !important;
}

.full-icontact-cover.m-ft-contact .motto {
  box-sizing: border-box !important;
  width: 178px !important;
  height: 178px !important;
  padding: 0 !important;
  border-radius: 22px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  background: #12252d !important;
  background-image: linear-gradient(155deg, #172e37 0%, #12252d 58%, #0f1e25 100%) !important;
  box-shadow: 0 24px 54px rgba(10, 24, 32, .18), inset 0 1px 0 rgba(255, 255, 255, .08) !important;
  color: #fff !important;
  font-family: "Microsoft YaHei", Arial, sans-serif !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  overflow: hidden !important;
}

.full-icontact-cover.m-ft-contact .motto span {
  display: block !important;
  width: auto !important;
  margin: 0 auto !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  color: #fff !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

.footer-content,
.full-foot-bottom {
  background: #13232b !important;
  background-image: none !important;
  color: rgba(218, 229, 233, .72) !important;
}

.footer-content:before,
.footer-content:after,
.full-foot-bottom:before,
.full-foot-bottom:after {
  display: none !important;
}

.footer-content .weblg,
.full-foot-bottom .weblg {
  background: transparent !important;
}

.full-foot-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08) !important;
}

@media screen and (max-width: 768px) {
  .full-icontact-cover.m-ft-contact .motto {
    display: none !important;
  }
}

/* Tablet footer breathing room - 20260730 */
@media (min-width: 769px) and (max-width: 1200px) {
  .footer-content > .weblg,
  .full-foot-bottom .weblg {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: clamp(48px, 6vw, 72px) !important;
    padding-right: clamp(86px, 10vw, 118px) !important;
  }

  .footer-content .foot-about {
    gap: 50px 54px !important;
  }

  .footer-content .ft-text {
    max-width: 780px !important;
    line-height: 2.06 !important;
  }

  .footer-content .friend-links {
    margin-top: 18px !important;
    padding-bottom: 48px !important;
  }

  .footer-content .friend-links h6 {
    gap: 14px !important;
  }

  .footer-content .friend-links .link-list {
    line-height: 36px !important;
  }

  .footer-content .friend-links .link-list a {
    margin: 0 24px 12px 0 !important;
    line-height: 30px !important;
  }

  .full-foot-bottom {
    padding: 36px 0 46px !important;
  }

  .full-foot-bottom p {
    max-width: 900px !important;
    margin-bottom: 10px !important;
    line-height: 2.05 !important;
  }
}

@media (min-width: 769px) and (max-width: 980px) {
  .footer-content > .weblg,
  .full-foot-bottom .weblg {
    padding-left: clamp(52px, 7vw, 70px) !important;
    padding-right: clamp(92px, 11vw, 120px) !important;
  }

  .footer-content .foot-about {
    grid-template-columns: 1fr !important;
    gap: 44px !important;
  }

  .foot-about .diff-right {
    grid-column: auto !important;
  }

  .footer-content .ft-text,
  .full-foot-bottom p {
    max-width: 760px !important;
  }
}
