@import url('./config.css');


#c_static_001_P_41399-1711526369884 {
	min-height: 300px;
	background_radio: 2;
	display-radio: 1;
	padding-top: 5%;
	padding-bottom: 5%
}

#c_static_001_P_41399-1711526369884 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 70%;
    padding-bottom: 5%;
	background_radio: 1;
	display-radio: flex;
	max-width: none;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    #c_static_001_P_41399-1711526369884 .e_container-1 {
        width: 90%;
    }
}

/* 解决方案图片样式 */
.solution-img-container, .solution-content-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution-content-container{
    margin-top: 15px;
}

.solution-content-container p {
    font-size: 1.2em;
}

.solution-img {
    max-width: 100%;
    display: block;
    transition: transform 0.3s ease;
}

/* .solution-img:hover {
    transform: scale(1.05);
} */

/* 技术图片容器样式 */
.tech-images-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.tech-img-content{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.tech-img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    border-radius: 20px;
}

.tech-img:hover {
    transform: scale(1.05);
}

/* 响应式设计 - 小屏幕时单行显示 */
@media (max-width: 768px) {
    .tech-images-container {
        flex-direction: column;
        align-items: center;
    }
    
    .tech-img {
        /* width: 90%; */
    }
}


/* 伏安瓦固态电池复合集流体方案内容 */
.tech-images-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.content-item {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    min-height: 250px;
}

.tech-images-content > div:not(:nth-child(2)){
    border: solid 1px #ddd;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    color: #fff !important;
}

.tech-images-content > div:not(:nth-child(2)):hover {
    background-color: var(--secondary-color);

    .content-item {
        box-shadow: #666 0px 0px 10px;
    }

    .content-title, .content-text{
        color:#fff
    }
}

.content-item:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-title {
    margin-bottom: 15px;
    font-size: 1.5em;
    color: #333;
}

.content-text {
    color: #666;
    text-align: left;
}

.rotatable-image {
    max-width: 60%;
    height: auto;
    transition: transform 0.5s ease;
}

/* 移动端样式 */
@media (max-width: 768px) {
    .tech-images-content {
        flex-direction: column;
    }
    
    .content-item {
        width: 100%;
        min-width: auto;
        margin-bottom: 30px;
    }
    
    .rotatable-image {
        transform: rotate(90deg);
        width: 50%;
    }
}
