*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6;color:#333;background:#f8f9fa}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 15px}a{color:#007bff;text-decoration:none;transition:color .3s ease}a:hover{color:#0056b3}.header_mobile{display:none;position:fixed;top:0;left:0;right:0;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);z-index:1000;padding:10px 15px;align-items:center;justify-content:space-between}.header_mobile .title{font-size:18px;font-weight:bold;color:#007bff}.header_mobile .user svg{width:24px;height:24px;fill:#666}.header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:sticky;top:0;z-index:999}.header .container{display:flex;align-items:center;justify-content:space-between;padding:15px}.logo a{font-size:24px;font-weight:bold;color:#007bff}.search{display:flex;gap:10px}.search input{padding:8px 12px;border:1px solid #ddd;border-radius:4px;width:250px}.search button{padding:8px 16px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer}.search button:hover{background:#0056b3}.user_actions a{padding:8px 16px;background:#f8f9fa;border-radius:4px;color:#666}.nav{background:#f8f9fa;border-top:1px solid #e9ecef}.nav ul{display:flex;list-style:none;justify-content:center}.nav li a{display:block;padding:12px 20px;color:#666;border-bottom:2px solid transparent;transition:all .3s ease}.nav li a:hover,.nav li a.active{color:#007bff;border-bottom-color:#007bff}.hero{padding:40px 0;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.hero h1{text-align:center;margin-bottom:40px;font-size:2.5rem}.featured_books{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.book_card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:transform .3s ease}.book_card:hover{transform:translateY(-5px)}.book_card{display:flex;color:#333}.book_cover{width:80px;flex-shrink:0}.book_cover img{width:100%;height:120px;object-fit:cover}.book_info{padding:15px;flex:1}.book_info h3{margin-bottom:5px}.book_info h3 a{color:#333}.book_info .author{color:#666;font-size:14px;margin-bottom:8px}.book_info .desc{font-size:14px;color:#888;line-height:1.4}.recommend{padding:40px 0;background:#fff}.recommend h2{margin-bottom:30px;text-align:center;color:#333}.book_list{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:15px}.book_list li{display:flex;align-items:center;padding:10px;background:#f8f9fa;border-radius:4px;transition:background .3s ease}.book_list li:hover{background:#e9ecef}.category{background:#007bff;color:#fff;padding:2px 8px;border-radius:3px;font-size:12px;margin-right:10px;flex-shrink:0}.book_list li a{flex:1;margin:0 10px;color:#333}.book_list .author{color:#666;font-size:14px;flex-shrink:0}.category_section{padding:40px 0;background:#f8f9fa}.category_block h2{margin-bottom:30px;color:#333;border-bottom:2px solid #007bff;padding-bottom:10px}.featured_book{display:flex;background:#fff;border-radius:8px;overflow:hidden;margin-bottom:30px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.featured_book .book_cover{width:120px;flex-shrink:0}.featured_book .book_cover img{width:100%;height:160px;object-fit:cover}.featured_book .book_info{padding:20px;flex:1}.featured_book h3{margin-bottom:10px}.featured_book h3 a{color:#333}.featured_book .desc{color:#666;line-height:1.5}.updates{padding:40px 0;background:#fff}.updates_grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.updates h2{margin-bottom:20px;color:#333;border-bottom:2px solid #007bff;padding-bottom:10px}.update_list{list-style:none}.update_list li{display:flex;align-items:center;padding:8px 0;border-bottom:1px solid #f0f0f0;font-size:14px}.update_list .chapter{flex:1;margin:0 10px;color:#666}.update_list .date{color:#999;font-size:12px;flex-shrink:0}.mobile_nav{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e9ecef;z-index:1000}.mobile_nav{display:flex;justify-content:space-around;padding:10px 0}.mobile_nav a{display:flex;flex-direction:column;align-items:center;color:#666;font-size:12px;text-decoration:none}.mobile_nav svg{width:20px;height:20px;fill:currentColor;margin-bottom:4px}.footer{background:#333;color:#fff;padding:30px 0}.footer .container{text-align:center}.footer .links{margin-bottom:20px}.footer .links a{color:#ccc;margin:0 5px}.footer hr{border:none;border-top:1px solid #555;margin:20px 0}.footer p{color:#ccc;font-size:14px;margin:5px 0}@media (max-width:768px){.header{display:none}.header_mobile{display:flex}.mobile_nav{display:flex}.hero{padding:80px 0 40px}.hero h1{font-size:1.8rem}.featured_books{grid-template-columns:1fr}.book_list{grid-template-columns:1fr}.updates_grid{grid-template-columns:1fr;gap:20px}.search{display:none}.nav ul{flex-wrap:wrap;justify-content:flex-start}.nav li a{padding:8px 12px;font-size:14px}.featured_book{flex-direction:column}.featured_book .book_cover{width:100%}.featured_book .book_cover img{height:200px}}@media (max-width:480px){.container{padding:0 10px}.hero h1{font-size:1.5rem}.book_card{flex-direction:column}.book_cover{width:100%}.book_info{padding:10px}.nav li a{padding:6px 8px;font-size:12px}}
