
/*
 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;}
}
#temp_d_cry_text_116{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundImg_path) no-repeat center / cover var(--backgroundImg_color);}
@media screen and (max-width:750px) {
	#temp_d_cry_text_116{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#temp_d_cry_text_116 .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);}
#temp_d_cry_text_116 .brief{font-size: var(--brief_ft_px);color: var(--brief_ft_color);font-weight: var(--brief_ft_font_weight);font-style: var(--brief_ft_font_style);line-height: var(--brief_ft_line_height);margin-top: 10px;}

#temp_d_cry_text_116 .title.myleft,
#temp_d_cry_text_116 .brief.myleft{text-align:left;}
#temp_d_cry_text_116 .title.myright,
#temp_d_cry_text_116 .brief.myright{text-align:right;}
#temp_d_cry_text_116 .title.mycenter,
#temp_d_cry_text_116 .brief.mycenter{text-align:center;}

@media(max-width: 750px){
	#temp_d_cry_text_116 .brief{font-size: var(--font-txt-S);line-height: 1.6;}
}

.w010_case_list_106_wrap {padding-top:var(--paddingTop)}
@media screen and (max-width:750px) {
	.w010_case_list_106_wrap {padding-top:var(--appPaddingTop)}
}
/*  */
#w010_case_list_106 {display: grid;grid-template-columns: repeat(2,calc((100% - 75px)/2));gap:75px;row-gap:52px;}
#w010_case_list_106 .case {color: #999999;background: #fff;border-radius: 20px;}
#w010_case_list_106 .case .title{font-size: 24px; font-weight:bold;margin-top:30px;margin-bottom:25px;color:#404040 ;}
#w010_case_list_106 .case .bot_brief {color:#666666;font-size: 16px; margin-bottom:25px;line-height: 24px;}
#w010_case_list_106 .case .right{margin-top:35px;font-size: 25px;}
#w010_case_list_106 .case .img {position: relative;}
#w010_case_list_106 .case .img .picture {border-radius:20px;padding-top: 50.67%;}
#w010_case_list_106 .case .img .picture .imgg{transition: 0.3s;}




@media screen and (max-width:1200px) {
	#w010_case_list_106 {grid-template-columns:100%;}
}


@media screen and (max-width:750px) {
	#w010_case_list_106{margin-right: 0;}
	#w010_case_list_106 .case .title{font-size:var(--font-sma-S)}
	#w010_case_list_106 .case .right{display: none;}
	#w010_case_list_106 .case .bot_brief {font-size: var(--font-txt-S);line-height:var(--font-txt-L)}
}

@media (any-hover: hover) {
	#w010_case_list_106 .case:hover{transform: translateY(-10px);}
	#w010_case_list_106 .case:hover .title,
	#w010_case_list_106 .case:hover .right{color:var(--fontColor) }	
	#w010_case_list_106 .case:hover .img .picture .imgg{transform: scale(1.1);}
}

/*  */
#w010_case_list_106_page{margin-bottom:var(--paddingBottom);margin-top: 50px;}

@media screen and (max-width:750px) {
	#w010_case_list_106_page{margin-top:var(--appPaddingBottom)}
}
#w007_about_us_about_109 {background-color: var(--bgColor);padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);font-size: 0;}
#w007_about_us_about_109 .product {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: 60px;}

#w007_about_us_about_109.myleft .product{text-align: left;}
#w007_about_us_about_109.mycenter .product{text-align: center;}
#w007_about_us_about_109.myright .product{text-align: right;}

#w007_about_us_about_109 .text {padding: 70px 0 63px 100px;width: 50%;}
#w007_about_us_about_109 .text .bg_color {position: absolute;top:0;right: -100px;bottom: 0;left: 0;background-color: #fff;z-index: 3;}
#w007_about_us_about_109 .text .title {font-size: 24px;color: #222;line-height: 1;margin-bottom: 40px;z-index: 5;}
#w007_about_us_about_109 .text .brief {font-size: 16px;color: #7a7c85;line-height: 1.875;z-index: 5;max-height: 335px;display: -webkit-box;overflow: auto;text-overflow: ellipsis;-webkit-box-orient: vertical;width: calc(100% + 30px);padding-right: 30px;}
/* 滚动条边距 */

#w007_about_us_about_109 .img {width: 50%;top: 60px;}
#w007_about_us_about_109 .img::before {padding-top: 66.625%;}

@media screen and (max-width:1200px) {
    #w007_about_us_about_109 .content {display: grid;grid-template-columns: 100%;}
    #w007_about_us_about_109 .content .text {width: 100%;padding: 60px 100px 0 100px}
    #w007_about_us_about_109 .text .bg_color {position: absolute;top:0;right: 0;bottom: 0;left: 0;background-color: #fff;z-index: 3;}
    #w007_about_us_about_109 .content .img {width: 100%;top: 0;}
}

@media screen and (max-width:750px){
    #w007_about_us_about_109 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w007_about_us_about_109 .product {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w007_about_us_about_109 .text .title {font-size: var(--font-sma-S);}
    #w007_about_us_about_109 .text .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
}
#temp_d_mhj_005_108 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
@media screen and (max-width:750px) {
	#temp_d_mhj_005_108 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}
@keyframes expandWidthStart {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes expandWidthEnd {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
#temp_d_mhj_005_108 {overflow: hidden;}
#temp_d_mhj_005_108 .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);}
#temp_d_mhj_005_108 .content {margin-top: 20px;}
#temp_d_mhj_005_108 .content .item {display: flex;align-items: center;justify-content: space-between;}
#temp_d_mhj_005_108 .content .item.hide {display: none;}	
#temp_d_mhj_005_108 .content .item .item_info {width: 42.38%;}
#temp_d_mhj_005_108 .content .item .item_info .img {margin-bottom: 43px;}
#temp_d_mhj_005_108 .content .item .item_info .brief {font-size: 13px;line-height: 28px;color: #797979;margin-bottom: 60px;}
#temp_d_mhj_005_108 .content .item .item_info .btn {font-size: 16px;font-weight: 700; line-height: 36px;position: relative;display: inline-block;width: auto;-webkit-transition: 0.26s ease;transition: 0.26s ease;border-bottom: 3px solid #666;}
#temp_d_mhj_005_108 .content .item .item_info .btn.opacity{opacity: 0;}
#temp_d_mhj_005_108 .content .item .item_info .btn::before {position: absolute;bottom: -3px;left: 0;width: 0;height: 3px;content: "";-webkit-transition: 0.26s ease;transition: 0.26s ease;background: var(--hoverColor);}
#temp_d_mhj_005_108 .content .item .item_info .btn::after {clear: both;display: block;content: '';}

#temp_d_mhj_005_108 .content .item .item_img {position: relative; }
#temp_d_mhj_005_108 .content .item .item_img .brush {position: absolute;top: 0;right: 0;bottom: 0;left: 0; }
#temp_d_mhj_005_108 .content .item .item_img .item_mask {position: absolute;top: 0;right: 0;bottom: 0;left: 0;display: block;overflow: hidden; }
#temp_d_mhj_005_108 .content .item .item_img .item_mask ._mask .inner_mask {width: 0;position: absolute;top: 0;right: 0;bottom: 0;left: 0;animation: expandWidthStart 0.5s ease forwards; }
#temp_d_mhj_005_108 .content .item .item_img .item_mask ._mask .inner_mask .left {position: absolute;top: 0;right: 100%;width: 75px;height: 100%;background-repeat: no-repeat;background-size: auto 100%; }
#temp_d_mhj_005_108 .content .item .item_img .item_mask ._mask .inner_mask .center {width: 100%;height: 100%;background-size: auto 100%;background-repeat-y: no-repeat; }
#temp_d_mhj_005_108 .content .item .item_img .item_mask ._mask .inner_mask .right {position: absolute;top: 0;left: 100%;width: 75px;height: 100%;background-repeat: no-repeat;background-size: auto 100%; }
#temp_d_mhj_005_108 .content .item .item_img .item_mask ._mask:nth-child(1) {position: absolute;top: 10px;width: 100%;height: 120px;-webkit-transform: rotate(-27deg);transform: rotate(-27deg); }
#temp_d_mhj_005_108 .content .item .item_img .item_mask ._mask:nth-child(2) {position: absolute;top: 120px;left: -60px;width: 100%;height: 120px;-webkit-transform: rotate(-30deg);transform: rotate(-30deg); }
#temp_d_mhj_005_108 .content .item .item_img .item_mask ._mask:nth-child(3) {position: absolute;top: 195px;left: -60px;width: 110%;height: 120px;-webkit-transform: rotate(-30deg);transform: rotate(-30deg); }
#temp_d_mhj_005_108 .content .item .item_img .item_mask ._mask:nth-child(4) {position: absolute;top: 286px;left: -50px;width: 110%;height: 120px;-webkit-transform: rotate(-30deg);transform: rotate(-30deg); }
#temp_d_mhj_005_108 .content .item .item_img .item_mask ._mask:nth-child(5) {position: absolute;top: 350px;left: 0;width: 110%;height: 120px;-webkit-transform: rotate(-30deg);transform: rotate(-30deg); }
#temp_d_mhj_005_108 .content .item .item_img .item_mask ._mask:nth-child(6) {position: absolute;top: 400px;left: 74px;width: 90%;height: 140px;-webkit-transform: rotate(-21deg);transform: rotate(-21deg); }
#temp_d_mhj_005_108 .content .item.cur .item_img .item_mask ._mask .inner_mask {width: 100%; animation: expandWidthEnd 0.5s ease forwards;}
#temp_d_mhj_005_108 .content .item .item_img .item_mask ._mask:nth-child(2) .inner_mask {animation-delay: 0.2s;}
#temp_d_mhj_005_108 .content .item .item_img .item_mask ._mask:nth-child(3) .inner_mask {animation-delay: 0.4s;}
#temp_d_mhj_005_108 .content .item .item_img .item_mask ._mask:nth-child(4) .inner_mask {animation-delay: 0.6s;}
#temp_d_mhj_005_108 .content .item .item_img .item_mask ._mask:nth-child(5) .inner_mask {animation-delay: 0.8s;}
#temp_d_mhj_005_108 .content .item .item_img .item_mask ._mask:nth-child(6) .inner_mask {animation-delay: 1.0s;}
#temp_d_mhj_005_108 .owl-dots {display: flex;justify-content: center;}
#temp_d_mhj_005_108 .owl-dots .owl-dot {cursor:pointer;width: 19px;height: 19px;border-radius: 50%;border: 2px solid transparent;display: flex;align-items: center;justify-content: center;margin-right: 8px;}
#temp_d_mhj_005_108 .owl-dots .owl-dot:last-child {margin-right: 0;}
#temp_d_mhj_005_108 .owl-dots .owl-dot span {width: 5px;height: 5px;border-radius: 50%;background: #aaa;}
#temp_d_mhj_005_108 .owl-dots .owl-dot.cur {border-color: var(--hoverColor);}
#temp_d_mhj_005_108 .owl-dots .owl-dot.cur span {background: var(--hoverColor);}

@media (any-hover:hover) {  
   #temp_d_mhj_005_108 .content .item:hover .item_info .btn {color: var(--hoverColor);border-color: #666;background: transparent;}
   #temp_d_mhj_005_108 .content .item:hover .item_info .btn:before {width: 100%;}
}
@media screen and (max-width:1200px) {
	#temp_d_mhj_005_108 .content .item {flex-direction: column-reverse;}
	#temp_d_mhj_005_108 .content .item .item_info {width: 100%;}
	#temp_d_mhj_005_108 .owl-dots {margin-top: 30px;}
}
@media screen and (max-width:750px) {
	#temp_d_mhj_005_108 .title {font-size: 42px;}
	#temp_d_mhj_005_108 .content .item .item_info .brief {font-size: 36px;line-height: 1.6;}
	#temp_d_mhj_005_108 .owl-dots .owl-dot {width: 30px;height: 30px;}
	#temp_d_mhj_005_108 .owl-dots .owl-dot span {width: 10px;height: 10px;}
	#temp_d_mhj_005_108 .content .item .item_info .btn {font-size: 26px;}
}
#temp_zml_custom_code_110 .box{color: #666666;padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#temp_zml_custom_code_110 .box .name{font-size: 24px;line-height: 24px;font-weight: 600;color: #333333;}
#temp_zml_custom_code_110 .box .payment{margin-top: 42px}
#temp_zml_custom_code_110 .box .payment .tip{font-size: 18px;line-height: 18px;color: #333333;margin-bottom: 18px;}
#temp_zml_custom_code_110 .box .payment .img_box{display: flex;align-items: center;}
#temp_zml_custom_code_110 .box .payment .img_box .img{margin-right: 30px;}
#temp_zml_custom_code_110 .box .p{font-size: 16px;line-height: 30px;padding: 18px 0;}
.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{color: var(--mbHoverColor);}
#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);}
}