
/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/



/* 头部默认透明样式 */
#temp_wcb_header_header02_33_nav{}
#temp_wcb_header_header02_33_nav .head{width: 100%;padding: 0 4%;transition: border-color,color,height .3s;border-bottom: 1px solid rgba(255, 255, 255, 0.2);color: #333;height: var(--head_center_height);}
#header.scroll-top #temp_wcb_header_header02_33_nav .head{height: var(--head_top_height);}
#header.fixed.scroll-top #temp_wcb_header_header02_33_nav .head{color: #fff;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_33_nav .head{color: #333;}




/* 背景色 */
#header_bg{height: var(--head_center_height);width: 100%;background: #fff;transition:background .3s;}
#header.scroll-top #header_bg{height: var(--head_top_height);}
#header.fixed.scroll-top #header_bg,
#header.fixed.scroll-top.opacity_black #header_bg{background: transparent;}



/* logo部分 */
#temp_wcb_header_header02_33_nav .phone{font-size: 16px;height: 100%;}
#temp_wcb_header_header02_33_nav .phone .phone_i{font-size: 18px;margin-right: 10px;}

/* logo部分 */
#temp_wcb_header_header02_33_nav .weblogo{height: 100%;overflow: hidden;}
#temp_wcb_header_header02_33_nav .weblogo .logo_w{display: none;max-height: 90%;}
#temp_wcb_header_header02_33_nav .weblogo .logo_b{display: block;max-height: 90%;}
#header.fixed.scroll-top #temp_wcb_header_header02_33_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #temp_wcb_header_header02_33_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_33_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_33_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#temp_wcb_header_header02_33_nav .head_nav{flex: 1;padding: 0 var(--paddingLeft);}
#temp_wcb_header_header02_33_nav .head_nav .li{font-size: var(--font_1st_px);height: 100%;border-bottom: 2px solid transparent;margin-left: var(--paddingLeft);transition: .3s ease-out;}
#temp_wcb_header_header02_33_nav .head_nav .li > a{line-height: 2;}
#temp_wcb_header_header02_33_nav .head_nav .li:first-of-type{margin-left: 0;}
#temp_wcb_header_header02_33_nav .head_nav .li:hover,
#temp_wcb_header_header02_33_nav .head_nav .li.cur{border-bottom-color: var(--hoverColor);color: var(--hoverColor);}
/* 对比导航 */
.temp_wcb_header_header02_33_nav_width_compare{display: inline-flex;pointer-events: none;position: absolute;top: 0;left: 0;visibility: hidden;opacity: 0;}
.temp_wcb_header_header02_33_nav_width_compare .head_nav{padding: 0 var(--paddingLeft);}
.temp_wcb_header_header02_33_nav_width_compare .head_nav .li{font-size: var(--font_1st_px);margin-left: var(--paddingLeft);}
.temp_wcb_header_header02_33_nav_width_compare .head_nav .li:first-of-type{margin-left: 0;}


/* 按钮部分 */
#temp_wcb_header_header02_33_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#temp_wcb_header_header02_33_nav .head_btn > *{padding: 10px 15px;}
#temp_wcb_header_header02_33_nav .head_btn > *:last-child{padding-right: 0;}
#temp_wcb_header_header02_33_nav .head_btn > * > i{font-size: 20px;}
#temp_wcb_header_header02_33_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#temp_wcb_header_header02_33_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#temp_wcb_header_header02_33_nav .head .menu i{width: 36px;height: 2px;display: block;background: #333;position: relative;transition: .3s;}
#temp_wcb_header_header02_33_nav .head .menu i::before{display: block;content: '';width: 100%;height: 2px;background: #333;position: absolute;top: 0;transform: translateY(-14px);transition: .3s;}
#temp_wcb_header_header02_33_nav .head .menu i::after{display: block;content: '';width: 100%;height: 2px;background: #333;position: absolute;top: 0;transform: translateY(14px);transition: .3s;}
#header.fixed.scroll-top #temp_wcb_header_header02_33_nav .head .menu i,
#header.fixed.scroll-top #temp_wcb_header_header02_33_nav .head .menu i::before,
#header.fixed.scroll-top #temp_wcb_header_header02_33_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_33_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_33_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_33_nav .head .menu i::after{background: #333;}




/* logo盒子 */
#temp_wcb_header_header02_33_nav .head .logo_box{height: 100%;width: 300px;overflow: hidden;}
#temp_wcb_header_header02_33_nav .head .logo_box .phone{height: 50%;transition: .3s;transform: translateY(-100%);visibility: hidden;}
#temp_wcb_header_header02_33_nav .head .logo_box .weblogo{height: 100%;transition: .3s;transform: translateY(-50%);visibility: visible;}
#header.scroll-top #temp_wcb_header_header02_33_nav .head .logo_box .phone{transform: translateY(0%);visibility: visible;}
#header.scroll-top #temp_wcb_header_header02_33_nav .head .logo_box .weblogo{transform: translateY(10%);visibility: hidden;}

/* nav盒子 */
#temp_wcb_header_header02_33_nav .head .nav_box{height: 100%;width: 100%;}
#temp_wcb_header_header02_33_nav .head .nav_box .weblogo{max-height: 50%;transition: .3s;visibility: hidden;transform: translateY(-100%);}
#temp_wcb_header_header02_33_nav .head .nav_box .head_nav{height: 100%;transition-property:height,transform;transition-duration: .3s;width: 100vw;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
#header.scroll-center #temp_wcb_header_header02_33_nav .head .nav_box{position: relative;}
#header.scroll-center #temp_wcb_header_header02_33_nav .head .nav_box .head_nav{width: 100%;}
#header.scroll-top #temp_wcb_header_header02_33_nav .head .nav_box .weblogo{visibility: visible;transform: translateY(0);}
#header.scroll-top #temp_wcb_header_header02_33_nav .head .nav_box .head_nav{height: 50%;}

/* btn盒子 */
#temp_wcb_header_header02_33_nav .head .btns_box{transition: .3s;width: initial;height: 100%;}
#header.scroll-top #temp_wcb_header_header02_33_nav .head .btns_box{width: 300px;height: 50%;}





/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/
/* 菜单按钮    侧边栏展开  */
#header.menu_expand #temp_wcb_header_header02_33_nav .menu i{background: transparent !important;}
#header.menu_expand #temp_wcb_header_header02_33_nav .menu i::before{background: #333 !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #temp_wcb_header_header02_33_nav .menu i::after{background: #333 !important;transform: translateY(0px) rotateZ(-45deg);}
/* 隐藏导航按钮部分    侧边栏展开  */
#header.menu_expand #temp_wcb_header_header02_33_nav .head_btn{display: none;}

/* 控制侧边栏按钮    导航栏放不下时 */
.temp_wcb_header_header02_33.pc_app #temp_wcb_header_header02_33_nav .nav_box {display: none;}
.temp_wcb_header_header02_33.pc_app #temp_wcb_header_header02_33_nav .head .menu{display: block;}
/* logo盒子 */
.temp_wcb_header_header02_33.pc_app #temp_wcb_header_header02_33_nav .head .logo_box{height: 100% !important;}
.temp_wcb_header_header02_33.pc_app #temp_wcb_header_header02_33_nav .head .logo_box .phone{transform: translateY(-100%);visibility: hidden !important;}
.temp_wcb_header_header02_33.pc_app #temp_wcb_header_header02_33_nav .head .logo_box .weblogo{height: 100% !important;transform: translateY(-50%) !important;visibility: visible !important;}
/* nav盒子 */
.temp_wcb_header_header02_33.pc_app #temp_wcb_header_header02_33_nav .head .nav_box {display: none !important;}
.temp_wcb_header_header02_33.pc_app #temp_wcb_header_header02_33_nav .head .nav_box .weblogo{transform: translateY(-100%) !important;visibility: hidden !important;}
.temp_wcb_header_header02_33.pc_app #temp_wcb_header_header02_33_nav .head .nav_box .head_nav{height: 100% !important;width: 100% !important;}
/* btn盒子 */
.temp_wcb_header_header02_33.pc_app #temp_wcb_header_header02_33_nav .head .btns_box{width: initial !important;height: 100% !important;}

/* pc_app状态下无法控制背景颜色高度 */
/* 导航高度 */
#header.scroll-top.pc_app #temp_wcb_header_header02_33_nav .head{height: var(--head_center_height) !important;}
#header.scroll-top.pc_app #header_bg{height: var(--head_center_height) !important;}





@media only screen and (max-width: 1024px) { 
    #temp_wcb_header_header02_33_nav .head_nav .li{margin: 0 8px;}
    #temp_wcb_header_header02_33_nav .nav_box {display: none;}
    #temp_wcb_header_header02_33_nav .head .menu{display: block;}
    /* logo盒子 */
    #temp_wcb_header_header02_33_nav .head .logo_box{height: 100%;}
    #temp_wcb_header_header02_33_nav .head .logo_box .phone{transform: translateY(-100%);visibility: hidden;}
    #temp_wcb_header_header02_33_nav .head .logo_box .weblogo{height: 100%;transform: translateY(-50%);visibility: visible;}
    /* nav盒子 */
    #temp_wcb_header_header02_33_nav .head .nav_box {display: none;}
    #temp_wcb_header_header02_33_nav .head .nav_box .weblogo{transform: translateY(-100%);visibility: hidden;}
    #temp_wcb_header_header02_33_nav .head .nav_box .head_nav{height: 100%;width: 100%;}
    /* btn盒子 */
    #temp_wcb_header_header02_33_nav .head .btns_box{width: initial;height: 100%;}
    /* 导航高度 */
    #temp_wcb_header_header02_33_nav .head{height: var(--head_center_height);}
    #header_bg{height: var(--head_center_height);}
}

@media only screen and (max-width: 900px) {
    #temp_wcb_header_header02_33_nav .phone{font-size: 26px;}
    #temp_wcb_header_header02_33_nav .phone .phone_i{font-size: 26px;}
    #temp_wcb_header_header02_33_nav .head_btn .search i {font-size: 26px;}
    #temp_wcb_header_header02_33_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #temp_wcb_header_header02_33_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #header.scroll-top #temp_wcb_header_header02_33_nav .head,
    #header.scroll-top #header_bg{height: var(--head_top_height_app);}

    #temp_wcb_header_header02_33_nav .head_btn .search i {font-size: var(--font-big-S);}
    #temp_wcb_header_header02_33_nav .head_btn .language{display: none;}

    #temp_wcb_header_header02_33_nav .head .menu{padding: 30px;}
    #temp_wcb_header_header02_33_nav .head .menu i{width: 46px;height: 3px;}
    #temp_wcb_header_header02_33_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #temp_wcb_header_header02_33_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #temp_wcb_header_header02_33_nav .weblogo{opacity: 0;}
}
#w005_service_picture_129 .img{min-height: 400px;}
#w005_service_picture_129 .img img{width: 100%;display: block;}
#w005_service_picture_129 .imgApp{display: none;min-height: 480px;}
#w005_service_picture_129 .imgApp img{width: 100%;display: block;}
#w005_service_picture_129 .box{top: 0;overflow: hidden;height: 100%;pointer-events: none;}

#w005_service_picture_129 .position_box{width: 100%;height: 100%;position: absolute;left: 0%;bottom: 0%;}
#w005_service_picture_129.height_change .position_box{width: 100%;height: calc((100% - 100px));position: absolute;left: 50%;bottom: 0%;transform: translateX(-50%);}

#w005_service_picture_129 .text{display: flex;flex-direction: column;width: 100%;padding: 15px 0;}
#w005_service_picture_129 .text .name{font-size: var(--small_size);color: var(--small_color);font-weight: var(--small_weight);font-style: var(--small_style);line-height: var(--small_lh);margin-bottom: 26px;pointer-events: all;}
#w005_service_picture_129 .text .subname{font-size: var(--big_size);color: var(--big_color);font-weight: var(--big_weight);font-style: var(--big_style);line-height: var(--big_lh);pointer-events: all;}


#w005_service_picture_129 .position_box[position="2"],
#w005_service_picture_129 .position_box[position="5"],
#w005_service_picture_129 .position_box[position="8"]{text-align: center;}
#w005_service_picture_129 .position_box[position="3"],
#w005_service_picture_129 .position_box[position="6"],
#w005_service_picture_129 .position_box[position="9"]{text-align: right;}

@media screen and (max-width:751px) {
    #w005_service_picture_129 .img{display: none;}
    #w005_service_picture_129 .imgApp{display: block;}
    #w005_service_picture_129 .text .name{font-size: var(--small_size_mobile);color: var(--small_color_mobile);font-weight: var(--small_weight_mobile);font-style: var(--small_style_mobile);}
    #w005_service_picture_129 .text .subname{font-size: var(--big_size_mobile);color: var(--big_color_mobile);font-weight: var(--big_weight_mobile);font-style: var(--big_style_mobile);}

    #w005_service_picture_129.height_change .position_box{height: calc((100% - 120px));}
}
#w004_products_list_130{background: #fff;padding-top: var(--paddingTop);}
#w004_products_list_130 .list{display: grid;grid-template-columns: repeat(2,calc((100% - 46px)/2));gap: 46px;}
#w004_products_list_130 .list .item {background: #fff;border: 1px solid #EDEDED;}

/* 优惠图样 有 is_sale 为优惠 */
#w004_products_list_130 .list .item .sale{width: 50px;height: 50px;background: var(--saleBgColor);color: #fff;border-radius: 0 0 0 50px;position: absolute;top: 0;right: 0;font-size: 16px;}
#w004_products_list_130 .list .item .sale > *{transform: rotateZ(45deg);display: block;margin-top: -5px;margin-right: -5px;}

#w004_products_list_130 .list .item > .img{width: 46.84684684%;padding-top: 46.84684684%;}
#w004_products_list_130 .list .item .img img{max-width: 80%;max-height: 80%;}

#w004_products_list_130 .list .item .text{padding:40px 30px 40px 0;max-width: 53.15315315%;color: #333;}
#w004_products_list_130 .list .item .text .name {font-size: 28px;font-weight: bold;line-height: 1.5;max-height: 84px;margin-bottom: 12px;}
#w004_products_list_130 .list .item .text .use {font-size: 20px;line-height: 1.5;margin-bottom: 12px;}
#w004_products_list_130 .list .item .text .brief {font-size: 16px;line-height: 28px;color: #999999;height: 56px;}
#w004_products_list_130 .list .item .text .price {font-size: 24px;line-height: 24px;color: #f00;margin-top: 15px;}
#w004_products_list_130 .list .item .text .price.price_cn {font-size: 20px;}
#w004_products_list_130 .list .item .text .price .b{font-size: 16px;margin-left: 15px;text-decoration: line-through;}
#w004_products_list_130 .list .item .text .btn {min-width: 150px;height: 50px;padding: 0 16px;font-size: 16px;margin-top: 25px;display: inline-flex; 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_list_130 .list .item .text .btn > i{margin-left: 8px;}

@media (any-hover:hover){
	#w004_products_list_130 .list .item:hover {box-shadow: 0px 10px 35px 0px rgba(28, 28, 28, 0.15);transform: translateY(-10px);}
	#w004_products_list_130 .list .item:hover .name{color: var(--hoverColor);}
	#w004_products_list_130 .list .item:hover .text .btn{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}
}

@media screen and (max-width:1250px) {
	#w004_products_list_130 .list{grid-template-columns: 100%;gap: 60px;}
	#w004_products_list_130 .list .item > .img{padding-top: 40%;}
	#w004_products_list_130 .list .item .text .name {margin-bottom: 20px;}
	#w004_products_list_130 .list .item .text .use {margin-bottom: 20px;}
	#w004_products_list_130 .list .item .text .btn{min-width: 200px;}
}

@media screen and (max-width:750px) {
	#w004_products_list_130 {padding-top: var(--appPaddingTop);}
	#w004_products_list_130_page {padding-bottom: var(--appPaddingBottom);}

	#w004_products_list_130 .list .item{}
	#w004_products_list_130 .list .item > .img{margin: 0 auto;}
	#w004_products_list_130 .list .item .text{padding: 30px;}
	#w004_products_list_130 .list .item .text .name {font-size: var(--font-txt-S);line-height: var(--font-txt-L);max-height:calc(2 * var(--font-txt-L));}
	#w004_products_list_130 .list .item .text .use {font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
	#w004_products_list_130 .list .item .text .brief {font-size: var(--font-bri-S);line-height: var(--font-bri-L);max-height:calc(2 * var(--font-bri-L));height: auto;}
	#w004_products_list_130 .list .item .text .btn {display: none;}
	#w004_products_list_130 .list .item .text .price{font-size: .36rem;line-height: 1;margin: .3rem 0 .1rem;}
	#w004_products_list_130 .list .item .text .price.price_cn{font-size: .32rem;}
	#w004_products_list_130 .list .item .text .price .b{font-size: .28rem;}
}


/* 分页样式 */
#w004_products_list_130_page{padding-top: 50px;padding-bottom: var(--paddingBottom);}
.temp_wcb_footer_footer01_34_footer_wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--bg_color);color: var(--font_color_1);overflow: hidden;}
@media screen and (max-width:750px) {
    .temp_wcb_footer_footer01_34_footer_wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#temp_wcb_footer_footer01_34_nav{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;gap: 20px 80px;}
#temp_wcb_footer_footer01_34_nav .li{font-size: 18px;transition: 0.3s;}

@media (any-hover: hover){
    #temp_wcb_footer_footer01_34_nav .li:hover{color:var(--navHoverColor);text-decoration:underline;}
}

@media screen and (max-width:750px) {
    #temp_wcb_footer_footer01_34_nav{display: none;}
}


#temp_wcb_footer_footer01_34_contact{display: flex;flex-direction: column;align-items: center;}
#temp_wcb_footer_footer01_34_contact .qr{margin: 70px 0 20px;}
#temp_wcb_footer_footer01_34_contact .qr .img{width: 120px;height: 120px;border-radius: 16px;overflow: hidden;background:  #fff;}
#temp_wcb_footer_footer01_34_contact .qr .img img{max-width: 75%;max-height: 75%;}
#temp_wcb_footer_footer01_34_contact .qr .tip{font-size: 18px;line-height: 1.5;color: var(--font_color_2);margin-top: 50px;}
#temp_wcb_footer_footer01_34_contact .text{font-size: 20px;line-height: 1.5;margin-bottom: 80px;gap: 16px;flex-wrap: wrap;text-align: center;}
#temp_wcb_footer_footer01_34_contact .text .phone{}
@media screen and (max-width:750px) {
    #temp_wcb_footer_footer01_34_contact{}
    #temp_wcb_footer_footer01_34_contact .qr{margin: 0 0 20px;}
    #temp_wcb_footer_footer01_34_contact .qr .img{width: 300px;height: 300px;}
    #temp_wcb_footer_footer01_34_contact .qr .tip{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
    #temp_wcb_footer_footer01_34_contact .text{font-size: var(--font-txt-S);line-height: var(--font-txt-L);margin-bottom: 60px;}
}


#temp_wcb_footer_footer01_34_links{font-size: 16px;height: 72px;margin-top: 35px;justify-content: center;color: var(--font_color_2);}
#temp_wcb_footer_footer01_34_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#temp_wcb_footer_footer01_34_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer01_34_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}


#temp_wcb_footer_footer01_34_copyright{font-size: 16px;color: var(--font_color_2);flex-wrap: wrap;gap: 10px 20px;}
@media screen and (max-width:750px) {
    #temp_wcb_footer_footer01_34_copyright{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}