
.lyuiheader_nav_001{
    --padding: 20px;
    max-height: 100%;
    --font_1st_px: 16px;
    --head_top_height: 40px;
    --hoverColor: var(--mainColor);
    overflow: hidden
}
.lyuiheader_nav_001-li{font-size: var(--font_1st_px);height: var(--head_top_height);border-bottom: 1px solid transparent;padding: 0 var(--padding);transition: .3s ease-out;white-space: nowrap;}
.lyuiheader_nav_001-li-a{line-height: 2;}
.lyuiheader_nav_001-li:hover,
.lyuiheader_nav_001-li.cur{border-bottom-color: var(--hoverColor);color: var(--hoverColor);}
.lyuiheader_nav_001-hoverBlock-b .lyuiheader_nav_001-li:hover{border-bottom-color: var(--hoverColor);background-color: var(--hoverColor);color: #fff;}
.lyuiheader_nav_001.hide-active .lyuiheader_nav_001-li{display: none;}
/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/




#w001_index_header_12_nav{}
#w001_index_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 #w001_index_header_12_nav .head{border-bottom-color: rgba(255, 255, 255, 0.2);box-shadow: none;color: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head{color: #333;}

#w001_index_header_12_nav .stockCode{margin-left: 10px;font-size: 16px;line-height: 1.5;opacity: 0.6;}


/* 背景色 */
#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部分 */
#w001_index_header_12_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_12_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_12_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_12_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_12_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w001_index_header_12_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}


/* 按钮部分 */
#w001_index_header_12_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w001_index_header_12_nav .head_btn > *{padding: 10px 15px;}
#w001_index_header_12_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_12_nav .head_btn > * > i{font-size: 20px;}
#w001_index_header_12_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#w001_index_header_12_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w001_index_header_12_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_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;}
#w001_index_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 #w001_index_header_12_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_12_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_12_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_12_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_12_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_12_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_12_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_12_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_12_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_12.pc_app #w001_index_header_12_nav .head_nav .li{display: none;}
.w001_index_header_12.pc_app #w001_index_header_12_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w001_index_header_12_nav .head_nav .li{display: none;}
    #w001_index_header_12_nav .head .menu{display: block;}
    /* #w001_index_header_12_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_12_nav .head_btn .search i {font-size: 26px;}
    #w001_index_header_12_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w001_index_header_12_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_12_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_12_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_12_nav .head_btn .language{display: none;}

    #w001_index_header_12_nav .head .menu{padding: 30px;}
    #w001_index_header_12_nav .head .menu i{width: 46px;height: 3px;}
    #w001_index_header_12_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w001_index_header_12_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w001_index_header_12_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_12_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_12_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_12_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_12_nav .head .menu{display: none;}
.w001_index_header_12 #w001_index_header_12_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_12_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_12_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_12_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_12_nav .head_btn{flex: initial;}
}
#w007_index_hengfu_14 {font-size: 0;}
#w007_index_hengfu_14 .slide{}
#w007_index_hengfu_14 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w007_index_hengfu_14.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w007_index_hengfu_14 .type-a .slide .img_pc{transform: scale(1)!important;}
#w007_index_hengfu_14 .type-c .slide .img_pc{transform:scale(1)!important;}


#w007_index_hengfu_14 .slide .content{display: flex;height: calc( 100% - 180px );position: absolute;top: 53%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
/* 文字定位样式 */
#w007_index_hengfu_14 .text{display: flex;flex-direction: column;max-width: 100%;}
#w007_index_hengfu_14 .content[position="2"] .text,
#w007_index_hengfu_14 .content[position="5"] .text,
#w007_index_hengfu_14 .content[position="8"] .text{align-items: center;}
#w007_index_hengfu_14 .content[position="3"] .text,
#w007_index_hengfu_14 .content[position="6"] .text,
#w007_index_hengfu_14 .content[position="9"] .text{align-items: flex-end;}


#w007_index_hengfu_14 .container .content .text .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);}
#w007_index_hengfu_14 .container .content .text .brief{margin-top: 30px;margin-bottom: 40px; 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);}
#w007_index_hengfu_14 .container .content .text .view {width: 160px;height: 50px;padding: 0 16px;margin-top: 40px; pointer-events: all;transition: .3s;font-size: 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);}
#w007_index_hengfu_14 .container .content .text .view i{font-size: 24px;margin-left: 10px;}
@media (any-hover:hover) {
    #w007_index_hengfu_14 .container .content .text .view:hover {padding-right: 10px; color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}
}



/* 页数样式 */
#w007_index_hengfu_14 .swiper-pagination-bullets{bottom: 90px;width: auto;left: 2%;}
#w007_index_hengfu_14 .swiper-pagination-bullet{width: 20px; height: 10px; background: transparent; margin: 0px 10px;transition: .3s;border-radius: 0;}
#w007_index_hengfu_14 .swiper-pagination-bullet::before{content: '';display: block;width: 100%;height: 2px;background: #fff;top: 4px;position: relative;opacity: 0.7;}
#w007_index_hengfu_14 .container .swiper-pagination-bullet-active{width: 30px;}
#w007_index_hengfu_14 .swiper-pagination-bullet-active::before{height: 2px;background: var(--pageColor);opacity: 1;}



@media screen and (max-width:1000px) {
    #w007_index_hengfu_14 .container .circle-page {bottom: 10px;}
}

@media screen and (max-width: 750px){
    #w007_index_hengfu_14{display: none;}
}
#w017_index_about_25_video {width: 50%;}
#w017_index_about_25_video .img {width: 50vw;max-width: 1000px;}
#w017_index_about_25_video .img::before {padding-top: 84.735%;}
#w017_index_about_25_video .bofang {top: 50%;left: 50%;transform: translate(-50%,-50%);}
#w017_index_about_25_video .bofang .bor {width: 140px;height: 140px;border-radius: 50%;max-width: 70px;max-height: 70px;}
#w017_index_about_25_video .bofang .btn {width: 70px;height: 70px;background-color: var(--bfColor);border-radius: 50%;font-size: 30px;color: #fff;z-index: 5;}


#w017_index_about_25_text {width: 50%;padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w017_index_about_25_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);}
#w017_index_about_25_text .brief {font-size: 16px;line-height: 1.875;color: #222;margin: 40px 0;}
#w017_index_about_25_text .data {margin-bottom: 100px;gap:70px;}
#w017_index_about_25_text .data .li {margin-top: 30px;}
#w017_index_about_25_text .data .li .datas {color: var(--dataColor);}
#w017_index_about_25_text .data .li .datas .numb {font-size: 50px;line-height: 1;text-align:left;}
#w017_index_about_25_text .data .li .datas .unit {font-size: 16px;line-height: 1;}
#w017_index_about_25_text .data .li .datas .icon {font-size: 16px;line-height: 1;}
#w017_index_about_25_text .data .li .name {font-size: 16px;line-height: 1;color: #222;margin-top: 15px;}

#w017_index_about_25_text .button {font-size: 16px;line-height: 1.875;color: #222;position: relative;width:fit-content;}
#w017_index_about_25_text .button .yuan {width: 30px;height: 30px;border-radius: 50%;background-color: var(--btnColor);margin-right: 15px;}
#w017_index_about_25_text .button .yuan::before {display: block;content: '';width: 16px;height: 2px;background: #222;position: absolute;left: 22px;top:50%;transform: translateY(-50%);max-width: 0;overflow: hidden;transition: .3s;}

#w017_index_about_25_text.myleft{text-align: left;}
#w017_index_about_25_text.myright{text-align: right;}
#w017_index_about_25_text.mycenter{text-align: center;}

#w017_index_about_25_text.myleft .data{}
#w017_index_about_25_text.myright .data{justify-content:flex-end;}
#w017_index_about_25_text.mycenter .data{justify-content:center;}
#w017_index_about_25_text.myleft .button{margin-right:auto;}
#w017_index_about_25_text.myright .button{margin-left:auto;}
#w017_index_about_25_text.mycenter .button{margin:0 auto;}


@media (any-hover:hover) {
    #w017_index_about_25_video .bofang .btn:hover + .bor {background-color: var(--bfColor);opacity: .3;max-width: 140px;max-height: 140px;}
    #w017_index_about_25_text .button:hover .yuan::before {max-width: 16px;}
}
@media screen and (max-width:1200px) {
    #w017_index_about_25_video {width: 100%;}
    #w017_index_about_25_video .img {width: 100vw;max-width: 100%;}
    #w017_index_about_25_text {width: 100%;padding-top: 20px;}
    #w017_index_about_25_video {top: 0;bottom: 0;left: 0;right: 0;}
}
@media screen and (max-width:750px) {
    #w017_index_about_25_video .bofang .btn {width: 150px;height: 150px;font-size: var(--font-big-S);}
    #w017_index_about_25_text {width: 100%;padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w017_index_about_25_text .title {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w017_index_about_25_text .brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w017_index_about_25_text .data .li .datas .numb {font-size: var(--font-big-S);}
    #w017_index_about_25_text .data .li .datas .unit,
    #w017_index_about_25_text .data .li .datas .icon,
    #w017_index_about_25_text .data .li .name {font-size: var(--font-txt-S);}
    #w017_index_about_25_text .data .li {margin-bottom: 30px;}
    #w017_index_about_25_text .button {font-size: var(--font-txt-S);}
    #w017_index_about_25_text .button .yuan {width: 70px;height: 70px;margin-right: 30px;}
    #w017_index_about_25_text .button .yuan::before {width: 40px;left: 40px;max-width: 40px;height: 4px;}
    #w017_index_about_25_text .button:hover .yuan::before {max-width: 40px;}
}
.w018_index_solution_17 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: rgba(0, 0, 0, .2);overflow: hidden;background: url('/module/w018/index/solution/images/bg.jpg') no-repeat center/cover;position: relative;}
.w018_index_solution_17::before{content: '';display: block;width: 100%;height: 100%;background: rgba(0, 0, 0, .7);position: absolute;top: 0;left: 0;}

#w018_index_solution_17_text{margin-bottom: 60px;gap:10px 60px;border-bottom: 1px solid rgba(153, 153, 153, .2);position: relative;}
#w018_index_solution_17_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: 14px;}
#w018_index_solution_17_text .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);line-height: var(--font_2nd_line_height);padding-bottom: 30px;}

#w018_index_solution_17_text .btns{display: flex;flex-wrap: wrap;gap:10px 50px;justify-content: flex-end;}
#w018_index_solution_17_text .btn{font-size: var(--btn_fz_px);color: var(--btn_fz_color);border-bottom: 4px solid transparent;transition: .3s;cursor: pointer;padding-bottom: 32px;margin-bottom: -1px;}
#w018_index_solution_17_text .btn.cur,
#w018_index_solution_17_text .btn:hover{color: var(--btnColor);border-color: var(--btnColor);}

@media screen and (max-width:1250px) {
    #w018_index_solution_17_text{flex-direction: column;align-items: flex-start;}
}
@media screen and (max-width:750px) {
    .w018_index_solution_17 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

    #w018_index_solution_17_text{display: block;}
    #w018_index_solution_17_text .title{font-size: var(--font-bri-S);line-height:var(--font-bri-L);}
    #w018_index_solution_17_text .subtitle{font-size: var(--font-sma-S);line-height:var(--font-sma-L);}
    #w018_index_solution_17_text .btns{justify-content: flex-start;margin-top: 30px;display: none;}
    #w018_index_solution_17_text .btn{font-size: var(--font-bri-S);width: 240px;height: 70px;}
}


#w018_index_solution_17_bind .container{overflow: visible;}
#w018_index_solution_17_bind .slide{width: 57.5%;overflow: hidden;}

#w018_index_solution_17_bind .img{padding-top: 55.2173913%;}
#w018_index_solution_17_bind .text{position: absolute;top:calc(100% - 150px);left: 0;width: 100%;height: 100%;padding: 80px;color: #fff;transition:top .3s;}
#w018_index_solution_17_bind .text::before{content: '';display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;opacity: 0;background: var(--hoverColor);transition:.3s;}
#w018_index_solution_17_bind .text .name{font-size: 24px;font-weight: bold;margin: 0 0 20px;transition: .3s;line-height: 1;position: relative;}
#w018_index_solution_17_bind .text .limit{overflow-y: auto;transform: translateY(50px);transition:transform .3s;padding-right: 5px;position: relative;}
#w018_index_solution_17_bind .text .limit .brief{font-size: 16px;line-height: 1.8;}
#w018_index_solution_17_bind .text .limit .ul{display: flex;flex-wrap: wrap;gap: 10px 60px;margin: 50px 0 60px;align-items: flex-start;}
#w018_index_solution_17_bind .text .limit .ul .li{font-size: 16px;line-height: 1.8;list-style: disc;}
#w018_index_solution_17_bind .text .limit .more{width: 150px;height: 50px;font-size: 14px;font-weight: bold; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w018_index_solution_17_bind .text .limit .more i{font-size: 16px;margin-left: 20px;}


#w018_index_solution_17_bind .slide:hover .text{top: 0;}
#w018_index_solution_17_bind .slide:hover .text::before{opacity: .5;}
#w018_index_solution_17_bind .slide:hover .text .limit{transform: translateY(0%);}


#w018_index_solution_17_bind .container .swiper-pagination-bullets{display: none;}
#w018_index_solution_17_bind .container .swiper-pagination-bullet{width: 10px;height: 10px;border: 1px solid #333;transition: .3s;}
#w018_index_solution_17_bind .container .swiper-pagination-bullet-active{background: #fff;}

@media screen and (max-width:1250px) {
    #w018_index_solution_17_bind .text{padding: 40px;top:calc(100% - 100px);}
    #w018_index_solution_17_bind .text .limit .ul{margin: 20px 0;gap: 10px 30px;}
    #w018_index_solution_17_bind .text .limit .ul .li{font-size: 14px;}
    #w018_index_solution_17_bind .text .limit .more{left: 40px;}
}

@media screen and (max-width:750px) {
    #w018_index_solution_17_bind .slide{width: 100%;overflow: hidden;}

    #w018_index_solution_17_bind .text .name{font-size: var(--font-txt-S);line-height:var(--font-txt-L);}
    #w018_index_solution_17_bind .text .limit .brief{font-size: var(--font-bri-S);line-height:var(--font-bri-L);}
    #w018_index_solution_17_bind .text .limit .ul{flex-direction: column;}
    #w018_index_solution_17_bind .text .limit .ul .li{font-size: var(--font-bri-S);}
    #w018_index_solution_17_bind .text .limit .more{width: 240px;height: 70px;font-size: var(--font-bri-S);}
    #w018_index_solution_17_bind .text .limit .more i{font-size: var(--font-bri-S);}

    #w018_index_solution_17_bind .container .swiper-pagination-bullets{display: block;}
    #w018_index_solution_17_bind .container .swiper-pagination-bullet{width: 14px;height: 14px;}
}
.temp_wcb_footer_footer02_13_footer_wrap{padding-top: var(--paddingTop);background: var(--bg_color);color: var(--font_color_1);overflow: hidden;}
@media only screen and (max-width: 750px) {
    .temp_wcb_footer_footer02_13_footer_wrap{padding-top: var(--appPaddingTop);}
}


#temp_wcb_footer_footer02_13_title {}
#temp_wcb_footer_footer02_13_title .title{font-size: 48px;line-height: 1.2;font-weight: bold;}
#temp_wcb_footer_footer02_13_title .brief{font-size: 16px;line-height: 1.6;text-align: right;max-width: 50%;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer02_13_title{flex-direction: column;}
    #temp_wcb_footer_footer02_13_title .title{font-size: var(--font-sub-S);line-height: var(--font-sub-L);margin-bottom: 20px;text-align: center;}
    #temp_wcb_footer_footer02_13_title .brief{font-size: var(--font-bri-S);line-height: var(--font-bri-L);max-width: initial;text-align: center;}
}

#temp_wcb_footer_footer02_13_contact{display: flex;align-items: center;justify-content: space-between;padding: 120px 0;gap: 40px;position: relative;}
#temp_wcb_footer_footer02_13_contact::before{display: block;content: '”';font-size: 200px;color: var(--numColor);position: absolute;right: 0;top: 0;}
#temp_wcb_footer_footer02_13_contact .qr{align-self: flex-end;}
#temp_wcb_footer_footer02_13_contact .qr .img{max-width: 164px;max-height: 164px;}
#temp_wcb_footer_footer02_13_contact .qr .tip{font-size: 14px;color:var(--font_color_2);margin-top: 20px;}

#temp_wcb_footer_footer02_13_contact .text{display: flex;flex-direction: column;flex-wrap: wrap;gap: 70px 0;}
#temp_wcb_footer_footer02_13_contact .text dt{font-size: 14px;line-height: 2;}
#temp_wcb_footer_footer02_13_contact .text dd{font-size: 16px;line-height: 1.6;}
#temp_wcb_footer_footer02_13_contact .text .phone dd{color: var(--numColor);font-size: 30px;font-weight: bold;}


#temp_wcb_footer_footer02_13_contact .map{max-height: 300px;width: 40.625%;}

@media only screen and (max-width: 980px) {
    #temp_wcb_footer_footer02_13_contact{flex-direction: column;}
    #temp_wcb_footer_footer02_13_contact .qr{align-self: center;}
    #temp_wcb_footer_footer02_13_contact .text{gap: 20px 0;text-align: center;}
    #temp_wcb_footer_footer02_13_contact .map{max-height: initial;width: 100%;}
}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer02_13_contact{padding: 60px 0;}
    #temp_wcb_footer_footer02_13_contact .qr{}
    #temp_wcb_footer_footer02_13_contact .qr .img{max-width: 240px;max-height: 240px;}
    #temp_wcb_footer_footer02_13_contact .qr .tip{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}

    #temp_wcb_footer_footer02_13_contact .text{gap: 30px 0;}
    #temp_wcb_footer_footer02_13_contact .text dt{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
    #temp_wcb_footer_footer02_13_contact .text dd{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #temp_wcb_footer_footer02_13_contact .text .phone dd{font-size: var(--font-sma-S);line-height: var(--font-sma-L);}

    #temp_wcb_footer_footer02_13_contact .map{display: none;}
}


#temp_wcb_footer_footer02_13_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_2);margin-top: 35px;}
#temp_wcb_footer_footer02_13_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;color: var(--font_color_2);}
#temp_wcb_footer_footer02_13_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer02_13_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}


#temp_wcb_footer_footer02_13_copyright{border-top: 1px solid var(--font_color_2);color: var(--font_color_2);min-height: 112px;gap: 20px;}
#temp_wcb_footer_footer02_13_copyright .copyright{font-size: 14px;line-height: 30px;gap: 10px 20px;}

#temp_wcb_footer_footer02_13_copyright .third {gap: 0 20px;}
#temp_wcb_footer_footer02_13_copyright .third .a i{font-size: 20px;}

@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer02_13_copyright{flex-direction: column;align-items: center;padding: 30px 0 60px;}
    #temp_wcb_footer_footer02_13_copyright .copyright{font-size: var(--font-bri-S);line-height: var(--font-bri-L);text-align: center;}
    #temp_wcb_footer_footer02_13_copyright .third{margin-top: 40px;gap: 0 50px;}
    #temp_wcb_footer_footer02_13_copyright .third .a i{font-size: var(--font-sub-S);}
}