/* 软件云服务 */
.product_yun_content .section{font-size: 14px;}
.product_yun_content .section:nth-child(odd) {background-color: #f6fafd; /* 奇数行的背景色 */}
.product_yun_content .section img{max-width: 100%; height: auto;}
.product_yun_content .section h3.subtitle{font-size: 24px; color: #000; padding: 50px;}
.product_yun_content .section .yun-youshi{display: flex;flex-wrap: wrap;gap: 30px;}
.product_yun_content .section .yun-youshi .item{display: flex;flex: 1 1 calc(50% - 30px);align-items: center;gap: 10px;}
.product_yun_content .section .yun-youshi .item .thumb img{max-width: 60px; max-height: 60px;}
.product_yun_content .section .yun-youshi .item .text{line-height: 180%;}
.product_yun_content .section .yun-cj{display: flex;flex-wrap: wrap;gap: 30px;}
.product_yun_content .section .yun-cj .item{display: block;flex: 0 0 calc(33.333% - 30px);align-items: center;gap: 10px; text-align: center; transition: background-color 0.5s ease, transform 0.5s ease;}
.product_yun_content .section .yun-cj .item img{max-width: 100%; height: auto; display: block;}
.product_yun_content .section .yun-cj .item:hover{transform: scale(1.1);}

.yun-tab .tabs.vertical {
    width: 100%;
    margin: 0 auto;
	display: flex;
}
 
.yun-tab .tab-links {
    list-style: none;
    padding: 0;
    flex-direction: column; /* Change to vertical layout */
    width: 15%;
    background: #e0ecfa;
	font-size: 16px;
	font-weight: bold;
}
 
.yun-tab .tab-links li {
    padding: 10px;
    cursor: pointer;
	text-align: center;
    position: relative;
}
 
.yun-tab .tab-links li a {
    text-decoration: none;
    color: #333;
    display: block; /* Make the whole li clickable */
    width: 100%;
}
 
.yun-tab .tab-links li.active {
    background: #fff;
	border-left: 2px solid #004aa9;
}
 
.yun-tab .tab-content {
    padding: 20px;
    border-left: none; /* Remove left border to align with tab links */
    background: #fff;
    width: 85%;
    position: relative;
}
.yun-tab .tab-content img{max-width: 100%; height: auto;}
 
.yun-tab .tab-content .tab {
    display: none;
}
 
.yun-tab .tab-content .tab.active {
    display: block;
}