@charset "utf-8";
/* CSS Document */
.header{background: #000;}
#heclear{height:40px;}

#footers{display: none;}
#footer{display: none;}

.main{width: 100%; height: auto;}
.classlist{position:fixed;left:0px; bottom:49px; top:40px; width:100px;height:auto; overflow-x: hidden; overflow-y: auto; background:#f6f6f6; z-index:1;}
.classlist::-webkit-scrollbar{display:none;}
.classlist li{padding:12px 10px 12px 10px;cursor: pointer;word-break:break-all;}
.classlist .on{ background: #fff; font-weight: bolder;}

.list{ margin-left: 100px; padding: 20px 10px 50px 10px; height: auto; overflow: hidden;}
.list ul{display:block;float:left; margin-top:20px;width:31.33333%;padding:1%;height:auto;overflow:hidden;}
.list .p_pic{padding-bottom:50%;padding-top:50%;height:0; overflow: hidden; display: flex; justify-content: center; align-items: center; background:#f1f3f2; }
.list .p_pic img{width:100%;}
.list .p_info{margin:5px;height:45px; line-height:15px;overflow:hidden; text-align:center;}


.nolist{margin-left: 100px; margin-top:20px; text-align:center; display:none;}
.nolist img{ width:150px;}
.nolist p{ margin-top:20px;color:#999;}
