
.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_50_nav{transition: background-color .3s;box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);}
#w001_index_header_50_nav::before{border-bottom: 1px solid transparent;content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;}
#w001_index_header_50_nav .head{height: var(--head_top_height);color: var(--head_fz_color);}
#header.fixed.scroll-top #w001_index_header_50_nav{box-shadow: none;}
#header.fixed.scroll-top #w001_index_header_50_nav::before{border-bottom-color: rgba(255, 255, 255, 0.2);}
#header.fixed.scroll-top #w001_index_header_50_nav .head{color: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_50_nav .head{color: #333;}

#w001_index_header_50_nav .stockCode{margin-left: 0.1rem;font-size: 0.16rem;line-height: 1.5;opacity: 0.6;}

#w001_index_header_50_nav .btnCS{padding: 0.1rem 0.2rem;border-radius: 5px;background: var(--mainColor);color: #fff;transition: .3s;font-size: 0.14rem;}
#w001_index_header_50_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_50_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_50_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_50_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_50_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_50_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_50_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_50_nav .weblogo .logo_b{display: block;}


/* 导航栏目 */
#w001_index_header_50_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}

/* 按钮部分 */
#w001_index_header_50_nav .head_btn{display: flex;align-items: center;font-size: 0.16rem;}
#w001_index_header_50_nav .head_btn > *{padding: 0.1rem 0.15rem;}
#w001_index_header_50_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_50_nav .head_btn > * > i{font-size: 0.2rem;}
#w001_index_header_50_nav .head_btn .language i{margin-right: 0.06rem;}


/* 移动端菜单按钮 */
#w001_index_header_50_nav .head .menu{display: none;padding: 0.3rem 0.2rem;position: relative;cursor: pointer;margin-right: -0.2rem;}
#w001_index_header_50_nav .head .menu i{width: 0.36rem;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_50_nav .head .menu i::before{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(-0.14rem);transition: .3s;}
#w001_index_header_50_nav .head .menu i::after{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(0.14rem);transition: .3s;}
#header.fixed.scroll-top #w001_index_header_50_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_50_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_50_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_50_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_50_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_50_nav .head .menu i::after{background: #333;}


/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_50_nav{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_50_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_50_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_50_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_50_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_50.pc_app #w001_index_header_50_nav .head_nav .li{display: none;}
.w001_index_header_50.pc_app #w001_index_header_50_nav .head .menu{display: block;}


#w001_index_header_50_nav .mblanguage{display: none;}


@media only screen and (max-width: 1024px) {
    #w001_index_header_50_nav .head_nav .li{display: none;}
    #w001_index_header_50_nav .head .menu{display: block;}
    /* #w001_index_header_50_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_50_nav .head_btn .search i {font-size: 0.26rem;}
    #w001_index_header_50_nav .head_btn .language{margin-right: 0.2rem;font-size: 0.2rem;}
    #w001_index_header_50_nav .head_btn .language i {font-size: 0.26rem;margin-right: 0.1rem;}
    
    #w001_index_header_50_nav .btnCS{display: none;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_50_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_50_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_50_nav .head_btn .language{display: none;}
    #w001_index_header_50_nav .mblanguage{margin-right: 0.2rem;font-size: 0.36rem;display: flex;}

    #w001_index_header_50_nav .head .menu{padding: 0.3rem;}
    #w001_index_header_50_nav .head .menu i{width: 0.46rem;height: 3px;}
    #w001_index_header_50_nav .head .menu i::before{transform: translateY(-0.18rem);height: 3px;}
    #w001_index_header_50_nav .head .menu i::after{transform: translateY(0.18rem);height: 3px;}

    #header.menu_expand #w001_index_header_50_nav .weblogo{opacity: 0;}
    #header.menu_expand #w001_index_header_50_nav .mblanguage{opacity: 0;}
}




/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_50_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_50_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_50_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_50_nav .head .menu{display: none;}
.w001_index_header_50 #w001_index_header_50_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -0.2rem;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_50_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_50_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_50_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_50_nav .head_btn{flex: initial;}
}
#w000_products_brand_63 .img{min-height: 3.6rem;}
#w000_products_brand_63 .img img{display: block;width: 100%;}
#w000_products_brand_63 .imgApp{display: none;min-height: 4.8rem;}
#w000_products_brand_63 .imgApp img{display: block;width: 100%;}
#w000_products_brand_63 .box{top: 0;overflow: hidden;height: 100%;pointer-events: none;}

#w000_products_brand_63 .position_box{width: 100%;height: 100%;position: absolute;left: 0%;bottom: 0%;}
#w000_products_brand_63.height_change .position_box{width: 100%;height: calc((100% - 1rem));position: absolute;left: 50%;bottom: 0%;transform: translateX(-50%);}

#w000_products_brand_63 .position_box[position="2"],
#w000_products_brand_63 .position_box[position="5"],
#w000_products_brand_63 .position_box[position="8"]{text-align: center;}
#w000_products_brand_63 .position_box[position="3"],
#w000_products_brand_63 .position_box[position="6"],
#w000_products_brand_63 .position_box[position="9"]{text-align: right;}


#w000_products_brand_63 .text{display: flex;flex-direction: column;pointer-events: all;}
#w000_products_brand_63 .text .name{margin-bottom: 0.22rem; 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_brand_63 .text .subname{font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);}


@media screen and (max-width:750px) {
    #w000_products_brand_63 .img{display: none;}
    #w000_products_brand_63 .imgApp{display: block;}
    #w000_products_brand_63 .text .name{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w000_products_brand_63 .text .subname{font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}

    #w000_products_brand_63.height_change .position_box{height: calc((100% - 1.2rem));}
}/* 筛选弹窗 */
.lyuifilter_side_006-filter{width: 100%; max-width: 100%;border-radius: 20px; overflow: hidden;}
/* 内容区 */
.lyuifilter_side_006-content{width: 100%; background: #fff;display: inline-flex;flex-direction: column;}

/* 筛选标题 */
.lyuifilter_side_006-header{height: 80px;padding: 0 25px; background: url(/component/filter-side/006/images/bg.jpg) no-repeat center center/100% 100%;}
.lyuifilter_side_006-header-span{display: inline-block; padding-left: 10px; font-size: 20px; color: #fff; border-left: 3px solid #e70214; font-weight: 600;}

/* 筛选列表 */
.lyuifilter_side_006-form{overflow-y: auto;overflow-x: hidden;padding:0.781vw 1.302vw 0;font-size: 16px;}
/* 子项 */
.lyuifilter_side_006-li{border-bottom: 1px solid #dde1ec;}
.lyuifilter_side_006-li:last-child{border-bottom: none;}

/* 一级类型 */
.lyuifilter_side_006-name{padding: 15px 0;cursor: pointer;}
.lyuifilter_side_006-name-span,
.lyuifilter_side_006-name-a{font-weight: bold;}
.lyuifilter_side_006-name-i{transition: .3s;font-size: 20px;}
.lyuifilter_side_006-name.cur .lyuifilter_side_006-name-a{color: var(--mainColor);}
.lyuifilter_side_006-li.cur .lyuifilter_side_006-name-i{transform: rotateZ(180deg);}

/* 下拉内容区 */
.lyuifilter_side_006-box{}
/* 多选 选项 */
.lyuifilter_side_006-label{border-bottom: 1px dashed #dde1ec; padding: 8px;width: 100%;font-size: 14px;line-height: 1.8; color: #777; cursor: pointer;display: block;}
.lyuifilter_side_006-label:last-child{padding-bottom: 30px;border-bottom: none;}
.lyuifilter_side_006-label-i{color: transparent;width: 16px;height: 16px;border: 1px solid #181818;transition: .3s;font-size: 14px;border-radius: 3px; text-align: center; line-height: 16px;}
.lyuifilter_side_006-label.cur{color: var(--mainColor);}
.lyuifilter_side_006-label.cur .lyuifilter_side_006-label-i{color: red; border-color: red;}


@media screen and (max-width:750px) {
    /* 筛选标题 */
    .lyuifilter_side_006-header{padding: 0 40px; height: 100px;}
    .lyuifilter_side_006-header-span{font-size: var(--font-sma-S);}

    /* 下拉内容区 */
    .lyuifilter_side_006-form{padding: 20px 40px 0; font-size: var(--font-txt-S);}

    /* 一级类型 */
    .lyuifilter_side_006-name-i{font-size: var(--font-txt-S);}

    /* 二级选项 */
    .lyuifilter_side_006-label{font-size: var(--font-bri-S);}
    .lyuifilter_side_006-label-i{width: 30px;height: 30px; line-height: 30px; font-size: var(--font-bri-S);}

    .lyuifilter_side_006-price-label{height: 60px;}

}
.temp_d_ly_ly00006_2_81{padding-top: var(--paddingTop); padding-bottom: var(--paddingBottom); background-color: var(--backColor);}
/* .temp_d_ly_ly00006_2_81 .left_list{width: 78.08%;} */
#temp_d_ly_ly00006_2_81_pro_list{gap: 0.2rem;}
/* #temp_d_ly_ly00006_2_81_pro_list .item{margin-top: 20px; margin-right: 1.8%; width: calc((100% - 1.8% * 2)) / 3);}
#temp_d_ly_ly00006_2_81_pro_list .item:nth-child(3n){margin-right: 0;}
#temp_d_ly_ly00006_2_81_pro_list .item:nth-child(-n+3){margin-top: 0;} */
#temp_d_ly_ly00006_2_81_pro_list .item{width:calc((100% - 0.2rem * var(--wrap2)) / var(--wrap));}
#temp_d_ly_ly00006_2_81_pro_list .item::before {content:"";display: block; width: 90%; background: #fff; opacity: 0.7; position: absolute; left: 0.14rem; top: 0; bottom: 0; right: 0.14rem; -webkit-border-radius: 0.2rem; border-radius: 0.2rem;-webkit-transition: all .8s ease; transition: all .8s ease; z-index: 1;}
#temp_d_ly_ly00006_2_81_pro_list .item .a{padding: 0.25rem 0.2rem 0.4rem; width: 100%; height: 100%; border-radius: 0.2rem; background-color: #fff; position: relative; z-index: 2; -webkit-transition: all .8s ease; transition: all .8s ease;}
#temp_d_ly_ly00006_2_81_pro_list .item .a .hot{padding: 0 0.1rem; font-size: 0.12rem; line-height: 0.24rem; color: #fff; background-color: var(--mainColor); border-radius: 0.24rem; top: 0.25rem; left: 0.2rem; z-index: 2;}
#temp_d_ly_ly00006_2_81_pro_list .item .a .pic{width: 100%; padding-top: 75%;}
#temp_d_ly_ly00006_2_81_pro_list .item .a .pic img{-webkit-transition: all .8s ease; transition: all .8s ease;}
#temp_d_ly_ly00006_2_81_pro_list .item .a .cont{margin-top: 0.25rem;}
#temp_d_ly_ly00006_2_81_pro_list .item .a .cont .name{font-size: 0.25rem; line-height: 1.2; color: #000000; font-weight: 600;}
#temp_d_ly_ly00006_2_81_pro_list .item .a .cont .brief{margin-top: 0.05rem; font-size: 0.15rem; line-height: 1.2; color: #5c5c5c;}
#temp_d_ly_ly00006_2_81_pro_list .item .a .cont .more{padding-top: 0.13rem;}
#temp_d_ly_ly00006_2_81_pro_list .item .a .cont .more span{display: flex; justify-content: center; align-items: baseline; padding: 0 0.25rem; color: var(--mainColor); font-size: 0.14rem; height: 0.44rem; -webkit-border-radius: 0.44rem; border-radius: 0.44rem; align-items: center;}
#temp_d_ly_ly00006_2_81_pro_list .item .a .cont .more .jt{margin-left: 0.05rem; font-size: 0.15rem; color: var(--mainColor);}
#temp_d_ly_ly00006_2_81_pro_list .item:hover .a{ transform: translateY(-0.1rem); -webkit-box-shadow: 0vw 1.313vw 1.688vw rgba(201, 201, 201, 0.39); box-shadow: 0vw 1.313vw 1.688vw rgba(201, 201, 201, 0.39); }
#temp_d_ly_ly00006_2_81_pro_list .item:hover .a .pic img{transform: translate(-50%, -50%) scale(1.05);}
#temp_d_ly_ly00006_2_81_pro_list .item:hover .a .cont .more span{ background-color: var(--mainColor); color: #fff;}
#temp_d_ly_ly00006_2_81_pro_list .item:hover .a .cont .more .jt{color: #fff;}
#temp_d_ly_ly00006_2_81_page{margin-top: 0.9rem;}

/* .temp_d_ly_ly00006_2_81 .right_cate{width: 20.55%;margin-right: 1.8%;} */
.temp_d_ly_ly00006_2_81 .right_cate{width: 2.9rem;margin-right: 0.2rem;}

@media screen and (max-width: 1536px) {
	/* #temp_d_ly_ly00006_2_81_pro_list .item{width: 32%;} */
}
@media screen and (max-width: 1366px) {
	/* #temp_d_ly_ly00006_2_81_pro_list .item{width: 31.9%;} */
	#temp_d_ly_ly00006_2_81_pro_list .item .a .cont .name{font-size: 0.2rem;}
	#temp_d_ly_ly00006_2_81_pro_list .item .a .cont .brief{font-size: 0.14rem;}
}
@media screen and (max-width: 1280px) {
	/* #temp_d_ly_ly00006_2_81_pro_list .item{width: 31.6%;} */
	#temp_d_ly_ly00006_2_81_pro_list .item .a{padding: 0.25rem 0.2rem 0.3rem;}
}
@media screen and (max-width: 1024px) {
    #temp_d_ly_ly00006_2_81 .content {grid-template-columns: repeat(2,calc((100% - 0.3rem)/2));}
	/* #temp_d_ly_ly00006_2_81_pro_list .item{width: 31.4%;} */
}
@media screen and (max-width: 950px) {
	.temp_d_ly_ly00006_2_81 .box{flex-direction: column;}
	.temp_d_ly_ly00006_2_81 .left_list{width: 100%;}
	.temp_d_ly_ly00006_2_81 .right_cate{width: 100%; margin:0 0 0.4rem 0;}

	/* #temp_d_ly_ly00006_2_81_pro_list .item{width: 48.4%; margin-top: 20px; margin-right: 1.8%;}
	#temp_d_ly_ly00006_2_81_pro_list .item:nth-child(3n){margin-right: 1.8%;}
	#temp_d_ly_ly00006_2_81_pro_list .item:nth-child(-n+3){margin-top: 20px;}
	#temp_d_ly_ly00006_2_81_pro_list .item:nth-child(2n){margin-right: 0;}
	#temp_d_ly_ly00006_2_81_pro_list .item:nth-child(-n+2){margin-top: 0;} */
}
@media screen and (max-width:750px) {
	.temp_d_ly_ly00006_2_81 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

	#temp_d_ly_ly00006_2_81_pro_list .item .a .hot{padding: 0 0.15rem; font-size: 0.24rem; line-height: 1.5;}
	#temp_d_ly_ly00006_2_81_pro_list .item .a .cont .name{font-size: var(--font-txt-S); line-height: 1.5;}
	#temp_d_ly_ly00006_2_81_pro_list .item .a .cont .brief{margin-top: 0.1rem; font-size: var(--font-bri-S); line-height: 1.5;}
	#temp_d_ly_ly00006_2_81_pro_list .item .a .cont .more span,
	#temp_d_ly_ly00006_2_81_pro_list .item:hover .a .cont .more span{height: 0.65rem; font-size: var(--font-bri-S); align-items: center; background-color: var(--mainColor); color: #fff;}
	#temp_d_ly_ly00006_2_81_pro_list .item .a .cont .more .jt,
	#temp_d_ly_ly00006_2_81_pro_list .item:hover .a .cont .more .jt{font-size: var(--font-bri-S); color: #fff;}
}
#w006_index_footer_56 {font-size:0.16rem; padding-top: var(--paddingTop);padding-bottom: 1rem;background:var(--bg_color);color: var(--font_color_1);}

#w006_index_footer_56 .left{position: relative;}
#w006_index_footer_56 .left .logo{max-width: 30%; margin:0.5rem 0;}

#w006_index_footer_56 .left .line{position: absolute;right: 0;left: -100%;height: 1px; background: var(--font_color_3);}

#w006_index_footer_56 .left .nav .dl{display: flex; flex-direction: column;margin-right: 1.1rem;}
#w006_index_footer_56 .left .nav .dl .dt{font-size: 0.18rem; padding-bottom: 0.3rem; padding-top: 0.6rem;}
#w006_index_footer_56 .left .nav .dl .dd{line-height: 0.36rem;color: var(--font_color_2);transition: 0.3s;}

@media (any-hover: hover){
    #w006_index_footer_56 .left .nav .dl .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

#w006_index_footer_56 .contact_us{width: 27.5%;padding-top: 0.53rem;padding-left: 0.6rem;position: relative;}
#w006_index_footer_56 .contact_us::before{content: '';display: block;position: absolute;left: 0;top: 0;bottom: -1rem;width: 1px;background: var(--font_color_3);}
#w006_index_footer_56 .contact_us .title {font-size: 0.18rem;}

#w006_index_footer_56 .contact_us .contact{padding-top: 0.2rem;gap: 0 0.24rem;}
#w006_index_footer_56 .contact_us .contact .a{width: 0.5rem; height:0.5rem;font-size: 0.3rem;color: #666666; background: #fff; border-radius: 50%;transition: .3s;}
#w006_index_footer_56 .contact_us .contact .a:hover{background:var(--hoverColor);color:#fff}

#w006_index_footer_56 .contact_us .phone{font-size: 0.18rem; font-weight: 500;padding-top: 0.52rem;line-height: 0.3rem;}
#w006_index_footer_56 .contact_us .number{font-size: 0.3rem;font-weight: bold;color: var(--numColor);line-height: 0.3rem;margin-top: 0.04rem;}
#w006_index_footer_56 .contact_us .message{padding-top: 0.24rem;line-height: 0.3rem;}
#w006_index_footer_56 .contact_us .address{line-height: 0.3rem;}

@media screen and (max-width: 1024px){
	#w006_index_footer_56 .contact_us {width: 45%;}
}

@media screen and (max-width: 850px){
    #w006_index_footer_56 .contact_us {width: 40%;}
}
@media screen and (max-width: 751px){
	#w006_index_footer_56 {display: none;}
	#w006_index_footer_56 .contact_us {width: 45%;}
}




/* 移动端 */
#w006_index_footer_56_small{display: none;}
@media screen and (max-width: 751px){
	#w006_index_footer_56_small{display: block;padding-bottom: 0.5rem;padding-top: var(--appPaddingTop);background:var(--bg_color);color: var(--font_color_1);}

	#w006_index_footer_56_small .footer{padding-top: 0.5rem;}
	#w006_index_footer_56_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: 0.26rem 0;}
	#w006_index_footer_56_small .footer .ul .li_top i{font-size: var(--font-txt-S);transition: .3s;}
	#w006_index_footer_56_small .footer .ul.cur .li_top > i{transform: rotateZ(90deg);}

	#w006_index_footer_56_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: 0.26rem 0 0.26rem 0.15rem;color: var(--font_color_2);}
	#w006_index_footer_56_small .footer .ul .li_box .li:first-child{padding-top: 0.2rem;}
	#w006_index_footer_56_small .footer .ul .li_box .li:last-child{margin-bottom: 0.2rem;}

	#w006_index_footer_56_small .message{padding-top: 0.5rem;}
	#w006_index_footer_56_small .message .title {font-size: var(--font-big-S);}
	#w006_index_footer_56_small .message .contact{padding: 0.4rem 0;gap: 0 0.3rem;}
	#w006_index_footer_56_small .message .contact .a{width: 0.6rem;height: 0.6rem;background: var(--font_color_1);border-radius: 50%;font-size: var(--font-sub-S);color: var(--bg_color);}
	#w006_index_footer_56_small .message .phone{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
	#w006_index_footer_56_small .message .number{font-size: var(--font-sub-S);line-height: var(--font-sub-S);font-weight: bold;color: var(--linkColor);}
	#w006_index_footer_56_small .message .message{font-size:var(--font-txt-S);line-height: var(--font-txt-L);padding-top: 0.24rem;}
	#w006_index_footer_56_small .message .address{font-size:var(--font-txt-S);line-height: var(--font-txt-L);}

	#w006_index_footer_56_small .copy_app{font-size: var(--font-txt-S);gap: 0.1rem 0.2rem;display: flex;flex-wrap: wrap;margin-top: 0.3rem;}
}




/* 友情链接 */
#w006_index_footer_56_copy { background: var(--linkColor);}
#w006_index_footer_56_copy .content {height: 1.2rem;}

#w006_index_footer_56_copy .copy {display: flex;flex-wrap: wrap;font-size: 0.16rem;color: #fff;gap: 0.1rem;opacity: .7;}
#w006_index_footer_56_copy .links{font-size: 0.16rem;margin-left: 0.3rem;position: relative;}
#w006_index_footer_56_copy .links .button {font-size: 0.24rem;color: #fff;width: 2.75rem;height: 0.45rem;border-radius: 0.25rem;background: rgba(255, 255, 255, 0.3);padding: 0 0.2rem;opacity: .7;}
#w006_index_footer_56_copy .links .button .span {margin:0 0.2rem;font-size: 0.16rem;}
#w006_index_footer_56_copy .links .box {position: absolute;right: 0;bottom: 100%;display: none;width: 100%;border-radius: 0.25rem;}
#w006_index_footer_56_copy .links .box .ul{overflow-y: auto;max-height: 2.24rem;width: 100%;background: #fff;border-radius: 0.25rem;}
#w006_index_footer_56_copy .links .box .link {line-height: 1.6;color: #000;display: block;padding: 0.1rem;transition: .3s;}
#w006_index_footer_56_copy .links .box .link:first-child{margin-top: 0.1rem;}
#w006_index_footer_56_copy .links .box .link:last-child{margin-bottom: 0.1rem;}

#w006_index_footer_56_copy .links.cur .button .button_i{transform: rotate(180deg);}
#w006_index_footer_56_copy .links .box .link:hover {background: #f8f8f8;padding-left: 0.15rem;color: var(--linkColor);}

@media screen and (max-width:750px) {
    #w006_index_footer_56_copy .content {height: 1rem;}
    #w006_index_footer_56_copy .copy {font-size: var(--font-bri-S);display: none;}
    #w006_index_footer_56_copy .links {font-size: var(--font-txt-S);width: 100%;margin-left: 0;}
    #w006_index_footer_56_copy .links .button{font-size: var(--font-txt-S);width: 100%;height: 0.6rem;border-radius: 0.4rem;}
    #w006_index_footer_56_copy .links .button .span{font-size: var(--font-txt-S);}
	#w006_index_footer_56_copy .links .button .button_i{font-size: var(--font-txt-S);}
	#w006_index_footer_56_copy .links .box{box-shadow: 0 0 0.2rem 0.01rem rgba(0, 0, 0, 0.2);}
	#w006_index_footer_56_copy .links .box .ul{max-height: 3.6rem;}
}