/* 随机类名定义 */
.qWzsTy {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.rXjKlP {
    background-color: #000;
    color: #fff;
    min-height: 100vh;
}

.aBcDeF {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 导航样式 */
.gHijKl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    background: rgba(20, 20, 30, 0.7);
}
.gHijKl .main{
    margin: 0 auto; 
    width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mNoPqR {
    font-size: 24px;
    font-weight: 800;
    color: #FFD700;
}

.mNoPqR .headphoto img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.sTuVwX {
    display: flex;
    list-style: none;
    gap: 35px;
    /* margin-right: auto; 
    margin-left: 50px;*/
}
.sTuVwX a {
    text-decoration: none;
    color: #fff;
}

.yZaBcD {
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;

    background: rgba(20, 20, 30, 0.7);
    border-radius: 12px;
    padding: 0 20px;
    transition: all 0.3s;
    border: 1px solid rgba(255, 215, 0, 0.1);
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.yZaBcD:hover {
    color: #FFD700;
}

.dEfGhI {
    background: #FFD700;
    color: #000;
    border: none;
    padding: 12px 28px;
    border-radius: 4px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
}

.dEfGhI:hover {
    transform: translateY(-2px);
}

/* 主内容区域 */
.jKlMnO {
    display: flex;
    padding: 80px 0 20px;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.jKlMnO .pQrStU {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* 左侧内容 */
.jKlMnO .uVwXyZ {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 10px;
}

.jKlMnO .bCdEfG {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;

    color: #000;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;

    background: linear-gradient(90deg, #FFD700 0%, #FF8C00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.jKlMnO .hIjKlM {
    background: #FFD700;
    color: #000;
    border: none;
    padding: 15px 35px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s;
    width: fit-content;
}

.jKlMnO .hIjKlM:hover {
    transform: translateY(-2px);
}

.jKlMnO .nOpQrS {
    font-size: 20px;
    line-height: 1.6;
    color: #e0e0e0;
}

.jKlMnO .tUvWxY {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.jKlMnO .zAbCdE {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.jKlMnO .zAbCdE h3 {
    margin: 0;
}

.jKlMnO .fGhIjK {
    color: #FFD700;
    font-size: 24px;
}

.jKlMnO .lMnOpQ {
    font-size: 18px;
    line-height: 1.5;
    color: #c2c2c2;
}

.jKlMnO .rStUvW {
    margin-top: 30px;
    background: #1a1a1a;
    padding: 15px 20px;
    border-radius: 8px;
    border-left: 4px solid #FFD700;
    font-size: 18px;
}

/* 右侧轮播区域 */
.jKlMnO .uJiKlmN {
    flex: 1;
    perspective: 1000px;
}

.jKlMnO .mJkLlNo {
    background: rgba(30, 30, 30, 0.9);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #333;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    position: relative;
    height: 500px;
    display: flex;
    flex-direction: column;
}

.jKlMnO .aZxSdCw {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #222;
    padding: 12px 20px;
    border-bottom: 1px solid #333;
}

.jKlMnO .aZxSdCw .qWeRtYu {
    display: flex;
    gap: 8px;
}

.jKlMnO .vCfGhJk,
.jKlMnO .bNgFdSa,
.jKlMnO .tFgNhJm {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.jKlMnO .vCfGhJk {
    background: #ff5f56;
}

.jKlMnO .bNgFdSa {
    background: #ffbd2e;
}

.jKlMnO .tFgNhJm {
    background: #27c93f;
}

.jKlMnO .pOlKiJu {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.5px;
}

/* 轮播内容 */
.jKlMnO .oLpKmIn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.jKlMnO .uYgVbTy {
    width: 90%;
    height: 90%;
    background-color: #1e1e1e;
    background-size: cover;
    background-position: center;
    border: 1px solid #444;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.4s ease-out;
    position: absolute;
    opacity: 0;
    transform: translateY(20px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.jKlMnO .uYgVbTy.active {
    opacity: 1;
    transform: translateY(0);
    z-index: 3;
}

.jKlMnO .uYgVbTy:hover {
    box-shadow: 0 10px 30px rgba(57, 212, 57, 0.3);
    transform: translateY(-3px) scale(1.02);
}
.jKlMnO .uYgVbTy img{
    max-width: 100%;
    max-height: 100%;
}

/* 轮播控制 */
.jKlMnO .rTgYhNj {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 5;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.4);
}

.jKlMnO .tYgUhIj {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #666;
    cursor: pointer;
    transition: all 0.3s;
}

.jKlMnO .tYgUhIj.active {
    background: #39d439;
    transform: scale(1.2);
}

/* 大图模态框 */
.jKlMnO .mNbVcXz {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.jKlMnO .mNbVcXz.active {
    opacity: 1;
    pointer-events: auto;
}

.jKlMnO .kLiJhGy {
    max-width: 90%;
    max-height: 90%;
    border: 2px solid #39d439;
    box-shadow: 0 0 40px rgba(57, 212, 57, 0.5);
}

.jKlMnO .bNmLkOp {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    transition: color 0.3s;
}

.jKlMnO .bNmLkOp:hover {
    color: #39d439;
}

/* 页脚 */
.jKlMnO .qRsTuV {
    border-top: 1px solid #222;
    padding: 30px 0;
    text-align: center;
    color: #999;
    font-size: 15px;
}