
.lyuiheader_nav_001{
    --padding: 20px;
    max-height: 100%;
    --font_1st_px: 16px;
    --head_top_height: 40px;
    --hoverColor: var(--mainColor);
    overflow: hidden
}
.lyuiheader_nav_001-li{font-size: var(--font_1st_px);height: var(--head_top_height);border-bottom: 1px solid transparent;padding: 0 var(--padding);transition: .3s ease-out;white-space: nowrap;}
.lyuiheader_nav_001-li-a{line-height: 2;}
.lyuiheader_nav_001-li:hover,
.lyuiheader_nav_001-li.cur{border-bottom-color: var(--hoverColor);color: var(--hoverColor);}
.lyuiheader_nav_001-hoverBlock-b .lyuiheader_nav_001-li:hover{border-bottom-color: var(--hoverColor);background-color: var(--hoverColor);color: #fff;}
.lyuiheader_nav_001.hide-active{opacity: 0;pointer-events: none;}
.lyuiheader_nav_001.hide-active *{pointer-events: none!important;}

/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/

#w001_index_header_12_nav{transition: background-color .3s;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
#w001_index_header_12_nav::before{border-bottom: 1px solid transparent;content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;}
#w001_index_header_12_nav .head{height: var(--head_top_height);color: var(--head_fz_color);}
#header.fixed.scroll-top #w001_index_header_12_nav{box-shadow: none;}
#header.fixed.scroll-top #w001_index_header_12_nav::before{border-bottom-color: rgba(255, 255, 255, 0.2);}
#header.fixed.scroll-top #w001_index_header_12_nav .head{color: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head{color: #333;}

#w001_index_header_12_nav .stockCode{margin-left: 10px;font-size: 16px;line-height: 1.5;opacity: 0.6;}

#w001_index_header_12_nav .btnCS{padding: 0.1rem 0.2rem;border-radius: 5px;background: var(--mainColor);color: #fff;transition: .3s;font-size: 0.14rem;}
#w001_index_header_12_nav .btnCS:hover{opacity: 0.8;}


/* 背景色 */
#header_bg{height: var(--head_top_height);width: 100%;pointer-events: none;transition:background .3s;background: var(--head_bg_color);}
#header.fixed.scroll-top #header_bg{background: transparent;}


/* logo部分 */
#w001_index_header_12_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_12_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_12_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_12_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_12_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .weblogo .logo_b{display: block;}


/* 导航栏目 */
#w001_index_header_12_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}

/* 按钮部分 */
#w001_index_header_12_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_12_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_12_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_12_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_12_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_12_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_12_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_12_nav .head .menu i::before{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(-14px);transition: .3s;}
#w001_index_header_12_nav .head .menu i::after{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(14px);transition: .3s;}
#header.fixed.scroll-top #w001_index_header_12_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_12_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_12_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head .menu i::after{background: #333;}


/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_12_nav{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_12_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_12_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_12_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_12_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_12.pc_app #w001_index_header_12_nav .head_nav .li{display: none;}
.w001_index_header_12.pc_app #w001_index_header_12_nav .head .menu{display: block;}


#w001_index_header_12_nav .mblanguage{display: none;}


@media only screen and (max-width: 1024px) {
    #w001_index_header_12_nav .head_nav .li{display: none;}
    #w001_index_header_12_nav .head .menu{display: block;}
    /* #w001_index_header_12_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_12_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_12_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_12_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
    
    #w001_index_header_12_nav .btnCS{display: none;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_12_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_12_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_12_nav .head_btn .language{display: none;}
    #w001_index_header_12_nav .mblanguage{margin-right: 20px;font-size: 36px;display: flex;}

    #w001_index_header_12_nav .head .menu{padding: 30px;}
    #w001_index_header_12_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_12_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_12_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_12_nav .weblogo{opacity: 0;}
    #header.menu_expand #w001_index_header_12_nav .mblanguage{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_12_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_12_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_12_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_12_nav .head .menu{display: none;}
.w001_index_header_12 #w001_index_header_12_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_12_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_12_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_12_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_12_nav .head_btn{flex: initial;}
}
#w000_products_detail_breadcrumb_109 .breadcrumb{display: flex;align-items: center;padding: 40px 0;font-size: 16px;line-height: 1;}
#w000_products_detail_breadcrumb_109 .breadcrumb i{font-size: 18px;color: #888888;}
#w000_products_detail_breadcrumb_109 .breadcrumb .before{color: #888888;}
#w000_products_detail_breadcrumb_109 .breadcrumb .span{margin: 0 18px;}
#w000_products_detail_breadcrumb_109 .breadcrumb .span i{font-size: 14px;}



@media screen and (max-width:850px) {
    #w000_products_detail_breadcrumb_109 .breadcrumb{display: none;}
    #w000_products_detail_breadcrumb_109 .breadcrumb{font-size: 30px;}
    #w000_products_detail_breadcrumb_109 .breadcrumb i{font-size: 30px;}
    #w000_products_detail_breadcrumb_109 .breadcrumb .span i{font-size: 24px;}
}
/* 產品詳情 */
.w000_products_detail_product_110_wrap{display: grid;grid-template-columns: 540px calc(100% - 540px);background: #fff;}

#w000_products_detail_product_110_left{border: 1px solid #F0F0F0;width: 100%;}
#w000_products_detail_product_110_left .li{padding-top: 100%;}
#w000_products_detail_product_110_left img{width: 100%;max-width: 480px;margin: auto;}

#w000_products_detail_product_110_left .swiper-pagination-bullet{width: 8px;height: 8px;background: #CCCCCC;border-radius: 50%;opacity: 1;}
#w000_products_detail_product_110_left .swiper-pagination-bullet-active{background: var(--mainColor);}
#w000_products_detail_product_110_left .swiper-pagination-bullets{bottom: 30px;}


#w000_products_detail_product_110_para{border: 1px solid #F0F0F0;width: 100%;}
#w000_products_detail_product_110_para .li{padding-top: 100%;}
#w000_products_detail_product_110_para img{width: 100%;max-width: 480px;margin: auto;}


#w000_products_detail_product_110_pic_btn.cur{opacity: 0;pointer-events: none;}
#w000_products_detail_product_110_pic_btn .origin.cur,
#w000_products_detail_product_110_pic_btn .para.cur{background: var(--mainColor);color: #fff;border-color: var(--mainColor);}


#w000_products_detail_product_110_right{padding: 19px 0 0 60px;}
#w000_products_detail_product_110_right .parameter{}
#w000_products_detail_product_110_right .parameter .name{font-size: 18px;line-height: 1.5;color: #333333;margin-bottom: 8px;}
#w000_products_detail_product_110_right .parameter .brief{font-size: 28px;line-height: 1.5;color: #333333;font-weight: 500;}

#w000_products_detail_product_110_right .parameter .price{margin: 36px 0 41px;display: flex;font-size: 30px;line-height: 1;}
#w000_products_detail_product_110_right .price .sale{font-weight: bold;color: var(--mainColor);}
#w000_products_detail_product_110_right .price .origin{font-size: 16px;line-height: 30px;color: #666666;text-decoration: line-through;margin-left: 10px;}
#w000_products_detail_product_110_right .price .discount{width: 70px;height: 26px;background: #333333;font-size: 14px;line-height: 26px;text-align: center;font-weight: 500;color: #FFFFFF;margin-left: 20px;}

#w000_products_detail_product_110_right .coupon{margin-bottom: 20px;}
#w000_products_detail_product_110_right .coupon .item{position: relative; display: flex; padding: 7px 14px; background-color: #fa4b4b; color: #fff; border-radius: 3px; line-height: 20px; font-size: 14px; width: max-content; margin-top: 8px; }
#w000_products_detail_product_110_right .coupon .item:before,
#w000_products_detail_product_110_right .coupon .item:after { content: ''; width: 0; height: 8px; position: absolute; margin: auto; top: 0; bottom: 0; }
#w000_products_detail_product_110_right .coupon .item:before { left: 0; border-right: 4px solid #fff; border-radius: 0 8px 8px 0; }
#w000_products_detail_product_110_right .coupon .item:after { right: 0; border-left: 4px solid #fff; border-radius: 8px 0 0 8px; }

#w000_products_detail_product_110_right .coupon .item .tip{}
#w000_products_detail_product_110_right .coupon .item .button{ height: 20px; line-height: 20px; background-color: #fff; margin-left: 12px; padding: 0 8px; color: #000; border-radius: 20px;}

#w000_products_detail_product_110_right .parameter .type{font-size: 18px;color: #666666;}
#w000_products_detail_product_110_right .type .note{line-height: 1;margin-bottom: 19px;}
#w000_products_detail_product_110_right .type .select{display: flex; flex-wrap:wrap;}
#w000_products_detail_product_110_right .type .select .li{height: 50px;background: #FFFFFF;border: 1px solid #ccc;position: relative;margin:0 10px 10px 0;padding: 0 15px;cursor: pointer;}
#w000_products_detail_product_110_right .type .select .li span{font-size: 16px;line-height: 50px;text-align: center;}
#w000_products_detail_product_110_right .type .select .li .img{width: 10px;height: 10px;position: absolute;top: -1px;right: -1px;opacity: 0;}
#w000_products_detail_product_110_right .type .select .li .img *{fill: var(--mainColor);}
#w000_products_detail_product_110_right .type .select .li.cur{border: 1px solid var(--mainColor);}
#w000_products_detail_product_110_right .type .select .li.cur .img{opacity: 1;}


#w000_products_detail_product_110_right .parameter .number{font-size: 18px;color: #666666;margin-top: 30px;}
#w000_products_detail_product_110_right .number .note{margin-bottom: 17px;}
#w000_products_detail_product_110_right .number .select{display: flex;align-items: center;}
#w000_products_detail_product_110_right .number .select .input_number{display: flex;align-items: center;}
#w000_products_detail_product_110_right .number .select .input_number .unit{margin-left:15px;}
#w000_products_detail_product_110_right .number .select .limit{line-height: 40px;margin-left: 21px;}
#w000_products_detail_product_110_right .number .select .call{display: flex;align-items: center;margin-left: 35px;}
#w000_products_detail_product_110_right .number .select .call .vx{width: 40px;height: 40px;background: var(--mainColor);border-radius: 50%;display: flex;justify-content: center;align-items: center;flex-shrink: 0;}
#w000_products_detail_product_110_right .number .select .call .vx i{font-size: 26px;color: #fff;}
#w000_products_detail_product_110_right .number .select .call .tip{margin-left: 15px;}

#w000_products_detail_product_110_right .qty{border:1px solid #ccc;width: 150px;}
#w000_products_detail_product_110_right .qty a{line-height:36px; height:36px; width:36px; cursor:pointer;text-align: center;}
#w000_products_detail_product_110_right .qty input{height: 36px;width: calc(100% - 36px * 2);text-align: center;border-right: 1px solid #ccc;border-left: 1px solid #ccc;}

#w000_products_detail_product_110_right .parameter .btn{display: flex;font-size: 18px;margin-top: 47px;}
#w000_products_detail_product_110_right .btn .cart,
#w000_products_detail_product_110_right .btn .buy{line-height: 60px;text-align: center;height: 60px;transition: .3s;}
#w000_products_detail_product_110_right .btn .cart{width: 200px;color: var(--btn_1st_font_color);background: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);border-width: var(--btn_1st_border_width);border-style: var(--btn_1st_border_style);border-color: var(--btn_1st_border_color);}
#w000_products_detail_product_110_right .btn .buy{width: 180px;margin-left: 20px;color: var(--btn_2nd_font_color);background: var(--btn_2nd_bg_color);border-radius:var(--btn_2nd_border_radius);border-width: var(--btn_2nd_border_width);border-style: var(--btn_2nd_border_style);border-color: var(--btn_2nd_border_color);}

#w000_products_detail_product_110_right .btn .like{margin-left: 34px;display: flex;flex-direction: column;justify-content: space-around;}
#w000_products_detail_product_110_right .btn .like .icon{display: flex;align-items: center;}
#w000_products_detail_product_110_right .btn .like .icon i{font-size: 24px;color: #333;}
#w000_products_detail_product_110_right .btn .like .icon .love{}
#w000_products_detail_product_110_right .btn .like .icon .love_on{opacity:0;color: var(--mainColor);}
#w000_products_detail_product_110_right .btn .like .icon.cur .love{opacity:0;}
#w000_products_detail_product_110_right .btn .like .icon.cur .love_on{opacity:1;}

#w000_products_detail_product_110_right .btn .like .num{text-indent: 26px;color: #333333;}
#w000_products_detail_product_110_right .btn .like .tip{color: #666666;}

#w000_products_detail_product_110_right .btn .cart:hover{color: var(--btn_1st_hover_color);background: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}
#w000_products_detail_product_110_right .btn .buy:hover{color: var(--btn_2nd_hover_color);background: var(--btn_2nd_hover_bg_color);border-color: var(--btn_2nd_hover_border_color);}



@media screen and (max-width: 1200px){
    .w000_products_detail_product_110_wrap{display: block;padding: 30px 0;}
    #w000_products_detail_product_110_left{max-width: 100%;}
    #w000_products_detail_product_110_left .li{padding-top: 60%;}

    #w000_products_detail_product_110_right{width: 100%;padding: 20px 0;}
}

@media screen and (max-width: 850px){
    #w000_products_detail_product_110_right .parameter .name{font-size: 36px;line-height: 1.3;}
    #w000_products_detail_product_110_right .parameter .brief{font-size: 30px;line-height: 1.3;}
    #w000_products_detail_product_110_right .parameter .price{margin: 45px 0;font-size: 36px;}
    #w000_products_detail_product_110_right .parameter .origin{font-size: 30px;line-height: 36px;margin-left: 25px;}


    #w000_products_detail_product_110_right .parameter .type .note{margin-bottom: 20px;font-size: 36px;color: #333;}
    #w000_products_detail_product_110_right .type .select .li{height: 60px;padding: 0 25px;margin: 0 25px 20px 0;}
    #w000_products_detail_product_110_right .type .select .li span{font-size: 30px;line-height: 60px;}

    #w000_products_detail_product_110_right .parameter .number{font-size: 26px;}
    #w000_products_detail_product_110_right .parameter .number .note{font-size: 36px;color: #333;}
    #w000_products_detail_product_110_right .qty{width: 240px;}
    #w000_products_detail_product_110_right .qty a{line-height:60px; height:60px; width:60px; font-size: 36px;}
    #w000_products_detail_product_110_right .qty input{height: 60px;width: calc(100% - 60px * 2);}
    #w000_products_detail_product_110_right .number .select .call .vx{width: 60px;height: 60px;}
    #w000_products_detail_product_110_right .number .select .call .vx i{font-size: 40px;}

    #w000_products_detail_product_110_right .parameter .btn{font-size: 26px;}

    #w000_products_detail_product_110_right .btn .cart,
    #w000_products_detail_product_110_right .btn .buy{border-radius: 35px;line-height: 70px;height: 70px;font-size: 30px;flex: 1;}

    #w000_products_detail_product_110_right .parameter .btn .like{flex-direction: row;align-items: center;}
    #w000_products_detail_product_110_right .parameter .btn .like i{font-size: 36px;}
    #w000_products_detail_product_110_right .parameter .btn .like .num{text-indent: 42px;}
    #w000_products_detail_product_110_right .parameter .btn .like .tip{margin-left: 40px;}
}



#w000_products_detail_product_110_tabs{margin-top: 70px;}
#w000_products_detail_product_110_tabs ._ly2_tab .tab{border-bottom: 2px solid #ccc;}
#w000_products_detail_product_110_tabs ._ly2_tab .tab .li{border: 2px solid transparent;transform: translate(0,2px);padding: 25px 20px;cursor: pointer;font-size: 20px;}
#w000_products_detail_product_110_tabs ._ly2_tab .tab .li.cur{ border-bottom-color: var(--mainColor);color: var(--mainColor);}
#w000_products_detail_product_110_tabs ._ly2_tab .bind{padding-top: 60px;}
#w000_products_detail_product_110_tabs ._ly2_tab .bind .con{}

@media screen and (max-width:1200px) {
    #w000_products_detail_product_110_tabs ._ly2_tab .tab .li{font-size: 30px;}
}
/*评论*/
#w000_products_detail_comments_111_comments .top{margin-top: 80px;padding: 35px 30px;justify-content: space-between;display: flex;align-items: center;background: #F8F8F8;}

#w000_products_detail_comments_111_comments .top .rating{display: flex;align-items: center;}
#w000_products_detail_comments_111_comments .top .rating .star{font-size: 20px;}
#w000_products_detail_comments_111_comments .top .rating .num{font-size:24px;color: #333333;font-weight: bold;margin: 0 29px 0 18px;}
#w000_products_detail_comments_111_comments .top .rating .total{font-size: 16px;color: #666666;}
#w000_products_detail_comments_111_comments .top .btn {width: 160px;height: 50px;cursor: pointer; color: var(--btn_1st_font_color);background: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w000_products_detail_comments_111_comments .top .btn i{font-size: 26px;}
#w000_products_detail_comments_111_comments .top .btn .tip{margin-left: 18px;font-size: 16px;}


#w000_products_detail_comments_111_edit .info{margin-top: 48px;font-size: 18px;color: #333333;line-height: 1;display: none;}
#w000_products_detail_comments_111_edit .info .name{font-size: 24px;line-height: 1;font-weight: 500;color: #333333;}
#w000_products_detail_comments_111_edit .info .note{margin-top: 37px;}
#w000_products_detail_comments_111_edit .info .rating{margin: 31px 0;display: flex;align-items: center;}
#w000_products_detail_comments_111_edit .info .rating .tip{margin: 0 26px 0 0;}
#w000_products_detail_comments_111_edit .info .rating .tip::before{content: "*";color: #FF0000;}


#w000_products_detail_comments_111_edit .info .content{}
#w000_products_detail_comments_111_edit .info .content .tip::before{content: "*";color: #FF0000;}
#w000_products_detail_comments_111_edit .info .content .text{width: 100%;height: 120px;background: #FFFFFF;border: 1px solid #999999;font-size: 16px;line-height: 1.25;padding: 8px;}
#w000_products_detail_comments_111_edit .info .content .tip{margin-bottom: 14px;}

#w000_products_detail_comments_111_edit .info .file{}
#w000_products_detail_comments_111_edit .info .file .tip{margin-top: 37px;margin-bottom: 14px;}
#w000_products_detail_comments_111_edit .info .file .select{display: flex;align-items: center;flex-wrap: wrap;}
#w000_products_detail_comments_111_edit .info .file .select .add{float: left;width: 100px;height: 100px;background: #FFFFFF;border: 1px solid #CCCCCC;border-radius: 3px;position: relative;overflow: hidden;margin-right: 22px;margin-bottom: 20px;}
#w000_products_detail_comments_111_edit .info .file .select .add .temp_img{max-width: 80%;max-height: 80%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
#w000_products_detail_comments_111_edit .info .file .select .add .btn{display: none;opacity: 0;justify-content: space-evenly;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 100%;color: #fff;font-size: 12px;}
#w000_products_detail_comments_111_edit .info .file .select .add .btn .replace,
#w000_products_detail_comments_111_edit .info .file .select .add .btn .delete{text-shadow: -1px 1px 0 #000, 1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000; cursor: pointer;}
#w000_products_detail_comments_111_edit .info .file .select .add .upload{opacity: 0;}

#w000_products_detail_comments_111_edit .info .file .select .span{max-width: 80px;font-size: 16px;line-height: 1.5;color: #666666;margin-bottom: 20px;}
#w000_products_detail_comments_111_edit .info .line{width: 100%;height: 1px;background: #E8E8E8;margin: 20px 0 40px;}
#w000_products_detail_comments_111_edit .info .submit{width: 160px;height: 50px;float: right;font-size: 16px;cursor: pointer; color: var(--btn_2nd_font_color);background: var(--btn_2nd_bg_color);border-radius:var(--btn_2nd_border_radius);}


#w000_products_detail_comments_111_edit .info .file .add .icon::before{content: '';display: block;width: 40px;height: 3px;background: #ccc;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
#w000_products_detail_comments_111_edit .info .file .add .icon::after{content: '';display: block;width: 3px;height: 40px;background: #ccc;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
#w000_products_detail_comments_111_edit .info .file .add.is-temp_img .icon{opacity: 0;}
#w000_products_detail_comments_111_edit .info .file .add.is-temp_img .btn{display: flex;}

@media (any-hover:hover){
    #w000_products_detail_comments_111_edit .info .file .select .add:hover .btn{opacity: 1;transition: .5s;}
}





#w000_products_detail_comments_111_showcase{padding: 0 0 40px;}
#w000_products_detail_comments_111_showcase .tabs{margin-top: 40px;}
#w000_products_detail_comments_111_showcase ._ly2_tab .tab{border-bottom: 2px solid #ccc;}
#w000_products_detail_comments_111_showcase ._ly2_tab .tab .li{border: 2px solid transparent;transform: translate(0,2px);padding: 25px 20px;cursor: pointer;font-size: 20px;}
#w000_products_detail_comments_111_showcase ._ly2_tab .tab .li.cur{ border-bottom-color: var(--mainColor);color: var(--mainColor);}

#w000_products_detail_comments_111_showcase .bind2{}
#w000_products_detail_comments_111_showcase .bind2 .con.goaway{left: 100%;}
#w000_products_detail_comments_111_showcase .bind2 .con .li{padding: 46px 0 17px;border-bottom: 1px solid #ccc;display: flex;}
#w000_products_detail_comments_111_showcase .bind2 .li .user{width: 15%;min-width: 180px;padding-left: 15px;}
#w000_products_detail_comments_111_showcase .bind2 .li .user .name{display: flex;align-items: center;font-size: 16px;color: #333333;font-weight: 500;margin-bottom: 10px;}
#w000_products_detail_comments_111_showcase .bind2 .li .user i{font-size: 20px;margin-right: 8px;}

#w000_products_detail_comments_111_showcase .bind2 .li .user .area{display: flex;font-size: 14px;color: #666666;}

#w000_products_detail_comments_111_showcase .bind2 .li .rating{font-size: 16px;line-height: 1;flex: 1;}
#w000_products_detail_comments_111_showcase .bind2 .li .rating .star{display: flex;justify-content: space-between;align-items: center;color: #888888;position: relative;}
#w000_products_detail_comments_111_showcase .bind2 .li .rating .star .num{position: absolute;left: 100px;}
#w000_products_detail_comments_111_showcase .bind2 .li .rating .brief{margin: 35px 0;color: #666666;}
#w000_products_detail_comments_111_showcase .bind2 .li .rating .flie{display: flex;flex-wrap: wrap;}
#w000_products_detail_comments_111_showcase .bind2 .li .rating .flie .box{width: 100px;height: 100px;margin-right: 10px;margin-bottom: 10px;}
#w000_products_detail_comments_111_showcase .bind2 .li .rating .flie .img{width: 100%;height: 100%;}

#w000_products_detail_comments_111_showcase .bind2 .feedback{margin-top: 54px;display: flex;align-items: center;float: right;color: #666666;font-size: 14px;}
#w000_products_detail_comments_111_showcase .bind2 .feedback .tip{font-size: 16px;}

#w000_products_detail_comments_111_showcase .bind2 .feedback{font-size: 14px;}
#w000_products_detail_comments_111_showcase .bind2 .feedback i{font-size: 20px;color: #ccc;}
#w000_products_detail_comments_111_showcase .bind2 .feedback span{margin-left: 6px;}
#w000_products_detail_comments_111_showcase .bind2 .feedback .up{display: flex;align-items: center;margin: 0 15px;cursor: pointer;}
#w000_products_detail_comments_111_showcase .bind2 .feedback .down{display: flex;align-items: center;cursor: pointer;}
#w000_products_detail_comments_111_showcase .bind2 .feedback .down .bad{transform: rotateZ(180deg);}
#w000_products_detail_comments_111_showcase .bind2 .feedback .up.cur i{color: var(--mainColor);}
#w000_products_detail_comments_111_showcase .bind2 .feedback .down.cur i{color: var(--mainColor);}


/* 二级评论 */
#w000_products_detail_comments_111_showcase .bind2 .li .rating_children{font-size: 16px;background: var(--bgColor);}
#w000_products_detail_comments_111_showcase .bind2 .li .rating_children .brief{color: #666666;}
#w000_products_detail_comments_111_showcase .bind2 .li .rating_children .flie{display: flex;flex-wrap: wrap;}
#w000_products_detail_comments_111_showcase .bind2 .li .rating_children .flie .box{width: 100px;height: 100px;margin-right: 10px;margin-bottom: 10px;}
#w000_products_detail_comments_111_showcase .bind2 .li .rating_children .flie .img{width: 100%;height: 100%;}
#w000_products_detail_comments_111_showcase .bind2 .li .rating_children .feedback{margin-top: 0px;justify-content: flex-end;}

#w000_products_detail_comments_111_showcase .more .load,
#w000_products_detail_comments_111_showcase .more .null{font-size: 20px;line-height: 1;padding: 20px 0px;color: #888888;margin: 60px 0 20px;}
#w000_products_detail_comments_111_showcase .more .load{cursor: pointer;}
#w000_products_detail_comments_111_showcase .more .load i{margin-left: 10px;}

#null_box .null{padding: 80px 0;text-align: center;font-size: 16px;line-height: 1.5;}
#null_box .null .img{width: 100%;height: 100%;max-width: 160px;margin: 0 auto;}
#null_box .null .tip{margin: 20px 0;}




@media screen and (max-width:850px) {
    #w000_products_detail_comments_111_comments .top .rating .star{font-size: 26px;}
    #w000_products_detail_comments_111_comments .top .rating .num{font-size: 30px;}
    #w000_products_detail_comments_111_comments .top .rating .total{font-size: 26px;}

    #w000_products_detail_comments_111_comments .top .btn{width: 35%;height: 70px;border-radius: 35px}
    #w000_products_detail_comments_111_comments .top .btn i{font-size: 30px;}
    #w000_products_detail_comments_111_comments .top .btn .tip{font-size: 30px;}

    #w000_products_detail_comments_111_edit .info{font-size: 26px;}
    #w000_products_detail_comments_111_edit .info .name{font-size: 30px;}
    #w000_products_detail_comments_111_edit .info .content .text{font-size: 26px;height: 200px;}
    #w000_products_detail_comments_111_edit .info .file .select .add{width: 200px;height: 200px;}
    #w000_products_detail_comments_111_edit .info .file .select .add .temp_img{max-width: 95%;max-height: 95%;}
    #w000_products_detail_comments_111_edit .info .file .select .add .btn{opacity: 1;font-size: 40px;}
    #w000_products_detail_comments_111_edit .info .file .add .icon::before{width: 50%;height: 1%;}
    #w000_products_detail_comments_111_edit .info .file .add .icon::after{height: 50%;width: 1%;}
    #w000_products_detail_comments_111_edit .info .file .select .span{font-size: 26px;max-width: 130px;}
    #w000_products_detail_comments_111_edit .info .submit{width: 35%;height: 70px;border-radius: 35px;font-size: 30px;}

    #w000_products_detail_comments_111_showcase .bind2 .con .li{flex-direction: column;position: relative;padding: 40px 20px 20px;}
    #w000_products_detail_comments_111_showcase .bind2 .li .user{margin-right: 0px;display: flex;align-items: center;}
    #w000_products_detail_comments_111_showcase .bind2 .li .user i{font-size: 30px;}
    #w000_products_detail_comments_111_showcase .bind2 .li .user .name{font-size: 30px;line-height: 1;margin-bottom: 0;}
    #w000_products_detail_comments_111_showcase .bind2 .li .user .area{font-size: 24px;line-height: 1;margin-left: 20px;}

    #w000_products_detail_comments_111_showcase .bind2 .li .rating{font-size: 26px;margin: 40px 0 0;}
    #w000_products_detail_comments_111_showcase .bind2 .li .rating .star{position: static;justify-content: flex-start;}
    #w000_products_detail_comments_111_showcase .bind2 .li .rating .star .num{position: static;margin-left: 10px;}
    #w000_products_detail_comments_111_showcase .bind2 .li .rating .star .time{position: absolute;top: 42px;right: 25px;}

    #w000_products_detail_comments_111_showcase .bind2 .feedback{font-size: 26px;}
    #w000_products_detail_comments_111_showcase .bind2 .feedback .up{margin: 0 30px;}
    #w000_products_detail_comments_111_showcase .bind2 .feedback .tip{font-size: 26px;}
    #w000_products_detail_comments_111_showcase .bind2 .feedback i{font-size: 36px;}

    #w000_products_detail_comments_111_showcase .more .load{font-size: 30px;}
    #w000_products_detail_comments_111_showcase .more .load i{font-size: 30px;}
    #w000_products_detail_comments_111_showcase .more .null{font-size: 30px;}

    #null_box .null{font-size: 30px;line-height: 40px;}
}
.w000_products_detail_products_relevant_112_wrap{padding: 60px 0 80px;background: #F5F7F9;}

#w000_products_detail_products_relevant_112_title .top{display: flex;justify-content: space-between;align-items: center;margin:0 0 20px;}
#w000_products_detail_products_relevant_112_title .top .name{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);}
#w000_products_detail_products_relevant_112_title .top .page{width: 100px;height: 40px;background: #FFFFFF;border-radius: 20px;display: flex;justify-content: space-around;align-items: center;}
#w000_products_detail_products_relevant_112_title .top .page i{font-size: 20px;cursor: pointer;color: #888;}
#w000_products_detail_products_relevant_112_title .top .next i{color: var(--mainColor);}


#w000_products_detail_products_relevant_112_list .shadow{width: calc(100% + 20px);margin-left: -10px;padding: 10px;overflow: hidden;}
#w000_products_detail_products_relevant_112_list .container{width: 100%;overflow: visible;}

#w000_products_detail_products_relevant_112_list .slide{background: #fff;transition: .3s;}
#w000_products_detail_products_relevant_112_list .slide .li{text-align: center;}

#w000_products_detail_products_relevant_112_list .slide .li .goods{padding-top: 100%;display: block;overflow: hidden;}
#w000_products_detail_products_relevant_112_list .slide .li .goods img{width: 100%;max-width: 320px;margin: auto;}

#w000_products_detail_products_relevant_112_list .slide .li .info{padding: 0 40px;background: #fff;}
#w000_products_detail_products_relevant_112_list .slide .li .info .btn {display: flex;justify-content: center;margin-top: -36px;opacity: 0;transition: .3s;}
#w000_products_detail_products_relevant_112_list .slide .li .info .btn a{width: 50px;height: 50px;border-radius: 50%;background: #333333;transition: .3s;display: flex;align-items: center;justify-content: center;font-size: 26px;color: #fff;}
#w000_products_detail_products_relevant_112_list .slide .li .info .btn .cart{margin-left: 20px;}


#w000_products_detail_products_relevant_112_list .slide .li .info .star{margin: 21px 0;font-size: 14px;}

#w000_products_detail_products_relevant_112_list .slide .li .info .name{font-size: 24px;color: #333333;line-height: 1;display: block;}
#w000_products_detail_products_relevant_112_list .slide .li .info .brief{font-size: 16px;color: #666666;line-height: 24px;height: 48px;margin: 18px 0 21px;}
#w000_products_detail_products_relevant_112_list .slide .li .price .sale{font-size: 20px;color: #333333;line-height: 1;}
#w000_products_detail_products_relevant_112_list .slide .li .price .origin{text-decoration:line-through;font-size: 16px;line-height: 1;color: #999999;margin: 8px 0 27px;opacity: 0;transition: .3s;}


@media (any-hover: hover){
   #w000_products_detail_products_relevant_112_list .slide:hover{box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);}
    #w000_products_detail_products_relevant_112_list .slide:hover .li .btn{opacity: 1;}
    #w000_products_detail_products_relevant_112_list .slide:hover .li .price .origin{opacity: 1;}
    #w000_products_detail_products_relevant_112_list .slide .li .btn a:hover{background: var(--mainColor);}
}



@media screen and (max-width:850px) {
    #w000_products_detail_products_relevant_112_title .top .name{font-size: 36px;}
    #w000_products_detail_products_relevant_112_title .top .page{width: 22%;height: 70px;border-radius: 35px;}
    #w000_products_detail_products_relevant_112_title .top .page i{font-size: 30px;}

    #w000_products_detail_products_relevant_112_list .slide .li .goods{padding-top: 60%;}
    #w000_products_detail_products_relevant_112_list .slide .li .goods img{max-width: 480px;}

    #w000_products_detail_products_relevant_112_list .slide .li .info .btn{opacity: 1;}
    #w000_products_detail_products_relevant_112_list .slide .li .price .origin{opacity: 1;}
    #w000_products_detail_products_relevant_112_list .ul .li{box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);}


    #w000_products_detail_products_relevant_112_list .slide .li .info .name{font-size: 30px;}
    #w000_products_detail_products_relevant_112_list .slide .li .info .brief{font-size: 26px;line-height: 30px;height: 60px;}
    #w000_products_detail_products_relevant_112_list .slide .li .info .price .sale{font-size: 30px;}
    #w000_products_detail_products_relevant_112_list .slide .li .info .price .origin{font-size: 26px;margin: 15px 0 35px;}
    #w000_products_detail_products_relevant_112_list .slide .li .info .star{font-size: 26px;}
}

.w005_index_footer_13_footer_wrap{background: var(--backgroundColor);padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);color: var(--font_color_1);overflow: hidden;}

.w005_index_footer_13_footer_wrap .box {padding: 0 0 var(--paddingBottom) 0;display: flex;justify-content: space-between;}

#w005_index_footer_13_message{}
#w005_index_footer_13_message .dl{}
#w005_index_footer_13_message .dl .dt{margin-top: 15px;font-size: var(--phoneFont_px);color: var(--phoneFont_color);line-height: 40px;}
#w005_index_footer_13_message .dl .logo{max-width: 400px;width: var(--logoWidth);}
#w005_index_footer_13_message .dl .logo img{width: 100%;}
#w005_index_footer_13_message .dl .dt span{font-size: var(--contactFont_px);}
#w005_index_footer_13_message .dd{font-size: var(--contactFont_px);/*color: var(--contactFont_color);*/line-height: 30px;max-width: 400px;}


#w005_index_footer_13_nav{display: flex;flex-wrap: wrap;flex: 1 1 300px;}
#w005_index_footer_13_nav .dl{margin-left: 80px;margin-bottom: 30px;}
#w005_index_footer_13_nav .dl .dt{margin-bottom: 30px;font-size: var(--oneNavFont_px);color: var(--oneNavFont_color);line-height: 1;}
#w005_index_footer_13_nav .dd{font-size: var(--twoNavFont_px);line-height: 30px;color: var(--font_color_2);/*color: var(--twoNavFont_color);*/transition: 0.3s;}

@media (any-hover: hover){
    #w005_index_footer_13_nav .dd:hover{color:var(--navHoverColor);/*color: var(--twoNavHoverColor);*/text-decoration:underline;}
}


#w005_index_footer_13_nav_app{display: none;}


#w005_index_footer_13_contact{margin-left: 80px;margin-bottom: 30px;}
#w005_index_footer_13_contact .dt{margin-bottom: 30px;font-size: var(--oneNavFont_px);color: var(--oneNavFont_color);line-height: 1;}
#w005_index_footer_13_contact .dd{font-size: 16px;line-height: 30px;color: var(--font_color_2);}
#w005_index_footer_13_contact .qr .img{max-width: 120px;max-height: 120px;}
#w005_index_footer_13_contact .qr .tip{font-size: 14px;color: var(--font_color_2);margin-top: 16px;max-width: 120px;text-align: center;line-height: 1.6;}


#w005_index_footer_13_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_3);/*margin-top: 35px;*/color: var(--font_color_2);}
#w005_index_footer_13_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#w005_index_footer_13_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #w005_index_footer_13_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;border-top: none;margin-top: 35px;}
}


#w005_index_footer_13_copyright{border-top: 1px solid var(--font_color_3);padding: var(--paddingBottom) 0 0 0;color: var(--font_color_2);gap: 10px 20px;}
#w005_index_footer_13_copyright .copyright{font-size: 14px;line-height: 30px;gap: 10px 20px;}
#w005_index_footer_13_copyright .third {}
#w005_index_footer_13_copyright .third.hide{display: none;}
#w005_index_footer_13_copyright .third .a{margin-left: 20px;width: 30px;height: 30px;background: var(--font_color_2);border-radius: 50%;transition: .3s;}
#w005_index_footer_13_copyright .third .a i{font-size: 20px;color: #fff;}
#w005_index_footer_13_copyright .third .a:hover{background: var(--hoverFontColor);}



@media only screen and (max-width: 1250px) {
    #w005_index_footer_13_contact{display: none;}
}


@media only screen and (max-width: 750px) {
    .w005_index_footer_13_footer_wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    .w005_index_footer_13_footer_wrap .box{display: block;padding: 0;}

    
    #w005_index_footer_13_message .dl{}
    #w005_index_footer_13_message .dl .logo{width: var(--appLogoWidth);}
    #w005_index_footer_13_message .dl .dt{font-size: var(--font-txt-S);line-height: var(--font-txt-L);margin-top: 30px;}
    #w005_index_footer_13_message .dl .dt span{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w005_index_footer_13_message .dl .dd{font-size: var(--font-txt-S);line-height: var(--font-txt-L);max-width: none;}

    #w005_index_footer_13_nav{display: none;}

    #w005_index_footer_13_nav_app{display: block;margin-top: 60px;color: var(--font_color_2);}
    #w005_index_footer_13_nav_app .dl{}
    #w005_index_footer_13_nav_app .dl .dt{font-size: var(--font-sma-S);line-height: var(--font-sma-L);padding: 20px 0;border-bottom: 1px solid var(--font_color_3);color: var(--font_color_1);}
    #w005_index_footer_13_nav_app .dl .dt > i{font-size: var(--font-txt-S);transition: .3s;}
    #w005_index_footer_13_nav_app .dl.cur .dt > i{transform: rotateZ(90deg);}
    /* 展开项 */
    #w005_index_footer_13_nav_app .dl .dd{display: none;}
    #w005_index_footer_13_nav_app .dd .a{font-size: var(--font-txt-S);line-height: var(--font-txt-L);padding: 20px 0;padding-left: 15px;border-bottom: 1px solid var(--font_color_3);}

    #w005_index_footer_13_copyright{border-top: none;flex-wrap: wrap;padding: 10px 0;}
    #w005_index_footer_13_copyright .copyright{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
    #w005_index_footer_13_copyright .third{justify-content: center;margin-top: 50px;}
    #w005_index_footer_13_copyright .third .a{transform: scale(2);margin: 0 var(--font-txt-S);}
}