@charset "utf-8";
/* CSS Document */
body {
    MARGIN: 0px;
    PADDING: 0px;
    FONT-FAMILY: "微软雅黑";

    COLOR: #000;
    FONT-SIZE: 14px;
    width: 100%;
    height:100%;
    min-width: 1200px;
    margin: 0 auto;
  
}
html{ height: 100%; margin-bottom: 1px; width:100%; }/*去除火狐滚动条页面抖动*/

 /*链接样式*/
a{ font-size:14px; color:#333;} 
a:link{text-decoration : none ;color : #333;} 
a:visited {text-decoration : none ;color : #333;} 
a:hover {text-decoration : underline ;color: #ED1218;} 
a:active {text-decoration : none ;color : #333;}

/*去除链接虚线*/  
a{
    blr:expression(this.onFocus=this.blur());   /*    IE Opera    */
    outline:none;   /*    FF Opera    */
}
a:focus{ 
    -moz-outline-style: none;   /*    FF    */
}

 /*定义层容器*/
.main {
  margin:0 auto;
  width:1200px;
  position:relative;
}
#head {
 width:100%;
 margin:0 auto;
 padding:0;
 overflow:hidden;
}

p,ul,li{ padding:0; margin:0; list-style:none;}
img{ border:0;}
.clear{ clear:both }


/*定义主内容*/
.PageBody {
    float: left;
    display: inline;
    width: 84%;
    height: auto;
    position: relative;
    max-width: 1920px;
    left: 50%;
    transform: translateX(-50%);
}


/*顶部菜单*/

.page-top {
    float: left;
    width: 100%;
    height: 87px;
    background-color: rgba(14, 20, 36, 1);
    color:#fff;
    z-index:888;

}
.top_reg{ width: 100%; float: left; height: 88px;}
.top_reg_l{float: left; display: inline;}
.top_reg_l img{ float: left; display: inline; margin:10px 0 0 10px;}
.top_reg_l span{ float: left; margin: 24px 0 0 10px; border-left:#ccc solid 2px ; padding-left: 10px;}    
.top_reg_r{ float: right; display: inline;}
.top_reg_r span{ float: left; margin: 46px 0 0 10px;}
.top_reg_r a{ float: left; margin: 46px 0 0 15px;}

.btm{ width: 100%; float: left; height: auto; margin-top: 20px;}
.reg_btm{ width: 100%; float: left; text-align: center; color: #666; margin-top: 20px;}
.reg_btm a{ color: #666;}
.reg_cot{ width: 100%; float: left; height: 610px; background: url(images/ind_reg.jpg) no-repeat center/cover;}




/* 登录框样式 */
.login_box {
    float: right;
    width: 400px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-top: 80px;
    position: relative;
    padding-bottom: 10px;
}

/* 标签切换样式 */
.login_tabs {
    display: flex;
    border-bottom: 1px solid #eee;
    background-color: #fafafa;
}

.login_tabs .tab {
    flex: 1;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
    font-size: 16px;
    color: #999;
    font-weight: normal;
}

.login_tabs .tab.active {
    color: #333;
    font-weight: bold;
}

.acc_content {
    padding: 0 20px 20px 20px;
   
}
.phone_content{
    display: none;
}

.account_content{
    
}

.tab_content .active {
    display: block;
}


/* 底部链接容器样式 */
.login_links {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 15px;
    font-size: 14px;
}

/* 底部链接样式 */
.login_links a {
    color: #0084ff;
    text-decoration: none;
}

/* 分割线样式 */
.divider {
    border-top: 1px solid #eee;
    margin: 0 20px;
}

/* 合作账号登录容器样式 */
.third_party_login {
    padding: 20px;
    text-align: center;
}

/* 合作账号文本样式 */
.third_party_text {
    color: #999;
    margin-bottom: 15px;
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
}
.third_party_login a{
    float: left;
}

/* 微信图标样式 */
.wechat_icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #07c160;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: white;
    font-size: 20px;
}

/* 验证码图片样式 */
.captcha_img {
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
}

/* 商品列表页面样式 */
/* 商品列表页专用.bar样式 */
.bar.product-list {
    height: 50%;
}

.bar.product-list .bar_l {
    display: none;
}

.bar.product-list .bar_r {
    width: 100%;
    height: 100%;
}

.bar.product-list .pic {
    height: 100%;
}

.bar.product-list .pic li {
    height: 100%;
}

.bar.product-list .pic li img {
    height: 100%;
    object-fit: cover;
}
.filter_cot {
    width: 100%;
    float: left;
    background-color: #f5f5f5;
    padding: 15px 0;
    margin-top: 20px;
}

.filter {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.filter_item {
    float: left;
}
.filter_item  span{ float: left; display: inline; width: 70px; margin-top: 8px; }
.filter_item p{ float: left; display: inline; padding: 0; margin: 0;}


.w100b{ width: 100%;}
.w100b p{ width: 90%;}
.filter_title {
    float: left;
    margin-right: 10px;
    color: #666;
    font-weight: bold;
}

.filter_item a {
    float: left;
    padding: 5px 10px;
    margin-right: 10px;
    color: #666;
    border-radius: 3px;
    margin-top: 4px;
}

.filter_item a:hover {
    color: #ED1218;
    background-color: #f5f5f5;
}

.filter_item a.active {
    color: #fff;
    background-color: #ED1218;
}

.product_list {
    width: 100%;
    float: left;
    margin-top: 20px;
    min-height: 500px;
}

.product_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_grid li {
    width: 24%;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.layui-laypage-pages a{
    padding: 8px 20px !important;
    font-size: 14px !important;
}
.layui-laypage-pages span{
    padding: 8px 20px !important;
}
.layui-laypage-pages .layui-laypage-em{
    background-color: #1E9FFF !important;
}
.layui-laypage-pages a:hover{
    color: #1E9FFF !important;
    background-color: #fafafa !important;
}
.layui-laypage-pages{ margin: 10px auto !important;}

#pagination{ float: left; width: 100%;  text-align: center;}

.product_grid li:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.fix{ width: 0; height: 100%; border: none !important;}

.product_img {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.product_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.product_grid li:hover .product_img img {
    transform: scale(1.05);
}


.product_info h3 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product_info h3 a {
    color: #333;
}

.product_info h3 a:hover {
    color: #ED1218;
}

.product_desc {
    font-size: 12px;
    color: #0262d6;
    margin-top: 4px;
}

.product_price {
    margin-bottom: 10px;
}



.original_price {
    color: #999;
    text-decoration: line-through;
    font-size: 12px;
}

.product_sales {
    font-size: 12px;
    color: #999;
    margin-bottom: 15px;
}

.product_sales span {
    margin-right: 10px;
}

.product_actions {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.add_to_cart, .buy_now {
    padding: 8px 15px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
}

.add_to_cart {
    background-color: #f5f5f5;
    color: #333;
}

.add_to_cart:hover {
    background-color: #e5e5e5;
}



.buy_now:hover {
    background-color: #f40;
}

.pagination {
    width: 100%;
    float: left;
    margin: 30px 0;
    text-align: center;
}

.pagination a {
    display: inline-block;
    padding: 8px 15px;
    margin: 0 5px;
    border: 1px solid #eee;
    border-radius: 3px;
    color: #666;
}

.pagination a:hover {
    border-color: #ED1218;
    color: #ED1218;
}

.pagination a.active {
    background-color: #ED1218;
    color: #fff;
    border-color: #ED1218;
}

.pagination span {
    display: inline-block;
    margin: 0 5px;
    color: #666;
}

.pagination .prev, .pagination .next {
    padding: 8px 10px;
}



/* 新增产品详情页样式 */
.stock {
    margin-bottom: 10px;
}
.stock label {
    display: inline-block;
}
.stock span {
    color: #f40;
}

.stock-warning {
    color: #ff5722;
    font-weight: bold;
    margin: 5px 0;
}

.variant_list {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.variant_list a {
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #666;
    text-decoration: none;

}
.variant_list a:hover {
    border-color: #f40;
    color: #f40;
}

.product_detail_container {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    gap: 20px;
}
.detail_left {
    flex: 0 0 240px;

}
.detail_right {
    flex: 1 1 auto;
    border: 1px solid #ddd;
    height: auto;
    overflow: hidden;
}

.category_menu{ float: left; width: 100%;   border: #ddd solid 1px;}

.category_menu h3,
.recommend_products h3 {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    float: left;
    width: 100%;
    padding: 6px 0;
    background: #eee url(images/line_2.png) no-repeat 10px center;
    text-indent: 20px;
    font-weight: normal;
    font-size: 14px;
}
.category_menu ul {
     float: left;
     width: 100%;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
}
.category_menu li {
    flex: 1 1 50%;
    padding: 6px 20px;
    box-sizing: border-box;

}
.category_menu a {
    color: #666;
    text-decoration: none;
}
.category_menu a:hover {
    color: #f40;
}

.recommend_products{ float: left; width: 100%; height: auto; margin-top: 20px;   border: #ddd solid 1px; padding-bottom: 20px;}
.recommend_products ul {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    justify-content: center;
}
.recommend_products li {
    width: 90%;
    text-align: center;
    margin-top: 10px;
    padding: 4px 0;
    transition: all 0.3s ease;
}
.recommend_products li:hover {
    transform: scale(1.1);
}

.recommend_products img {
    width: 160px;
    height: 160px;
    border: 1px solid #eee;
}
.recommend_products b {
    font-size: 14px;
    color: #ED1218;
    width: 100%;
    float: left;
    margin-top: 6px;

}
.recommend_products span {
    font-size: 12px;
    color: #999;
    width: 100%;
    float: left;
}



.review_summary {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.overall_rating {
    margin-right: 30px;
    text-align: center;
}
.overall_rating span {
    font-size: 24px;
    color: #f40;
    font-weight: bold;
}
.stars {
    margin: 5px 0;
}
.total_reviews {
    color: #999;
}
.review_tags {
    display: flex;
    gap: 10px;
}
.review_tags span {
    padding: 3px 8px;
    background: #f5f5f5;
    border-radius: 3px;
    color: #666;
}

.review_item {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.review_avatar {
    width: 100px;
    margin-right: 15px;
    text-align: center;
}
.review_avatar span{
    font-size: 14px;
    color: #666;
    width: 100%;
    float: left;
    margin-top: 6px;
}
.review_avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #eee;
}
.review_meta {
    margin-bottom: 5px;
}
.review_date {
    color: #999;
    margin-left: 10px;
}
.review_images {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.review_images img {
    width: 60px;
    height: 60px;
    border: 1px solid #eee;
}


/* 动画和交互效果 */
.main_image img {
    transition: opacity 0.3s ease;
}
.tab_content {
    transition: opacity 0.3s ease;
}
.variant_list a {
    transition: all 0.2s ease;
}
.variant_list a.active {
    background: #f40;
    color: white !important;
    border-color: #f40 !important;
}
.add_to_cart, .buy_now {
    transition: all 0.2s ease;
}

.thumbnail_list img {
    transition: transform 0.2s ease;
}
.thumbnail_list img:hover {
    transform: scale(1.05);
}
.review_images img {
    transition: transform 0.2s ease;
}
.review_images img:hover {
    transform: scale(1.1);
}
/* 商品详情页面样式 */
.product_cot {
    width: 100%;
    float: left;
    background-color: #f5f5f5;
    padding: 30px 0;
}

/* 产品详情页样式 */
.breadcrumb {
    padding: 10px 0;
    color: #666;
    font-size: 14px;
    float: left;
    width: 100%;
}
.breadcrumb a {
    color: #666;
    text-decoration: none;
}
.breadcrumb a:hover {
    color: #333;
}

.product_detail {
    display: flex;
    margin: 20px 0;
    border: #ddd solid 1px;
    box-sizing: border-box;
    padding: 10px;
}

.product_gallery {
    flex: 0 0 482px;

    position: relative;
    
}

.thumbnail_list {
    display: flex;
    padding-left: 22px ;
}
.thumbnail_list .next, .thumbnail_list .prev{
    position: absolute;
    width: 20px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}
.thumbnail_list .next i, .thumbnail_list .prev i{ font-size: 24px;;}
.thumbnail_list a{ color: #999;}
.thumbnail_list a:hover{ color: #cc3333;}
.thumbnail_list .prev{
    right: 0px;
}

.thumbnail_list .next{
    left: 0;
}
.thumbnail_list  a:hover{ text-decoration: none; cursor: pointer;}

.list_img .active{
    border-color: #c4ad88;
}

.list_img li{ float: left; display: inline; width: 80px height: 80px; overflow: hidden; padding: 4px; border: 1px solid #eee; margin-right:7px; border-radius: 5px;}

.list_img_page{ display: none;}


.thumbnail_list img {
    width: 72px;
    height: 72px;
    cursor: pointer;

}
.thumbnail_list img:hover {
    border-color: #999;
}

.main_image {
    width: 100%;
    height: 480px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-radius: 10px;

}
.main_image img{ width: 100%; height: 100%;}



.original_price {
    text-decoration: line-through;
    color: #999;
    margin-right: 10px;
}

.product_meta {
    color: #666;
    margin-top: 15px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #ccc;
}
.product_meta span {
    margin-right: 15px;
}
.product_meta b{ font-weight: normal;}
.product_options {
    margin-top: 15px;
}

.price_info{

    background-color: #f2f2f2;
     width: 100%;
     padding: 10px;
     margin-top: 15px;

}

.product_options input,
.product_options select {
    padding: 5px;
    border: 1px solid #ddd;
}
.action_buttons {
    float: left;
    margin-top: 20px;
}
.add_to_cart,
.buy_now {
    padding: 10px 20px;
    margin-right: 10px;
    border: none;
    cursor: pointer;
}
.add_to_cart {
    background: #ff9500;
    color: white;
}
.buy_now {
    background: #cc3333;
    color: white;
}

.product_tabs {
    float: left;
    width: 100%;
}
.tab_headers {
    display: flex;
    border-bottom: 1px solid #ddd;
}
.tab_header {
    padding: 10px 20px;
    cursor: pointer;
    background: url(images/line_3.png) no-repeat right center;
}
.tab_header.active {
    color: #f40;
    border-bottom: 4px solid #f40;
    font-weight: bold;
}

.tab_content {
    display: none;
    padding: 20px;
}
.tab_content.active {
    display: block;
}
.review {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.review_rating {
    color: #f40;
    margin-bottom: 5px;
}

.product_container {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.product_show {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.product_images {
    width: 40%;
    padding-right: 20px;
}



.thumbnail_images {
    display: flex;
    justify-content: space-between;
}

.thumbnail_images img {
    width: 24%;
    height: 80px;
    object-fit: contain;
    border: 1px solid #eee;
    cursor: pointer;
}

.thumbnail_images img:hover {
    border-color: #ED1218;
}

.product_info {
   padding: 10px 10px 20px 20px;
   box-sizing: border-box;
   flex: 1 1  auto;
   position: relative;

}

.product_title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
}

.product_price {
    margin-bottom: 10px;
}

.original_price {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.current_price {
    color: #ED1218;
    font-size: 24px;
    font-weight: bold;
}

.product_features {
    margin-bottom: 20px;
}

.product_features p {
    margin-bottom: 8px;
    color: #666;
}

.product_actions {
    display: flex;
    align-items: center;
}

.quantity{ margin-top: 15px; width: 100%; float: left;}
.quantity label{ float: left; display: inline; margin: 8px 10px 0 0;}
.quantity span{ float: left; display: inline; width: 80px;}

.quantity_select {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.quantity_input {
    width: 60px;
    text-align: center;
    margin: 0 5px;
}

.add_to_cart_btn,
.buy_now_btn {
    margin-right: 10px;
    padding: 0 20px;
}


.description_tabs {
    display: flex;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.description_tabs .tab {
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    color: #666;
}

.description_tabs .tab.active {
    color: #ED1218;
    border-bottom: 2px solid #ED1218;
}



.details_content img {
    max-width: 100%;
    margin-bottom: 15px;
}

.details_content p {
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
}

.spec_table {
    width: 100%;
    text-align: left;
}

.spec_table th,
.spec_table td {
    padding: 10px;
    border: 1px solid #eee;
}

.spec_table th {
    background-color: #f5f5f5;
}

.review_item {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.user_info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.user_avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.user_name {
    margin-right: 20px;
    font-weight: bold;
}

.review_time {
    color: #999;
}

.review_content p {
    line-height: 1.6;
    color: #666;
    margin-bottom: 10px;
}

.review_content img {
    max-width: 200px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.shipping_fee_label{
    margin-left: 20px;
}

.top{ float: left; width: 100%; height: 40px; background-color: #333; line-height: 40px; color: #fff;}
.top a{ color: #fff; padding: 0 4px;}
.top_l{ float: left; display: inline;}
.top_r{ float: right;}
.top_r img{ width: 24px; height: 24px; border-radius: 50%; margin-right: 4px; border: #666 solid 1px;}
.top_r a{ margin-left: 6px;}


.Pagemain{ float: left; width: 100%; height: auto;}

.menu{ float: left; height: 96px; width: 100%; display: flex; justify-content: space-between; justify-items: center; gap: 80px;}

.menu a{ float: left; display: inline; margin: 30px 0 0 10px;}
.menu ul{ float: left; display: inline; flex: 1 1 auto;}

.menu ul li{ float: left; display: inline; margin: 0 10px;}
.menu ul li a{ float: left; display: inline; font-size: 14px;}
.logo { flex: 0 0 10%;}

.logo img{ transition: all 0.5s;}
.logo img:hover{ transform: scale(1.1);}

.search{ float: left; display: inline; margin: 30px 0 0 10px; flex:0 0  20%;}
.search input{ float: left; display: inline; width: 80%; height: 38px; padding: 0 10px; border: #ddd solid 1px; border-right: none; transition: all 0.5s ease; box-sizing: border-box;}

.search input:focus{ border-color: #0084ff;}
.search button{ float: right; display: inline; width: 20%; height: 38px; background-color:none; color: #fff; cursor: pointer; border: #ccc solid 1px;}
.search button i{ font-size: 16px; color: #666;}
.search button:hover{ background-color: #ccc;}
.search input:focus + button{ border-color: #0084ff;}

.bar{ float:left; display: inline; width: 100%; height: 460px;}
.bar_l{ float: left; display: inline; width: 20%; height: 100%; background-color: #403F40; }
.bar_r{ float: left; display: inline; width: 80%; height: 100%;}

.bar_l ul{ float: left; display: inline; width: 100%; height: auto; margin-top: 20px;}
.bar_l ul li{ float: left; display: inline; width: 100%; height: 40px; line-height: 40px; color: #fff; padding-left: 20px; box-sizing: border-box; position: relative;}

.bar_l ul li a{ float: left; display: inline; color: #fff; width: 100%;}
.bar_l ul li i{ position: absolute; top: 0; right: 10px;}
.bar_l ul li:hover{ background-color: #2354af;}
.bar_l ul li:hover ul{ display: block;}

.bar_l ul li ul{ position: absolute; top: 0; left: 100%; width: 500px; display: none; height: auto; background-color: #fff; border-radius: 10px; padding: 10px 10px 10px 0; margin: 0; z-index: 500;}
.bar_l ul li ul li{ width:100% ; float: left; height: auto;}
.bar_l ul li ul li a{ float: left; display: inline; color: #000; margin: 0 10px 0 10px; width: auto; font-size: 12px;}
.bar_l ul li ul li b{  white-space: nowrap; position: relative; padding-right: 10px;}
.bar_l ul li ul li b i{ position: absolute; top: 0; right: 0; color: #000;}

.bar_l ul li ul li a:hover{ color: #0084ff;}
.bar_l ul li ul li p{ float: left; width: 100%; height: auto; padding: 0; margin: 0; display: flex; justify-content: left; vertical-align: top;  border-bottom: 1px solid #eee; flex-wrap: nowrap;}
.bar_l ul li ul li p span{ line-height: 160%; padding: 10px 0;}
.bar_l ul li ul li:hover{ background-color: #fff;}

.bar_r img{ height: 460px; width: 100%;}
.bar_r ul li{ z-index: 100;}

.ind_class{ float: left; display: inline; width: 100%; margin-top: 40px; display: flex; justify-content: space-between;}
.ind_class a{ text-align: center; transition: all 0.5s ease;}
.ind_class a:hover{ color: #0084ff;}
.ind_class a img{  display: block; padding-bottom: 10px; }
.ind_class a:hover{ text-decoration: none; transform: scale(1.1);}
.hr{ float: left; display: inline; width: 100%; height: 1px; margin:40px 0 0 0; border: 0; background-color: #ccc;}
.ind_pro{ float: left; width: 100%; height: auto; margin-top: 40px;}
.ind_pro_tit{ float: left; width: 100%; height: auto;}
.ind_pro_tit b{ float: left; display: inline; font-size: 28px; font-weight: normal;}
.ind_pro_tit label{ float: left; display: inline; font-size: 14px; font-weight: normal; margin: 14px 0 0 20px;}
.ind_pro_tit a{ float: right; display: inline;  font-weight: normal; margin-top: 14px;}
.ind_pro_tit a i{ font-size: 14px;}

.ind_pro_con{ float: left; width: 100%; height: auto; margin-top: 20px;}
.pro_1{ float: left; width: 100%; height: auto; display: flex; justify-content: space-between; gap: 15px; flex-wrap: wrap;}
.pro_1 li{ flex: 0 0 calc(25% - 12px); background-color: #ffffff; height: 420px; transition: all 0.3s ease; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05); border: 1px solid #f0f0f0;}
.pro_1 li:hover{ transform: translateY(-10px); box-shadow: 0 8px 25px rgba(0,0,0,0.1); }
.pro_1 li:hover a strong{ color: #ED1218; transform: scale(1.05);}
.pro_1 li:hover a span{ color: #ED1218; transform: scale(1.05);}


.pro_1 li a{ float: left; display: inline; width: 100%; height: 100%; text-align: center; display: flex; flex-direction: column;}
.pro_1 li a img{ width: 100%; height: 300px; object-fit: cover; transition: all 0.3s ease;}
.pro_1 li:hover a img{ transform: scale(1.05);}
.pro_1 li a span{ float: left; display: inline; width: 90%; height: auto; font-size: 14px; margin: 16px auto 0; line-height: 1.5; transition: all 0.3s ease; color: #333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.pro_1 li a strong{ float: left; display: inline; width: 90%; height: auto; font-size: 20px; margin: 12px auto 0; color: #ED1218; font-weight: bold; transition: all 0.3s ease;}

.pro_2{ float: left; width: 100%; height: auto; display: flex; justify-content: space-between; gap: 10px; }
.pro_2 li{ flex: 1 1 25%;  height: 400px; transition: all 0.5s ease;}
.pro_2 li:hover{ transform: translateY(-10px); }
.pro_2 li:hover a strong,
.pro_2 li:hover a b,
.pro_2 li:hover a span{ color: #ED1218; transform: scale(1.1);}


.pro_2 li a{ float: left; display: inline; width: 100%; height: auto; text-align: center;}
.pro_2 li a img{ width: 100%; height: 300px;}
.pro_2 li a b{ float: left; display: inline; width: 100%; height: auto; font-size: 16px; font-weight: normal; margin: 14px 0 0 0;  transition: all 0.5s ease;}
.pro_2 li a span{ float: left; display: inline; width: 100%; height: auto; font-size: 12px; margin: 4px 0 0 0;  transition: all 0.5s ease; color: #666;}
.pro_2 li a strong{ float: left; display: inline; width: 100%; height: auto; font-size: 18px; margin: 10px 0 0 0; color: #aa0000; font-weight: normal;  transition: all 0.5s ease;}

.ind_pro_class{ float: left; width: 100%; height: auto;  display: flex; justify-content: space-between; flex-wrap: wrap;}
.ind_pro_class div{ flex: 1 1 50%; margin-top: 10px; height: 370px;}
.ind_pro_class div .ind_pro_class_l{ float: left; display: inline; width: 160px; height: 370px; box-sizing: border-box; position: relative; color: #fff;;}
.ind_pro_class div .ind_pro_class_l b{ float: left; display: inline; font-size: 18px; width: 120px; font-weight: normal; padding-bottom: 4px; margin: 40px 0 0 20px; background: url(images/line_1.png) no-repeat 0 bottom;}
.ind_pro_class div .ind_pro_class_l span{position: absolute; top: 116px; left: 15px; width: 130px; font-size: 12px; font-weight: normal; color: #fff; }
.ind_pro_class div .ind_pro_class_r{ float: left; display: inline; width: 438px; height: auto;}


.pro_bg_1{ background: url(images/pro_bg_1.png) no-repeat;}
.pro_bg_2{ background: url(images/pro_bg_2.png) no-repeat;}
.pro_bg_3{ background: url(images/pro_bg_3.png) no-repeat;}
.pro_bg_4{ background: url(images/pro_bg_4.png) no-repeat;}

.pro_3{ float: left; width: 100%; height: auto;}
.pro_3 li{ float: left; display: inline; box-sizing: border-box; padding: 10px; width: 146px; height: 256px;  border: #ccc solid 1px; border-left:0; overflow: hidden; transition: all 0.5s ease;}
.pro_3 li a{ float: left; display: inline; width: 100%; height:100%; text-align: center; transition: all 0.5s ease;}
.pro_3 li:hover a{ transform: scale(1.1); }    

.pro_3 li a img{ width: 125px; height: 125px; margin-top: 20px;}
.pro_3 li a span{ float: left; display: inline; width: 100%; height: auto; font-size: 12px; margin: 4px 0 0 0;}
.pro_3 li a b{ float: left; display: inline; width: 100%; height: auto; font-size: 16px; margin: 10px 0 0 0;  font-weight: normal;}


.pro_4{ float: left; width: 100%; height: auto; }
.pro_4 li{ float: left; display: inline; width: 218px; height: 113px; overflow: hidden; border: #ccc solid 1px; border-left: 0; border-top: 0; }
.pro_4 li a:hover{ transform: scale(1.1); }    


.pro_4 li a{ float: left; display: inline; width: 100%; height: 100%; text-align: center; transition: all 0.5s ease;}
.pro_4 li a img{ width: 90px; height: 90px; float: left; display: inline; margin: 10px 0 0 10px;}
.pro_4 li a p{ float: right; display: inline; width: 100px; height: auto; font-size: 12px; margin: 10px 10px 0 0; text-align: center;}
.pro_4 li a p b{ float: left; width: 100%; margin-top: 10px; font-weight: normal; font-size: 16px;}
.pro_4 li a p span{ float: left; width: 100%; margin-top: 4px;}

.ind_ad{ float: left; width: 100%; height: auto; margin-top: 40px;}
.ind_ad a{ float: left; display: inline; width: 100%; height: auto;}
.ind_ad a img{ width: 100%; height: auto;}

/*验证码*/
#reg_code{ position: absolute; top: 40px; right: 40px; height: auto; padding: 0 0 40px 0; z-index: 99; background-color: #fff; box-shadow: 1px 1px 6px #333; display: none;}
#Vcode{ display: none;}

.bottom{ float: left; width: 100%; height: auto; margin-top: 20px; color: #bfbfbf;}
.bottom a{ color: #bfbfbf; font-size: 12px;}
.bottom_c{ float: left; width: 100%; height: auto; background-color: #1b1b1b; padding: 40px 0;}
.bottom_c_t{ float: left; width: 100%;  border-bottom: #313131 solid 1px; padding: 10px 0 20px 0; }
.bottom_c_t ul{display: flex; justify-content: space-between; align-items: center;}
.bottom_c_t ul li{ text-align: center; flex: 1 1 auto; font-size: 18px;}
.bottom_c_t ul li img{ padding-right: 10px;}



.bottom_c_l{ float: left; width: 60%; height: auto; display: inline; margin-top: 40px;}
.bottom_c_l ul{ float: left; display: inline; width: 23%; height: auto;}
.bottom_c_l ul b{ float: left; display: inline; width: 60%; height: auto;  font-weight: normal; border-bottom:#313131 solid 1px; padding-bottom: 4px; margin-bottom: 4px;;}
.bottom_c_l ul li{ float: left; display: inline; width: 100%; height: auto; font-size: 12px; margin-top: 6px;}
.bottom_c_l ul li img{ float: left; display: inline; width: 20px; height: 20px; margin-right: 10px;}

.bottom_c_c{ float: left; width: 25%; height: auto; display: inline; margin-top: 40px;}
.bottom_c_c ul li img{ padding-right: 10px;}
.bottom_c_c ul li{ float: left; display: inline; width: 100%; height: auto; font-size: 18px; }
.bottom_c_c ul li b{ font-size:32px; font-weight: normal; color: #0262d6; padding: 10px 0 0 0; float: left;}
.bottom_c_c ul li span{ font-size: 14px;}


.bottom_c_r{ float: left; width: 15%; height: auto; display: inline; margin-top: 40px;}
.bottom_c_r ul li span{ float: left; width: 100%; }
.bottom_c_r ul li{ float: left; display: inline; width: 100%; height: auto; text-align: center; }
.bottom_c_r ul li img{ width: 100px; height: 100px; padding-top: 6px;}



.bottom_b{ float: left; width: 100%; height: auto;  background-color: #000; padding: 20px 0; text-align: center; font-size: 12px;}

.cart-container{
    min-height: 600px;
}
.show{ display: block !important;}

/* 秒杀标记基础样式 */
.seckill_tag, .seckill_tag_ended, .seckill_tag_soldout, .seckill_countdown_tag {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: bold;
    z-index: 10;
}

/* 秒杀进行中标记样式 */
.seckill_tag {
    background-color: #f56c6c;
}

/* 秒杀已结束标记样式 */
.seckill_tag_ended {
    background-color: #909399;
}

/* 库存为0标记样式 */
.seckill_tag_soldout {
    background-color: #eee;
    color: #999;
}

/* 秒杀倒计时标记样式 */
.seckill_countdown_tag {
    background-color: #f56c6c;
    padding: 4px 4px;
}

/* 倒计时数字样式 */
.countdown_display {
    font-family: monospace;
    font-size: 16px;
    margin: 0 2px;
}

/* 商品图片容器相对定位，以便秒杀标记绝对定位 */
.product_img {
    position: relative;
    display: block;
    overflow: hidden;
}

    /* 商品列表页面特定按钮样式 */
    .product_actions .add_to_cart, .product_actions .buy_now {
        background: none;
        border: none;
        color: #666;
        padding: 5px 10px;
        cursor: pointer;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
    }
    
    .product_actions .add_to_cart:hover, .product_actions .buy_now:hover {
        color: #ff6700;
    }
    
    .product_actions .add_to_cart i, .product_actions .buy_now i {
        margin-right: 5px;
        font-size: 16px;
    }

       .coupon-detail-container {
        width: 800px;
        margin: 30px 0 0 150px;
        background-color: #fff;
        padding: 40px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        float: left;
    }
    .coupon-detail-header {
        text-align: center;
        margin-bottom: 30px;
    }
    .coupon-detail-header h1 {
        font-size: 28px;
        color: #333;
        margin-bottom: 15px;
    }
    .coupon-detail-header p {
        color: #999;
    }
    .coupon-detail-body {
        background-color: #f8f8f8;
        padding: 30px;
        border-radius: 8px;
        position: relative;
        margin-bottom: 30px;
    }
    .coupon-main-info {
        display: flex;
        background-color: #fff;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }
    .coupon-value {
        flex: 0 0 180px;
        background-color: #f56c6c;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        font-weight: bold;
        font-size: 34px;
    }
    .coupon-value::after {
        content: '';
        position: absolute;
        right: -8px;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        background-color: #f8f8f8;
        border-radius: 50%;
        border: 1px solid #e6e6e6;
    }
    .coupon-value::before {
        content: '';
        position: absolute;
        left: -8px;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        background-color: #f8f8f8;
        border-radius: 50%;
        border: 1px solid #e6e6e6;
    }
    .coupon-info {
        flex: 1;
        padding: 20px;
    }
    .coupon-title {
        font-size: 22px;
        margin-bottom: 15px;
        color: #333;
        font-weight: bold;
    }
    .coupon-type {
        margin-bottom: 15px;
        color: #666;
    }
    .coupon-desc {
        margin-bottom: 15px;
        color: #666;
    }
    .coupon-detail-info {
        margin-top: 25px;
        padding-top: 25px;
        border-top: 1px solid #e6e6e6;
    }
    .coupon-detail-info p {
        margin-bottom: 10px;
        color: #666;
    }
    .coupon-detail-info strong {
        color: #333;
        margin-right: 10px;
    }
    .coupon-action {
        text-align: center;
        margin-top: 30px;
    }
    .coupon-btn {
        padding: 12px 40px;
        border-radius: 4px;
        font-size: 16px;
        cursor: pointer;
        border: 1px solid #f56c6c;
        background-color: #f56c6c;
        color: #fff;
        transition: all 0.3s;
        margin-bottom: 40px;
    }
    .coupon-btn:hover {
        background-color: #f78989;
        border-color: #f78989;
    }
    .coupon-btn.disabled {
        border-color: #c0c4cc;
        color: #c0c4cc;
        background-color: #f5f7fa;
        cursor: not-allowed;
    }
    .coupon-btn.disabled:hover {
        background-color: #f5f7fa;
        color: #c0c4cc;
    }
    .coupon-footer {
        text-align: center;
        color: #999;
        font-size: 14px;
    }
    .coupon-validation {
        margin-top: 20px;
        padding: 15px;
        background-color: #fff7e6;
        border: 1px solid #ffeaa7;
        border-radius: 4px;
        color: #e67e22;
        display: none;
    }
    .error-message {
        margin-top: 20px;
        padding: 20px;
        background-color: #fff2f0;
        border: 1px solid #ffccc7;
        border-radius: 4px;
        color: #f56c6c;
        text-align: center;
    }
    .error-message i {
        font-size: 48px;
        margin-bottom: 15px;
        display: block;
    }
    .back-btn {
        display: inline-block;
        margin-top: 20px;
        color: #409eff;
        text-decoration: none;
    }
    .back-btn:hover {
        color: #66b1ff;
    }



    .user-center-container {
    display: flex;
    float: left;
    height: auto;
    width: 100%;
}
.left-sidebar {
    width: 240px;
    background-color: #2F363C;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.right-content {
    flex: 1;
    margin-left: 40px;
    min-height: 900px;
    border: 1px solid #e6e6e6;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    
}
.layui-card {
    margin-bottom: 20px;
}
.avatar-big {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}
.layui-nav.layui-nav-tree {
   width: 100%;
}
.user-info-center {
    text-align: center;
    padding: 20px 0;
    background-color: #fafafa;
}
.user-name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}
.user-phone {
    color: #666;
    font-size: 14px;
    padding-bottom: 10px;
}
.layui-nav-itemed > .layui-nav-child {
    background-color: #f9f9f9 !important;
}
.order-item {
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0;
}
.order-item:last-child {
    border-bottom: none;
}
.favorite-item {
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #fff;
}
.favorite-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.address-item {
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    position: relative;
}
.default-tag {
    position: absolute;
    top: -1px;
    right: -1px;
    background: #FF5722;
    color: white;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 0 4px 0 8px;
}
.address-info {
    margin-bottom: 10px;
}
.address-info .name-phone {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
.address-info .address-detail {
    color: #666;
    line-height: 1.5;
}
.product-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.mr-1 {
    margin-right: 8px;
}
.mt-2 {
    margin-top: 10px;
}
.loading, .no-data, .error {
        padding: 40px 0;
        text-align: center;
        color: #999;
    }
    
    /* 评价相关样式 */
    .review-popup {
        padding: 20px;
    }
    
    .review-product-info {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .review-product-image {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 4px;
        margin-right: 15px;
    }
    
    .review-product-name {
        flex: 1;
        font-size: 14px;
        color: #333;
    }
    
    .review-form {
        margin-top: 20px;
    }
    
    .rating-stars {
        font-size: 24px;
        color: #d2d2d2;
        cursor: pointer;
        margin-top: 5px;
    }
    
    .rating-stars .star {
        margin-right: 5px;
        transition: color 0.3s;
    }
    
    .rating-stars .star.active {
        color: #FFB800;
    }
    
    .reviews-list .review-item {
        border: 1px solid #e8e8e8;
        border-radius: 8px;
        margin-bottom: 20px;
        padding: 15px;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    
    .review-header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    
    .review-user-info {
        display: flex;
        align-items: center;
    }
    
    .review-avatar {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 10px;
    }
    
    .review-username {
        font-weight: bold;
        color: #333;
    }
    
    .review-date {
        color: #999;
        font-size: 12px;
    }
    
    .review-rating {
        color: #FFB800;
        font-size: 14px;
        margin: 10px 0;
    }
    
    .review-content {
        line-height: 1.6;
        color: #333;
        margin-bottom: 10px;
    }
    
    .review-product-title {
        color: #333;
        margin-bottom: 10px;
        font-weight: bold;
    }
    /* 优惠券样式 */
    .coupon_list {
        margin-top: 20px;
    }
    .coupon_tab {
        display: flex;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 20px;
    }
    .coupon_tab li {
        flex: 1;
        text-align: center;
        padding: 10px 0;
        cursor: pointer;
        font-size: 16px;
        color: #666;
    }
    .coupon_tab li.active {
        color: #f56c6c;
        border-bottom: 2px solid #f56c6c;
    }
    .coupon_item {
        display: flex;
        margin-bottom: 15px;
        background-color: #fff;
        border-radius: 4px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        position: relative;
    }
    .coupon_value {
        flex: 0 0 120px;
        background-color: #f56c6c;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        font-weight: bold;
    }
    .coupon_value::after {
        content: '';
        position: absolute;
        right: -8px;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        background-color: #f5f5f5;
        border-radius: 50%;
        border: 1px solid #e6e6e6;
    }
    .coupon_value::before {
        content: '';
        position: absolute;
        left: -8px;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        background-color: #f5f5f5;
        border-radius: 50%;
        border: 1px solid #e6e6e6;
    }
    .coupon_info {
        flex: 1;
        padding: 15px;
        position: relative;
        min-height: 100px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .coupon_title {
        font-size: 16px;
        margin-bottom: 5px;
        color: #333;
    }
    .coupon_desc {
        font-size: 12px;
        color: #999;
        margin-bottom: 10px;
    }
    .coupon_condition {
        font-size: 12px;
        color: #999;
        margin-bottom: 10px;
    }
    .coupon_time {
        font-size: 12px;
        color: #999;
        margin-bottom: 10px;
    }
    .coupon_action {
        position: absolute;
        right: 15px;
        bottom: 15px;
    }
    .coupon_btn {
        padding: 5px 15px;
        border-radius: 3px;
        font-size: 14px;
        cursor: pointer;
        border: 1px solid #f56c6c;
        background-color: #fff;
        color: #f56c6c;
        transition: all 0.3s;
    }
    .coupon_btn:hover {
        background-color: #f56c6c;
        color: #fff;
    }
    .coupon_btn.disabled {
        border-color: #c0c4cc;
        color: #c0c4cc;
        background-color: #f5f7fa;
        cursor: not-allowed;
    }
    .coupon_btn.disabled:hover {
        background-color: #f5f7fa;
        color: #c0c4cc;
    }
    .coupon_value .price {
        font-size: 30px;
    }
    .coupon_value .symbol {
        font-size: 16px;
    }
    .empty_coupon {
        text-align: center;
        padding: 50px 0;
        color: #999;
    }
    .empty_coupon i {
        font-size: 64px;
        margin-bottom: 15px;
        display: block;
        color: #c0c4cc;
    }
    .tip_msg {
        background-color: #f0f9ff;
        border-left: 4px solid #409eff;
        padding: 10px 15px;
        margin-bottom: 20px;
        color: #606266;
    }
    .user_lv{ padding: 5px 0;}
error {
    color: #ff5722;
}
.favorite-image{

    width: 80px;
    height: 80px;
    border-radius: 6px;
}

#birthday{ width: 120px;}
.layui-card-header{ background-color: #fafafa; border: #f2f2f2 solid 1px;}
/* 适配移动设备 */
@media screen and (max-width: 768px) {
    .user-center-container {
        flex-direction: column;
    }
    .left-sidebar {
        width: 100%;
        position: relative;
        height: auto;
    }
    .right-content {
        margin-left: 0;
    }
}


     /* 订单分页样式 */
        .pagination-container {
            text-align: center;
            margin-top: 20px;
            padding: 15px 0;
        }
        
        /* 订单项美化 */
        .order-item {
            border: 1px solid #e8e8e8;
            border-radius: 8px;
            margin-bottom: 20px;
            padding: 15px;
            background: #fff;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
        }
        
        .order-item:hover {
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            transform: translateY(-2px);
            background-color: #fafafa;
        }
        
        .order-header {
            border-bottom: 1px solid #f0f0f0;
            padding-bottom: 10px;
            margin-bottom: 15px;
        }
        
        .order-no {
            font-weight: bold;
            color: #333;
        }
        
        .order-date {
            color: #999;
            font-size: 12px;
        }
        
        .product-item {
            padding: 10px 0;
            border-bottom: 1px solid #f5f5f5;
        }
        
        .product-item:last-child {
            border-bottom: none;
        }
        
        .product-image {
            width: 70px;
            height: 70px;
            object-fit: cover;
            border-radius: 4px;
        }
        .product-info{
            padding-left: 20px;
        }
        .order-products .product-item{
            border-bottom:#eee solid 1px ;
        }
        .product-name {
            font-size: 14px;
            margin-bottom: 5px;
            color: #333;
        }
        
        .product-price {
            color: #ff6700;
            margin-bottom: 3px;
        }
        
        .product-quantity {
            color: #999;
            font-size: 12px;
            margin-right: 20px;
        }
        
        .order-total {
            font-size: 16px;
            color: #ff6700;
        }
        
        .order-actions {
            float: right !important;
            display: flex !important;
            gap: 8px;
            justify-content: flex-end;
        }
        .product-amount{

            text-align: center;
            line-height: 70px;
            color: #ff6700;
            font-weight: bold;
        }
        .order-paytime{
            margin-left: 20px;
        }
        .order-time{
            text-align: right;
        }
        
        /* 筛选按钮样式 */
        .order-filter {
            margin-bottom: 20px;
            padding: 15px;
            background: #f8f9fa;
            border-radius: 8px;
        }
        
        .order-filter .layui-btn {
            margin-right: 10px;
            margin-bottom: 8px;
            border-radius: 20px;
            padding: 0 16px;
            height: 32px;
            line-height: 32px;
            font-size: 13px;
        }
        
        /* 加载状态样式 */
        .loading {
            padding: 40px 0;
            color: #999;
            font-size: 14px;
        }
        
        .no-data {
            padding: 60px 0;
            color: #ccc;
            font-size: 16px;
            text-align: center;
        }
        
        .error {
            padding: 40px 0;
            color: #ff4d4f;
            text-align: center;
        }

 .user_left_ul {
    width: 100% !important;
    float: left;
    padding-top: 20px !important;
 }
.user_left_ul li{
   width: 100%;
   float: left;
   text-indent: 10px;

}
.stock-warning {
    color: #ff4d4f;
    font-size: 12px;
    margin: 5px 0 0 0;
    font-weight: bold;
}
.clear-cart-btn {
    margin-left: 20px;
    background-color: #f5f5f5;
    color: #333;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}
.clear-cart-btn:hover {
    background-color: #e0e0e0;
}
.recommend_products .product_grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.recommend_products .product_grid li {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}


/* 秒杀功能样式 */
.seckill_area {
    margin: 15px 0;
    padding: 10px;
    background-color: #fff2f0;
    border: 1px solid #ffccc7;
    border-radius: 4px;
    position: relative;
}

.seckill_label {
    color: #f56c6c;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
}

.seckill_status {
    color: #606266;
    font-size: 14px;
}

.seckill_countdown {
    margin-top: 10px;
    color: #606266;
    font-size: 14px;
}

.countdown_hours,
.countdown_minutes,
.countdown_seconds {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #303133;
    color: #ffffff;
    border-radius: 4px;
    margin: 0 2px;
    font-weight: bold;
    font-family: monospace;
}

/* 按钮禁用样式增强 */
.btn-disabled {
    background-color: #c0c4cc !important;
    border-color: #c0c4cc !important;
    color: #fff !important;
    cursor: not-allowed;
}

.btn-disabled:hover {
    background-color: #c0c4cc !important;
    border-color: #c0c4cc !important;
    color: #fff !important;
}
.product_brand{
    position: absolute;
    top: -11px;
    right: 10px;
    border: 1px solid #eee;
    width: 120px;
    height: 150px;
    z-index: 1;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
    display: none;
}
.product_brand img{
    float: left;
    width: 120px;
    height: 100px;
    border-radius: 6px;
    margin: 4px 0 8px 0;
}
.product_brand span{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    background: #fafafa;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 12px;
    color: #666;
}
.product_brand b{
    font-weight: normal;
    color: #999;
    width: 100%;
    text-align: center;
    float: left;
}

   /* 收藏按钮样式 */
        .add_to_favorite {
            background: #FF5722;
            color: white;
            border: none;
            padding: 12px 20px;
            border-radius: 4px;
            cursor: pointer;
            font-size: 14px;
            margin-left: 10px;
            display: inline-flex;
            align-items: center;
            gap: 5px;
            transition: all 0.3s;
        }
        
        .add_to_favorite:hover {
            background: #e64100;
        }
        
        .add_to_favorite.favorited {
            background: #4CAF50;
        }
        
        .add_to_favorite.favorited:hover {
            background: #45a049;
        }
        
        .add_to_favorite i {
            font-size: 16px;
        }
        
        /* 禁用按钮样式 */
        .add_to_cart[disabled], .buy_now[disabled], .add_to_favorite[disabled],
        .layui-btn-disabled {
            background: #ccc !important;
            color: #666 !important;
            cursor: not-allowed !important;
            opacity: 0.6;
            pointer-events: none; /* 禁止所有鼠标事件 */
        }
        
        .add_to_cart[disabled]:hover, .buy_now[disabled]:hover,
        .layui-btn-disabled:hover {
            background: #ccc !important;
        }
        
        .btn-disabled {
            background: #f56565 !important;
            color: white !important;
            cursor: not-allowed !important;
            pointer-events: none; /* 禁止所有鼠标事件 */
        }
        
        .btn-disabled:hover {
            background: #f56565 !important;
        }
        
        /* 规格选择样式优化 */
        .variant_list_item {
            display: inline-block;
            padding: 8px 15px;
            margin: 5px;
            border: 1px solid #ddd;
            border-radius: 4px;
            color: #333;
            text-decoration: none;
            transition: all 0.3s;
            cursor: pointer;
        }
        
        .variant_list_item:hover {
            border-color: #1890ff;
            color: #1890ff;
        }
        
        .variant_list_item.selected, .variant_list_item.active {
            border-color: #1890ff;
            background: #1890ff;
            color: white;
        }