@font-face {
    font-family: "Azo Sans Bold";
    src: url('/static/static/font/AzoSans-Bold/AzoSans-Bold.ttf'),
        url('/static/static/font/AzoSans-Bold/AzoSans-Bold.woff'),
        url('/static/static/font/AzoSans-Bold/AzoSans-Bold.woff2');
}

@font-face {
    font-family: "Azo Sans Medium";
    src: url('/static/static/font/AzoSans-Medium/AzoSans-Medium.ttf'),
        url('/static/static/font/AzoSans-Medium/AzoSans-Medium.woff'),
        url('/static/static/font/AzoSans-Medium/AzoSans-Medium.woff2');
}

@font-face {
    font-family: "Azo Sans Regular";
    src: url('/static/static/font/AzoSans-Regular/AzoSans-Regular.ttf'),
        url('/static/static/font/AzoSans-Regular/AzoSans-Regular.woff'),
        url('/static/static/font/AzoSans-Regular/AzoSans-Regular.woff2');
}

@font-face {
    font-family: "Azo Sans Light";
    src: url('/static/static/font/AzoSans-Light/AzoSans-Light.ttf'),
        url('/static/static/font/AzoSans-Light/AzoSans-Light.woff'),
        url('/static/static/font/AzoSans-Light/AzoSans-Light.woff2');
}

@font-face {
    font-family: "Manrope Bold";
    src: url('/static/static/font/Manrope-Bold.ttf');
}

@font-face {
    font-family: "Manrope Regular";
    src: url('/static/static/font/Manrope-Regular.ttf');
}

@font-face {
    font-family: "Manrope Medium";
    src: url('/static/static/font/Manrope-Medium.ttf');
}

body {
    background-color: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

/* MineMaster 容器 */
 /* MineMaster 容器 */
 .minemaster {
    width: 100%;
}

/* 头部区域 */
.minemaster .minemaster-header {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: white;
    padding: 60px 20px;
    min-height: 600px;
    display: flex;
    flex-direction: column;
}

.minemaster .header-top-pc {
    text-align: left;
    margin-bottom: 40px;
}

.minemaster .header-top-pc h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.minemaster .header-bottom {
    display: grid;
    grid-template-columns: 3fr 6fr;
    gap: 40px;
    align-items: center;
    max-width: 1700px;
    margin: 0 auto;
    width: 100%;
}

.minemaster .header-left {
    display: flex;
    flex-direction: column; 
    gap: 20px;
    height: 100%;
}

.minemaster .header-left h2 {
    font-size: 2rem;
    line-height: 1.3;
}

.minemaster .header-left p {
    font-size: 1.1rem;
    line-height: 1.6;
    opacity: 0.9;
}

.minemaster .cta-button {
    background: #00d46a;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
    text-decoration: none;
}

.minemaster .cta-button:hover {
    background: #00b359;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 212, 106, 0.3);
}

.minemaster .header-right {
    position: relative;
}

.minemaster .header-right img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

/* 中间内容区域 */
.minemaster .content-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

.minemaster .content-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 100px;
}

.minemaster .content-block:last-child {
    margin-bottom: 0;
}

.minemaster .content-block.reverse {
    direction: rtl;
}

.minemaster .content-block.reverse > * {
    direction: ltr;
}

.minemaster .content-text h3 {
    font-size: 2.5rem;
    color: #2d2d2d;
    margin-bottom: 20px;
    font-weight: 700;
}

.minemaster .content-text p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.8;
}

.minemaster .content-image {
    position: relative;
}

.minemaster .content-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    background-color: #13150E;
}

.minemaster .content-image img:hover {
    transform: scale(1.02);
}

/* 底部区域 */
.minemaster .footer-placeholder {
    background: #f5f5f5;
    text-align: center;
}
.header-top-mobile{display: none;}
.header-top-pc{display: block;}


.minemaster .miner_gallery {
    background-color: #f2f3f4;
    width: 100%;
    padding: 50px 0;
}

.minemaster .miner_gallery .gallery_title {
    width: 100%;
    text-align: center;
    font-family: "Azo Sans Regular";
    color: #000;
    font-size: 22px;
    font-weight: bold;
}

.minemaster .miner_gallery .gallery_panel {
    width: 100%;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.minemaster .miner_gallery .gallery_panel .gallery_item {
    width: 400px;
    height: 400px;
    background-color: #fff;
    border-radius: 10px;
    margin: 20px;
    box-sizing: border-box;
    padding: 100px 50px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.minemaster .miner_gallery .gallery_panel .gallery_item .gallery_item_image {
    height: 36%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.minemaster .miner_gallery .gallery_panel .gallery_item img {
    object-fit: contain;
}

.minemaster .miner_gallery .gallery_panel .gallery_item_name {
    width: 100%;
    text-align: center;
    margin-top: 100px;
    font-family: "Azo Sans Regular";
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.minemaster .miner_gallery .gallery_panel .gallery_item .gallery_item_learn {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-family: "Azo Sans Regular";
    color: #4f98f6;
    font-size: 14px;
    text-decoration: none;
}


/* 响应式设计 */
@media (max-width: 768px) {
    .header-top-mobile{display: block;}
    .header-top-pc{display: none;}

    .minemaster .header-top-mobile {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .minemaster .header-top-mobile h1 {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 10px;
    }
    
    .minemaster .header-top h1 {
        font-size: 2rem;
    }

    .minemaster .header-bottom {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .minemaster .header-left {
        order: 2;
        text-align: center;
    }

    .minemaster .header-left h2 {
        font-size: 1.5rem;
    }

    .minemaster .header-left p {
        font-size: 1rem;
    }

    .minemaster .cta-button {
        align-self: center;
    }

    .minemaster .header-right {
        order: 1;
    }

    .minemaster .content-block {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 60px;
    }

    .minemaster .content-block.reverse {
        direction: ltr;
    }

    .minemaster .content-text {
        text-align: center;
    }

    .minemaster .content-text h3 {
        font-size: 1.8rem;
    }

    .minemaster .content-text p {
        font-size: 1rem;
    }
    .minemaster .miner_gallery .gallery_panel {
        flex-wrap: wrap;
    }
}