<pre name="code" class="css">*{  
    padding:0px;  
    margin:0px;  
}  
html{  
    height: 100%;
}  
body{  
	 height: 100%;
    font-size:12px;  
    font-family:"Microsoft YaHei";  
    overflow:hidden;
}  
.wrapper{  
    width:100%;  
    height:100%;  
}  
.top{  
    height:15%;  
    /*background-color:blue;*/  
}  
.topleft{  
    float:left;  
}  
.topright{  
    float:right  
}  
.main{  
    height:70%;  
    /*background:blue;*/  
}  
.pic{     
    margin-top:100px;  
    text-align:center  
}  
.search{  
	margin-top:30px;  
    text-align:center
}  
.input{  
    font-size:20px;  
    width:400px;  
    border-width:1px;  
    border-color:#317EF3;  
    padding:0px;  
    vertical-align: middle  
}  
.inputM{  
    font-size:20px;  
    width:80%;  
    border-width:1px;  
    border-color:#317EF3;  
    padding:0px;  
    vertical-align: middle  
}  
.button{  
    color:#FFF;  
    width:100px;  
    height:25px;  
    background:#317EF3;  
    margin-left:10px;  
    border:0px;  
    padding:0px;  
    vertical-align: middle  
}  
.bottom{  
	height:15%;  
    text-align:center;  
}  
.bottomcnzz{  
    visibility:hidden;
}  
.ul1 li{  
    display:inline;  
    margin-bottom:10px;  
    margin-right:10px;  
}  
.img-ks-lazyload{-webkit-animation:ks-fadeIn 350ms linear 0ms 1 normal both;animation:ks-fadeIn 350ms linear 0ms 1 normal both;opacity:1}