        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: "Microsoft YaHei", Arial, sans-serif;
            background-color: #290705;
        }

        .container {
            width: 1200px;
            margin: 0 auto;
        }

        /* Header Section */
        .header {
            position: relative;
            height: 737px;
            background-image: url('../images/header.webp');
            background-size: cover;
            background-position: center top;
            text-align: center;
        }


        /* Navigation Tabs */
        .nav-tabs {
            display: flex;
            justify-content: center;
            height: 140px;
            background: url('../images/h-tab-frame.webp') no-repeat center center;
            background-size: cover;
        }

        .tab-btn {
            display: block;
            width: 516px;   
            height: 120px;
            cursor: pointer;
            transition: all 0.3s;
        }

        .tab-content {
            background: url('../images/h-tab-content-hover.webp') no-repeat center center;
            background-size: cover;
        }

        .tab-content:hover {
            background: url('../images/h-tab-content-hover.webp') no-repeat center center;
            background-size: cover;
        }

        .tab-activity {
            background: url('../images/h-tab-activity.webp') no-repeat center center;
            background-size: cover;
        }

        .tab-activity:hover {
            background: url('../images/h-tab-activity-hover.webp') no-repeat center center;
            background-size: cover;
        }

        /* Content Sections */
        .content-section {
            margin-top: 100px;

        }

        .section-title {
            text-align: center;
            margin-bottom: 21px;
        }

        .section-title img {
            width: 479px;
            height: 86px;
            object-fit: cover;
        }

        /* Equipment Section */
        .equipment-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .equipment-card {
            width: 340px;
            height: 286px;
            background: url('../images/n1-60-bg.webp') no-repeat center center;
            background-size: cover;
        }

         .equipment-card1 {
            width: 340px;
            height: 286px;
            background: url('../images/n1-120-bg.webp') no-repeat center center;
            background-size: cover;
        }

         .equipment-card2 {
            width: 340px;
            height: 286px;
            background: url('../images/n1-250-bg.webp') no-repeat center center;
            background-size: cover;
        }

        .equipment-items {
            display: flex;
            padding-top: 70px;
        }

        .equipment-item {
            text-align: center;
            width: 95px;
            padding-top: 19px;
        }

        .equipment-item:nth-child(1) {
            margin-left: 21px;
        }

        .equipment-item:nth-child(2) {
            margin-left: 6px;
        }

        .equipment-item:nth-child(3) {
            margin-left: 9px;
        }

        .equipment-item h2 {
            font-size: 14px;
            color: rgb(255, 238, 186);
            margin-bottom: 10px;
        }

        .equipment-item img {
            width: 60px;
            height: 60px;
            object-fit: cover;
        }

        .equipment-item p {
            font-size: 14px;
            color: rgb(241, 199, 139);
        }

        .section-discription {
            width: 1061px;
            height: 124px;
            background: url('../images/n-doc-border.webp') no-repeat center center;
            background-size: cover;
            margin: 47px auto 55px auto;
            padding: 15px 26px 0 38px;
        }

        .section-discription p {
            font-size: 16px;
            color: rgb(241, 199, 139);
            line-height: 1.5;
        }

        /* Wings Section */
        .wings-section .section-title img {
            width: 567px;
            height: 86px;
        }

        .wings-showcase {
            text-align: center;
            padding: 40px 0;
        }

        .wings-showcase img {
            width: 766px;
            height: 468px;
            object-fit: cover;
        }

        .wings-stats {}

        .wings-stats table {
            width: 1010px;
            height: 321px;
            border-collapse: collapse;
            color: #fff;
            background: url('../images/n2-table-frame.webp') no-repeat center center;
            background-size: cover;
            margin: 98px auto 57px auto;
        }


        .wings-stats table tr:nth-child(1) td {
            color: rgb(241, 199, 139);
            text-align: center;
            font-size: 20px;
        }

        .wings-stats td {
            padding: 20px;
            text-align: left;
            color: rgb(241, 199, 139);
        }

        /* Fashion Section */
        .fashion-showcase {
            text-align: center;

        }

        .fashion-image {
            width: 957px;
            height: 482px;
            object-fit: cover;
            margin: 0 auto;
            margin-bottom: 17px;
        }

        .fashion-stats table {
            width: 948px;
            height: 380px;
            margin: 0 auto;
            background: url('../images/n3-table-frame.webp') no-repeat center center;
            background-size: cover;
            padding: 2px;
            box-sizing: border-box;
            margin-bottom: 65px;
            color: rgb(241, 199, 139);
        }

        .fashion-stats table tr {
            height: 30px;
        }

        .fashion-stats table tr td:nth-child(1) {
            width: 123px;
            text-align: center;
        }

        /* Points Exchange Section */
        .point-section {
            padding-bottom: 118px;
            background: url('../images/bottom-scene-bg.webp') no-repeat center center;
            background-size: 100% 672px;
            background-position: bottom;
        }

        .points-exchange {
            width: 960px;
            height: 1086px;
            background: url('../images/n3-points-decor-frame.webp') no-repeat center center;
            background-size: cover;
            margin: 0 auto;
        }

        .points-exchange p {
            padding: 40px 96px 23px 30px;
            line-height: 1.5;
            color: rgb(241, 199, 139);
        }

        .pointList {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 30px;
        }

        .pointBottom {
            margin-top: 30px;
        }


        /* Footer */
        .footer {
            background: #151515;
            padding: 22px 0 55px 0;
        }

        .footer .container {
            display: flex;
            justify-content: space-between;
        }

        .footer .container p {
            font-size: 14px;
            line-height: 1.8;
            text-align: right;
            color: #ddd;
        }