@media screen and (min-width:768px){ 

    .title {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #fff;
        text-transform: uppercase;
    }
    
    .title--black {
        color: #323232;
        text-align: center;
        width: 100%
    }
    
    .title--medium, h2 {
        font-size: 32px;
        margin-bottom: 20px;
        color: #323232;
    }

    .title--uppercase, h2 {
        text-transform: uppercase;
        font-weight: 600;
    }
    
    svg:not(:root) {
        overflow: hidden;
    }
    
    
/*============================ index - why choose / solutions =================================*/
    
    
    .n-offers {
        padding: 72px 0;
        background: #fafafa
        font-family: Verdana;
    }
    
    .n-offers h3 {
        font-size: 15px;
    }
    
    .n-offers .container {
        width:1200px;
        padding: 0
    }
    
    .n-offers_description {
        text-align: center;
        margin-bottom: 48px
    }
    
    .n-offers__item {
        padding: 32px 24px;
        background: #fff
    }
    
    .n-offers__wrap {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 48px
    }
    
    .n-offers__item-wrap--full {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 28px
    }
    
    .n-offers__item-big-wrap {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px
    }
    
    
    .n-offers__item--big_homepage {
        -ms-flex-preferred-size: calc(25% - 15px);
        flex-basis: -webkit-calc(25% - 15px);
        flex-basis: calc(25% - 63px);
        padding: 32px 24px
    }
    
    
    .n-offers__item--big_homepage p {
        font-weight: 300;
        font-size: 14px;
        line-height: 24px
    }
    
    .n-offers__industries h4,.n-offers__item-wrap h2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        text-transform: uppercase;
        color: #1476f2;
        margin-bottom: 30px
    }
    
    .n-offers .our-clients__button {
        margin: 46px auto 0
    }
    
    .our-clients__list-image {
        height: 100px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    
    .our-clients__button {
        margin-top: 42px
    }
    
    .our-clients__button a {
        border-radius: 4px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        /* display:inline-flex; */
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 18px 44px;
        -webkit-transition: all .3s;
        transition: all .3s;
        background: #1476f2;
        color: #fff
    }
    
    .our-clients__button,.our-clients__list-image {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    
/*=========================== index - empowers ==================================*/
    
    
    .empowers
     {
        padding: 72px 0;
        background: #1476f2;
        font-family: Verdana;
     }
     
     .empowers h1 {
        color: #fff;
        text-align: center;
        font-size: 32px;
        margin-bottom: 48px;
        text-transform: uppercase
    }
    
    .empowers .container {
        width:1200px;
        padding: 0
    }
     
     .empowers__wrap {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 32px
    }
    
    .empowers__item {
        width: 100%;
        padding: 24px 40px 4px;
        border-radius: 8px;
        background: #2884f8;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    }
    
    .empowers__item p {
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: #fff;
        margin-bottom: 20px;
    }
    
    
/*=========================== message(reference) ==================================*/
    
    
    .privacy__text {
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.29;
        letter-spacing: normal;
        color: #323232!important;
        opacity: .6;
        margin-top: 20px
    }
    
    .privacy__text a {
        color: #323232!important;
        text-decoration: underline;
    }
    
    .form-group {
        color: #000;
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-transition: color .1s ease;
        transition: color .1s ease;
        padding: 7.5px
    }
    
    .form-group:after {
        content: "";
        position: absolute;
        -webkit-transform: translate(150%,-50%);
        -ms-transform: translate(150%,-50%);
        transform: translate(150%,-50%);
        -webkit-transition: -webkit-transform .1s ease;
        transition: -webkit-transform .1s ease;
        transition: transform .1s ease;
        transition: transform .1s ease,-webkit-transform .1s ease;
        right: 15px;
        top: 50%
    }
    
    .form-group .clear-attach {
        display: none;
        position: absolute;
        top: 5px;
        left: -15px;
        padding: 0;
        border: none;
        color: #1476f2;
        width: 20px;
        background-color: transparent
    }
    
    .form-group input[type=text] {
        border: none;
        border-radius: 0;
        height: 45px;
        line-height: 45px;
        vertical-align: middle;
        padding: 0 35px 0 20px;
        width: 100%
    }
    
    .form-group input[type=file] {
        width: .1px;
        height: .1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1
    }
    
    .form-group.has-error {
        color: #e74c3c
    }
    
    .form-group.has-error:before {
        display: none
    }
    
    .form-group.has-error:after {
        background-image: url(skin/img/has-error.svg);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 17px;
        width: 20px
    }
    
    .form-group.has-error .upload__label--white {
        color: #e74c3c
    }
    
    .form-group.has-success:not(.js-emptyFiles):before {
        display: none
    }
    
    .form-group.has-success:not(.js-emptyFiles):after {
        background-image: url(skin/img/has-success.svg);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 12px;
        width: 16px
    }
    
    .form-group.has-success:not(.js-emptyFiles) .upload__label--white {
        color: #26ad5f
    }
    
    #attach-error,#attach-popup-error {
        display: none!important
    }
    
    .form-group label.has-error {
        display: inline-block!important;
        color: #d84a4a!important
    }

    
    .form--contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
        max-width: 800px;
        width: 100%;
        display: none
    }
    
    .form--contact--rating {
        max-width: 455px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    
    .form--contact .no-validation-icon {
        margin-bottom: 0;
        width: 100%
    }
    
    .form--contact .no-validation-icon:after {
        display: none
    }
    
    .form--contact-page {
        max-width: 580px;
        margin: 7px 0 0 53px
    }
    
    .form__submit--contact {
        height: 45px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        min-width: 140px;
        font-size: 13px;
        padding: 0 20px;
        text-transform: uppercase;
        background: #1476f2;
        -webkit-transition: all .3s;
        transition: all .3s;
        border: none;
        white-space: nowrap;
        background: transparent;
        border: 2px solid #fff;
        height: 50px;
        min-width: 220px;
        color: #fff;
        background: #17ca8e;
        border: 2px solid #17ca8e;
        margin: 0 auto;
        max-width: 500px;
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        line-height: .81;
        text-align: center;
        display: inline-block;
        z-index: 10
    }
    
    .form__textarea {
        border: none;
        border-radius: 0;
        min-height: 120px;
        padding: 17px 35px 0 17px;
        width: 100%;
        resize: none
    }
    
    .title--uppercase,h2 {
        text-transform: uppercase;
        font-weight: 600;
    }
    
    .upload__label {
        background-color: transparent;
        border: 2px dashed #d0d0d0;
        cursor: pointer;
        text-align: center;
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 45px;
        line-height: 45px;
        padding: 0 35px 0 50px;
        width: 100%
    }
    
    .upload__label i.isoi-upload {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        width: 20px;
        height: 17px;
        font-size: 17px;
        left: -30px
    }
    
    .upload__label span {
        position: relative;
        pointer-events: none;
        line-height: 1
    }
    
    
    .contact__error {
        display: none;
        color: #cd5c5c;
        text-align: center;
        padding: 5px
    }
    
    
    .contact-section {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    
    
    .contact-section .form-wrap__flexbox {
        position: relative;
        width: 55%;
        max-width: 499px;
        padding: 36px 28px 21px;
        background-color: #fff;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-family: Source Sans Pro;
        -webkit-box-shadow: 15px 0 40px rgba(0,0,0,.1);
        box-shadow: 15px 0 40px rgba(0,0,0,.1);
        border-radius: 8px
    }
    
    .contact-section .form-wrap__flexbox .form-group {
        position: relative;
        display: block;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 100%;
        max-width: 443px;
        margin-bottom: 15px;
        padding: 0;
        color: rgba(50,50,50,.6);
        border: none;
        font-family: Source Sans Pro
    }
    
    
    .contact-section .form-wrap__flexbox .form-group.has-error label.label {
        top: -11px;
        color: #c64a4a;
        background-color: #fff;
        font-size: 12px;
        line-height: 16px;
        padding: 0 5px
    }
    
    .contact-section .form-wrap__flexbox .form-group.has-success label.label {
        top: -11px;
        color: #1476f2;
        background-color: #fff;
        font-size: 12px;
        line-height: 16px;
        padding: 0 5px
    }
    
    
    .contact-section .form-wrap__flexbox .form-group label.label {
        position: absolute;
        top: 6px;
        z-index: 10;
        left: 15px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        color: #757575;
        font-size: 16px;
        line-height: 24px
    }
    
    .contact-section .form-wrap__flexbox .form-group label.label.selected+input {
        border-color: #1476f2
    }
    
    .contact-section .form-wrap__flexbox .form-group label.label.selected {
        top: -11px;
        color: #1476f2;
        background-color: #fff;
        font-size: 12px;
        line-height: 16px;
        padding: 0 5px
    }
    
    .contact-section .form-wrap__flexbox .form-group input[type=file] {
        width: .1px;
        height: .1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
        border: 1px solid rgba(50,50,50,.1)
    }
    
    .contact-section .form-wrap__flexbox .form-group input[type=text] {
        /*padding: 0 35px 0 19px;*/
        height: 36px;
        width: 100%;
        vertical-align: middle;
        color: #323232;
        border: 1px solid #eaeaea;
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 4px
    }
    

    .contact-section .form-wrap__flexbox .form-group--description {
        padding: 0;
        margin-bottom: 10px;
        position: relative
    }
    
    .contact-section .form-wrap__flexbox .form-group--description .form__footer {
        position: absolute;
        right: -9px;
        bottom: 3px;
        max-width: 120px;
        margin-bottom: 0
    }
    
    .contact-section .form-wrap__flexbox .form-group--description .form__textarea {
        color: #323232;
        /*padding: 10px 35px 0 19px;*/
        padding: 10px 0px 0 0px;
        height: 100px;
        min-height: auto;
        border: 1px solid rgba(50,50,50,.1);
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 4px
    }
    
    
    .contact-section .form-wrap__flexbox .form__footer {
        width: 100%;
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    
    .contact-section .form-wrap__flexbox .form__footer .form__checkbox-label:before {
        left: 0;
        top: 2px;
        width: 20px;
        height: 20px;
        background-color: rgba(50,50,50,.03);
        border: 1px solid #eaeaea;
        border-radius: 4px
    }
    
    .contact-section .form-wrap__flexbox .form__footer .form__checkbox-label:after {
        top: 8px;
        left: 6px;
        border-left: 2px solid #1476f2;
        border-bottom: 2px solid #1476f2
    }
    
    .contact-section .form-wrap__flexbox .form__footer .upload-wrapper {
        height: 30px;
        margin: 0;
        border: none;
        overflow: visible
    }
    
    .contact-section .form-wrap__flexbox .form__footer .upload-wrapper.has-error {
        padding-right: 40px;
        max-width: 160px
    }
    
    .contact-section .form-wrap__flexbox .form__footer .upload-wrapper .upload__label {
        padding: 0;
        height: 25px;
        color: #1476f2;
        border: none;
        font-size: 12px;
        line-height: 22px
    }
    
    .contact-section .form-wrap__flexbox .form__footer .upload-wrapper .upload__label i {
        padding-right: 5px;
        font-size: 17px
    }
    
    
    .contact-section .contact-information {
        background: #1865c7;
        border-radius: 4px;
        padding: 123px 40px;
        font-family: Verdana,Source Sans Pro;
        margin: 50px 0;
        width: 45%;
        max-width: 360px;
        max-height: 540px;
        z-index: 10
    }
    
    .contact-section .contact-information p {
        font-weight: 600;
        font-size: 24px;
        line-height: 13px;
        margin-bottom: 41px;
        text-transform: uppercase
    }
    
    .contact-section .contact-information ul {
        list-style: none;
        counter-reset: my-awesome-counter
    }
    
    .contact-section .contact-information ul li {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 28px;
        counter-increment: my-awesome-counter;
        padding-left: 47px;
        position: relative
    }
    
    .contact-section .contact-information ul li:before {
        content: counter(my-awesome-counter) "";
        width: 28px;
        font-family: Verdana,Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        display: inline-block;
        text-align: center;
        background-color: hsla(0,0%,100%,.2);
        border-radius: 50%;
        color: #fff;
        left: 0;
        position: absolute;
        top: 0
    }
    
    
    .contact-section .privacy__text {
        margin-top: 0;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: .02em
    }
    
    .contact-section .privacy__text a {
        color: #1476f2!important;
    }
    
    .contact-section .upload__label span {
        color: #757575;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    
    
    .n-contacts-section {
        background: #1476f2;
        padding: 72px 0 56px;
        position: relative
    }
    
    .n-contacts-section .container {
        width:1200px;
        padding: 0
    }
    
    .n-contacts-section .contact-section {
        font-family: Verdana,Montserrat;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    
    .n-contacts-section .contact-section .contact-information {
        font-family: Verdana,Montserrat;
        color: #fff;
        padding: 47px 0 0 56px;
        border-radius: 0;
        margin: 0;
        max-height: 100%;
        max-width: 100%;
        width: 100%;
        background: none
    }
    
    .n-contacts-section .contact-section .contact-information h4 {
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        text-transform: uppercase;
        text-align: left
    }
    
    .n-contacts-section .contact-section .contact-information ul {
        overflow: hidden
    }
    
    .n-contacts-section .contact-section .contact-information ul li {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0;
        padding-left: 67px;
        padding-bottom: 42px
    }
    
    .n-contacts-section .contact-section .contact-information ul li:before {
        content: "";
        width: 48px;
        font-size: 20px;
        height: 48px;
        background-color: #fff;
        border-radius: 8px;
        color: #2378e3
    }
    
    .n-contacts-section .contact-section .contact-information ul li:after {
        content: "";
        width: 4px;
        height: 100%;
        display: block;
        background-color: #fff;
        left: 21px;
        z-index: -1;
        position: absolute;
        bottom: 100%
    }
    
    .n-contacts-section .form-wrap__flexbox {
        font-family: Verdana,Montserrat;
        max-width: 512px;
        min-width: 512px;
        z-index: 1;
        padding: 32px 24px
    }
    
    .n-contacts-section .form-wrap__flexbox h3 {
        text-transform: uppercase;
        font-size: 32px;
        font-family: Verdana,Montserrat;
        margin-bottom: 20px;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    
    
    .n-contacts-section .form-wrap__flexbox .form__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    
    .n-contacts-section .form-wrap__flexbox .form__footer .form__submit--contact {
        background: #f54d4d;
        border-color: #f54d4d;
        width: 100%;
        max-width: 100%;
        margin-top: 50px;
        min-height: 52px
    }
    
    
/*============================= message(self) ================================*/
    
    
    .emailtf {

        -webkit-box-pack: center;
        justify-content: center;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    
        position: relative;
        width: 55%;
        background-color: #fff;
        -webkit-box-align: start;
        align-items: flex-start;
        box-shadow: 15px 0 40px rgba(0,0,0,.1);
        border-radius: 8px;
    	
    	font-family: Verdana,Montserrat;
        max-width: 512px;
        min-width: 512px;
        z-index: 1;
        padding: 32px 24px;
    }
    
    .emailtf form {
    	padding-left: 0px;
    	margin-top: -4px;
    }
    
    .emailtf form input {
    	height: 40px;
    	padding: 0 5px;
    	color: #000;
    	margin-top:10px;
    }
    
    .emailtf form input,.emailtf form textarea {
        font:inherit;
    	width: 98%;
    	height: 40px;
    	border: 1px solid #ccc;
    	border-radius: 4px;
    	/*background: #252725;*/
    	margin-bottom: 8px;
    	outline: 0;
    	color: #000;
    	font-size:14px;
    	margin-top:10px;
    	font-family: Verdana;
    }
    
    .emailtf form textarea {
        font:inherit;
    	height: 120px;
    	padding: 5px;
    	color: #000;
    	width:98%;
    	font-family: Verdana;
    }
    
   
    

    
    .emailtf h3{
        color:#333;
        font-size:32px;
        align-self:center;
        text-transform: uppercase;
        font-weight: 600;
    }
    
    .emailtf .divleft{
        /*float:left;*/
        display:flex;
        flex-direction: row;
    }
    
    .emailtf .divpolicy{
        float:left;
        color:#323232;
        white-space:pre-wrap;
        margin-left:calc(100vw * 0.0058);
        font-size: 12px;
    }
    
    /* 设置默认的checkbox样式 */
   .emailtf form input[type="checkbox"] {
     -webkit-appearance: none; /* 移除默认样式 */
     width:16px;
     height:16px;
     margin-top:5px;
     border: 1px solid #ccc;
     border-radius: 2px;
     outline: none;
     border-radius: 2px;
     background: #FFF; 
     position: relative;
   }
 
  /* 设置选中状态下的checkbox样式 */
   .emailtf form input[type="checkbox"]:checked {
     width:16px;
     height:16px;
     margin-top:5px;
     border:none;
     border-radius: 2px;
     background-color: #f54d4d; /* 你可以更改这个颜色为你想要的颜色 0071c6*/
   }
   
    .emailtf form .sub_btn {
        background: #f54d4d;
        border-color: #f54d4d;
        width: 100%;
        max-width: 100%;
        min-height: 52px;
        font-size: 16px;
        color: #fff;
    }
    
    
    
    .emailtf .cb{
      display:inline-flex;
      align-items:center;
      gap:8px;
      cursor:pointer;
      font-size:14px;
      user-select:none;
    }
    .emailtf .cb input{ display:none; }              /* 隐藏原生框 */
    
    /* 自定义方框 */
    .emailtf .cb span{
      position:relative;
      width:27.4px;
      height:18px;
      border:2px solid #bbb;
      border-radius:3px;
      transition:.2s;
    }
    
    /* 选中后变蓝 */
    .emailtf .cb input:checked + span{
      background:#409eff;
      border-color:#409eff;
      width:27.4px;
      height:18px;
    }
    
    /* 打钩（CSS 画 √） */
    .emailtf .cb input:checked + span::after{
      content:'';
      position:absolute;
      left:5px;
      top:2px;
      width:5px;
      height:9px;
      border:solid #fff;
      border-width:0 2px 2px 0;
      transform:rotate(45deg);
    }
    
    
    
    /* 添加到模板CSS文件或style标签中(google 验证码) */
    .emailtf .g-recaptcha {
        margin: 15px 0;
        display: inline-block;
    }
    
    /* 解决iframe可能导致的布局问题（google 验证码） */
    .emailtf .g-recaptcha iframe {
        width: 100% !important;
    }
    
/*============================= custom(self) ================================*/
    
    
    .tfive-custom-section{
        padding:36px 0;
        display: block;
        font-family: Verdana;
        background: #f4f7ff;
    }
    
    .tfive-custom-section .container{
        display:flex;
        gap:10px;                            /* 可选间距 */
        width:1200px;
        margin:auto;
        flex-direction: column; /* 竖向排列 */
        justify-content: center;
    }
    
    .tfive-custom-section .container .headtext{
        gap:12px;            /* 行间距 */
        width:100%;         /* 卡片宽度，按需改 */
        padding:16px;
        text-align: center;
        font-size:32px;
        font-weight: 600;
    }
    
    .tfive-custom-section .container .img-row{
        display:grid;
        place-items: center; /* 同时水平和垂直居中 */
        grid-template-columns:repeat(5,1fr); /* 5 列等宽 */
        gap:20px;
        margin-top: 60px;
    }
    
    .tfive-custom-section .container .img-row img{
        width:80%;
        height:auto;
        border-radius:4px;
        filter:grayscale(50%) brightness(10%); /* 去色+调暗=偏黑 */
    }
    /* 悬停恢复彩色 */
    .tfive-custom-section .container .img-row img:hover{
        filter:none;
    }
    
/*============================= footer ================================*/

    .tfive-footer-section{
        /*padding:72px 0;*/
        display: block;
        font-family: Verdana;
        background:#fff;
    }
    
    .tfive-footer-section .container{
        display:grid;
        grid-template-columns:repeat(3,1fr); /* 3 列等宽 */
        gap:10px;                            /* 可选间距 */
        width:1200px;
        margin:auto;
    }
    
    .tfive-footer-section .container .cdiv{
        display:flex;        /* 垂直三行 */
        flex-direction:column;
        gap:12px;            /* 行间距 */
        width:300px;         /* 卡片宽度，按需改 */
        padding:16px;
    }
        
    .tfive-footer-section .container .cdiv img{
        width:80%;          /* 填满卡片宽度，高度按图片比例 */
        height:auto;
        border-radius:4px;
        /*object-fit:cover;*/
    }
        
    .tfive-footer-section .container .cdiv h3{
        margin:0;
        font-size: 2.8rem;
        color:#111;
    }
    
    .tfive-footer-section .container .cdiv h4{
        margin:0;
        font-size:2.8rem;
        color:#111;
        margin-top: 52px;
    }
        
    .tfive-footer-section .container .cdiv p{
        margin:0;
        font-size:1.8rem;
        color:#555;
        line-height:1.4;
    }
    
    .tfive-footer-section .container .cdiv p0{
        margin:0;
        font-size:2.1rem;
        color:#555;
        line-height:1.2;
        margin-top: 30px;
    }
    
    .tfive-footer-section .container .cdiv p1{
        margin:0;
        font-size:2.1rem;
        color:#555;
        line-height:1.2;
        margin-top: 180px;
    }
    
    .tfive-footer-section .container .cdiv p2{
        margin:0;
        font-size:1.5rem;
        color:#555;
        line-height:1;
    }
}


@media only screen and (max-width:767px){ 

    
}