<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#top{
    background: #14B0F8;
}
.top{
    padding: 0 20px;
    font-size: 13px;
    width: 1100px;
    margin: 0 auto;
}
.top *{
    color: white;
    line-height: 35px;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
    font-size:14px;
}
*{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: "Microsoft YaHei";
    text-decoration: none;
    color: #333;
    line-height: 30px;
}
body{
    background:url(../images/14172333272.jpg) no-repeat;
    background-size: cover;
   background-attachment: fixed;
}
#weather{
    position: absolute;
    top: 60px;
    right: 20px;
}
#weather *{
    color: white;
}
.top-head {height:200px;}
.logo {    padding-top: 50px;}
.wrapper{
    /*background: white;*/
    width: 1100px;
    margin:0 auto;
}
#header{
    position: relative;
}
#header .nav{
    background: white;
    margin: 5px 0;
}
#header .nav *{
    color: #333;
}
#header .nav ul li a{
    font-size: 15px;
}
#header .nav ul .active{
    background: #14B0F8;
}
#header .nav ul .active *{
    color: white;
}
#header .nav ul li:hover{
    background: #14B0F8;
}
#header .nav ul li:hover *{
    color: white;
}
#header .nav .search {
    position: relative;
}
#header .nav .search #word{
    border: 1px solid gray;
    box-sizing: border-box;
    height:31px;
    line-height: 29px;
    position: absolute;
    top: 12px;
    right: 25px;
    outline: none;
    padding: 0 40px;
    background-image: url('../images/search.png');
    background-position: left center;
}
#header .nav .search .submit{
    color: white;
    position: absolute;
    top: 12px;
    right:5px;
    text-align: center;
    width: 50px;
    font-size: 14px;
    line-height: 31px;
    background-color: #0c60ee;
    border:none;
}

#footer{
    border-top: 2px solid #009DDA;
    background: white;
    padding: 10px 0;
}
#footer p{
    font-size: 13px;
    line-height: 40px;
}</pre></body></html>