
/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/



/* 头部默认透明样式 */
#temp_wcb_header_header02_10_nav{}
#temp_wcb_header_header02_10_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_10_nav .head{height: var(--head_top_height);}
#header.fixed.scroll-top #temp_wcb_header_header02_10_nav .head{color: #fff;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_10_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_10_nav .phone{font-size: 16px;height: 100%;}
#temp_wcb_header_header02_10_nav .phone .phone_i{font-size: 18px;margin-right: 10px;}

/* logo部分 */
#temp_wcb_header_header02_10_nav .weblogo{height: 100%;overflow: hidden;}
#temp_wcb_header_header02_10_nav .weblogo .logo_w{display: none;max-height: 90%;}
#temp_wcb_header_header02_10_nav .weblogo .logo_b{display: block;max-height: 90%;}
#header.fixed.scroll-top #temp_wcb_header_header02_10_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #temp_wcb_header_header02_10_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_10_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_10_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#temp_wcb_header_header02_10_nav .head_nav{flex: 1;padding: 0 var(--paddingLeft);}
#temp_wcb_header_header02_10_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_10_nav .head_nav .li > a{line-height: 2;}
#temp_wcb_header_header02_10_nav .head_nav .li:first-of-type{margin-left: 0;}
#temp_wcb_header_header02_10_nav .head_nav .li:hover,
#temp_wcb_header_header02_10_nav .head_nav .li.cur{border-bottom-color: var(--hoverColor);color: var(--hoverColor);}
/* 对比导航 */
.temp_wcb_header_header02_10_nav_width_compare{display: inline-flex;pointer-events: none;position: absolute;top: 0;left: 0;visibility: hidden;opacity: 0;}
.temp_wcb_header_header02_10_nav_width_compare .head_nav{padding: 0 var(--paddingLeft);}
.temp_wcb_header_header02_10_nav_width_compare .head_nav .li{font-size: var(--font_1st_px);margin-left: var(--paddingLeft);}
.temp_wcb_header_header02_10_nav_width_compare .head_nav .li:first-of-type{margin-left: 0;}


/* 按钮部分 */
#temp_wcb_header_header02_10_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#temp_wcb_header_header02_10_nav .head_btn > *{padding: 10px 15px;}
#temp_wcb_header_header02_10_nav .head_btn > *:last-child{padding-right: 0;}
#temp_wcb_header_header02_10_nav .head_btn > * > i{font-size: 20px;}
#temp_wcb_header_header02_10_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#temp_wcb_header_header02_10_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#temp_wcb_header_header02_10_nav .head .menu i{width: 36px;height: 2px;display: block;background: #333;position: relative;transition: .3s;}
#temp_wcb_header_header02_10_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_10_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_10_nav .head .menu i,
#header.fixed.scroll-top #temp_wcb_header_header02_10_nav .head .menu i::before,
#header.fixed.scroll-top #temp_wcb_header_header02_10_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_10_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_10_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_10_nav .head .menu i::after{background: #333;}




/* logo盒子 */
#temp_wcb_header_header02_10_nav .head .logo_box{height: 100%;width: 300px;overflow: hidden;}
#temp_wcb_header_header02_10_nav .head .logo_box .phone{height: 50%;transition: .3s;transform: translateY(-100%);visibility: hidden;}
#temp_wcb_header_header02_10_nav .head .logo_box .weblogo{height: 100%;transition: .3s;transform: translateY(-50%);visibility: visible;}
#header.scroll-top #temp_wcb_header_header02_10_nav .head .logo_box .phone{transform: translateY(0%);visibility: visible;}
#header.scroll-top #temp_wcb_header_header02_10_nav .head .logo_box .weblogo{transform: translateY(10%);visibility: hidden;}

/* nav盒子 */
#temp_wcb_header_header02_10_nav .head .nav_box{height: 100%;width: 100%;}
#temp_wcb_header_header02_10_nav .head .nav_box .weblogo{max-height: 50%;transition: .3s;visibility: hidden;transform: translateY(-100%);}
#temp_wcb_header_header02_10_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_10_nav .head .nav_box{position: relative;}
#header.scroll-center #temp_wcb_header_header02_10_nav .head .nav_box .head_nav{width: 100%;}
#header.scroll-top #temp_wcb_header_header02_10_nav .head .nav_box .weblogo{visibility: visible;transform: translateY(0);}
#header.scroll-top #temp_wcb_header_header02_10_nav .head .nav_box .head_nav{height: 50%;}

/* btn盒子 */
#temp_wcb_header_header02_10_nav .head .btns_box{transition: .3s;width: initial;height: 100%;}
#header.scroll-top #temp_wcb_header_header02_10_nav .head .btns_box{width: 300px;height: 50%;}





/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/
/* 菜单按钮    侧边栏展开  */
#header.menu_expand #temp_wcb_header_header02_10_nav .menu i{background: transparent !important;}
#header.menu_expand #temp_wcb_header_header02_10_nav .menu i::before{background: #333 !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #temp_wcb_header_header02_10_nav .menu i::after{background: #333 !important;transform: translateY(0px) rotateZ(-45deg);}
/* 隐藏导航按钮部分    侧边栏展开  */
#header.menu_expand #temp_wcb_header_header02_10_nav .head_btn{display: none;}

/* 控制侧边栏按钮    导航栏放不下时 */
.temp_wcb_header_header02_10.pc_app #temp_wcb_header_header02_10_nav .nav_box {display: none;}
.temp_wcb_header_header02_10.pc_app #temp_wcb_header_header02_10_nav .head .menu{display: block;}
/* logo盒子 */
.temp_wcb_header_header02_10.pc_app #temp_wcb_header_header02_10_nav .head .logo_box{height: 100% !important;}
.temp_wcb_header_header02_10.pc_app #temp_wcb_header_header02_10_nav .head .logo_box .phone{transform: translateY(-100%);visibility: hidden !important;}
.temp_wcb_header_header02_10.pc_app #temp_wcb_header_header02_10_nav .head .logo_box .weblogo{height: 100% !important;transform: translateY(-50%) !important;visibility: visible !important;}
/* nav盒子 */
.temp_wcb_header_header02_10.pc_app #temp_wcb_header_header02_10_nav .head .nav_box {display: none !important;}
.temp_wcb_header_header02_10.pc_app #temp_wcb_header_header02_10_nav .head .nav_box .weblogo{transform: translateY(-100%) !important;visibility: hidden !important;}
.temp_wcb_header_header02_10.pc_app #temp_wcb_header_header02_10_nav .head .nav_box .head_nav{height: 100% !important;width: 100% !important;}
/* btn盒子 */
.temp_wcb_header_header02_10.pc_app #temp_wcb_header_header02_10_nav .head .btns_box{width: initial !important;height: 100% !important;}

/* pc_app状态下无法控制背景颜色高度 */
/* 导航高度 */
#header.scroll-top.pc_app #temp_wcb_header_header02_10_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_10_nav .head_nav .li{margin: 0 8px;}
    #temp_wcb_header_header02_10_nav .nav_box {display: none;}
    #temp_wcb_header_header02_10_nav .head .menu{display: block;}
    /* logo盒子 */
    #temp_wcb_header_header02_10_nav .head .logo_box{height: 100%;}
    #temp_wcb_header_header02_10_nav .head .logo_box .phone{transform: translateY(-100%);visibility: hidden;}
    #temp_wcb_header_header02_10_nav .head .logo_box .weblogo{height: 100%;transform: translateY(-50%);visibility: visible;}
    /* nav盒子 */
    #temp_wcb_header_header02_10_nav .head .nav_box {display: none;}
    #temp_wcb_header_header02_10_nav .head .nav_box .weblogo{transform: translateY(-100%);visibility: hidden;}
    #temp_wcb_header_header02_10_nav .head .nav_box .head_nav{height: 100%;width: 100%;}
    /* btn盒子 */
    #temp_wcb_header_header02_10_nav .head .btns_box{width: initial;height: 100%;}
    /* 导航高度 */
    #temp_wcb_header_header02_10_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_10_nav .phone{font-size: 26px;}
    #temp_wcb_header_header02_10_nav .phone .phone_i{font-size: 26px;}
    #temp_wcb_header_header02_10_nav .head_btn .search i {font-size: 26px;}
    #temp_wcb_header_header02_10_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #temp_wcb_header_header02_10_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_10_nav .head,
    #header.scroll-top #header_bg{height: var(--head_top_height_app);}

    #temp_wcb_header_header02_10_nav .head_btn .search i {font-size: var(--font-big-S);}
    #temp_wcb_header_header02_10_nav .head_btn .language{display: none;}

    #temp_wcb_header_header02_10_nav .head .menu{padding: 30px;}
    #temp_wcb_header_header02_10_nav .head .menu i{width: 46px;height: 3px;}
    #temp_wcb_header_header02_10_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #temp_wcb_header_header02_10_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #temp_wcb_header_header02_10_nav .weblogo{opacity: 0;}
}
.w020_products_detail_detail_19_wrap {padding-top: var(--paddingTop);padding-bottom: 100px;margin-bottom: var(--paddingBottom);border-bottom: 1px solid #e5e5e5;}
#w020_products_detail_detail_19_loop {width: 46%;}
#w020_products_detail_detail_19_loop .main .box {padding-top: 100%;background-color: #fafafa;}
#w020_products_detail_detail_19_loop .thumbs {margin: 20px auto 0;padding: 0 55px;}
#w020_products_detail_detail_19_loop .thumbs .box {border: 2px solid transparent;background-color: #fafafa;}
#w020_products_detail_detail_19_loop .thumbs .box::before {padding-top: 100%;}
#w020_products_detail_detail_19_loop .thumbs .swiper-slide-thumb-active{border-color: #000;}
#w020_products_detail_detail_19_loop .thumbs .button {width: 100%;height: 100%;bottom: 0;left: 0;pointer-events: none;}
#w020_products_detail_detail_19_loop .thumbs .button .btn {width: 55px;pointer-events: all;background-color: #fff;z-index: 5;}


#w020_products_detail_detail_19_detail {width: 47.8%;padding-top: 30px;}
#w020_products_detail_detail_19_detail .breadcrumb{display: flex;align-items: center;flex-wrap: wrap;margin-bottom: 70px;}
#w020_products_detail_detail_19_detail .breadcrumb .text{line-height: 1;}
#w020_products_detail_detail_19_detail .breadcrumb .home{font-size: 14px;color: #333;}
#w020_products_detail_detail_19_detail .breadcrumb .before{color: #333;}
#w020_products_detail_detail_19_detail .breadcrumb .span{margin: 0 15px;}
#w020_products_detail_detail_19_detail .breadcrumb .span i{font-size: 16px;}
#w020_products_detail_detail_19_detail .category {font-size: 16px;line-height: 1;color: #000;margin: 0 0 20px;}
#w020_products_detail_detail_19_detail .name {font-size: var(--title_fz_px);color: var(--title_fz_color);font-weight: var(--title_fz_font_weight);line-height: var(--title_fz_line_height);}
#w020_products_detail_detail_19_detail .brief {font-size: 16px;line-height: 1.875;color: #333;margin: 23px 0 53px;}
#w020_products_detail_detail_19_detail .link {font-size: 16px;line-height: 1;width: 150px;height: 50px;margin-bottom: 80px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w020_products_detail_detail_19_detail .detail {border-top: 1px solid #e5e5e5;padding-top: 30px;}
/* #w020_products_detail_detail_19_detail .detail .head {font-size: 16px;line-height: 58px;color: #000;} */
/* #w020_products_detail_detail_19_detail .detail .head .icon {font-size: 16px;line-height: 1;color: #666;} */
#w020_products_detail_detail_19_detail .detail .text {font-size: 16px;line-height: 1.875;color: #333;}
/* #w020_products_detail_detail_19_detail .detail.cur .head .icon {transform: rotate(-90deg);} */


#w020_products_detail_detail_19_editor {padding: 100px 0;}
#w020_products_detail_detail_19_editor .contant {margin-bottom: 40px;}
#w020_products_detail_detail_19_editor .contant .h2 {font-size: 30px;line-height: 1;color: #000;margin-bottom: 30px;}
#w020_products_detail_detail_19_editor .contant .detail {font-size: 16px;line-height: 1.875;color: #333;}


@media screen and (max-width:1000px) {
    #w020_products_detail_detail_19_loop {width: 100%;}
    #w020_products_detail_detail_19_detail {width: 100%;}
}
@media screen and (max-width:750px) {
    .w020_products_detail_detail_19_wrap {padding-top: var(--appPaddingTop);margin-bottom: var(--appPaddingBottom);}
    #w020_products_detail_detail_19_loop {margin-bottom: 40px;}
    #w020_products_detail_detail_19_loop .thumbs {padding: 0;}
    #w020_products_detail_detail_19_loop .thumbs .button {display: none;}

    #w020_products_detail_detail_19_detail .breadcrumb .text{line-height: 80px;font-size: var(--font-txt-S);}
    #w020_products_detail_detail_19_detail .breadcrumb .home {font-size: var(--font-txt-S);}
    #w020_products_detail_detail_19_detail .breadcrumb .span{margin: 0 30px;}
    #w020_products_detail_detail_19_detail .breadcrumb .span i{font-size: var(--font-txt-S);}
    #w020_products_detail_detail_19_detail .category {font-size: var(--font-txt-S);}
    #w020_products_detail_detail_19_detail .name {font-size: var(--font-sub-S);}
    #w020_products_detail_detail_19_detail .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w020_products_detail_detail_19_detail .link {font-size: var(--font-txt-S);width: 240px;height: 80px;}
    /* #w020_products_detail_detail_19_detail .detail {height: 80px;} */
    /* #w020_products_detail_detail_19_detail .detail .head {font-size: var(--font-txt-S);line-height: 80px;} */
    /* #w020_products_detail_detail_19_detail .detail .head .icon {font-size: var(--font-txt-S);} */
    #w020_products_detail_detail_19_detail .detail .text {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}

    #w020_products_detail_detail_19_editor .contant .h2 {font-size: var(--font-sub-S);}
    #w020_products_detail_detail_19_editor .contant .detail * {font-size: var(--font-txt-S) !important;line-height: var(--font-txt-L);}
}
.w020_index_footer_17_wrap{overflow: hidden;background-color: var(--bg_color);}
#w020_index_footer_17 {padding-top: var(--paddingTop);padding-bottom: 90px;}
#w020_index_footer_17 .head {margin-bottom: 50px;}
#w020_index_footer_17 .head .line {height: 2px;background-color: var(--font_color_1);}
#w020_index_footer_17 .head .img {margin: 0 20px;}
#w020_index_footer_17 .foot_nav .dl {margin-right: 70px;margin-bottom: 10px;color: var(--font_color_1);}
#w020_index_footer_17 .foot_nav .dl .dt {font-size: 18px;line-height: 1;margin: 20px 0;font-weight: bold;}
#w020_index_footer_17 .foot_nav .dl .dd {font-size: 16px;line-height: 1.875;}
/* 导航部分app */
#w020_index_footer_17 .foot_nav_app{flex: 1;color: var(--font_color_1);margin-bottom: 20px;display: none;}
#w020_index_footer_17 .foot_nav_app .ul{border-bottom: 1px solid var(--font_color_3);}
#w020_index_footer_17 .foot_nav_app .ul.noneclick {pointer-events: none;}
#w020_index_footer_17 .foot_nav_app .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);padding: 16px 0;}
#w020_index_footer_17 .foot_nav_app .title > i{font-size: var(--font-sma-S);transition: .3s;}
#w020_index_footer_17 .foot_nav_app .ul.cur .title > i{transform: rotateZ(90deg);}
#w020_index_footer_17 .foot_nav_app .li{display: none;}
#w020_index_footer_17 .foot_nav_app .li .a{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
#w020_index_footer_17 .foot_nav_app .li .a:last-child{padding: 0px 0 50px;}


@media (any-hover: hover){
    #w020_index_footer_17 .foot_nav .dl .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

@media screen and (max-width:750px) {
    #w020_index_footer_17 {padding-top: var(--appPaddingTop);padding-bottom: 60px;}
    #w020_index_footer_17 .foot_nav {display: none;}
    #w020_index_footer_17 .foot_nav_app {display: block;}
}


#w020_index_footer_17_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_3);margin-top: 35px;}
#w020_index_footer_17_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#w020_index_footer_17_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #w020_index_footer_17_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}

#w020_index_footer_17_copy {background-color: var(--bg_color2);padding: 40px 0;}
#w020_index_footer_17_copy .copy {font-size: 16px;color: var(--font_color_2);gap: 10px 20px;}
#w020_index_footer_17_copy .link .li{margin-left: 35px;}
#w020_index_footer_17_copy .link .li i {font-size: 30px;color: var(--font_color_2);}


@media screen and (max-width:750px) {
    #w020_index_footer_17_copy > div{flex-direction: column;}
    #w020_index_footer_17_copy .copy {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w020_index_footer_17_copy .link{margin-top: 20px; justify-content: flex-start;width: 100%;}
    #w020_index_footer_17_copy .link .li:first-of-type{margin-left: 0;}
    #w020_index_footer_17_copy .link .li i {font-size: var(--font-sma-S);}
}