

/* 滚动到一定距离，将导航隐藏 */
@media screen and (min-width: 1024px){
  #header.scroll-up #header_bg,
  #header.scroll-up #header_ct{transform: translateY(0%);}
  #header.scroll-down #header_bg,
  #header.scroll-down #header_ct{transform: translateY(-100%);}
}


.temp_d_cry_header_12_x{transition:.3s;opacity: 1;}
/* #header.scroll-center .temp_d_cry_header_12_x{opacity: 0;transform: translateY(-50%);pointer-events: none;} */
@media screen and (max-width: 750px){
  .temp_d_cry_header_12_x{display: none;}
}


/* 背景色 */
#header_bg{height: 170px;width: 100%;pointer-events: none;transition:.3s,height .1s;background: var(--head_bg_color);}
#header.scroll-top #header_bg{height: 170px;}

#header.fixed.scroll-top #header_bg{background: rgba(0, 0, 0, 0.1);}
#header.fixed.scroll-top.opacity_black #header_bg{background-color: rgba(255, 255, 255, 0.1);}

/* #temp_d_cry_header_12_nav_x{background: #f5f5f5;} */
#temp_d_cry_header_12_nav_x .head{height: 103px;transition: .3s;border-bottom: 1px solid #eee;color: var(--head_fz_color);}
#header.fixed.scroll-top #temp_d_cry_header_12_nav_x .head{color: #fff;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
#header.fixed.scroll-top.opacity_black #temp_d_cry_header_12_nav_x .head{color: #333;}
#header.fixed.scroll-top.opacity_black #temp_d_cry_header_12_nav_x,
#header.fixed.scroll-top #temp_d_cry_header_12_nav_x{background: transparent;}

/* logo部分 */
#temp_d_cry_header_12_nav_x .weblogo{height: 100%;overflow: hidden;}
#temp_d_cry_header_12_nav_x .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#temp_d_cry_header_12_nav_x .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #temp_d_cry_header_12_nav_x .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #temp_d_cry_header_12_nav_x .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #temp_d_cry_header_12_nav_x .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #temp_d_cry_header_12_nav_x .weblogo .logo_b{display: block;}


/* 按钮部分 */
#temp_d_cry_header_12_nav_x .head_btn{font-size: 16px;}
#temp_d_cry_header_12_nav_x .head_btn .text{}
#temp_d_cry_header_12_nav_x .cd_words_wrapper {display: inline-block;position: relative;text-align: left;}
#temp_d_cry_header_12_nav_x .cd_words_wrapper b {display: inline-block;position: absolute;white-space: nowrap;left: 0;top: 0;font-size:34px;color: var(--hoverColor);font-weight:bold;font-family:Arial, Helvetica, sans-serif;}
#temp_d_cry_header_12_nav_x .cd_words_wrapper b.is-visible {position: relative;}
#temp_d_cry_header_12_nav_x .cd_headline.scale i {display: inline-block;opacity: 0;-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);font-style:normal;}
#temp_d_cry_header_12_nav_x .cd_headline.scale i.in {-webkit-animation: scale-up 0.6s forwards;-moz-animation: scale-up 0.6s forwards;animation: scale-up 0.6s forwards;}
#temp_d_cry_header_12_nav_x .cd_headline.scale i.out {-webkit-animation: temp_d_cry_header_12-scale-down 0.6s forwards;-moz-animation: temp_d_cry_header_12-scale-down 0.6s forwards;animation: temp_d_cry_header_12-scale-down 0.6s forwards;}


/* 语言切换 */
#temp_d_cry_header_12_nav_x .language{margin-right: 26px;font-size: 16px;}
#temp_d_cry_header_12_nav_x .language i{margin-right: 3px;}



/* 导航 */
#temp_d_cry_header_12_subnav_x .list {box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);color: var(--head_fz_color);}
#temp_d_cry_header_12_subnav_x .list .nav{height:70px;display: flex;justify-content: space-between;align-items: center;font-size: 22px;}
#temp_d_cry_header_12_subnav_x .list .nav .li{padding: 0 20px;}
#temp_d_cry_header_12_subnav_x .list .nav .li:first-child{padding-left: 0;}
#temp_d_cry_header_12_subnav_x .list .nav .li:last-child{padding-right: 0;}
#temp_d_cry_header_12_subnav_x .list .nav .li i{margin-left: 5px;color: var(--hoverColor);}
#temp_d_cry_header_12_subnav_x .list .nav .li:hover i,
#temp_d_cry_header_12_subnav_x .list .nav .li.nav_hover i{transform: rotate(180deg);}

#header.fixed.scroll-top #temp_d_cry_header_12_subnav_x .list{box-shadow: none;color: #fff;}
#header.fixed.scroll-top.opacity_black #temp_d_cry_header_12_subnav_x .list{color: #333;}


.temp_d_cry_header_12{transition: .3s;position: absolute;top: 100%;width: 100%;}
/* #header.scroll-center .temp_d_cry_header_12{opacity: 1;top: 0;left: 0;width: 100%;height: auto;} */
#header .temp_d_cry_header_12{opacity: 0;top: 170px;height: 0;overflow: hidden;}
@media only screen and (max-width: 750px) {
  #header .temp_d_cry_header_12{opacity: 1;top: 170px;position: static;height: var(--head_top_height_app);}
}


#temp_d_cry_header_12_nav{}
#temp_d_cry_header_12_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 #temp_d_cry_header_12_nav .head{border-bottom-color: rgba(255, 255, 255, 0.2);box-shadow: none;color: #fff;}
#header.fixed.scroll-top.opacity_black #temp_d_cry_header_12_nav .head{color: #333;}


/* logo部分 */
#temp_d_cry_header_12_nav .weblogo{height: 100%;overflow: hidden;}
#temp_d_cry_header_12_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#temp_d_cry_header_12_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #temp_d_cry_header_12_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #temp_d_cry_header_12_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #temp_d_cry_header_12_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #temp_d_cry_header_12_nav .weblogo .logo_b{display: block;}


/* 导航栏目 */
#temp_d_cry_header_12_nav .head_nav{flex: 1;margin: 0 var(--paddingLeft);}
#temp_d_cry_header_12_nav .head_nav .li{font-size: 18px;height: var(--head_top_height);border-bottom: 1px solid transparent;margin-left: var(--paddingLeft);transition: .3s ease-out;}
#temp_d_cry_header_12_nav .head_nav .li > a{line-height: 2;}
#temp_d_cry_header_12_nav .head_nav .li:first-of-type{margin-left: 0;}
#temp_d_cry_header_12_nav .head_nav .li > i{margin-left: 5px;}
#temp_d_cry_header_12_nav .head_nav .li:hover,
#temp_d_cry_header_12_nav .head_nav .li.cur{border-bottom-color: var(--hoverColor);color: var(--hoverColor);}
#temp_d_cry_header_12_nav .head_nav .li:hover > i,
#temp_d_cry_header_12_nav .head_nav .li.nav_hover > i{transform: rotate(180deg);}


/* 对比导航 */
.temp_d_cry_header_12_nav_width_compare{display: inline-flex;pointer-events: none;position: absolute;top: 0;left: 0;visibility: hidden;opacity: 0;}
.temp_d_cry_header_12_nav_width_compare .head_nav{margin: 0 var(--paddingLeft);}
.temp_d_cry_header_12_nav_width_compare .head_nav .li{font-size: 18px;margin-left: var(--paddingLeft);}
.temp_d_cry_header_12_nav_width_compare .head_nav .li:first-of-type{margin-left: 0;}
.temp_d_cry_header_12_nav_width_compare .head_nav .li > i{margin-left: 5px;}

/* 按钮部分 */
#temp_d_cry_header_12_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#temp_d_cry_header_12_nav .head_btn > *{padding: 10px 15px;}
#temp_d_cry_header_12_nav .head_btn > *:last-child{padding-right: 0;}
#temp_d_cry_header_12_nav .head_btn > * > i{font-size: 20px;}
#temp_d_cry_header_12_nav .head_btn .cart{padding-right: 20px;}
#temp_d_cry_header_12_nav .head_btn .cart .tips{position: absolute;top: -8px;right: -10px;min-width: 26px;height: 20px;border-radius: 10px;background:#EB860F;color: #fff;text-align: center;line-height: 20px;padding: 0 5px;}



/* 移动端菜单按钮 */
#temp_d_cry_header_12_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#temp_d_cry_header_12_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#temp_d_cry_header_12_nav .head .menu i::before{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(-14px);transition: .3s;}
#temp_d_cry_header_12_nav .head .menu i::after{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(14px);transition: .3s;}
#header.fixed.scroll-top #temp_d_cry_header_12_nav .head .menu i,
#header.fixed.scroll-top #temp_d_cry_header_12_nav .head .menu i::before,
#header.fixed.scroll-top #temp_d_cry_header_12_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #temp_d_cry_header_12_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #temp_d_cry_header_12_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #temp_d_cry_header_12_nav .head .menu i::after{background: #333;}


/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/


/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #temp_d_cry_header_12_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #temp_d_cry_header_12_nav .menu i{background: transparent !important;}
#header.menu_expand #temp_d_cry_header_12_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #temp_d_cry_header_12_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #temp_d_cry_header_12_nav .head_btn{display: none;}

/* 导航栏放不下时 */
.temp_d_cry_header_12.pc_app #temp_d_cry_header_12_nav .head_nav .li{display: none;}
.temp_d_cry_header_12.pc_app #temp_d_cry_header_12_nav .head .menu{display: block;}

@media only screen and (max-width: 1024px) {
    #temp_d_cry_header_12_nav .head_nav .li{display: none;}
    #temp_d_cry_header_12_nav .head .menu{display: block;}
    #temp_d_cry_header_12_subnav_x .list .nav{font-size: 16px;}
}

@media only screen and (max-width: 900px) {
    #temp_d_cry_header_12_nav .head_btn .search i {font-size: 26px;}
    #temp_d_cry_header_12_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #temp_d_cry_header_12_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #temp_d_cry_header_12_nav .head{height: var(--head_top_height_app) !important;}
    #header_bg{height: var(--head_top_height_app) !important;}

    #temp_d_cry_header_12_nav .head_btn > * > i{font-size: var(--font-big-S);}
    #temp_d_cry_header_12_nav .head_btn .search i {font-size: var(--font-big-S);}
    #temp_d_cry_header_12_nav .head_btn .language{display: none;}

    #temp_d_cry_header_12_nav .head .menu{padding: 30px;}
    #temp_d_cry_header_12_nav .head .menu i{width: 46px;height: 3px;}
    #temp_d_cry_header_12_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #temp_d_cry_header_12_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #temp_d_cry_header_12_nav .weblogo{opacity: 0;}
}


@-webkit-keyframes scale-up {
  0% {-webkit-transform: scale(0);opacity: 0;}
  60% {-webkit-transform: scale(1.2);opacity: 1;}
  100% {-webkit-transform: scale(1);opacity: 1;}
}
@-moz-keyframes scale-up {
  0% {-moz-transform: scale(0);opacity: 0;}
  60% {-moz-transform: scale(1.2);opacity: 1;}
  100% {-moz-transform: scale(1);opacity: 1;}
}
@keyframes scale-up {
  0% {-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);opacity: 0;}
  60% {-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-ms-transform: scale(1.2);-o-transform: scale(1.2);transform: scale(1.2);opacity: 1;}
  100% {-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);opacity: 1;}
}

@-webkit-keyframes temp_d_cry_header_12-scale-down {
  0% {-webkit-transform: scale(1);opacity: 1;}
  60% {-webkit-transform: scale(0);opacity: 0;}
}
@-moz-keyframes temp_d_cry_header_12-scale-down {
  0% {-moz-transform: scale(1);opacity: 1;}
  60% {-moz-transform: scale(0);opacity: 0;}
}
@keyframes temp_d_cry_header_12-scale-down {
  0% {-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);opacity: 1;}
  60% {-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);opacity: 0;}
}



#w000_products_detail_breadcrumb_29 .breadcrumb{display: flex;align-items: center;padding: 40px 0;font-size: 16px;line-height: 1;}
#w000_products_detail_breadcrumb_29 .breadcrumb i{font-size: 18px;color: #888888;}
#w000_products_detail_breadcrumb_29 .breadcrumb .before{color: #888888;}
#w000_products_detail_breadcrumb_29 .breadcrumb .span{margin: 0 18px;}
#w000_products_detail_breadcrumb_29 .breadcrumb .span i{font-size: 14px;}



@media screen and (max-width:850px) {
    #w000_products_detail_breadcrumb_29 .breadcrumb{display: none;}
    #w000_products_detail_breadcrumb_29 .breadcrumb{font-size: 30px;}
    #w000_products_detail_breadcrumb_29 .breadcrumb i{font-size: 30px;}
    #w000_products_detail_breadcrumb_29 .breadcrumb .span i{font-size: 24px;}
}
.temp_wcb_products_01_87_wrap{display: flex;gap: 80px;}


/* 左侧导航 */
#temp_wcb_products_01_87_sidebar{border-right: 1px solid #eaeaea;padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);padding-right: 10px;}
#temp_wcb_products_01_87_sidebar .nav{width: 300px;overflow: hidden;background: #fff;}

#temp_wcb_products_01_87_sidebar .nav .item{margin: 5px 0;}
#temp_wcb_products_01_87_sidebar .nav .item .name{padding: 8px;cursor: pointer;position: relative;display: flex;align-items: center;justify-content: space-between;transition: .3s;font-size: 18px;line-height: 1.5;}
#temp_wcb_products_01_87_sidebar .nav .item .name i{font-size: 18px;transition: transform .3s;display: block;}

/* 一到九 */
#temp_wcb_products_01_87_sidebar .nav {--base:20px;--init:10px}
#temp_wcb_products_01_87_sidebar .nav .item1 {margin: 10px 0;}
#temp_wcb_products_01_87_sidebar .nav .item1 > .name{padding: 12px 8px 12px 0;}
#temp_wcb_products_01_87_sidebar .nav .item1 .name{padding-left: calc(var(--base) * 0 + var(--init));}
#temp_wcb_products_01_87_sidebar .nav .item2 .name{padding-left: calc(var(--base) * 1 + var(--init));font-size: 16px;}
#temp_wcb_products_01_87_sidebar .nav .item3 .name{padding-left: calc(var(--base) * 2 + var(--init));}
#temp_wcb_products_01_87_sidebar .nav .item4 .name{padding-left: calc(var(--base) * 3 + var(--init));}
#temp_wcb_products_01_87_sidebar .nav .item5 .name{padding-left: calc(var(--base) * 4 + var(--init));}
#temp_wcb_products_01_87_sidebar .nav .item6 .name{padding-left: calc(var(--base) * 5 + var(--init));}
#temp_wcb_products_01_87_sidebar .nav .item7 .name{padding-left: calc(var(--base) * 6 + var(--init));}
#temp_wcb_products_01_87_sidebar .nav .item8 .name{padding-left: calc(var(--base) * 7 + var(--init));}
#temp_wcb_products_01_87_sidebar .nav .item9 .name{padding-left: calc(var(--base) * 8 + var(--init));}

#temp_wcb_products_01_87_sidebar .nav .item .name:hover{background: #eaeaea;color: var(--cur_color);}

#temp_wcb_products_01_87_sidebar .nav .item.not_child.cur > .name,
#temp_wcb_products_01_87_sidebar .nav .item.child_cur > .name{background: var(--cur_color);color: #fff;}
#temp_wcb_products_01_87_sidebar .nav .item.cur > .name i{transform: rotate(90deg);}
@media screen and (max-width:750px) {
    #temp_wcb_products_01_87_sidebar{display: none;}
}




/* 右侧详情 */
#temp_wcb_products_01_87_detail{flex: 1;padding-top: 60px;padding-bottom: var(--appPaddingBottom);}
#temp_wcb_products_01_87_detail .name{font-size: 30px;color: #333;margin-bottom: 30px;}
#temp_wcb_products_01_87_detail .detail{font-size: 16px;}

@media screen and (max-width:750px) {
    #temp_wcb_products_01_87_detail{}
    #temp_wcb_products_01_87_detail .name{font-size: var(--font-sub-S);line-height: var(--font-sub-L);}
    #temp_wcb_products_01_87_detail .time{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
    #temp_wcb_products_01_87_detail .detail,
    #temp_wcb_products_01_87_detail .detail *{font-size: var(--font-txt-S) !important;line-height: var(--font-txt-L);}
}
/* 全局 */
.w029_index_footer_20_wrapper{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background-color: var(--bg_color);color: var(--font_color_1);}

@media screen and (max-width: 750px){
    .w029_index_footer_20_wrapper{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#w029_index_footer_20 {border-bottom: 1px solid var(--borderColor);}
#w029_index_footer_20 .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-bottom: 43px;}
#w029_index_footer_20 .form {gap: 15px;}
#w029_index_footer_20 .form .input {width: 21%;height: 60px;background-color: var(--inputBgColor);font-size: 18px;line-height: 60px;color: var(--inputColor);padding: 0 15px;}
#w029_index_footer_20 .form .textarea {width: 43%;height: 60px;background-color: var(--inputBgColor);font-size: 18px;line-height: 60px;color: var(--inputColor);padding: 0 15px;}
#w029_index_footer_20 .form input {width: 100%;}
#w029_index_footer_20 .form .btn {font-size: 18px;line-height: 1;width: calc((15% - 15px*3));height: 60px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w029_index_footer_20 .brief {font-size: 18px;line-height: 24px;margin: 38px 0 65px;}


#w029_index_footer_20_msg {padding-top: 70px;}
#w029_index_footer_20_msg .msg {gap: 120px;}
#w029_index_footer_20_msg .msg .logo {width: 125px;height: 125px;}
#w029_index_footer_20_msg .msg .list .text,
#w029_index_footer_20_msg .msg .list .copy {font-size: 16px;line-height: 36px;color: var(--font_color_2);}
#w029_index_footer_20_msg .follow .dt {gap: 20px;}
#w029_index_footer_20_msg .follow .dt .icon {font-size: 24px;line-height: 1;width: 40px;height: 40px;border-radius: 50%;background-color: var(--follow_bg_color);color: #fff;}
#w029_index_footer_20_msg .follow .dt .icon.thicon-weixin {background-color: #7dd25b;}
#w029_index_footer_20_msg .follow .dt .icon.thicon-QQ {background-color: #2a9dff;}
#w029_index_footer_20_msg .follow .dt .icon.thicon-weibo {background-color: #e71f19;}
#w029_index_footer_20_msg .follow .dd {font-size: 16px;line-height: 26px;color: var(--font_color_2);margin-top: 20px;}

@media screen and (max-width:1200px) {
    #w029_index_footer_20 .form .input {width: calc((100% - 15px)/2);}
    #w029_index_footer_20 .form .textarea {width: calc(100% - 200px - 15px);}
    #w029_index_footer_20 .form .btn {width: 200px;}
    #w029_index_footer_20_msg .msg {gap: 40px;}
    #w029_index_footer_20_msg .msg .list {width: 100%;}
}
@media screen and (max-width:850px) {
    #w029_index_footer_20_msg {padding-top: 40px;}
    #w029_index_footer_20_msg .msg {width: 100%;margin-bottom: 40px;}
}
@media screen and (max-width:750px) {
    #w029_index_footer_20 .title {font-size: var(--font-big-S);line-height: var(--font-big-L);}
    #w029_index_footer_20 .form .input,
    #w029_index_footer_20 .form .textarea,
    #w029_index_footer_20 .form .btn {height: 80px;line-height: 80px;font-size: var(--font-txt-S);}
    #w029_index_footer_20 .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);margin: 40px 0;}
    #w029_index_footer_20_msg .msg .logo {width: 200px;height: 200px;}
    #w029_index_footer_20_msg .msg .list .text,
    #w029_index_footer_20_msg .msg .list .copy {font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
    #w029_index_footer_20_msg .follow .dt .icon {width: 80px;height: 80px;font-size: 48px;}
    #w029_index_footer_20_msg .follow .dd {font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}