
.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{opacity: 0;pointer-events: none;}
.lyuiheader_nav_001.hide-active *{pointer-events: none!important;}

/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/

#w001_index_header_11_nav{transition: background-color .3s;box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);}
#w001_index_header_11_nav::before{border-bottom: 1px solid transparent;content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;pointer-events: none;}
#w001_index_header_11_nav .head{height: var(--head_top_height);color: var(--head_fz_color);}
#header.fixed.scroll-top #w001_index_header_11_nav{box-shadow: none;}
#header.fixed.scroll-top #w001_index_header_11_nav::before{border-bottom-color: rgba(255, 255, 255, 0.2);}
#header.fixed.scroll-top #w001_index_header_11_nav .head{color: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_11_nav .head{color: #333;}

#w001_index_header_11_nav .stockCode{margin-left: 0.1rem;font-size: 0.16rem;line-height: 1.5;opacity: 0.6;}

#w001_index_header_11_nav .btnCS{padding: 0.1rem 0.2rem;border-radius: 5px;background: var(--mainColor);color: #fff;transition: .3s;font-size: 0.14rem;}
#w001_index_header_11_nav .btnCS:hover{opacity: 0.8;}


/* 背景色 */
#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_11_nav .weblogo{height: 100%;overflow: hidden;}
#w001_index_header_11_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w001_index_header_11_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w001_index_header_11_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w001_index_header_11_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_11_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w001_index_header_11_nav .weblogo .logo_b{display: block;}


/* 导航栏目 */
#w001_index_header_11_nav .nav{
    --padding: var(--paddingLeft);
    flex: 1;margin: 0 var(--paddingLeft);
    --hoverColor: var(--hover_color);
}

/* 按钮部分 */
#w001_index_header_11_nav .head_btn{display: flex;align-items: center;font-size: 0.16rem;}
#w001_index_header_11_nav .head_btn > *{padding: 0.1rem 0.15rem;}
#w001_index_header_11_nav .head_btn > *:last-child{padding-right: 0;}
#w001_index_header_11_nav .head_btn > * > i{font-size: 0.2rem;}
#w001_index_header_11_nav .head_btn .language i{margin-right: 0.06rem;}


/* 移动端菜单按钮 */
#w001_index_header_11_nav .head .menu{display: none;padding: 0.3rem 0.2rem;position: relative;cursor: pointer;margin-right: -0.2rem;}
#w001_index_header_11_nav .head .menu i{width: 0.36rem;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w001_index_header_11_nav .head .menu i::before{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(-0.14rem);transition: .3s;}
#w001_index_header_11_nav .head .menu i::after{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(0.14rem);transition: .3s;}
#header.fixed.scroll-top #w001_index_header_11_nav .head .menu i,
#header.fixed.scroll-top #w001_index_header_11_nav .head .menu i::before,
#header.fixed.scroll-top #w001_index_header_11_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w001_index_header_11_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w001_index_header_11_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w001_index_header_11_nav .head .menu i::after{background: #333;}


/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w001_index_header_11_nav{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w001_index_header_11_nav .menu i{background: transparent !important;}
#header.menu_expand #w001_index_header_11_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w001_index_header_11_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w001_index_header_11_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w001_index_header_11.pc_app #w001_index_header_11_nav .head_nav .li{display: none;}
.w001_index_header_11.pc_app #w001_index_header_11_nav .head .menu{display: block;}


#w001_index_header_11_nav .mblanguage{display: none;}


@media only screen and (max-width: 1024px) {
    #w001_index_header_11_nav .head_nav .li{display: none;}
    #w001_index_header_11_nav .head .menu{display: block;}
    /* #w001_index_header_11_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w001_index_header_11_nav .head_btn .search i {font-size: 0.26rem;}
    #w001_index_header_11_nav .head_btn .language{margin-right: 0.2rem;font-size: 0.2rem;}
    #w001_index_header_11_nav .head_btn .language i {font-size: 0.26rem;margin-right: 0.1rem;}
    
    #w001_index_header_11_nav .btnCS{display: none;}
}

@media only screen and (max-width: 750px) {
    #w001_index_header_11_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w001_index_header_11_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w001_index_header_11_nav .head_btn .language{display: none;}
    #w001_index_header_11_nav .mblanguage{margin-right: 0.2rem;font-size: 0.36rem;display: flex;}

    #w001_index_header_11_nav .head .menu{padding: 0.3rem;}
    #w001_index_header_11_nav .head .menu i{width: 0.46rem;height: 3px;}
    #w001_index_header_11_nav .head .menu i::before{transform: translateY(-0.18rem);height: 3px;}
    #w001_index_header_11_nav .head .menu i::after{transform: translateY(0.18rem);height: 3px;}

    #header.menu_expand #w001_index_header_11_nav .weblogo{opacity: 0;}
    #header.menu_expand #w001_index_header_11_nav .mblanguage{opacity: 0;}
}




/* 左侧出现的状态 head_menu_left */
.head_menu_left #w001_index_header_11_nav .head_nav{display: none;}
.head_menu_left #w001_index_header_11_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w001_index_header_11_nav .head .menu{display: none;}
.head_menu_left.pc_app #w001_index_header_11_nav .head .menu{display: none;}
.w001_index_header_11 #w001_index_header_11_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -0.2rem;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w001_index_header_11_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w001_index_header_11_nav .head .menu{display: none;}
    .head_menu_left #w001_index_header_11_nav .head .menu._left_{display: block;}
    .head_menu_left #w001_index_header_11_nav .head_btn{flex: initial;}
}
#w005_service_picture_169 .img{min-height: 4rem;}
#w005_service_picture_169 .img img{width: 100%;display: block;}
#w005_service_picture_169 .imgApp{display: none;min-height: 4.8rem;}
#w005_service_picture_169 .imgApp img{width: 100%;display: block;}
#w005_service_picture_169 .box{top: 0;overflow: hidden;height: 100%;pointer-events: none;}

#w005_service_picture_169 .position_box{width: 100%;height: 100%;position: absolute;left: 0%;bottom: 0%;}
#w005_service_picture_169.height_change .position_box{width: 100%;height: calc((100% - 1rem));position: absolute;left: 50%;bottom: 0%;transform: translateX(-50%);}

#w005_service_picture_169 .text{display: flex;flex-direction: column;width: 100%;padding: .15rem 0;}
#w005_service_picture_169 .text .name{font-size: var(--small_px);color: var(--small_color);font-weight: var(--small_font_weight);font-style: var(--small_font_style);line-height: var(--small_line_height);margin-bottom: .26rem;pointer-events: all;}
#w005_service_picture_169 .text .subname{font-size: var(--big_px);color: var(--big_color);font-weight: var(--big_font_weight);font-style: var(--big_font_style);line-height: var(--big_line_height);pointer-events: all;}


#w005_service_picture_169 .position_box[position="2"],
#w005_service_picture_169 .position_box[position="5"],
#w005_service_picture_169 .position_box[position="8"]{text-align: center;}
#w005_service_picture_169 .position_box[position="3"],
#w005_service_picture_169 .position_box[position="6"],
#w005_service_picture_169 .position_box[position="9"]{text-align: right;}

@media screen and (max-width:751px) {
    #w005_service_picture_169 .img{display: none;}
    #w005_service_picture_169 .imgApp{display: block;}
    #w005_service_picture_169 .text .name{font-size: var(--small_mobile_px);color: var(--small_mobile_color);font-weight: var(--small_mobile_font_weight);font-style: var(--small_mobile_font_style);}
    #w005_service_picture_169 .text .subname{font-size: var(--big_mobile_px);color: var(--big_mobile_color);font-weight: var(--big_mobile_font_weight);font-style: var(--big_mobile_font_style);}

    #w005_service_picture_169.height_change .position_box{height: calc((100% - 1.2rem));}
}
#w005_service_breadcrumb_170 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);gap: 0.3rem;background: var(--bg_color);}

#w005_service_breadcrumb_170 .breadcrumb{font-size: var(--crumb_fz_px);line-height: 1;display: flex;align-items: center;}
#w005_service_breadcrumb_170 .breadcrumb i{font-size: 0.18rem;color: #888888;}
#w005_service_breadcrumb_170 .breadcrumb .before{color: #333;}
#w005_service_breadcrumb_170 .breadcrumb .span{margin: 0 0.18rem;}
#w005_service_breadcrumb_170 .breadcrumb .span i{font-size: 0.14rem;}


#w005_service_breadcrumb_170 .category{font-size: var(--links_fz_px);line-height: 1;display: flex;align-items: center;justify-content: flex-end;color: #333;flex-wrap: wrap;gap: 0.3rem 5px;}
#w005_service_breadcrumb_170 .category .a{padding-left: 0.6rem;position: relative;display: block;transition: .3s;}
#w005_service_breadcrumb_170 .category .a::before{display: block;content: '';width: 0.3rem;height: 3px;background: var(--curFontColor);position: absolute;left: 0.24rem;top:50%;transform: translateY(-50%);max-width: 0;overflow: hidden;transition: .3s;}
#w005_service_breadcrumb_170 .category .a:hover{color: var(--curFontColor);}
#w005_service_breadcrumb_170 .category .a.cur{font-weight: bold;color: var(--curFontColor);}
#w005_service_breadcrumb_170 .category .a:hover::before,
#w005_service_breadcrumb_170 .category .a.cur::before{max-width: 0.3rem;}

#w005_service_breadcrumb_170 .return {font-size: var(--links_fz_px);line-height: 1;color:#333;}
#w005_service_breadcrumb_170 .return .img {width: 0.23rem;height: 0.23rem;margin-right: 0.1rem;}
#w005_service_breadcrumb_170 .return .img .svg {fill: var(--curFontColor);}


@media screen and (max-width:750px) {
    #w005_service_breadcrumb_170 {display: none;}
}.lyuifilter_ordinary_001-form{background: #f7f7f7;}
/* 内容区 */
.lyuifilter_ordinary_001-box{display: flex;flex-direction: column;padding: 50px 0;}

/* 表格 */
.lyuifilter_ordinary_001-th{ min-width: 200px;padding: 10px;height: 70px;font-size: 20px;}

.lyuifilter_ordinary_001-tr{background: #fff;border-radius: 10px;box-shadow: 0 10px 20px rgba(0,0,0,.1);}
.lyuifilter_ordinary_001-td{min-width: 200px;padding: 0 20px;vertical-align: top;}
.lyuifilter_ordinary_001-td:last-child .lyuifilter_ordinary_001-filter-box{border-bottom: none;}

.lyuifilter_ordinary_001-filter-box{display:box;display:-webkit-flex;display:-ms-flex;display:-webkit-box;display:-moz-box;display:flex;justify-content:flex-start;align-content:flex-start;border-bottom: 1px solid #eaeaea;padding: 20px 0;}
/* 筛选类型 */
.lyuifilter_ordinary_001-name{font-size: 20px;line-height: 40px;color: #000;min-width: 90px;padding-right: 10px;flex-shrink: 0;}
/* 多选 选项 */
.lyuifilter_ordinary_001-li{display: flex;flex-wrap: wrap;flex-shrink: 1;}
.lyuifilter_ordinary_001-label{display: block;cursor: pointer;padding: 8px 10px;line-height: 1.8;}
.lyuifilter_ordinary_001-label-i{color: transparent;width: 16px;height: 16px;border: 1px solid #181818;transition: .3s;margin-right: 5px;font-size: 14px;}
.lyuifilter_ordinary_001-label.cur .lyuifilter_ordinary_001-label-i{color: #181818;}

/* 价格区间 */
.lyuifilter_ordinary_001-price{gap: 0 3px;border-bottom: 1px solid #eaeaea;padding: 20px 0;}
.lyuifilter_ordinary_001-price-label{height: 40px;}
.lyuifilter_ordinary_001-price-input{width: 100%;height: 100%;padding: 0 10px;border: 1px solid #eaeaea;border-radius: 10px;}

/* 提交按钮 */
.lyuifilter_ordinary_001-submit{width: 310px; height: 50px; background: #181818;color: #fff; border-radius: 25px;font-size: 14px;transition: .3s;cursor: pointer;margin: 60px auto;}


@media screen and (max-width:750px) {
    .lyuifilter_ordinary_001-filter-box {flex-wrap: wrap;}
    .lyuifilter_ordinary_001-name{width: 100%;font-size: var(--font-sma-S);line-height: var(--font-sma-L);margin-bottom: 30px;padding-right: 0;}

    .lyuifilter_ordinary_001-price{flex-wrap: wrap;font-size: var(--font-txt-S);gap: 0 10px;}
    .lyuifilter_ordinary_001-price-label{height: 80px;}
    .lyuifilter_ordinary_001-price-input{width: 240px;font-size: var(--font-sma-S);line-height: 80px;border-color: #aaa;}
    
    .lyuifilter_ordinary_001-label{font-size: var(--font-bri-S);line-height: 1;padding: 20px 30px;}
    .lyuifilter_ordinary_001-label-i{width: 40px;height: 40px;font-size: 24px;}

    /* 提交按钮 */
    .lyuifilter_ordinary_001-submit{width: 60%; height: 70px; border-radius: 35px;font-size: .26rem;}
}
/* case_list */
#w005_case_list_171 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: #fff;}
#w005_case_list_171 .filter{margin-bottom: 0.8rem;}

#w005_case_list_171 .title{margin-bottom: 0.8rem;}
#w005_case_list_171 .title .u_name{font-size: 0.36rem;line-height: 1;color: #333;font-weight: bold;margin-bottom: 0.3rem;}
#w005_case_list_171 .title .u_tip{font-size: 0.16rem;line-height: 1;color: #626466;}


#w005_case_list_171 .list{display: grid;grid-template-columns: repeat(3,calc((100% - 1rem)/3));gap: 0.6rem 0.5rem;}
#w005_case_list_171 .list .li{padding-bottom: 0.4rem;position: relative;}
#w005_case_list_171 .list .li::before{display: block;content: '';height: 2px;background: #333;position: absolute;bottom: 0px;left: 0;right: 0;}
#w005_case_list_171 .list .li::after{display: block;content: '';height: 2px;background: var(--hoverColor);position: absolute;bottom: 0px;left: 0;right: 100%;transition: .3s;}
#w005_case_list_171 .list .li .img{padding-top: 62.4%;}
#w005_case_list_171 .list .li .img img{transition: .3s;top: 0;}
#w005_case_list_171 .list .li .name{font-size: 0.24rem;color: #333;margin: 0.4rem 0 0.1rem;transition: .3s;}
#w005_case_list_171 .list .li .category{font-size: 0.18rem;color: #626466;}

#w005_case_list_171 .list .li .img:hover img{transform: scale(1.1);}
#w005_case_list_171 .list .li:hover::after{right: 0;}
#w005_case_list_171 .list .li:hover .name{color: var(--hoverColor);}


/* 分页样式 */
#w005_case_list_171 .w005_case_list_171_page{ padding: 0.5rem 0 0; }


@media screen and (max-width:750px) {
    #w005_case_list_171 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
    #w005_case_list_171 .filter{margin-bottom: 0.8rem;}
    #w005_case_list_171 .title{}
    #w005_case_list_171 .title .u_name{font-size: var(--font-sub-S);line-height:var(--font-sub-L);}
    #w005_case_list_171 .title .u_tip{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}


    #w005_case_list_171 .list{display: block;}
    #w005_case_list_171 .list .li{padding-bottom: 0.4rem;margin-bottom: 0.5rem;}

    #w005_case_list_171 .list .li .name{font-size: var(--font-sma-S);margin: 0.4rem 0 0.1rem;}
    #w005_case_list_171 .list .li .category{font-size: var(--font-txt-S);}

    #w005_case_list_171_case_page{font-size: var(--font-txt-S);}
}
.default_footer_0002_18Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundColor);}
@media (max-width: 768px) {
    .default_footer_0002_18Wrap{padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
}


#default_footer_0002_18{display: flex;justify-content: space-between;}
#default_footer_0002_18 .title{font-size: .3rem;color: var(--titleFontColor);font-weight: 600;margin-bottom: .4rem;}
#default_footer_0002_18 .left{max-width: 5rem;}
#default_footer_0002_18 .left .dd{margin-bottom: .15rem;font-size: .18rem;color: var(--contactFontColor);line-height: 1.667;}
#default_footer_0002_18 .left .dd:last-child{margin-bottom: 0;}
#default_footer_0002_18 .left .dd:hover{color: var(--mainColor);}

#default_footer_0002_18 .links{display: flex;align-items: center;margin-top: .17rem;}
#default_footer_0002_18 .links.hide{display: none;}
#default_footer_0002_18 .links .a{margin-right: .2rem;width: .38rem;height: .38rem;border: 2px solid #92959D;border-radius: 50%;transition: .3s;}
#default_footer_0002_18 .links .a i{font-size: .2rem;color: #fff;}
#default_footer_0002_18 .links .a:hover{background: var(--hoverFontColor);border-color: var(--hoverFontColor);}

#default_footer_0002_18 .nav{}
#default_footer_0002_18 .nav .item{font-size: .18rem;color: var(--navFontColor);line-height: 1.667;margin-bottom: .15rem;}
#default_footer_0002_18 .nav .item:last-child{margin-bottom: 0;}
#default_footer_0002_18 .nav .item .a:hover{color: var(--mainColor);}

#default_footer_0002_18 .right{width: 3.45rem;}
#default_footer_0002_18 .right .txt{font-size: .18rem;color: var(--newsletterTipsFontColor);line-height: 1.667;}
#default_footer_0002_18 .form{margin-top: .2rem;}
#default_footer_0002_18 .form .input{width: 100%;height: .46rem;border-radius: .23rem;padding: 0 .25rem;background-color: var(--searchBgColor);font-size: .16rem;color: var(--searchFontColor);margin-bottom: .25rem;}
#default_footer_0002_18 .form .submit{width: 100%;height: .46rem;background-color: var(--searchBtnBgColor);font-size: .18rem;color: var(--searchBtnFontColor);border-radius: .23rem;}
#default_footer_0002_18 .form .submit .ico{font-size: .24rem;margin-left: 3px;}


@media (max-width: 1024px) {
    #default_footer_0002_18{flex-wrap: wrap;}

    #default_footer_0002_18 .right{width: 100%;margin-top: 0.3rem;}
}
@media (max-width: 992px) {
    #default_footer_0002_18 .title{font-size: .227rem;margin-bottom: .303rem;}
    #default_footer_0002_18 .left{max-width: 3.788rem;}
    #default_footer_0002_18 .left .dd{margin-bottom: .114rem;font-size: .136rem;}

    #default_footer_0002_18 .links{margin-top: .129rem;}
    #default_footer_0002_18 .links .a{margin-right: .152rem;width: .288rem;height: .288rem;border-width: .015rem;}
    #default_footer_0002_18 .links .a i{font-size: .152rem;}

    #default_footer_0002_18 .nav .item{font-size: .136rem;margin-bottom: .114rem;}

    #default_footer_0002_18 .right{margin-top: .227rem;}
    #default_footer_0002_18 .right .txt{font-size: .136rem;}
    #default_footer_0002_18 .form{margin-top: .152rem;}
    #default_footer_0002_18 .form .input{height: .348rem;border-radius: .174rem;padding: 0 .189rem;font-size: .121rem;margin-bottom: .189rem;}
    #default_footer_0002_18 .form .submit{height: .348rem;font-size: .136rem;border-radius: .174rem;}
    #default_footer_0002_18 .form .submit .ico{font-size: .182rem;margin-left: .023rem;}
}


@media (max-width: 768px) {
    #default_footer_0002_18 .title{font-size: .36rem;margin-bottom: .4rem;}
    #default_footer_0002_18 .left{max-width: 100%;width: 100%;}
    #default_footer_0002_18 .left .dd{margin-bottom: .25rem;font-size: .3rem;}

    #default_footer_0002_18 .links{margin-top: .3rem;}
    #default_footer_0002_18 .links .a{margin-right: .3rem;width: .65rem;height: .65rem;border-width: .03rem;}
    #default_footer_0002_18 .links .a i{font-size: .36rem;}

    #default_footer_0002_18 .nav{width: 100%;margin-top: .4rem;}
    #default_footer_0002_18 .nav .item{font-size: .3rem;margin-bottom: .25rem;}

    #default_footer_0002_18 .right{margin-top: .4rem;}
    #default_footer_0002_18 .right .txt{font-size: .3rem;}
    #default_footer_0002_18 .form{margin-top: .25rem;}
    #default_footer_0002_18 .form .input{height: .65rem;border-radius: .325rem;padding: 0 .3rem;font-size: .3rem;margin-bottom: .3rem;}
    #default_footer_0002_18 .form .submit{height: .65rem;border-radius: .325rem;font-size: .3rem;}
    #default_footer_0002_18 .form .submit .ico{font-size: .36rem;margin-left: .046rem;}
}

#default_footer_0002_18Agreement{margin-top: 0.5rem;font-size: .16rem;color: var(--agreementFontColor);}
