body{
    margin: 0;
    padding: 0;
    color: #ff72a6;
}

body a{
    color: #ff72a6;
}
body a:hover{
    color: #ff3398;
}

h1,h2,h3,h4,h5
{
    color: #ff52a6;
}

button.btn-primary
{
    background-color: hotpink;
    border: hotpink;
}

button.btn-primary:hover
{
    background-color: #ff419d;
    border: #ff419d;
}

#header{
    height: 100%;
    width: 100%;
    background: hotpink;

}

#left-menu{
    height: 100%;
    width: 0;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    overflow: hidden;
    /*background blur*/
    /*backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 998;
*/

}

#main{
    height: 100%;
    width: 100%;
    /*
    background: url("https://pic1.imgdb.cn/item/66f266d5f21886ccc0a02ad0.jpg")  no-repeat ;
    */
    background: url("/assets/img/wp2.jpg") no-repeat;
    background-size: cover;
}

#all{width: 100%;height: 100%;border: none;border-spacing: 0}

#trmain
{
    position: relative;

}

.inner .dropdown-menu
{
    background: rgba(255, 255, 255, 1);
;
}

#testbtn
{
    position: absolute;
    top: 10px;
    left: 0;
}
#hide-menu
{
    position: absolute;
    top: 0;
    right: 0;
}

#div-search-container
{
    vertical-align: top;
    height: 0;
}

.top-placeholder
{
    height: 30%;
}

#main-table
{
    width: 100%;height: 100%;
}
#main-table td{
    text-align: center;
}
#td-favorite
{
    vertical-align: top;
    text-align: center;
}
.card-row
{
    margin-top: 25px;

}
.card-row .card{
    margin-right: 15px;
    width: 104px;
    height: 92px;
    text-align: center;
    background: transparent;
    border: none;
}

.card-row .card img{
    width: 100%;
    height: 64px;
    border-radius: 8px;
}
.card label:hover
{
    cursor: pointer;
    text-decoration: underline;
}


.card-color
{
    display: inline-block;
    border-radius: 8px;
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 8px;
    font-size: 24px;
    color: white;
    background-color: blue;
}
.fav-bg
{
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    width: fit-content;
    display: inline-block;
    padding-left: 20px;
    box-shadow: #555 0 0 5px;
}

.card-row a:hover
{
    text-decoration: none;
}

.top-menu
{
    height: 25px;
    padding: 0;
    background: transparent;
    position: relative;
    z-index: 1;
}
#top-bg-blur
{
    position: absolute;
    width: 100%;
    height: 25px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 0;
    box-shadow: #555 0 0 5px;
}



.dropdown ul
{
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: #555 0 0 5px;
}
/*
.dropdown>ul
{
    position: relative;
}
.dropdown>ul:before
{
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    z-index: -1;
}
*/


.top-menu *
{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: "Microsoft YaHei UI","Microsoft YaHei","微软雅黑","serif";
}

.top-menu button
{

    height: 25px;
    padding:0 8px;
    border-radius: 1px;
}

.top-menu button:focus
{
    box-shadow: none;
}

.top-menu button:hover,.top-menu button:focus
{
    background-color: #fc83af;
    color: white;
}

.top-menu-left
{
    float: left;
    text-align: left;
    margin-left: 10px;
}
.top-menu-left .dropdown
{
    margin-left: 10px;
}

.top-menu-right
{
    float: right;
    text-align: right;
    margin-right: 20px;
}
.dropdown-menu
{
    background-color: transparent;
    padding: 0;
    z-index: 2;
}
.dropdown-menu li,.dropdown-menu a{
    background: transparent;
    z-index: 2;
}

.dropdown-item
{
    padding: 2px 10px;
}

.dropdown-item.disabled
{
    color: #555;
}

.dropdown-menu a:hover,.dropdown-menu li:hover
{
    background-color: #fc83af;
    color: white;
    text-decoration: none;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;

}

#div-weather
{
    position: absolute;
    top: 30px;
    right: 25px;
    z-index: 9999;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: #555 0 0 5px;
    color: #000;
}
#div-weather>p
{
    margin: 0;
}
#div-weather>p>span
{
    margin-right: 5px;
}

::-webkit-scrollbar {
    width: 9px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(155, 155, 155, 0.5);
    border-radius: 20px;
    border: transparent;
}

.panel
{
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 5px;
    box-shadow: #555 0 0 5px;
    width: 20%;
    height: 60%;
    display: flex;
    flex-direction: column;
}
#memo
{
    position: absolute;
    top: 14%;
    left: 2%;
    z-index: 0;
}

.panel-head
{
    text-align: center;
    background: rgba(255, 255, 255, 0.3);
}

.panel-content
{
    padding: 5px 12px;
    overflow-y: auto;
    overflow-wrap: break-word;
}
#memo-refresh
{
    position: absolute;
    top: 5px;
    right: 5px;
}

#schedule
{
    position: absolute;
    top: 14%;
    right: 2%;
    z-index: 0;

}
#schedule-content h5
{
    margin: 0;
}

#schedule-content li{
    margin-bottom: 8px;
}

#tray
{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    /*clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);*/
}

#tray-content
{
    text-align: center;
    width: 400px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}


