@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--primary:#2563eb;--primary-dark:#1d4ed8;--success:#22c55e;--warning:#f59e0b;--danger:#ef4444;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--gray-50);color:var(--gray-800);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 16px}.header{border-bottom:1px solid var(--gray-200);z-index:100;background:#fff;position:sticky;top:0}.header-top{background:var(--gray-900);color:#fff;padding:8px 0;font-size:12px}.header-main{padding:16px 0}.header-bottom{border-top:1px solid var(--gray-200)}.logo{color:var(--primary);font-size:24px;font-weight:700}.search-box{flex:1;max-width:500px;margin:0 32px;display:flex}.search-input{border:2px solid var(--primary);border-right:none;border-radius:4px 0 0 4px;flex:1;padding:10px 16px;font-size:14px}.search-btn{background:var(--primary);color:#fff;border:none;border-radius:0 4px 4px 0;padding:10px 24px;font-weight:500}.search-btn:hover{background:var(--primary-dark)}.header-actions{gap:24px;font-size:14px;display:flex}.header-actions a:hover{color:var(--primary)}.nav-list{gap:32px;padding:12px 0;display:flex}.nav-list a{font-weight:500;transition:color .2s}.nav-list a:hover{color:var(--primary)}.banner{background:#f8fafc;border-radius:12px;height:400px;margin:16px;position:relative;overflow:hidden}.banner-inner{background:#f8fafc;border-radius:12px;max-width:1200px;height:100%;margin:0 auto;position:relative;overflow:hidden}.banner-slides{height:100%;transition:transform .5s;display:flex}.banner-slide{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;min-width:100%;height:100%;display:flex;position:relative}.banner-slide-inner{justify-content:center;align-items:center;width:100%;max-width:1200px;height:100%;margin:0 auto;padding:0 16px;display:flex}.banner-content{text-align:center;color:#fff}.banner-title{margin-bottom:16px;font-size:48px;font-weight:700}.banner-subtitle{opacity:.9;font-size:20px}.banner-dots{gap:8px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.banner-dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:8px;height:8px}.banner-dot.active{background:#fff}.section{padding:48px 0}.section-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.section-title{font-size:24px;font-weight:600}.section-more{color:var(--gray-500);font-size:14px}.section-more:hover{color:var(--primary)}.product-grid{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}.product-card{background:#fff;border-radius:8px;transition:transform .2s,box-shadow .2s;overflow:hidden}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.product-image{aspect-ratio:1;background:var(--gray-100);width:100%;color:var(--gray-400);justify-content:center;align-items:center;font-size:48px;display:flex}.product-info{padding:12px}.product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;height:42px;margin-bottom:8px;font-size:14px;font-weight:500;display:-webkit-box;overflow:hidden}.product-price{color:var(--danger);font-size:18px;font-weight:700}.product-price-original{color:var(--gray-400);margin-left:8px;font-size:12px;text-decoration:line-through}.product-sales{color:var(--gray-400);margin-top:4px;font-size:12px}.category-grid{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}.category-card{text-align:center;background:#fff;border-radius:8px;padding:24px 16px;transition:transform .2s,box-shadow .2s}.category-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.category-icon{background:var(--gray-100);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 12px;font-size:28px;display:flex}.category-name{font-weight:500}.footer{color:#374151;background:#fff;border-top:1px solid #e5e7eb;margin-top:48px;padding:48px 0 24px}.footer-grid{grid-template-columns:repeat(4,1fr);gap:32px;margin-bottom:32px;display:grid}.footer-title{color:#1f2937;margin-bottom:16px;font-weight:600}.footer-list{flex-direction:column;gap:8px;display:flex}.footer-list a{color:#6b7280;text-decoration:none}.footer-list a:hover{color:#2563eb}.footer-bottom{text-align:center;color:#9ca3af;border-top:1px solid #e5e7eb;padding-top:24px;font-size:14px}.btn{border:none;border-radius:6px;justify-content:center;align-items:center;padding:10px 24px;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:var(--gray-200);color:var(--gray-700)}.btn-secondary:hover{background:var(--gray-300)}.btn-block{width:100%}@media (max-width:768px){.banner{border-radius:8px;height:220px;margin:8px}.banner-inner{border-radius:8px}.container{padding-left:12px;padding-right:12px}.product-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.search-box{margin:0 16px}.nav-list{display:none}}.product-detail-grid{grid-template-columns:400px 1fr;gap:32px;display:grid}@media (max-width:768px){.product-detail-grid{grid-template-columns:1fr;gap:16px}.product-detail-actions{grid-template-columns:1fr 1fr;gap:12px;display:grid}}.cart-grid{grid-template-columns:40px 1fr 150px 150px 150px 80px;gap:16px;display:grid}@media (max-width:768px){.cart-grid{grid-template-columns:1fr;gap:12px}.cart-row{align-items:flex-start}.cart-summary{flex-direction:column;align-items:flex-start;gap:12px}}.loading{justify-content:center;align-items:center;min-height:200px;display:flex}.spinner{border:3px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.toast{background:var(--gray-800);color:#fff;z-index:1000;border-radius:8px;padding:12px 24px;font-size:14px;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.toast.success{background:var(--success)}.toast.error{background:var(--danger)}.yj_body{color:#333;background:#f6f6f6;margin:0 auto;font-family:Microsoft YaHei,微软雅黑,Arial,Helvetica,sans-serif;font-size:12px;line-height:20px}.yj_width{width:1200px;margin:0 auto}.yj_clear{clear:both;height:0;overflow:hidden}.yj_fl{float:left}.yj_fr{float:right}.yj_c666{color:#666}.yj_cred{color:#df002f}.yj_quick_menu{color:#888;text-align:right;background:#f6f6f6;height:35px;line-height:35px}.yj_quick_menu a{color:#888;text-decoration:none}.yj_quick_menu a:hover{color:#f40;text-decoration:none}.yj_top_r{width:520px;margin-top:7px;line-height:20px}.yj_top_r a{border-right:1px solid #e8e8e8;padding:0 12px 0 8px}.yj_header_wrap{background:#fff;padding-bottom:20px}.yj_header{min-height:90px;padding-top:10px;position:relative}.yj_logo{margin:20px 0 0}.yj_logo a{display:block}.yj_logo img{width:180px;max-width:45vw;height:auto;display:block}@media (max-width:768px){.yj_logo img{width:140px;max-width:55vw}}.yj_head_gwc{float:right;border-radius:2px;width:150px;height:36px;margin-top:32px;margin-right:10px;line-height:36px;overflow:hidden}.yj_head_gwc a{border-radius:2px;text-decoration:none;display:block}.yj_head_gwc_tb{color:#666;background:#fff;border:1px solid #dfdfdf;height:34px;padding-left:40px;font-family:Microsoft YaHei,微软雅黑,Arial,Helvetica,sans-serif;font-size:12px;line-height:34px;position:relative}.yj_head_gwc_tb:before{content:"";background:#f3f3f3;border-radius:4px;width:22px;height:22px;position:absolute;top:6px;left:10px}.yj_sear{float:right;width:534px;margin:30px 120px 0 0;display:inline}.yj_inputbg{float:left;border:2px solid #dd4545;width:390px;height:36px;line-height:36px}.yj_searinput{float:left;color:#666;background:0 0;border:0;outline:none;width:350px;height:36px;padding:0 5px;font-size:12px;line-height:36px}.yj_sear_btn{color:#fff;cursor:pointer;float:left;background:#dd4545;border:0;width:100px;height:40px;font-family:Microsoft YaHei,微软雅黑,Arial,Helvetica,sans-serif;font-size:16px;line-height:38px}.yj_head_hot{color:#888;height:20px;margin-top:5px;line-height:20px;overflow:hidden}.yj_head_hot a{color:#666;margin-right:10px;text-decoration:none}.yj_head_hot a:hover{color:#f40}.yj_nav{background:#fff;border-bottom:2px solid #d13030;height:40px;margin:0 auto;font-family:Microsoft YaHei,微软雅黑,Arial,Helvetica,sans-serif;line-height:40px}.yj_nav_ul{width:1200px;margin:0 auto;padding:0;list-style:none}.yj_nav_li{float:left;display:inline}.yj_nav_all_li{z-index:999;width:228px;position:relative}.yj_nav_link{color:#333;padding:0 25px;font-size:16px;font-weight:400;line-height:40px;text-decoration:none;display:block}.yj_nav_link:hover{color:#ff5a00}.yj_nav_all{color:#fff;z-index:999;background:#d13030;width:228px;padding-left:15px;position:relative}.yj_nav_all:hover{color:#fff}.yj_nav_all:before{content:"";float:left;background:#ffffff40;border-radius:3px;width:20px;height:20px;margin:16px 3px 0 0;display:block}.yj_nav_selected{color:#fff;background:#bc121e}.yj_menu_html{z-index:999;background:#dd4545;width:228px;min-height:424px;padding-bottom:1px;line-height:24px;display:none;position:absolute;top:42px;left:0}.yj_menu_open .yj_menu_html{display:block}.yj_fenlei_li{margin:0 10px;padding:0 5px;position:relative}.yj_fenlei_a{color:#fff;height:35px;font-size:14px;font-weight:400;line-height:35px;text-decoration:none;display:block}.yj_fenlei_li:hover{background:#fff;margin:0 0 0 1px;padding:0 15px;font-weight:700}.yj_fenlei_li:hover .yj_fenlei_a{color:#f60}.yj_content{width:1200px;margin:0 auto;padding-top:10px}.yj_jdt_banner{float:left;background:#f6f6f6;width:725px;height:420px;margin-left:233px;display:inline;position:relative;overflow:hidden}.yj_banList{width:725px;height:420px;margin:0;padding:0;list-style:none;position:absolute}.yj_banList li{opacity:0;z-index:1;width:725px;height:420px;transition:transform .5s,opacity 1.5s;position:absolute;top:0;left:0;transform:scale(0)}.yj_banList li.yj_active{opacity:1;z-index:2;transform:scale(1)}.yj_banList a{background-position:50%;background-repeat:no-repeat;background-size:cover;width:725px;height:420px;display:block}.yj_fomW{z-index:9;text-align:center;width:710px;margin:0 auto;position:absolute;top:390px;left:0;right:0}.yj_jsNav{border-radius:8px;height:18px;margin:0 auto;padding:0 8px 0 10px;display:inline-block}.yj_jsNav button{cursor:pointer;background:#fff;border:0;border-radius:50%;width:10px;height:10px;margin:0 2px;padding:0;display:inline-block}.yj_jsNav button.yj_current{background:#fc8f0f}.yj_module_tt{margin-top:20px;overflow:hidden}.yj_module_tt h3{color:#555;float:left;border-left:5px solid #ff666b;width:230px;height:18px;margin:0;padding-left:12px;font-size:18px;font-weight:400;line-height:18px}.yj_prolist_wrap{overflow:hidden}.yj_prolist{box-sizing:content-box;float:left;background:#fff;width:255px;height:330px;margin-top:15px;margin-right:20px;padding:15px;position:relative}.yj_prolist:nth-child(4n){margin-right:0}.yj_prolist_img{text-align:center;background:#f3f3f3;width:250px;height:250px;position:relative;overflow:hidden}.yj_prolist_img img{object-fit:cover;width:250px;height:250px;display:block}.yj_prolist_name{text-align:left;color:#333;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:44px;margin-top:8px;font-size:13px;line-height:20px;display:-webkit-box;overflow:hidden}.yj_prolist_meta{height:22px;margin-top:8px;line-height:22px;overflow:hidden}.yj_prolist_meta:after{content:"";clear:both;display:block}.yj_money{color:#f55;white-space:nowrap;font-family:Arial,Helvetica,sans-serif;font-size:18px;font-weight:700}.yj_money_yen{margin-right:3px;font-family:Arial,Helvetica,sans-serif;font-size:18px}.yj_sold{color:#999;white-space:nowrap;font-size:12px}.yj_footer{background:#fff;border-top:1px solid #eee;margin:20px auto 0}.yj_footer_inner{width:1200px;margin:0 auto}.yj_footer_linkbox{gap:24px;padding:20px 0;display:flex;overflow:hidden}.yj_footer_col{border-right:1px solid #eee;width:140px;padding:0 0 30px 20px;overflow:hidden}.yj_footer_col h3{color:#666;height:35px;margin-bottom:5px;font-size:18px;font-weight:400;line-height:35px}.yj_footer_col a{color:#999;height:24px;line-height:24px;text-decoration:none;display:block;overflow:hidden}.yj_footer_col a:hover{color:#888}.yj_footer_tel{text-align:center;width:230px;margin-left:auto}.yj_footer_telnum{color:#ff666b;height:30px;padding:8px 0;font-family:Arial,Helvetica,sans-serif;font-size:28px;font-weight:700;line-height:30px}.yj_footer_telhint{color:#ff666b;font-size:14px}.yj_footer_bottom{text-align:center;color:#aaa;background:#34495e;padding-top:10px;padding-bottom:10px;line-height:24px}.yj_footer_bottom a{color:#aaa;text-decoration:none}@media (max-width:768px){html,body{overflow-x:hidden}.yj_body{margin:0}.yj_quick_menu{height:auto;padding:8px 0;line-height:normal}.yj_width,.yj_nav_ul,.yj_content,.yj_footer_inner{box-sizing:border-box;padding-left:12px;padding-right:12px;width:100%!important}.yj_quick_menu .yj_width{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.yj_quick_menu .yj_fl,.yj_quick_menu .yj_fr{float:none}.yj_top_r{width:auto;margin-top:0;line-height:20px}.yj_header{flex-wrap:wrap;align-items:center;min-height:0;display:flex}.yj_header .yj_fl,.yj_header .yj_fr{float:none}.yj_logo{margin:10px 0 0}.yj_head_gwc{float:none;width:auto;height:auto;margin:10px 0 0 auto;line-height:normal}.yj_sear{float:none;width:100%;margin:10px 0 0}.yj_sear form{align-items:stretch;gap:8px;display:flex}.yj_sear form .yj_clear{display:none}.yj_inputbg{float:none;box-sizing:border-box;flex:auto;width:auto;min-width:0}.yj_searinput{float:none;width:100%;min-width:0}.yj_sear_btn{float:none;box-sizing:border-box;width:92px;font-size:14px}.yj_head_hot{display:none}.yj_head_gwc_tb{padding-left:32px}.yj_sear,.yj_inputbg,.yj_head_gwc,.yj_nav,.yj_content,.yj_footer{max-width:100%}.yj_content{overflow-x:hidden}.yj_nav{height:auto;line-height:normal;position:relative}.yj_nav_ul{box-sizing:border-box;flex-wrap:wrap;min-width:0;display:flex}.yj_nav_li{float:none}.yj_nav_link{padding:0 12px;font-size:14px}.yj_nav_all_li{flex:0 0 100%;width:100%}.yj_nav_all{box-sizing:border-box;width:100%}.yj_menu_html{box-sizing:border-box;width:100%;min-height:0;max-height:60vh;position:static;overflow:auto}.yj_jdt_banner{float:none;width:100%;height:46vw;min-height:160px;max-height:240px;margin-left:0}.yj_banList,.yj_banList li,.yj_banList a{width:100%;height:46vw;min-height:160px;max-height:240px}.yj_fomW{width:100%;top:auto;bottom:10px}.yj_prolist_wrap{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;display:grid}.yj_prolist{float:none;box-sizing:border-box;width:auto;min-width:0;height:auto;margin:0;padding:10px}.yj_prolist a{width:100%!important;max-width:100%!important;margin:0!important}.yj_prolist:nth-child(4n){margin-right:0}.yj_prolist_img{aspect-ratio:1;width:100%;height:auto}.yj_prolist_img img{width:100%;height:100%}.yj_footer_linkbox{flex-wrap:wrap;gap:16px;padding:16px 0}.yj_footer_col{border-right:0;width:calc(50% - 8px);padding:0}.yj_footer_tel{text-align:left;width:100%;margin-left:0}.yj_footer_telnum{font-size:22px}.yj_footer_bottom{padding-left:12px;padding-right:12px}}.yj_list_top{background:#fff;border:1px solid #eaeaea;margin-top:10px;padding:10px 12px;overflow:hidden}.yj_sort_btns{float:left;gap:10px;display:flex}.yj_sort_btn{color:#666;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:2px;padding:4px 10px;font-size:12px;text-decoration:none;display:inline-block}.yj_sort_btn.yj_sort_active{color:#ff666b;border:1px solid #ff666b}.yj_list_count{float:right;color:#888;font-size:12px;line-height:24px}.yj_auth_bg{background:#f6f6f6;min-height:calc(100vh - 200px);padding:40px 0}.yj_auth_box{background:#fff;border:1px solid #ddd;width:340px;margin:80px auto 0;padding:20px}.yj_auth_title{color:#333;margin-bottom:16px;font-size:15px}.yj_input{box-sizing:border-box;border:1px solid #ddd;border-radius:2px;outline:none;width:100%;height:40px;padding:0 10px;font-size:14px;line-height:40px}.yj_input:focus{border-color:#dd4545;box-shadow:0 0 3px #dd454559}.yj_auth_btn{color:#fff;cursor:pointer;background:#dd4545;border:0;border-radius:2px;width:100%;height:40px;font-size:15px;line-height:38px}.yj_auth_error{color:#df002f;background:#fff2f2;border:1px solid #ffd6d6;margin:12px 0;padding:8px 10px;font-size:12px}
