@charset "UTF-8";

:root {
  --market-orange: #ff5b1a;
  --market-ink: #44464d;
  --market-muted: #727782;
  --market-soft: #f7f7f7;
  --market-blue: #59677f;
}

.market-analysis-page {
  background: #fff;
  color: var(--market-ink);
  overflow: hidden;
}

.market-analysis-page .mainbox {
  width: 74%;
  max-width: 14rem;
}

.market-analysis-hero {
  min-height: 8rem;
  background: var(--market-blue) url("../images/Solutions/Market%20Analysis/market-analysis-12.png") no-repeat center center;
  background-size: cover;
}

.market-analysis-hero__inner {
  min-height: 8rem;
  display: flex;
  align-items: center;
}

.market-analysis-hero__copy {
  width: 6.1rem;
  color: #fff;
}

.market-analysis-hero__copy h1 {
  font-family: Alibaba-PuHuiTi-B;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.28;
}

.market-analysis-hero__copy p {
  margin-top: 0.26rem;
  font-size: 16px;
  line-height: 1.92;
  color: rgba(255, 255, 255, 0.92);
}

.market-section__header {
  width: 74%;
  max-width: 12rem;
  margin: 0 auto;
  text-align: center;
}

.market-section__header h2,
.market-analysis-cta h2 {
  font-family: Alibaba-PuHuiTi-B;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 1.35;
  color: var(--market-ink);
}

.market-section__header p {
  max-width: 10.1rem;
  margin: 0.16rem auto 0;
  font-size: 0.13rem;
  line-height: 1.8;
  color: var(--market-muted);
}

.market-challenges {
  padding: 0.58rem 0 0.62rem;
  background: #F8F8F8;
}

.market-challenges__grid {
  margin-top: 0.44rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.42rem;
}

.market-challenge {
  min-height: 0.92rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  padding: 0.18rem 0.28rem;
  border-radius: 0.12rem;
  box-sizing: border-box;
  background: var(--market-orange);
  box-shadow: 0 0.04rem 0.12rem rgba(255, 91, 26, 0.16);
  color: #fff;
  font-family: Alibaba-PuHuiTi-B;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.45;
}

.market-challenge img {
  width: 0.56rem;
  height: 0.56rem;
  flex: 0 0 auto;
  object-fit: contain;
}

.market-challenge span {
  display: block;
}

.market-power {
  padding: 0.62rem 0 0;
  background: #FFFFFF;
}

.market-insights {
  margin-top: 0.55rem;
}

.market-insight {
  min-height: 3.95rem;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 0.86rem;
  align-items: center;
  padding: 0.52rem 0;
  box-sizing: border-box;
}

.market-insight:nth-child(even) {
  width: 100%;
  max-width: 100%;
  padding-left: 13%;
  padding-right: 13%;
  background: var(--market-soft);
}

.market-insight--alt {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
}

.market-insight__copy h3 {
  max-width: 5.1rem;
  font-family: Alibaba-PuHuiTi-B;
  font-size: 0.21rem;
  font-weight: bold;
  line-height: 1.58;
  color: var(--market-orange);
}

.market-insight__copy p {
  max-width: 5.2rem;
  margin-top: 0.18rem;
  font-size: 0.13rem;
  line-height: 2;
  color: #666b76;
}

.market-insight__copy .market-insight__link {
  color: #FF5B1A;
  text-decoration: none;
}

.market-insight__copy .market-insight__link:hover,
.market-insight__copy .market-insight__link:focus {
  text-decoration: underline;
}

.market-insight__media {
  position: relative;
}

.market-insight__image {
  display: block;
  width: 100%;
  height: auto;
}

.market-insight__media--stack {
  padding-bottom: 0.7rem;
}

.market-insight__media--stack .market-insight__image {
  width: 88%;
}

.market-insight__media--stack .market-insight__overlay {
  width: 76%;
  filter: drop-shadow(0 0.1rem 0.2rem rgba(53, 63, 86, 0.14));
}

.market-insight__media--report {
  padding-bottom: 0.76rem;
}

.market-insight__media--report .market-insight__image {
  width: 92%;
}

.market-insight__media--network {
  padding-bottom: 0.9rem;
}

.market-insight__overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42%;
  filter: drop-shadow(0 0.08rem 0.16rem rgba(53, 63, 86, 0.12));
}

.market-insight__overlay--report {
  width: 48%;
}

.market-insight__overlay--network {
  left: 0;
  right: auto;
  width: 68%;
}

.market-insight__media--small {
  width: 74%;
  justify-self: center;
}

.market-analysis-cta {
  padding: 0.46rem 0 0.36rem;
  text-align: center;
  background: #f3f3f3 url("../images/Solutions/solution_bgm.png") no-repeat center center;
  background-size: cover;
}

.market-analysis-cta h2 {
  color: var(--market-orange);
}

.market-analysis-cta p {
  margin-top: 0.12rem;
  font-size: 0.13rem;
  line-height: 1.8;
  color: #6e737d;
}

.massagebj .massageright .content-bottom {
  box-sizing: border-box;
}

.market-analysis-page + .massagebj .mainbox.shang {
  width: 100%;
  max-width: 100%;
  flex-direction: row;
  padding: 0;
}

.market-analysis-page + .massagebj .massageleft {
  width: 60%;
  padding: 0.45rem 1.44rem 0.6rem 2.66rem;
  box-sizing: border-box;
}

.market-analysis-page + .massagebj .massageleft ul {
  width: calc(100% + 0.2rem);
  margin-left: -0.2rem;
}

.market-analysis-page + .massagebj .massageleft li {
  width: calc(50% - 0.2rem);
  margin-left: 0.2rem;
  margin-top: 0.2rem;
}

.market-analysis-page + .massagebj .massageleft li.textarea {
  width: 100%;
}

.market-analysis-page + .massagebj .mainbox .massageright {
  width: 40%;
  height: 5rem;
}

@media screen and (max-width: 1400px) {
  .market-analysis-page .mainbox,
  .market-section__header {
    width: 86%;
  }

  .market-insight:nth-child(even) {
    padding-left: 7%;
    padding-right: 7%;
  }
}

@media screen and (max-width: 1024px) {
  .market-analysis-hero,
  .market-analysis-hero__inner {
    min-height: 6.6rem;
  }

  .market-analysis-hero__copy {
    width: 6.6rem;
  }

  .market-challenges__grid {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .market-insight,
  .market-insight--alt {
    grid-template-columns: 1fr;
    gap: 0.34rem;
  }

  .market-insight--alt .market-insight__copy {
    order: -1;
  }

  .market-insight__copy h3,
  .market-insight__copy p {
    max-width: none;
  }

  .market-insight__media--small {
    width: 60%;
  }

  .market-insight__media--stack .market-insight__overlay {
    width: 72%;
  }

  .market-insight__media--report .market-insight__image {
    width: 100%;
  }

  .market-insight__overlay--report {
    width: 54%;
  }

  .market-insight__overlay--network {
    width: 72%;
  }
}

@media screen and (max-width: 768px) {
  .market-analysis-page .mainbox,
  .market-section__header {
    width: 90%;
  }

  .market-analysis-hero {
    min-height: 6.2rem;
    background-position: 56% center;
  }

  .market-analysis-hero__inner {
    min-height: 6.2rem;
  }

  .market-analysis-hero__copy {
    width: auto;
  }

  .market-analysis-hero__copy h1 {
    font-size: 0.38rem;
  }

  .market-analysis-hero__copy p,
  .market-section__header p,
  .market-insight__copy p,
  .market-analysis-cta p {
    font-size: 0.16rem;
  }

  .market-section__header h2,
  .market-analysis-cta h2 {
    font-size: 0.32rem;
  }

  .market-challenge {
    font-size: 14px;
  }

  .market-insight:nth-child(even) {
    padding-left: 5%;
    padding-right: 5%;
  }

  .market-insight__copy h3 {
    font-size: 0.24rem;
  }

  .market-insight__media--small {
    width: 82%;
  }

  .market-insight__media--stack {
    padding-bottom: 0.52rem;
  }

  .market-insight__media--stack .market-insight__overlay {
    width: 78%;
  }

  .market-insight__overlay--report {
    width: 58%;
  }

  .market-insight__overlay--network {
    width: 76%;
  }

  .footerbj .footertop.shang,
  .footerbj .footnav ul.shang {
    flex-direction: column;
  }

  .footerbj .footcon,
  .footerbj .footnav,
  .footerbj .footnav li {
    width: 100%;
    max-width: 100%;
  }

  .footerbj .footnav li {
    margin-top: 0.24rem;
  }

  .footerbj .footnav li span {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .market-analysis-page + .massagebj .mainbox.shang {
    flex-direction: column;
    padding: 0;
    width: 100%;
  }

  .market-analysis-page + .massagebj .massageleft {
    width: 100%;
    padding: 0.6rem 5%;
  }

  .market-analysis-page + .massagebj .massageleft ul {
    width: 100%;
    margin-left: 0;
  }

  .market-analysis-page + .massagebj .massageleft li {
    width: 100%;
    margin-left: 0;
    margin-top: 0.3rem;
  }

  .market-analysis-page + .massagebj .mainbox .massageright {
    width: 100%;
    height: 4rem;
  }
}

@media screen and (max-width: 480px) {
  .market-analysis-hero,
  .market-analysis-hero__inner {
    min-height: 5.8rem;
  }

  .market-analysis-hero__copy h1 {
    font-size: 0.34rem;
  }

  .market-challenges,
  .market-power {
    padding-top: 0.5rem;
  }

  .market-insights {
    margin-top: 0.4rem;
  }

  .market-insight {
    min-height: 0;
    padding: 0.44rem 0;
  }
}
/* GlobalTrade banner text parity */
.market-analysis-hero,
.market-analysis-hero__inner {
  min-height: 7.8rem;
}

.market-analysis-hero {
  position: relative;
}

.market-analysis-hero__inner {
  position: relative;
  display: block;
  align-items: initial;
}

.market-analysis-hero .mainbox {
  max-width: none;
  width: 100%;
}

.market-analysis-hero__copy {
  position: absolute;
  left: 2.66rem;
  top: 1.42rem;
  width: 8.61rem;
  color: #fff;
}

.market-analysis-hero__copy h1 {
  font-family: Alibaba-PuHuiTi-B;
  font-size: 0.6rem;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 0.4rem;
  position: relative;
}

.market-analysis-hero__copy h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.92rem;
  height: 0.06rem;
  background: var(--market-orange);
}

.market-analysis-hero__copy p {
  width: 100%;
  margin-top: 0.27rem;
  margin-bottom: 0.36rem;
  font-size: 0.2rem;
  line-height: 0.4rem;
  color: rgba(255, 255, 255, 0.92);
}

@media screen and (max-width: 1400px) {
  .market-analysis-hero .mainbox {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .market-analysis-hero,
  .market-analysis-hero__inner {
    min-height: 5.5rem;
  }

  .market-analysis-hero__copy {
    top: 1rem;
    width: 6rem;
  }
}

@media screen and (max-width: 768px) {
  .market-analysis-hero {
    min-height: auto;
  }

  .market-analysis-hero__inner {
    min-height: auto;
    padding: 0.3rem 0;
  }

  .market-analysis-hero__copy {
    position: static;
    width: 90%;
    margin: 0 auto;
  }

  .market-analysis-hero__copy h1 {
    font-size: 0.4rem;
  }

  .market-analysis-hero__copy p {
    font-size: 0.2rem;
    line-height: 0.4rem;
  }
}

@media screen and (max-width: 480px) {
  .market-analysis-hero,
  .market-analysis-hero__inner {
    min-height: auto;
  }

  .market-analysis-hero__copy h1 {
    font-size: 0.4rem;
  }

  .market-analysis-hero__copy p {
    font-size: 0.2rem;
    line-height: 0.4rem;
  }
}
/* GlobalTrade body text parity */
.market-section__header h2, .market-insight__copy h3, .market-analysis-cta h2 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Alibaba-PuHuiTi-B;
  font-size: 0.5rem;
  font-weight: bold;
  line-height: 1;
  color: #555555;
  text-align: center;
}

.market-section__header p, .market-insight__copy p, .market-analysis-cta p {
  max-width: none;
  margin-top: 0.3rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #555555;
  text-align: center;
}

.market-section__header .market-section__summary {
  display: block;
  width: 100%;
  max-width: none;
  margin-top: 0.16rem;
  padding: 0 0.24rem;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .market-section__header .market-section__summary span {
    display: block;
    text-align: center;
    white-space: nowrap;
  }
}

@media screen and (min-width: 769px) {
  .market-section__header h2, .market-analysis-cta h2 {
    font-size: clamp(0.38rem, 2.05vw, 0.5rem);
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .market-section__header h2, .market-insight__copy h3, .market-analysis-cta h2 {
    font-size: 0.4rem;
    line-height: 1.2;
    margin-bottom: 0.2rem;
  }

  .market-section__header p, .market-insight__copy p, .market-analysis-cta p {
    font-size: 0.26rem;
    line-height: 1.5;
  }
}

.market-insight__copy h3 {
  font-size: 22px;
  line-height: 1.35;
  color: #FF5B1A;
}

.market-insight__copy p {
  max-width: 5.2rem;
  font-size: 16px;
  line-height: 1.8;
}

.market-analysis-cta h2 {
  color: #FF5B1A;
}

.market-analysis-cta p {
  font-size: 16px;
  line-height: 1.35;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .market-analysis-cta p {
    font-size: 16px;
  }

  .market-desktop-break {
    display: none;
  }
}

.market-insight__copy,
.market-insight__copy h3,
.market-insight__copy p {
  text-align: left;
}

.market-insight__copy h3,
.market-insight__copy p {
  margin-left: 0;
  margin-right: 0;
}

.market-power .market-section__header {
  width: 86%;
  max-width: 15.8rem;
}

.market-section__header .market-section__summary {
  display: block !important;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  text-align: center !important;
}

.market-section__header .market-section__summary span {
  display: inline;
  width: auto;
  max-width: 100%;
  text-align: inherit;
}

@media screen and (min-width: 1200px) {
  .market-section__header .market-section__summary span {
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .market-desktop-break {
    display: none;
  }
}
