#main{ width: 100%; height: 4500px; margin: 100px auto; position: relative;}
.img{ width: auto; height: auto; position: absolute; border:#ececec 1px solid; transition: box-shadow 0.5s; -webkit-transition: box-shadow 0.5s; -moz-transition: box-shadow 0.5s; -ms-transition: box-shadow 0.5s; -o-transition: box-shadow 0.5s;}
.img{background: #fff none repeat scroll 0 0;border: 1px solid #ececec;border-radius: 3px;box-shadow: 0 0 10px #bcbcbc;}
/*.img:hover{ box-shadow: #bcbcbc 0 0 15px -1px; -webkit-box-shadow: #bcbcbc 0 0 15px -1px; -moz-box-shadow: #bcbcbc 0 0 15px -1px; -ms-box-shadow: #bcbcbc 0 0 15px -1px; -o-box-shadow: #bcbcbc 0 0 15px -1px;}*/
.img:hover{ border: 1px solid #bcbcbc;}
.img img{ width: 264px; height: auto;cursor: pointer;}
#img{ position: fixed; z-index: 99999; display: none; top: 0;  }
#img-container{ width: 100%; height: 100%;  background: rgba(0,0,0,0.7); position: absolute; z-index: 0;}
#img img{ position: absolute; border: #fff 3px solid; box-shadow: #2b2b2b 0 0 100px -20px; cursor: move;}
#tip{ display: inline-block; height: 35px; width: 100%; background: rgba(0,0,0,0.6); font-family: '微软雅黑'; color: #bcbcbc;font-size: 12px; line-height: 35px; text-indent: 2em; position: absolute; bottom: 0;left: 0; display: none;}
.tip{width: 244px;margin:0px 10px;padding: 10px 0px;text-indent: 2em; border-top: 1px solid #dbdbdb;}
#btn-left{ width: 150px; height: 20%; position: absolute; left: 0px; top: 40%; background: url('../images/pre.png') 0 0 no-repeat;  background-position: center center; cursor: pointer;}
#btn-right{ width: 150px; height: 20%; position: absolute; right: 0px; top: 40%; background: url('../images/next.png') 0 0 no-repeat; background-position: center center; cursor: pointer;}
#discription{ margin: 20px 0 0 150px; }
.p{ font-family: '微软雅黑'; font-size: 14px; color: #2b2b2b; }
pre{ color: #9911a1; font-family: arial; border: #aaa 1px dotted; font-style: italic; background: #ececec; width: 400px; border-radius: 5px; font-size: 13px;}
pre .function{ color: green; }
pre .html{ color: green; margin: 0; padding: 0; }
pre .config{ color: blue; }
.config .gray{ color: gray; }
.config .pink{ color: #9911a1; }
.config .black{ color: black; }