.osc-products,
.osc-download-page{

max-width:1200px;

margin:60px auto;

font-family:
"Microsoft YaHei",
Arial,
sans-serif;

}



.osc-header{

text-align:center;

margin-bottom:50px;

}



.osc-header h1{

font-size:42px;

}



.osc-product-grid{

display:grid;

grid-template-columns:

repeat(auto-fit,minmax(280px,1fr));

gap:30px;

}




.osc-product-card{

background:white;

border-radius:18px;

padding:35px;

box-shadow:

0 10px 40px rgba(0,0,0,.08);

text-align:center;

transition:.3s;

}



.osc-product-card:hover{

transform:translateY(-8px);

}




.osc-product-logo img{

width:80px;

height:80px;

border-radius:20px;

}



.osc-default-logo{

width:80px;

height:80px;

margin:auto;

border-radius:20px;

background:#222;

color:white;

display:flex;

align-items:center;

justify-content:center;

font-size:30px;

}




.osc-download-btn{

display:inline-block;

padding:12px 35px;

background:#006cff;

color:white!important;

border-radius:8px;

text-decoration:none;

}



.osc-download-btn:hover{

background:#0052cc;

}




.osc-tabs{

display:flex;

justify-content:center;

gap:20px;

margin:40px 0;

}



.osc-tab{

padding:12px 40px;

border:none;

border-radius:30px;

cursor:pointer;

background:#eee;

}



.osc-tab.active{

background:#006cff;

color:white;

}




.osc-release-item{

display:flex;

justify-content:space-between;

align-items:center;

padding:25px;

margin-bottom:20px;

background:white;

border-radius:15px;

box-shadow:

0 5px 20px rgba(0,0,0,.06);

}

.osc-download-header {
	    text-align: center;
	        margin-bottom: 50px;
	}


	.osc-detail-logo {

		    width: 120px;
		        height: 120px;

			    object-fit: contain;

			        display: block;

				    margin: 0 auto 25px;

				        border-radius: 24px;

				
				}
				.osc-product-logo {

					    width:100%;

					        text-align:center;

						    margin-bottom:20px;

					    }


					    .osc-product-logo img {

						        display:block!important;

							    float:none!important;

							        margin-left:auto!important;

								    margin-right:auto!important;

								        width:80px;

									    height:80px;

									        object-fit:contain;

									}
.osc-download-footer {

	    margin-top:50px;

	        padding:25px;

		    text-align:center;

		        font-size:14px;

			    color:#666;

			        border-top:1px solid #eee;

			}


			.osc-download-footer a {

				    color:#006cff;

				        text-decoration:none;

				}


				.osc-download-footer a:hover {

					    text-decoration:underline;

				    }

