
body{
  background-color: #F8F9FA;
}
.header-nav{
  background-color: #F8F9FA;
  color: rgba(16,16,16,1);
  font-size: 13px;
  text-align: center;
  box-shadow: 0px 2px 6px 0px rgba(190,190,190,0.4);
  position: absolute;
}
.shangjia-hero {
  width: 100%;
  height: 800px;
  background: url('../img/chuangjie-shangjia/banner-bg.png') no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-position-y: 6vh;
  background-size: 100% 100%;
}
.shangjia-hero-st,.shangjia-hero-title,.shangjia-hero-subtitle{
  padding-left: 100px;
}
.shangjia-hero-st{
  color: rgba(0,0,0,1);
  font-size: 35px;
  text-align: left;
  font-family:'AlibabaPuHui-medium';
}
.shangjia-hero-warp{
  width: 100%;
}
.shangjia-hero-content {
  max-width: 1200px;
  color: #2a2a2a;
  text-align: left;
  z-index: 2;
  margin: 0 auto;
  padding-left: 45px;
}
.shangjia-hero-title {
  letter-spacing: 2px;
  text-shadow: 3px 3px 0 rgba(252,202,0,0.4);
  color: rgba(0,0,0,1);
  font-size: 90px;
  text-align: left;
  font-family: "YSBiaoTiHei-regular";
  height: 117px;
}
.shangjia-hero-list {
  font-size: 22px;
  color: #222;
  margin-bottom: 32px;
  font-family: 'AlibabaPuHui-medium';
}
.shangjia-hero-list li {
  margin-bottom: 12px;
  list-style: none;
  position: relative;
  padding-left: 32px;
}
.shangjia-hero-list li::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../img/chuangjie-shangjia/riLine-checkbox-line.svg') no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 2px;
}

.shangjia-hero-subtitle {
  color: rgba(0,0,0,1);
  font-size: 30px;
  text-align: left;
  font-family: "AlibabaPuHui-regular";
  margin-bottom: 70px;
}

.shangjia-hero-icons {
  display: flex;
  margin-top: 20px;
  gap: 30px;
}

.shangjia-hero-icons li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}
.shangjia-hero-icons .shangjia-icon {
  width: 90px;
  height: 90px;
  background-color: rgba(255,255,255,0.4);
  border: 1px solid rgba(86,92,244,1);  
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shangjia-hero-icons img {
  width: 54px;
  height: 54px;
}

.shangjia-hero-icons span {
  margin-top: 10px;
  color: rgba(0,0,0,1);
  font-size: 24px;
  text-align: left;
  font-family: "AlibabaPuHui-regular";
}

.shangjia-hero-price {
  width: 436px;
  position: absolute;
  right: 10%;
  /* top: 50%; */
  /* transform: scaleX(-50%); */
}
.shangjia-price-title{
  color: rgba(153,121,70,1);
  font-size: 45px;
  text-align: left;
  font-family: "ZKKuaiLeTi";
}

.price-tag {
  padding: 20px;
  background: url('../img/chuangjie-shangjia/hero-price.png') no-repeat;
  background-size: 100% 100%;
  height: 398px;
  line-height: 100px;
}

.price-header {
  color: rgba(0,0,0,1);
  font-size: 24px;
  text-align: center;
  font-family: "AlibabaPuHui-regular";
  margin-top: 24px;
}

.price-amount {
  color: rgba(244,49,32,1);
  font-size: 20px;
  text-align: center;
  font-family: "AlibabaPuHui-medium";
}

.price-symbol{
  color: rgba(244,49,32,1);
  font-size: 60px;
  text-align: center;
  font-family: "AlibabaPuHui-medium";
}

.price-discount {
  color: rgba(244,49,32,1);
  font-size: 24px;
  text-align: center;
  font-family: "AlibabaPuHui-medium";
}


.shangjia-process-section {
  width: 1143px;
  height: 456px;
  background: #fff;
  border-radius: 24px;
  margin: 0 auto 0 auto;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  position: relative;
  padding: 35px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 37px;
}
.shangjia-process-title {
  margin-bottom: 50px;
  text-align: center;

  color: rgba(16,16,16,1);
font-size: 24px;
font-family: AlibabaPuHui-medium;
}
.shangjia-process-steps {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 1200px;
  margin: 0 auto;
  gap: 20px;
}
.shangjia-step {
  width: 220px;
  text-align: center;
  position: relative;
}
.shangjia-step-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 18px auto;
  display: block;
  opacity: 0;
  transform: translateY(-40px);
  animation: fadeInDown 0.8s forwards;
}
.shangjia-step-content {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeInUp 0.8s 0.2s forwards;
  width: 170px;
  text-align: center;
  margin: 0 auto;
}
.shangjia-step-title {
  font-family: 'AlibabaPuHui-medium';
  margin-bottom: 15px;
  margin-top: 11px;
  color: rgba(16,16,16,1);
  font-size: 20px;
  text-align: center;
}
.shangjia-step-desc {
  font-family: 'AlibabaPuHui-regular';
  line-height: 23px;
  color: rgba(108,108,108,1);
  font-size: 14px;
}
.shangjia-step-arrow-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.shangjia-step-arrow {
  width: 32px;
  height: 18px;
  margin-bottom: 1px;
}
.shangjia-step-num {
  width: 50px;
  height: 50px;
  background: #ffe5e0;
  color: #e85a3c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: 'AlibabaPuHui-bold';
  font-weight: bold;
  z-index: 1;
}
.shangjia-step-link {
  display: flex;
  align-items: center;
  width: 180px; 
  height: 18px;
  position: absolute;
  right: -100px;
}
.link-arrow{
  width: 100%;
  /* height: 100%; */
}
@keyframes fadeInDown {
  0% { opacity: 0; transform: translateY(-40px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(40px); }
  100% { opacity: 1; transform: translateY(0); }
}
.shangjia-form-section {
  width: 100%;
  min-height: 250px;
  background: none;
  margin-top: -120px;
  margin-bottom: 32px;
  z-index: 10;
  position: relative;
}
.shangjia-form-wrap {
  width: 1143px;
  height: 250px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  padding: 0 40px;
  display: flex;
  align-items: center;
border: 3px solid rgba(153,121,70,0.55);
}
.shangjia-form-icon{
  position: absolute;
  top: -64px;
  left: -21px;
}
.shangjia-form-icon img {
  width: 117.3px;
  height: 117.3px;
  display: block;
}
.shangjia-form-content {
  flex: 1;
  min-width: 0;
  padding-top: 23px;
}
.shangjia-form-title {
  font-family: 'AlibabaPuHui-medium';
  margin-bottom: 24px;
  color: rgba(0,0,0,1);
  font-size: 34px;
}
.shangjia-form-subtitle {
  font-family: 'AlibabaPuHui-regular';
  margin-bottom: 30px;
  color: rgba(0,0,0,1);
  font-size: 14px;
}
.shangjia-form-row {
  width: 100%;
  margin-top: 12px;
}
.shangjia-form-input {
  width: 350px;
  height: 55px;
  border-radius: 5px;
  border: 1px solid rgba(86,92,244,1);
  font-size: 20px;
  color: rgba(136,136,136,1);
  background-color: rgba(255,255,255,1);
  padding: 0 16px;
}
.shangjia-form-btn {
  width: 150px;
  height: 55px;
  border-radius: 5px;
  background-color: rgba(86,92,244,1);
  color: #fff;
  font-size: 20px;
  font-family: 'AlibabaPuHui-medium';
  border: none;
  margin-left: 8px;
  transition: background 0.2s;
}
.shangjia-form-btn:hover {
  background-color: #3a5be3;
}
.shangjia-form-arrow {
  width: 40px;
  height: 40px;
  margin-left: 12px;
  display: inline-block;
}
.qmfn{
  width: 100%;
  height: 770px;
  background: linear-gradient(192.95deg, rgba(208,216,241,1) -23.1%,rgba(246,249,249,0.64) 120.97%);
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.title {
  text-align: center;
  color: rgba(16,16,16,1);
  font-size: 44px;
  text-align: center;
  font-family: "AlibabaPuHui-medium";
  margin-top: 75px;
  margin-bottom: 56px;
}

.title span{
  color: rgba(86,92,244,1);
}
.tabs {
  display: flex;
  justify-content: center;
  padding: 5px 7px;
  border-radius: 15px;
  background-color: rgba(255,255,255,1);
}

.tab {
  cursor: pointer;
  color: #333;
  transition: all 0.3s ease;
  width: 218px;
  height: 70px;
  line-height: 70px;
  color: rgba(0,0,0,1);
  font-size: 32px;
  text-align: center;
  font-family: "AlibabaPuHui-regular";
  border-radius: 15px;
}

.tab:hover {
  background-color: rgba(86,92,244,1);
  color: white;

}

.tab.active {
  background-color: rgba(86,92,244,1);
  color: white;
  background-color: rgba(86,92,244,1);
}

.content {
  display: none;
  padding: 30px;
  animation: fadeIn 0.5s ease;
  height: 466px;
}

.content.active {
  display: flex;
  justify-content: space-between;

}
.content-left{
  width: 495px;
}
.content-title {
  margin-bottom: 20px;

  color: rgba(16,16,16,1);
  font-size: 30px;
  text-align: left;
  font-family: "AlibabaPuHui-medium";
}
.content-title img{
  width: 40px;
  height: 40px;
  margin-right: 15px;
}


.content-text {
  line-height: 1.8;
  margin-bottom: 25px;
  color: rgba(16,16,16,1);
  font-size: 18px;
  text-align: justify;
  font-family: "AlibabaPuHui-regular";
}

.features-bg{
  position: absolute;
  width: 562px;
  height: 425px;
  /* object-fit: cover; */
  object-fit: contain;
  /* top: 0;
  left: 0; */
  /* width: 100%;
  height: 100%; */

}
.features-bg:nth-child(4){
  object-fit: contain;
}
.features-bg:nth-child(5){
  object-fit: contain;
}

.features {
  flex: 1;
  height: 425px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* margin-top: 30px; */
  /* background: url('../img/chuangjie-shangjia/zh-bg.png') no-repeat; */
  /* background-size: 562px 425px; */
  /* background-position: center center; */
  position: relative;
}
.feature:nth-child(1){ top: 0; left: 52px; }
.feature:nth-child(2){ top: 35%; left: 0; }
.feature:nth-child(3){ bottom: 60px; left: 40px; }
.feature:nth-child(4){ top: 20%; right: -53px;; }
.feature:nth-child(5){ bottom: 70px; right: -33px; }
.feature:nth-child(6){ bottom: 200px; right: -33px; }
.feature:nth-child(7){ bottom: 60%; right: 30%; }
.feature {
  text-align: center;
  margin: 0 20px;
  height: 60px;
  line-height: 60px;
  border-radius: 11px;
  background-color: rgba(255,255,255,0.6);
  border: 1px solid rgba(255,255,255,1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 16px;
  position: absolute;
  z-index: 1;
}

.feature img { 
  width: 30px;
  height: 30px;
  margin: 15px;
}

.feature-title {
  margin: 15px 0;
  color: rgba(0,0,0,1);
  font-size: 24px;
  text-align: left;
  font-family: "AlibabaPuHui-regular";
}

.feature-desc {
  font-size: 14px;
  color: #888;
  line-height: 1.6;
}

.upgrade-path {
  margin-top: 60px;
  color: rgba(16,16,16,1);
  font-size: 24px;
  text-align: left;
  font-family: "AlibabaPuHui-medium";
  margin-bottom: 13px;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.shangjia-sdjgzc{
   width: 100%;
   height: 1260px;
  background: url('../img/chuangjie-shangjia/zc.png') no-repeat;
  background-size: 100%  100%;
}
.shangjia-jyms{
  background: none;
  background-color: rgba(15,57,137,1);
  height: 1005px;
}
.shangjia-jyms .shangjia-process-section-title{
  color: #fff;
  margin-bottom: 60px;
}
.shangjia-process-section-title{
  width: 100%;
  color: rgba(0,0,0,1);
  font-size: 44px;
  text-align: center;
  font-family: "AlibabaPuHui-medium";
  padding-top: 80px;
  margin-bottom: 58px;
}
.shangjia-sdjgzc img{
  width: 1428px;
  margin: 0 auto;
  display: block;
  margin-bottom: 68px;
}

/*  */

.sjrzjl-wrap {
  width: 100%;
  height: 800px;
  text-align: center;
  padding-top: 70px;
  background-color: rgba(246,100,98,0.05);
}
.sjrzjl-content {
  max-width: 1200px;
  background: url('../img/chuangjie-shangjia/sjrzjl-bg.png') no-repeat;
  background-size: 900px;
  background-position: center;
  height: 518px;
  margin: 0 auto;
}
.sjrzjl-wrap h1 {
  margin-bottom: 10px;
  color: rgba(16,16,16,1);
  font-size: 26px;
  text-align: center;
  font-family: "AlibabaPuHui-medium";
}

.sjrzjl-wrap{
  padding-top: 38px;
}
.subtitle {
  margin-bottom: 8px;
  color: rgba(153,121,70,1);
  font-size: 16px;
  text-align: center;
  font-family: "AlibabaPuHui-regular";
  margin-top: 25px;
}
.stage-left{
  margin-right: 204px;
}
.stage-right{

}
.steps {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.step {
  border-radius: 20px;
  margin: 0 10px;
  cursor: pointer;
  color: rgba(255,255,255,1);
  font-size: 22px;
  text-align: left;
  font-family: "AlibabaPuHui-medium";
  margin-top: 25px;
}

.step.active {
  /* background-color: #ff6f61; */
  color: white;
  margin-right: 261px;
}

.step:not(.active) {
  /* background-color: #ffc107; */
  color: white;
}

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

.stage {
  width: 50%;
}

.stage-title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.step-list {
  text-align: left;
}

.step-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.step-number {
  width: 30px;
  height: 30px;
  background-color: #ff6f61;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-weight: bold;
}

.step-detail {
  text-align: justify;
  margin-top: 9px;
  height: 100px;
  color: rgba(51,51,51,1);
  font-size: 16px;
  text-align: justify;
  font-family: "AlibabaPuHui-regular";
  line-height: 23px;
}
.step-title{
  color: rgba(16,16,16,1);
  font-size: 20px;
  /* text-align: left; */
  font-family: "AlibabaPuHui-medium";
}
.stage-right .step-title{
  text-align: left;
}
.stage-left .step-title{
  text-align: right;
}
.stage-left .step-detail{
  /* text-align: right; */
  text-align: justify;
}
.stage-left .step-item{
  justify-content: flex-end;
}
.stage-right .step-item{
  justify-content: flex-start;
  align-items: flex-start;
}
.step-desc{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 322px;
}
.step-icon img {
  width: 85px;
  height: 85px;
  margin-right: 35px;
}
.stage-right .step-icon{
  margin-left: 35px;
}
.stage-right .step-icon img {
  width: 75px;
  height: 75px;
}

.xpz {
  width: 100%;
  height: 965px;
  background: url('../img/chuangjie-shangjia/xpz-bg.png') no-repeat;
  background-size: 100%  100%;
}
.xpz-content{
  max-width: 1200px;
  margin: 0 auto;
}
.xpz h1 {
  margin-bottom: 43px;
  color: rgba(16,16,16,1);
  font-size: 44px;
  text-align: center;
  font-family: "AlibabaPuHui-medium";
  padding-top: 73px;
}

.service-info {
  margin-bottom: 65px;
  color: rgba(0,0,0,1);
  font-size: 28px;
  text-align: center;
  font-family: "AlibabaPuHui-regular";
}

.xpz .xpz-card-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.policy-card {
  /* margin-top: 200px; */
  padding: 20px;
  text-align: left;
  position: relative;
  width: 430px;
  height: 659px;
  background: url('../img/chuangjie-shangjia/policy-card.png') no-repeat;
  background-size: 100%  100%;
}



.policy-card h2 {
  margin-top: 84px;
  padding-bottom: 10px;
  color: rgba(0,0,0,1);
  font-size: 22px;
  text-align: center;
  font-family: "AlibabaPuHui";
  font-weight: bold;
}

.policy-desc-wrap{
  width: 323px;
  margin: 0 auto;
}

.policy-card .policy-desc{
  margin-top: 58px;
  color: rgba(161,98,34,1);
  font-size: 16px;
  text-align: left;
  font-family: "AlibabaPuHui-regular";
  margin-bottom: 32px;
}

.policy-card p {
  margin-bottom: 23px;
  color: rgba(0,0,0,1);
  font-size: 18px;
  text-align: left;
  font-family: "AlibabaPuHui-medium";
  line-height: 1.8;
}

.policy-card p span{
  color: rgba(0,0,0,1);
  font-size: 18px;
  text-align: left;
  font-family: "AlibabaPuHui-regular";
}
.policy-desc-tip{
  color: rgba(0,0,0,1);
  font-size: 16px !important;
  text-align: center !important;
  font-family: "AlibabaPuHui-medium" !important;
  padding-top: 14px;
}
.form-container {
  /* margin-top: 300px; */
  /* padding: 20px; */
  width: 576px;
  height: 604px;
  border-radius: 10px;
  background-color: rgba(248,249,250,0.53);
  padding: 55px 0;
  margin-top: 40px;
}

.form-container h2 {
  font-size: 20px;
  margin-top: 0;
  color: rgba(0,0,0,1);
  font-size: 34px;
  text-align: center;
  font-family: "AlibabaPuHui-medium";
  margin-bottom: 10px;
}

.form-container p {
  margin-bottom: 20px;
  color: rgba(0,0,0,1);
  font-size: 14px;
  text-align: center;
  font-family: AlibabaPuHui-regular;
  margin-bottom: 58px;
}

.form-group {
  text-align: center;
  margin-bottom: 33px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;

}

.form-container .form-group input {
  width: 400px;
  height: 50px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  /* margin-bottom: 33px; */
}

.form-group input:focus {
  outline: none;
  border-color: #6c5ce7;
}

.submit-btn {
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  height: 55px;
  width: 400px;
  color: rgba(255,255,255,1);
  font-size: 18px;
  text-align: center;
  font-family: "PingFangSC-regular";
  border-radius: 5px;
  background-color: rgba(86,92,244,1);
  margin: 0 auto;
  display: block;
}

.submit-btn:hover {
  background-color: #5a4dcf;
}

.banner-hx {
  height: 400px;
  display: flex;
  justify-content: space-around;
  /* align-items: center; */
  padding: 50px 20px;
  background: url('../img/chuangjie-shangjia/banner-hx-bg.png') no-repeat;
  /* background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%23f0f4ff" /><circle cx="50" cy="50" r="50" fill="none" stroke="%23d3e0ff" stroke-width="1" /></svg>') #e0e7ff; */
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}


/* .banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
} */

.banner-hx .title {
  /* line-height: 1.2; */
  color: rgba(0,0,0,1);
  font-size: 60px;
  text-align: left;
  font-family: "YSBiaoTiHei-regular";
  margin-top: 0;
  padding: 0;
}

.hxjz{
  padding-left: 60px;
}

.values {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.primary-values {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 20px;

  color: rgba(0,0,0,1);
  font-size: 40px;
  text-align: left;
  font-family: "SourceHanSerif-bold";
}

.value-details {
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  background-color: rgba(255,255,255,0.36);
  width: 639px;
  height: 153px;
  margin-top: 66px;
}

.value-icon {
  width: 138px;
  height: 138px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
}

.value-text {
  line-height: 1.5;
  color: rgba(0,0,0,1);
  font-size: 28px;
  text-align: left;
  font-family: "TaipeiHei-regular";
}

#footer-include{
  margin-top: 0;
}
/* 全局响应式调整示例 */
:root {
  font-size: 16px;
}
@media (max-width: 1200px) {
  :root { font-size: 15px; }
}
@media (max-width: 992px) {
  :root { font-size: 14px; }
}
@media (max-width: 768px) {
  :root { font-size: 13px; }
}
@media (max-width: 576px) {
  :root { font-size: 12px; }
}
/* 其余所有px单位宽高、间距、字体等全部替换为rem、%、vw/vh等，图片max-width:100% */

@media (max-width: 1366px) {
  body, html {
    min-width: 0 !important;
    overflow-x: hidden !important;
  }
  .shangjia-hero, .shangjia-form-section, .shangjia-process-section, .container {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  img, video {
    max-width: 100% !important;
    height: auto !important;
  }
  .shangjia-hero-title, .shangjia-form-title {
    font-size: 22px !important;
  }
  .shangjia-hero-list, .shangjia-form-subtitle {
    font-size: 16px !important;
    line-height: 1.5;
  }
  .shangjia-form-section, .shangjia-process-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .shangjia-form-icon img, .shangjia-step-icon {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 1280px) {
  body, html {
    min-width: 0 !important;
    overflow-x: hidden !important;
  }
  .shangjia-hero, .shangjia-form-section, .shangjia-process-section, .container {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    padding-left: 6px;
    padding-right: 6px;
    box-sizing: border-box;
  }
  img, video {
    max-width: 100% !important;
    height: auto !important;
  }
  :root { font-size: 15px; }
  .shangjia-hero-title, .shangjia-form-title {
    font-size: 20px !important;
  }
}

@media (max-width: 1024px) {
  :root { font-size: 13px; }
  .shangjia-hero, .shangjia-section, .shangjia-feature, .shangjia-case {
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 6px !important;
    box-sizing: border-box;
  }
  .shangjia-title {
    font-size: 22px !important;
  }
  img, video {
    max-width: 100% !important;
    height: auto !important;
  }
}
.view-pc{
  display: block;
}
.view-phone{
  display: none;
}
@media (max-width: 768px) {
  :root { font-size: 12px; }
  .shangjia-title {
    font-size: 16px !important;
  }
  .view-pc{
    display: none;
  }
  .view-phone{
    display: block;
    padding-top: 70px;
  }
  .shangjia-hero-title{
    margin-left: 0;
  }
  .shangjia-form-wrap{
    width: 100%;
  }
  .shangjia-form-icon img{
    display: none;
  }
  .shangjia-form-row{
    flex-direction: column;
  }
  .shangjia-form-input, .shangjia-form-btn{
    width: 100%;
    margin-bottom: 12px;
  }
  .shangjia-form-btn{
    margin-bottom: 22px !important;
  }
  .shangjia-form-btn{
    margin-left: 0;
  }
  .shangjia-form-wrap{
    height: auto;
  }
  .shangjia-step-link{
    display: none;
  }
  .shangjia-process-section{
    padding-top: 37px !important;
  }
  .shangjia-process-steps{
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .shangjia-process-section{
    height: auto;
  }
  .shangjia-hero {
    width: 100%;
    height: 420px;
    background: url('../img/chuangjie-shangjia/ipone/toubu.png') no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: 100% 100% !important;
  }
  .shangjia-hero-st{
    color: rgba(0,0,0,1);
    font-size: 24px;
    text-align: left;
    font-family:'AlibabaPuHui-medium';
  }
  .shangjia-hero-st,.shangjia-hero-title,.shangjia-hero-subtitle{
    padding-left: 0;
  }
  .shangjia-hero-title {
    font-size: 50px !important;
    height: 65px;
    line-height: 65px;
  }
  .shangjia-hero-subtitle {
    font-size: 18px !important;
    /* margin-bottom: 70px; */
  }
  .shangjia-hero-content{
    padding-left: 31px;
  }

  .shangjia-hero-icons .shangjia-icon {
    width: 49px;
    height: 49px;
    background-color: rgba(86,92,244,0);
    border: 1px solid rgba(86,92,244,1);  
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .shangjia-hero-icons img {
    width: 30px;
    height: 30px;
  }
  .shangjia-hero-icons span {
    margin-top: 10px;
    font-size: 14px;
  }
  .shangjia-hero-icons{
    flex-wrap: wrap;
    margin-top: 0;
    gap: 20px 20px;
    width: 230px;
  }
  .shangjia-hero-subtitle{
    margin-bottom: 15px;
  }
  .shangjia-hero-icons li {
    margin-right: 0px;
  }
  .qmfn{
    width: 100%;
    min-height: auto;
    height: auto;
    background: linear-gradient(192.95deg, rgba(208,216,241,1) -23.1%,rgba(246,249,249,0.64) 120.97%);
  }
  .title {
    text-align: center;
    color: rgba(16,16,16,1);
    font-size: 26px;
    text-align: center;
    font-family: "AlibabaPuHui-medium";
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .title span{
    color: rgba(16,16,16,1);
  }
  .features {
    flex: 1;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
  }
  .feature {
    text-align: center;
    margin: 0 20px;
    height: 60px;
    line-height: 60px;
    border-radius: 11px;
    background-color: rgba(255,255,255,0.6);
    border: 1px solid rgba(255,255,255,1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 16px;
    position: inherit;
    z-index: 1;
  }
  .content{
    padding: 0;
    width: 363px;
    min-height: 232px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.5);
    margin: 0 auto;
  }
  .content-left{
    width: auto;
    display: flex;
    justify-content: space-between;
  }
  .content.active{
    display: block;
  }
  
  .content-left .content-img{
    width: 89px;
    height: 97px;
    border-radius: 10px;
    background-color: rgba(86,92,244,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content-left img{
    width: 57px;
    height: 57px !important;
  }
  .content-desc{
    width: 234px;
  }
  .content-desc .content-title{
    font-size: 16px;
    margin-bottom: 5px;
  }
  .content-desc .content-title span{
    color: rgba(86,92,244,1);
  }
  .content-desc .content-text{
    font-size: 14px;
  }
  .features-ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    margin-top: 15px;
  }
  .feature-li{
    width: 101px;
    height: 40px;
    padding: 0;
    margin: 0;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    background-color: rgba(255,255,255,0.6);
    border: 1px solid rgba(255,255,255,1);

  }
  .content-text{
    margin-bottom: 0;
  }
  .feature-li img{
    width: 20px;
    height: 20px;
    margin: 5px;
  }
  .feature-li .feature-title{
    font-size: 12px;
  }
  .iot,.warehouse, .forecast,.storage,.green,.service,.xpz,.banner-hx{
    padding: 15px 12px;
    height: auto;
    margin-top: 17px;
    display: block;
  }
  
  /* Bootstrap轮播样式 */
  #carouselSixFeatures {
    height: auto !important;
    overflow: visible;
  }
  
  #carouselSixFeatures .carousel-inner {
    height: auto;
  }
  
  #carouselSixFeatures .carousel-item {
    height: auto;
    min-height: 0;
  }
  
  .carousel-content-wrapper {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  /* 轮播指示器样式 */
  #carouselSixFeatures .carousel-indicators {
    bottom: 0;
    margin-bottom: 0;
  }
  
  #carouselSixFeatures .carousel-indicators button {
    width: 10px !important;
    height: 1px !important;
    padding: 0 !important;
    background-color: rgba(255,255,255,1);
    border: 2px solid rgba(187,187,187,1) ;
    margin-right: 5px !important;
    transition: all 0.3s ease;
  }
  
  #carouselSixFeatures .carousel-indicators button.active {
    width: 12px;
    height: 1px;
    border: 2px solid rgba(86,92,244,1);
    background-color: rgba(86,92,244,1);
  }
  
  /* 轮播控制按钮样式 */
  #carouselSixFeatures .carousel-control-prev,
  #carouselSixFeatures .carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: rgba(86,92,244,0.8);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
    transition: all 0.3s ease;
  }
  
  #carouselSixFeatures .carousel-control-prev:hover,
  #carouselSixFeatures .carousel-control-next:hover {
    opacity: 1;
    background-color: rgba(86,92,244,1);
  }
  
  #carouselSixFeatures .carousel-control-prev {
    left: 10px;
  }
  
  #carouselSixFeatures .carousel-control-next {
    right: 10px;
  }
  
  /* 确保内容区域正确显示 */
  .carousel-content-wrapper .content {
    margin-top: 0;
    padding: 15px 12px;
  }
  
  .carousel-content-wrapper .features-ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
  }
  
  .carousel-content-wrapper .feature-li {
    display: flex;
    align-items: center;
    text-align: center;
    min-width: 80px;
  }
  
  .carousel-content-wrapper .feature-li img {
    width: 24px;
    height: 24px;
    margin-bottom: 8px;
  }
  
  .carousel-content-wrapper .feature-title {
    font-size: 12px;
    color: #333;
    line-height: 1.2;
  }
  
  /* 移动端轮播容器样式 */
  .carousel-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .shangjia-sdjgzc{
    height: auto;
    padding: 15px 10px;
    padding-top: 30px;
  }
  .shangjia-sdjgzc img{
    margin-bottom: 0;
  }
  .shangjia-process-section-title{
    font-size: 26px;
    margin-bottom: 15px;
    padding: 0;
  }
  .sjrzjl-wrap{
    
    background: url("../img/chuangjie-shangjia/ipone/sjrzzy.png") no-repeat ;
    background-size: 100% 100%;
    height: auto;
  }
  .sjrzjl-content {
    background: none;
    height: auto;
    /* background: url("") no-repeat ;
    background-size: 100% 100%;
    background-position-y: 45px;
    background-position-x: 5px;
    background-size: 100% 85%; */
    position: relative;
  }
  .img-responsive {
    /* position: absolute;
    top: 4rem;
    left: 1.4rem;
    max-width: 100% !important;
    height: auto;
    object-fit: cover;
    width: 33rem; */
    position: absolute;
    top: 5.5%;
    left: 50%;
    max-width: 100% !important;
    height: 85% !important;
    width: 84%;
    width: 363px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    transform: translateX(-50%);

  }
  .sjrzjl-wrap .content{
    flex-wrap: wrap;
    height: auto;
    justify-content: space-between;
    background-color: inherit;
  }
  .stage-right,.stage-left{
    border-radius: 10px;
    background-color: rgba(255,255,255,0.6);
    padding: 26px 15px;
    width: 363px !important;
    padding-bottom: 0;
    
  }
  .stage-right .step-icon{
    margin-left: 0;
    margin-right: 0;
  }
  .stage-right .step-icon img{
    /* margin-right: 0; */
    margin-left: 14px;
    width: 53px;
    height: 51px !important;
  }
  .step-item{
    align-items: flex-start;
    margin-bottom: 0;
  }
  .stage{
    width: auto;
  }
  .stage-left{
    margin-right: 0;
  }
  .step-desc{
    width: 260px;
  }
  .step-icon{
    width: 53px;
height: 51px;
    margin-right: 18px;
    margin-top: 5px;
  }
  .step-title{
    width: 100%;
  }
  .step-detail{
    color: rgba(108,108,108,1);
    font-size: 16px;
    min-height: 60px;
  }
  .step-title span{
    color: rgba(244,206,152,0.76);
    font-size: 34px;
    text-align: left;
    font-family: "AlibabaPuHui-medium";
    font-weight: 500;
  }
  .stage-right{
    margin-top: 24px;
  }
  .stage-right .step-title span{
    color: rgba(255,255,255,0.43);
    font-size: 34px;
    text-align: left;
    font-family: "AlibabaPuHui-medium";
  }
  .stage-right{}
  .xpz{
    margin-top: 0;
  }
  .xpz-content h2{
    font-weight: 500;
    color: rgba(0,0,0,1);
    font-size: 24px;
    text-align: center;
    font-family: "AlibabaPuHui-medium";
  }
  .xpz-content p{
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    color: rgba(0,0,0,1);
    margin-top: 10px;
  }
  .form-container{
    padding: 23px 30px;
    height: auto;
    margin: 0 auto;
    margin-top: 13px;
    width: auto;
  }
  .form-container .form-group input{
    width: 300px;
  }
  .banner-hx{
    display: flex;
    margin-top: 0;
  }
  .banner-hx .title{
    font-size: 20px;
  }
  .primary-values{
    font-size: 16px;
    gap: 6px;
  }
  .value-text{
    font-size: 12px;
  }
  .value-details{
    width: 262px;
    height: 63px;
    padding: 0;
    margin-top: 0;
    gap: 3px;
  }
  .value-icon{
    width: 48px;
    height: 48px;
  }
  .hxjz{
    padding-left:0;
  }
  .zshz {
    margin: 0 auto;
    background: url("../img/chuangjie-shangjia/ipone/sjrz.jpg") no-repeat;
    background-size: 100% 100%;
    height: 677px;
    width: 100%;
    padding-top: 26px;
  }

  .zshz .header {
      text-align: center;
      margin-bottom: 40px;
      position: relative;
  }

  .zshz .header img {
    width: 260px;
    height: 107px !important;
    object-fit: cover;
    margin: 0 auto;

  } 
  .zshz .header .bg-icon {
    width: 65px;
    height: 65px !important;
    object-fit: cover;
    position: absolute; 
    bottom: 41px;
    right: 12%;  
  } 

  .zshz .header .more {
      font-size: 18px;
      color: #666;
      background: url("../img/chuangjie-shangjia/ipone/sjrz-btn.png") no-repeat;
      background-size: 100% 100%;
      width: 204px;
      height: 56px;
      line-height: 56px;
      text-align: center;
      color: rgba(116,78,32,1);
      font-size: 18px;
      font-family: "AlibabaPuHui-medium";
      margin: 0 auto;
  }

  .promotion-cards {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 50px;
      line-height: 1.5;
      flex-direction: column;
      /* gap: 30px;
      margin-bottom: 40px; */
  }

  .zshz-card {
      width: 230px;
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      margin: 0 auto;
  }
  .bjk-text{
    position: absolute;
    right: -10px;
    bottom: 10px;
  }
  .card-left{
    
  } 
  .card-left .card-highlight{
    color: rgba(0,0,0,1);
    font-size: 18px;
    font-family: "AlibabaPuHui-medium";
    font-weight: 500;
    font-style: normal;
    /* word-wrap: n; */
    /* 强制一行显示 */
    white-space: nowrap;
  } 
  .card-left .card-price{
    color: rgba(0,0,0,1);
    font-size: 16px;
    text-align: left;
    font-family: "AlibabaPuHui-regular";
  }
  .line{
    width: 1px;
    height: 51px;
    background-color: rgba(187,187,187,0.2);
    border: 1px solid rgba(187,187,187,0.2);
  }
  .card-desc{
    color: rgba(0,0,0,1);
    font-size: 16px;
    text-align: center;
    font-family: "AlibabaPuHui-regular";
  }
  .card-right{
    color: rgba(244,49,32,1);
    font-size: 16px;
    text-align: center;
    font-family: "AlibabaPuHui-regular";
  }
  .card-highlight span{
    color: rgba(244,49,32,1);
  }
  .qr{
    width: 53px;
    height: 53px;
    border-radius: 3px;
  }
  .card-desc-text{
    color: rgba(155,125,49,1);
    font-size: 14px;
    text-align: left;
    font-family: "AlibabaPuHui-regular";
  }
  .notice {
    width: 335px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .notice .notice-title{
    color: rgba(244,206,152,1);
    font-size: 14px;
    text-align: left;
    font-family: "AlibabaPuHui-regular";
  }
  .notice-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .notice-desc{
    color: rgba(239,239,239,1);
    font-size: 14px;
    text-align: left;
    font-family: "AlibabaPuHui-regular";
  }
  .notice-desc .rx{
    margin-bottom: 7px;
  }
  .notice-desc .rx span{
    color: rgba(239,239,239,1);
    font-size: 18px;
    font-family: PMZDBiaoTi;
    line-height: 28px;
  }
  .view-phone {
    transform: scale(0.98); 
    transform-origin: 0 0;
    /* 修复 transform: scale(0.98) 造成的留白问题 */
    margin-bottom: -2vh; /* 负边距抵消缩放造成的底部留白 */
  }
  
  /* 确保 view-phone 容器没有底部留白 */
  .view-phone:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
  }
  
  /* 修复缩放后可能出现的水平滚动条 */
  .view-phone {
    overflow-x: hidden;
  }
  /* body {  
    overflow: hidden;
  } */
  .footer-section{
    /* display: none !important; */
  }
  .float-bar {
    display: none ;
  }
  .ljyy-btn{
    width: 120px !important;
    height: 52px;
    display: flex !important;
    line-height: 45px;
  } 
  .ljyy-btn img{
    position: absolute ;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .ljyy{
    color: rgba(255,255,255,1);
    font-size: 18px;
    text-align: center;
    font-family: "AlibabaPuHui-medium";
    font-weight: 500;
  } 
  .shangjia-jyms .shangjia-process-section-title{
    margin-bottom: 20px;
  }
}

@media (max-width: 400px) {
  html, body {
    width: 100vw;
    min-width: 0 !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }
  .container, .container-fluid, .row, .main, .footer-main, .header-nav, .platform-row, .feature-row {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    box-sizing: border-box;
  }
  img, video {
    max-width: 100% !important;
    height: auto !important;
  }
  button, .btn, input, .form-control, .float-popup, .call-popup, .footer-section, .footer-main {
    max-width: 100vw !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }
  :root { font-size: 12px; }
}
body {  
  -webkit-text-size-adjust: 100% !important;  
  
}  
.view-phone {
  transform-origin: top left; /* 设置缩放的基点 */
}


.ljyy-btn{
  display: none ;
}
.footer-section{
  display: block ;
}

/* 移动端轮播布局样式 - 只保留必要的布局功能 */
.view-phone .wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.view-phone .wrapper-item {
  display: none;
  width: 100%;
}

.view-phone .wrapper-item.active {
  display: block;
}

.view-phone .carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
  margin-bottom: 20px;
}

.view-phone .carousel-dots .dot {
  width: 5px;
  height: 1px;
  background-color: rgba(255,255,255,1);
  border: 2px solid rgba(187,187,187,1);
  cursor: pointer;
}

.view-phone .carousel-dots .dot.active {
  width: 10px;
  height: 1px;
  background-color: rgba(255,255,255,1);
  border: 2px solid rgba(86,92,244,1);
}