/*
Author       	: Theme-Family
Template Name	: Muydi -Photograph & Videography Html5 Website Template
Version      	: 1.0.1
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, SECTION TITLE, PRELOADER, BTN, SECTION PADDING, SCROLL etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
		--START SWIPPER SLIDER  DESIGN
		--CLIPE HOME DESIGN
    04. START ABOUT DESIGN
		--START VIDEO  DESIGN
    05. START PROJECT DESIGN (START COMPANY BRAND LOGO DESIGN ) START FEATURE DESIGN
	06.	START SERVICE DESIGN
		--START HIRE DESIGN
	07.	START GALLERY DESIGN
	08.	START TESTIMONIAL DESIGN START TEAM DESIGN
	09.	START PRICING DESIGN
	10.	START TEAM DESIGN
	11.	START PROCESSING DESIGN
	12.	START BLOG DESIGN
		--START BLOG DETAILS DESIGN
		--START PROTFOLIO DETAILS DESIGN
		--START SERVICE DETAILS DESIGN
		--START TEAM DETAILS DESIGN
	13.	START CONTACT DESIGN
	14. START FOOTER DESIGN(START MAP DESIGN)
		--LOGIN CSS START



  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
html {
    overflow-x: hidden;
    height: 100%;
}

body {
    font-family: var(--thm-font);
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: var(--thm-p);
}

:root {
    --thm-font: 'Noto Sans', sans-serif;
    --thm-font2: 'Hind', sans-serif;
    --thm-base: #feda00;
    --thm-line: linear-gradient(to bottom, #FF416C, #FF4B2B);
    --thm-color: #ff6363;
    --thm-black: #0a0a0a;
    --thm-white: #ffffff;
    --thm-ase: #afb2bf;
    --thm-gray: #8e8e8e;
    --thm-f6: #F1F8FF;
    --thm-fb: #f6f6f6;
    --thm-f3: #f3f3f3;
    --thm-p: #666666;
    /* 自定义：蓝色 */
    --thm-blue: #00baff;
    /* 自定义：绿色 */
    --thm-green: #00e4ff;
    /* 自定义：底部深灰色 */
    --thm-footGary: #242e49;
    /* 自定义：底部浅灰色 */
    --thm-footLightGary: #0f2435;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--thm-font2);
    color: var(--thm-black);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0px;
    font-weight: 700;
}

h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0px;
    font-weight: 700;
}

h4 {
    font-size: 20px;
    line-height: 27px;
}

h5 {
    font-size: 18px;
    line-height: 26px;
}

h6 {
    font-size: 14px;
    line-height: 22px;
}

p:last-child {
    margin-bottom: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
}

p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: var(--thm-p);
    line-height: 28px;
    font-family: var(--thm-font);
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

a {
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: inherit;
}

a {
    color: inherit;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
a:active {
    text-decoration: none;
    outline: 0;
}

*,
::before,
::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

span {
    letter-spacing: 0;
}

a,
button,
input {
    outline: medium none;
    color: inherit;
}

dl,
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

::selection {
    background: var(--thm-color);
    text-shadow: none;
    color: var(--thm-white);
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 270px;
    z-index: 9;
    overflow: hidden;
}

.form-group {
    margin-bottom: 20px;
}

button,
input,
textarea {
    color: var(--thm-black);
}

button,
input,
textarea:focus {
    outline: none;
}

.atf-color-f1 {
    color: #f1f1f1 ! important;
}

.atf-color-f2 {
    color: #f2f2f2 ! important;
}

.atf-color-f3 {
    color: #f3f3f3 ! important;
}

.atf-color-f4 {
    color: #f4f4f4 ! important;
}

.atf-color-f5 {
    color: #f5f5f5 ! important;
}

.atf-color-f6 {
    color: #f6f6f6 ! important;
}

/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/

.atf-preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}


.atf-status-mes {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border: 4px solid var(--thm-green);
    border-left-color: #fff;
    border-right-color: #fff;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*END PRELOADER DESIGN*/



/*START SECTION PADDING DESIGN*/

.atf-section-padding {
    padding: 90px 0;
}

/* --------------------  三大金刚div ----------------------*/
.atf-section-padding.atf-pricing-area {
    padding: 0 20px;
}

.atf-section-padding .card {
    border: 0;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 20px;
}


.atf-section-padding .card:hover {
    background-color: var(--thm-blue);
}

.atf-section-padding .card:hover h3,
.atf-section-padding .card:hover p {
    color: var(--thm-white);
}


.atf-section-padding .card img {
    width: 189px;
    height: 99px;
}

.atf-section-padding .card div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.atf-section-padding .card div p {
    font-size: 14px;
}

/* --------------------  三大金刚div ----------------------*/

/* ------------------ 轮播图 ------------------ */
/* .atf-section-padding .carousel {
	position: relative;
} */

.atf-section-padding .carousel .carousel-item {
    width: 90%;
    margin-left: 5%;
}

.atf-section-padding .carousel .carousel-control-prev,
.atf-section-padding .carousel .carousel-control-next {
    width: 5%;
}

.atf-section-padding .carousel .carousel-control-prev .carousel-control-prev-icon,
.atf-section-padding .carousel .carousel-control-next .carousel-control-next-icon {
    background-color: var(--thm-blue);
    border-radius: 50%;
}

.atf-section-padding .carousel .carousel-control-prev .carousel-control-prev-icon:hover,
.atf-section-padding .carousel .carousel-control-next .carousel-control-next-icon:hover {
    background-color: var(--thm-green);
    box-shadow: 0 0 5px 5px var(--thm-fb);
}

.atf-section-padding .carousel .atf-section-title {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 10px;
}

.atf-section-padding .carousel .atf-section-title h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1;
    color: var(--thm-black);
    text-transform: capitalize;
    font-family: var(--thm-font2);
    margin-bottom: 14px;
}

.atf-section-padding .carousel .atf-section-title h4 {
    font-size: 24px;
}

.atf-section-padding .carousel .atf-section-title p {
    font-size: 16px;
    width: 90%;
}

@media only screen and (max-width:480px) {
    .atf-section-padding .carousel .atf-section-title h2 {
        font-size: 25px;
    }
}

.atf-section-padding .carousel .carousel-indicators.float-div {
    width: 100px;
    height: 350px;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 90%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;

}

.atf-section-padding .carousel .carousel-indicators.float-div .btn-div {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 3px solid var(--thm-blue);
    margin-top: 5px;
    margin-bottom: 5px;
    /* display: flex;
	justify-content: center;
	align-items: center; */
    font-size: 20px;
    font-weight: 400;
    background-color: var(--thm-white);
    color: var(--thm-blue);
    text-indent: unset;
}

.atf-section-padding .carousel .carousel-indicators.float-div .btn-div:hover {
    background-color: var(--thm-blue);
    color: var(--thm-white);
}

.atf-section-padding .carousel .carousel-indicators.float-div .btn-div.active {
    background-color: var(--thm-blue);
    color: var(--thm-white);
}



/* ------------------ 轮播图 ------------------ */

/*START SECTION TITLE DESIGN*/

.atf-section-title {
    margin-bottom: 50px;
}

.atf-section-title hr {
    margin: 15px auto;
    width: 70px;
    border: 2px solid var(--thm-blue);
    border-image: linear-gradient(to right, #27cfe3, #24b5f1) 1;
    opacity: 1;
}

.atf-section-title h5 {
    color: var(--thm-blue);
    line-height: 25px;
    margin: 0px 0 10px;
    text-transform: uppercase;
    font-family: var(--thm-font);
    letter-spacing: 1.6px;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
}

.atf-section-title h2 {
    font-weight: 700;
    font-size: 32px;
    /* line-height: 1.1; */
    color: var(--thm-black);
    text-transform: capitalize;
    font-family: var(--thm-font2);
}

.atf-section-title h2 span {
    color: var(--thm-blue);
}

.atf-section-title p {
    font-size: 19px;
    font-family: var(--thm-font);
    color: var(--thm-p);
    font-weight: 400;
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.atf-section-padding p.introduce {
    font-size: 16px;
    text-indent: 2rem;
    font-weight: 400;
    margin-top: -20px;
    margin-bottom: 20px;
    padding: 0px 20px;
}

.atf-section-title .atf-sec_icon {
    position: relative;
    display: inline-block;
}

.atf-section-title .atf-sec_icon:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: var(--thm-color);
    top: 16px;
    left: -56px;
}

.atf-section-title .atf-sec_icon:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: var(--thm-color);
    top: 16px;
    right: -56px;
}

.atf-section-title .atf-sec_icon .atf-sec_radiu i {
    margin-top: 10px;
    color: var(--thm-blue);
}

@media only screen and (max-width:480px) {
    .atf-section-title h2 {
        font-size: 25px;
    }
}

/*END SECTION TITLE DESIGN*/

/*START SCROLL TO TOP*/

.atf-scroll-top {
    position: fixed;
    right: 105%;
    bottom: 70px;
    z-index: 99;
    cursor: pointer;
    transition: 1s ease;
    border: none;
    background: transparent;
}

.atf-scrollup-icon {
    font-size: 25px;
    width: 50px;
    height: 50px;
    background: var(--thm-blue);
    line-height: 50px;
    color: var(--thm-white);
    border-radius: 50%;
    box-shadow: 0px 0 15px rgba(242, 233, 233, 0.6);
}

.atf-scrollup-icon:hover {
    background: var(--thm-black);
    transition: 0.3s;
}

.atf-scroll-top.open {
    right: 30px;
}

/*END SCROLL TO TOP*/

/* START BTN STYLE */

.atf-themes-btn {
    color: transparent;
    font-family: var(--thm-font);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 12px 16px;
    border: none;
    border-radius: 4px;
    perspective: 500px;
    transform-style: preserve-3d;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    text-align: center;
}

.atf-themes-btn:hover {
    color: transparent;
}

.atf-themes-btn:before,
.atf-themes-btn:after {
    content: attr(data-hover);
    color: var(--thm-white);
    background-color: transparent;
    height: 100%;
    width: 100%;
    padding: 7px 15px;
    border: 1px solid var(--thm-blue);
    border-radius: 4px;
    transform: translateZ(0px);
    transform-origin: 50% 50% -25px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s ease;
}

.atf-themes-btn:after {
    color: var(--thm-white);
    background-image: linear-gradient(to right, #27cfe3, #24b5f1);
    transform: rotateX(90deg);
    transform-origin: 50% 50% -25px;
    visibility: hidden;
    transition: all 0.2s ease 0.05s;
}

.atf-themes-btn:hover:before {
    transform: translateZ(-200px);
}

.atf-themes-btn:hover:after {
    visibility: visible;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transform: rotateX(0deg);
}

@media only screen and (max-width: 767px) {
    .atf-themes-btn {
        margin-bottom: 20px;
    }
}

/* END BTN STYLE */

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.navbar-brand img {
    width: 180px;
    height: auto;
}

.atf-main-responsive-nav {
    display: none;
}

.atf-main-nav {
    background-color: transparent;
    /* padding-top: 20px;
	padding-bottom: 20px; */
    padding-right: 0;
    padding-left: 0;
    border-bottom: 1px solid #fff;
}

.atf-main-nav .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 3);
    padding-right: calc(var(--bs-gutter-x) * 3);
}

.atf-main-nav .navbar {
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.atf-main-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.atf-main-nav .navbar .navbar-nav .nav-item {
    /* position: relative; */
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.atf-main-nav .navbar .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 500;
    color: var(--thm-white);
    text-transform: capitalize;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
}

.atf-main-nav .navbar .navbar-nav .nav-item a:hover,
.atf-main-nav .navbar .navbar-nav .nav-item a:focus,
.atf-main-nav .navbar .navbar-nav .nav-item a.active {
    color: var(--thm-blue);
}

.atf-main-nav .navbar .navbar-nav .nav-item a i {
    font-size: 10px;
    position: relative;
    top: -1px;
    margin-left: 1px;
}

.atf-main-nav .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0;
}

.atf-main-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0;
}

.atf-main-nav .navbar .navbar-nav .nav-item:hover,
.atf-main-nav .navbar .navbar-nav .nav-item:focus,
.atf-main-nav .navbar .navbar-nav .nav-item.active {
    border-bottom: 2px solid var(--thm-blue);
}

.atf-main-nav .navbar .navbar-nav .nav-item.phone:hover,
.atf-main-nav .navbar .navbar-nav .nav-item.phone:focus,
.atf-main-nav .navbar .navbar-nav .nav-item.phone.active {
    border-bottom: unset;
}

.atf-main-nav .navbar .navbar-nav .nav-item:hover a,
.atf-main-nav .navbar .navbar-nav .nav-item:focus a,
.atf-main-nav .navbar .navbar-nav .nav-item.active a {
    color: var(--thm-blue);
}

.atf-main-nav .navbar .navbar-nav .nav-item .drop-div {
    height: 290px;
}

.atf-main-nav .navbar .navbar-nav .nav-item:hover .drop-div {
    display: flex;
    flex-direction: row;
}

.atf-main-nav .navbar .navbar-nav .nav-item .drop-div .div-left {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.atf-main-nav .navbar .navbar-nav .nav-item .drop-div .div-left .div-ch {
    font-size: 30px;
    font-weight: 500;
    color: #333333;
}

.atf-main-nav .navbar .navbar-nav .nav-item .drop-div .div-left .div-en {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #b0bfce;
}

.atf-main-nav .navbar .navbar-nav .nav-item .drop-div .div-right {
    width: 50%;
    height: 100%;
    display: flex;
}

.atf-main-nav .navbar .navbar-nav .nav-item .drop-div .div-right div {
    flex-shrink: 1;
    width: 30%;
    height: 100%;
}

.atf-main-nav .navbar .navbar-nav .nav-item .drop-div .div-right div .div-top {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.atf-main-nav .navbar .navbar-nav .nav-item .drop-div .div-right div .div-bottom {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.atf-main-nav .navbar .navbar-nav .nav-item .drop-div .div-right div div a {
    color: #808080;
    font-size: 16px;
}

.atf-main-nav .navbar .navbar-nav .nav-item .drop-div .div-right div div hr {
    width: 95%;
    border: 1px solid var(--thm-gray);
}

.atf-main-nav .navbar .navbar-nav .nav-item .drop-div .div-right div div:hover a {
    color: var(--thm-blue);
}

.atf-main-nav .navbar .navbar-nav .nav-item .drop-div .div-right div div:hover hr {
    border: 1px solid var(--thm-blue);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    background: var(--thm-white);
    border: none;
    display: block;
    opacity: 0;
    visibility: hidden;
    /* -webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; */
    width: 100%;
    position: fixed !important;
    top: 104px;
    left: 0;
}


.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 0;
}

/* .atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu::before {
	content: '';
	position: absolute;
	height: 10px;
	width: 10px;
	border: 1px solid #eaeaea;
	transform: rotate(45deg);
	background-color: var(--thm-white);
	border-right: none;
	border-bottom: none;
	top: -5px;
	left: 16px;
} */

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    text-transform: capitalize;
    padding: 8px 20px;
    margin: 0;
    position: relative;
    color: var(--thm-black);
    font-size: 15.5px;
    font-weight: 500;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: var(--thm-blue);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 200px;
    top: 80px;
    opacity: 0;
    visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu:before {
    display: none;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu {
    box-shadow: inherit;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 12px 0;
    border-radius: 0;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: var(--thm-black);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: var(--thm-blue);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -245px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: var(--thm-black);
    text-transform: capitalize;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--thm-blue);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -245px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--thm-blue);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 195px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--thm-blue);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 195px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--thm-blue);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 195px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #696997;
    text-transform: capitalize;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--thm-blue);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--thm-blue);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--thm-blue);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--thm-blue);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--thm-blue);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: var(--thm-blue);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: var(--thm-blue);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.atf-main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    box-shadow: 0 10px 15px -15px #dff0f9;
}

/* 切换语言自动翻译  */
#translate {
    display: none;
}


.atf-main-nav .navbar .navbar-nav .nav-item.languages {
    margin-left: 15px;
}

.atf-main-nav .navbar .navbar-nav .nav-item.languages .languages-div {
    width: 34px;
    height: auto;
    position: relative;
}

.atf-main-nav .navbar .navbar-nav .nav-item.languages .languages-div .currentLang-span {
    cursor: pointer;
}

.atf-main-nav .navbar .navbar-nav .nav-item.languages .languages-div .currentLang-span img {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

.atf-main-nav .navbar .navbar-nav .nav-item.languages .languages-div .options-div {
    width: 140px;
    background: #ffffff;
    font-size: 14px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 50px;
    right: 0px;
    opacity: 0;
    visibility: hidden;
}


.atf-main-nav .navbar .navbar-nav .nav-item.languages .languages-div .options-div a {
    height: 56px;
    margin: 0;
    padding: 0;
    color: #1D1D1D;
    text-decoration: none;
    font-family: "MicroSoft Yahei", sans-serif, ;
    font-size: 14px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.navbar-area.atf-sticky-header .atf-main-nav .navbar .navbar-nav .nav-item.languages .languages-div .options-div {
    background: #000000;

}

.navbar-area.atf-sticky-header .atf-main-nav .navbar .navbar-nav .nav-item.languages .languages-div .options-div a {
    color: #FFFFFF;
}

.atf-main-nav .navbar .navbar-nav .nav-item.languages:hover .options-div {
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.atf-main-nav .black-logo {
    display: none;
}

.navbar-area {
    background-color: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.navbar-area.atf-sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    -webkit-box-shadow: 0 0 15px rgba(244, 231, 231, 0.48);
    box-shadow: 0 0 15px rgba(244, 231, 231, 0.48);
    background: var(--thm-white) !important;
    animation: 100ms ease-in-out 0s normal fadeInDown;
    -webkit-animation: 100ms ease-in-out 0s normal fadeInDown;
}

.atf-hire.ecology-nav.atf-sticky-header {
    border-radius: 0 0 10px 10px;
    position: fixed;
    top: 103px;
    z-index: 999999;
}

.navbar-area.atf-sticky-header .navbar-nav .nav-item a {
    color: var(--thm-black);
}

.navbar-area.atf-sticky-header .atf-menu-btn .flex-div .number-div {
    color: var(--thm-black);
}

.navbar-area.atf-sticky-header .atf-menu-btn .flex-div .number-div .number-span {
    color: var(--thm-blue);
}

.navbar-area.atf-sticky-header .navbar-nav .nav-item a:hover,
.navbar-area.atf-sticky-header .navbar-nav .nav-item a:focus,
.navbar-area.atf-sticky-header .navbar-nav .nav-item a.active {
    color: var(--thm-blue);
}

.navbar-area.atf-sticky-header .atf-main-nav .navbar-brand .black-logo {
    display: block;
}

.atf-menu-btn {
    margin-left: 30px;
}

.atf-menu-btn a {
    padding: 10px 21px !important;
    color: var(--thm-black) !important;
    text-align: center;
}

.atf-menu-btn a:hover {
    color: var(--thm-white) !important;
}

.atf-menu-btn .flex-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.atf-menu-btn .flex-div .number-div {
    margin-left: 15px;
    color: var(--thm-white);
    display: flex;
    flex-direction: column;
}

.atf-menu-btn .flex-div .number-div .number-span {
    font-size: 25px;
    font-weight: 500;
}

@media only screen and (max-width: 991px) {
    .navbar-area {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .navbar-area.atf-sticky-header {
        border-bottom: none;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .navbar-area.atf-sticky-header .logo .black-logo {
        display: block;
    }

    .atf-main-responsive-nav {
        display: block;
    }

    .atf-main-responsive-nav .atf-main-responsive-menu {
        position: relative;
    }

    .atf-main-responsive-nav .atf-main-responsive-menu.mean-container .mean-nav ul {
        font-size: 14px;
    }

    .atf-main-responsive-nav .atf-main-responsive-menu.mean-container a.meanmenu-reveal span {
        background: var(--thm-white);
    }

    .atf-main-responsive-nav .atf-main-responsive-menu.mean-container .mean-nav ul li a {
        font-size: 15px;
        color: var(--thm-black);
    }

    .atf-main-responsive-nav .atf-main-responsive-menu.mean-container .mean-nav ul li a.active {
        color: var(--thm-blue);
    }

    .atf-main-responsive-nav .atf-main-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 15px;
    }

    .atf-main-responsive-nav .atf-main-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        height: 336px;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        flex-direction: inherit;
    }

    .atf-main-responsive-nav .mean-container a.meanmenu-reveal {
        color: var(--thm-white);
    }

    .atf-main-responsive-nav .mean-container a.meanmenu-reveal span {
        background: var(--thm-white);
    }

    .atf-main-responsive-nav .logo {
        position: relative;
        width: 50%;
        z-index: 999;
    }

    .atf-main-responsive-nav .logo .white-logo {
        display: block;
    }

    .atf-main-nav {
        display: none;
    }

    .mt-lg-40 {
        margin-top: 40px;
    }

    .mb-lg-40 {
        margin-bottom: 40px;
    }

    .AI-agent-banner.AI-feature-banner .container .atf-page-heading-title.title1 {
        font-size: 48px !important;
    }
}

.atf-top-header .atf-top-header-in ul li:last-child {
    border: none;
}

.atf-top-header .atf-top-header-in ul li {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.atf-top-header .atf-top-header-in ul li {
    display: inline-block;
    margin-right: 20px;
    padding: 10px 20px 11px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--thm-white);
    font-size: 14px;
}

.atf-top-header {
    overflow: hidden;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.atf-top-header .atf-top-header-in {
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.4s ease;
}

.atf-top-header .atf-top-social {
    font-size: 14px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    transition: all 0.4s ease;
    color: var(--thm-white);
    text-align: center;
}

.atf-top-social a i:hover {
    color: var(--thm-white);
}

.atf-top-social a i {
    margin-left: 4px;
    color: rgba(255, 255, 255, 0.8);
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.navbar-area.atf-sticky-header .atf-top-header-in {
    height: 0;
}

.navbar-area.atf-sticky-header .atf-top-social {
    height: 0;
}

.atf-top-header-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.atf-top-header-list li {
    margin-right: 30px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.atf-top-header-list li:last-child {
    margin-right: 0;
}

.atf-top-header-list li i {
    margin-right: 10px;
}

.atf-top-header-list li a:hover {
    color: var(--thm-white);
}

/*
* ----------------------------------------------------------------------------------------
* 02. END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*---------------------------------------
   START SLIDER  DESIGN
---------------------------------------*/
.atf-home-overlay {
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
}

/*
* ----------------------------------------------------------------------------------------
* START SWIPPER SLIDER  DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-slider {
    position: relative;
}

.atf-slider.fixed-slider {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.atf-slider .swiper-slide-active {
    z-index: 3;
}

.atf-slider .parallax-slider {
    position: relative;
}

.atf-slider .atf-parallax-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 50px;
}

.atf-slider .atf-parallax-slider .swiper-slide .atf-swiper-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}

.atf-slider .atf-parallax-slider .swiper-slide-active .atf-slider-content h1 {
    opacity: 1;
    animation: fadeInRight .8s;
    -webkit-animation-delay: 1s;
    animation-delay: .3s;
    text-align: start;
}

.atf-slider .atf-parallax-slider .atf-slider-content {
    text-align: center;
}

.atf-slider .atf-parallax-slider .atf-slider-content h1 {
    font-size: 60px;
    font-weight: 700;
    color: var(--thm-white);
    opacity: 1;
    visibility: visible;
    font-family: var(--thm-font2);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-align: start;
}

.atf-slider .atf-parallax-slider .atf-slider-content p {
    color: var(--thm-white);
    line-height: 40px;
    font-size: 40px;
    font-weight: 400;
    opacity: 1;
    text-align: start;
}

.atf-slider .atf-parallax-slider .swiper-slide-active .atf-slider-content p {
    color: var(--thm-white);
    line-height: 40px;
    font-size: 40px;
    font-weight: 400;
    opacity: 1;
    animation: fadeInLeft .8s;
    text-align: start;
}

.atf-slider .atf-parallax-slider .swiper-slide-active .atf-slider-content .atf-main-btn {
    text-transform: capitalize;
    position: relative;
    opacity: 1;
    animation: fadeInUp 1s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.atf-slider .swiper-control-btn {
    position: absolute;
    top: 50%;
    z-index: 8;
    width: 100%;
    height: auto;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.atf-slider .swiper-control-btn .swiper-nav-control {
    color: #eee;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-left: 50px;
    margin-right: 50px;
    position: static;
    width: auto;
    height: auto;
    display: inline-block;
    background: transparent;
    padding: 6px 10px;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.atf-slider:hover .swiper-control-btn .swiper-nav-control {
    opacity: 1;
}

.atf-slider .swiper-control-btn .swiper-nav-control::after {
    font-size: 14px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    display: block;
    text-align: center;
    background: var(--thm-blue);
}

.atf-slider .swiper-control-btn .swiper-nav-control:hover::after {
    background: rgba(255, 255, 255, 0.3);
}


.atf-slider .swiper-pagination-bullets {
    bottom: 20px;
}

.atf-slider .swiper-pagination-bullet {
    background: var(--thm-white);
    opacity: .4;
}

.atf-slider .swiper-pagination-bullet-active {
    background: var(--thm-white);
    opacity: 1;
}

.atf-align-item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
}

/*
* ----------------------------------------------------------------------------------------
* START VIDEO DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-animation-zoom1 a {
    -webkit-animation: zoom1 1s infinite;
    animation: zoom1 1s infinite;
}

@-webkit-keyframes zoom1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes zoom1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.atf-video-icon {
    height: 100px;
    width: 100px;
    background-color: var(--thm-blue);
    color: var(--thm-white);
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
    border-radius: 100%;
}

.atf-video-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*
* ----------------------------------------------------------------------------------------
* CLIPE HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
#home {
    position: relative;
    z-index: 1;
}

.atf-banner-area.style4 {
    background-color: var(--thm-f6);
    height: 750px;
    overflow: hidden;
    z-index: 1;
}

.atf-banner-area.style4::before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* opacity: 0.7; */
    z-index: -1;
}

.atf-align-items-details {
    display: flex;
    align-items: center;
    min-height: 100%;
}

.atf-banner-area.style4 .atf-single-details h5 {
    color: var(--thm-blue);
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
}

.atf-single-details h3 {
    background: rgba(255, 255, 255, 0.3);
    display: inline-block;
    padding: 5px 17px;
    color: var(--thm-white);
    border-radius: 3px;
    margin-bottom: 15px;
}

.atf-single-details {
    z-index: 1;
}

.atf-banner-area.style4 .atf-single-details h2 {
    color: var(--thm-white);
    text-transform: capitalize;
    font-weight: 700;
    font-size: 45px;
    letter-spacing: 0.7px;
    line-height: 55px;
    font-family: var(--thm-font2);
    text-shadow: 4px 4px 2px rgb(0 0 0 / 30%);
}

.atf-banner-area.style4 .atf-single-details p {
    margin: 10px 0 35px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: var(--thm-white);
    z-index: -1;
}

.atf-banner-area.style4 .atf-themes-btn::before {
    top: 6.5%;
    left: 3%;
}

.atf-clip-home {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 20% 100%, 0 83%);
    clip-path: polygon(0 0, 100% 0, 100% 83%, 20% 100%, 0 83%);
}

/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04. START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
#about .atf-section-title {
    margin-bottom: 25px;
}

#about .atf-section-title h3 {
    font-size: 16px;
}

.atf-about-btn .atf-themes-btn:before {
    background: var(--thm-white);
    color: var(--thm-blue);
}

.atf-about-list h3 {
    margin: 7px 0;
}

.atf-about-area.style1 .atf-about-inner .atf-animations .atf-spinner {
    position: absolute;
    bottom: 0;
    z-index: -11;
}

.atf-about-area.style1 .atf-about-inner .atf-animations .atf-spinner.atf-ball {
    bottom: -55px;
    right: 14%;
}

.zoom {
    -webkit-animation: zoom 4s alternate infinite;
}

.atf-about-area.style1 .atf-about-inner .atf-animations .atf-spinner.atf-dot {
    top: -45px;
    left: -40px;
}

.atf-about-area.style1 .atf-about-inner .atf-animations .atf-spinner {
    position: absolute;
    bottom: 0;
    z-index: -11;
}

.scale {
    animation: scale 8s alternate infinite;
    -webkit-animation: scale 2s alternate infinite;
}

.scale {
    animation: scale 8s alternate infinite;
    -webkit-animation: scale 2s alternate infinite;
}

@-webkit-keyframes scale {
    0% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.zoom {
    -webkit-animation: zoom 4s alternate infinite;
}

@keyframes zoom {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(15px, -15px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -15px, 15px);
    }
}

.atf-about.style1 .atf-section-title {
    margin-bottom: 20px;
}

ul.listing-style li {
    position: relative;
    padding-left: 30px;
    line-height: 34px;
    font-weight: 500;
    font-size: 16px;
}

ul.listing-style li::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    color: var(--thm-blue);
    font-size: 20px;
}

/*
* ----------------------------------------------------------------------------------------
* START VIDEO  DESIGN
* ----------------------------------------------------------------------------------------
*/
.program-area {
    position: relative;
    padding-top: 200px;
    padding-bottom: 150px;
}

#program .atf-section-title h5 {
    /* background: var(--thm-white); */
    color: var(--thm-white) !important;
}

#program .atf-section-title {
    background: rgba(255, 255, 255, 0.3);
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 0px;
}

.atf-program-area {
    position: relative;
}

.atf-program-area .atf-program-inner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity: 0.1;
}

.atf-program-area .atf-program-img img {
    display: block;
    width: 100%;
    border-radius: 7px;
}

.atf-program-img .waves-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.atf-program-img .iq-video {
    background: var(--thm-base);
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 20px;
    color: var(--thm-white);
    border-radius: 100%;
    line-height: 53px;
    z-index: 1020;
    position: relative;
    border: 8px solid var(--thm-color);
}

.atf-program-img .iq-video i {
    margin-left: 3px;
}

.atf-program-img .iq-waves {
    position: absolute;
    left: -30px;
    top: -30px;
    z-index: 2;
}

.atf-program-img .iq-waves .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.atf-program-img .iq-waves .waves {
    position: absolute;
    width: 130px;
    height: 130px;
    background: rgba(234 237 249 / 50%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.atf-program-img .iq-waves .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.atf-program-img .iq-waves .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.atf-program-img .iq-waves .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

/*
* ----------------------------------------------------------------------------------------
* END VIDEO  DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04. END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.START PROJECT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-best-service-slide {
    margin: 0 10px;
}

.atf-best-service-slide .atf-best-service-img {
    position: relative;
}

.atf-best-service-slide:hover .atf-best-service-img:before {
    opacity: 1;
}

.atf-best-service-slide .atf-best-service-img img {
    width: 100%;
    height: auto;
}

.atf-best-service-slide .atf-best-service-content {
    padding: 15px 0;
    position: relative;
}

.atf-best-service-slide .atf-best-service-author {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    right: 10px;
    overflow: hidden;
    border: 4px solid var(--thm-white);
}

.atf-best-service-slide .atf-best-service-author img {
    width: 100%;
    height: auto;
}

.atf-best-service-slide .atf-best-service-title {
    font-weight: bold;
    color: var(--thm-blue);
    margin: 0 0 10px 0;
    text-transform: capitalize;
    transition: all 0.30s linear 0s;
}

.atf-best-service-slide .atf-best-service-description {
    color: var(--thm-p);
    margin-bottom: 30px;
}

.atf-best-service-content .atf-themes-btn {
    border-radius: 4px ! important;
}

.atf-best-service-content .atf-themes-btn:hover::before {
    border-radius: 4px ! important;
}

/*
* ----------------------------------------------------------------------------------------
* START COMPANY BRAND LOGO DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-brand-area,
#portfolio.wave {
    background: var(--thm-f6);
}

#atf-brand-area .atf-section-padding {
    margin-bottom: 40px;
}

#atf-brand-area .owl-controls {
    display: none;
}

.atf-brand-active {
    text-align: center
}

.atf-brand-active>a {
    display: inline-block
}

/*
* ----------------------------------------------------------------------------------------
* END COMPANY BRAND LOGO DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05. END PROJECT DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 06. START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-service {
    background: var(--thm-f6);
    font-family: var(--thm-font);
    text-align: center;
    padding: 0px 0 30px;
}

.atf-single-service .service-header {
    color: var(--thm-white);
    background: var(--thm-color);
    padding: 30px 20px 70px;
    margin: 0 0 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 75%, 0 100%);
}

.atf-single-service .service-value .amount {
    font-size: 90px;
    font-weight: 500;
    line-height: 80px;
    display: inline-block;
}

.atf-single-service .service-value .currency {
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
    vertical-align: top;
    display: inline-block;
}

.atf-single-service .service-value .duration {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 0 -20px;
    display: inline-block;
}

.atf-single-service .title {
    color: var(--thm-black);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.atf-single-service .service-content {
    padding: 0 33px;
    margin: 0 0 30px;
    list-style: none;
}

.atf-single-service .service-content li {
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
    padding: 8px 15px 5px 50px;
    margin: 0 0 1px;
    position: relative;
}

.atf-single-service .service-content li:last-child {
    margin-bottom: 0;
}

.atf-single-service .service-content li::before {
    content: "\f00c";
    color: var(--thm-white);
    background: var(--thm-color);
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    line-height: 23px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 60px;
}

.atf-single-service .service-content li.disable:before {
    content: "\f00d";
}

@media only screen and (max-width: 991px) {
    .atf-single-service {
        margin: 0 0 40px 10px;
    }
}

/**************************************
 * START HIRE DESIGN
 *************************************/
.atf-hire-area {
    background: var(--thm-color);
    border-radius: 6px;
    padding: 50px 40px;
}

.atf-hire-content h3 {
    color: var(--thm-white);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
}

.atf-hire-content {
    text-align: left;
    display: inline-block;
    margin-left: 20px;
}

.atf-hire-content p {
    color: var(--thm-white);
}

.atf-hire-area .atf-themes-btn {
    background: var(--thm-black);
    text-align: center;
}

/* -----------------产品生态-输---------------- */
#team.ecology-delivery-device {
    background-image: url(../img/ecology/bg-fyhoneOS.png);
    background-size: cover;
    background-position: center center;
}


#team.ecology-delivery-device .atf-single-team {
    visibility: visible !important;
    height: 440px;
    width: 400px;
    margin: 10px;
}

#team.ecology-delivery-device .atf-single-team .atf-team-pic {
    height: 70%;
}

#team.ecology-delivery-device .atf-single-team .atf-team-pic img {
    width: auto;
    height: 350px;
}

#team.ecology-fetch-device .atf-single-team .atf-team-social p {
    color: var(--thm-white);
    font-size: 15px;
    margin-bottom: 3rem !important;
}

#team.ecology-delivery-device .atf-single-team .atf-team-social p {
    color: var(--thm-white);
    font-size: 15px;
    margin-bottom: 3rem !important;
}

#team.ecology-delivery-device .atf-single-team:hover .atf-team-content {
    top: -55%;
}

#team.ecology-delivery-device .atf-single-team:hover .atf-team-social {
    height: 45%;

}

/* -----------------产品生态-输---------------- */
/* -----------------产品生态-取---------------- */
.atf-hire.ecology-nav {
    background-color: var(--thm-white);
    border: 1px solid lightgray;
    border-radius: 10px 10px 0 0;
    position: absolute;
    top: calc(100% - 40px);
    left: 50%;
    transform: translate(-50%, 0);
}

.atf-hire.ecology-nav .back-div div {
    margin: 0 20px;
    height: 80px;
    display: flex;
    justify-content: center;
}

.atf-hire.ecology-nav .back-div div:hover,
.atf-hire.ecology-nav .back-div div.active {
    border-bottom: 3px solid var(--thm-blue);
}

.atf-hire.ecology-nav .back-div div:hover a,
.atf-hire.ecology-nav .back-div div.active a {
    color: var(--thm-blue);
}

.atf-hire.ecology-nav .back-div div a {
    color: grey;
    font-size: 20px;
    line-height: 80px;
}

#ecology-fetch {
    padding-top: 120px;
}

#ecology-fetch #imagesShow {
    position: relative;
    margin: 0 auto;
}

#ecology-fetch #imagesShow .swiper-container {
    padding-bottom: 60px;
}

#ecology-fetch #imagesShow .swiper-slide {
    width: 720px;
    height: 450px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}

#ecology-fetch #imagesShow .swiper-slide img {
    display: block;
    width: 720px;
    height: 450px;
}

#ecology-fetch #imagesShow .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#ecology-fetch #imagesShow .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#ecology-fetch #imagesShow .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}


#ecology-fetch #imagesShow .swiper-button-prev:hover {
    background-color: #eef7fa;
}

#ecology-fetch #imagesShow .swiper-button-next:hover {
    background-color: #eef7fa;
}


#portfolio.ecology-fetch-fyhoneOS {
    background-image: url(../img/ecology/bg-fyhoneOS.png);
    background-size: cover;
    background-position: center center;
}

#portfolio.ecology-fetch-fyhoneOS .portfolio-filter {
    border: 1px solid lightgrey;
    background-color: #80808033;
    border-radius: 30px;
    height: 60px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#portfolio.ecology-fetch-fyhoneOS .portfolio-filter button {
    border: 0;
    background-color: #ffffff00;
    height: 50px;
    border-radius: 30px;
    margin: 5px 15px;
    flex-grow: 1;
    flex-shrink: 1;
}

#portfolio.ecology-fetch-fyhoneOS .portfolio-filter button:hover,
#portfolio.ecology-fetch-fyhoneOS .portfolio-filter button.active {
    color: var(--thm-white);
    background-image: linear-gradient(to right, var(--thm-green), var(--thm-blue));
}

#portfolio.ecology-fetch-fyhoneOS .atf-contact-info {
    box-shadow: unset;
}

#portfolio.ecology-fetch-fyhoneOS .atf-contact-info.left-div {
    max-height: 480px;
    margin-right: 0;
    padding: 15px;
}

#portfolio.ecology-fetch-fyhoneOS .atf-contact-info.left-div .atf-contact-details {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

#portfolio.ecology-fetch-fyhoneOS .atf-contact-info.left-div .atf-contact-details img {
    width: 45px;
    height: 45px;
    margin-right: 25px;
}

#portfolio.ecology-fetch-fyhoneOS .atf-contact-info.left-div .atf-contact-details h4,
#portfolio.ecology-fetch-fyhoneOS .atf-contact-info.left-div .atf-contact-details p {
    font-size: 14px;
}

#portfolio.ecology-fetch-fyhoneOS .atf-contact-info.right-div {
    padding: calc((100% - 813px) / 2) 0;
    max-width: 813px;
    min-height: 480px;
}

#portfolio.ecology-fetch-fyhoneOS .nav-pills .nav-link .icon-white {
    display: none;
}

#portfolio.ecology-fetch-fyhoneOS .nav-pills .nav-link.active,
#portfolio.ecology-fetch-fyhoneOS .nav-pills .nav-link:hover {
    color: var(--thm-white);
    background-color: var(--thm-blue);
    background-image: linear-gradient(to right, var(--thm-green), var(--thm-blue));
}

#portfolio.ecology-fetch-fyhoneOS .nav-pills .nav-link.active h4,
#portfolio.ecology-fetch-fyhoneOS .nav-pills .nav-link.active p,
#portfolio.ecology-fetch-fyhoneOS .nav-pills .nav-link:hover h4,
#portfolio.ecology-fetch-fyhoneOS .nav-pills .nav-link:hover p {
    color: var(--thm-white);
}

#portfolio.ecology-fetch-fyhoneOS .nav-pills .nav-link.active .icon-black,
#portfolio.ecology-fetch-fyhoneOS .nav-pills .nav-link:hover .icon-black {
    display: none;
}

#portfolio.ecology-fetch-fyhoneOS .nav-pills .nav-link.active .icon-white,
#portfolio.ecology-fetch-fyhoneOS .nav-pills .nav-link:hover .icon-white {
    display: block;
}

#team.ecology-fetch-device {
    background-image: url(../img/ecology/bg-fyhoneOS.png);
    background-size: cover;
    background-position: center center;
}

#team.ecology-fetch-device nav {
    border-bottom: 1px solid lightgray;
}

#team.ecology-fetch-device .nav-tabs {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#team.ecology-fetch-device .nav-tabs a {
    border: 0;
    font-size: 20px;
    color: var(--thm-black);
    flex-grow: 1;
    flex-shrink: 1;
}

#team.ecology-fetch-device .nav-tabs a:hover,
#team.ecology-fetch-device .nav-tabs a.active {
    border: 0;
    background-color: unset;
    border-bottom: 1px solid var(--thm-blue);
    color: var(--thm-blue);
}

#team.ecology-fetch-device .tab-content .atf-single-team {
    visibility: visible !important;
}

#team.ecology-fetch-device .tab-content .atf-single-team .atf-team-pic {
    height: 70%;
}

#team.ecology-fetch-device .tab-content .atf-single-team .atf-team-pic img {
    height: 238px;
    width: 283px;
}

#team.ecology-fetch-device .tab-content .atf-single-team .atf-team-social p {
    color: var(--thm-white);
    font-size: 15px;
}

#team.ecology-fetch-device .tab-content .atf-single-team:hover .atf-team-content {
    top: -55%;
}

#team.ecology-fetch-device .tab-content .atf-single-team:hover .atf-team-social {
    height: 45%;

}

#contact.device-advantages.ecology-fetch-fyhoneOS2 {
    background-color: #FFFFFF;
}

#contact.ecology-fetch-fyhoneOS2 .back-div .atf-contact-info {
    padding: 35px 0;
}

#contact.ecology-fetch-fyhoneOS2 .back-div .left-div .atf-contact-info h4 {
    float: right;
    text-align: center;
    font-weight: 600;
    color: var(--thm-white);
    width: 40%;
    background-image: linear-gradient(to right, var(--thm-green), var(--thm-blue));
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

#contact.ecology-fetch-fyhoneOS2 .back-div .left-div .atf-contact-info p {
    width: 70%;
    float: right;
}

#contact.ecology-fetch-fyhoneOS2 .back-div .right-div .atf-contact-info h4 {
    text-align: center;
    font-weight: 600;
    color: var(--thm-white);
    width: 40%;
    background-image: linear-gradient(to left, var(--thm-green), var(--thm-blue));
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
}

#contact.ecology-fetch-fyhoneOS2 .back-div .right-div .atf-contact-info p {
    width: 70%;
}

#contact.ecology-fetch-fyhoneOS2 .back-div .mid-div {
    position: relative;
}


@media only screen and (max-width: 991px) {
    #contact.ecology-fetch-fyhoneOS2 .back-div .mid-div .contact {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

#contact.ecology-fetch-fyhoneOS2 .back-div .mid-div img.icon {
    width: 78px;
    height: 78px;
    position: absolute;
}

#contact.ecology-fetch-fyhoneOS2 .back-div .mid-div img.icon:hover {
    transform: scale(1.1);
}

#contact.ecology-fetch-fyhoneOS2 .back-div .mid-div img.left1 {
    top: 25px;
    left: 65px;
}

#contact.ecology-fetch-fyhoneOS2 .back-div .mid-div img.left2 {
    top: 40%;
    left: -10px;
}

#contact.ecology-fetch-fyhoneOS2 .back-div .mid-div img.left3 {
    bottom: 20px;
    left: 65px;
}

#contact.ecology-fetch-fyhoneOS2 .back-div .mid-div img.right1 {
    top: 25px;
    right: 65px;
}

#contact.ecology-fetch-fyhoneOS2 .back-div .mid-div img.right2 {
    top: 40%;
    right: -10px;
}

#contact.ecology-fetch-fyhoneOS2 .back-div .mid-div img.right3 {
    bottom: 20px;
    right: 65px;
}

/* -----------------产品生态-取---------------- */


/* -----------------波浪图---------------- */

.atf-team-area.wave .container .atf-single-team {
    min-height: 432px;
    width: 412px;
    background-color: #fff;
}

.atf-team-area.wave .container .atf-single-team .atf-team-pic {
    height: 60%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.atf-team-area.wave .container .atf-single-team .atf-team-pic img {
    width: 100%;
    height: 350px;
}

.atf-team-area.wave .container .atf-single-team .atf-team-content hr {
    margin: 10px auto;
    width: 80px;
    border: 2px solid rgb(0, 110, 255);
}

.atf-team-area.wave .container .atf-single-team p {
    text-align: start;
    text-indent: 1em;
    padding-left: 35px;
    padding-right: 35px;
}

.atf-team-area.wave .container .atf-single-team:hover .atf-team-content {
    top: -30%;
}

.atf-team-area.wave .container .atf-single-team:hover .top-p {
    opacity: 0;
}

/* -----------------波浪图---------------- */

/* -----------------选型报价---------------- */
#team.Selection .back-div {
    width: 100%;
    margin: auto;

}


#team.Selection .back-div .loadingCanvas {
    width: 100%;
    height: 800px;
    padding: 0%;
    margin: 0%;
    position: relative;
}

#team.Selection .back-div .loadingCanvas .selection-iframe {
    width: 90%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes loading-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

#team.Selection .back-div .loadingCanvas .loading {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid var(--thm-green);
    border-radius: 50%;
    border-left-color: #fff;
    border-right-color: #fff;
    animation: loading-rotate 1s infinite linear;
}



/* -----------------选型报价---------------- */

/**************************************
 * END HIRE DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
*06. END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/

/* -------------------------新闻活动------------------------- */
.atf-portfolio-area.news .atf-portfolio-grid #about {
    padding-top: 10px;
    padding-bottom: 10px;
}

.atf-portfolio-area.news .atf-portfolio-grid #about .about-image:hover {
    background-color: var(--thm-f3);
}

.atf-portfolio-area.news .atf-portfolio-grid #about .about-image:hover h3 {
    color: #24b5f1;
}

.atf-portfolio-area.news .atf-portfolio-grid #about .about-image img {
    width: 100%;
    height: 70%;
}

.atf-portfolio-area.news .atf-portfolio-grid #about .about-image h3,
.atf-portfolio-area.news .atf-portfolio-grid #about .about-image p {
    margin: 10px 0;
    color: var(--thm-gray);
}

.atf-portfolio-area.news .atf-portfolio-grid #about .list-div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.atf-portfolio-area.news .atf-portfolio-grid #about .list-div p {
    color: var(--thm-gray);
}

.atf-portfolio-area.news .atf-portfolio-grid #about .list-div .list-content {
    width: 100%;
    height: 20%;
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
}

.atf-portfolio-area.news .atf-portfolio-grid #about .list-div .page-div {
    width: 100%;
    height: 5%;
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
}


.atf-portfolio-area.news .atf-portfolio-grid #about .list-div .list-content .div-left .date {
    font-size: 36px;
    font-weight: 500;
}

.atf-portfolio-area.news .atf-portfolio-grid #about .list-div .list-content .div-left .month {
    font-size: 18px;
    font-weight: 400;
}

.atf-portfolio-area.news .atf-portfolio-grid #about .list-div .list-content .vr {
    height: 50%;
    margin: auto;
    border: 1px solid grey;
    margin-right: 20px;
}

.atf-portfolio-area.news .atf-portfolio-grid #about .list-div .list-content .div-right {
    padding: 10px 0;
}

.atf-portfolio-area.news .atf-portfolio-grid #about .list-div .list-content:hover {
    background-color: var(--thm-f3);
}

.atf-portfolio-area.news .atf-portfolio-grid #about .list-div .list-content:hover .div-right h4 {
    color: #24b5f1;
}



/* -------------------------新闻活动------------------------- */

/**************************************
 * 7. START GALLERY DESIGN
 *************************************/
#portfolio {
    position: relative;
    overflow: hidden;
}

.atf-portfolio-area .portfolio-filter {
    margin-bottom: 20px;
}

.atf-portfolio-area .portfolio-filter button {
    font-size: 13px;
    margin: 0 15px 20px 0;
    overflow: hidden;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 15px;
    transition: 0.4s;
    outline: none;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    border-radius: 4px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: var(--thm-black);
    box-shadow: none;
    border: none;
}

.atf-portfolio-area .portfolio-filter button:hover,
.atf-portfolio-area .portfolio-filter button.active {
    color: var(--thm-white);
    background-image: linear-gradient(to right, #27cfe3, #24b5f1);
}

.atf-single-portfolio {
    position: relative;
    perspective: 800px;
    overflow: hidden;
    margin: 10px 10px;
}

.atf-single-portfolio .portfolio-img {
    transform: rotateX(0deg);
    transition: all 0.4s ease 0s;
}

.atf-single-portfolio:hover .portfolio-img {
    transform: rotateX(80deg);
    transform-origin: center bottom;
}

.atf-single-portfolio .portfolio-img img {
    width: 100%;
    height: auto;
}

.atf-single-portfolio .portfolio-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
    background-color: var(--thm-white);
    z-index: -1;
    opacity: 0;
    transition: all 0.4s ease 0s;
}

.atf-single-portfolio:hover .portfolio-content {
    opacity: 1;
}

.atf-single-portfolio .title {
    color: var(--thm-black);
    font-size: 20px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.atf-single-portfolio .description {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.atf-single-portfolio .portfolio-btn {
    margin-top: 40px;
}

.atf-single-portfolio .read-more {
    background: var(--thm-blue);
    padding: 3% 6%;
    color: var(--thm-white);
    border: 2px solid var(--thm-blue);
    text-transform: capitalize;
    transition: all 0.50s ease 0s;

}

.atf-single-portfolio .read-more:hover {
    border: 2px solid var(--thm-blue);
    text-decoration: none;
    background: var(--thm-white);
    color: var(--thm-blue);
}

@media only screen and (max-width: 991px) {
    .atf-single-portfolio {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .atf-single-portfolio .title {
        font-size: 14px;
    }

    .atf-single-portfolio .description {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 14px;
    }

    .atf-single-portfolio .portfolio-content .read-more {
        padding: 5px 10px;
    }
}

/**************************************
 * 7. END GALLERY DESIGN
 *************************************/


/*
* ----------------------------------------------------------------------------------------
* 8.START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 13. START TESTIMONIAL DESIGN
 *************************************/
#testimonial {
    background: var(--thm-black);
}

.testimonial {
    background: var(--thm-white);
    text-align: center;
    padding: 40px 10%;
    border-radius: 5px;
}

.testimonial .pic {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .testimonial-title {
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 20px;
}

.testimonial .post {
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--thm-blue);
}

.testimonial .description {
    font-style: italic;
    line-height: 1.8;
    margin-top: 10px;
}

#testimonial .atf-main-testimonials.owl-theme .owl-dots .owl-dot span {
    border: 1px solid var(--thm-white);
}

@media only screen and (max-width: 480px) {
    .testimonial {
        padding: 40px 5%;
    }
}

/* owl theme */
.atf-main-testimonials.owl-theme .owl-nav.disabled+.owl-dots {
    margin-left: 50px;
    line-height: .7;
}

/* .atf-main-testimonials .owl-controls{
	 margin-left: -25px;
} */
.atf-main-testimonials.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 8px;
    margin: 0 8px;
    border-radius: 10px;
    background: transparent;
    border: 1px solid var(--thm-black);
    transition: 0.3s all ease-in-out;
    margin-top: 30px;
}

.atf-main-testimonials.owl-theme .owl-dots .owl-dot.active span,
.atf-main-testimonials.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--thm-blue);
    width: 35px;
    transition: 0.3s all ease-in-out;
    border: 1px solid var(--thm-blue);
}

/*
* ----------------------------------------------------------------------------------------
* 08. END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 09. START PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/
.pricingTable {
    background: var(--thm-fb);
    text-align: center;
    padding: 0px 0 30px;
}

.pricingTable .pricingTable-header {
    color: var(--thm-white);
    background: var(--thm-color);
    padding: 30px 20px 70px;
    margin: 0 0 10px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 75%, 0% 100%);
}

.pricingTable .price-value .amount {
    font-size: 90px;
    font-weight: 500;
    line-height: 80px;
    display: inline-block;
}

.pricingTable .price-value .currency {
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
    vertical-align: top;
    display: inline-block;
}

.pricingTable .price-value .duration {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
}

.pricingTable .title {
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 30px;
    text-align: left;
    padding-left: 48px;
    font-weight: 700;
}

.pricingTable .pricing-content {
    padding: 0 33px;
    margin: 0 0 30px;
    list-style: none;
}

.pricingTable .pricing-content li {
    color: var(--thm-black);
    background: var(--thm-white);
    font-size: 16px;
    line-height: 40px;
    text-transform: capitalize;
    padding: 5px 15px 5px 50px;
    margin: 0 0 5px;
    position: relative;
    text-align: left;
}

.pricingTable .pricing-content li:last-child {
    margin-bottom: 0;
}

.pricingTable .pricing-content li::before {
    content: "\f00c";
    color: var(--thm-white);
    background: var(--thm-color);
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    line-height: 23px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 15px;
    text-align: center;
}

.pricingTable .pricing-content li.disable:before {
    content: "\f00d";
}

.pricingTable .pricingTable-signup a {
    color: var(--thm-white);
    background: linear-gradient(to right, #00c7c0, #00b3c3);
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 30px 4px;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s;
}

.pricingTable .atf-about-btn {
    margin: 55px 0 20px 50px;
    text-align: left;
}

.pricingTable .atf-about-btn .atf-themes-btn {
    padding: 15px 50px;
    line-height: 35px;
}

.pricingTable .atf-about-btn .atf-themes-btn::before,
.pricingTable .atf-about-btn .atf-themes-btn::after {
    padding: 5px 45px;
}

@media only screen and (max-width: 991px) {
    .pricingTable {
        margin: 0 0 40px 10px;
    }
}

/*
* ----------------------------------------------------------------------------------------
* 09. END PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 10. START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/

#team {
    background: #f0f3f7;
}

.atf-single-team {
    text-align: center;
    position: relative;
    box-shadow: 0 0 15px #dff0f9;
}

.atf-single-team:before {
    content: "";
    border: 1px solid var(--thm-blue);
    opacity: 0;
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    transform: scale(1.03);
    transition: all 0.6s ease 0s;
}

.atf-single-team:hover:before {
    opacity: 1;
    transform: scale(1);
}

.atf-single-team .atf-team-pic {
    position: relative;
}

.atf-single-team .atf-team-pic:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.6s ease 0s;
}

.atf-single-team:hover .atf-team-pic:before {
    opacity: 1;
}

.atf-single-team img {
    width: 100%;
    height: auto;
}

.atf-single-team .atf-team-content {
    padding: 20px 0 20px;
    position: relative;
    top: 0;
    transition: all 0.6s ease 0s;
}

.ecology-delivery-device .atf-single-team .atf-team-content h3 {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}

.ecology-delivery-device .atf-single-team .atf-themes-btn {
    font-size: 14px;
    font-weight: 400;
}

.ecology-delivery-device .atf-single-team:hover .atf-team-title {
    color: var(--thm-white);
}

.atf-single-team:hover .atf-team-content {
    top: -50%;
}

.atf-single-team.atf-team-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: var(--thm-black);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    transition: all 0.6s ease 0s;
}

.atf-single-team:hover .atf-team-title {
    color: var(--thm-white);
}

.atf-single-team .atf-team-post {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #707070;
    text-transform: capitalize;
    transition: all 0.6s ease 0s;
}

.atf-single-team:hover .atf-team-post {
    color: var(--thm-white);
}

.atf-single-team .atf-team-social {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    transition: all 0.6s ease 0s;
}

.atf-single-team:hover .atf-team-social {
    opacity: 1;
    transform: scale(1);
}

.atf-single-team .atf-team-social li {
    display: inline-block;
}

.atf-single-team .atf-team-social li a {
    display: block;
    padding: 0 15px;
    font-size: 20px;
    color: var(--thm-blue);
    border-right: 1px solid var(--thm-black);
    position: relative;
    transition: all 0.3s ease 0s;
}

.atf-single-team .atf-team-social li a:hover {
    color: var(--thm-black);
}

.atf-single-team .atf-team-social li:last-child a {
    border-right: none;
}

@media only screen and (max-width: 991px) {
    .atf-single-team {
        margin-bottom: 30px;
    }
}

/*
* ----------------------------------------------------------------------------------------
* 08. END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 11. START PROCESSING DESIGN
 *************************************/
#processing {
    background: var(--thm-fb);
}

.process {
    color: var(--thm-white);
    background: var(--thm-color);
    font-family: var(--thm-font);
    text-align: center;
    padding: 0 0 45px;
    margin: 0 auto;
    position: relative;
}

.process .process-icon {
    background: var(--thm-color);
    font-size: 60px;
    padding: 20px 0;
    margin: 0 0 60px;
    border-bottom: 15px solid var(--thm-white);
    position: relative;
}

.process .process-icon:before,
.process .process-icon:after {
    content: "";
    background: linear-gradient(to top left, #fff 49%, transparent 50%);
    width: 50px;
    height: 50px;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    bottom: -39px;
    left: 50%;
}

.serviceBox .process-icon:after {
    background: var(--thm-black);
    width: 45px;
    height: 45px;
    bottom: -21px;
}

.process .title {
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 15px 15px;
    color: var(--thm-white);
}

.process .description {
    letter-spacing: 0.5px;
    margin: 0 15px;
    color: var(--thm-white);
}

@media only screen and (max-width: 991px) {
    .process {
        margin: 0 0 30px;
    }
}

/**************************************
 * 11. END PROCESSING DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* 12.START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-blog-tags span {
    background: var(--thm-color);
    color: var(--thm-white);
    padding: 8px 20px;
    display: inline-block;
    margin: 15px 0;
    border-radius: 5px;
}

.atf-post-slide {
    position: relative;
}

.atf-post-slide:before {
    content: "";
    border-top: 1px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
}

.atf-post-slide .atf-post-img>img {
    width: 100%;
    height: auto;
}

.atf-post-slide .atf-post-title>a {
    font-size: 25px;
    text-transform: capitalize;
    color: var(--thm-black);
    transition: all 0.3s ease-in-out 0s;
    font-weight: 700;
}

.atf-post-slide .atf-post-title>a:hover {
    text-decoration: none;
    color: var(--thm-color) !important;
}

.atf-post-slide .atf-post-bar {
    padding: 0;
    list-style: none;
    overflow: hidden;
    padding: 10px 15px;
    background: var(--thm-color);
    color: var(--thm-white) !important;
}

.atf-post-slide .atf-post-bar>li {
    display: inline-block;
    border-right: 1px solid var(--thm-white);
    padding: 0 10px;
    float: left;
}

.atf-post-slide .atf-post-bar>li:first-child {
    padding: 0 10px 0 0;
}

.atf-post-slide .atf-post-bar>li:last-child {
    border: 0px none;
}

.atf-post-slide .atf-post-date,
.atf-post-slide .atf-author,
.atf-post-slide .atf-comment {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}

.atf-post-slide .author>a,
.atf-post-slide .comment>a,
.atf-post-slide .comment>i {
    color: var(--thm-blue);
    transition: all 0.3s ease-in-out 0s;
}

.atf-post-slide .atf-author>a:hover,
.atf-post-slide .atf-comment>a:hover {
    text-decoration: none;
    color: var(--thme-color);
}

.atf-post-slide .atf-post-date>i,
.atf-post-slide .atf-author>i,
.atf-post-slide .atf-comment>i {
    margin-right: 8px;
    font-size: 15px;
}

.atf-post-slide .atf-post-title {
    padding: 20px 0 5px;
}

.atf-post-slide .atf-post-description {
    line-height: 1.8;
    margin-bottom: 20px;
}

.atf-blog-btn a:hover {
    color: var(--thm-color) !important;
}

.atf-blog-btn {
    font-weight: 700;
    text-decoration: underline;
}

@media only screen and (max-width: 360px) {
    .atf-post-bar>li:last-child {
        margin-top: 8px;
        padding: 0;
        float: inherit;
    }
}


/*--------------------------------------------------------------
START BLOG DETAILS DESIGN
----------------------------------------------------------------*/
.atf-blog-area .atf-blog-up {
    margin-top: 0px ! important
}

.atf-blog-area .atf-post-slide {
    margin: 15px 5px;
}

.atf-post.atf-style1 .atf-post-title {
    font-size: 17px;
    font-weight: 400;
    margin: 10px 0 5px;
    line-height: 20px;
}

.atf-sidebar-widget .atf-post.atf-style1 .atf-post-thumb {
    /* width: 80px; */
    width: 35%;
}

.atf-sidebar-widget .atf-post.atf-style1 .atf-post-thumb img:hover {
    transform: scale(1.05);
}

.atf-post.atf-style1 {
    display: flex;
}

.atf-post.atf-style1 .atf-post-thumb {
    flex: none;
    margin-right: 10px;
    width: 70px;
}

.atf-sidebar-widget .atf-post-widget-list>li:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.atf-widget {
    margin: 20px 0;
}

.atf-post.atf-style1 .atf-post-title a:hover {
    color: var(--thm-blue);
}

.atf-post-info {
    margin-top: -8px;
}

.blog_search {
    margin-bottom: 40px;
    position: relative;
}

.blog_search a {
    position: absolute;
    top: 18px;
    right: 10px;
    font-size: 15px;
    color: var(--thm-blue);
    line-height: 50px;
}

.blog_search input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 0 !important;
    color: #161616;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: calc(2.5em + .75rem + 2px);
}

.blog_search .form-control:focus {
    border-color: var(--thm-blue);
    box-shadow: none;
}

.blog_search i {
    position: absolute;
    top: 0;
    right: 5px;
}

.atf-page-heading {
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 50px;
    background-size: cover;
    background-attachment: fixed;
}

.atf-page-heading.atf-size-md {
    height: 450px;
}

.atf-page-heading:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.atf-page-heading>div {
    position: relative;
    z-index: 1;
}

.atf-page-heading-title {
    color: var(--thm-white);
    font-size: 50px;
    text-align: center;
    margin-bottom: 7px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-weight: 700;
}

/* -------------------一体化污水处理设备------------------- */
.about-banner.product-device-detail-banner {
    height: 500px;
}


#aboutHTHR.device-introduction #about .about-image img {
    position: absolute;
    width: 545px;
    height: 73%;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}

#aboutHTHR.device-introduction #about .div-right {
    padding-left: 3%;
}

#aboutHTHR.device-introduction #about .div-right .div-top {
    /* height: 40%; */
    margin-bottom: 0;
}

#aboutHTHR.device-introduction #about .div-right .div-top h1 {
    margin-bottom: 40px;
}

#aboutHTHR.device-introduction #about .div-right .div-bottom blockquote {
    background: var(--thm-white);
    margin-top: 0;
    margin-left: 0;
    padding: 5px 20px;
    border-left: 8px solid var(--thm-blue);
    color: var(--thm-black);

}


#aboutHTHR.device-introduction #about .div-right .div-bottom blockquote h4 {
    color: var(--thm-black);
    line-height: 100%;
}

#aboutHTHR.device-introduction #about .div-right .div-mid {
    margin-top: 0;
}

#aboutHTHR.device-introduction #about .div-right .div-mid div {
    border: 1px solid lightgrey;
    width: 48%;
    height: 38px;
    margin: 5px 1%;
}

#aboutHTHR.device-introduction #about .div-right .div-mid div:hover {
    background-image: linear-gradient(to right, #24b5f1, #27cfe3);
    color: var(--thm-white);
}

#aboutHTHR.device-introduction #about .div-right .div-mid div:hover p {
    color: var(--thm-white);
}

#aboutHTHR.device-introduction #about .div-right .div-mid div p {
    line-height: 38px;
}

#contact.device-advantages {
    background-color: var(--thm-f6);
}

#contact.device-advantages .back-div {
    width: 90%;
    margin: auto;
}

#contact.device-advantages .back-div .atf-contact-info {
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: unset;
}

#contact.device-advantages .back-div .atf-contact-info .atf-section-title2 h3 {
    height: 64px;
    /* 使用 WebKit 的弹性盒子模型 */
    display: -webkit-box;
    /* 设置为垂直排列 */
    -webkit-box-orient: vertical;
    /* 限制显示两行 */
    -webkit-line-clamp: 2;
    /* 隐藏超出内容 */
    overflow: hidden;
    /* 使用省略号表示溢出部分 */
    text-overflow: ellipsis;
}

#contact.device-advantages .back-div .atf-contact-info .atf-contact-details {
    padding: 10px 5px 10px 15px;
}

#contact.device-advantages .back-div .atf-contact-info .atf-contact-details:hover {
    background-image: linear-gradient(to right, var(--thm-green), var(--thm-blue));
}

#contact.device-advantages .back-div .atf-contact-info .atf-contact-details:hover h4,
#contact.device-advantages .back-div .atf-contact-info .atf-contact-details:hover p {
    color: var(--thm-white);
}

#contact.device-advantages .back-div .atf-contact-info .atf-contact-details img {
    width: 45px;
    height: 45px;
    float: left;
    margin-top: 10px;
    margin-right: 25px;
}

#contact.device-advantages .back-div .atf-contact-info .atf-contact-details img.icon-white,
#contact.device-advantages .back-div .atf-contact-info .atf-contact-details:hover img.icon-blue {
    display: none;
}

#contact.device-advantages .back-div .atf-contact-info .atf-contact-details:hover img.icon-white {
    display: block;
}

#contact.device-advantages .back-div .atf-contact-info .atf-contact-details h4 {
    height: 30px;
    line-height: 100%;
    /* 禁止换行 */
    white-space: nowrap;
    /* 隐藏超出内容 */
    overflow: hidden;
    /* 使用省略号表示溢出部分 */
    text-overflow: ellipsis;
}

#contact.device-advantages .back-div .atf-contact-info .atf-contact-details p {
    width: 360px;
    float: right;
    /* 使用 WebKit 的弹性盒子模型 */
    display: -webkit-box;
    /* 设置为垂直排列 */
    -webkit-box-orient: vertical;
    /* 限制显示3行 */
    -webkit-line-clamp: 3;
    /* 隐藏超出内容 */
    overflow: hidden;
    /* 使用省略号表示溢出部分 */
    text-overflow: ellipsis;
}

#service.device-tech {
    background-color: unset;
}

#service.device-tech .back-div {
    width: 90%;
    margin: auto;
}

#service.device-tech .back-div .atf-single-service {
    border: 1px solid var(--thm-blue);
    border-top: 5px solid var(--thm-blue);
    border-image: linear-gradient(to right, #24b5f1, #27cfe3) 1;
    min-height: 455px;
    padding: 0px 0 0px;
}

#service.device-tech .back-div .atf-single-service:hover {
    transform: scale(1.01);
}

#service.device-tech .back-div .atf-single-service .service-header {
    background-color: var(--thm-f6);
    padding: 30px 20px !important;
}

#service.device-tech .back-div .atf-single-service .service-content li {
    color: gray;
    padding: 10px;
}

#service.device-tech .back-div .atf-single-service .service-content li::before {
    content: unset;
}

#contact.device-process {
    background-color: var(--thm-f6);
}

#contact.device-process .back-div .left-div {
    background-image: linear-gradient(to right, var(--thm-green), var(--thm-blue));
}

#contact.device-process .back-div .left-div h4 {
    color: var(--thm-white);
    line-height: 20px;
}

#contact.device-process .back-div .left-div .atf-contact-details {
    min-height: 55px;
    margin-bottom: 25px;
}

#contact.device-process .back-div .left-div .atf-contact-details:hover,
#contact.device-process .back-div .left-div .atf-contact-details.active {
    background-color: #008bf8;
    border-radius: 10px;
    cursor: pointer;
}


#contact.device-process .back-div .left-div .atf-contact-details img {
    width: 45px;
    height: 45px;
    margin-right: 20px;
}

@media screen and (min-width:768px) {
    #contact.device-process .back-div .right-div .atf-contact-info {
        min-height: 710px;
    }
}


#contact.device-process .back-div .right-div .atf-contact-info .tab-content .atf_services__details-thumb img {
    max-height: 435px;
    width: auto;
}


#project.device-scene .right-div .about-image {
    position: relative;
    width: 30%;
    margin: auto 1%;
}

#project.device-scene .right-div .about-image p {
    width: 100%;
    background-color: #80808066;
    color: white;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* -------------------一体化污水处理设备------------------- */

/* -------------------产品详情------------------- */
.about-banner.product-detail-banner .atf-page-heading-in .top-h2 {
    font-weight: 500;
}

.about-banner.product-detail-banner .atf-page-heading-in p {
    width: 75%;
    color: var(--thm-white);
    font-size: 16px;
}

@media (max-width:576px) {
    .about-banner.product-detail-banner .atf-page-heading-in p {
        width: 100%;
    }
}

.product-detail-content .atf-post-slide .atf-post-bar {
    background-color: var(--thm-f6);
}

.product-detail-content .atf-post-slide .atf-post-bar .atf-post-date {
    color: var(--thm-gray);
}

.product-detail-content .atf-post-slide .atf-post-bar .atf-comment img {
    width: 30px;
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
}

.product-detail-content .atf-post-tages .atf-post-btn-gropu {
    width: 240px;
}

/* -------------------产品详情------------------- */

/* -------------------产品中心------------------- */

.about-banner.product-banner .navbutton-div .button-div {
    width: 160px;
    flex-shrink: 1;
}

#team.product-list {
    background: var(--thm-white);
}

.product-list .container-fluid {
    padding-left: 5%;
    padding-right: 5%;
}

.product-list .product-card {
    margin-bottom: 20px;
}

.product-list .product-card .div-logo {
    width: 100%;
    text-align: start;
}

.product-list .product-card .div-logo .img-logo {
    width: 25%;
    height: auto;
    margin-top: 15px;
    margin-left: 15px;
}

.product-list .product-card .atf-team-pic {
    margin-top: 10px;
}

.product-list .product-card .atf-team-pic .img-product {
    width: 99%;
    height: auto;
}

.product-list .product-card .atf-team-content h3 {
    font-size: 16px;
    font-weight: 400;
}

.product-list .product-card .atf-team-content h3 a {
    /* font-size: 14px; */
    font-weight: 400;
}

.product-list .product-card .atf-team-content .atf-themes-btn:before,
.product-list .product-card .atf-single-team:hover .atf-team-title {
    color: var(--thm-black);
}

#aboutHTHR.customer-case {
    background: #f8f9fc;
}

#aboutHTHR.customer-case #about .row {
    width: 90%;
    margin: auto;
    background: var(--thm-white);
    border: 0;
    box-shadow: 0 0 3px 3px lightgrey;
}

#aboutHTHR.customer-case #about .row .div-left .atf-section-title p {
    font-size: 14px;
}

#aboutHTHR.customer-case #about .row .div-left .atf-section-title p span {
    color: var(--thm-black);
    font-weight: 700;
    font-size: 14px;
}



#aboutHTHR.customer-case #about .row .div-left {
    padding: 50px;
}

#aboutHTHR.customer-case #about .row .div-right {
    padding: 50px;
}

/* -------------------产品中心------------------- */
/* -------------------新闻列表------------------- */
#team.news-list {
    padding: 30px;
}

#team.news-list .product-card .atf-single-team .atf-team-content h3 a {
    font-size: 20px;
    font-weight: 600;
}

#team.news-list .product-card .atf-single-team .atf-team-content p {
    padding-left: 15px;
    padding-right: 15px;
}

#team.news-list .product-card .atf-team-pic .img-product {
    width: auto;
    height: 260px;
}

#team.news-list2 {
    background-color: #f2f6fa;
    padding: 20px;
}

#team.news-list2 hr {
    margin: unset;
    margin-top: unset;
}

#team.news-list2 .list-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    /* min-height: 180px; */
}

#team.news-list2 .list-content:hover {
    background-color: var(--thm-white);
    border: 1px solid lightgrey;
}


#team.news-list2 .list-content .div-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    padding-right: 25px;
}

#team.news-list2 .list-content .div-left p.date {
    color: var(--thm-blue);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

#team.news-list2 .list-content .div-left p.year {
    font-size: 16px;
    font-weight: 600;
}

#team.news-list2 .list-content .div-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 5px;
}

#team.news-list2 .list-content .div-right h4 {
    font-weight: 600;
    font-size: 18px;
}

#team.news-list2 .list-content:hover .div-right h4 {
    color: var(--thm-blue);
}

#team.news-list2 .list-content .div-right p {
    width: 95%;
}

#team.news-list2 .list-content .div-right a {
    font-size: 14px;
    font-weight: 600;
    color: #94a8bb;
    margin-top: 15px;
}

#team.news-list2 .list-content .img-div {
    padding: 15px;
}

#team.news-list2 .list-content .img-div img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/* -------------------新闻列表------------------- */
/* -------------------联系我们------------------- */
.atf-page-heading.contact-banner.atf-size-md {
    height: 480px;
}

.atf-page-heading.contact-banner.atf-size-md h2.atf-page-heading-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 5px;
}

.atf-page-heading.contact-banner.atf-size-md p.top {
    font-size: 26px;
    color: var(--thm-white);
    margin-bottom: 7px;
    margin-bottom: 10px;
}

.atf-page-heading.contact-banner.atf-size-md p.bottom {
    font-size: 22px;
    color: var(--thm-white);
}

.atf-page-heading.contact-banner.atf-size-md .left-button {
    margin-right: 25px;
    color: var(--thm-white);
}

.atf-page-heading.contact-banner.atf-size-md .atf-about-btn .atf-themes-btn:before {
    background-color: #FFFFFF00;
    color: var(--thm-white);
}

#service.company-address .atf-section-title hr {
    margin-left: 0;
}

#service.company-address {
    padding: 30px 0;
}

#service.company-address .atf-section-title h2 {
    font-size: 24px;
}

#service.company-address .atf-section-title p {
    font-size: 16px;
}

#service.company-phone {
    padding: 20px 0;
}

#service.company-phone .atf-section-title img {
    width: 44px;
    height: 44px;
    margin-right: 10px;
}

#service.childCompany,
#contact .atf-section-padding {
    padding: 50px 0;
}

#service.childCompany .atf-section-title h2 {
    font-size: 24px;
}

#service.childCompany .atf-section-title hr {
    margin-left: 0;
}

#service.childCompany .back-div {
    width: 100%;
}

#service.childCompany .back-div .atf-single-service {
    border: 0;
    min-height: 300px;
    padding: 0px 0 0px;
    box-shadow: 0 0 5px 5px #FFFFFF;
}

#service.childCompany .back-div .atf-single-service:hover {
    background-image: linear-gradient(to right, var(--thm-green), var(--thm-blue));
    color: var(--thm-white);
}

#service.childCompany .back-div .atf-single-service:hover h3,
#service.childCompany .back-div .atf-single-service:hover h4,
#service.childCompany .back-div .atf-single-service:hover p {
    color: var(--thm-white);
}

#service.childCompany .back-div .atf-single-service h3 {
    text-align: start;
    padding: 15px;
    color: #3bcafd;
    font-size: 20px;
}

#service.childCompany .back-div .atf-single-service h4 {
    text-align: start;
    padding: 15px;
    color: #3bcafd;
    font-size: 18px;
    cursor: pointer;
}

#service.childCompany .back-div .atf-single-service div {
    padding: 10px;
}

#service.childCompany .back-div .atf-single-service img.map {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

#service.childCompany .back-div .atf-single-service img.logo {
    margin-right: 10px;
}

#service.childCompany .back-div .atf-single-service p {
    text-align: start;
    cursor: pointer;
}

#contact.media .left-div .atf-section-title2 h2 {
    color: var(--thm-white);
    font-size: 26px;
}


#contact.media .left-div .atf-section-title2 hr {
    margin-left: 0;
    border: 2px solid #FFFFFF !important;
    opacity: 1;
}

#contact.media .right-div {
    background: var(--thm-f6);
}


#contact.media .right-div .atf-section-title2 h2 {
    font-size: 26px;
}

#contact.media .right-div .atf-section-title2 hr {
    margin-left: 0;
}


#contact.media .atf-contact-info {
    background-image: linear-gradient(to right, var(--thm-green), var(--thm-blue));
    height: 520px;
}

#contact.media .atf-contact-info .code-div {
    margin-top: 150px;
}

#contact.media .atf-contact-info .code-div img {
    width: 114px;
    height: 114px;
}

#contact.media .atf-contact-info .left-back,
#contact.media .atf-contact-info .right-back {
    width: 45%;
    background-color: var(--thm-white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

#contact.media .contact {
    height: 520px;
    padding: 35px;
}

#contact.media .contact .atf-contact-btn .atf-themes-btn::before {
    color: var(--thm-blue);
}

#contact.media .contact .atf-contact-btn .atf-themes-btn::after {
    color: var(--thm-white);
}

/* -------------------联系我们------------------- */

/* -------------------案例中心------------------- */
.case-list .product-card .atf-team-pic .img-product {
    width: 99%;
    max-height: 310px;
}

.case-list .product-card .atf-single-team {
    max-height: 450px;
    min-height: 430px;
    position: relative;
}

.case-list .product-card .atf-single-team .atf-team-content h3 {
    text-align: start;
    font-size: 18px;
    font-weight: 400;
    padding: 0 10px;
}

.case-list .product-card .atf-single-team .atf-team-content p {
    text-align: start;
    padding: 0 10px;
}

.case-list .product-card .atf-post-bar {
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    background: #d3d3d333;
    color: var(--thm-gray) !important;
    position: absolute;
    left: auto;
    bottom: 0;
    list-style: none;
    overflow: auto;
}

.case-list .product-card .atf-post-bar li {
    line-height: 25px;
}

.case-list .product-card .atf-single-team:hover .atf-team-social {
    top: 100px;
}

.case-list .product-card .atf-single-team:hover .atf-team-social a {
    color: white;
    /* font-size: 20px; */
}

.case-list .product-card .atf-single-team:hover .atf-team-content h3 {
    color: var(--thm-blue);
}

.case-list .product-card .atf-post-bar>li {
    float: left;
    display: inline-block;
    border-right: 1px solid var(--thm-white);
    padding: 0 10px;

}

.case-list .product-card .atf-post-bar>li:first-child {
    padding: 0 10px 0 0;
}

.case-list .product-card .atf-post-bar>li:last-child {
    border: 0px none;
}

/* -------------------案例中心------------------- */
/* -------------------案例详情------------------- */
.about-banner.case-detail-banner .top-h2 {
    font-size: 32px;
    font-weight: 900 !important;
}

/* -------------------案例详情------------------- */
/* -------------------关于我们页------------------- */
.about-banner {
    flex-direction: column;
    background-attachment: unset;
}

.about-banner .atf-page-heading-title {
    font-size: 40px;
    font-weight: 600;
}

.about-banner .navbutton-div {
    margin-top: 40px;
}

.about-banner .navbutton-div .button-div {
    background-color: #FFFFFF00;
    color: var(--thm-blue);
    width: 120px;
    height: 50px;
    border: 1px solid var(--thm-white);
    border-radius: 30px;
    margin: 10px;
    font-size: 18px;
}

.about-banner .navbutton-div .button-div:hover,
.about-banner .navbutton-div .button-div.active {
    background-color: var(--thm-white);
}

#aboutHTHR #about {
    padding: 20px 0;
}

#aboutHTHR #about .about-image {
    position: relative;

}

#aboutHTHR #about .about-image img {
    width: 100%;
    height: auto;
}


#aboutHTHR #about .about-image p {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #27cfe3, #24b5f1);
    color: var(--thm-white);
    padding: 1px 10px;
}

#aboutHTHR #about .about-image.bottom p {
    left: calc(var(--bs-gutter-x)* 0.5);
}

#aboutHTHR #about .div-right {
    padding-left: 5%;
    padding-right: 0;
}

#aboutHTHR #about .div-right .div-top h1 {
    text-align: start;
}

#aboutHTHR #about .div-right .div-top p {
    text-align: start;
    text-indent: 2rem;
    margin-top: 10px;
    font-size: 14px;
}

#aboutHTHR #about .div-right .div-top {
    height: 50%;
}

#aboutHTHR #about .div-right .div-mid {
    height: 20%;
    text-align: center;
    margin-top: 5%;
}

#aboutHTHR #about .div-right .div-mid div {
    margin: 0 5px;
}

#aboutHTHR #about .div-right .div-mid h3 {
    color: var(--thm-blue);
    font-size: 34px;
    font-weight: 700;
}

#aboutHTHR #about .div-right .div-mid h3 span {
    /* 把当前元素设置为行内块，以便能够应用背景 */
    display: inline-block;
    /* 设置线性渐变 */
    background-image: linear-gradient(to right, #27cfe3, #24b5f1);
    /* 设置字体透明 */
    color: transparent;
    /* 使用 -webkit-background-clip 属性将背景剪裁至文本形状 */
    -webkit-background-clip: text;
    /* 非Webkit内核浏览器需要使用标准前缀 */
    background-clip: text;
}

#aboutHTHR #about .div-right .div-mid p {
    max-width: 100%;
    /* 禁止换行 */
    white-space: nowrap;
    /* 隐藏超出内容 */
    overflow: hidden;
    /* 使用省略号表示溢出部分 */
    text-overflow: ellipsis;
}

#aboutHTHR #about .div-right .div-bottom blockquote.high {
    padding-top: 3%;
    padding-left: 3%;
    margin-top: 0px;
    margin-left: 0px;
}

#aboutHTHR #about .div-right .div-bottom h4,
#aboutHTHR #about .div-right .div-bottom p {
    color: var(--thm-blue);
    font-weight: 600;
}



#breadcrumb.atf-breadcrumb-area {
    padding: 0;
    background-color: var(--thm-footGary) !important;
}

#breadcrumb.atf-breadcrumb-area .atf-brand-overlay {
    background-color: var(--thm-footGary);
}

#breadcrumb.atf-breadcrumb-area .atf-brand-overlay .breadcrumb {
    margin-top: 5px;
    margin-bottom: 5px;
}

#breadcrumb.atf-breadcrumb-area .atf-brand-overlay .breadcrumb-item,
#breadcrumb.atf-breadcrumb-area .atf-brand-overlay .breadcrumb-item::before {
    font-size: 14px;
    font-weight: 500;
    color: var(--thm-white);
}

#system,
#group {
    background-color: var(--thm-f6);
}

#system .back-div,
#group .back-div {
    background-color: var(--thm-white);
    width: 90%;
    height: auto;
    margin: auto;
    padding-left: 5%;
    padding-right: 5%;
}

#group .back-div {
    background-color: unset !important;
}

#system .back-div .div-left,
#system .back-div .div-right,
#group .back-div .div-left,
#group .back-div .div-right {
    margin: 5% 0;
    flex-shrink: 1;
}

#system .back-div .atf-single-team:hover .atf-team-pic:before,
#group .back-div .atf-single-team:hover .atf-team-pic:before {
    content: none;
}

#system .back-div .div-left .atf-team-pic .atf-team-title,
#system .back-div .div-right .atf-team-pic .atf-team-title,
#group .back-div .div-left .atf-team-pic .atf-team-title,
#group .back-div .div-right .atf-team-pic .atf-team-title {
    height: 100px;
    width: 100%;
}

#system .back-div .div-left .atf-team-pic .atf-team-title h3,
#system .back-div .div-right .atf-team-pic .atf-team-title h3,
#group .back-div .div-left .atf-team-pic .atf-team-title h3,
#group .back-div .div-right .atf-team-pic .atf-team-title h3 {
    width: 75%;
    line-height: 45px;
    background-color: #03acff;
    color: var(--thm-white);
    border-radius: 10px;
}

#system .back-div .div-right .atf-team-pic .atf-team-title h3,
#group .back-div .div-right .atf-team-pic .atf-team-title h3 {
    background-color: #27cee3;
}

#system .back-div .div-left .atf-team-pic p,
#system .back-div .div-right .atf-team-pic p,
#group .back-div .div-left .atf-team-pic p,
#group .back-div .div-right .atf-team-pic p {
    width: 80%;
    margin: auto;
    text-indent: 2rem;
    text-align: start;
}

#system .back-div .div-left .atf-team-content img,
#system .back-div .div-right .atf-team-content img,
#group .back-div .div-left .atf-team-content img,
#group .back-div .div-right .atf-team-content img {
    width: 5px;
    height: 5px;
    margin: 10px;
}

#system .back-div .div-mid,
#group .back-div .div-mid {
    margin-top: 5%;
    margin-bottom: 5%;
    flex-shrink: 1;
}

#system .back-div .div-mid .atf-single-team,
#group .back-div .div-mid .atf-single-team {
    box-shadow: none;
}

#system .back-div .div-mid .atf-single-team:before,
#group .back-div .div-mid .atf-single-team:before {
    content: none;
}


.atf-blog-area.history .back-div {
    width: 75%;
    margin: auto;
}

#award .back-div {
    width: 100%;
    margin: auto;
}

#award .back-div #blog-slider {
    display: flex !important;
    flex-direction: column;
}

.atf-blog-area.history .back-div .atf-post-slide,
#award .back-div .atf-post-slide {
    margin: auto 10px;
}

.atf-blog-area.history .back-div .atf-post-slide .atf-post-title {
    padding-top: 0;
}

.atf-blog-area.history .back-div .atf-post-slide .circle-div img {
    width: 20px;
    height: 20px;
}

.atf-blog-area.history .back-div .atf-post-slide .circle-div img.circle-white {
    display: none;
}

.atf-blog-area.history .back-div .atf-post-slide p {
    text-align: start;
    padding-left: 45px;
    padding-right: 45px;
    min-height: 100px;
}

.atf-blog-area.history .back-div .atf-post-slide:hover {
    background-image: linear-gradient(to right, var(--thm-green), var(--thm-blue));
}

.atf-blog-area.history .back-div .atf-post-slide:hover h2,
.atf-blog-area.history .back-div .atf-post-slide:hover p {
    color: var(--thm-white);
}

.atf-blog-area.history .back-div .atf-post-slide:hover .circle-div img.circle-white {
    display: block;
}

.atf-blog-area.history .back-div .atf-post-slide:hover .circle-div img.circle-blue {
    display: none;
}


#group .atf-single-team:before {
    content: none;
}

#group .back-div .atf-single-team {
    box-shadow: unset;
}

/* 提高选择器优先级并确保样式覆盖 */
#group .back-div .atf-team-content div {
    width: 100% !important;
    height: 110px !important;
    margin: 10px 1px !important;
    position: relative !important;
}

#group .back-div .atf-team-content div:hover,
#group .back-div .div-mid .atf-single-team img:hover {
    transform: scale(1.01);
}

#group .back-div .atf-team-content div span {
    font-size: 20px;
    font-weight: 500;
    color: var(--thm-white);
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/* -------------------关于我们页------------------- */

.atf-breadcamp {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.atf-breadcamp li {
    color: rgba(255, 255, 255, 0.7);
    list-style: none;
}

.atf-breadcamp li:not(:last-child):after {
    content: '/';
    padding-right: 6px;
    margin-left: 6px;
}

.atf-breadcamp a:hover {
    color: var(--thm-white);
}

.atf-widget {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 30px;
    background: #fff;
}

.atf-widget .atf-widget-title {
    font-size: 22px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 25px;
    margin-top: -3px;
}

.atf-widget .atf-widget-title::before {
    content: '';
    background-color: var(--thm-blue);
    position: absolute;
    left: 15px;
    bottom: 1px;
    height: 3px;
    width: 43px;
}

.atf-widget .atf-widget-title::after {
    content: '';
    background-color: var(--thm-blue);
    position: absolute;
    left: 2px;
    bottom: 0px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
}

.atf-widget-list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 3px;
    margin-bottom: -18px;
    margin-left: -6px;
}

.atf-widget-list li {
    border: 1px dotted #eaeaea;
    background: var(--thm-white);
    margin: 5px;
}

.atf-widget-list a {
    display: block;
    padding: 10px 0;
    padding-left: 12px;
    /* background: var(--thm-color); */
    color: var(--thm-p);
}

.atf-widget-list a:hover {
    color: var(--thm-blue);
}

.atf-showcase img {
    width: 90px;
    height: 90px;
    margin: 5px 1px;
}

.atf-widget-list li::before {
    content: "\f35a";
    color: var(--thm-blue);
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 15px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 15px;
}

.atf-widget-list span {
    float: right;
    padding-right: 15px;
    font-weight: 600;
}

.atf-tagcloud {
    margin-bottom: -10px;
}

.atf-tagcloud .atf-tag {
    display: inline-block;
    font-size: 14px;
    padding: 6px 12px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin-right: 6px;
    margin-bottom: 10px;
}

.atf-tagcloud .atf-tag:hover {
    color: var(--thm-white);
    background-color: var(--thm-blue);
    border-color: var(--thm-blue);
}

.atf-post-details.atf-style1 {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.8em;
}

.atf-post-details.atf-style1 .slick-slide {
    line-height: 0;
}

.atf-post-details.atf-style1 .atf-post-thumb {
    margin-bottom: 25px;
}

.atf-post-details.atf-style1 .atf-post-thumb img {
    width: 100%;
}

.atf-post-details.atf-style1 .atf-post-title {
    font-size: 28px;
    margin-bottom: 9px;
}

.atf-post-details.atf-style1 blockquote {
    background-color: var(--thm-blue);
    margin: 0;
    padding: 27px 40px 25px;
    font-size: 19px;
    line-height: 1.6em;
    border-left: 5px solid var(--thm-p);
    border-radius: 100px;
    font-weight: 400;
    margin: 20px 0;
    color: white;
    text-align: center;
    border-right: 5px solid var(--thm-p);
    border-bottom: 3px solid var(--thm-p);
    font-style: italic;
}

.atf-post-details.atf-style1 blockquote.blockquote-banner {
    border-left: unset;
    border-right: unset;
    border-bottom: unset;
    border-radius: 0;
}

.atf-post-details.atf-style1 blockquote small {
    display: block;
    line-height: inherit;
    margin-top: 4px;
    color: #b5b5b5;
    font-size: inherit;
    font-size: 16px;
}

.atf-post-details.atf-style1 blockquote small span {
    color: var(--thm-black);
}

.atf-post-details.atf-style1 .atf-post-label {
    margin-bottom: 15px;
}

.atf-post-details.atf-style1 .atf-post-text p {
    margin-bottom: 15px;
}

.atf-post-details.atf-style1 .atf-post-meta {
    display: flex;
    justify-content: space-between;
    padding: 23px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.atf-post-details.atf-style1 h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.atf-post-details.atf-style1 p {
    margin-bottom: 15px;
}

.atf-post-details.atf-style1 img {
    margin-bottom: 20px;
    border-radius: 4px;
    margin-top: 5px;
}

.atf-post-details.atf-style1 .embed-responsive {
    margin-top: 15px;
    margin-bottom: 15px;
}

.atf-post-details.atf-style1 .embed-responsive iframe {
    width: 100%;
    height: 460px;
}

.atf-post-label>span {
    display: inline-block;
    position: relative;
}

.atf-post-label>span:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
}

.atf-post-label>span:not(:last-child):before {
    content: '';
    position: absolute;
    height: 16px;
    width: 1px;
    background-color: #b5b5b5;
    right: 0;
    top: 3px;
}

.atf-post-label a:hover {
    color: var(--thm-blue);
}

.news-detail .atf-post-tage-list {
    display: unset;
}

.news-detail .atf-post-tage-list li:not(:last-child):after {
    content: '';
}

.atf-post-tage-list {
    display: flex;
    flex-wrap: wrap;
}

.atf-post-tage-list li {
    margin-right: 5px;
    color: var(--thm-black);
    font-weight: 600;
}

.atf-post-tage-list li:not(:last-child):after {
    content: ',';
}

.atf-post-tage-list li a:hover {
    color: var(--thm-blue);
}

.atf-post-tages,
.atf-post-share {
    display: flex;
    align-items: center;
}

.atf-post-tages .atf-post-tage-title,
.atf-post-tages .atf-post-share-title,
.atf-post-share .atf-post-tage-title,
.atf-post-share .atf-post-share-title {
    margin: 0;
    font-size: 16px;
    margin-right: 10px;
    line-height: 1.4em;
}

.atf-post-share-btn-list {
    display: flex;
    flex-wrap: wrap;
}

.atf-post-share-btn-list a:not(:last-child) {
    margin-right: 12px;
    color: var(--thm-black);
}

.atf-post-share-btn-list a:hover {
    color: var(--thm-blue);
}

.atf-post-btn-gropu {
    display: flex;
    justify-content: space-between;
}

.atf-post-btn-gropu .atf-btn {
    min-width: 170px;
    justify-content: center;
}

.atf-post-btn-gropu .atf-themes-btn::before,
.atf-themes-btn::after {
    padding: 7px 15px;
}


.atf-page-heading-in .atf-post-label {
    color: rgba(255, 255, 255, 0.75);
    display: flex;
    justify-content: center;
    margin-top: 6px;
    font-size: 16px;
}

.atf-page-heading-in .atf-post-label>span:not(:last-child):before {
    background-color: var(--thm-white);
}

.atf-page-heading-in .atf-post-label>span:not(:last-child) {
    color: rgba(255, 255, 255, 0.75);
}

.atf-page-heading-in .atf-post-label a:hover {
    color: var(--thm-white);
}

.atf-page-heading-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    font-weight: 300;
    margin-top: 7px;
}

.atf-post-date i {
    margin-right: 6px;
}

@media screen and (max-width: 991px) {
    .atf-top-header {
        display: none;
    }

    .atf-main-responsive-nav .mean-bar .mean-nav .nav-item.languages .currentLang-span {
        display: none;
    }

    .atf-page-heading-title {
        font-size: 38px;
    }

    .atf-page-heading-subtitle {
        font-size: 16px;
    }

    .atf-page-heading.atf-size-md {
        height: 480px;
        padding-top: 50px;
    }

    .atf-page-heading-title br {
        display: none;
    }

    .atf-page-heading {
        height: 500px;
        padding-top: 80px;
    }

    .atf-page-heading.product-device-detail-banner {
        height: 550px;
    }

    .atf-page-heading.case-detail-banner {
        height: 630px;
    }
}

/*--------------------------------------------------------------
 Comment
----------------------------------------------------------------*/
.comments-title,
.comment-reply-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.comment-list-outer,
.comment-respond {
    padding: 40px 30px 10px 30px;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #eaeaea;
    border-radius: 4px;
}

.comment-body {
    position: relative;
    margin-left: 120px;
    margin-bottom: 30px;
    min-height: 90px;
}

.children .comment-body {
    min-height: 70px;
}

.comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comments-area ol {
    list-style: none;
    padding-left: 0;
}

.comments-area .children {
    padding-left: 130px;
}

/* .comments-area .children .children {
    padding-left: 35px;
} */

.comment-author .avatar {
    height: 90px;
    width: 90px;
    position: absolute;
    top: 0;
    left: -120px;
    border-radius: 50%;
}

.comment-author {
    line-height: 20px;
    margin-bottom: 30px;
    margin-right: 30px;
}

.comment-author a:hover {
    color: var(--thm-blue);
}

.comment-author .nm {
    font-weight: 600;
    color: var(--thm-black);
    font-size: 16px;
}

.comment-metadata {
    line-height: 20px;
}

.comment-metadata a {
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    left: -1px;
    top: 24px;
}

.comment-content {
    line-height: 25px;
    font-size: 15px;
}

.comment-content p {
    line-height: inherit;
    color: inherit;
    font-size: 14px;
}

.comment-reply-link {
    font-size: 15px;
    color: var(--thm-black);
    position: relative;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    color: var(--thm-blue);
}

.comment-reply-link i {
    margin-right: 6px;
}

.comment-reply-link:before {
    font-family: 'Font Awesome Free 5';
    margin-right: 4px;
}

.reply {
    margin-top: 10px;
}

.children .comment-body {
    margin-left: 100px;
}

.comment-respond {
    display: block;
    width: 100%;
    margin-top: 56px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-top: 1px solid #eaeaea;
}

.comment-form {
    display: flex;
    flex-wrap: wrap;
}

.comment-form-author,
.comment-form-email {
    width: 50%;
}

.comment-form-email {
    padding-left: 10px;
}

.comment-form-comment {
    width: 100%;
}

.comment-form-author {
    padding-right: 10px;
}

.comment-form-url {
    padding-left: 0px;
    width: 100%;
}

.form-submit {
    margin-bottom: 0;
}

.comment-form p {
    margin: 0;
}

.comment-form textarea,
.comment-form input {
    border: 1px solid #eaeaea;
    padding: 8px 10px;
    width: 100%;
    background-color: transparent;
    display: block;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    border-left: 4px solid var(--thm-color);
}

.post-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.post-navigation>div {
    display: inline-block;
}

.nav-previous a:before {
    content: "\f100";
    font-family: 'FontAwesome';
    margin-right: 4px;
}

.nav-next a:after {
    content: "\f101";
    font-family: 'FontAwesome';
    margin-left: 4px;
}

.nav-all-post {
    min-width: 120px;
    text-align: center;
    margin: 0 25px;
}

/*
* ----------------------------------------------------------------------------------------
* PAGINATION DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-post-pagination {
    margin: 30px 0;
    justify-content: center;
}

.page-item.active .page-link {
    background-color: var(--thm-blue);
    border-color: var(--thm-blue);
}

.pagination-outer {
    text-align: center;
}

.pagination {
    font-family: var(--thm-font);
    display: inline-flex;
}

.pagination li a.page-link {
    color: #666;
    background: var(--thm-white);
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    height: 35px;
    width: 35px;
    padding: 0;
    margin: 0 5px;
    border-radius: 0;
    /* border: 1px solid var(--thm-black); */
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link {
    color: var(--thm-white);
}

.pagination li a.page-link::before {
    content: '';
    background-color: var(--thm-blue);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: -1;
    transition: all 0.5s ease 0s;
    /* clip-path: polygon(0 0, 100% 0, 50% 100%); */
}

.pagination li a.page-link:hover:before,
.pagination li.active a.page-link:before {
    top: 0;
}

@media only screen and (max-width: 480px) {
    .pagination {
        font-size: 0;
        display: block;
    }

    .pagination li {
        display: inline-block;
        margin: 0 0 10px;
    }
}

/*--------------------------------------------------------------
START PROTFOLIO DETAILS DESIGN
----------------------------------------------------------------*/
.atf_portfolio__details-info-item ul li {
    display: inline-block;
    margin-bottom: 8px;
}

.atf_portfolio__details-info-item span {
    font-weight: 600;
    margin-right: 5px;
    color: var(--thm-black);
}

.atf_portfolio__details-info-item ul li a {
    color: var(--thm-base);
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.atf_portfolio__details-info-item ul li a:hover {
    color: var(--thm-blue);
    text-decoration: underline;
}

.atf_portfolio__details-goal-features .icon {
    color: var(--thm-blue);
}

.atf_portfolio__details-social ul li {
    display: inline-block;
}

.atf_portfolio__details-social ul li:not(:last-child) {
    margin-right: 5px;
}

.atf_portfolio__details-social ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: #f8f4ef;
    color: var(--thm-blue);
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
}

.atf_portfolio__details-social ul li a:hover {
    background: var(--thm-color);
    color: var(--thm-white);
}

/*--------------------------------------------------------------
END PROTFOLIO DETAILS DESIGN
----------------------------------------------------------------*/
/*--------------------------------------------------------------
START SERVICE DETAILS DESIGN
----------------------------------------------------------------*/
.atf_services__details-features .icon {
    color: var(--thm-blue);
}

.atf_services__details-list-icon i {
    font-size: 50px;
    color: var(--thm-blue);
}

.atf_services__details-list-content {
    margin: 15px 0;
}

.atf_services__details-features ul li .text h5 {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--thm-font);
    margin-bottom: 0;
    color: #0a4c48;
}

.atf_services__details-features ul li:not(:last-child) {
    margin-bottom: 13px;
}

.atf_services__widget {
    padding: 40px 40px;
    border: 1px solid #eaeaea;
}

.atf_services__widget-links ul li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}

.atf_services__widget-links ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #2c3941;
    font-family: var(--thm-font);
}

.atf_services__widget-download .services-download-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--thm-font);
    color: #ffffff;
    background: #0a4c48;
    text-transform: uppercase;
    height: 66px;
    line-height: 66px;
    padding: 0 40px;
    padding-right: 10px;
}

.atf_services__widget-download .services-download-btn.yellow {
    background: #fad105;
    color: #222222;
}

.atf_services__widget-social span {
    font-size: 15px;
    font-weight: 500;
    color: #2c3941;
    margin-right: 15px;
}

.atf_services__widget-social ul li a:hover {
    color: var(--thm-blue);
}

.atf_services__widget-social ul li {
    display: inline-block;
}

.atf_services__widget-social ul {
    display: inline-block;
}

.atf_services__widget-social ul li:not(:last-child) {
    margin-right: 15px;
}

.atf_services__sidebar-banner {
    position: relative;
}

.atf_services__sidebar-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.atf_services__sidebar-banner::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 57, 65, 0.58);
}

.atf_services__sidebar-banner-content h6 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}

.atf_services__sidebar-banner-content h4 {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 24px;
}

.atf_services__widget-download a {
    display: block;
    text-align: center;
}

/*--------------------------------------------------------------
END SERVICE DETAILS DESIGN
----------------------------------------------------------------*/
/*--------------------------------------------------------------
START TEAM DETAILS DESIGN
----------------------------------------------------------------*/
.atf_team-about-details h2 {
    line-height: 1;
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .atf_team-about-details h2 {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .atf_team-about-details h2 {
        font-size: 36px;
    }
}

.atf_team-about-details>span {
    font-size: 14px;
    color: var(--thm-blue);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}

.atf_team-about-details p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

.atf_team-about-details ul li {
    margin-bottom: 16px;
}

.atf_team-about-details ul li span {
    font-weight: 600;
    color: var(--thm-black);
    transition: all 0.3s ease-in-out 0s;
}

.atf_team-about-details ul li a:hover {
    color: var(--thm-blue);
    text-decoration: underline;
}

.atf_team-qualification {
    margin-bottom: 52px;
}

.atf_team-qualification h4 {
    font-size: 20px;
    margin-bottom: 30px;
}

.atf_team-qualification h4 span {
    color: var(--thm-blue);
}

.atf_team-qualification p {
    padding-right: 10px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .atf_team-qualification p {
        padding-right: 0;
    }
}

.atf_team-education {
    padding-bottom: 32px;
}

.atf_team-education ul li {
    margin-bottom: 23px;
}

.atf_team-education .edu-icon {
    float: left;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--thm-color);
    color: var(--thm-white);
    border-radius: 50%;
    text-align: center;
}

.atf_team-education .edu-icon i {
    font-size: 20px;
    color: var(--thm-white);
}

.atf_team-education .edu-text {
    overflow: hidden;
}

.atf_team-education .edu-text h5 {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1;
}

.atf_team-education .edu-text p {
    font-size: 14px;
    margin-bottom: 0;
}

.progress-title {
    font-size: 16px;
    color: var(--thm-black);
    text-transform: capitalize;
    margin: 10px 0 5px;
}

.progress {
    height: 5px;
    background: #d6d6d6;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: visible;
    position: relative;
}

.progress-bar {
    overflow: visible;
}

.progress .progress-bar {
    position: relative;
    -webkit-animation: animate-positive 5s;
    animation: animate-positive 5s;
}

.progress .progress-bar:after {
    content: "\f3c5";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: -22px;
    right: -7px;
    font-size: 25px;
    font-weight: 700;
    color: var(--thm-blue);
}

.progress .progress-value {
    display: block;
    font-size: 12px;
    color: var(--thm-black);
    position: absolute;
    top: -23px;
    right: 0;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0%;
    }
}

@keyframes animate-positive {
    0% {
        width: 0%;
    }
}

/*--------------------------------------------------------------
END TEAM DETAILS DESIGN
----------------------------------------------------------------*/
/*--------------------------------------------------------------
END BLOG DETAILS DESIGN
----------------------------------------------------------------*/
/*
* ----------------------------------------------------------------------------------------
* 12.END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-contact-info {
    padding: 35px;
    margin-right: 25px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.atf-contact-info .atf-section-title {
    margin-bottom: 30px;
}

.atf-main-contact {
    margin: 20px 0;
}

.atf-contact-details {
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.atf-contact-details i {
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: var(--thm-white);
    text-align: center;
    margin: 0px 0 25px;
    border-radius: 5%;
    background: var(--thm-color);
    float: left;
    margin-right: 25px;
}

.atf-contact-details h4 {
    font-size: 20px;
    line-height: 16px;
}

.atf-contact-details p {
    display: block;
    overflow: hidden;
}

.contact h4 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 400;
}

.atf-contact-area .atf-section-title p {
    width: 100%;
    color: var(--thm-p);
}

.contact .form-control {
    padding: 12px 15px;
    border-radius: 10px;
    margin-bottom: 5px;
    border-left: 4px solid var(--thm-blue);
}

.contact .form-control:focus {
    border-color: var(--thm-blue);
    box-shadow: none;
    outline: 0 none;
}

.contact textarea {
    border-radius: 0px;
    box-shadow: none;
    padding: 10px;
    height: 100px;
}

.contact textarea:focus {
    box-shadow: none;
    outline: 0 none;
    border-color: var(--thm-blue);
}

.success {
    background: #fff none repeat scroll 0 0;
    color: #42c0d9;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.actions .atf-themes-btn {
    width: 100%;
}

.atf-contact-btn .atf-themes-btn::before {
    top: 5.5%;
}

.atf-contact-btn .atf-themes-btn {
    padding: 12px 22px;
}

.atf-contact-btn .atf-themes-btn::before,
.atf-contact-btn .atf-themes-btn::after {
    color: unset;
}

/*
* ----------------------------------------------------------------------------------------
* 13.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
#footer {
    position: relative;
}

.atf-footer-area {
    position: relative;
    z-index: 1;
}

.atf-footer-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #032132;
    /* border-radius: 50% 50% 0% 0%/100% 100% 0% 0%; */
    transform: scaleX(2.1);
    z-index: -1;
}

.atf-mailchamp-area {
    padding-top: 90px;
    padding-bottom: 60px;
}

.atf-mailchamp-subscribe {
    position: relative;
}

.atf-mailchamp-subscribe .btn i {
    font-size: 18px;
    color: var(--thm-white);
}

.atf-mailchamp-subscribe .btn {
    position: absolute;
    right: 18px;
    background: transparent;
    box-shadow: none;
    top: 5px;
    background: var(--thm-color);
    border-radius: 10px;
    color: var(--thm-white);
}

.atf-mailchamp-border {
    border-bottom: 1px dashed var(--thm-white);
}

.atf-mailchamp-headding h2 {
    font-size: 33px;
    color: var(--thm-white);
    font-weight: 700;
}

.atf-mailchamp-subscribe form input:focus {
    box-shadow: none;
    outline: 0 none;
    border-color: var(--thm-blue);
}

.atf-mailchamp-subscribe form input {
    background: var(--thm-white);
    color: var(--thm-black);
    border: 1px solid #eee;
    width: 100%;
    height: 50px;
    padding-left: 15px;
    font-size: 14px;
    border-radius: 10px;
}

.atf-mailchamp-subscribe .form-group {
    margin-bottom: 0;
}

.atf-mailchamp-subscribe .atf-themes-btn {
    position: absolute;
    right: 5px;
    padding: 12px 23px;
    top: -3px;
}

.atf-mailchamp-subscribe .atf-themes-btn:hover {
    transform: translateY(-0px);
}

.atf-mailchamp-subscribe .atf-subscription-label {
    color: var(--thm-white);
    margin-bottom: 15px;
}

.atf-footer-boottom {
    padding: 15px 0;
    background: #00121e;
}

.atf-footer-box p {
    color: var(--thm-white);
    margin-bottom: 20px;
}

.atf-footer-box strong {
    font-weight: 700;
}

.atf-footer-social-icon a i:hover {
    background: var(--thm-black);
    color: var(--thm-blue);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.atf-footer-social-icon a i {
    font-size: 16px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    color: var(--thm-white);
    text-align: center;
    background: var(--thm-black);
}

.atf-footer-area .atf-footer-link {
    position: relative;
}

.atf-footer-area .atf-footer-link::after {
    content: '';
    position: absolute;
    left: 31px;
    top: 37px;
    background: #86909c;
    width: 45px;
    height: 1px;
}

.atf-footer-area .atf-footer-link::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 35px;
    background: #86909c;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.atf-footer-area .atf-footer-link.first::after {
    content: none;
}

.atf-footer-area .atf-footer-link.first::before {
    content: none;
}

.atf-footer-area .atf-footer-link.first .atf-footer-box img {
    width: 188px;
    height: auto;
}

.atf-footer-area .atf-footer-link.first .atf-footer-box h3 {
    color: var(--thm-white);
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.atf-footer-area .atf-footer-link.first .atf-footer-box h5 {
    color: var(--thm-white);
    font-size: 14px;
    font-weight: 400;
    margin-top: 2%;
    margin-bottom: 10px;
}

.atf-footer-area .atf-footer-link.first .atf-footer-box p {
    color: var(--thm-gray);
    font-size: 14px;
}

.atf-footer-area .atf-footer-link.first .atf-footer-box p a {
    margin-right: 10px;
}

.atf-footer-area .link-area span {
    color: var(--thm-gray);
    font-size: 14px;
}

.atf-footer-area .link-area span a {
    margin-left: 5px;
    margin-right: 5px;
}

.atf-footer-link h5 {
    margin-bottom: 35px;
    font-size: 14px;
    color: var(--thm-white);
    font-weight: 700;
}

.atf-footer-link .atf-list-menu li a {
    color: #86909c;
    margin-bottom: 10px;
    display: block;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    max-width: 150px;
    /* 禁止换行 */
    white-space: nowrap;
    /* 隐藏超出内容 */
    overflow: hidden;
    /* 使用省略号表示溢出部分 */
    text-overflow: ellipsis;
}

.atf-footer-link .atf-list-menu li a:hover {
    color: var(--thm-white);
    /* padding-left: 4px; */
    transform: scale(1.05);
}

.atf-footer-link .atf-list-menu li a span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font-weight: 500;
    font-family: var(--thm-font);
}

.atf-footer-link p {
    color: var(--thm-white);
}

.atf-footer-boottom p {
    color: #3d4b56;
}

.atf-footer-boottom p a {
    color: #3d4b56;
    font-weight: unset;
    font-size: 14px;
}

.atf-footer-boottom a {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-decoration: underline;
}

.atf-footer-boottom a:hover {
    color: var(--thm-white);
    text-decoration: inherit;
}

.atf-payment-link img {
    margin-right: 6px;
}

.form-message.error {
    margin-top: 20px;
    color: var(--thm-black);
}

#footer .atf-footer-top {
    padding-top: 70px;
    padding-bottom: 10px;
}

/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-map-area iframe {
    width: 100%;
    height: 150px;
    display: block;
}

/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*----------------------------------------*/
/*  LOGIN CSS START
/*----------------------------------------*/
.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.atf-login__wrapper {
    padding: 50px 85px 55px;
    background: var(--thm-white);
    box-shadow: 0px 30px 60px rgba(3, 4, 28, 0.1);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .atf-login__wrapper {
        padding: 50px 40px 55px;
    }
}

@media (max-width: 575px) {
    .atf-login__wrapper {
        padding: 40px 25px 45px;
    }
}

.atf-login__title {
    font-size: 34px;
    letter-spacing: -0.04em;
    margin-bottom: 6px;
}

.atf-login__top p {
    font-size: 16px;
}

.atf-login__input {
    position: relative;
}

.atf-login__input-wrapper {
    margin-bottom: 14px;
}

.atf-login__input input {
    background: var(--thm-white);
    border: 1px solid #EAEAEF;
    padding-left: 55px;
    /* padding-right: 50px; */
    height: 60px;
    line-height: 60px;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
}

.atf-login__input input:active,
.atf-login__input input:hover,
.atf-login__input input:focus {
    border: 1px solid var(--thm-color) ! important;
}

.atf-login__input span {
    position: absolute;
    top: 50%;
    left: 27px;
    -webkit-transform: translateY(calc(-50% - 3px));
    -moz-transform: translateY(calc(-50% - 3px));
    -ms-transform: translateY(calc(-50% - 3px));
    -o-transform: translateY(calc(-50% - 3px));
    transform: translateY(calc(-50% - 3px));
}

.atf-login__input-item {
    position: relative;
}

.atf-login__input-item:not(:last-child) {
    margin-bottom: 20px;
}

.atf-login__input-item>span {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(calc(-50% - 3px));
    -moz-transform: translateY(calc(-50% - 3px));
    -ms-transform: translateY(calc(-50% - 3px));
    -o-transform: translateY(calc(-50% - 3px));
    transform: translateY(calc(-50% - 3px));
}

.atf-login__input-item>span:hover {
    cursor: pointer;
}

.atf-login__remember input[type=checkbox],
.atf-login__remember input[type=radio] {
    display: none;
}

.atf-login__remember input[type=checkbox]:checked~label::after,
.atf-login__remember input[type=radio]:checked~label::after {
    background-color: transparent;
    border-color: var(--thm-blue);
}

.atf-login__remember input[type=checkbox]:checked~label::before,
.atf-login__remember input[type=radio]:checked~label::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.atf-login__remember label {
    font-size: 14px;
    position: relative;
    padding-left: 30px;
}

.atf-login__remember label::after,
.atf-login__remember label::before {
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-color: var(--thm-white);
    border: 1px solid #EAEAEF;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.atf-login__remember label::before {
    width: 14px;
    height: 14px;
    background-color: var(--thm-blue);
    left: 3px;
    top: 5px;
    right: 3px;
    bottom: 3px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.atf-login__remember label:hover {
    cursor: pointer;
}

.atf-login__forgot a {
    font-size: 14px;
    color: var(--thm-blue);
    text-transform: capitalize;
}

.atf-login__forgot a:hover {
    color: var(--thm-blue);
}

.atf-login__btn {
    padding-bottom: 25px;
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.atf-login__social-header {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.02em;
    color: var(--thm-black);
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 25px;
}

.atf-login__social-header::after,
.atf-login__social-header::before {
    position: absolute;
    content: "";
    left: 100%;
    top: 10px;
    width: 30px;
    height: 1px;
    background-color: var(--thm-black);
}

.atf-login__social-header::before {
    left: auto;
    right: 100%;
}

.atf-login__social-item a {
    display: inline-block;
    padding: 11px 25px;
    font-weight: 500;
    font-size: 14px;
    background: var(--tp-common-white);
    border: 1px solid #EAEAEF;
    margin-bottom: 20px;
    margin-right: 10px;
}

@media (max-width: 575px) {
    .atf-login__social-item a {
        width: 100%;
        margin-right: 0;
    }

    .atf-login__title {
        font-size: 25px;
    }
}

.atf-login__social-item a:last-child {
    margin-right: 0;
}

.atf-login__social-item a .login-social-icon {
    margin-right: 3px;
}

.atf-login__social-item a .login-social-icon svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.atf-login__social-item a:hover {
    border-color: var(--thm-blue);
}

.atf-login__register-now {
    text-align: center;
}

.atf-login__register-now p {
    font-size: 14px;
    margin-bottom: 0;
}

.atf-login__register-now p a {
    color: var(--thm-black);
    font-weight: 500;
    transition: all 0.3s ease-in-out 0s;
}

.atf-login__register-now p a:hover {
    color: var(--thm-blue);
}

/* --------------引用-------------- */
blockquote {
    background: var(--thm-white);
    margin-top: 10px;
    margin-left: 10px;
    padding: 10px 10px;
    border-left: 4px solid var(--thm-blue);
}

blockquote h3 {
    font-size: 18px;
}

blockquote.high {
    border-left: 8px solid var(--thm-blue);
    height: 100%;
    background: #E8F9FB;
}

blockquote.blockquote-banner {
    border-left: 0px;
    background-image: linear-gradient(to right, var(--thm-blue), var(--thm-green));
    height: 60px;
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

blockquote.blockquote-banner span {
    color: #fff;
    font-size: 16px;
}

blockquote.blockquote-banner span:hover {
    transform: scale(1.1);
}

blockquote.blockquote-banner .btn {
    font-size: 18px;
    margin-left: 10px;
    border-radius: 5px;
    background: #FFFFFF;
    color: #00b4ff;
    border-color: #63dbf9;
    line-height: 20px;
}

/* --------------引用-------------- */
/* --------------标题-------------- */
.title-div {
    background-image: url(../img/case/case-title-bg.png);
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 172px;
    height: 52px;
}

.title-div span {
    color: var(--thm-white);
    font-size: 20px;
    font-weight: 600;

}

.second-title {
    font-size: 18px !important;
    font-weight: 600;
    color: var(--thm-blue)
}

/* --------------标题-------------- */

/* --------------英文状态专属样式-------------- */
.limit-one-line {
    /* 禁止换行 */
    white-space: nowrap !important;
    /* 隐藏超出内容 */
    overflow: hidden !important;
    /* 使用省略号表示溢出部分 */
    text-overflow: ellipsis !important;
}

.limit-two-line {
    /* 使用 WebKit 的弹性盒子模型 */
    display: -webkit-box !important;
    /* 设置为垂直排列 */
    -webkit-box-orient: vertical !important;
    /* 限制显示两行 */
    -webkit-line-clamp: 2 !important;
    /* 隐藏超出内容 */
    overflow: hidden !important;
    /* 使用省略号表示溢出部分 */
    text-overflow: ellipsis !important;
}

.limit-three-line {
    /* 使用 WebKit 的弹性盒子模型 */
    display: -webkit-box !important;
    /* 设置为垂直排列 */
    -webkit-box-orient: vertical !important;
    /* 限制显示3行 */
    -webkit-line-clamp: 3 !important;
    /* 隐藏超出内容 */
    overflow: hidden !important;
    /* 使用省略号表示溢出部分 */
    text-overflow: ellipsis !important;
}

.limit-four-line {
    /* 使用 WebKit 的弹性盒子模型 */
    display: -webkit-box !important;
    /* 设置为垂直排列 */
    -webkit-box-orient: vertical !important;
    /* 限制显示4行 */
    -webkit-line-clamp: 4 !important;
    /* 隐藏超出内容 */
    overflow: hidden !important;
    /* 使用省略号表示溢出部分 */
    text-overflow: ellipsis !important;
}

.limit-five-line {
    /* 使用 WebKit 的弹性盒子模型 */
    display: -webkit-box !important;
    /* 设置为垂直排列 */
    -webkit-box-orient: vertical !important;
    /* 限制显示5行 */
    -webkit-line-clamp: 5 !important;
    /* 隐藏超出内容 */
    overflow: hidden !important;
    /* 使用省略号表示溢出部分 */
    text-overflow: ellipsis !important;
}

.limit-six-line {
    /* 使用 WebKit 的弹性盒子模型 */
    display: -webkit-box !important;
    /* 设置为垂直排列 */
    -webkit-box-orient: vertical !important;
    /* 限制显示6行 */
    -webkit-line-clamp: 6 !important;
    /* 隐藏超出内容 */
    overflow: hidden !important;
    /* 使用省略号表示溢出部分 */
    text-overflow: ellipsis !important;
}

.limit-eight-line {
    /* 使用 WebKit 的弹性盒子模型 */
    display: -webkit-box !important;
    /* 设置为垂直排列 */
    -webkit-box-orient: vertical !important;
    /* 限制显示8行 */
    -webkit-line-clamp: 8 !important;
    /* 隐藏超出内容 */
    overflow: hidden !important;
    /* 使用省略号表示溢出部分 */
    text-overflow: ellipsis !important;
}

.limit-nine-line {
    /* 使用 WebKit 的弹性盒子模型 */
    display: -webkit-box !important;
    /* 设置为垂直排列 */
    -webkit-box-orient: vertical !important;
    /* 限制显示9行 */
    -webkit-line-clamp: 9 !important;
    /* 隐藏超出内容 */
    overflow: hidden !important;
    /* 使用省略号表示溢出部分 */
    text-overflow: ellipsis !important;
}

/* --------------英文状态专属样式-------------- */


/* --------------AI-agent-------------- */
.AI-agent-banner {
    width: auto;
    height: 986px;
    position: relative;
    z-index: 2;
}

.AI-agent-banner::before {
    background-color: rgba(232, 242, 255);
}

.AI-agent-banner .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.AI-agent-banner .container {
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
}


.AI-agent-banner .container .atf-page-heading-title.title1 {
    font-size: 48px;
}

.AI-agent-banner .container .atf-page-heading-title.title2 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 18px;
}

.AI-agent-knowledge {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    top: -80px;
}

.AI-agent-knowledge .row.row-onetwo {
    margin-bottom: 150px;
}

.AI-agent-knowledge .row .div-left .atf-team-content {
    width: 100%;
    height: 75%;
    box-shadow: 0 0 15px #dff0f9;
}

.AI-agent-knowledge .row .div-left .atf-team-content h3 {
    font-size: 30px;
    font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
}

.AI-agent-knowledge .row .div-left .atf-team-content p {
    font-size: 20px;
    font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
}

.AI-agent-knowledge .row .div-left .atf-team-content .btn-chat {
    width: 100px;
    height: 30px;
    color: white;
    background-image: linear-gradient(to right, #00e4ff, #00b4ff);
    border-radius: 15px;
    border: white;
}

.AI-agent-knowledge .row .div-left .atf-team-content .btn-chat:hover {
    background-image: unset;
    border: 1px solid #00e4ff;
    color: #00e4ff;
}

.AI-agent-knowledge.last::before {
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(232, 242, 255);
}

.AI-agent-officeAssistant {
    width: auto;
    height: 958px;
    position: relative;
    top: -80px;
}

.AI-agent-officeAssistant ::before {
    content: none;
}

.AI-agent-officeAssistant .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.AI-agent-officeAssistant .container {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.AI-agent-officeAssistant .container .atf-section-title h2,
.AI-agent-officeAssistant .container .atf-section-title p {
    color: white;
}

.AI-agent-officeAssistant .container .atf-page-heading-title.title1 {
    font-size: 48px;
}

.AI-agent-officeAssistant .container .atf-page-heading-title.title2 {
    font-size: 20px;
    font-weight: 400;
    width: 75%;
    margin: auto;
}

/* --------------AI-agent-------------- */

/* --------------AI-feature-------------- */

.AI-agent-banner.AI-feature-banner .container {
    top: 220px;
}

.AI-agent-banner.AI-feature-banner .container .atf-page-heading-title.title1 {
    font-size: 60px;
}

.AI-agent-banner.AI-feature-banner .container .atf-page-heading-title.title2 {
    font-size: 30px;
}

#aboutHTHR #about .about-image.right img {
    width: 100%;
    max-height: 610px;
}

#aboutHTHR .bottom .btn-chat {
    width: 120px;
    height: 40px;
    font-size: 16px;
    color: white;
    background-image: linear-gradient(to right, #00e4ff, #00b4ff);
    border-radius: 20px;
    border: white;
    margin: auto;
}

#aboutHTHR .bottom .btn-chat:hover {
    background-image: unset;
    border: 1px solid #00e4ff;
    color: #00e4ff;
}

.AI-features {
    width: auto;
    height: 958px;
    position: relative;
}

.AI-features ::before {
    content: none;
}

.AI-features .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}

.AI-features .container {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.AI-features .container .atf-section-title h2,
.AI-features .container .atf-section-title p {
    color: white;
}

.AI-features .container .atf-page-heading-title.title1 {
    font-size: 48px;
}

.AI-features .container .atf-page-heading-title.title2 {
    font-size: 20px;
    font-weight: 400;
    width: 75%;
    margin: auto;
}

.AI-features .bottom .btn-chat {
    width: 120px;
    height: 40px;
    font-size: 16px;
    color: white;
    background-color: white;
    border-radius: 20px;
    border: 1px solid #00e4ff;
    color: #00e4ff;
    margin: auto;
}

.AI-features .bottom .btn-chat:hover {
    background-image: linear-gradient(to right, #00e4ff, #00b4ff);
    color: white;
;
}

#group.AI-feature-agent .atf-section-title h2,
#group.AI-feature-agent .atf-section-title p {
    color: white;
}

#group.AI-feature-agent .bottom .btn-chat {
    width: 120px;
    height: 40px;
    font-size: 16px;
    color: white;
    background-color: white;
    border-radius: 20px;
    border: 1px solid #00e4ff;
    color: #00e4ff;
    margin: auto;
}

#group.AI-feature-agent .bottom .btn-chat:hover {
    background-image: linear-gradient(to right, #00e4ff, #00b4ff);
    color: white;
;
}

#group.AI-feature-agent .back-div .div-mid {
    position: relative;
}

#group.AI-feature-agent .back-div .div-mid .agent-robot {
    position: absolute;
    right: -20%;
    bottom: 0;
}

#group.AI-feature-agent .back-div .chat-box {
    margin: unset;
    width: 60%;
    height: 85%;
    background: white;
    box-shadow: 0 0 15px #dff0f9;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#group.AI-feature-agent .back-div .div-left .chat-box.top {
    position: absolute;
    top: 0;
    left: 15%;
}

#group.AI-feature-agent .back-div .div-left .chat-box.mid {
    position: absolute;
    top: 0;
    left: 35%;
}

#group.AI-feature-agent .back-div .div-left .chat-box.bot {
    position: absolute;
    top: 0;
    right: -15%;
    z-index: 2;
}

#group.AI-feature-agent .back-div .div-right .chat-box.top {
    position: absolute;
    top: 0;
    right: 15%;
}

#group.AI-feature-agent .back-div .div-right .chat-box.mid {
    position: absolute;
    top: 0;
    right: 35%;
}

#group.AI-feature-agent .back-div .div-right .chat-box.bot {
    position: absolute;
    top: 0;
    left: -15%;
    z-index: 2;
}

#group.AI-feature-agent .back-div .chat-box .top {
    margin: unset;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: start;
    align-items: start;
    padding: 10px;
}

#group.AI-feature-agent .back-div .chat-box .top .agent-robot-head {
    margin: unset;
    height: 30px;
    width: auto;
}

#group.AI-feature-agent .back-div .chat-box .top p {
    margin: unset;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
}

#group.AI-feature-agent .back-div .chat-box .bottom {
    margin: unset;
    width: 100%;
    height: 40px;
    padding-left: 10px;
}

#group.AI-feature-agent .back-div .chat-box .bottom p {
    margin: unset;
    width: 95%;
    text-align: left;
    background: rgb(237, 240, 253);
    box-shadow: 0 0 15px #dff0f9;
}

#group.AI-feature-agent .back-div .atf-team-content {
    height: 500px;
}

/* --------------AI-feature-------------- */

/* --------------AI-dosing-------------- */
.AI-agent-banner.AI-feature-banner .container .div_btnPlay {
    width: 100%;
    height: 200px;
    margin: auto;
    position: relative;
}

.AI-agent-banner.AI-feature-banner .container .div_btnPlay a:hover {
    background-color: white;
    box-shadow: 0px 0px 3px 3px var(--thm-blue);
}

.div_video {
    background-color: white;
    width: 800px;
    height: 600px;
    margin: auto;
    position: fixed;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.div_video video {
    width: 100%;
    height: 100%;
}

#aboutHTHR.AI-dosing-robot .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

#aboutHTHR.AI-dosing-robot #about .about-image.left {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

#aboutHTHR.AI-dosing-robot #about .about-image.left span {
    width: 50%;
    font-size: 48px;
    font-weight: 400;
    font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    color: black;
}

#aboutHTHR.AI-dosing-robot #about .about-image.left span.English {
    font-size: 20px;
    color: unset;
}

#aboutHTHR.AI-dosing-robot #about .about-image.left.my-4 {
    justify-content: start;
}

#aboutHTHR.AI-dosing-robot #about .about-image.left.my-4 span {
    font-size: 20px;
    color: unset;
}

#aboutHTHR.AI-dosing-robot #about .about-image.right img {
    width: 100%;
    height: 610px;
}

.AI-features.AI-dosing-adjust .container {
    top: 160px;
}

.AI-features.AI-dosing-adjust .container .atf-section-title h2 {
    font-size: 48px;
    font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    font-weight: 400;
}

.AI-features.AI-dosing-adjust .container .atf-section-title p.English {
    font-size: 20px;
    font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    margin-top: 20px;
}

.AI-features.AI-dosing-adjust .container .atf-section-title h3 {
    font-size: 20px;
    font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    margin-top: 20px;
    color: white;
    font-weight: 400;
}

/* --------------AI-dosing-------------- */

/* --------------AI-scheduling-------------- */
.AI-agent-knowledge.AI-scheduling,
.AI-agent-officeAssistant.AI-scheduling {
    top: 0px;
}
.foot_up{
    margin-top:0;
}
/* --------------AI-scheduling-------------- */
