@font-face {
    font-family: 'MiSans-R';
    src: url(https://zwgear.com/font-awesome/fonts/MiSans-Regular.ttf);
    font-weight: normal;
    font-size: normal;
}

@font-face {
    font-family: 'MiSans-M';
    src: url(https://zwgear.com/font-awesome/fonts/MiSans-Medium.ttf);
    font-weight: normal;
    font-size: normal;
}

@font-face {
    font-family: 'MiSans-B';
    src: url(https://zwgear.com/font-awesome/fonts/MiSans-Bold.ttf);
    font-weight: normal;
    font-size: normal;
}


.mobsrr {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    float: none;
    clear: both;
}

.mobsrrk {
    width: 100%;
    overflow: hidden;
}


.top-banner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}


.top-banner-box > img {
    display: block;
    width: 100%;
    height: auto; 
    object-fit: cover;
}


.top-banner-box .banner-text-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8%; 
    width: 80%;
    z-index: 10;
    background: transparent; 
    padding: 0;
    border: none;
    text-align: left;
}


.top-banner-box .banner-text-content h2 {
    font-family: "MiSans", sans-serif;
    font-size: 46px;
    font-weight: bold;
    color: #111111;
    margin: 0 0 15px 0;
    line-height: 1.2;
}
.top-banner-box .banner-text-content .main-desc {
    font-family: "MiSans", sans-serif;
    font-size: 16px ;
    font-weight: bold;
    color: #111111;
    line-height: 1.6;
    margin: 0 0 20px 0;
}
.top-banner-box .banner-text-content .sub-desc {
    font-family: "MiSans", sans-serif;
    font-size: 12px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}


@media screen and (max-width: 991px) {
    .top-banner-box .banner-text-content h2 { font-size: 4.5vw; margin-bottom: 1.5vw; }
    .top-banner-box .banner-text-content .main-desc { font-size: 1.8vw; margin-bottom: 2vw; }
    .top-banner-box .banner-text-content .sub-desc { font-size: 1.2vw; }
}



@media screen and (max-width: 767px) {
    .top-banner-box .banner-text-content {
        position: absolute; 
        top: 50%;
        transform: translateY(-50%);
        left: 4%; 
        width: 95%; 
        background: transparent;
    }
    

    .top-banner-box .banner-text-content h2 { 
        font-size: 4.8vw; 
        margin-bottom: 1vw; 
    }
    .top-banner-box .banner-text-content .main-desc { 
        font-size: 2.3vw; 
        margin-bottom: 1vw; 
        line-height: 1.2; 
    }
    

    .top-banner-box .banner-text-content .sub-desc { 
        font-size: 12px; 
        line-height: 1.1; 
        

        transform: scale(0.6); 
        transform-origin: left top; 
        width: 160%; 
        margin: 0;
    }
}


.mobsrrk{
	margin-bottom:80px;
}

.mobsrrk ul {
     display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 20px; 
    list-style: none;
}


.mobsrrk ul li {
    width: 100%;
    background-color: #f5f6f8;
    border-radius: 12px;
    padding:20px 20px 70px 20px;
    box-sizing: border-box;
    border: none;
    position: relative; 
    display: block;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    overflow: hidden; 
}



.mobsrrk ul li .kaktu {
    width: 100%;
    height: 150px; 
    margin: 10px 0 30px 0; 
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    border: none;
    transition: height 0.4s ease, margin 0.4s ease; 
}

.mobsrrk ul li:hover .kakta {
    margin-bottom: -20px;
}

.mobsrrk ul li .kaktu > a {
    display: block;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.mobsrrk ul li:hover .kaktu {
    height: 110px; 
    margin-bottom: 10px; 
}


.mobsrrk ul li .kaktu img {
    max-height: 100%; 
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.4s ease, max-height 0.4s ease;
    transform: scale(1.08); 
}

.mobsrrk ul li:hover .kaktu img {
    transform: scale(1.05) !important; 
}


.mobsrrk ul li .kakta {
    text-align: left;
    margin: 0;
    padding: 0;
    transition: margin-bottom 0.4s ease;
}
.mobsrrk ul li .kakta h2 {
    position: static;
    font-size: 16px;
    font-weight: bold;
    color: #111111;
    margin: 60px 0 6px 0;
    line-height: 1.4;
    text-align: left;
}
.mobsrrk ul li .kakta h2 a {
    color: #111111;
    text-decoration: none;
}


.kakta p{
	text-align:left !important;
}



.mobsrrk ul li .kakta > p:not(.price) {
    display: block;
    max-height: 0; 
    opacity: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #888888;
    line-height: 20px; 
    transform: translateY(15px);
    transition: all 0.4s ease; 
}

.mobsrrk ul li .kakta > p:nth-of-type(1) {
    max-height: 20px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 4px;
    margin-bottom: 6px;
}

.mobsrrk ul li:hover .kakta > p:not(.price) {
    max-height: 20px; 
    opacity: 1;
    transform: translateY(0);
}


.mobsrrk ul li .kakta p.price {
    position: absolute;
    bottom: 30px;
    left: 20px;
    margin: 0;
    display: flex;
    align-items: baseline;
}
.mobsrrk ul li .kakta p.price .price-num {
    font-size: 22px;
    font-weight: bold;
    color: #111111;
    line-height: 1;
}
.mobsrrk ul li .kakta p.price .price-unit {
    font-size: 12px;
    color: #888888;
    margin-left: 4px;
}


.mobsrrk ul li .mofu {
    position: absolute;
    bottom: 32px;
    right: 20px;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column; 
    align-items: flex-end; 
    background: transparent;
    margin: 0;
    padding: 0;
    z-index: 10;
}
.mobsrrk ul li .mofu .mofun {
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}
.mobsrrk ul li .mofu .mofun p { margin: 0; padding: 0; }
.mobsrrk ul li .mofu .mofun p a br { display: none; }


.mobsrrk ul li .mofu .mofun:nth-child(1) {
    display: block;
    max-height: 0; 
    opacity: 0; 
    margin-bottom: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobsrrk ul li .mofu .mofun:nth-child(1) p a {
    display: inline-block;
    color: #007ec4; 
    background-color: #ffffff; 
    border: 1px solid #007ec4; 
    border-radius: 20px; 
    font-size: 12px; 
    padding: 0 16px; 
    text-decoration: none;
    box-sizing: border-box;
    transition: all 0.3s ease;
}


.mobsrrk ul li .mofu .mofun:nth-child(2) p a {
    display: inline-block;
    background-color: #007ec4; 
    color: #ffffff; 
    border: 1px solid #007ec4; 
    font-size: 12px; 
    padding: 5px 16px; 
    border-radius: 20px;
    text-decoration: none;
    box-sizing: border-box;
    transform: scale(1); 
    transition: all 0.3s ease;
}


.mobsrrk ul li:hover .mofu .mofun:nth-child(1) {
    max-height: 50px; 
    opacity: 1; 
    margin-bottom: 8px; 
    overflow: visible; 
}
.mobsrrk ul li:hover .mofu .mofun:nth-child(1) p a {
    padding: 5px 16px; 
}

.mobsrrk ul li .mofu .mofun:nth-child(1) p a:hover {
    background-color: #f0f7ff; 
    transform: scale(1.05);
}
.mobsrrk ul li .mofu .mofun:nth-child(2) p a:hover {
    transform: scale(1.05); 
    background-color: #007ec4;
    border-color: #007ec4;
}

@media screen and (max-width: 1440px) {
    .mobsrrk ul{
		display: grid;
     grid-template-columns: repeat(3, 1fr); /* 四列等宽 */
	}
}

@media screen and(max-width: 1024px) {
   .mobsrrk ul{
		display: grid;
     grid-template-columns: repeat(2, 1fr); /* 四列等宽 */
	} 
}

@media screen and (max-width: 767px) {
    .mobsrrk ul{
		display: grid;
     grid-template-columns: repeat(1, 1fr); /* 四列等宽 */
	}
}


/*-----*/
.nyovd{
	position:relative;
	width:100%;
	overflow:hidden;
}
.nyovdd{
	position:relative;
	width:100%;
	overflow:hidden;
	display:none;
}
.nyovdd.vvon{
	display:block;
}
.nyovdf1{
	position:absolute;
	width:100%;
	left:0%;
	top:5%;
	text-align:center;
	color:#fff;
	font-size:48px;
	line-height:1.2;
	font-weight:bold;
}

.nyovdf2{
	position:absolute;
	width:100%;
	left:0%;
	top:23%;
	overflow:hidden;
}

.nyovdf2n{
	width:100%;
	max-width:1440px;
	margin:0 auto;
	overflow:hidden;
}

.nyovdf2n ul li{
	position:relative;
	margin-left:30px;
	margin-right:0px;
	cursor:pointer;
}



.nyovdf2n ul li .rova{
	position:relative;
	font-size:16px;
	color:#999;
	line-height:50px;
	display:block;
	
}
.nyovdf2n ul li.mgon .rova{
	font-size:24px;	
	color:#fff;
	display:block
}
.nyovdf2n ul li:hover .rova{
	font-size:24px;	
	color:#fff;
}


.nyovdf2n ul li .rova::before{
	content:'';
	position:absolute;
	width:10px;
    height:10px;
    border:2px solid #999;
    border-radius:50%;
    left:-30px;
    top:50%;
    margin-top:-6px;	
}
.nyovdf2n ul li.mgon .rova::before{
	border:2px solid #fff;
}



.nyovdf2n ul li .rovb{
	position:relative;
	font-size:16px;
	color:#999;
	line-height:2;
	display:none;
	max-width:376px;
	padding-bottom:30px;
}
.nyovdf2n ul li.mgon .rovb{
	display:block;
}


.nyovdf2n ul li .rovb::before{
	content:"";
	position:absolute;
	width:1px;
	background:#999;
	height:100%;
	left:-24px;
	top:0px;
}



@media screen and (max-width: 1024px) and (min-width: 768px) {
    .nyovdd {
        width: 100%; 
        height: auto; 
    }
    

    .nyovdf2 {
        width: 100%; 
    }
}


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


    .nyovd {
        display: none !important; 
    }
    
}


/***********/
/*  picture  */

.custom-process-module {
    width: 100%;
    background-color: #f8f9fc;
    margin: 0;
    padding: 50px 20px 120px 20px;
    box-sizing: border-box;
    text-align: center;
}

.custom-process-module .process-title {
    font-family: 'MiSans-R', snas-serif;
    font-weight: 600;
    font-size: 48px;
    color: #000000;
    line-height: 58px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0 auto 60px auto;
}


.custom-process-module .process-content {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.custom-process-module .process-content img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}




.application-cases-module {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    margin: 0;
    padding: 50px 0 0 0;
    box-sizing: border-box;
    overflow: hidden;
}


.application-cases-module .cases-title-group {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 10;
    padding: 0 5%;
    box-sizing: border-box;
    top: auto;
    margin-bottom: 0;
}


.application-cases-module .main-title {
    font-family: "MiSans-R", sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #000000;
    line-height: 46px;
    margin: 40px auto 15px auto;
}

.application-cases-module .sub-title {
    font-family: 'MiSans-R', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    max-width: 766px;
    margin: 0 auto;
}

.application-cases-module .sub-title .highlight-blue {
    color: #007ceb;
    font-weight: 600;
}


.application-cases-module .cases-image-content {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 auto;
    position: relative;
    z-index: 1;
    margin-top: -200px;
}


.application-cases-module .cases-image-content img {
    width: 100%;
    height: auto;
    max-height: 100%; 
    display: block;
    margin: 0 auto;

}




 /*   */




.kkkx.oads {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
	margin-top:15%;
}

.lllx.casd{

    max-width: 1400px;
}


.knew .amrybba h2{
	text-align:left;
    font-size: 36px;
    font-family: 'MiSans-R', sans-serif;
    font-style: normal;
}
.knew .amrybbb p {
    text-align: left;
    font-size: 18px;
    font-family: 'MiSans-R', sans-serif;
    font-style: normal;
}


.worst1 {
    width: 532px;
    height: 58px;
    font-family: 'MiSans-R', sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    text-align: left; 
    font-style: normal;
    
 
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; 
    
    opacity: 0.15; 
    margin-bottom: -35px; 
    position: relative;
    z-index: 1;
}


.worst2 {
    width: 100%; 
    height: 58px;
    font-family: 'MiSans-R', sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    text-align: center; 
    font-style: normal;
    
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    
    opacity: 0.15;
    margin-bottom: -35px; 
    position: relative;
    z-index: 1;
}


.above {
    position: relative;
    z-index: 2; 
    margin-top: 0; 
    padding-bottom: 15px;
    margin-bottom: 20px;
}



.above::before{
	content:"";
	position:absolute;
	width:70px;
	height:3px;
	left:0%;
	bottom:0;
	background:#007EC4;
}

.above.nong::before{
	display:none;
}

.amrybba .above .nong h2 {
    font-size: 36px;
    font-family: 'MiSans-R', sans-serif;
    margin-bottom: -25px;
}

.lllxa {
    margin: 0px;
}


.flpl{
	 display: flex;
      justify-content: space-between; /* 关键：两端对齐 */
      width: 100%;
      padding: 20px;
      box-sizing: border-box;
}


.flne1  h3{
	font-size:20px;
    color: #ffffff;
}
.flne1 p{
	font-size:14px;
	color: rgba(255,255,255,0.4);
	margin-top:10px;
}

.flne2  h3{
	font-size:20px;
    color: #ffffff;
}
.flne2 p{
	font-size:14px;
	color: rgba(255,255,255,0.4);
	margin-top:10px;
}
.flne3  h3{
	font-size:20px;
    color: #ffffff;
}
.flne3 p{
	font-size:14px;
	color: rgba(255,255,255,0.4);
	margin-top:10px;
}

.amrybbb.flpl {
    display: flex; 
    justify-content: center; 
    align-items: flex-start; 
    width: 100%; 
    padding: 0 50px; 
    gap: 250px;
}


.flne1, .flne2, .flne3 {
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
    width: 33%; 
}


.flne1 .product-img, .flne2 .product-img, .flne3 .product-img {
    display: block; 
    text-align: center; 
    width: 100%; 
    margin-top: 5px; 
}

/*
.flne1 img, .flne2 img, .flne3 img {
    max-width: 100%; 
    height: auto; /
    display: inline-block; 
    align-items: flex-start;
}
*/


.arrow-down {
  height: 60px; 
  width: 2px;
  background-color: white; 
  margin: 10px auto; 
  position: relative; 
}

.arrow-down::after {
  content: '';
  position: absolute;
  bottom: -6px; 
  left: -4px; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid white; 
}


.flne1 .product-img img {
    transform: scale(1.6); 
    margin-top: 30px;     
}


.flne2 .product-img img {
    transform: scale(1.6); 
    margin-top: 40px;      
}


.flne3 .product-img img {
    transform: scale(1.6); 
    margin-top: 25px;
}



.hot-products-module {
    width: 100%;
    max-width: 100%;
    height: auto;
    background-color: #f5f6f8;
    margin: 0;
    padding: 40px 20px 80px 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.hot-products-module .hot-title {
    max-width: 1400px;
    margin: 0 auto 50px auto;
    font-size: 32px;
    font-weight: bold;
    color: #111111;
    text-align: center;
    letter-spacing: 1px;
}


.hot-products-list {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 30px 2%; 
}


.hot-products-list li {
    background-color: #ffffff;
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    border-radius: 12px;
    padding: 40px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
}

.hot-products-list li:hover {
    box-shadow: 0 10px 30px rgba(0, 124, 235, 0.08);
}

.hot-products-list li .img-box {
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.hot-products-list li .img-box a {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.hot-products-list li .img-box img {
    max-height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease; 
    transform: scale(1.3);
}

.hot-products-list li:hover .img-box img {
    transform: scale(1.08);
} 

.hot-products-list li h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px 0;
    text-align: center;
    width: 100%;
}

.hot-products-list li h3 a {
    color: #111111;
    text-decoration: none;
}

.hot-products-list li p {
    font-size: 13px;
    color: #888888;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 30px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
    width: 100%;
}

.hot-products-list li .btn-box {
    margin-top: auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.hot-products-list li .btn-box a {
    display: inline-block;
    background-color: #007ec4;
    color: #ffffff;
    font-size: 13px;
    padding: 10px 30px;
    border-radius: 20px;
    text-decoration: none;
    transform: scale(1);
    transition: all 0.3s ease;
}

.hot-products-list li .btn-box a:hover {
    background-color: #005bb5;
    transform: scale(1.1);
}


.zhaowei-cta-section {
  width: 100%;
  height: 500px; 
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  
  display: flex;
  align-items: center; 
  padding-top: 100px; 
  box-sizing: border-box; 
}


.zhaowei-cta-container {
  width: 100%;
  max-width: 1500px; 
  margin: 0 auto; 
  padding: 0 20px; 
  font-family: 'MiSans-R', sans-serif;
}

.cta-title, .cta-subtitle, .contact-label, .contact-number {
    margin: 0;
    padding: 0;
    font-family: 'MiSans-R', sans-serif;
}


.cta-title {
  font-size: 46px; 
  font-weight: 600;
  color: #FFFFFF; 
  margin: 4px;
  line-height: 46px;
  letter-spacing: 2px; 
}

.cta-subtitle {
  font-size: 16px; 
  color: #FFFFFF; 
  line-height: 24px;
  opacity: 0.9;
}


.cta-subtitle::after {
  content: "";
  display: block;
  width: 396px; 
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4); 
  margin-top: 36px;
  margin-bottom: 37px;
}


.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 50px;
    background-color: #F04438;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    border-radius: 100px;
    margin-bottom: 25px;
    padding: 0;
    transition: transform 0.3s ease;
}


.btn-icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  object-fit: contain;
}


.cta-btn:hover {
 
  transform: scale(1.02); 
  box-shadow: 0 4px 12px rgba(240, 68, 56, 0.5);
  color: #FFFFFF !important; 
}


.cta-contact {
  display: flex;
  flex-direction: column;
}

.contact-label {
  font-size: 14px; 
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 0;
  opacity: 0.9;
}

.contact-number {
  font-size: 48px; 
  font-weight: 500;
  color: #FFFFFF;
  line-height: 53px;
  font-family: 'MiSans-R', Arial, snas-serif;
}


@media screen and (max-width: 1024px) {
    .worst1, .worst2 {
        font-size: 36px;
        line-height: 46px;
        width: 100%; 
    }
    
    .knew .amrybba h2 {
        font-size: 28px;
        text-align: left;
    }
    
    .amrybba .above .nong h2 {
        font-size: 28px;
        text-align: center;
    }
    .knew .amrybbb p {
        font-size: 16px;
    }

    .amrybbb.flpl {
        gap: 50px; 
        padding: 0 20px;
    }
    
    .flne1 .product-img img,
    .flne2 .product-img img,
    .flne3 .product-img img {
        transform: scale(1.2); 
    }
}


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

    .worst1  {
        font-size: 18px;
        text-align: left;
        width: 100%;
    }
    
    .worst2 {
        font-size: 18px;
        text-align: center;
        width: 100%;
    }

    .amrybbb {
        display: none;
    }
    .swipp1 .amryba::after {
        display: none;
    }

    .knew .amrybba h2 {
        font-size: 15px;
        text-align: left;
        margin: 0;
    }
    
    .amrybba .above .nong h2 {
        font-size: 15px;
        text-align: center;
        margin: 0;
    }

    .amryb .swipp1 .lllxa {
        margin: 0;
        padding: 0 5%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .amryb .swipp1 {
        height: 45vw; 
        min-height: 180px; 
    }


    .amrybbb.flpl {
        display: none;
    }

    .swipp1 .swiper-wrapper,
    .swipp1 .swiper-slide,
    .swipp1 .amrybn,
    .swipp1 .amryba {
        height: 100% ;
    }

    .swipp1 .amryba img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
}


@media (max-width: 1024px) {
  .zhaowei-cta-section {
    height: auto; 
    padding: 60px 0; 
    background-position: 75% center; 
  }

  .cta-title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .cta-subtitle {
    font-size: 14px;
    line-height: 1.5;
  }

  .cta-subtitle::after {
    width: 300px; 
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .cta-btn {
    width: 150px; 
    height: 44px;
    font-size: 15px;
    margin-bottom: 20px;
  }

  .contact-number {
    font-size: 38px;
    line-height: 1.2;
  }
}


@media (max-width: 768px) {
  .zhaowei-cta-section {
    padding-top: 80px;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    background-position: 30% center;
  }

  .zhaowei-cta-container {
    align-items: flex-start; 
    text-align: left;  
    padding: 0 20px;
  }

  .cta-title {
    font-size: 22px; 
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 4px;
  }

  .cta-subtitle {
    font-size: 12px;
    line-height: 1.5;
    opacity: 0.9;
    max-width: 85%; 
  }


  .cta-subtitle::after {
    width: 180px; 
    margin-top: 18px; 
    margin-bottom: 20px;
    margin-left: 0;  
    margin-right: auto;
  }


  .cta-btn {
    display: none !important; 
  }


  .cta-contact {
    align-items: flex-start; 
  }


  .contact-label {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 2px;
  }


  .contact-number {
    font-size: 24px; 
    line-height: 1.2;
  }
}

@media screen and (max-width: 1200px) {
    .application-cases-module .cases-image-content {
        margin-top: 0 !important; 
    }
    .application-cases-module .cases-title-group {
        margin-bottom: 30px !important; 
    }
}


@media screen and (max-width: 991px) {
    .application-cases-module .main-title { font-size: 3.5vw !important; margin-bottom: 1.5vw !important; }
    .application-cases-module .sub-title { font-size: 2vw !important; max-width: 90% !important; }
}


@media screen and (max-width: 767px) {
    .application-cases-module { 
        padding: 8vw 0 0 0 !important; 
    }
    
    .application-cases-module .cases-title-group {
        padding: 0 2% !important; 
        margin-bottom: 5vw !important; 
    }


    .application-cases-module .main-title {
        font-size: 5.5vw !important; 
        line-height: 1.4 !important;
        margin: 0 auto 3vw auto !important;
    }

    .application-cases-module .sub-title {
        font-size: 2.8vw !important; 
        line-height: 1.6 !important;
        width: 100% !important; 
        max-width: 100% !important; 
    }


    .application-cases-module .sub-title br {
        display: inline !important; 
    }
}


@media screen and (max-width: 991px) {
    .hot-products-list {
        grid-template-columns: repeat(2, 1fr); 
    }
}


@media screen and (max-width: 767px) {
    .hot-products-module {
        padding: 40px 20px 40px 20px; 
    }
    
    .hot-products-module .hot-title {
        font-size: 24px; 
        margin-bottom: 30px;
    }

    .hot-products-list {
        grid-template-columns: 1fr; 
        gap: 20px; 
    }
}
