
/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/



#temp_wcb_header_header01_112_nav{transition:padding-top .3s;}
#temp_wcb_header_header01_112_nav .head{height: var(--head_center_height);width: 100%;padding: 0 calc(4% + 20px);color: var(--head_fz_color);position: relative;}
#header.fixed.scroll-top #temp_wcb_header_header01_112_nav{padding-top: 60px;}
#header.fixed.scroll-top #temp_wcb_header_header01_112_nav .head{height: var(--head_top_height);}




#temp_wcb_header_header01_112_nav .head::before{height: 100%;position: absolute;top: 0;left: 0;transition:width .3s,margin .3s,border-radius .3s,background .3s;display: block;content: '';pointer-events: none;background: var(--head_bg_color);width: 100%;margin: 0;border-radius: 0;}
#header.fixed.scroll-top #temp_wcb_header_header01_112_nav .head::before{width: 92%;margin: 0 4%;border-radius: 15px;}


/* 背景色 */
#header_bg{background: var(--head_bg_color);height: var(--head_center_height);width: 100%;margin: 0;border-radius: 0;opacity: 0;transition: .3s;}
#header.fixed.scroll-top #header_bg{background: var(--head_bg_color);height: var(--head_top_height);width: 92%;margin: 60px 4% 0;border-radius: 15px;}


/* logo部分 */
#temp_wcb_header_header01_112_nav .weblogo{height: 100%;overflow: hidden;}
#temp_wcb_header_header01_112_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#temp_wcb_header_header01_112_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}



/* 导航栏目 */
#temp_wcb_header_header01_112_nav .head_nav{flex: 1;margin: 0 var(--paddingLeft);position: relative;}
#temp_wcb_header_header01_112_nav .head_nav .li{font-size: var(--font_1st_px);height: var(--head_top_height);border-bottom: 3px solid transparent;margin-left: var(--paddingLeft);transition: .3s ease-out;}
#temp_wcb_header_header01_112_nav .head_nav .li > a{line-height: 2;}
#temp_wcb_header_header01_112_nav .head_nav .li:first-of-type{margin-left: 0;}
#temp_wcb_header_header01_112_nav .head_nav .li:hover,
#temp_wcb_header_header01_112_nav .head_nav .li.cur{color: var(--hoverColor);border-color: var(--hoverColor);}
/* 对比导航 */
.temp_wcb_header_header01_112_nav_width_compare{display: inline-flex;pointer-events: none;position: absolute;top: 0;left: 0;visibility: hidden;opacity: 0;}
.temp_wcb_header_header01_112_nav_width_compare .head_nav{margin: 0 var(--paddingLeft);}
.temp_wcb_header_header01_112_nav_width_compare .head_nav .li{font-size: var(--font_1st_px);margin-left: var(--paddingLeft);}
.temp_wcb_header_header01_112_nav_width_compare .head_nav .li:first-of-type{margin-left: 0;}


/* 按钮部分 */
#temp_wcb_header_header01_112_nav .head_btn{display: flex;align-items: center;font-size: 16px;position: relative;}
#temp_wcb_header_header01_112_nav .head_btn > *{padding: 10px 15px;}
#temp_wcb_header_header01_112_nav .head_btn > *:last-child{padding-right: 0;}
#temp_wcb_header_header01_112_nav .head_btn > * > i{font-size: 20px;}
#temp_wcb_header_header01_112_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#temp_wcb_header_header01_112_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#temp_wcb_header_header01_112_nav .head .menu i{width: 36px;height: 2px;display: block;position: relative;transition: .3s;background: var(--head_fz_color);}
#temp_wcb_header_header01_112_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_wcb_header_header01_112_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;}



/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/


/* 头部整体    侧边栏展开  */
#header.fixed.menu_expand #temp_wcb_header_header01_112_nav{padding-top: 0px;}
#header.fixed.menu_expand #temp_wcb_header_header01_112_nav .head{height: var(--head_center_height);}
#header.menu_expand #temp_wcb_header_header01_112_nav .head::before {background: transparent;}
#header.menu_expand #header_bg {height: var(--head_center_height) !important;width: 100% !important;margin: 0 !important;border-radius: 0 !important;opacity: 1 !important;}
/* 菜单按钮    侧边栏展开  */
#header.menu_expand #temp_wcb_header_header01_112_nav .menu i{background: transparent !important;}
#header.menu_expand #temp_wcb_header_header01_112_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #temp_wcb_header_header01_112_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
/* 导航按钮    侧边栏展开  */
#header.menu_expand #temp_wcb_header_header01_112_nav .head_btn{display: none;}
/* 导航nav 导航按钮    导航栏换行时 */
.temp_wcb_header_header01_112.pc_app #temp_wcb_header_header01_112_nav .head_nav {visibility: hidden;opacity: 0;}
.temp_wcb_header_header01_112.pc_app #temp_wcb_header_header01_112_nav .head .menu{display: block;}




@media only screen and (max-width: 1024px) { 
    #temp_wcb_header_header01_112_nav .head_nav .li{margin: 0 8px;}
    #temp_wcb_header_header01_112_nav .head_nav {display: none;}
    #temp_wcb_header_header01_112_nav .head .menu{display: block;}
    #temp_wcb_header_header01_112_nav .head_btn{flex: 1;justify-content: flex-end;}
}

@media only screen and (max-width: 900px) {
    #temp_wcb_header_header01_112_nav .head_btn .search i {font-size: 26px;}
    #temp_wcb_header_header01_112_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #temp_wcb_header_header01_112_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #temp_wcb_header_header01_112_nav .head{height: var(--head_top_height_app);}
    #header.menu_expand #header_bg{height: var(--head_top_height_app) !important;}

    #temp_wcb_header_header01_112_nav .head .menu{padding: 30px;}
    #temp_wcb_header_header01_112_nav .head .menu i{width: 46px;height: 3px;}
    #temp_wcb_header_header01_112_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #temp_wcb_header_header01_112_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #temp_wcb_header_header01_112_nav .head_btn .search i {font-size: var(--font-big-S);}
    #temp_wcb_header_header01_112_nav .head_btn .language{display: none;}

    #header.menu_expand #temp_wcb_header_header01_112_nav .weblogo{opacity: 0;}
}
#w004_about_us_about_176 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w004_about_us_about_176 .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;}

#w004_about_us_about_176.myleft .title{text-align: left;}
#w004_about_us_about_176.mycenter .title{text-align: center;}
#w004_about_us_about_176.myright .title{text-align: right;}

#w004_about_us_about_176 .img .bg{width: 100%;display: block;}
#w004_about_us_about_176 .img .bg_app{width: 100%;display: none;}
#w004_about_us_about_176 .name {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-top: 50px;}

#w004_about_us_about_176 .info {margin-top: 36px;display: flex;justify-content: space-between;gap: 60px;}
#w004_about_us_about_176 .info .left {}
#w004_about_us_about_176 .info .left .info_name {font-size: var(--font_3rd_px);color: var(--font_3rd_color);font-weight: var(--font_3rd_font_weight);font-style: var(--font_3rd_font_style);line-height: var(--font_3rd_line_height);}
#w004_about_us_about_176 .info .left .info_brief {line-height: 31px;color: #666666;font-size: 16px;margin-top: 18px;}

#w004_about_us_about_176 .info .right {width: 37.142857%;display: flex;flex-wrap: wrap;}
#w004_about_us_about_176 .info .right .ul {font-size: 16px;display: flex;margin-bottom: 80px;padding-left: 60px;padding-right: 60px;border-right: 1px solid #E6E6E6;}
#w004_about_us_about_176 .info .right .ul .number {font-weight: 700;white-space: nowrap;}
#w004_about_us_about_176 .info .right .ul .number .num{font-size: 50px;font-weight: 700;color: var(--hoverColor);margin-right: 10px;}
#w004_about_us_about_176 .info .right .ul .number .unit{}

/* 边框样式  no_bord_lt 去除左边框 */
#w004_about_us_about_176 .info .right .ul:last-child,
#w004_about_us_about_176 .info .right .ul.no_bord_rt{border: none;padding-right: 0;}


@media screen and (max-width:1200px) {
    #w004_about_us_about_176 .info{flex-direction: column;}
    #w004_about_us_about_176 .info .left {width: 100%;}
    #w004_about_us_about_176 .info .right {width: 100%;}
}


@media screen and (max-width:750px) {
    #w004_about_us_about_176 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w004_about_us_about_176 .title {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w004_about_us_about_176 .name {font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);margin-top: 50px;}

    #w004_about_us_about_176 .img .bg{display: none;}
    #w004_about_us_about_176 .img .bg_app{display: block;}

    #w004_about_us_about_176 .info{flex-direction: column;}
    #w004_about_us_about_176 .info .left {}
    #w004_about_us_about_176 .info .left .info_name {font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w004_about_us_about_176 .info .left .info_brief {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}

    #w004_about_us_about_176 .info .right {padding-top: 60px;gap: 30px 80px;}
    #w004_about_us_about_176 .info .right .ul {margin: 0;padding: 0 20px;border: none;}
    #w004_about_us_about_176 .info .right .li_f{display: none;}
    #w004_about_us_about_176 .info .right .ul .number .num{font-size: var(--font-big-S);}
    #w004_about_us_about_176 .info .right .ul .number .unit{font-size: var(--font-txt-S);}
    #w004_about_us_about_176 .info .right .ul .brief{font-size: var(--font-txt-S);}

}
.w006_about_history_180 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background-color: #f6f6f6;}
@media (max-width: 750px){
	.w006_about_history_180 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}


#w006_about_history_180_title{margin-bottom: 68px;display: none;}
#w006_about_history_180_title .cn{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);}
#w006_about_history_180_title .en{font-size: 16px;color: #777;margin-top: 43px;}

@media (max-width: 1400px){
	#w006_about_history_180_title{display: block;}
}
@media (max-width: 750px){
	#w006_about_history_180_title{margin-bottom: 30px;display: block;}
	#w006_about_history_180_title .cn{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
	#w006_about_history_180_title .en{font-size: var(--font-txt-S);line-height: var(--font-sub-L);margin-top: 20px}
}




.w006_about_history_180_box{}
@media (max-width: 750px){
	.w006_about_history_180_box{flex-direction: column-reverse;}
}

#w006_about_history_180_text{width:45%;margin-right: 5%;}

#w006_about_history_180_text .title{}
#w006_about_history_180_text .title .cn{font-size: 48px;color: #333333;font-weight: 500;}
#w006_about_history_180_text .title .en{font-size: 16px;color: #777;margin-top: 43px;}


#w006_about_history_180_text .slide{}
#w006_about_history_180_text .slide .year {font-size: 260px;color: #f1f1f1;position: absolute;z-index: 1;left: 50%;top: 50%;transform: translate(-50%,-50%);}

#w006_about_history_180_text .slide .desc {z-index: 2;height: 324px;padding-right: 20px;position: relative;}
#w006_about_history_180_text .slide .desc .li{font-size: 18px;line-height: 32px;color: #333;padding-left: 20px;position: relative;margin-top: 30px;}
#w006_about_history_180_text .slide .desc .li:first-child{margin-top: 0;}
#w006_about_history_180_text .slide .desc .li::before{content: '';width: 6px;height: 6px;background: var(--numColor);border-radius: 100%;left: 0;top: 12px;position: absolute;}

@media (max-width: 1400px){
	#w006_about_history_180_text .title{display: none;}
	#w006_about_history_180_text .slide .year{font-size:190px}
}
@media (max-width: 1300px){
	#w006_about_history_180_text .slide .year{font-size:180px}
}
@media (max-width: 1200px){
	#w006_about_history_180_text .slide .year{font-size:170px}
}
@media (max-width: 1100px){
	#w006_about_history_180_text .slide .year{font-size:160px}
}
@media (max-width: 1000px){
	#w006_about_history_180_text .slide .year{font-size:150px}
}
@media (max-width: 900px){
	#w006_about_history_180_text .slide .year{font-size:140px}
}
@media (max-width: 800px){
	#w006_about_history_180_text .slide .year{font-size:130px}
}
@media (max-width: 750px){
	#w006_about_history_180_text {width: 100%;margin: 30px 0;}
	#w006_about_history_180_text .slide .year{font-size:200px}
	#w006_about_history_180_text .slide .desc{padding-right: 0;min-height: 360px;height: auto;}
	#w006_about_history_180_text .slide .desc .li{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
	#w006_about_history_180_text .slide .desc .li::before{width: 10px;height: 10px;left: 0;top: 22px;}
}


#w006_about_history_180_img{width: 50%;}
#w006_about_history_180_img .slide{padding-top:59.7%;border-radius: 20px;}
@media (max-width: 750px){
	#w006_about_history_180_img{width: 100%;}
}







/* 年份 */
#w006_about_history_180_year{margin-top: 37px;}
#w006_about_history_180_year .container{width: 85%;padding-top: 30px;height:100px;}
#w006_about_history_180_year .line{width: 100%;height: 1px;background: #e1e1e1;left: 0;right: 0;top: 35px;}
#w006_about_history_180_year .li .dian{width: 12px;height: 12px;background: #aeaeae;border-radius: 100%;transition: .3s;}
#w006_about_history_180_year .li .year{font-size: 28px;color: #999;font-weight: 700;transition: .3s;}
#w006_about_history_180_year .li.swiper-slide-thumb-active .dian{width: 23px;height: 23px;background: var(--numColor);transform: translateY(-7px);}
#w006_about_history_180_year .li.swiper-slide-thumb-active .year{font-size: 36px;color: var(--numColor);font-weight: 700;}

#w006_about_history_180_year .prev,
#w006_about_history_180_year .next{width: 70px;height: 70px;border-radius: 50%;position: absolute;top: 0;z-index: 2;cursor: pointer;transition: .3s;color: #333;background: #f1f1f1;font-size: 20px;}
#w006_about_history_180_year .prev{left: 0;}
#w006_about_history_180_year .next{right: 0;}
#w006_about_history_180_year .prev.swiper-button-disabled,
#w006_about_history_180_year .next.swiper-button-disabled{opacity: 1;}

#w006_about_history_180_year .prev:hover,
#w006_about_history_180_year .next:hover{background: var(--btnColor);color: #fff;}

@media (max-width: 980px){
	#w006_about_history_180_year .container{width: 78%;}
}

@media (max-width: 750px){
	#w006_about_history_180_year .container{width: 75%;padding-top: 10px;}
	#w006_about_history_180_year .line{top: 15px;}
	#w006_about_history_180_year .li .year{font-size: var(--font-sma-S);}
	#w006_about_history_180_year .li.swiper-slide-thumb-active .year{font-size:var(--font-sub-S);}
	#w006_about_history_180_year .prev,
	#w006_about_history_180_year .next{width: 90px;height: 90px;transform: translateY(-30%);font-size: var(--font-txt-S);}
}

/* 结束 */


/* 全局 */
#w008_about_culture_culture_177 {padding-top: var(--paddingTop);padding-bottom:var(--paddingBottom);display: flex;justify-content: space-between;}

@media screen and (max-width:1000px) {
	#w008_about_culture_culture_177 {flex-direction: column;}
}

@media screen and (max-width:751px) {
	#w008_about_culture_culture_177 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

/* 结束 */

/* 主体 */
#w008_about_culture_culture_177 .text{padding-top: 62px;}
#w008_about_culture_culture_177 .text .li{margin-bottom: 67px;}

#w008_about_culture_culture_177 .text .li .svgg{margin-right: 40px;}
#w008_about_culture_culture_177 .text .li .svgg svg{width: 40px;height: 40px;}

#w008_about_culture_culture_177 .text .li .title{font-size: 30px;margin-bottom: 30px;}
#w008_about_culture_culture_177 .text .li .brief{font-size: 16px;}


#w008_about_culture_culture_177 .img{height: 750px;width: 39.14%;}


@media screen and (max-width:1000px) {
	#w008_about_culture_culture_177 .text{display: grid;grid-template-columns: repeat(4,25%);gap: 20px;}
	#w008_about_culture_culture_177 .text .li .svgg{margin-right: 0;}
}

@media screen and (max-width:750px) {
	#w008_about_culture_culture_177 .text{grid-template-columns: repeat(1,100%);padding: 0;margin: 0;}

	#w008_about_culture_culture_177 .text .li .title{font-size:var(--font-sma-S);line-height: var(--font-sma-L);margin-bottom: 15px;}
	#w008_about_culture_culture_177 .text .li .brief{font-size:var(--font-txt-S);line-height: var(--font-txt-L) ;}
	#w008_about_culture_culture_177 .text .li .svgg svg{width: 100px;height: 100px;margin-right: 30px;}

	#w008_about_culture_culture_177 .img{width: 100%;}
}

.w013_about_honor_105_wrap {overflow: hidden;}

#w013_about_honor_105 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#w013_about_honor_105 .title {margin-bottom: 60px;}
#w013_about_honor_105 .title .cn {flex:1;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);}
#w013_about_honor_105 .title .en {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);}

#w013_about_honor_105.myleft .title{}
#w013_about_honor_105.myright .title{flex-direction: row-reverse;text-align: right;}
#w013_about_honor_105.mycenter .title{text-align: center;justify-content:center;flex-direction: column;gap:20px;}

#w013_about_honor_105 .container {width: 100%;overflow: visible;padding-bottom: 135px;}
#w013_about_honor_105 .container .slide{transform:scale(.75); -webkit-transform:scale(.75);background: #fafafa;border-radius: 20px;}
#w013_about_honor_105 .container .swiper-slide-active,
#w013_about_honor_105 .container .swiper-slide-duplicate-active{transform:scale(1); -webkit-transform:scale(1);background-color: #fff;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);z-index: 5;}
#w013_about_honor_105 .container .slide .img::before {padding-top: 100%;}
#w013_about_honor_105 .container .slide .img img {max-width: 90%;max-height: 90%;}
#w013_about_honor_105 .container .slide .name {font-size: 16px;line-height: 1.875;color: #888;margin: 3px 0 38px;padding: 0 20px;}
#w013_about_honor_105 .container .slide.swiper-slide-active .name {color: #222;}
#w013_about_honor_105 .button {width: 140px;height: 60px;bottom: 0;z-index: 5;left: 50%;transform: translateX(-50%);}
#w013_about_honor_105 .button .li {font-size: 16px;color: #222;background-color: #fff;width: 60px;height: 60px;border-radius: 50%;transition: .3s;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);}

@media screen and (any-hover:hover) {
    #w013_about_honor_105 .button .li:hover {background-color: var(--btnbgColor);color: #fff;}
}
@media screen and (max-width:900px) {
    #w013_about_honor_105 .title {margin-bottom: 20px;}
    #w013_about_honor_105 .container {padding-bottom: 80px;}
    #w013_about_honor_105 .container .swiper-slide-active,
    #w013_about_honor_105 .container .swiper-slide-duplicate-active{transform:scale(.8); -webkit-transform:scale(.8);box-shadow: 0 0 0;background: #fafafa;}
}
@media screen and (max-width:750px) {
    #w013_about_honor_105 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w013_about_honor_105 .title{flex-wrap: wrap;}
    #w013_about_honor_105 .title .cn,
    #w013_about_honor_105 .title .en {font-size: var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w013_about_honor_105 .container .slide .name {font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin: 30px 0;}
    #w013_about_honor_105 .button {width: 240px;height: 100px;}
    #w013_about_honor_105 .button .li {width: 100px;height: 100px;font-size: var(--font-sub-S);}
}

.temp_wcb_footer_footer04_118_footer_wrap{background: var(--bg_color);color: var(--font_color_1);padding-top: var(--paddingTop);overflow: hidden;}
@media only screen and (max-width: 750px) {
    .temp_wcb_footer_footer04_118_footer_wrap{padding-top: var(--appPaddingTop);}
}


.temp_wcb_footer_footer04_118_guild {display: grid;grid-template-columns: auto 370px;gap: 0 30px;}
#temp_wcb_footer_footer04_118_nav{display: flex;flex-wrap: wrap;gap: 40px 100px;}
#temp_wcb_footer_footer04_118_nav .dl .dt{font-size: 18px;line-height: 1;margin-bottom: 36px;font-weight: bold;}
#temp_wcb_footer_footer04_118_nav .dd{font-size: 16px;color: var(--font_color_2);line-height: 30px;margin-bottom: 8px;transition: 0.3s;}

@media (any-hover: hover){
    #temp_wcb_footer_footer04_118_nav .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

@media only screen and (max-width: 750px) {
    .temp_wcb_footer_footer04_118_guild{display: block;padding-top: 0px;}
    #temp_wcb_footer_footer04_118_nav{display: none;}
}


#temp_wcb_footer_footer04_118_nav_app{display: none;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_118_nav_app{display: block;margin-bottom: 60px;}
    #temp_wcb_footer_footer04_118_nav_app .dl{color: var(--font_color_2);}
    #temp_wcb_footer_footer04_118_nav_app .dl .dt{font-size: var(--font-sma-S);line-height: var(--font-sma-L);padding: 20px 0;border-bottom: 1px solid rgba(255, 255, 255,0.2);}
    #temp_wcb_footer_footer04_118_nav_app .dl .dt > i{font-size: var(--font-txt-S);transition: .3s;}
    #temp_wcb_footer_footer04_118_nav_app .dl .dt.cur > i{transform: rotateZ(90deg);}
    /* 展开项 */
    #temp_wcb_footer_footer04_118_nav_app .dd .a{color: var(--font_color_2);font-size: var(--font-txt-S);line-height: var(--font-txt-L);padding: 20px 0;padding-left: 15px;border-bottom: 1px solid rgba(255, 255, 255,0.2);}
}

#temp_wcb_footer_footer04_118_third{display: flex;flex-direction: column;font-size: 16px;line-height: 1.8;color: var(--font_color_2);margin-bottom: 35px;}

#temp_wcb_footer_footer04_118_third .title{margin-bottom: 30px;font-size: 18px;line-height: 1;font-weight: bold;color: var(--font_color_1);}
#temp_wcb_footer_footer04_118_third .phone{color: var(--numColor);font-size: 16px;font-weight: bold;line-height: 1.5;margin-bottom: 24px;}
#temp_wcb_footer_footer04_118_third .phone span{font-size: 28px;}
#temp_wcb_footer_footer04_118_third .list{display: flex;flex-wrap: wrap;gap: 10px 40px;margin-top: 30px;}
#temp_wcb_footer_footer04_118_third .qr .img{width: 120px;height: 120px;overflow: hidden;}
#temp_wcb_footer_footer04_118_third .qr .img img{max-width: 100%;max-height: 100%;}
#temp_wcb_footer_footer04_118_third .qr .tip{font-size: 16px;color: var(--font_color_2);margin-top: 12px;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_118_third{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
    #temp_wcb_footer_footer04_118_third .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);font-weight: var(--font-sma-B);}

    #temp_wcb_footer_footer04_118_third .phone{font-size: var(--font-bri-S);line-height: var(--font-bri-L);margin-bottom: 10px;}
    #temp_wcb_footer_footer04_118_third .phone span{font-size: var(--font-sma-S);line-height: var(--font-sma-L);}

    #temp_wcb_footer_footer04_118_third .qr .img{width: 240px;height: 240px;}
    #temp_wcb_footer_footer04_118_third .qr .tip{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}



#temp_wcb_footer_footer04_118_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_3);margin-top: 35px;}
#temp_wcb_footer_footer04_118_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#temp_wcb_footer_footer04_118_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_118_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}


#temp_wcb_footer_footer04_118_copyright{min-height: 85px;padding: 16px 0;font-size: 16px;line-height: 1.5;color: var(--font_color_2);border-top: 1px solid var(--font_color_3);}
#temp_wcb_footer_footer04_118_copyright > *{gap: 10px 20px;flex-wrap: wrap;}
#temp_wcb_footer_footer04_118_copyright > * > *{display: flex;align-items: center;flex-wrap: wrap;gap: 10px 20px;}
@media only screen and (max-width: 750px) {
    #temp_wcb_footer_footer04_118_copyright{font-size: var(--font-bri-S);line-height: var(--font-bri-L);}
}