#content_v4 {
	max-width: 1180px;
	margin: 0 auto;
}
/************************* Breadcrumb **********************************************/
#topicPath_v4 {
    overflow-x: auto;
    font-size: 12px;
    padding-top: 80px;
    padding-bottom: 0;
    /* margin-bottom: 1rem; */
    font-family: var(--font-medium, sans-serif);
    font-weight: 500;
    background-color: #f1f2f1;
}

@media print, screen and (max-width: 767px) {
    #topicPath_v4 {
/*        overflow-x: scroll;*/
			padding-top: 20px;
			padding-bottom: 20px;
			float:none;
    }
}

@media print, screen and (min-width: 768px) {
    /* #topicPath_v4 {
    margin-bottom: 5rem;
  } */
}

#topicPath_v4 {
    margin-bottom: 0;
/*    margin-top: 17px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}

#topicPath_v4 ul {
    white-space: nowrap;
    display: inline-block;
    padding-right: var(--container-padding);
}

    #topicPath_v4 ul > li:not(:last-child) > a:hover {
        color: inherit;
        text-decoration: underline;
    }

    #topicPath_v4 ul > li {
        display: inline-flex;
        align-items: center;
        margin-right: 0.5rem;
    }

        #topicPath_v4 ul > li:not(:last-child) > a {
            color: #515151;
        }

        #topicPath_v4 ul > li:not(:last-child)::after {
            content: "";
            background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%227%22%20height%3D%2216%22%20viewBox%3D%220%200%207%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1%201L5.18655%207.05025C5.6731%207.75338%205.65883%208.68804%205.15105%209.37599L1%2015%22%20stroke%3D%22%23D6D6D6%22%2F%3E%0A%3C%2Fsvg%3E);
            width: 7px;
            height: 16px;
            margin-left: 0.5rem;
            display: inline-block;
        }

        #topicPath_v4 ul > li a:hover,
        #topicPath_v4 ul > li a:active,
        #topicPath_v4 ul > li a:focus {
            color: unset;
        }

#topicPath_v4 strong{
    text-decoration: none;
    text-overflow: ellipsis;
}

#topicPath_v4 li strong {
    max-width: none;
    font-family: var(--font-bold, sans-serif);
    font-weight: 700;
    color: #000000;
}

#topicPath_v4 ul span {
    display:none;
}

/***************************Breadcrumb End*****************************************/

#content_v4 h1 {
    font-size: 150%;
}
/*.paneL {
    float: none!important;
}*/
.c_category_table tr td.alignL {
    text-align: left!important;
}
.c_category_table select {
    font-family: var(--font-medium, sans-serif);
    font-weight: 500;
    color: var(--color-text-secondary);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 2.5rem;
    border: 1px solid #adadad;
    background-color: #fff;
    /*background-image: var(--i-arrow_b, none);*/
    background-repeat: no-repeat;
    background-size: 1em 1em;
    background-position: calc(100% - 0.5rem) center;
    cursor: pointer;
    line-height: 24px;
    width:auto;
}
table select,.select select{
    font-family: var(--font-medium, sans-serif);
    font-weight: 500;
    color: var(--color-text-secondary);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 2.5rem;
    border: 1px solid #adadad;
    cursor: pointer;
    line-height: 24px;
    width:auto;
}
html body .main-content .pop-content-table select {
    margin: 4px 0 0;
    padding: 5px 10px 0;
}

/*.main-content,
.page-not-found {
    margin: 0 auto 0;
    padding: 0 10px 0;
}*/

.pop_wechat{
    position: relative;
}
.pop_wechat .pop_img{
    position: absolute;
    top: -118px;
    left: -38px;
    display: none
}
.pop_wechat .pop_img:before {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    left: 46px;
    top: 97px;
    transform: rotate(45deg );
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.pop_wechat:hover .pop_img{
    display: block;
}
.pop_wechat .pop_img img{
    width: 104px;
    height: 104px;
    max-width: inherit;
    position: relative;
    z-index: 3
}
.login_box .btn{
    background: #01916d;
    width: auto;
    display: inline-block;
    padding: 10px 40px;
    color: #fff!important;
    cursor:pointer;
}
.login_box .btn:hover{
    opacity: 0.9;
    text-decoration:none !important;
}
input, button, select, optgroup, textarea{
    -webkit-appearance: auto;
    appearance: auto;
}
input, select, textarea {
	border-radius: 5px;
}
input[type=checkbox]{
    -webkit-appearance: checkbox;
    appearance: checkbox;
}
input[type=radio]{
    -webkit-appearance: radio;
    appearance: radio;
}
.main-content a{
    color: #01916d;
}
.main-content a:hover{
    text-decoration: underline;
}
.con_btn .btn{
    background: #01916d;
    width: auto;
    display: inline-block;
    padding: 10px 40px;
    color: #fff!important;
    cursor:pointer;
}
.con_btn .btn:hover{
    opacity: 0.9;
    text-decoration: none;
}
.m-global-header__global-link{
    color: #333;
    display: inline-block;
    margin-right:1.2rem;
}
section form a.btn_apply,
section form a.btn_apply:hover {
    color: #fff!important;
}

.row::after {
  content:"";
  display:block;
  clear:both;
}


#backtotop {
    position: fixed;
    right: 15px;
    top: 80%;
    display: none;    
}

#backtotop a {
    padding: 4px 15px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    z-index: 5;
    display: block;
    height: 3rem;
    width: 3rem;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.17);
    text-decoration: none;
    color: white;
    font-size: 14px;
    display: flex;
    text-align: center;
    align-items: center;    
}
.back-to-top {
    display: none!important;
}

.m-header__head {
  z-index: 2;
}
.m-header__head h1 {
	font-size: 2.5rem;
	margin: 0;
	color: #01916d;
	letter-spacing: 0.3rem;
	line-height: 1;
	width: 16%
}

.bg_mask {
    visibility: hidden;
    background: rgba(0, 0, 0, .07);
    opacity: 0;
    transition: opacity .4s ease-out, visibility .4s ease-out;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.is-open .bg_mask {
    visibility: visible;
    opacity: 1;
}

.m-header__search-dialog {
    display: none;
}

.m-header__search-dialog.is-open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}
.m-header__search {
    position: relative;
    z-index: 3;
}
.m-header__search-btn.is-open {
    position: relative;
    z-index: 11;
    width: 24px;
    height: 24px;
}
.site-header.fix {
    display: block;
}
.m-header__menu-pc {
    min-width: 24.25%;
}
.m-header__link a {
    display: flex;
    align-items: center;
}
.m-header__link a:hover {
    color: #01916d;
}




.date_input input {
    min-width: 90px;
}

table input[type="text"] {
    min-width: 60px;
		border-radius: 5px;
}

.caseexmple li span {
    border-radius: 4px;
    font-size: 12px;
    padding: 0 10px!important;
    display: inline-block;
}
.caseexmple li span:first-child {
    font-size:14px;
    padding: 0!important;
    border-radius:0
}


/* .userbox_1_right_content .add_btn {
	position: fixed;
    z-index: 3;
    right: 10px;
    top: 28%;
} */
.perform_box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #ccc;
    padding: 30px;
}
.left-contet .perform_box ul {
float:none;
}
.left-contet .perform_box ul li a,
.left-contet .perform_box ul li input,
.left-contet .perform_box ul li select {
    border-radius: 5px;
}
#topcontrol {
z-index:3
}
.table_ex input,table select,.add_search,.press button {
border-radius: 5px;
}


@media only screen and (max-width: 992px) {
    .m-header.is-set .m-header__body {
        display: none!important;
        opacity: 0;
    }
    .m-header.is-set .m-header__body.in-open {
        display: block!important;
        opacity: 1;
        transition: opacity 3s;
    }
    /*#main-content {
        top: 90px;
    }*/
    .m-global-menu {
        top: 20px;
    }
    #content_v4 {
        padding: 0 0;
    }
    #container_v4 {
        padding: 0 15px 1.4rem;
    }
    .main-nav .share-header-menu > li > a, 
    .main-nav .home-login > li > a, 
    .main-nav .share-header-menu > li > span {
        font-size: 1em;
    }
		.m-header__head-inner {
				padding-left: 1rem;
		}

}

@media only screen and (min-width: 999px), print {
    .main-nav .megamenu .nav-level2__link {
        font-weight: normal;
    }
    .main-nav .lvl2-menu__title a, .main-nav .megamenu__title a {
        font-weight: normal;
    }
		#container_v4 {
			max-width: 1180px;
			padding: 0 2px 0;
		}
}


/* 20240226 add */
.m-page-top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .m-page-top {
    position: sticky;
    position: -webkit-sticky;
    right: auto;
    bottom: auto;
    top: 100vh;
  }
}
.m-page-top__btn {
  display: block;
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  background-color: rgba(0, 0, 0, 0.25);
  text-align: center;
  transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, transform 0.4s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0s;
  bottom: 0.5rem;
  bottom: calc(env(safe-area-inset-bottom) + 44px);
  right: 0.5rem;
}
.m-page-top__btn::after {
  content: "";
  background: url("/resources/chi-hans/images/icn_up-w.svg") no-repeat center;
  background-size: 50%;
  display: block;
  width: 100%;
  height: 100%;
}
.m-page-top__btn__text {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
[data-script-enabled=true] .m-page-top__btn {
  transform: translateY(4rem);
  opacity: 0;
}

.m-page-top.-scrollOver {
  position: absolute;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .m-page-top.-scrollOver {
    position: sticky;
    position: -webkit-sticky;
  }
}
.m-page-top.-show .m-page-top__btn {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0s linear 0s, transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}
@media print, screen and (min-width: 768px) {
  .m-page-top__btn {
    bottom: 1rem;
    right: 1rem;
  }
  [data-script-enabled=true] .m-page-top__btn {
    transform: translateY(5rem);
  }
}

.main-content input[type="submit"]:hover {
    opacity: 0.9;
}

.main-content input[type="submit"] {
    color: #fff;
    background: #01916d;
    border: 1px solid #01916d;

}
.add_search {
    background-color: #01916d;
    color: #ffffff;
    border: 0;
    font-size: 14px !important;
    line-height: 1;
    text-align: center;
    padding: 8px 10px;
    width: 100%;
    display: block;
    margin-top: 5px;
}


.add_list_box {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.sale_box .add_list_box {
    padding: 0;
    border-bottom: none;
}
.sale_box .bottom_line,.cere_list .bottom_line{
    border-bottom: 1px solid #ddd;
    padding:0 0 20px;
    margin: 0 0 20px;
}
.form_list .add_list {
    display:flex;
    align-items: center;
    margin:0 0 6px
}
.form_list .add_list span:first-child {
    min-width:140px;
    text-align:right;
    padding-right:10px;
    color: #666;
    line-height: 1.1;
    font-size: 0.9em;
    width: auto;
}
.add_list {
    /*display:flex;
    align-items: center;*/
    margin:0 0 6px
}
.add_list span:first-child {
    text-align: left;
    padding-right: 10px;
    color: #666;
    display: block;
    line-height: 1.5;
    width: 100%;
}
.cere_list .add_list span:first-child {
    color: #000;
    font-weight: 500;
}
.add_list select {
    font-family: var(--font-medium, sans-serif);
    font-weight: 500;
    color: var(--color-text-secondary);
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    padding-left: 0.5rem;
    padding-right: 1.5rem;
    border: 1px solid #adadad;
    cursor: pointer;
    line-height: 1;
    width: 100%;
    margin: 4px 0;
}
.add_list input ,.add_list select {
    min-width:230px;
		border-radius: 5px;
}
.add_list textarea {
		border-radius: 5px;
}
.add_box .press{
    width: 130px;
    margin-top: 3rem;
    margin-left: 0;
    margin-right: 0;
/*    padding: 0 0 0 140px;*/
}
.table_list_box .add_cli {
    width: 90px;
    float: none;
    margin: 10px 0 10px 140px;
}
.table_list_box .paginate {
    float: inherit;
    padding: 0 0 0 140px;
    width: auto;
}
.add_list_date {
    display: flex;
    align-items: center;
    width: 300px;
}
.add_list_date img {
    width: 16px;
    height: 17px;
    margin-left: 5px;
}
.add_list #price{
    color: #000;
    font-weight: bold;
    font-size: 120%;
}


.table_list_box .cere_box .add_cli{
    width: auto;
    padding: 0;
    margin: 10px 0;
    font-weight: 400;
}
.table_list_box .cere_box .add_cli a{
    color: #01916d;
}

/* 20240627 add */
.paper_category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.paper_category.paper_category_in{
    flex-wrap:inherit;
}
.paper_category.paper_category_in .paper_category_sub{
    width:24%
}
.paper_category.paper_category_in .paper_category_sub a{
    font-size:14px
}
.paper_category.paper_category_in .paper_category_sub.active a{
    font-weight:bold
}
.paper_category_sub {
    width: 49%;
    text-align: center;
    color: #01916d;
}
.paper_category_sub a {
    color: #01916d;
    display: inline-block;
}
.paper_category_sub p a:hover {
    text-decoration:underline
}
.paper_category_list dl dd{
    width:calc(70% - 20px)
}
.left-contet-box .category_list ul{
    padding-left:18px
}
.left-contet-box .category_list ul li {
    list-style-type: disc;
}
.paper_category_list p{
    margin: 0 0 5px;
    color: #000;
}
/* end  */

@media (max-width: 575.98px) { 
    .kv-slider li {
        width: 100%;
        margin-bottom: 2%;
    }
    .left-contet {
        width: 100%;
        margin-right: 0%;
    }
    .right-contet {
        width: 100%;
        margin-top: 50px;
	display:none
    }
.paginate.right-contet {
	display:block
}
    .left-contet .left-main-l, 
    .left-contet .left-main-r {
        width: 100%;
        float: none;
        margin-bottom: 2rem;
        display: inline-block;
        min-height: inherit;
    }
    .left-contet ul{
        min-height: inherit;
    }
    .solutions-box div {
        width: 100%;
    }
    /*.left-contet h2, h2.h2_title, 
    .left-contet .left-main-l h2, 
    .left-contet .left-main-r h2,
    .right-contet h2 {
        left: 10px;
    }*/
    h2, h3, h4, h5, h6 {
        margin-left: 0;
    }
    table select, .select select {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .tab_content table th, .tab_content table td {
        padding: 10px 5px;
    }
    .tab_content table th {
        white-space: normal;
    }
    .left-contet ul.produt-list li {
        width: 100%;
    }
    
    .category_list dl {
        display: block;
    }
    .category_list dl dt {
        width: 100%;
        min-height: 150px;
        border: 1px solid #eee;
    }
    .category_list dl dd {
        width: 100%;
    }
    .userbox_1_right {
        width: 100%!important;
        margin: 20px 0 0;
    }
    .performance_box,.midbox {
        width: 100%!important;
    }
    .t_2 {
        width: auto!important;
    }
    html .casetittle .casetittle_1, 
    html .casetittle .casetittle_2, 
    html .casetittle .casetittle_3 {
        width: calc(33.3% - 5px) !important;
        font-size: 12px;
        margin-right: 5px;
        height: auto;
        line-height: 1.2;
        padding: 10px;
    }
    html .casetittle .casetittle_3 {
        margin-right:0
    }
		.casetittle .btn {
		    width: auto;
		    font-size: 20px;
		    border-radius: 6px;
		    padding: 5px 20px;
		}

    .trangle_right,.trangle_right_1,.trangle_right_2,.trangle_right_3 {
        display: none!important;
    }
    .userbox_1_right_table {
        width: 100%!important;
        margin-left: 0!important;
    }
    .left-contet .left-contet-box .product-search-box ul li {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .left-contet .left-contet-box .product-search-box ul li.active {
        background: none;
        padding-bottom: 0;
    }
    .sol-box {
        width: 100%;
        padding: 0;
        margin-bottom: 1rem;
    }
    .sol-box p img {
        width: 100%;
    }
    .sol-box h4 {
        margin-bottom: 0;
    }
    .sale_name {
        width: 100px!important;
    }
    .perform_box {
        width: 100%!important;
    }
    .perform_box ul {
        margin-bottom: 10px;
    }
    .perform_box ul li {
        margin: 5px 0!important;
    }
    .perform_box ul li:first-child {
        width: 100%!important;
    }
    .btn_cen .btn1 a {
        margin-left: 0!important;
    }
    .sale_name_shuru input,.sale_name_shuru textarea,.case_tittle_input input {
        width: calc(100% - 20px)!important;
    }
    .sale_name_file input {
        margin-left: 0!important;
    }
    .product-img,.product-text,
    .solutions-img,.solutions-text {
        width: 100%;
    }
    .product-content table.data-table th, .product-content table.data-table td {
        font-size: 12px;
    }
    .news_details02 {
        padding: 10px 20px 40px 20px;
        border-bottom: 1px solid #bcbec0;
    }
    .data_up_box {
        display: block!important;
        padding-top: 10px;
    }
    .perform_box ul.btn_cen li:first-child,.perform_box ul.btn_cen li{
        display: inline-block;
        width: auto!important;
        margin-right: 20px!important;
    }
    .data_por input{
        width: 120px!important;
    }
    .table_ex {
        font-size: 12px;
    }
    .table_ex th, .table_ex td {
        padding: 5px;
    }
    .table_ex_1 select {
        margin-right: 0!important;
        margin-left: 0!important;
        max-width: 200px;
    }
    .down-box {
        position: static!important;
    }
    .down-box a {
        display: inline-block!important;
        margin-right: 10px;
    }
    .fields {
        margin-left: 5px!important;
    }
    .t_1 td a img {
        margin-bottom: 10px;
        display: inline-block;
    }
    /*.add_list input ,.add_list select {
        max-width:230px
    }*/
    .cere_list .add_list input,
    .cere_list .add_list select {
        max-width:95%
    }
    .cere_list .add_list .add_list_date input,
    .cere_list .add_list .add_list_date select,
    .cere_list .add_list .up_file input {
        max-width:230px
    }
	.left-contet .left-contet-box .product-search-box ul li a, 
	.left-contet .left-contet-box .product-search-box ul li.active span {
	    font-size: 12px;
	}
.category_list dl dt img {
    position: relative;
}

}

@media (min-width: 576px) and (max-width: 767.98px) {
    .kv-slider li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .kv-slider li:nth-child(even) {
        margin-right: 0;
    }
    .left-contet {
        width: 100%;
        margin-right: 0;
    }
    .right-contet {
        width: 40%;
        display:none;
    }
.paginate.right-contet {
	display:block
}
    .left-contet .left-main-l, 
    .left-contet .left-main-r {
        width: 100%;
        float: none;
        margin-bottom: 2rem;
        display: inline-block;
        min-height: inherit;
    }
    .left-contet ul{
        min-height: inherit;
    }
    .solutions-box div {
        width: 76%;
        margin: 0 auto!important;
        float: none;
    }
	.solutions-box div ul{
		margin-bottom:20px
	}
    .sol-box {
        width: calc(50% - 7px);
    }
 .sol-box p img {
width:100%
}
    .t_1 td a img {
        margin-bottom: 10px;
        display: inline-block;
    }
    .sale_name {
        width: 120px!important;
    }
    /*.add_list input ,.add_list select {
        max-width:calc(100% - 150px)
    }*/
    .cere_list .add_list input,
    .cere_list .add_list select {
        max-width:95%
    }
    .cere_list .add_list .add_list_date input,
    .cere_list .add_list .add_list_date select,
    .cere_list .add_list .up_file input {
        max-width:230px
    }
	.left-contet .left-contet-box .product-search-box ul li a, 
	.left-contet .left-contet-box .product-search-box ul li.active span {
	    font-size: 14px;
	}
	.left-contet ul.produt-list li {
	    width: 50%;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
#content_v4 {
        padding-top: 4.5rem;
    }
    .kv-slider li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .kv-slider li:nth-child(even) {
        margin-right: 0;
    }
    .left-contet {
        width: 100%;
        margin-right: 0;
    }
    .right-contet {
        width: 35%;
        display:none;
    }
.paginate.right-contet {
	display:block
}
    .left-contet .left-main-l, 
    .left-contet .left-main-r {
        width: 100%;
        float: none;
        margin-bottom: 2rem;
        display: inline-block;
        min-height: inherit;
    }
    .left-contet ul{
        min-height: inherit;
    }
    .solutions-box div {
        width: calc(33.33% - 4px);
    }
    .sol-box {
        width: calc(50% - 7px);
    }
 .sol-box p img {
width:100%
}
    .sale_name {
        width: 140px!important;
    }
    .cere_list .add_list input,
    .cere_list .add_list select {
        max-width:95%
    }
    .cere_list .add_list .add_list_date input,
    .cere_list .add_list .add_list_date select,
    .cere_list .add_list .up_file input{
        max-width:230px
    }
		.left-contet ul.produt-list li {
		    width: 50%;
		}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .kv-slider li {
        width: 24.25%;
    }
    .left-contet {
        width: 100%;
        margin-right: 0;
    }
    .right-contet {
        width: 24.25%;
        display:none
    }
.paginate.right-contet {
	display:block
}
    .solutions-box div {
        width: calc(33.33% - 4px);
    }
    .sol-box {
        width: calc(33.33% - 9px);
    }
 .sol-box:last-child {
padding-right:0
}
 .sol-box p img {
width:100%
}
    .sale_name {
        width: 160px!important;
    }
    .cere_list .add_list input,
    .cere_list .add_list select {
        max-width:60%
    }
    .cere_list .add_list .add_list_date input,
    .cere_list .add_list .add_list_date select,
    .cere_list .add_list .up_file input {
        max-width:230px
    }
		.left-contet ul.produt-list li {
		    width: 33.33%;
		}
}

@media only screen and (max-width: 1000px) {
    .main-nav .share-contact > li > a, .main-nav .home-login > li > a, .main-nav .lvl2-menu__title > a, .main-nav .has-children > a, .m-global-menu__item .m-global-menu__link {
        font-weight: 400;
        line-height: 1.35;
        color: #000;
        position: relative;
        display: block;
        padding: 9px 30px 9px 20px;
        border-bottom: none;
        text-decoration: none;
    }
 .main-nav .megamenu__products .col-sm-6 .nav-level3 li,.main-nav .megamenu__products .col-sm-3 .nav-level3 li {
            white-space: normal;
            padding: 0 0 0 20px;
            margin-bottom: 10px;
            border-bottom: 1px solid #e3e3e3;
        }

            .main-nav .megamenu__products .col-sm-6 .nav-level3 li > *,.main-nav .megamenu__products .col-sm-3 .nav-level3 li > * {
                float: left
            }

        .main-nav .megamenu__products .col-sm-6 .nav-level3 img,.main-nav .megamenu__products .col-sm-3 .nav-level3 img {
            width: 100%;
            height: 100%;
            font-family: "object-fit:cover;object-position:center center";
            object-fit: cover;
            object-position: center center;
            width: 65px;
            height: 40px;
            margin: 0 10px 10px 0
        }

        .main-nav .megamenu__products .col-sm-6 .nav-level3 a,.main-nav .megamenu__products .col-sm-3 .nav-level3 a {
            display: inline-block;
            padding-left: 0;
            padding-right: 0;
            width: -webkit-calc(100% - 85px);
            width: calc(100% - 85px);
            border-bottom: none;
            /*   border-top: 1px solid #e3e3e3 */
        }
				.left-contet ul.produt-list li {
				    width: 33.33%;
				}
}
@media only screen and (min-width: 1000px) {
    .m-global-menu__inner,.m-global-menu__contents-inner {
        max-width: 1400px;
        padding-right: 0.2rem;
        padding-left: 0.2rem;
    }
		.left-contet ul.produt-list li {
		    width: 33.33%;
		}
}
@media (min-width: 1200px) {
    .kv-slider li {
        width: 24.25%;
    }
    .left-contet {
        width: 100%;
        margin-right: 0;
    }
    .right-contet {
        width: 24.25%;
        display:none
    }
.paginate.right-contet {
	display:block
}
    .solutions-box div {
        width: calc(33.33% - 4px);
    }
    .sol-box {
        width: calc(33.33% - 13px);
    }
 .sol-box:last-child {
padding-right:0
}
 .sol-box p img {
width:100%
}
    .sale_name {
        width: 180px!important;
    }
    .cere_list .add_list input,
    .cere_list .add_list select {
        max-width:50%
    }
    .cere_list .add_list .add_list_date input,
    .cere_list .add_list .add_list_date select,
    .cere_list .add_list .up_file input{
        max-width:230px
    }
}


.left-contet h2 {
display:none;
}

/* Add -20251125 */
/* ====++++ 页面改版 ++++==== */
html body a:hover {
    color: #01916d;
}
/* .m-header__head-inner {
    max-width: 1400px;
    padding: 3.2rem 0.2rem 2.4rem;
} */
.m-header__link sup {
    color: #f00;
    font-size: 40px;
}
.right_menu {
	position:fixed;
	z-index: 99;
	top: 20%;
	right: 1rem;
	text-align: center;
	color: #fff;
}
.right_menu_top,.right_menu_middle,.right_menu_foot {
	width: 66px;
	height: 66px;
	background-color: #01916d;
	display: flex;
	align-items: center;
	justify-content: center;
}
.right_menu_top {
	border-radius: 50% 50% 0 0;
}
.right_menu_middle {
	border-radius: 0 0 50% 50%;
}
.right_menu_foot {
	border-radius: 50%;
	margin-top: 10px;
}
.right_menu_top a {
	padding-top: 15px;
}
.right_menu_middle a {
	padding-bottom: 15px;
}

.right_menu img {
	width: 23%;
}
.right_menu a {
	color: #fff;
	text-decoration: none;
	margin: 0 5px;
	align-items: center;
	font-size: 12px;
}
.right_menu a:hover span{
	color: #fff;
	text-decoration: underline;
}
.right_menu a:hover img {
	opacity: 0.8;
}
.right_menu a div,
.right_menu a span {
	display: inline-block;
	width: 66px;
	white-space: nowrap;
	font-size: 12px;
}
.right_menu_top {
	position: relative;
}
.right_menu_top::after {
	display:block;
	width:80%;
	height:1px;
	content:"";
	border-bottom: 1px solid #2c9e7f;
	position:absolute;
	z-index:2;
	bottom:1px;
	left: 10%;
}


.right_menu_qr {
	border-radius: 5px; 
	height: auto; 
	position: relative;
}
.right_menu .right_menu_qr .right_menu_qr_img{
	width: 80%;
	margin-top: 6px;
	border-radius: 3px;
}
.right_qr_box {
	position: absolute;
	right: 66px;
	top: 0;
	background: #fff;
	width: 260px;
	box-shadow: 2px 2px 10px #000;
	border-radius: 10px;
	color: #000;
}
.right_qr_box img {
	width: 240px; 
	height: 240px; 
	margin-top: 6px;
}
.qrhidden {
	display: none;
}



.m-footer {
    margin-top: 3rem;
}
.login .m-footer {
    margin-top: 0;
}
.m-footer__inner {
	max-width: 1400px;
  padding:0rem 0.2rem 5rem;
}
.m-footer__group {
  border-top: none;
  margin-top:0;
}

/* 用户登录 */

.login-big-box{
	position: relative;
	background: url(../../img/bg_login.jpg) no-repeat center;
	background-size: contain;
	padding: 3.2rem 0;
}
.login-big-box .container,
.login-big-box .row,
.login-big-box .col-lg-4,
.login-big-box .col-md-6,
.login-big-box .col-sm-6{
    height: 100%
}
.dealers-login-box {
    display: table;
    line-height: 1.5;
    width: 100%;
    height: 100%
}
.login-box-in{
    display: table-cell;
    vertical-align: middle;
}
.login-box-main{
    height: auto;
    background: rgba(255,255,255,0.95);
    padding: 50px 30px;
}
.dealers-login-box h2,
.dealers-login-box p{
    margin-bottom: 20px;
}
.dealers-login-box p a{
    display: block;
}
.btn-login-box a{
    min-width: 120px;
    margin:0 12px 0 0;
}
.login-box-main .btn{
    margin:20px 0 0;
}
.login .form-check {
	cursor: pointer;
}
.form-check a{
    float: right;
}
.form-check .form-check-label a{
    font-size: inherit;
    color: #d82231;
    text-decoration: underline;
    float: none;
    margin: 0 2px;
}
.dealers-login-box .login-foot a{
    display: inline-block;
}
.login-foot a:last-child{
    float: right;
}
.phone-check input {
    width: 50%!important;
    display: inline-block;
}
html .dealers-login-box .login-box-main .phone-check a {
    width: auto;
    margin: 0 0 0 15px;
    display: inline-block;
    padding: 6px 10px;
}
html .dealers-login-box .login-box-main .form-check-input {
    left: 0;
}

.dealers-login-box .btn {
    display: block;
    width: 100%;
    font-size: 16px;
    border-radius: 0;
    padding: 8px 10px;
}

.home-box h2 {
	border: none;
	display: inline;
  background: url(../../img/icon-arrow-green.png) no-repeat right center;
  background-size: 25px;
	padding-right: 35px;	
}

.home-box h3 {
	border: none;
	display: block;
	font-weight: bold;
	font-size: 1rem;
}

.home-box h5 {
	display: block;
	font-weight: normal;
	border: none;
}

/*产品*/
.product_box {
    background: url(../../img/bg_product.jpg) no-repeat center bottom;
    background-size: cover;
		padding: 4rem 0;
}
.product-in {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 1px 3px 5px #ccc;
	min-height: 19rem;
	margin-bottom: 20px;
}
.product-in img {
	width: 100%;
}
.product-in h3 {
	padding: 15px 15px 0;
	line-height: 1.3;
	margin-bottom: 10px;
	font-size: 1rem;
}
.pro_video .product-in h3 {
	border-bottom: none;
}
.pro_video .product-in p {
	min-height: 3em;
}
.pro_video .product-in a.img_box {
	max-height: 15rem;
	overflow: hidden;
}
.home-box .product-in h3 {
	margin-bottom: 0;
	min-height: 3.6em;
}
.product-in p {
	padding: 0 15px;
}
.product-in a {
  position: relative;
	display: block;
	width: 100%;
	text-align: center;
}
.product-in .product-in-img {
	/* height: 11.5rem; */
	width: auto;
	margin: 0 -1px 0 0;
	overflow:hidden
}
.product-in .product-in-img .product-main-img {
	max-height: 11.5rem;
	width: auto;
}
.product-in .btn-play {
    width: 5rem;
    height: auto;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    margin: -2.4rem 0 0 -2.5rem;
}
/*解决方案*/
.case_box {
		padding: 3rem 0;
}
.case-in {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 1px 3px 5px #ccc;
}

.case-in img {
	width: 100%;
}
.case-in h3 {
	padding: 15px 15px 0;
	line-height: 1.3;
	margin-bottom: 10px;
	font-size: 1.3rem;
}
.case-in p {
	padding: 0 15px;
}
/* Menu */
.menu_box {
		padding: 4rem 0;
}
.menu-in {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 1px 3px 5px #ccc;
	margin-bottom: 20px;
}
.menu-in img {
	width: 100%;
}


/*新闻*/
.news-box {
	margin: 1rem auto 3rem;
}
.news-box .col-md-8 {
	padding-right: 12px;
}
.news-box .col-md-4 {
	padding-left: 12px;
}
.home_title {
	margin: 30px 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	border: none;
}
.home_title img {
	max-width: 100%;
}
.home_title a {
	font-size: 14px;
	color: #555;
	text-decoration: none;
	margin-right: 30px;
	display: flex;
	align-items: center;
}
.home_title a:hover {
	color: #0f916d;
	text-decoration: underline;
}

.heart_img {
	width: 100%;
	text-align: center;
	margin: 20px 0 0;
}
.heart_img img {
	max-width: 260px;
	margin: 0 auto;
}
.news-box .news_list {
	border: 1px solid #cfcfcf;
	padding: 5px 10px 8px;
	margin: 0 0 20px;
	border-radius: 20px 99px 99px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
}
.heart_box .news_list {
	border: 1px solid #0f916d;
	padding: 10px 15px;
	margin: 0 0 20px;
	border-radius: 10px;
	display: block;
	background-color: #0f916d;
}
.news_main {
	width: calc(100% - 50px);
}
.heart_box .news_main {
	width: 100%;
	display: block;
	border-bottom: 1px solid #49ac90;
	padding: 12px 0;
}
.heart_box .news_main:last-child {
	border: none;
}

.home_title .news_title {
	color: #0f916d;
	font-size: 36px;
	font-style: italic;
	font-weight: 800;
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}

.home_title .news_title span,
.home_title .news_title a {
	font-size: 14px;
	color: #0f916d;
	margin: 0 5px;
	font-style: normal;
	font-weight: bold;
}

.news_info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.news_date {
	color: #888;
	font-size: 16px
}

.news_type {
	color: #0f916d;
	font-size: 12px;
	border: 1px solid #0f916d;
	padding: 2px 10px;
	border-radius: 15px;
	margin: 0 0 0 10px;
}
.news_box .is_new,
.heart_box .is_new {
	display: block;
}
.is_new {
	color: #0f916d;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 10px;
	display: none;
}

.heart_box .is_new {
	color: #0f916d;
}

.news-box .news_list p {
	display: block;
	margin: 5px 0 0;
	color: #02599d;
	font-size: 16px;
}

.news-box .news_list p a {
	color: #000;
	text-decoration: none;
	font-weight: 400;
}

.news-box .news_list:hover a {
	color: #0f916d;
	text-decoration: underline;
}

.news-box .heart_box .news_list a {
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	font-size: 1.1rem;
}
.heart_box .news_list a svg {
	margin: 0 0 0 10px;
}
.news-box .heart_box .news_list a:hover {
	color: #fff!important;
	opacity: 1;
	text-decoration: underline;
}

.news_arrow {
	width: 40px;
	height: 40px;
	border-radius: 30px;
	background-color: #eaeaea;
	color: #0f916d;
	display: flex;
	justify-content: center;
	align-items: center;
}

.heart_box .news_arrow {
	background-color: #eaeaea;
	color: #0f916d;
}

.news-box .news_list:hover .news_arrow {
	background-color: #0f916d;
	color: #fff;
}

.heart_box .news_list:hover .news_arrow {
	background-color: #0f916d;
}
.menu_box {
	background-color: #f2f2f2;
}
/* 轮播图 */
.swi_sp {
	margin: 0 auto;
}
.swiper-pagination-bullet {
    width: 15px!important;
    height: 15px!important;
}
.swiper-pagination-bullet-active {
    background: #0f916d!important;
}


/* 解决方案中心 */

.top-banner {
	width: 100%;
	margin-bottom: 1rem;
	position: relative;
}
.top-banner-in {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	display: inline-grid;
	align-items: center;
	height: 100%;
	width: 100%;
}
.c-title-hero {
	max-width: 1180px;
	margin: 0 auto;	
	display: block;
	width: 100%;
}
.top-banner-in h1 {
	display: inline-block;
}
.top-banner-in h1:before {
	content: "";
	margin-bottom: clamp(1rem, 2.25vw, 2rem);
	display: block;
	transition: all .8s 
	cubic-bezier(0.645, 0.045, 0.355, 1) .4s;
	background: linear-gradient(90deg, #53AD69 0%, #173B27 15.27%, #2C654A 30.7%, #418F6E 46.35%, #6DB589 63.54%, #77F775 80.35%, #74F8F7 100%);
	background-size: 100% 100%;
}

@media print, screen and (min-width: 768px) {
    .top-banner-in h1:before {
        height: 5px;
        margin-bottom: clamp(1rem, 2.25vw, 2rem);
    }
}

@media screen and (max-width: 767px) {
    .top-banner-in h1:before {
        height: 4px;
        margin-bottom: 1.5rem;
        margin-left: calc(var(--container-padding)*-0);
    }
		.product-in p {
			text-align: center;
		}
		.m-header__head h1 {
			display: none;
		}
}

.solution_center {
    /* background: url(../../img/solution/bg_solution_title.jpg) no-repeat center bottom; */
    background-size: cover;
		padding: 4rem 0;
}
.solution_center .product-in {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 1px 3px 5px #ccc;
	margin-bottom: 20px;
}
.solution_center .product-in img {
	width: 100%;
}
.solution_center .product-in h3 {
	padding: 15px 15px 0;
	line-height: 1.3;
	margin-bottom: 10px;
	font-size: 1rem;
	border: none;
}
.solution_center.product .product-in h3 {
	text-align: center;
}
.solution_center .product-in p {
	padding: 0 15px;
	min-height: 5rem;
	color: #666;
}
.solution_center .product-in a {
    position: relative;
    display: block;
}
.solution_center .product-in .btn-play {
    width: 5rem;
    height: auto;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    margin: -2.4rem 0 0 -2.5rem;
}

.solution_center_table {
	padding-top: 0;
}
.solution_center_table table {
	border: 1px solid #c8c8c8;
	border-width: 0 1px 1px 0;
	border-collapse: collapse;
}

.solution_center_table table td,
.solution_center_table table th {
	border: 1px solid #c8c8c8;
	border-width: 1px 0 0 1px;
	padding: 8px 12px;
	font-size: 14px
}
.solution_center_table table th {
	padding: 8px 12px;
}

.solution_center_table table td div,
.solution_center_table table td table,
.solution_center_table table tr{
	border: none!important;
}

.solution_center_table table td table td,
.solution_center_table table td table th {
	padding: 0;
	border: none!important;
	font-size: 14px;
}
.solution_center_table .container td,
.solution_center_table .container span,
.solution_center_table .container a{
	text-decoration: none!important;
}
.solution_center_table .container a:hover {
	text-decoration: underline!important;
}
.solution_center_table a img,
.solution_center_table span img {
	position:relative;
	bottom: -5px;
	width: 17px;
}
.solution_center_table.solution_center a {
	color: #01916d;
	font-size: 14px;
	margin: 5px 0;
}

/* .solution_center_table .industry_table tr th:first-child,
.solution_center_table .industry_table tr td:first-child {
	vertical-align: middle;
} */
.solution_center_table.solution_center a svg {
	margin:0 0 -2px 3px
}
.solution_center_table.solution_center a:hover {
	color: #000;
}
.industry_table tr td:first-child {
	width: 150px;
}

.bid-box .product-in .bid_img,
.bid-box .product-in .bid_img a{
    text-align:center
}
.bid-box .product-in h3 {
    text-align:center;
}
.bid-box .product-in img {
	height: 18rem;
	max-width: 100%;
  width: auto;
	object-fit: contain;
}
.bid-box .bid_btn {
	display:flex;
	justify-content:center;
	align-items:center;
	padding: 5px 20px 20px;
}
.bid-box .bid_btn .btn {
	border-radius: 10px 0 0 10px;
	margin: 0;
	display:flex;
	justify-content:center;
	align-items:center;
	width: auto;
}
.bid-box .bid_btn .btn svg{ 
	margin-left: 5px;
}
.bid-box .bid_btn .btn:last-child {
	border-radius:  0 10px 10px 0;
	border-left: 1px solid #fff;
}


@media only screen and (max-width: 767px) {
    .layout-side--left {
        display: none;
    }

    .layout-article .layout-side {
        width: 100%;
        margin: 24px 0 0;
        max-width: none;
    }
		.top-banner {
		    background-size: cover;
				background-repeat: no-repeat;
				background-position: right bottom;
				padding: 8rem 0;
		}
		.top-banner.activity {
		    background-image: url(../../img/solution/bg_activity_title);
		}
		.top-banner.notices {
		    background-image: url(../../img/solution/bg_notices_title);
		}
		.top-banner.scheme {
		    background-image: url(../../img/solution/bg_scheme_title.jpg);
		}
		.top-banner.product {
		    background-image: url(../../img/solution/bg_product_title.jpg);
		}
		.top-banner.solution {
		    background-image: url(../../img/solution/bg_solution_title.jpg);
		}
		.top-banner.toubiao {
		    background-image: url(../../img/solution/bg_toubiao_title.jpg);
		}
		.top-banner.train {
		    background-image: url(../../img/solution/bg_train_title.jpg);
		}
		.top-banner.user {
		    background-image: url(../../img/solution/bg_user_title.jpg);
		}
		.top-banner .background {
			display: none;
		}
		.top-banner .container {
			padding: 0 6px;
		}
		.case_box .col-md-6 {
		    padding-left: 6px;
		    padding-right: 6px;
				margin-bottom: 1rem;
		}
		.menu_box .col-md-6 {
		    padding-left: 6px;
		    padding-right: 6px;
		}
		.news-box .col-md-4 {
		    padding-left: 6px;
		}
		.news-box .col-md-8 {
		    padding-right: 6px;
		}
}

@media only screen and (min-width: 768px), print {
    .layout-article .layout-main {
        float: left;
        width: -webkit-calc(70% - 48px);
        width: calc(70% - 48px);
        min-width: -webkit-calc(100% - 528px);
        min-width: calc(100% - 528px);
    }

    .layout-article .layout-side {
        float: left;
        width: 30%;
        /* max-width: 240px; */
        margin: 0 0 0 24px;
    }

    .layout-article .layout-side--left {
        margin: 0 24px 0 0;
    }
		.case_box .col-md-6 {
			padding-right: 15px;
		}
		.case_box .col-md-6:last-child {
			padding-left: 15px;
			padding-right: 6px;
		}
		.menu_box .col-md-6 {
			padding-right: 15px;
		}
		.menu_box .col-md-6:last-child {
			padding-left: 15px;
			padding-right: 6px;
		}
		.news-box .col-md-4 {
		    padding-left: 12px;
		}
		.news-box .col-md-8 {
		    padding-right: 12px;
		}
}

@media only screen and (min-width: 992px), print {

    .main-content,
    .page-not-found {
        /* margin: 0 auto 0; */
        /* padding: 40px 0px 0; */
    }

    #at15s {
        margin-top: 0 !important;
    }

    .layout-aside .layout-main {
        float: left;
        width: -webkit-calc(100% - 234px);
        width: calc(100% - 234px);
    }

    .layout-aside .layout-side {
        float: left;
        display: block;
        width: 100%;
        max-width: 210px;
        margin: 0 0 0 24px;
    }

    .layout-aside .layout-bottom {
        float: left;
        width: 100%;
    }
}

@media print {
    .layout-aside .layout-main {
        width: 100%;
    }

    .layout-aside .layout-side {
        width: 100%;
    }
}


/* ====++++ 页面自适应 ++++==== */

/*// Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {
   
   .login-big-box {
		 background-size: cover;
        /* padding: 3px 0 0;
        height: 550px;*/
    } 
		.right_menu a img {
			max-width: 60px;
		}
		.swi_sp {
			display: block;
		}
		.swi_pc {
			display: none;
		}
		.right_menu_top,.right_menu_middle,.right_menu_foot {
			width: 64px;
			height: 64px;
		}
		.right_menu img {
			width: 15px;
		}
		.right_menu a {
			font-size: 12px;
		}
		.right_menu_qr {
			height: auto;
		}
		.right_qr_box {
			width: 260px;
		}
		.right_qr_box img {
			width: 240px; 
			height: 240px; 
			margin-top: 6px;
		}

}


/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {

		.login-big-box {
		 background-size: cover;
        /*padding: 3px 0 0;
        height: 550px;*/
    } 
		.swi_sp {
			display: block;
		}
		.swi_pc {
			display: none;
		}
    
}


/*// Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {
    
/*    .login-big-box {
        padding: 3px 0 0;
        height: 800px;
    } */
		.swi_sp {
			display: block;
		}
		.swi_pc {
			display: none;
		}
		a:hover img,
		button:hover img,
		label:hover img {
		    opacity: .9;
		    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
		}
   
}


/*// Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {
	/* .container {
	  max-width: 1340px;
	} */
	.login .main-content_full-width {
		margin: 0 auto;
		padding: 0;
	}

	/* .login-big-box {
		padding: 5% 0;
		height: 600px;
	} */
	.m-global-menu__contents-inner {
		padding: 0;
	}
	.swi_sp {
		display: none;
	}
	.swi_pc {
		display: block;
	}
    
}

/*// Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
	.col-lg-4 {
			height: 100%;
	}
	.login-big-box {
		padding: 4.5rem 0;
	}
}


@media (min-width: 1860px) {

}

@media print, screen and (min-width: 768px) {
    .m-site-header__head {
        display: inline-flex;
        align-items: center;
        padding-right: 4rem;
        margin-top: .5rem;
        margin-bottom: .5rem;
        vertical-align: middle;
    }
}
@media print, screen and (min-width: 768px) {
   .m-site-header__head {
        gap: 1rem;
    }
}

@media screen and (max-width: 767px) {
   .m-site-header__head {
        display:block;
        height: auto;
        padding-right: calc(var(--container-padding) + 2rem);
        padding-top: 20px;
        padding-bottom: 12px
    }
}


.m-site-header__logo {
    display: flex;
    align-items: center
}

@media print,screen and (min-width: 768px) {
    .m-site-header__logo {
        margin-bottom:0;
        flex-wrap: wrap;
        gap: 1rem
    }
}

@media screen and (max-width: 767px) {
    .m-site-header__logo {
        height:100%
    }
}

.m-site-header__logo .-hq {
    width: auto
}

@media print,screen and (min-width: 768px) {
    .m-site-header__logo .-hq {
        height:40px
    }
}

@media screen and (max-width: 767px) {
    .m-site-header__logo .-hq {
        height:30px
    }
}

.m-site-header__logo .-company {
    display: block;
    color: #515151;
    font-size: 14px
}

.m-site-header__region {
    color: #515151;
    font-size: 14px;
    margin-left: 1rem
}



.m-site-header__fb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.5;
    gap: .25rem .75rem
}

@media print,screen and (min-width: 768px) {
    .m-site-header__fb {
        font-size:14px
    }
}

@media screen and (max-width: 767px) {
    .m-site-header__fb {
        font-size:12px
    }
}

.m-site-header__fb .-ci {
    font-family: var(--font-bold, sans-serif);
    font-weight: 700;
    letter-spacing: .03em;
    color: #333
}

.m-site-header__fb .vr {
    display: block;
    width: 2px;
    background-color: #adadad;
    height: 1em
}
.m-site-header__fb .-region {
    font-size:400;
}

.m-footer__group {
    padding-bottom: 2.2rem;
}
.m-footer__group a {
    font-weight:400;
    font-size:15px
}
.m-header__title {
    position: relative;
    top: 0.4rem;
}