
.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 .lyuiheader_nav_001-li{display: none;}
/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/




#w001_index_header_15_nav{}
#w001_index_header_15_nav .head{height: var(--head_top_height);width: 100%;padding: 0 4%;transition: background-color .3s;border-bottom: 1px solid transparent;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);color: var(--head_fz_color);}
#header.fixed.scroll-top #w001_index_header_15_nav .head{border-bottom-color: rgba(255, 255, 255, 0.2);box-shadow: none;color: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_15_nav .head{color: #333;}

#w001_index_header_15_nav .stockCode{margin-left: 10px;font-size: 16px;line-height: 1.5;opacity: 0.6;}


/* 背景色 */
#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_15_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_15_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_15_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_15_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_15_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_15_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_15_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_15_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}


/* 按钮部分 */
#w001_index_header_15_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_15_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_15_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_15_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_15_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_15_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_15_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_15_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_15_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_15_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_15_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_15_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_15_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_15_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_15_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_15_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_15_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_15_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_15_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_15_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_15.pc_app #w001_index_header_15_nav .head_nav .li{display: none;}
.w001_index_header_15.pc_app #w001_index_header_15_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_15_nav .head_nav .li{display: none;}
    #w001_index_header_15_nav .head .menu{display: block;}
    /* #w001_index_header_15_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_15_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_15_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_15_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_15_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_15_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_15_nav .head_btn .language{display: none;}

    #w001_index_header_15_nav .head .menu{padding: 30px;}
    #w001_index_header_15_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_15_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_15_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_15_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_15_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_15_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_15_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_15_nav .head .menu{display: none;}
.w001_index_header_15 #w001_index_header_15_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_15_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_15_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_15_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_15_nav .head_btn{flex: initial;}
}
/* LY00060 */
#w004_products_detail_detail_59 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w004_products_detail_detail_59 .top {display: flex;justify-content: space-between;}


#w004_products_detail_detail_59 .top .left {width: 47.5%;background: #f4f6f9;padding: 10px 30px;height: 630px;display: flex;align-items: center;justify-content: space-between;gap: 20px;}
#w004_products_detail_detail_59 .top .left .album {overflow: hidden;width: 90px;}
#w004_products_detail_detail_59 .top .left .album .container {height: 320px;margin: 20px 0;}
#w004_products_detail_detail_59 .top .left .album .slide {position: relative;}
#w004_products_detail_detail_59 .top .left .album .slide .stash {border: 1px solid #e5e6e8;}
#w004_products_detail_detail_59 .top .left .album .slide .stash::before{padding-top: 100%;}
#w004_products_detail_detail_59 .top .left .album .swiper-slide-thumb-active .stash{border: 3px solid #2d83c5;}
#w004_products_detail_detail_59 .top .left .album .page {cursor:pointer;display: flex;align-items: center;justify-content: center;}
#w004_products_detail_detail_59 .top .left .album .page > i{font-size: 20px;color: #999;transition: .3s;}
#w004_products_detail_detail_59 .top .left .album .page > i:hover{color: #2d83c5;}

#w004_products_detail_detail_59 .top .left .photo {width: calc(100% - 110px);height: 100%;}
#w004_products_detail_detail_59 .top .left .photo .container {width: 100%;height: 100%;}

/* 价格 */
#w004_products_detail_detail_59 .price {padding: 30px 0 30px;font-size: 26px;color: #f00;border-bottom: 1px solid #e8e8e8;}
#w004_products_detail_detail_59 .price .b{font-size: 16px;padding-left: 30px;text-decoration: line-through;}

#w004_products_detail_detail_59 .top .right {width: 46.25%;}
#w004_products_detail_detail_59 .top .right .title {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);margin-top: 20px;padding-bottom: 38px;border-bottom: 1px solid #ebebeb;}
#w004_products_detail_detail_59 .top .right .text {padding: 45px 0 60px;font-size: 16px;color: #666666;border-bottom: 1px solid #e8e8e8;line-height: 29px;}
#w004_products_detail_detail_59 .top .right .btn {margin-top: 60px;display: flex;flex-wrap: wrap;gap: 25px;}
#w004_products_detail_detail_59 .top .right .btn .btnbox {font-size: 18px; min-width: 180px;height: 56px;padding: 0 16px;transition: .3s; color: var(--btn_1st_font_color);background-color: 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);}
#w004_products_detail_detail_59 .top .right .btn .btnbox .svg{max-width: 24px;max-height: 24px;margin-right: 10px;transition: .3s;}
#w004_products_detail_detail_59 .top .right .btn .btnbox:hover { color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}
#w004_products_detail_detail_59 .top .right .btn .btnbox:hover .svg{fill: var(--btn_1st_hover_color);}


#w004_products_detail_detail_59 .center {margin-top: 90px;}
#w004_products_detail_detail_59 .center .card {display: flex;margin-bottom: 30px;}
/* #w004_products_detail_detail_59 .center .card:not(.hide) {display: flex;margin-bottom: 30px;} */
#w004_products_detail_detail_59 .center .card .cut {cursor:pointer;min-width: 180px;padding:0 20px;height: 65px;margin-top: 15px;background: #f4f6f9;line-height: 65px;font-size: 20px;text-align: center;border-radius: 8px 8px 0px 0px;margin-right: 3px;}
#w004_products_detail_detail_59 .center .card .cut.cur {background: var(--hoverColor);/*font-weight: bold;*/color: var(--hoverFontColor);}


@media (any-hover: hover){
	#w004_products_detail_detail_59 .center .card .cut:hover {background: var(--hoverColor);color: var(--hoverFontColor);}
}

@media screen and (max-width:1250px) {
	#w004_products_detail_detail_59 .top .left{width: 50%;height: 560px;}

	#w004_products_detail_detail_59 .top .right {width: 45%;}
}


@media screen and (max-width:750px) {
	#w004_products_detail_detail_59 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
	#w004_products_detail_detail_59 .top {display: block;}

	#w004_products_detail_detail_59 .top .left {width: 100%;height: 600px;padding: 30px 35px;}
	#w004_products_detail_detail_59 .top .left .album .container {}
	#w004_products_detail_detail_59 .top .left .album .page > i{font-size: var(--font-bri-S);}

	#w004_products_detail_detail_59 .top .right {width: 100%;}
	#w004_products_detail_detail_59 .top .right .title {margin-top: 30px;padding-bottom: 30px;font-size: var(--font-sub-S);}
	#w004_products_detail_detail_59 .top .right .text {padding: 40px 0px;font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
	#w004_products_detail_detail_59 .top .right .btn .btnbox {font-size: var(--font-txt-S);min-width: 240px;height: 80px;}
	#w004_products_detail_detail_59 .top .right .btn .btnbox .svg{max-width: 30px;max-height: 30px;}

	#w004_products_detail_detail_59 .center .card .cut {font-size: var(--font-txt-S);overflow: hidden;}
	#w004_products_detail_detail_59 .center .card_item .detail * {font-size: var(--font-txt-S) !important;line-height: var(--font-txt-L);}
	
	/* 价格 */
	#w004_products_detail_detail_59 .price {font-size: .32rem;}
	#w004_products_detail_detail_59 .price .b{font-size: .26rem;}
}
/*评论*/
#w000_products_detail_comments_80_comments .top{margin-top: 80px;padding: 35px 30px;justify-content: space-between;display: flex;align-items: center;background: #F8F8F8;}

#w000_products_detail_comments_80_comments .top .rating{display: flex;align-items: center;}
#w000_products_detail_comments_80_comments .top .rating .star{font-size: 20px;}
#w000_products_detail_comments_80_comments .top .rating .num{font-size:24px;color: #333333;font-weight: bold;margin: 0 29px 0 18px;}
#w000_products_detail_comments_80_comments .top .rating .total{font-size: 16px;color: #666666;}
#w000_products_detail_comments_80_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_80_comments .top .btn i{font-size: 26px;}
#w000_products_detail_comments_80_comments .top .btn .tip{margin-left: 18px;font-size: 16px;}


#w000_products_detail_comments_80_edit .info{margin-top: 48px;font-size: 18px;color: #333333;line-height: 1;display: none;}
#w000_products_detail_comments_80_edit .info .name{font-size: 24px;line-height: 1;font-weight: 500;color: #333333;}
#w000_products_detail_comments_80_edit .info .note{margin-top: 37px;}
#w000_products_detail_comments_80_edit .info .rating{margin: 31px 0;display: flex;align-items: center;}
#w000_products_detail_comments_80_edit .info .rating .tip{margin: 0 26px 0 0;}
#w000_products_detail_comments_80_edit .info .rating .tip::before{content: "*";color: #FF0000;}


#w000_products_detail_comments_80_edit .info .content{}
#w000_products_detail_comments_80_edit .info .content .tip::before{content: "*";color: #FF0000;}
#w000_products_detail_comments_80_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_80_edit .info .content .tip{margin-bottom: 14px;}

#w000_products_detail_comments_80_edit .info .file{}
#w000_products_detail_comments_80_edit .info .file .tip{margin-top: 37px;margin-bottom: 14px;}
#w000_products_detail_comments_80_edit .info .file .select{display: flex;align-items: center;flex-wrap: wrap;}
#w000_products_detail_comments_80_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_80_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_80_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_80_edit .info .file .select .add .btn .replace,
#w000_products_detail_comments_80_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_80_edit .info .file .select .add .upload{opacity: 0;}

#w000_products_detail_comments_80_edit .info .file .select .span{max-width: 80px;font-size: 16px;line-height: 1.5;color: #666666;margin-bottom: 20px;}
#w000_products_detail_comments_80_edit .info .line{width: 100%;height: 1px;background: #E8E8E8;margin: 20px 0 40px;}
#w000_products_detail_comments_80_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_80_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_80_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_80_edit .info .file .add.is-temp_img .icon{opacity: 0;}
#w000_products_detail_comments_80_edit .info .file .add.is-temp_img .btn{display: flex;}

@media (any-hover:hover){
    #w000_products_detail_comments_80_edit .info .file .select .add:hover .btn{opacity: 1;transition: .5s;}
}





#w000_products_detail_comments_80_showcase{padding: 0 0 40px;}
#w000_products_detail_comments_80_showcase .tabs{margin-top: 40px;}
#w000_products_detail_comments_80_showcase ._ly2_tab .tab{border-bottom: 2px solid #ccc;}
#w000_products_detail_comments_80_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_80_showcase ._ly2_tab .tab .li.cur{ border-bottom-color: var(--mainColor);color: var(--mainColor);}

#w000_products_detail_comments_80_showcase .bind2{}
#w000_products_detail_comments_80_showcase .bind2 .con.goaway{left: 100%;}
#w000_products_detail_comments_80_showcase .bind2 .con .li{padding: 46px 0 17px;border-bottom: 1px solid #ccc;display: flex;}
#w000_products_detail_comments_80_showcase .bind2 .li .user{width: 15%;min-width: 180px;padding-left: 15px;}
#w000_products_detail_comments_80_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_80_showcase .bind2 .li .user i{font-size: 20px;margin-right: 8px;}

#w000_products_detail_comments_80_showcase .bind2 .li .user .area{display: flex;font-size: 14px;color: #666666;}

#w000_products_detail_comments_80_showcase .bind2 .li .rating{font-size: 16px;line-height: 1;flex: 1;}
#w000_products_detail_comments_80_showcase .bind2 .li .rating .star{display: flex;justify-content: space-between;align-items: center;color: #888888;position: relative;}
#w000_products_detail_comments_80_showcase .bind2 .li .rating .star .num{position: absolute;left: 100px;}
#w000_products_detail_comments_80_showcase .bind2 .li .rating .brief{margin: 35px 0;color: #666666;}
#w000_products_detail_comments_80_showcase .bind2 .li .rating .flie{display: flex;flex-wrap: wrap;}
#w000_products_detail_comments_80_showcase .bind2 .li .rating .flie .box{width: 100px;height: 100px;margin-right: 10px;margin-bottom: 10px;}
#w000_products_detail_comments_80_showcase .bind2 .li .rating .flie .img{width: 100%;height: 100%;}

#w000_products_detail_comments_80_showcase .bind2 .feedback{margin-top: 54px;display: flex;align-items: center;float: right;color: #666666;font-size: 14px;}
#w000_products_detail_comments_80_showcase .bind2 .feedback .tip{font-size: 16px;}

#w000_products_detail_comments_80_showcase .bind2 .feedback{font-size: 14px;}
#w000_products_detail_comments_80_showcase .bind2 .feedback i{font-size: 20px;color: #ccc;}
#w000_products_detail_comments_80_showcase .bind2 .feedback span{margin-left: 6px;}
#w000_products_detail_comments_80_showcase .bind2 .feedback .up{display: flex;align-items: center;margin: 0 15px;cursor: pointer;}
#w000_products_detail_comments_80_showcase .bind2 .feedback .down{display: flex;align-items: center;cursor: pointer;}
#w000_products_detail_comments_80_showcase .bind2 .feedback .down .bad{transform: rotateZ(180deg);}
#w000_products_detail_comments_80_showcase .bind2 .feedback .up.cur i{color: var(--mainColor);}
#w000_products_detail_comments_80_showcase .bind2 .feedback .down.cur i{color: var(--mainColor);}


/* 二级评论 */
#w000_products_detail_comments_80_showcase .bind2 .li .rating_children{font-size: 16px;background: var(--bgColor);}
#w000_products_detail_comments_80_showcase .bind2 .li .rating_children .brief{color: #666666;}
#w000_products_detail_comments_80_showcase .bind2 .li .rating_children .flie{display: flex;flex-wrap: wrap;}
#w000_products_detail_comments_80_showcase .bind2 .li .rating_children .flie .box{width: 100px;height: 100px;margin-right: 10px;margin-bottom: 10px;}
#w000_products_detail_comments_80_showcase .bind2 .li .rating_children .flie .img{width: 100%;height: 100%;}
#w000_products_detail_comments_80_showcase .bind2 .li .rating_children .feedback{margin-top: 0px;justify-content: flex-end;}

#w000_products_detail_comments_80_showcase .more .load,
#w000_products_detail_comments_80_showcase .more .null{font-size: 20px;line-height: 1;padding: 20px 0px;color: #888888;margin: 60px 0 20px;}
#w000_products_detail_comments_80_showcase .more .load{cursor: pointer;}
#w000_products_detail_comments_80_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_80_comments .top .rating .star{font-size: 26px;}
    #w000_products_detail_comments_80_comments .top .rating .num{font-size: 30px;}
    #w000_products_detail_comments_80_comments .top .rating .total{font-size: 26px;}

    #w000_products_detail_comments_80_comments .top .btn{width: 35%;height: 70px;border-radius: 35px}
    #w000_products_detail_comments_80_comments .top .btn i{font-size: 30px;}
    #w000_products_detail_comments_80_comments .top .btn .tip{font-size: 30px;}

    #w000_products_detail_comments_80_edit .info{font-size: 26px;}
    #w000_products_detail_comments_80_edit .info .name{font-size: 30px;}
    #w000_products_detail_comments_80_edit .info .content .text{font-size: 26px;height: 200px;}
    #w000_products_detail_comments_80_edit .info .file .select .add{width: 200px;height: 200px;}
    #w000_products_detail_comments_80_edit .info .file .select .add .temp_img{max-width: 95%;max-height: 95%;}
    #w000_products_detail_comments_80_edit .info .file .select .add .btn{opacity: 1;font-size: 40px;}
    #w000_products_detail_comments_80_edit .info .file .add .icon::before{width: 50%;height: 1%;}
    #w000_products_detail_comments_80_edit .info .file .add .icon::after{height: 50%;width: 1%;}
    #w000_products_detail_comments_80_edit .info .file .select .span{font-size: 26px;max-width: 130px;}
    #w000_products_detail_comments_80_edit .info .submit{width: 35%;height: 70px;border-radius: 35px;font-size: 30px;}

    #w000_products_detail_comments_80_showcase .bind2 .con .li{flex-direction: column;position: relative;padding: 40px 20px 20px;}
    #w000_products_detail_comments_80_showcase .bind2 .li .user{margin-right: 0px;display: flex;align-items: center;}
    #w000_products_detail_comments_80_showcase .bind2 .li .user i{font-size: 30px;}
    #w000_products_detail_comments_80_showcase .bind2 .li .user .name{font-size: 30px;line-height: 1;margin-bottom: 0;}
    #w000_products_detail_comments_80_showcase .bind2 .li .user .area{font-size: 24px;line-height: 1;margin-left: 20px;}

    #w000_products_detail_comments_80_showcase .bind2 .li .rating{font-size: 26px;margin: 40px 0 0;}
    #w000_products_detail_comments_80_showcase .bind2 .li .rating .star{position: static;justify-content: flex-start;}
    #w000_products_detail_comments_80_showcase .bind2 .li .rating .star .num{position: static;margin-left: 10px;}
    #w000_products_detail_comments_80_showcase .bind2 .li .rating .star .time{position: absolute;top: 42px;right: 25px;}

    #w000_products_detail_comments_80_showcase .bind2 .feedback{font-size: 26px;}
    #w000_products_detail_comments_80_showcase .bind2 .feedback .up{margin: 0 30px;}
    #w000_products_detail_comments_80_showcase .bind2 .feedback .tip{font-size: 26px;}
    #w000_products_detail_comments_80_showcase .bind2 .feedback i{font-size: 36px;}

    #w000_products_detail_comments_80_showcase .more .load{font-size: 30px;}
    #w000_products_detail_comments_80_showcase .more .load i{font-size: 30px;}
    #w000_products_detail_comments_80_showcase .more .null{font-size: 30px;}

    #null_box .null{font-size: 30px;line-height: 40px;}
}
#w006_index_footer_16 {font-size:16px; padding-top: var(--paddingTop);padding-bottom: 100px;background:var(--bg_color);color: var(--font_color_1);}

#w006_index_footer_16 .left{position: relative;}
#w006_index_footer_16 .left .logo{max-width: 30%; margin:50px 0;}

#w006_index_footer_16 .left .line{position: absolute;right: 0;left: -100%;height: 1px; background: var(--font_color_3);}

#w006_index_footer_16 .left .nav .dl{display: flex; flex-direction: column;margin-right: 110px;}
#w006_index_footer_16 .left .nav .dl .dt{font-size: 18px; padding-bottom: 30px; padding-top: 60px;}
#w006_index_footer_16 .left .nav .dl .dd{line-height: 36px;color: var(--font_color_2);transition: 0.3s;}

@media (any-hover: hover){
    #w006_index_footer_16 .left .nav .dl .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

#w006_index_footer_16 .contact_us{width: 27.5%;padding-top: 53px;padding-left: 60px;position: relative;}
#w006_index_footer_16 .contact_us::before{content: '';display: block;position: absolute;left: 0;top: 0;bottom: -100px;width: 1px;background: var(--font_color_3);}
#w006_index_footer_16 .contact_us .title {font-size: 18px;}

#w006_index_footer_16 .contact_us .contact{padding-top: 20px;gap: 0 24px;}
#w006_index_footer_16 .contact_us .contact .a{width: 50px; height:50px;font-size: 30px;color: #666666; background: #fff; border-radius: 50%;transition: .3s;}
#w006_index_footer_16 .contact_us .contact .a:hover{background:var(--hoverColor);color:#fff}

#w006_index_footer_16 .contact_us .phone{font-size: 18px; font-weight: 500;padding-top: 52px;line-height: 30px;}
#w006_index_footer_16 .contact_us .number{font-size: 30px;font-weight: bold;color: var(--numColor);line-height: 30px;margin-top: 4px;}
#w006_index_footer_16 .contact_us .message{padding-top: 24px;line-height: 30px;}
#w006_index_footer_16 .contact_us .address{line-height: 30px;}

@media screen and (max-width: 1024px){
	#w006_index_footer_16 .contact_us {width: 45%;}
}

@media screen and (max-width: 850px){
    #w006_index_footer_16 .contact_us {width: 40%;}
}
@media screen and (max-width: 751px){
	#w006_index_footer_16 {display: none;}
	#w006_index_footer_16 .contact_us {width: 45%;}
}




/* 移动端 */
#w006_index_footer_16_small{display: none;}
@media screen and (max-width: 751px){
	#w006_index_footer_16_small{display: block;padding-bottom: 50px;padding-top: var(--appPaddingTop);background:var(--bg_color);color: var(--font_color_1);}

	#w006_index_footer_16_small .footer{padding-top: 50px;}
	#w006_index_footer_16_small .footer .ul .li_top{border-bottom: 1px solid var(--font_color_2);font-size:var(--font-txt-S);line-height: var(--font-txt-L);padding: 26px 0;}
	#w006_index_footer_16_small .footer .ul .li_top i{font-size: var(--font-txt-S);transition: .3s;}
	#w006_index_footer_16_small .footer .ul.cur .li_top > i{transform: rotateZ(90deg);}

	#w006_index_footer_16_small .footer .ul .li_box .li{border-bottom: 1px solid var(--font_color_2);font-size:var(--font-bri-S);line-height:  var(--font-bri-L);padding: 26px 0 26px 15px;color: var(--font_color_2);}
	#w006_index_footer_16_small .footer .ul .li_box .li:first-child{padding-top: 20px;}
	#w006_index_footer_16_small .footer .ul .li_box .li:last-child{margin-bottom: 20px;}

	#w006_index_footer_16_small .message{padding-top: 50px;}
	#w006_index_footer_16_small .message .title {font-size: var(--font-big-S);}
	#w006_index_footer_16_small .message .contact{padding: 40px 0;gap: 0 30px;}
	#w006_index_footer_16_small .message .contact .a{width: 60px;height: 60px;background: var(--font_color_1);border-radius: 50%;font-size: var(--font-sub-S);color: var(--bg_color);}
	#w006_index_footer_16_small .message .phone{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
	#w006_index_footer_16_small .message .number{font-size: var(--font-sub-S);line-height: var(--font-sub-S);font-weight: bold;color: var(--linkColor);}
	#w006_index_footer_16_small .message .message{font-size:var(--font-txt-S);line-height: var(--font-txt-L);padding-top: 24px;}
	#w006_index_footer_16_small .message .address{font-size:var(--font-txt-S);line-height: var(--font-txt-L);}

	#w006_index_footer_16_small .copy_app{font-size: var(--font-txt-S);gap: 10px 20px;display: flex;flex-wrap: wrap;margin-top: 30px;}
}




/* 友情链接 */
#w006_index_footer_16_copy { background: var(--linkColor);}
#w006_index_footer_16_copy .content {height: 120px;}

#w006_index_footer_16_copy .copy {display: flex;flex-wrap: wrap;font-size: 16px;color: #fff;gap: 10px;opacity: .7;}
#w006_index_footer_16_copy .links{font-size: 16px;margin-left: 30px;position: relative;}
#w006_index_footer_16_copy .links .button {font-size: 24px;color: #fff;width: 275px;height: 45px;border-radius: 25px;background: rgba(255, 255, 255, 0.3);padding: 0 20px;opacity: .7;}
#w006_index_footer_16_copy .links .button .span {margin:0 20px;font-size: 16px;}
#w006_index_footer_16_copy .links .box {position: absolute;right: 0px;bottom: 100%;display: none;width: 100%;border-radius: 25px;}
#w006_index_footer_16_copy .links .box .ul{overflow-y: auto;max-height: 224px;width: 100%;background: #fff;border-radius: 25px;}
#w006_index_footer_16_copy .links .box .link {line-height: 1.6;color: #000;display: block;padding: 10px;transition: .3s;}
#w006_index_footer_16_copy .links .box .link:first-child{margin-top: 10px;}
#w006_index_footer_16_copy .links .box .link:last-child{margin-bottom: 10px;}

#w006_index_footer_16_copy .links.cur .button .button_i{transform: rotate(180deg);}
#w006_index_footer_16_copy .links .box .link:hover {background: #f8f8f8;padding-left: 15px;color: var(--linkColor);}

@media screen and (max-width:750px) {
    #w006_index_footer_16_copy .content {height: 100px;}
    #w006_index_footer_16_copy .copy {font-size: var(--font-bri-S);display: none;}
    #w006_index_footer_16_copy .links {font-size: var(--font-txt-S);width: 100%;margin-left: 0;}
    #w006_index_footer_16_copy .links .button{font-size: var(--font-txt-S);width: 100%;height: 60px;border-radius: 40px;}
    #w006_index_footer_16_copy .links .button .span{font-size: var(--font-txt-S);}
	#w006_index_footer_16_copy .links .button .button_i{font-size: var(--font-txt-S);}
	#w006_index_footer_16_copy .links .box{box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);}
	#w006_index_footer_16_copy .links .box .ul{max-height: 360px;}
}