/*涓枃瀛椾綋*/
@font-face {
    font-family: "a";
    /*涓枃瀛椾綋*/
    src: url(../assets/fonts/STHeitiLight.ttc);
    font-display: swap;
	font-family: 'MyLocalFont';
	src: url('') format('truetype');
  }
@font-face {
    font-family: "b";

    src: url();
    font-display: swap;
}

@font-face {
    font-family: "title";
    /*鑻辨枃瀛椾綋*/
    src: url();
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
    transition: background-color 0.2s ease;
}

a:hover,
a:link,
a:visited,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
    color: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* 璁剧疆婊氬姩鏉℃牱寮� */
::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--main_text_color, #000000);
    border-radius: 8px;
    height: 20%;
}

::-webkit-scrollbar-track {
    background-color: var(--main_bg_color, linear-gradient(50deg, #a2d0ff, #ffffff));
}

:root {
    --main_bg_color: url(.././assets/3.png);
    --main_text_color: #eeeeee;
    --gradient: linear-gradient(120deg, #bd34fe, #e0321b 30%, #41d1ff 60%);
    --purple_text_color: #747bff;
    --text_bg_color: #00000040;
    --item_bg_color: #00000038;
    --item_hover_color: #33333338;
    --item_left_title_color: #ffffff;
    --item_left_text_color: #ffffff;
    --footer_text_color: #ffffff;
    --left_tag_item: rgb(27 42 57 / 20%);
    --card_filter: 0px;
    --back_filter: 22px;
    --back_filter_color: #00000030;
    --fill:#ffffff;
}

body {
    display: flex;
    height: 100%;
    min-height: 100vh;
    width: 100%;
    position: relative;
    font-family: "b", "a", sans-serif;
    background: var(--main_bg_color);
    background-repeat: no-repeat;
    background-color: #0d0e11e7;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    transition: background 0.6s ease; /* 娣诲姞鑳屾櫙杩囨浮鏁堟灉 */
    justify-content: center;
    color: var(--main_text_color);
    font-family: 'MyLocalFont', Microsoft YaHei, sans-serif;
}


@keyframes zoom {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.noise-filter {
    position: fixed;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(var(--back_filter));
     -webkit-backdrop-filter: blur(var(--back-filter));
    z-index: -99999999;
    background: var(--back_filter_color);
}

.noise-main {
    width: 100%;
    transition: transform 0.5s ease;
    max-width: 1150px;
    position: relative;
    flex-direction: row;
}

.noise-left {
    overflow-y: scroll;
    width: 230px;
    height: 100vh;
    display: flex;
    padding: 0 15px;
    position: fixed;
    align-items: center;
    flex-direction: column;
}


.noise-left::-webkit-scrollbar {
    display: none;
}

/* 璁剧疆PC澶村儚LOGO */
.logo {
    flex-shrink: 0;
    width: 90%;
    position: relative;
    aspect-ratio: 1/1;
    margin-top: 50px;
    background-size: cover;
    /*border-radius: 50%;*/
    object-fit: cover; /* 瑁佸壀鍥剧墖浠ラ€傚簲鍦嗗舰閬僵 */
    transition: transform 0.5s ease-in-out; /* 娣诲姞杩囨浮鏁堟灉 */
}

@keyframes zoom {
    0% { transform: scale(1); }
    100% { transform: scale(1.02); } /* 鍋囪鏀惧ぇ鍒�110% */
}

.logo:hover {
    animation: zoom 0.5s ease-in-out forwards;
}

.logo:not(:hover) {
    animation: zoom 0.5s ease-in-out reverse;
}

.tooltip {
    position: absolute;
    font-size: 13px; /* 璁剧疆瀛椾綋澶у皬 */
    width: 100%;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s;
    background-color: rgba(39, 37, 37, 0.181);
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    white-space: nowrap; /* 闃叉鏂囨湰鎹㈣ */
    pointer-events: none; /* 闃叉鐐瑰嚮tooltip瑙﹀彂鍏朵粬浜嬩欢 */
}

.logo:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
/* 璁剧疆PC澶村儚LOGO缁撴潫 */
/* 璁剧疆鎵嬫満椤甸潰澶撮儴LOGO */
.mobile-logo{
    display: none;
    width: 40%;
    height: 0;
    padding-bottom: 40%;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    background-repeat: no-repeat;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}

@keyframes mobile-zoom {
    0% { transform: scale(1); }
    100% { transform: scale(1.02); } /* 鍋囪鏀惧ぇ鍒�110% */
}

.mobile-logo:hover {
    animation: mobile-zoom 0.5s ease-in-out forwards;
}

.mobile-logo:not(:hover) {
    animation: mobile-zoom 0.5s ease-in-out reverse;
}

.mobile-tooltip {
    position: absolute;
    font-size: 13px; /* 璁剧疆瀛椾綋澶у皬 */
    width: 100%;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s;
    background-color: rgba(39, 37, 37, 0.181);
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    white-space: nowrap; /* 闃叉鏂囨湰鎹㈣ */
    pointer-events: none; /* 闃叉鐐瑰嚮tooltip瑙﹀彂鍏朵粬浜嬩欢 */
}

.mobile-logo:hover .mobile-tooltip {
    visibility: visible;
    opacity: 1;
}
/* 璁剧疆鎵嬫満椤甸潰澶撮儴LOGO缁撴潫 */

.left-div {
    flex-shrink: 0;
    width: 100%;
    border-radius: 13px;
    margin-top: 13px;
    padding: 10px;
    backdrop-filter: blur(var(--card_filter));
    background: var(--item_bg_color);
}
.left-div-music {
    flex-shrink: 10;
    width: 100%;
    border-radius: 8px;
    margin-top: 10px;
    padding: 4px;
    backdrop-filter: blur(var(--card_filter));
    background: var(--item_bg_color);
}
.left-des {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.left-des-item {
    display: flex;
    align-items: center;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 8px;
    overflow: hidden;
    
}

.left-des-item i,.left-des-item svg{
    width: 16px;
    height: 17px;
    fill:var(--fill);
    font-size: 16px;
    margin-right: 18px;
    justify-content: center; /* 姘村钩灞呬腑 */
}
.left-tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 13px;
}

.left-tag-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    margin: 0px 5px 5px 0;
    padding: 8px;
    font-size: 13px;
    border-radius: 10px;
    background: var(--left_tag_item);
}
/*浜戠洏璧勬簮*/
#line {
    width: 100%;
    height: 250px;
    font-size: 13px;
    padding-left: 0px;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    
}
/*鏃堕棿*/
#line1 {
    display: flex; /* 璁剧疆涓哄脊鎬у鍣� */
    flex-direction: column; /* 瀛愬厓绱犲瀭鐩存帓鍒� */
    width: 100%;
    height: auto;
    font-size: 13px;
    padding-left: 0px;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
}
/*鎽搁奔鏃ュ巻*/
#line2 {
    width: 100%;
    height: auto;
    font-size: 13px;
    padding-left: 0px;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    display: flex; /* 璁剧疆涓哄脊鎬у鍣� */
    flex-direction: column; /* 瀛愬厓绱犲瀭鐩存帓鍒� */
    align-items: center; /* 姘村钩灞呬腑 */
}

#line2 img {
    max-width: 100%; /* 鍥剧墖鏈€澶у搴︿负瀹瑰櫒鐨勫搴� */
    height: auto; /* 鍥剧墖楂樺害鏍规嵁瀹藉害鑷姩璋冩暣 */
}
/*rss璁㈤槄鏂囧瓧*/
#line3 {
    display: flex; /* 璁剧疆涓哄脊鎬у鍣� */
    flex-direction: column; /* 瀛愬厓绱犲瀭鐩存帓鍒� */
    width: 100%;
    height: auto;
    font-size: 13px;
    padding-left: 0px;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
}
/*b绔欐敹钘�*/
#line4 {
    display: flex; /* 璁剧疆涓哄脊鎬у鍣� */
    flex-direction: column; /* 瀛愬厓绱犲瀭鐩存帓鍒� */
    width: 100%;
    height: auto;
    font-size: 13px;
    padding-left: 0px;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
}
/*瑙嗛鍒楄〃*/
#line5 {
    width: 100%;
    height: auto;
    font-size: 13px;
    padding-left: 0px;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    display: flex; /* 璁剧疆涓哄脊鎬у鍣� */
    flex-direction: column; /* 瀛愬厓绱犲瀭鐩存帓鍒� */
    align-items: center; /* 姘村钩灞呬腑 */
}
/*60绉�*/
#line6 {
    width: 100%;
    height: 250px;
    font-size: 13px;
    padding-left: 0px;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
}
/*闅忔満涓€瑷€*/
#line7 {
    display: flex; /* 璁剧疆涓哄脊鎬у鍣� */
    flex-direction: column; /* 瀛愬厓绱犲瀭鐩存帓鍒� */
    width: 100%;
    height: auto;
    font-size: 13px;
    padding-left: 0px;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
}
#line li {
    list-style: none;
    position: relative;
    padding: 15px 0px 0px 15px;
    border-left: 2px solid #d5d5d5;
    border-radius: 0;
    scroll-snap-align: end;
    color: var(--main_text_color);
}


#line li:first-child .focus:first-child {
    background-color: #aaffcd;
    animation: focus 1.8s ease infinite;
}

#line::-webkit-scrollbar {
    display: none;
}

.noise-right {
    width: calc(100% - 230px);
    display: flex;
    padding: 24px;
    position: relative;
    float: right;
    padding-bottom: 50px;
    flex-direction: column;
}

.welcome {

    font-size: 55px;
    font-weight: 800;
    margin: 20px 0;
}


.description {

    font-size: 20px;
    margin-top: 7px;
}

.gradientText {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200%;
    background-position: 0%;
    font-family: "title";
    animation: backgroundSizeAnimation 10s ease-in-out infinite;
      background-image:  var(--gradient);
}

@keyframes backgroundSizeAnimation {
    0% {
        background-position: 100%;
    }

    25% {
        background-position: 50%;
    }

    50% {
        background-position: 0%;
    }

    75% {
        background-position: 50%;
    }

    100% {
        background-position: 100%;
    }

}

.purpleText {
    color: var(--purple_text_color);
    font-weight: 800;
}

.textBackground {
    font-weight: 800;
    background: var(--text_bg_color);
    border-radius: 5px;
    font-size: 17px;
    padding: 2px 4px;
}

.iconContainer {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    overflow-x: scroll;
    margin-top: 20px;
}

.iconContainer::-webkit-scrollbar {
    display: none;
}

.iconItem {
    width: 49px;
    height: 43px;
    box-sizing: border-box;
    border-radius: 7px;
    display: flex;
    margin-left: 10px;
    backdrop-filter: blur(var(--card_filter));
    background: var(--item_bg_color);
    align-items: center;
    justify-content: center;
    transition: width 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    flex-shrink: 0;
}
.iconItem i,.iconItem svg{
    width: 22px;
    height: 22px;
    fill:var(--fill);
    font-size: 22px;
     margin-right: 3px;
}
.switchbg {
    width: 49px;
    height: 43px;
    box-sizing: border-box;
    border-radius: 7px;
    display: flex;
    margin-left: 10px;
    backdrop-filter: blur(var(--card_filter));-webkit-backdrop-filter: blur(var(--card_filter));
    background: var(--item_bg_color);
    align-items: center;
    justify-content: center;
    transition: width 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    flex-shrink: 0;
    position: relative;
}

.switchbg:hover {
    width: 95px; 
    transform: translateY(-2px);
    background: var(--item_hover_color);
}

.switchbg:hover .switchbgtip {
    display: block;
    transform: translateX(5px); /* 灏嗘枃鏈Щ绂诲浘鏍囨洿杩滅殑鍦版柟 */
}

.switchbgtip {
    white-space: nowrap;
    display: none;
}

.mobileswitchbg {
    width: 49px;
    height: 43px;
    box-sizing: border-box;
    padding: 2px;
    justify-content: center; /* 姘村钩灞呬腑 */
    padding: 10px; /* 杩欏皢褰卞搷鎵€鏈夊洓杈圭殑闂磋窛 */
    text-align: center; /* 鏂囨湰姘村钩灞呬腑 */
    line-height: 1.5;
    height:auto;
    height: auto;
    font-size: 13px;
    line-height: 2; 
    border-radius: 7px;
    display: flex;
    margin-left: 10px;
    backdrop-filter: blur(var(--card_filter));-webkit-backdrop-filter: blur(var(--card_filter));
    background: var(--item_bg_color);
    align-items: center;
    justify-content: center;
    transition: width 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    flex-shrink: 0;
    position: relative;
}

.mobileswitchbg:hover {
    width: 49px;
    /* transform: translateY(-2px); */
    background: var(--item_hover_color);
}



.switchbgtip {
    white-space: nowrap;
    display: none;
}

.iconTip {
    white-space: nowrap;
    display: none;
}
.iconItem:hover {
    width: 95px;
    transform: translateY(-2px);
    background: var(--item_hover_color);
}


.iconItem:hover .iconTip {
    display: block;
}


.title {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 800;
    margin: 20px 0;
    transition: transform 0.4s ease;
}
.title i ,.title svg{
    margin-right: 8px;
    height: 26px;
    width: 26px;
   fill:var(--fill);
}
.title:hover {
    transform: translateY(-5px);
}

.projectList {
    display: flex;
    flex-wrap: wrap;
}

.projectItem {
    margin: 7px;
    display: flex;
    background-color: var(--item_bg_color);
    border-radius: 8px;
    padding: 15px;
    height: 95px;
    width: calc(25% - 15px);
    backdrop-filter: blur(var(--card_filter));
    transition: opacity 0.3s ease, background-color 0.3s ease, border 0.3s ease, transform 0.2s ease;

}

.projectItem {
    display: flex;
    background-color: var(--item_bg_color);
    border-radius: 8px;
    padding: 15px;
    height: 100px;
    width: calc(25% - 15px);
    backdrop-filter: blur(var(--card_filter));
    transition: opacity 0.5s ease, background-color 0.2s ease, border 0.2s ease, transform 0.3s ease;
}

.projectItem:hover {
    box-shadow: 0 8px 16px -4px #2c2d300c;
    transform: translateY(-2px);

}

.projectItem.pressed {
    transform: scale(0.9);
    /* 缂╁皬鍒板師鏉ョ殑0.9鍊� */
    background-color: var(--item_hover_color);
}

.projectItem:hover .projectItemLeft {
    width: 100%;
}

.projectItem:hover .projectItemRight {
    width: 0%;
}

.projectItem:hover .projectItemRight img {
    transform: rotate(40deg);
}

.projectItem:hover h1 {
    font-size: 18px;
}

.projectItemLeft p {
    font-size: 18px;
    /*12px*/
    margin-top: 15px;
    color: var(--item_left_text_color);
}


.projectItemLeft h1 {
    font-weight: normal;
    font-size: 24px;
    /*16px*/
    margin: 0px;

    transition: font-size 0.4s ease;
    color: var(--item_left_title_color);
}

.projectItemLeft {
    transition: width 0.4s ease;
    height: 100%;
    width: 80%;
}


.projectItemRight {
    overflow: hidden;
    transition: width 0.4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 100%;
}

.projectItemRight img {
    /*height: 39px;*/
    width: 39px;

}

footer {
    position: absolute;
    padding: 10px;
    text-align: center;
    width: 94%;
    backdrop-filter: blur(var(--card_filter));
    background: var(--item_bg_color);
    color: var(--footer_text_color);
    font-size: 13px;
    bottom: 0;
}


@media (max-width: 1150px) {
    .a {
        width: calc(50% - 20px);
    }

.projectItem{
    margin: 10px;
}
    .b {

        width: calc(50% - 20px);


    }
}

/* 鎵嬫満灏哄 */
@media (max-width: 800px) {
    body {
        /* 璁剧疆鑳屾櫙鍥剧墖 */
        background-image: var(--background-image);
        /* 鑳屾櫙鍥剧墖瑕嗙洊鏁翠釜鍏冪礌锛屼繚鎸佸楂樻瘮 */
        /* background-size: 100% 100%; */
        background-size: cover; /* 鎴栬€呬娇鐢� contain */
        /* 鑳屾櫙鍥剧墖涓嶄細闅忕潃椤甸潰婊氬姩 */
        position: relative; /* 纭繚鍙互鐩稿浜巄ody瀹氫綅浼厓绱� */
    }

    body::before {
        content: ""; /* 蹇呴』璁剧疆content灞炴€� */
        position: absolute; /* 鐩稿浜巄ody瀹氫綅 */
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: var(--background-image);
        background-size: cover;
        background-attachment: fixed;
        filter: blur(20px); /* 娣诲姞妯＄硦鏁堟灉 */
        z-index: -1; /* 纭繚浼厓绱犲湪鍐呭涔嬩笅 */
    }
}

/* 榛樿闅愯棌.mobileswitchbg */
.mobileswitchbg {
    display: none;
}

/* 褰撳睆骞曞昂瀵稿皬浜庢垨绛変簬600px鏃舵樉绀�.mobileswitchbg */
@media only screen and (max-width: 600px) {
    .mobileswitchbg {
        display: inline-block; /* 鎴栬€呬娇鐢ㄥ叾浠栭€傚綋鐨勬樉绀虹被鍨� */
    }
}


@media (max-width: 800px) {
    .mobile-logo {
        display: block;
        margin: 0 auto;
    }
    .noise-left {
        left: 0;
        display: none;
    }
    .switchbg {
        display: none;
    }
    .a .projectItemRight {
        display: none;

    }

    .a .projectItemRight img {
        display: none;

    }

    .a .projectItemLeft {
        width: 100%;
    }

    .a {

        width: calc(50% - 18px);
  margin: 9px;

    }

    .b {
        height: 110px;
        margin: 8px 15px;
        width: calc(100% - 30px);
    }

    .noise-right {
        width: 100%;
    }


    .description {
        font-size: 4vw;
    }

    .welcome {
    display: flex;
    justify-content: center; /* 姘村钩灞呬腑 */
    align-items: center; /* 鍨傜洿灞呬腑 */
    font-size: 10vw;
    }

    .gradientText {
    display: inline; /* 纭繚span鍏冪礌鍦ㄥ悓涓€琛屽唴鏄剧ず */
    /* 娣诲姞鍏朵粬蹇呰鐨勬牱寮� */
    }


    .iconContainer {
  
     margin-top: 4vw;

    }
    .projectItem{
    padding: 10px;
    }

    .projectItemLeft p {
        font-size: 13px;
    }

    .projectItemLeft h1 {

        font-size: 18px;
    }

    .projectItem:hover h1 {

        font-size: 20px;

    }

}

/*榧犳爣灏忛粦鐚厜鏍�*/
button {cursor:url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/work.cur),alias}
p {cursor:url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/texto.cur),auto}
a {cursor:url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/ayuda.cur),auto}
a:active {cursor:url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/work.cur),alias}
body {cursor:url(https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/normal.cur),auto}

hr.dashed {
    border: none;
    border-top: 1px dashed #ccc;
    margin: 10px 0;
  }

  #clock {
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    color: #faf6f6; /* 鏃堕挓鏂囧瓧棰滆壊 */
    text-align: center; /* 鏂囨湰姘村钩灞呬腑 */
    padding-top: 1x;   /* 椤堕儴闂磋窛 */
    padding-bottom: 1px; /* 搴曢儴闂磋窛 */
    line-height: 2; 
}

#lbl {
    font-family: brushscriptmt;
    color: #fdf7f7;
    padding: 0px; /* 杩欏皢褰卞搷鎵€鏈夊洓杈圭殑闂磋窛 */
    text-align: center; /* 鏂囨湰姘村钩灞呬腑 */
    line-height: 1.5;
    height: auto;
    font-size: 13px;
    line-height: 2; 
}


#date{
    font-size: 13px;
    text-align: center; /* 鏂囨湰姘村钩灞呬腑 */
}
.projectItemRightimg { 
    transition: width 0.4s ease;
    display: flex;
    align-items: center;
    backdrop-filter: blur(10px);
    background: rgba(20, 20, 20, 0.396);
    height: 120px; /* 璁剧疆涓€涓悎閫傜殑楂樺害锛屾垨鑰呮牴鎹渶瑕佽嚜鍔ㄨ皟鏁� */
    max-width: 99%;
    overflow: hidden; /* 闅愯棌瓒呭嚭瀹瑰櫒鐨勫唴瀹� */
  }
  #img-1 {
    max-width: 100%;
    max-height: 100%;
    margin-right: 6px; /* 娣诲姞鍙充晶闂撮殧 */
  }

/* 娣诲姞閬僵灞� */
.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.079); /* 鍗婇€忔槑鑳屾櫙 */
    z-index: 998; /* 纭繚閬僵灞傚湪渚ц竟鏍忎箣涓� */
    display: none; /* 榛樿涓嶆樉绀� */
  }
  
  /* 褰撲晶杈规爮鏄剧ず鏃舵樉绀洪伄缃╁眰 */
  .noise-left.show + .mask {
    display: block;
  }
  
/* 鍦ㄦ墜鏈哄昂瀵镐笅鏄剧ず鐨勬寜閽牱寮� */
@media screen and (max-width: 800px) {
    .mobile-nav-button {
      display: block;
      position: absolute;
      top: 18px;
      left: 10px;
      z-index: 999;
      width: 53px;
      height: 50px;
      background-color: #2327307b; /* 鏂瑰潡鎸夐挳鐨勮儗鏅鑹� */
      color: #fff;
      text-align: center;
      line-height: 53px; /* 鍨傜洿灞呬腑 */
      border-radius: 12px;
      cursor: pointer;
      transition: all 0.02s ease-in-out; /* 杩囨浮鏁堟灉 */
    }
  
    /* 渚ц竟鏍忕殑寮瑰嚭鏍峰紡 */
    .noise-left {
        
      display: none;
      position: fixed;
      left: 0 !important;
      top: 2;
      width: 50%;
      height: 100%;
      background-color: #0d0e11ed; /* 寮瑰嚭灞傜殑鑳屾櫙棰滆壊 */
      z-index: 99900; /* 纭繚寮瑰嚭灞傚湪鎸夐挳涓嬮潰 */
      transition: left 0.1s ease-in-out;
    }
  
    /* 鏄剧ず渚ц竟鏍� */
    .noise-left.show {
      left: 0;
    }
  }

  /* 渚ц竟鏍忎笉鏄剧ず鐨勫厓绱� */
@media screen and (max-width: 800px) {
    .logo {
    display: none;
    }
  
  }
  /* 鍦ㄩ潪鎵嬫満灏哄涓嬮殣钘忔寜閽� */
  @media screen and (min-width: 800px) {
    .mobile-nav-button {
      display: none;
    }
  }
  
 /* 瑙嗛缁勪欢鏁堟灉 */
/* 寮曞叆鐨勯殢鏈鸿棰戠粍浠舵寜閽� */
/* 鎺у埗鎸夐挳鏍峰紡 */
#control-buttons {
    text-align: center;
    margin-top: -2px; /* 鏍规嵁闇€瑕佽皟鏁撮棿璺� */
    background-color: rgba(241, 243, 244, 0.5); /* 閫忔槑鑳屾櫙鑹� */
    padding: 5px; /* 娣诲姞鍐呰竟璺� */
    border-radius: 5px; /* 娣诲姞鍦嗚杈规 */
  }
  
  #control-buttons button {
    margin: 0 5px; /* 鏍规嵁闇€瑕佽皟鏁存寜閽棿璺� */
    background-color: transparent; /* 鎸夐挳鑳屾櫙閫忔槑 */
    border: none; /* 绉婚櫎杈规 */
    color: #000; /* 鎸夐挳鏂囧瓧棰滆壊锛屽彲鏍规嵁闇€瑕佽皟鏁� */
    cursor: pointer; /* 榧犳爣鎮仠鏃舵樉绀烘寚閽� */
  }
  
  #control-buttons button:hover {
    color: #666; /* 榧犳爣鎮仠鏃舵寜閽枃瀛楅鑹诧紝鍙牴鎹渶瑕佽皟鏁� */
  }
  
  /* 鍩烘湰鏍峰紡 */
  #video-container {
    width: 100%;
    max-width: 172px; /* 鏈€澶у搴︼紝鍙牴鎹渶瑕佽皟鏁� */
  }
  
  /* 鎵嬫満灞忓箷灏哄涓嬬殑鏍峰紡 */
  @media only screen and (max-width: 600px) {
    #video-container, #random-video {
      width: 100%;
      max-width: 100%; /* 鍦ㄥ皬灞忓箷涓婏紝瑙嗛瀹瑰櫒鍜岃棰戝厓绱犲搴︿负100% */
    }
  }
 /* 鍚戜笅婊戝姩鎻愮ず */
 .scroll-down {
	display: none;
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 500;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	opacity: 0.7;
}

.scroll-down span {
	display: block;
	margin-bottom: 5px;
}

.scroll-down svg {
	width: 24px;
	height: 24px;
	fill: #fff;
}

@media (max-width: 768px) {
	.scroll-down {
		display: block;
	}
} 
  
  