@charset "utf-8";
/* CSS Document */
.main { max-width: 640px; margin: 0 auto; background-color: #efefef; }
.flash { height: 180px; position: relative; overflow: hidden; background-color: #fff; }
.flash ul { display: block; position: absolute; width: 400%; height: 180px; left: 0px; top: 0px; overflow: hidden; z-index: 10; transition:0.6s; }
.flash li { height: 180px; overflow: hidden; width: 25%; float: left; text-align: center; }
.flash img { height: 180px; width: 100%; }
.nulls { position: absolute; height: 30px; background: #000; opacity: .5; bottom: 0; width: 100%; z-index: 12; }
.cel { position: absolute; z-index: 15; width: 80px; height: 10px; right: 10px; bottom: 10px; }
.cel b { display: block; width: 10px; height: 10px; border-radius: 5px; background-color: #413b2d; margin-left: 10px; opacity: 1.0; float: left; cursor: pointer; }
.cel .select { background-color: #fff; }
.txts { position: absolute; z-index: 15; right: 80px; height: 30px; left: 0; bottom: 0px; line-height: 30px; color: #fff; padding-left: 10px; }
.list { width: 95%; margin: 0 auto; margin-top: 10px; border-radius: 8px; min-height: 600px; box-shadow: 0 0 5px #ddd; background-color: #fefefe; }
.apart { padding-top: 10px; background:#fefefe; border-bottom:solid 1px #369; }
.apart h2 { line-height: 30px; height: 30px; padding-left: 6px; font-size: 14px; border-bottom: solid 1px #dedede; box-shadow:0 2px 6px #eee; }
.apart h2 a { font-size: 12px; float: right; margin-right: 10px; font-weight: normal; }
.uls{ padding: 10px 0; }
.uls li { width: 21%; text-align: center; overflow: hidden; padding: 0 2% 0 2%; display: block; float: left; height:122px; }
/*.uls li { width: 21%; text-align: center; overflow: hidden; padding: 0 2% 0 2%; display: block; float: left; height:100px; }*/
.uls li a { display: block; height: 100%; width: 100%; text-align: center; text-decoration: none; }
.uls li b { line-height: 64px; height: 64px; width: 64px; border-radius:10px; overflow:hidden; display:block; margin:0 auto; border:solid 1px #eee; padding:1px; }
/*.uls li p{ line-height:30px;}*/
.uls li p{ line-height: 16px; padding-top: 7px; padding-bottom: 7px; max-height:32px}