
/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/


#temp_wcb_header_header03_8_nav{}
#temp_wcb_header_header03_8_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_wcb_header_header03_8_nav .head{border-bottom-color: rgba(255, 255, 255, 0.2);box-shadow: none;color: #fff;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header03_8_nav .head{color: #333;}


/* 背景色 */
#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部分 */
#temp_wcb_header_header03_8_nav .weblogo{height: 100%;overflow: hidden;transition: .3s;}
#temp_wcb_header_header03_8_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#temp_wcb_header_header03_8_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #temp_wcb_header_header03_8_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #temp_wcb_header_header03_8_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header03_8_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header03_8_nav .weblogo .logo_b{display: block;}


/* 按钮部分 */
#temp_wcb_header_header03_8_nav .head_btn{display: flex;align-items: center;font-size: 16px;transition: .3s;}
#temp_wcb_header_header03_8_nav .head_btn > *{padding: 10px 15px;}
#temp_wcb_header_header03_8_nav .head_btn > *:last-child{padding-right: 0;}
#temp_wcb_header_header03_8_nav .head_btn > * > i{font-size: 20px;}
#temp_wcb_header_header03_8_nav .head_btn .language i{margin-right: 6px;}



/* 移动端菜单按钮 */
#temp_wcb_header_header03_8_nav .head_menu{display: flex;}
#temp_wcb_header_header03_8_nav .head_menu .menu{display: block;padding: 30px 20px;position: relative;cursor: pointer;margin-left: -20px;}
#temp_wcb_header_header03_8_nav .head_menu .span{transition: .3s;transform-style: preserve-3d;width: 40px;height: 20px;line-height: 20px;margin-left: -14px;}
#temp_wcb_header_header03_8_nav .head_menu .span > *{position: absolute;left: 0;bottom: 0;right: 0;top: 0;text-align: center;}
#temp_wcb_header_header03_8_nav .head_menu .span_m{transform: translateZ(10px);}
#temp_wcb_header_header03_8_nav .head_menu .span_c{transform: rotateX(-90deg) translateZ(10px);}
#temp_wcb_header_header03_8_nav .head_menu .menu i{width: 20px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#temp_wcb_header_header03_8_nav .head_menu .menu i::before{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(-7px);transition: .3s;}
#temp_wcb_header_header03_8_nav .head_menu .menu i::after{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(7px);transition: .3s;}
#header.fixed.scroll-top #temp_wcb_header_header03_8_nav .head .menu i,
#header.fixed.scroll-top #temp_wcb_header_header03_8_nav .head .menu i::before,
#header.fixed.scroll-top #temp_wcb_header_header03_8_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header03_8_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header03_8_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header03_8_nav .head .menu i::after{background: #333;}





/*
 menu_expand    侧边栏展开状态
*/
/* 菜单按钮    侧边栏展开  */
#header.menu_expand #temp_wcb_header_header03_8_nav .head{border-bottom-color: transparent !important;box-shadow: none;}
#header.menu_expand #temp_wcb_header_header03_8_nav .menu i{background: transparent !important;}
#header.menu_expand #temp_wcb_header_header03_8_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #temp_wcb_header_header03_8_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #temp_wcb_header_header03_8_nav .span{transform: rotateX(90deg);color: var(--head_fz_color);}

#header.menu_expand #temp_wcb_header_header03_8_nav .weblogo,
#header.menu_expand #temp_wcb_header_header03_8_nav .head_btn{opacity: 0;}












@media only screen and (max-width: 900px) {
    #temp_wcb_header_header03_8_nav .head_btn .search i {font-size: 26px;}
    #temp_wcb_header_header03_8_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #temp_wcb_header_header03_8_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #temp_wcb_header_header03_8_nav .head{height: var(--head_top_height_app);}


    #temp_wcb_header_header03_8_nav .head_btn .search i {font-size: var(--font-txt-S);}
    #temp_wcb_header_header03_8_nav .head_btn .language{margin-right: 20px;font-size: var(--font-txt-S);}
    #temp_wcb_header_header03_8_nav .head_btn .language i {font-size: var(--font-txt-S);margin-right: 10px;}

    #temp_wcb_header_header03_8_nav .head .menu i{width: 46px;height: 3px;}
    #temp_wcb_header_header03_8_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #temp_wcb_header_header03_8_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #temp_wcb_header_header03_8_nav .head_menu .span{width: 80px;height: 40px;line-height: 40px;}
    #temp_wcb_header_header03_8_nav .head_menu .span > *{font-size: var(--font-bri-S);}
    #temp_wcb_header_header03_8_nav .head_menu .span_m{transform: translateZ(20px);}
    #temp_wcb_header_header03_8_nav .head_menu .span_c{transform: rotateX(-90deg) translateZ(20px);}
}

#w019_index_hengfu_10 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w019_index_hengfu_10.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w019_index_hengfu_10 .type-a .slide .img_pc{transform: scale(1)!important;}
#w019_index_hengfu_10 .type-c .slide .img_pc{transform:scale(1)!important;}


#w019_index_hengfu_10 .slide .message_box{display: flex;height: calc( 100% - 160px );position: absolute;top: 55%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
#w019_index_hengfu_10 .message{display: flex;flex-direction: column;overflow: hidden;}
#w019_index_hengfu_10 .message_box[position="2"] .message,
#w019_index_hengfu_10 .message_box[position="5"] .message,
#w019_index_hengfu_10 .message_box[position="8"] .message{align-items: center;}
#w019_index_hengfu_10 .message_box[position="3"] .message,
#w019_index_hengfu_10 .message_box[position="6"] .message,
#w019_index_hengfu_10 .message_box[position="9"] .message{align-items: flex-end;}


#w019_index_hengfu_10 .message .name{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);}
#w019_index_hengfu_10 .message .btn{font-size: 16px;margin: 30px 0 0;min-width: 240px;height: 50px;transition: .3s;pointer-events: all;padding: 0 16px;  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);}
#w019_index_hengfu_10 .message .btn:hover{transform: translateY(-10px);box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2); color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}


#w019_index_hengfu_10 .swiper-pagination-bullets{bottom: 40px;right: 4%;left: initial;text-align: right;}
#w019_index_hengfu_10 .swiper-pagination-bullet{width: 10px; height: 10px; background: transparent;border: 2px solid #fff; margin: 0px 10px;transition: .3s;opacity: .8;}
#w019_index_hengfu_10 .container .swiper-pagination-bullet-active{background: #fff;opacity: 1;}


@media screen and (max-width: 750px){
    #w019_index_hengfu_10 {display: none;}
}

/* 全局 */
.w029_index_case_33_wrapper{margin-top: var(--paddingTop);margin-bottom: var(--paddingBottom);overflow: hidden;position: relative;}
@media screen and (max-width: 750px){
    .w029_index_case_33_wrapper{margin-top: var(--appPaddingTop);margin-bottom: var(--appPaddingBottom);}
}

#w029_index_case_33_bg {position: absolute;top: 0;right: 0;width: 50%;height: 100%;background: center/cover;}

#w029_index_case_33 .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);}
#w029_index_case_33 .subtitle{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);margin: 0px 0 120px;}

#w029_index_case_33 .nav {margin-bottom: 65px;}
#w029_index_case_33 .nav .li {font-size: 24px;line-height: 1;color: #1a1a1a;padding: 15px 0;margin: 0 33px;border-bottom: 5px solid transparent;position: relative;}
#w029_index_case_33 .nav .li.cur {color: var(--curColor);border-color: var(--curColor);}
#w029_index_case_33 .nav .li::before {position: absolute;content: '';width: 2px;height: 24px;background-color: #ccc;right: 0;transform: translateX(33px);}
#w029_index_case_33 .nav .li:first-child {margin-left: 0;}
#w029_index_case_33 .nav .li.noneLpad {margin-left: 0;}
#w029_index_case_33 .nav .li:last-child:before {display: none;}
#w029_index_case_33 .nav .li.noneLbor:before {display: none;}

#w029_index_case_33 .content {position: relative;}
#w029_index_case_33 .content .box::before {padding-top: 64%;}
#w029_index_case_33 .content .box .tag {font-size: 18px;line-height: 1;color: #fff;left: 0;bottom: 0;width: 100%;height: 60px;background-color: rgba(0, 0, 0, 0.5);padding: 0 25px;}
#w029_index_case_33 .content .foot {margin: 65px 0 80px;}
#w029_index_case_33 .content .foot .switch {gap: 30px;}
#w029_index_case_33 .content .foot .switch .btn {width: 55px;height: 55px;border-radius: 50%;border: 1px solid #666;font-size: 30px;line-height: 1;color: #666;transition: 0.3s;}
#w029_index_case_33 .content .more {font-size: 18px;line-height: 1;width: 300px;height: 65px; 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);}
#w029_index_case_33 .content .lyBtn60::before{content: '';display: none;}

@media (any-hover: hover) {
    #w029_index_case_33 .nav .li:hover{color: var(--curColor);border-color: var(--curColor);}

    #w029_index_case_33 .content .box:hover img{transform: scale(1.1);}
    
    #w029_index_case_33 .content .foot .switch .btn:hover{color: #fff;background-color: var(--curColor);}
}

@media screen and (max-width:750px) {
    #w029_index_case_33_bg {width: 100%;}
    #w029_index_case_33 .title {margin-top: 30px;color: #fff;}
    #w029_index_case_33 .subtitle {font-size: var(--font-big-S);line-height: var(--font-big-L);color: #fff;margin: 40px 0;}
    #w029_index_case_33 .nav .li {font-size: var(--font-sma-S);padding: 25px 0;color: #fff;}
    #w029_index_case_33 .nav .li::before {height: var(--font-sma-S);}
    #w029_index_case_33 .content .box .tag {font-size: var(--font-txt-S);height: 100px;}
    #w029_index_case_33 .content .foot {justify-content: center;}
    #w029_index_case_33 .content .foot .switch {display: none;}
    #w029_index_case_33 .content .foot .more {height: 80px;font-size: var(--font-txt-S);border-radius: 40px;}
}
.w029_about_detail_36_wrap {padding: var(--paddingTop) 0 var(--paddingBottom);}
@media screen and (max-width:750px) {
    .w029_about_detail_36_wrap {padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
}

#w029_about_detail_36 .content {width: calc(50% + 50vw);}
#w029_about_detail_36 .content .pic {width: calc(50% - 120px);position: relative;margin-bottom: 94px;}
#w029_about_detail_36 .content .pic .img {padding-top: 93.5%;}
#w029_about_detail_36 .content .pic .icon {right: -54px;bottom: -94px;width: 267px;background-color: var(--iconColor);padding: 30px 25px;}
#w029_about_detail_36 .content .pic .icon .enIcon {font-size: 38px;line-height: 40px;color: #fff;}
#w029_about_detail_36 .content .pic .icon .cnIcon {font-size: 24px;line-height: 44px;color: #fff;margin-top: 10px;}
#w029_about_detail_36 .content .text {max-width: 875px;width: 50%;}

#w029_about_detail_36 .content .text .enTitle{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: 20px;}
#w029_about_detail_36 .content .text .cnTitle {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);margin-bottom: 40px;}

#w029_about_detail_36 .content .text .brief {color: #333;font-size: var(--brief_fz_px);color: var(--brief_fz_color);line-height: var(--brief_fz_line_height);}

@media screen and (max-width:1200px) {
    .w029_about_detail_36_wrap {padding: 80px 0;}
    #w029_about_detail_36 .content {width: 100%;}
    #w029_about_detail_36 .content .pic {width: 100%;margin-bottom: 60px;}
    #w029_about_detail_36 .content .pic .icon {right: 0;bottom: 0;}
    #w029_about_detail_36 .content .text {max-width: 100%;width: 100%;}
}
@media screen and (max-width:750px) {
    #w029_about_detail_36 .content .pic .icon {position: relative;width: 100%;}
    #w029_about_detail_36 .content .pic .icon .enIcon {font-size: var(--font-sub-S);line-height: var(--font-sub-L);}
    #w029_about_detail_36 .content .pic .icon .cnIcon {font-size: var(--font-sma-S);line-height: var(--font-sma-L);}
    /* #w029_about_detail_36 .content .text .enTitle {font-size: var(--font-big-S);line-height: var(--font-big-L);} */
    /* #w029_about_detail_36 .content .text .cnTitle {font-size: var(--font-big-S);line-height: var(--font-big-L);margin: 30px 0;} */
    #w029_about_detail_36 .content .text .enTitle{font-size: var(--font_1st_mobile_px);color: var(--font_1st_mobile_color);font-weight: var(--font_1st_mobile_font_weight);font-style: var(--font_1st_mobile_font_style);line-height: var(--font_1st_mobile_line_height);}
    #w029_about_detail_36 .content .text .cnTitle {font-size: var(--font_2nd_mobile_px);color: var(--font_2nd_mobile_color);font-weight: var(--font_2nd_mobile_font_weight);font-style: var(--font_2nd_mobile_font_style);line-height: var(--font_2nd_mobile_line_height);margin: 30px 0;}
    #w029_about_detail_36 .content .text .brief {font-size: var(--brief_fz_mobile_px);color: var(--brief_fz_mobile_color);line-height: var(--brief_fz_mobile_line_height);}
}
#w005_about_idea_37 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: #fff;}

#w005_about_idea_37 .title .name{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);}
#w005_about_idea_37 .title .brief{font-size: 16px;color: #626466;line-height: 30px;}

#w005_about_idea_37.myleft .title{}
#w005_about_idea_37.mycenter .title{text-align: center;flex-direction: column;align-items: center;}
#w005_about_idea_37.myright .title{flex-direction: row-reverse;text-align: right;}

#w005_about_idea_37 .list{display: grid;grid-template-columns: repeat(3,calc((100% - 70px)/3));gap:35px;margin-top: 55px;}
#w005_about_idea_37 .list .li{padding-top: 66.666666666%;position: relative;overflow: hidden;}
#w005_about_idea_37 .list .li img{top: 0;transition: .3s;}

/* 分页 */
#w005_about_idea_37_page{padding: 50px 0;}

@media (any-hover: hover){
	#w005_about_idea_37 .list .li:hover img{transform: scale(1.1);}
}

@media screen and (max-width: 750px){
    #w005_about_idea_37 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w005_about_idea_37 .title{display: block;}
    #w005_about_idea_37 .title .name{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);margin-bottom: 30px;}
    #w005_about_idea_37 .title .brief{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}

    #w005_about_idea_37 .list{display: block;}
}
#w019_index_contact_14 {margin-top: var(--paddingTop);margin-bottom: var(--paddingBottom);background: var(--bgColor) url('/module/w019/index/contact/images/contact.jpg') no-repeat center/cover;height: 900px;}
@media screen and (max-width:1600px) {
    #w019_index_contact_14 {height: 700px;}
}
@media screen and (max-width:1050px) {
    #w019_index_contact_14 {height: 500px;}
}
@media screen and (max-width:750px) {
    #w019_index_contact_14 {margin-top: var(--appPaddingTop);margin-bottom: var(--appPaddingBottom);height: 600px;}
}

#w019_index_contact_14 .text{color: #fff;}
#w019_index_contact_14 .text .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: 60px;}
#w019_index_contact_14 .text .btn{min-width: 240px; height: 50px; font-size: 14px; transition: .3s;padding: 0 16px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w019_index_contact_14 .text .btn:hover{transform: translateY(-10px);box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2);}

#w019_index_contact_14.myleft .text{text-align: left;}
#w019_index_contact_14.myright .text{text-align: right;}
#w019_index_contact_14.mycenter .text{text-align: center;}

@media screen and (max-width:750px) {
    #w019_index_contact_14 {}
    #w019_index_contact_14 .text .title{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);text-align: center;}
    #w019_index_contact_14 .text .btn{min-width: 50%; height: 80px; border-radius: 40px;font-size: var(--font-bri-S);margin: 0 auto;}
}
.w019_index_footer_9_footer_wrap{padding-top: var(--paddingTop);background: var(--bg_color);color: var(--font_color_1);position: relative;}
@media only screen and (max-width: 750px) {
    .w019_index_footer_9_footer_wrap{padding-top: var(--appPaddingTop);}
}
.w019_index_footer_9_footer_wrap_el{padding: 0 60px;background: var(--bg_color);margin-top: -84px;position: relative;z-index: 1;}


#w019_index_footer_9_third{display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid var(--font_color_3);height: 168px;}
#w019_index_footer_9_third .links{display: flex;align-items: center;}
#w019_index_footer_9_third .links .a{margin-right: 18px;width: 50px;height: 50px;background: #F5F5F5;border-radius: 50%;transition: .3s;font-size: 24px;color: #181818;}

#w019_index_footer_9_third .t_top{color: var(--font_color_1);font-size: 14px;}
#w019_index_footer_9_third .t_top i{width: 50px;height: 50px;border-radius: 50%;background: var(--font_color_1);color: var(--bg_color);font-size: 20px;margin-right: 10px;}

@media (any-hover: hover){
    #w019_index_footer_9_third .links .a:hover{background: var(--hoverFontColor);color: #fff;}
}
@media only screen and (max-width: 750px) {
    #w019_index_footer_9_third{}
    #w019_index_footer_9_third .links{flex: 1;flex-wrap: wrap;}
    #w019_index_footer_9_third .links .a{width: 70px;height: 70px;font-size: var(--font-txt-S);}
    #w019_index_footer_9_third .t_top{font-size: var(--font-bri-S);}
    #w019_index_footer_9_third .t_top i{width: 70px;height: 70px;font-size: var(--font-txt-S);}
}



#w019_index_footer_9_nav{display: flex;justify-content: space-between;flex-wrap: wrap;gap:20px 120px;padding: 56px 0 40px;}
#w019_index_footer_9_nav .dt{margin-bottom: 40px;font-size: 16px;line-height: 1;font-weight: bold;}
#w019_index_footer_9_nav .dd{margin-bottom: 18px;font-size: 14px;line-height: 20px;transition: 0.3s;color: var(--font_color_2)}
#w019_index_footer_9_nav_app{display: none;}

@media (any-hover: hover){
    #w019_index_footer_9_nav .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

@media only screen and (max-width: 750px) {
    #w019_index_footer_9_nav{display: none;}
    #w019_index_footer_9_nav_app{display: block;margin-bottom: 60px;}
    #w019_index_footer_9_nav_app .dl{}
    #w019_index_footer_9_nav_app .dl .dt{font-size: var(--font-sma-S);line-height: var(--font-sma-L);padding: 20px 0;border-bottom: 1px solid  var(--font_color_3);}
    #w019_index_footer_9_nav_app .dl .dt > i{font-size: var(--font-txt-S);transition: .3s;}
    #w019_index_footer_9_nav_app .dl .dt.cur > i{transform: rotateZ(90deg);}
    #w019_index_footer_9_nav_app .dd .a{font-size: var(--font-txt-S);line-height: var(--font-txt-L);padding: 20px 0;padding-left: 15px;border-bottom: 1px solid  var(--font_color_3);}
}


#w019_index_footer_9_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_3);margin-top: 35px;color: var(--font_color_1);}
#w019_index_footer_9_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#w019_index_footer_9_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #w019_index_footer_9_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;border: none;}
}

#w019_index_footer_9_copyright{font-size: 14px;color: var(--font_color_2);height: 120px;border-top: 1px solid  var(--font_color_3);gap: 10px 20px;}
#w019_index_footer_9_copyright .copy{flex: 1;}
#w019_index_footer_9_copyright .logo{}
#w019_index_footer_9_copyright .icp{flex: 1;display: flex;justify-content: flex-end;flex-wrap: wrap;gap: 10px 20px;}

@media only screen and (max-width: 750px) {
    #w019_index_footer_9_copyright {font-size: var(--font-bri-S);line-height:var(--font-bri-L);height: auto;padding: 30px 0;display: flex;flex-direction: column;align-items: center;border: none;}
    #w019_index_footer_9_copyright .icp{justify-content:center}
}