.customs-head {
  height: 94px;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  transition: all 0.3s;
  box-shadow: 0 5px 5px rgb(0 0 0 / 6%);
  transform: translateY(-120%);
}

.customs-main {
  margin: 0 auto;
  width: var(--mainWidth);
  font-size: 0;
  text-align: center;
}

.customs-main-item {
  display: inline-block;
  width: 276px;
  line-height: 94px;
  text-align: center;
  font-weight: Bold;
  color: #BABABA;
  font-size: 24px;
  font-family: "PingFangSC-Medium";
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}

.customs-main-item .num {
  font-size: 40px;
  vertical-align: middle;
  margin-right: 20px;
  font-weight: Bold;
  font-family: "PingFangSC-Regular";
}

.customs-main-item .text {
  vertical-align: middle;
}

.customs-main-item.active {
  color: var(--themeColor);
}

.customs-main-item:hover {
  color: var(--themeColor);
}

.customs-main-item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: var(--themeColor);
}


.banner .banner-title p {
  /* background: linear-gradient(to bottom, #000000, #616161); */
  /* -webkit-background-clip: text; */
  /* background-clip: text; */
  /* color: transparent; */
}
.banner-m-title{
  font-size: 28px;
  color: #fff;
}
.banner-des{
  font-size: 18px;
}


/*  */
.problem {
  /* padding: 134px 0; */
  /* background-color: #f5f5f5; */
  margin-top: 100px;
}

.problem-main {
  display: flex;
  align-items: center;
  margin-top: 35px;
}

.problem-main-item {
  flex: 1;
  position: relative;
  height: 369px;
  border-radius: 24px;
  text-align: center;
  padding: 20px;
  background-color: #fff0da;
}

.problem-des {
  font-size: 16px;
  color: #666666;
}

.problem-val {
  font-size: 48px;
  color: var(--themeColor);
  text-shadow: 0 5px 0 #ff780042;
  margin-top: 14px;
}

.problem-tps {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  font-size: 20px;
  color: #FFFFFF;
  font-family: PingFangSC-Semibold;
}

.problem-main-item~.problem-main-item {
  margin-left: 24px;
}

.problem-main-item img {
  width: 174px;
}

.problem-tt {
  font-size: 18px;
  color: #0A1E2E;
  margin-top: 8px;
}

.problem-ts {
  font-size: 14px;
  color: #91959E;
  margin-top: 7px;
}

/*  */
.market-model {
  /* padding: 134px 0; */
  background-color: #fff;
  margin-top: 100px;
}

.market-model-title {
  margin: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.market-model-index {
  font-size: 32px;
  color: var(--themeColor);
  margin-right: 10px;
}

.market-model-text {
  font-family: PingFangSC-Medium;
  font-size: 32px;
  color: #0A1E2E;
}

.market-model-index-main {
  display: flex;
  align-items: center;
  position: relative;
}

.market-model-index-main~.market-model-index-main {
  margin-left: 10px;
}

.market-model-index-main~.market-model-index-main::before {
  content: '';
  display: inline-block;
  width: 65px;
  height: 2px;
  background-image: linear-gradient(to right, #FFD986, #FF7800);
  margin-right: 20px;
}

.market-model-index-main~.market-model-index-main::after {
  content: '';
  display: inline-block;
  border-bottom: 8px solid transparent;
  border-left: 22px solid var(--themeColor);
  border-right: 2px solid transparent;
  border-top: 8px solid transparent;
  position: absolute;
  left: 46px;
}

.market-model-main {
  /* width: 100%; */
}

.market-model-main img {
  width: 100%;
}



/*  */
.graph {
  /* padding: 134px 0; */
  /* background-color: #f5f5f3; */
  margin-top: 100px;
}

.graph-main {
  margin-top: 60px;
}

.graph-main img {
  width: 100%;

}


/*  */
.detail1-m-btn {
  min-width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.detail2{
  background-color: #FFFFFF;
  padding: 0;
  margin-top: 100px;
}

.detail2 .gl-btns {
  position: initial;
  margin-top: 110px;
}

.detail2-info-title {
  font-size: 36px;
  color: #0A1E2E;
  font-family: PingFangSC-Semibold;
}

.detail2-info-des {
  font-size: 14px;
  color: #666666;
  margin-top: 24px;
}

.detail2-info {
  margin-top: 20px;
}

.detail2 .detail1-m-btn {
  width: 112px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.detail2-sm-left{
  width: 65%;
  margin-right: 0;
  padding-right: 30px;
}
.detail2-sm-right{
  height: auto;
}
.detail-nav-content{
  /* align-items: center; */
}




/*  */
.customs-AI {
  margin-top: 100px;
}

.customs-AI-main {
  margin-top: 48px;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0 2px 72px 0 #0000001c;
  border-radius: 8px;
  padding: 40px;
}

.customs-AI-nav {
  width: 30%;
  flex-shrink: 0;
}

.customs-AI-nav-item {
  background: #F8F8F8;
  border-radius: 4px;
  padding: 34px 18px;
  overflow: hidden;
  position: relative;
  height: 160px;
  cursor: pointer;
}

.customs-AI-nav-item-title {
  font-size: 20px;
  color: #0A1E2E;
  font-family: PingFangSC-Medium;
}

.customs-AI-nav-item-des {
  font-size: 14px;
  color: #0A1E2E;
  margin-top: 16px;
}

.customs-AI-nav-item.active {
  background-image: linear-gradient(270deg, #FFFFFF 0%, #FEF9E6 100%);
}

.customs-AI-nav-item.active::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 5px;
  height: 80%;
  background-image: linear-gradient(177deg, #FFA951 0%, #FF7208 100%);
}

.customs-AI-nav-item~.customs-AI-nav-item {
  margin-top: 10px;
}

.customs-AI-content {
  width: 70%;
  padding-left: 3%;
}

.customs-AI-content-item {
  width: 100%;
}

.customs-AI-content-item img {
  width: 100%;
}




/*  */
.customs-mark {
  margin-top: 100px;
}

.customs-mark .customs-AI-content {
  padding-left: 0;
  padding-right: 4%;
}


.customs-trend {
  /* padding: 134px 0; */
  background-color: #fff;
  margin-top: 100px;
}

.customs-trend .customs-asd-des {
  margin-top: 50px;
}

.customs-trend .default_btb {
  margin-top: 110px;
}


/*  */
.customs-operations {
  /* background-color: #f5f5f3; */
  /* padding: 100px 0; */
  margin-top: 100px;
}



/*  */
.manage {
  /* padding: 100px 0; */
  margin-top: 100px;
}

.manage .customs-asd-info {
  padding-left: 60px;
}

.manage .customs-asd-des {
  margin-top: 12px;
  padding-left: 20px;
}

.manage .default_btb {
  margin-top: 70px;
}

.manage .dot-text::before {
  top: 14px;
}

.manage .manage-title {
  margin-top: 50px;
  font-size: 24px;
  color: #0A1E2E;
  font-family: PingFangSC-Semibold;
}

.manage .customs-asd-des {
  font-size: 18px;
  color: #868D93;
}


/*  */
.contrast {
  /* padding: 100px 0 0; */
  margin-top: 100px;
}

.contrast-content {
  margin-top: 50px;
}

.contrast-content img {
  width: 100%;
}


.detail6{
  margin-top: 100px;
}



@media screen and (max-width: 1535px) {
  :root {
    --mainWidth: 1200px;
  }

  .contact-code {
    top: 10vh;
  }

  .customs-main-item {
    max-width: 20%;
    line-height: 80px;
    font-size: 20px;
  }
  .customs-main-item .num{
    font-size: 32px;
  }

  .customs-head {
    height: 80px;
  }

  .market-model-text {
    font-size: 24px;
  }
}

/* 匹配高分辨率屏幕（如 2x DPR 及以上） */
@media screen and (min-resolution: 2dppx) and (max-width: 1535px),
screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1535px) {
  :root {
    --mainWidth: 1200px;
  }

  .contact-code {
    top: 12vh;
    left: 72.3vw;
  }
}