@charset "utf-8";

:root {
    --body-background-color: #333333;
    --main-text-color: #efefef;
    --main-text-form-color: #333333;
    --main-text-form-hover-color: #efefef;
    /* --main-background-color: #ffffff40;
    --main-background-hover-color: #ffffff60;
    --main-background-active-color: #ffffff80; */
    --main-background-color: #00000040;
    --main-background-hover-color: #acacac60;
    --main-background-active-color: #8a8a8a80;
    --main-button-color: #ffffff40;
    --main-button-hover-color: #00000030;
    --main-button-active-color: #00000020;
    --main-input-color: #ffffff30;
    --main-input-text-placeholder-color: #ffffff70;
    --main-text-shadow: 0px 0px 8px #00000066;
    --main-search-shadow: 0 0 20px #0000000d;
    --main-search-hover-shadow: 0 0 20px #00000033;
    --border-bottom-color-hover: #efefef80;
    --border-bottom-color-active: #efefef;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    user-select: none;
    font-family: 'MiSans', sans-serif;
}

*,
a,
p {
    text-decoration: none;
    transition: 0.3s;
    color: var(--main-text-color);
    user-select: none;
}

#search-text {
    /* backdrop-filter: saturate(100%) blur(10px); */
    border: 0;
    width: 80%;
    /*height: 60px; */
    /* line-height: 50px; */
    /* text-indent: 10px; */
    font-size: 18px;
    color: #222226;
    /* border-radius: 15px; */
    background: 0;
    /* transition: 0.3s all linear; */
    /* padding-left: 20px; */
    /* box-shadow: 0px 2px 12px 0px rgb(34 34 38 / 10%); */
}

#search-lylme {
    text-align: initial;
    backdrop-filter: saturate(100%) blur(10px);
    border: 0;
    width: 100%;
    margin-bottom: 5px;
    line-height: 50px;
    text-indent: 10px;
    font-size: 18px;
    color: #222226;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.5);
    transition: 0.3s all linear;
    padding-left: 10px;
    box-shadow: 0px 2px 12px 0px rgb(34 34 38 / 10%);
}

#search-text::-webkit-input-placeholder {
    color: #555666;
    font-size: 16px;
}

#search-submit {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: 0;
    /* border-radius: 20px; */
    width: auto;
    /*height: 60px;*/
    border-radius: 0 10px 10px 0;
    outline: none;
    /* background-color: #4e6ef2; */
}

#search-submit:hover {
    background-color: rgba(255, 255, 255, 0.342)
}

.search-box {
    justify-content: center;
    align-items: center;
    /*height: 60px;*/
}

/*日期时间*/
#main {
    text-shadow: 0px 0px 3px rgb(0 0 0 / 70%);
    text-align: center;
    color: white;
    font-weight: bold;
}

#show_time {
    font-size: 80px;
}

#show_date {
    margin-bottom: 16px;
    font-size: 18px;
    color: #fff;
}

/*一言（1）开始*/
p.content {
    text-align: center;
    padding: 5px 30px;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 500
}

/*一言（1）结束*/

/*页脚样式*/
footer {
    text-align: center;
    height: 46px;
    backdrop-filter: blur(10px);
    background: rgb(0 0 0 / 25%);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.power {
    line-height: 46px;
    color: #eeeeee;
    animation: fade;
    -webkit-animation: fade 0.75s;
    -moz-animation: fade 0.75s;
    -o-animation: fade 0.75s;
    -ms-animation: fade 0.75s;
}

/*弹窗样式*/
.iziToast {
    backdrop-filter: blur(10px) !important;
}

.iziToast:after {
    box-shadow: none !important;
}

.iziToast>.iziToast-body {
    display: flex;
    align-items: center;
}

.iziToast>.iziToast-body .iziToast-message {
    margin: 0 !important;
}

.iziToast>.iziToast-body .iziToast-texts {
    margin: 0 !important;
}

.iziToast>.iziToast-body .iziToast-buttons>a,
.iziToast>.iziToast-body .iziToast-buttons>button,
.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]) {
    margin: 2px 6px !important;
    color: #efefef !important;
}

.iziToast>.iziToast-body .iziToast-buttons>a:focus,
.iziToast>.iziToast-body .iziToast-buttons>button:focus,
.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):focus {
    box-shadow: none !important;
}

#checke-so {
    display: inline;
}

a:hover {
    text-decoration: none !important;
    font-weight: bold !important
}

a.icp {
    font-size: 12px;
    color: #bbb;
    text-align: center
}

.navbar .navbar-expand-lg .navbar-light .fixed-top {
    position: absolute;
    z-index: 10000
}

.bottom-cover {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(244 248 251 / 0.6) 50%, rgb(244 248 251) 100%)
}

.navbar-light .navbar-toggler {
    color: #fff !important
}

::-webkit-scrollbar {
    display: none
}

.back-to {
    bottom: 55px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    width: 110px;
    z-index: 999
}

.back-to .back-top {
    background: url(../images/top.png) no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 50px;
    margin-left: 10px;
    outline: 0 none;
    text-indent: -9999em;
    width: 50px
}

.back-to .back-top:hover {
    background-position: -50px 0
}

.mylist li.lylme-3 img {
    display: block;
    width: 65px;
    height: 65px;
    margin: 15px auto 15px;
    border-radius: 10px;
}

h2.title {
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-shadow: 1px 1px 8px #504b4b
}

body {
    font-size: 14px;
    background: #95aec5;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

svg.icon {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 8px;
    /* vertical-align: -0.15em; */
    fill: currentColor;
    overflow: hidden;
}

svg.sw {
    width: 16px;
    height: 16px;
    margin: 5px;
}

svg.lylme {
    width: 20px;
    height: 20px;
}

ul#chso {
    position: inherit;
    display: none;
    top: 5px
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0px 1px 0px #000
}

#search {
    width: 100%;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    z-index: 2000;
    border-radius: 5px
}

#search form {
    position: relative;
    margin-top: 15px
}

#search button i {
    color: #ddd;
    font-size: 18px
}

.search-group {
    text-align: center;
}

.s-current .search-type {
    padding-left: 0;
    display: block
}

.s-current {
    display: block
}

#search-list {
    position: relative;
    overflow-x: auto
}

#search-list::-webkit-scrollbar {
    display: none
}

.s-type {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 13;
    width: 75px
}

.s-type:hover {
    height: auto
}

.s-type>span {
    display: block;
    height: 31px;
    width: 75px
}

.s-type-list {
    display: none;
    position: absolute;
    top: 31px;
    padding: 9pt 0;
    width: 70px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 9px 20px rgba(0, 0, 0, .16)
}

.s-type-list:before {
    position: absolute;
    top: -1pc;
    left: 20px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff
}

.s-type-list label {
    display: block;
    font-size: 15px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0;
    padding: 2px 0;
    cursor: pointer;
    transition: .3s
}

.s-type-list label:hover {
    background: rgba(136, 136, 136, .1)
}

.s-type-list .tile-lg {
    color: #fff;
    width: 3pc;
    height: 3pc;
    font-size: 1.25rem;
    line-height: 3rem;
    border-radius: .3rem;
    display: block;
    margin: auto
}

.s-type:hover .s-type-list {
    display: block
}

.type-text {
    position: absolute;
    left: 0;
    width: 75px;
    padding-left: 9pt;
    font-size: 1pc;
    line-height: 31px
}

.search-type {
    white-space: nowrap;
    margin: 0
}

.search-type label {
    margin: 0
}

.search-type img {
    width: 14px;
    height: 14px;
    margin: 0 5px 0 8px;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.search-type li {
    margin-bottom: 10px;
    display: inline-block;
    background: #ffffffAD !important;
    background: rgba(255, 255, 255, 70%);
    border-radius: 10px
}

.search-type li label {
    display: inline-block;
    padding: 0 11px;
    font-size: 14px;
    border-radius: 3px 3px 0 0;
    cursor: pointer
}

.search-type input:checked+label,
.search-type input:hover+label {
    background-color: #fff;
    height: 50px;
    border-radius: 10px
}

#word {
    backdrop-filter: blur(10px);
    margin-top: 5px;
    position: absolute;
    list-style: none;
    width: 100%;
    background: rgba(259, 259, 259, 0.6);
    border-radius: 15px;
    z-index: 20000;
    padding: 15px 0px;
    box-shadow: 0 0 5px #000
}

#word li {
    height: 35px;
    padding: 0 5px;
    text-indent: 30px;
    background-size: 20px;
    line-height: 35px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px
}

#word li:hover {
    background-color: #fffc
}

.set-check {
    position: absolute;
}

.set-check label {
    margin-left: 3px
}

.set-check input,
.set-check label {
    opacity: 0;
    transition: all .3s ease
}

.search-type li {
    height: 50px;
    line-height: 50px;
    list-style: none;
    display: inline-block;
    border-radius: 10px
}

.mylist {
    list-style: none;
    position: relative;
    z-index: 1000;
}

.mylist li.lylme-3 {
    width: 135px;
    height: 125px;
    transition: 0.3s all linear;
    font-size: 14px;
    overflow: hidden;
    /* padding: 10px; */
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 40%);
    backdrop-filter: saturate(100%) blur(30px);
    margin: 10px;
    /* display: flex; */
    flex-direction: row;
    border-radius: 15px;
    box-sizing: border-box;
}

.mylist li.lylme-3 svg {
    display: block;
    width: 65px;
    /* 45 */
    height: 65px;
    margin: 15px auto;
    /* 25 */
}

.mylist li.lylme-3:hover {
    backdrop-filter: blur(0px);
    transform: translateY(5px);
}

.mylist li.lylme-3 span {
    text-shadow: 0px 0px 3px rgb(0 0 0 / 70%);
    display: block;
    width: 100%;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mylist li a {
    color: #fff;
    display: block
}

.mylist li.title {
    width: 100%;
    min-width: auto;
    /* margin: 0; */
    height: 35px;
    /* font-size: 16px; */
    line-height: 33px;
    /* padding: 0 20px 0 10px; */
    /* border-bottom: 1px solid #eee; */
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 17px;
    color: white;
    font-weight: 600;
}

.bottom-cover {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: -1px;
    z-index: 10
}



.navbar-toggler svg {
    width: 24px;
    height: 24px
}

.navbar-toggler .bi-list-nested {
    display: none
}

.navbar-toggler.collapsed .bi-list-nested {
    display: block
}

.navbar-toggler.collapsed .bi-x {
    display: none
}

.navbar-toggler .bi-x {
    display: block
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 4px
}

::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 0px
}

::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 0px
}

::-webkit-scrollbar-thumb:hover {
    background: #ccc
}

::-webkit-scrollbar-corner {
    background: #ddd
}

/* 设置图标样式 */
#menu {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 10001;
}

#icon-menu {
    font-size: 32px; /* 放大图标 */
    cursor: pointer;
    color: #fff;
    text-shadow: 0px 1px 0px #000;
    transition: 0.3s;
}

#icon-menu:hover {
    color: #f0f0f0;
    transform: scale(1.1);
}

/* 响应式布局优化 */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px 25px;
    width: 100%;
    box-sizing: border-box;
}

/* 桌面端和大屏幕限制每行6个 */
@media screen and (min-width: 992px) {
    .container {
        max-width: 890px;
    }
}

.mylist.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -5px;
}

/* 手机端样式 */
@media screen and (max-width: 576px) {
    #show_time {
        font-size: 48px;
    }
    
    #show_date {
        font-size: 14px;
    }
    
    .container {
        padding: 0 10px 25px;
        max-width: 100%;
    }
    
    #search-lylme {
        border-radius: 12px;
    }
    
    #search-text {
        width: 65%;
        font-size: 15px;
    }
    
    #menu {
        right: 10px;
        top: 15px;
    }
    
    #icon-menu {
        font-size: 28px;
    }
}

/* 平板端样式 */
@media screen and (min-width: 577px) and (max-width: 991px) {
    #show_time {
        font-size: 64px;
    }
    
    .container {
        padding-bottom: 25px;
    }
}

/* 导航栏优化 */
nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    box-sizing: border-box;
}

.navbar {
    position: fixed;
    top: 0;
    right: 0;
    background: transparent;
    border: none;
    margin: 0;
    min-height: 50px;
    z-index: 10000;
}