* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    overflow: hidden;
    margin: 0;
}

a {
    text-decoration: none;
}

body {
    background: no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    transition: background-image 1s;
    font-family: Sans-serif;
}

li {
    list-style: none;
    display: inline-block;
}

.img {
    width: 100%;
    height: 100px;
    position: relative;
    margin: 0 auto;
}

.img img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 40%;
    margin-top: -30px;
    margin-left: -30px;
}

.img .clock {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 45%;
    margin-top: -30px;
    margin-left: -30px;
}

/*盒子主题样式*/
.box {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    text-align: center;
    line-height: 100px;
    font-size: 30px;
    background: url("../../../../assets/img/close.png") no-repeat center;
    cursor: pointer;
    transition: all .5s;
}

/*导航栏样式*/
.box > .item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
}

.box > .item > div {
    width: 150px;
    height: 100px;
    display: none;
    transition: all .5s;
    font-size: 20px;
}

/*导航元素触碰效果*/
.box > .item > div:hover {
    background: #FA7921;
    box-shadow: 0 0 10px #FA7921;
    color: white;
    text-shadow: 0 0 10px white;
}

header {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    margin-top: 10px;
    background-color: transparent;
    border: 1px solid transparent;
    transition: all 0.7s;
}

.leftbox, .rightbox {
    visibility: hidden;
    float: left;
    display: inline-block;
    width: 25%;
    height: 40px;
    color: white;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 40px;
    transition: all 0.7s;
}

.leftbox em {
    float: left;
    display: inline-block;
    padding: 0 10px;
    width: 44px;
    height: 40px;
}

.leftbox em img {
    margin: 4px;
}

#lttime {
    float: left;
    display: inline-block;
    width: 200px;
    height: 40px;
    padding-left: 30px;
    line-height: 40px;
}

.rightbox {
    text-align: center;
}

header:hover .leftbox, header:hover .rightbox {
    visibility: visible;
    transition: all 0.7s;
}

.midbox {
    float: left;
    display: inline-block;
    background: transparent;
    width: 50%;
    height: 40px;
}

.midbox form {
    width: 100%;
    height: 40px;
}

#seaid {
    float: left;
    width: 90%;
    height: 40px;
    outline: none;
    border: none;
    font-size: 18px;
    text-indent: 1em;
    background: rgba(255, 255, 255, .2);
    color: #fff;
}

#subid {
    float: left;
    width: 10%;
    height: 36px;
    outline: none;
    background: transparent;
    border: 0;
    font-size: 18px;
    background: url("../../../../assets/img/icon/search.svg") no-repeat center;
    background-position-y: 4px;
    cursor: pointer;
}

.container {
    width: 100%;
    margin: 40px auto 0;
}

.container ul {
    width: 100%;
    height: 100%;
}

.container ul li {
    margin: 20px;
    width: 20%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 5px;
    text-align: center;
}

.container ul li:hover {
    transform: translateY(-3px);
    transition: all 0.2s;
}

.container ul li a img {
    margin: 5px;
    width: 48px;
    height: 48px;
    opacity: 1;
}

footer {
    position: fixed;
    width: 100%;
    height: 100px;
    bottom: -70px;
    text-align: center;
    z-index: 98;
}

footer.footer .copyright {
    line-height: 32px;
    text-align: center;
    background: #20202038;
    margin: 0;
    font-size: 13px;
    color: #fff;
}

.topbtn, #note {
    border-radius: 10px;
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    right: 40px;
    top: 60px;
    text-align: center;
    outline: none;
    border: 0;
    font-size: 20px;
    line-height: 60px;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    cursor: pointer;
}

footer #note {
    border-radius: 10px;
    left: 40px;
}

footer:hover #note, footer:hover .topbtn {
    transform: translateY(-120px);
    transition: all .3s;
}

footer span {
    line-height: 40px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    word-spacing: 20px;
    color: #fff;
}

.btm {
    border-radius: 20px;
    position: absolute;
    width: 570px;
    height: 410px;
    top: 90px;
    left: -570px;
    margin-top: 100px;
    background-color: rgba(255, 255, 255, .9);
    transition: all .3s;
    z-index: 99;
}

#txt {
    float: left;
    width: 425px;
    height: 50px;
    padding: 5px;
    border: 0;
    margin: 20px 20px 0px;
    color: black;
    font-size: 6px;
    background-color: #ccc;
    outline: none;
    background-color: rgba(0, 0, 0, .3);
}

#txt::-webkit-input-placeholder, #txt textarea::-webkit-input-placeholder {
    color: black;
    font-size: 10px;
}

.btm #add {
    float: left;
    width: 50px;
    height: 60px;
    margin-top: 20px;
    margin-left: -5px;
    outline: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .3);
}

#closeBox {
    float: right;
    width: 32px;
    height: 32px;
    margin-top: 0;
    margin-right: 0;
    outline: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    background: rgba(0, 0, 0, 0) url('../../../../assets/img/close.png') no-repeat;
    border-radius: 50%;
}

.notes li {
    position: relative;
    float: left;
    width: 85px;
    height: 85px;
    border: 0;
    margin: 20px 20px 25px;
    padding: 5px;
    color: #000;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 2px;
    background-color: #ccc;
    outline: none;
    background-color: rgba(0, 0, 0, .3);
}

.notes li a {
    position: absolute;
    width: 95px;
    height: 20px;
    top: 113px;
    left: 0;
    outline: none;
    border: 0;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .3);
}

.notes li a:hover {
    color: red !important;
}

.notes li p {
    position: absolute;
    width: 95px;
    height: 20px;
    left: 0;
    top: -14px;
    text-align: center;
    font-size: 6px;
    letter-spacing: 1px;
}

.btm #add:hover, .notes li a:hover {
    background-color: rgba(0, 0, 0, .5) !important;
}


footer ul {
    position: absolute;
    height: 60px;
    width: 950px;
    top: -60px;
    left: 225px;
    list-style: none;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 30px;
    transform: translateY(70px);
    transition: all .3s;
}

footer:hover ul {
    transform: translateY(0px);
    transition: all .3s;
}

footer ul li {
    float: left;
    width: 60px;
    height: 60px;
    margin-top: 2px;
    margin-left: 40px;
    border-radius: 50%;
    cursor: pointer;
}

footer ul li img {
    width: 45px;
    height: 45px;
    margin: 5px;
}

footer ul li:hover {
    transform: scale(1.6);
    transform-origin: 50% 100%;
    transition: all .1s;
}

iframe {
    display: none;
    position: absolute;
    top: 100px;
    right: 5px;
    width: 280px;
    height: 480px;
}

.logo {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    top: 100px;
    left: 280px;
    text-decoration: none;
    text-align: center;
    color: #000;
    line-height: 80px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .3);
    -webkit-background-size: 80px 80px;
    background-size: 80px 80px;
}

#file {
    position: absolute;
    top: 0px;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
}

.inputbox {
    position: absolute;
    width: 240px;
    height: 200px;
    top: 250px;
    left: 200px;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 10px;
}

.inputbox input {
    width: 185px;
    height: 25px;
    margin: 20px auto 0;
    margin-left: 20px;
    padding-left: 10px;
    outline: none;
    border: 0;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .3);
}

.inputbox .subinput {
    width: 195px;
    height: 25px;
    outline: none;
    padding-left: 0;
    border: 0 0;
    background-color: skyblue;
    cursor: pointer;
}

.inputbox .subinput:active {
    opacity: .5;
}

.tabbar {
    height: 100vh;
    /* 弹性布局 水平+垂直居中 */
    display: flex;
    justify-content: center;
    align-items: center;
    /* 相对定位 */
    position: relative;
    width: 100%;
    height: 70px;
    margin: 0 auto;
}

.tabbar ul {
    /* 让li横向排列 */
    display: flex;
}

.tabbar ul li {
    list-style: none;
    width: 70px;
    height: 70px;
    position: relative;
    z-index: 1;
}

.tabbar ul li a {
    /* 弹性布局 居中 */
    display: flex;
    justify-content: center;
    align-items: center;
    /* 垂直排列 */
    flex-direction: column;
    color: #fff;
    text-align: center;
}

.tabbar ul li a .icon {
    line-height: 70px;
    font-size: 30px;
    /* 设置过渡 */
    transition: 0.5s;
}

.tabbar ul li a .text {
    /* 绝对定位 */
    position: absolute;
    font-size: 12px;
    bottom: 13px;
    /* 设置过渡 */
    transition: 0.5s;
    /* 默认隐藏 */
    transform: scale(0);
}

.tabbar ul li.active a .icon {
    font-size: 23px;
    /* 图标上移 */
    transform: translateY(-10px);
}

.tabbar ul li.active a .text {
    /* 选中,文字显示 */
    transform: scale(1);
}

.clock {
    display: flex;
}

.clock p {
    /*width: 1000px;*/
    font-size: 50px;
    color: #fff;
    text-align: center;
    /* 设置字体 */
    font-family: "Kanit";
    font-weight: 900;
    /* 文字阴影 实现3D效果 */
    text-shadow: 1px 1px rgba(245, 56, 56, 0.8), 2px 2px rgba(182, 18, 18, 0.8), 3px 3px rgba(149, 18, 18, 0.8), 4px 4px rgba(144, 0, 0, 0.8), 5px 5px rgba(116, 0, 0, 0.8), 6px 6px rgba(82, 1, 1, 0.8);
}

