*{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
html,
body{
    width: 100%;
    height: 100%;
}
body,
ul,
li {
	margin: 0;
	padding: 0;
}
body{
    font-family: consolas,"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
    overflow: hidden;
}
body::before{
    content: "";
	width: 100%;
	height: 100%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, #a6c 0%, #6ac 100%);
    background-attachment: fixed;
    animation: move 8s infinite linear;
}
@keyframes move {
    0% {
        filter: unset;
    }

    100% {
        filter: hue-rotate(360deg);
    }
}
hr {
    height: 1px;
    border: none;
    border-top: solid 1px rgba(128, 136, 144, 0.2);
}
ul,
li {
	list-style: none;
}
img {
    -webkit-touch-callout: none;
    pointer-events: none;
}
img, button {
    border: none;
    outline: none;
}
.gray {
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
}

.light {
    color: #444;
	background-color: rgba(248, 248, 248, 0.8);
}
.light #ittext,.light a,.light select,.light button,.light #nickname{
    color: #444;
}
.dark {
    color: #ccc;
    background: rgba(8, 8, 8, 0.6);
}
.dark #ittext,.dark a,.dark select,.dark button,.dark #nickname{
    color: #ccc;
}
.light .account_bar{
	background-color: rgba(248, 248, 248, 0.4);
}
.dark .account_bar{
    background: rgba(8, 8, 8, 0.2);
}
.topbar .light,.taskbar .light,.account_bar .light,.topbar .dark,.taskbar .dark,.account_bar .dark{
    background-color: transparent;
}
#weather_btn.light:active,.taskbar .light:active,.account_bar .light:active, #search_btn.dark:active, .option img.dark:active{
	background-color: rgba(248, 248, 248, 0.6);
}
#weather_btn.dark:active,.taskbar .dark:active,.account_bar .dark:active{
	background-color: rgba(8, 8, 8, 0.6);
}
.mark .light{
    background-color: #fff;
}
.mark .dark{
    background-color: #000;
}
.desktop {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
	transition: filter 0.3s;
}
.topbar {
	z-index: 9999;
	position: fixed;
	top: 0;
	width: 100%;
	height: 24px;
	text-align: center;
}
.topbar .left {
    float: left;
	height: 24px;
}
#weather_info {
	height: 24px;
    line-height: 24px;
    font-size: 12px;
    padding: 0 4px;
    border-radius: 4px;
	cursor: default;
}
#weather_info a,#date{
    text-decoration: none;
}
#weather_icon{
    height: 24px;
    vertical-align: top;
    display: none;
}
.topbar .right div {
	float: left;
	padding: 0 4px;
	border-radius: 4px;
    font-size: 14px;
	cursor: default;
}
.taskbar {
	z-index: 9998;
	position: fixed;
	bottom: 18px;
	left: 20%;
	width: 60%;
	height: 56px;
	border-radius: 16px;
	text-align: center;
}
.mohu10 {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	transform: translateZ(0);
}
.mohu20 {
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	transform: translateZ(0);
}
.mohu30 {
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	transform: translateZ(0);
}
.mohu50 {
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(50px);
	transform: translateZ(0);
}
.menu {
	z-index: 9999;
	position: fixed;
	width: 188px;
	border-radius: 10px;
	display: none;
	padding: 1px 5px;
	font-size: 14px;
	opacity: 0;
	transition: opacity 0.2s;
	box-shadow: 0 2px 2px 2px rgba(64, 64, 64, 0.1);
}

.menu li {
	height: 28px;
	line-height: 28px;
	margin: 4px 0;
	padding: 0 10px;
	cursor: default;
	border-radius: 5px;
	transition: background-color 0.2s;
}

.menu li img {
    margin-right: 5px;
    margin-top: -2px;
    height: 16px;
    vertical-align: middle;
}
.menu.dark li img{
    filter: invert(100%);
}
.menu .right {
	color: #666;
}

.icon {
	width: 70px;
	height: 78px;
	padding: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	border-radius: 4px;
	word-wrap: break-word;
    transition: transform 0.1s;
}

.icon a{
	cursor: default;
}
.icon img {
	width: 48px;
	height: 48px;
	margin: 0 12px;
	border-radius: 10px;
	cursor: default;
}
.icon .dark{
    filter: brightness(0.7);
}

.icon p {
	margin: 0;
	text-align: center;
	font-size: 13px;
	color: #fff;
	text-shadow: 0 0 5px #000;
	cursor: default;
}

.active {
	background-color: rgba(128, 128, 128, 0.1);
}

.taskbar .left {
    float: left;
	height: 56px;
	padding-left: 5px;
}

#widgets_btn {
    padding: 4px 0;
	height: 40px;
	margin: 4px;
	border-radius: 6px;
	cursor: default;
}

#widgets_btn img {
    height: 40px;
}
.center {
	display: inline-block;
	margin: 0 auto;
	height: 56px;
}
.taskbar .left div,.taskbar .center div {
	display: inline-block;
	height: 48px;
	margin: 4px 0;
}

.taskbar .right {
	height: 56px;
	padding-right: 5px;
}
.taskbar .right div {
	float: right;
	height: 48px;
	margin: 4px;
    font-size: 14px;
	cursor: default;
}

.start {
	z-index: 9999;
	position: fixed;
	bottom: -760px;
	display: none;
	left: 50%;
	transform: translateX(-50%);
	height: 720px;
	max-height: 70vh;
	min-height: 420px;
	width: 95%;
	min-width: 320px;
	border-radius: 16px;
	border: solid 1px rgba(128, 128, 128, 0.5);
	box-shadow: 0 2px 5px 2px rgba(64, 64, 64, 0.2);
}
.start_btn {
	background-image: url(../img/start.png);
}
.search_btn {
	background-image: url(../img/ic_search.png);
}
.search_btn.dark {
	filter: invert(100%);
}
.button {
	width: 48px;
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 6px;
	transition: background-size 0.1s;
}

.button:active {
	background-size: 60%;
}

.right {
	float: right;
}

.shurufa {
	line-height: 24px;
	width: 16px;
	font-size: 14px;
	text-align: center;
}

.access {
	line-height: 24px;
}

.access img {
	height: 14px;
	vertical-align: middle;
}

.time {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	display: inline-block;
	cursor: default;
}

.far_corner {
	width: 5px;
	height: 24px;
}
input{
    outline: none;
    height: 28px;
}

#bbg{
    z-index: 9;
    position: fixed;
    top: 30%;
    left: 0;
    width: 100%;
    height: 44px;
    pointer-events: none;
}
#bbg_form{
    width: 45%;
    height: 44px;
    margin: 0 auto;
    border-radius: 20px;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
	pointer-events: auto;
    transition: opacity 0.1s;
}
#search_engine{
    float: left;
    border: none;
    outline: none;
    width: 80px;
    border-radius: 20px 0 0 20px;
    height: 44px;
    font-size: 14px;
    text-align: center;
    background-color: transparent;
}
#search_engine::-ms-expand {
    display: none;
}
.light option{
	background-color: rgb(248, 248, 248);
}
.dark option{
	background-color: rgb(8, 8, 8);
}
#ittext{
    height: 44px;
    width: calc(100% - 160px);
    margin: 0;
	padding: 0 10px;
	font-size: 16px;
    outline: none;
    border: none;
    float: left;
    background-color: transparent;
}
#empty_btn{
    display: none;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
    padding: 5px;
    font-size: 22px;
    font-weight: 100;
    line-height: 1.0rem;
    outline: none;
    border: none;
    background: transparent;
}
#itsub{
    width: 60px;
    height: 44px;
    margin: 0;
    font-weight: bold;
    background-color: transparent;
    background-image: url(../img/ic_search.png);
	background-size: 35%;
	background-position: center;
	background-repeat: no-repeat;
    border: none;
    color: white;
    outline: none;
    border-radius: 0 20px 20px 0;
    float: right;
    transition: background-size 0.1s;
}
.dark #itsub {
    filter: invert(100%);
}
#itsub:active{
	background-size: 30%;
}

.search_bar{
    width: calc(100% - 64px);
	border-radius: 8px 8px 0 0;
    padding: 32px;
}
#bar_text{
    width: calc(100% - 50px);
    height: 34px;
    padding: 0 10px 0 40px;
    outline: none;
    border: solid 1px rgba(128, 128, 128, 0.2);
    border-radius: 16px;
    background-image: url(../img/ic_search.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.start_panel{
    height: calc(100% - 94px);
    padding: 0 2%;
    border-radius: 8px 8px 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.search_panel{
    height: calc(100% - 100px);
    padding: 0 2%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tips{
    height: 16px;
    text-align: center;
    font-size: 13px;
}
.account_bar{
    height: 40px;
    padding: 12px 50px;
    width: calc(100% - 100px);
	border-radius: 0 0 16px 16px;
}
.account{
    display: inline-block;
    font-size: 13px;
    color: #444;
    cursor: default;
    border-radius: 4px;
    padding: 3px 12px;
}


#header{
    display: inline-block;
    height: 32px;
    width: 32px;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 12px;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bigHeader{
    position: fixed;
    z-index: 99;
    bottom: 150px;
    left: 50%;
	transform: translateX(-50%);
	height: 90%;
	width: 90%;
    max-height: 260px;
    max-width: 260px;
	box-shadow: 0 2px 2px 2px rgba(64, 64, 64, 0.1);
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.option {
    float: right;
}
.option img {
    height: 18px;
    padding: 10px;
    border-radius: 4px;
    -webkit-touch-callout: auto;
    pointer-events: auto;
}

.client {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 24px;
    left: -35%;
    width: 33.33%;
    margin: 10px 10px 60px 10px;
    min-width: 280px;
    height: calc(100% - 120px);
    border: none;
    border-radius: 16px;
    transition: left 0.3s;
    background-color: rgba(248, 248, 248, 0.1);
}

.option_btn {
    width: calc(45% - 4px);
    height: 10%;
    max-height: 55px;
    min-height: 45px;
    margin: 0px 2%;
    border: solid 1px rgba(128, 128, 128, 0.3);
    border-radius: 18px;
	background-color: rgba(255, 255, 255, 0.1);
    transition: background-color 0.1s;
}
.option_btn:active{
	background-color: rgba(255, 255, 255, 0.2);
}
.touch_option {
    display: none;
}

#beian{
    line-height: 46px;
    display: block;
    color: #666;
    font-size: 13px;
    text-decoration: none;
}
.bubbleToast{
    z-index: 9999;
    width: calc(100% - 20px);
    max-width: 400px;
    position: fixed;
    top: 90px;
    right: 10px;
    text-align: right;
    border-radius: 8px;
}
.closeBubble{
    padding: 0 8px 2px 8px;
    border-radius: 8px;
    text-align: right;
    font-size: 24px;
}
.bubbleContent{
    margin: 0 10px 10px 10px;
    text-align: left;
    font-size: 14px;
}
@media (any-hover: hover) {
    .menu li:hover {
    	background-color: rgba(128, 136, 144, 0.1);
    }
    .icon:hover {
        transform: scale(0.97);
    	background-color: rgba(128, 128, 128, 0.05);
    }
    .topbar .light:hover,.topbar .right .light:hover,#bbg .light:hover,.taskbar .light:hover,.account_bar .light:hover,.search_bar .light:hover,.option img.dark:hover{
        background-color: rgba(248, 248, 248, 0.6);
    }
    .topbar .dark:hover,#bbg .dark:hover,.taskbar .dark:hover,.account_bar .dark:hover,.search_bar .dark:hover{
        background-color: rgba(8, 8, 8, 0.6);
    }
    .search_btn.dark:hover {
        background-color: rgba(248, 248, 248, 0.6);
    }
    .topbar .left div:hover,.topbar .right div:hover,#weather_btn:hover,.account:hover,.option img:hover{
        transition: background 0.2s;
    }
    .far_corner:hover {
    	background: transparent;
    }
    .far_corner:hover::after {
    	content: '';
    	position: fixed;
    	right: 3px;
    	top: 4px;
    	width: 2px;
    	height: 16px;
    	border-left: solid 1px #888;
    }
    .closeBubble:hover{
        color: red;
        cursor: pointer;
    }
}
.icp{
    font-size: 12px;
    opacity: 0.3;
    position: fixed;
    bottom: 2px;
    left:0; width:100%;
    text-align: center;
}
.icp.light,.icp.light a{
    background-color: transparent;
    color: #000;
}
.icp.dark,.icp.dark a{
    background-color: transparent;
    color: #ccc;
}
.invite_link {
    outline: none;
    width: 100%;
    border: solid 1px #ddd;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 5px 10px;
    background: rgba(128,128,128,0.1);
}
.dark .invite_link {
    color: #ccc;
    border: solid 1px #444;
}