* {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    text-decoration: none;
}
.clearfix::before,
.clearfix::after{
    content: '';
    display: block;
}

.clearfix::after{
    clear: both;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

/* beijing */
body {
    background-image: url("../img/zhuomian_bc.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}


/* 任务框 */

.header {
    position: fixed;
    height: 26px;
    width: 100%;
    background-color: rgb(40, 2, 144);
    /* background-color: pink; */

}
/* left css */
.left_header{
    display: inline-block;
    color: beige;
    margin-left: 8px;
    margin-right: 18px;
    text-align:center;
    font-size:14px;
    line-height: 25px;
    filter: blur(0.4px);
}


/* right css */
.right_header{
    display: inline-block;
    float: right;
    color: beige;
}
.right_header > img{
    display: inline-block;
    float: left;
    height: 100%;
}

.apple_time{
    display: inline-block;
    float: right;
    margin-left: 6px;;
    text-align:center;
    font-size:14px;
    line-height: 24px;
    filter: blur(0.5px);
}
.apple_time2{
    display: inline-block;
    float: right;
    margin-left: 8px;
    margin-right: 18px;
    text-align:center;
    font-size:14px;
    line-height: 25px;
    filter: blur(0.4px);
}
