/* Ã¥â€¦Â¨Ã¥Â±â‚¬Ã¦Â Â·Ã¥Â¼ÂÃ©â€¡ÂÃ§Â½Â®Ã¤Â¸Å½Ã¥Å¸ÂºÃ§Â¡â‚¬Ã©â€¦ÂÃ§Â½Â® */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Microsoft Yahei", Arial, sans-serif;
}

body {
    background: url("../picture/bg.png") no-repeat;
    background-size: 100% 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* Ã©Â¡ÂµÃ©ÂÂ¢Ã¥Â®Â¹Ã¥â„¢Â¨ - Ã¦Å½Â§Ã¥Ë†Â¶Ã¦â€¢Â´Ã¤Â½â€œÃ¥Â®Â½Ã¥ÂºÂ¦Ã¥â€™Å’Ã¥â€ â€¦Ã¨Â¾Â¹Ã¨Â·ÂÃ¯Â¼Å’Ã¤Â¿ÂÃ¨Â¯ÂÃ¥Â¤Â§Ã¦Â°â€Ã¦â€žÅ¸ */
.container {
    width: 100%;
    max-width: 1000px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(10, 80, 120, 0.1);
    padding: 60px 40px;
    text-align: center;
    border: 1px solid #e0eef5;
}

/* LogoÃ¥Å’ÂºÃ¥Å¸Å¸Ã¦Â Â·Ã¥Â¼Â */
.logo-section {
    margin-bottom: 50px;
}

.logo-title {
    font-size: 36px;
    color: #0f6cbd; /* Ã¥Å’Â¹Ã©â€¦ÂlogoÃ¤Â¸Â»Ã¨â€œÂÃ¨Â°Æ’ */
    font-weight: 700;
    margin-bottom: 8px;
}

.logo-subtitle {
    font-size: 16px;
    color: #668cad;
    letter-spacing: 1px;
}

/* Ã¤Â¸â€¹Ã¨Â½Â½Ã©â‚¬â€°Ã©Â¡Â¹Ã¥Å’ÂºÃ¥Å¸Å¸ - Ã¥Â¼Â¹Ã¦â‚¬Â§Ã¥Â¸Æ’Ã¥Â±â‚¬Ã¯Â¼Å’Ã¥Ââ€¡Ã¥Å’â‚¬Ã¥Ë†â€ Ã¥Â¸Æ’ */
.download-section {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
    margin-top: 20px;
}

/* Ã§Â³Â»Ã§Â»Å¸Ã¤Â¸â€¹Ã¨Â½Â½Ã¥ÂÂ¡Ã§â€°â€¡ - Ã¦Â Â¸Ã¥Â¿Æ’Ã¤ÂºÂ¤Ã¤Âºâ€™Ã¥â€¦Æ’Ã§Â´Â  */
.os-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 30px 40px;
    border-radius: 12px;
    position: relative;
    text-decoration: none;
}

/* Ã¦â€šÂ¬Ã¥ÂÅ“Ã¤ÂºÂ¤Ã¤Âºâ€™Ã¦â€¢Ë†Ã¦Å¾Å“Ã¯Â¼Å¡Ã¤Â¸Å Ã¦ÂµÂ®+Ã©ËœÂ´Ã¥Â½Â±+Ã¨Æ’Å’Ã¦â„¢Â¯Ã¨â€°Â²Ã¥ÂËœÃ¥Å’â€“ */
.os-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(15, 108, 189, 0.15);
    background-color: #f8fbfe;
}

/* Ã§Â³Â»Ã§Â»Å¸Ã¥â€ºÂ¾Ã¦Â â€¡Ã¦Â Â·Ã¥Â¼Â */
.os-icon {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}

.os-icon.windows {/* background: #3684BD; */border-radius: 100%;}

.os-icon.macos {
    /* background: #3684BD; */
    /* border-radius: 100%; */
}
.os-icon img{
	width: 100%;
	height: 100%;
	margin-top: 20%;
}


/* Ã§Â³Â»Ã§Â»Å¸Ã¥ÂÂÃ§Â§Â°Ã¦â€“â€¡Ã¥Â­â€”Ã¦Â Â·Ã¥Â¼Â */
.os-name {
    font-size: 20px;
    color: #0f6cbd;
    font-weight: 600;
    margin-top: 10px;
}

/* Ã¤Â¸â€¹Ã¨Â½Â½Ã¦ÂÂÃ§Â¤ÂºÃ¦â€“â€¡Ã¥Â­â€”Ã¯Â¼Ë†Ã¦â€šÂ¬Ã¥ÂÅ“Ã¦â€”Â¶Ã¦ËœÂ¾Ã§Â¤ÂºÃ¯Â¼â€° */
.download-tip {
    position: absolute;
    bottom: -30px;
    font-size: 14px;
    color: #668cad;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.os-card:hover .download-tip {
    opacity: 1;
}

/* Ã¥â€œÂÃ¥Âºâ€Ã¥Â¼ÂÃ©â‚¬â€šÃ©â€¦Â - Ã¥Â°ÂÃ¥Â±ÂÃ¥Â¹â€¢Ã¤Â¸â€¹Ã§Â¼Â©Ã¥Â°ÂÃ©â€”Â´Ã¨Â·ÂÃ¥â€™Å’Ã¥Â°ÂºÃ¥Â¯Â¸ */
@media (max-width: 768px) {
    .download-section {
        gap: 40px;
    }

    .os-icon {
        width: 90px;
        height: 90px;
    }

    .logo-title {
        font-size: 28px;
    }
}
.logo{
	width: 200px;
	height: auto;
	position: fixed;
	top: 0;
	left: 40px;
}