.chipAgent-section{
    width: 100%;
    height: 70vh;
    background: #fbfbfb;
}

.chipAgent-section-bg{
    width: 98%;
    height: 100%;
    background-image: url(../imgs/chip/chipbg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: top center;
}

.chipAgent-section-content{
    width: 43%;
    height: 80%;
    padding-top: 5vw;
    padding-left: 10vw;
}

.chipAgent-section-content h3{
    font-size: 4vw;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.15vw;
}

.chipAgent-section-content p{
    font-size: 1.58vw;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 3vw;
    letter-spacing: 0.1vw;
    margin-top: 2vw;
    text-align: justify;
}
/* ----------------芯片代理商------------ */
.chipAgent-section-brand{
    width: 100%;
    height: auto;
    background: #fbfbfb;
    margin: 0 auto;
    padding-top: 5vw;
}
.chipAgent-title{
    width: 92%;
    height: 15vh;
    background: #F0F1F6;
    margin: 0 auto;
    text-align: center;
    line-height: 15vh;
    font-size: 1.3vw;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: 0.1vw;
    border-radius: 20px;
    font-weight: 400;
}

.chipAgent-section-brand-list{
    width: 88%;
    height: 100%;
    /* background: palegoldenrod; */
    margin: 0 auto;
    margin-top: 2vw;
}
.chipAgent-section-brand-list-item{
    width: 100%;
    
}
.chipAgent-section-brand-list-item-title{
    width: 100%;
    height: 13vh;
    /* background: palegoldenrod; */
    line-height: 13vh;
    box-sizing: border-box;
    display: flex;
}
.chipAgent-section-brand-list-item-title div{
    font-size: 1.3vw;
    font-weight: 400;
    letter-spacing: 0.1vw;
    font-weight: 600;
    display: inline-block;
    width: 18vw;
    /* background: pink; */
    margin-left: 1vw;
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

 .country{
    width: 10vw !important;
    text-align: left !important;
}
.product-line{
    width: 23vw !important;
    text-align: left !important;
}
.application-field{
    width: 20vw !important;
    text-align: left !important;
  
}

.brand-title{
    text-align: center;
}
.chipAgent-section-brand-list-item-content {
    width: 100%;
    height: 15vh;
    box-sizing: border-box;
    display: flex;
    /* background: papayawhip; */
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.chipAgent-section-brand-list-item-content div {
    font-size: 1vw;
    font-weight: 400;
    letter-spacing: 0.1vw; 
    display: inline-block;
    width: 18vw;
    margin-left: 1vw;
    height: 100%;
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  
}

/* 修改品牌内容容器样式 */
.content-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background: palegoldenrod; */
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 1vw 0;  /* 添加上下内边距 */
    text-align: center;
}

.content-brand img {
    height: 2vw;  /* 调整图片大小 */
    margin-bottom: 1vw;
}

.content-brand p {
    font-size: 0.8vw;
    font-weight: 400;
    letter-spacing: 0.1vw;
    margin: 0;
    line-height: 1.2;

}

.arrow-right{
    width: 5vw !important;
    height: 100%;
   
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrowBox {
    width:2vw !important;
    height: 2vw !important;
    background: #009FD1;  
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.arrowBox a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrowBox img{
    width:40%;
    height: auto;
}

.arrowBox:hover {
    background: #fff;
    border: 1px solid #009FD1;
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.arrowBox:hover img{
    filter: brightness(0) saturate(100%) invert(41%) sepia(99%) saturate(749%) hue-rotate(162deg) brightness(97%) contrast(101%);
    transition: all 0.3s ease;
}

/* ---------------------------- */
.chipAgent-section3{
    width: 100%;
    height: 100vh;  
    z-index: 5;
    position: relative;
    background: #fbfbfb;
    border-radius: 0px 0px 80px 80px;
    padding-top: 5vw;
}

.chipAgent-section3-bg {
    width: 100%;
    height: 100%;
    background-image: url(../imgs/chip/bg.png);
    background-size: cover;  /* 改为 cover */
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: -8vw center;
    overflow: hidden;
    position: relative;  /* 添加定位 */
    z-index: 10;
}


.chipAgent-section3-bg h2{
    width: 90%;
    font-size: 4vw;
    color: #1F599B;
    margin-top: 1vh;
    letter-spacing: 0.6vw;
    font-weight: 300;
    padding-left: 5vw;
    z-index: 2;
    padding-left: 6vw;

}

.chip-agent-underline {
    position: absolute;
    top: 4.7vw;
    left: 1vw;
    width: 90%;
    height: 2vw;
    margin: 0.5vw 0 0 0;   
    background: linear-gradient(
        90deg,
        #f7fcfe 8%,
        #e3f6fd 20%,
        #e3f6fd 30%,
        #f7fcfe 50%
    );
    z-index: -1;
}
.chipAgent-section3-content{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 5vw;
    display: flex;
    justify-content: left;


}
.chipAgent-section3-content-left{
    width: 40%;
    text-align: right;
    padding-right: 5vw;
}

.chipAgent-section3-content-left img{
    width: 68%;
   height: auto;
}

.chipAgent-section3-content-right{
    width: 50%;
    padding-left: 5vw;
    /* background: palegoldenrod; */
}
.chipAgent-section3-content-right p{
    font-size: 1.5vw;
    font-weight: 400;
    letter-spacing: 0.1vw;
    margin-top: 2vw;
    line-height: 3vw;
}


.content-contactUs{
    width: 100%;
    height: 18vh;
    margin-top: 5vw;
   display: flex;
   align-items: center;
   justify-content: right;
   
}
.content-emailBox{
    width: 16vw;
    height: 5vw !important;
    height: auto;
    padding: 1vw 2vw;
    display: flex;
    align-items: center;
    justify-content: right; background: linear-gradient(90deg, #36c6f0 0%, #1a6dc5 100%);
    border-radius: 54px;
    transition:  box-shadow 0.2s,  background 0.3s,transform 0.2s;
    justify-content: right;
    
}
.content-emailBox span{
    font-size: 1.5vw;
    font-weight: 400;
    letter-spacing: 0.1vw;
    margin-right: 1vw;
    color: #fff;
}

.content-email{
    width: 3vw;
    height: 3vw;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-email img{
    width: 50%;
    height: 50%;
}


.content-emailBox:focus .content-email,
.content-emailBox:hover .content-email {
    background: #e6f7ff;
    box-shadow: 0 0 0 4px rgba(54,198,240,0.15);
    transform: scale(1.12) rotate(-6deg);
}

.content-emailBox:focus,
.content-emailBox:hover {
    box-shadow: 0 8px 24px rgba(26, 109, 197, 0.22);
    background: linear-gradient(100deg, #4fd7fa 0%, #2a7be0 100%);
    transform: translateY(-2px) scale(1.03);
}