html {
    font-size: 16px; /* 设置根元素的字体大小 */
}

body {
    font-size: 1rem; /* 使用相对单位 */
}

.imgmax{
    width: 100%!important;
}
.imgmax33{
    width: 175px;
}
.imgmax10{
    width: 3.75rem;
}
.imgmax50{
    width: 50px;
}
.imgmax36{
    height: 28px;
}
.margin-btm{
    margin-bottom: 40px!important;
}
.margin-btm20{
    margin-bottom: 20px!important;
}
.margin-btm25{
    margin-bottom: 25px!important;
}
.margin-btm50{
    margin-bottom: 50px!important;
}
.margin-btm70{
    margin-bottom: 70px!important;
}
.margin-btm88{
    margin-bottom: 88px!important;
}
.margin-t40{
    margin-top: 40px!important;
}
.margin-t15{
    margin-top: 15px;
}

.margin-tb15{
    margin: 10px 0;
}
.monitor-ht30{
    margin: 30px 0;
}
.center{
    text-align: center;
}
.page15{
    padding: 0 15px;
}
.page-active{
    padding: 0 15px 0 45px;
}
.page-monitor{
    padding: 0 15px 0 35px;
}
.pad-btm{
    padding-bottom: 30px;
}
.pad-top{
    padding-top: 30px;
}
.pad-top-zero{
    padding-top: 0px;
}
.mar-top-zero{
    margin-top: 0px!important;
}
/* home */
.header{
    height: 60px;
    background: #FFFFFF;
}
.header .container-fluid{
    padding: 0;
}
.header .navbar-header{
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.header .navbar-brand {
    /* height: 42.55px; */
    padding: 0px;
}

.header .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background-color: #FFFFFF;
}
.header .navbar-default {
    background-color: #ffffff;
    border-color: #FFFFFF;
    padding: 0 15px;
}
.header .navbar-nav{
    margin:0 -15px;
    border-bottom: 1px solid #DCDCDC;
}
.header .navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border-color:#ffffff ;
}
.header .navbar-default .navbar-nav > li{
    padding: 0 15px;
    height: 60px;
}
.header .navbar-default .navbar-nav > li > a{
    color: #303748;
    border-bottom: 1px solid #DCDCDC;
    padding-left: 0;
    height: 60px;
    display: flex;
    align-items: center;
}
.header .navbar-default .navbar-nav > li:last-child > a {
    border: none !important;
}
.header .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    color:#303748;
    background-color: #FFFFFF;
}
.logo{
    width:120px;
    position: relative;
}
.logo-menu{
    height: 24px;
}
.flex-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: space-evenly;
    height: 60px;
}
.header-title{
    font-family: Microsoft YaHei, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #606266;
    display: inline-block;
}
.header-title a{
     color: #606266;
     text-decoration: none;
}
.header-title1{
    position: absolute;
    right: 55px;
    /* margin-right: 37px; */
}
.header-title2{
    position: absolute;
    right: calc(18% - 15px);
    /* margin-right: 100px; */
}


.header .navbar-default .navbar-toggle{
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    right: 15px;
    border: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center
}
.dividing_line{
    height: 1px;
    width: 100%;
    position: relative;
    top: -60px;
}
.navbar-light .navbar-toggler-icon {
    background-image: url('../images/home/menu.svg');
}
.navbar-toggler-icon {
    height: 2px;
    width: 1.25em;
    background: currentColor;
    border-radius: 10px;
    transition: .2s .2s top,.2s .2s bottom,.2s transform,0s .2s opacity;
    position: relative
}

.navbar-toggler-icon:after,.navbar-toggler-icon:before {
    content: '';
    display: block;
    height: inherit;
    width: inherit;
    border-radius: inherit;
    background: inherit;
    position: absolute;
    left: 0;
    transition: inherit
}

.navbar-toggler-icon:before {
    top: -.45em
}

.navbar-toggler-icon:after {
    bottom: -.45em
}

.gif .navbar-toggler-icon {
    transform: rotate(45deg);
    transition: .3s top,.3s bottom,.3s .3s transform,0s .3s opacity
}

.gif .navbar-toggler-icon:before {
    top: 0;
    transform: rotate(-90deg)
}

.gif .navbar-toggler-icon:after {
    bottom: 0;
    opacity: 0
}
.navbar-nav li a{
    font-family: Microsoft YaHei, sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    color: #303748;
}
.two-header{
    font-family: Source Han Sans CN, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: #303748;
    line-height: 36px;
    text-align: center;
    margin: 30px 0;
}
.two-bottom-border{
    width: 40px;
    height: 2px;
    background: #0862DE;
    margin-left: calc(50% - 20px);
}
.two-content{
    /* padding: 0 15px; */
}
.two-content-relative{
    position: relative;
}
.two-content-absolute{
    position: absolute;
    margin-top: 36px;
}
.two-content-title{
    font-family: Source Han Sans CN, sans-serif;
    font-weight: bold;
    font-size: 1.125rem;
    color: #303748;
    margin-left: 24px;
    white-space: nowrap;
}
.two-content-titleb{
    color: #FFFFFF;
}
.two-content-btn{
    margin-top: 15px;
    border: 1px solid #2E82F6;
    font-family: Source Han Sans CN, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    width: 100px;
    text-align: center;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2E82F6;
    margin-left: 24px;
}
.three-content-diso{
    font-family: Source Han Sans CN, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    color: #606266;
    line-height: 2;
}
.three-content-cul{
    font-family: Source Han Sans CN, sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    color: #303748;
    line-height: 50px;
}
.three-content-home{
    position: absolute;
    margin-top: 60px;
    padding-left: 15px;
}
.three-content-home-flex{
    display: flex; 
    justify-content: left;
    font-family: Microsoft YaHei, sans-serif;
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 1.45;
}
.three-content-home-flex-ling{
    color: #E4AB63;
    font-size: 0.4rem;
    position: relative;
    top: 0.3rem;
    margin-right:0.2rem;
}
.cul-flex{
    background: linear-gradient(0deg, #FFFFFF 0%, #F2F4F8 100%);
    border-radius: 2px;
    border: 2px solid;
    border-image: linear-gradient(0deg, #EDF1F4, #F8F9FB) 5 5;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 10px;
    height: 80px;
    padding: 0 15px;
    position: relative;
}
.cul-flex-one{
    width: 3.75rem;
}
.cul-flex-two{
    font-family: Alimama ShuHeiTi, sans-serif;
    font-weight: bold;
    font-size: 1rem;
    color: #014BB2;
    width: 60px;
    margin:0 0.2rem 0 1.2rem;
}
.cul-flex-three{
    font-weight: 400;
    font-size: 0.875rem;
    color: #606266;
    text-align: left;
}
.three-content-none{
    display: none;
}
.three-content-more{
    border-radius: 4px;
    border: 1px solid #2E82F6;
    width: 100px;
    margin-left: calc(50% - 50px);
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans CN, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #2E82F6;
    margin-top: 15px;
    margin-bottom: 15px;
}
.three-content-more img{
    height: 12px;
}
.pat-content-background{
    padding-bottom: 1px;
    background: #EDF1F4;
}
.swiper-container-background{
    background-color: #F8F9FD;
    padding-bottom: 30px;
    margin-top: -1px;
}
.swiper-container-background-top{
    padding-top: 30px;
    margin-top: 0;
}
.patent-content{
    background: #EDF1F4;
    padding: 30px 15px;
}
.patent-content-title{
    width: 100%;
    height: 24px;
    font-family: Source Han Sans CN, sans-serif;
    font-weight: bold;
    font-size: 0.875rem;
    text-indent: 4px;
    color: #867760;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(254,225,156,0.6), rgba(255,255,255,0.4), rgba(254,226,160,0.25), rgba(255,255,255,0.12), rgba(254,225,156,0));
}
.patent-content-title2{
    font-family: Source Han Sans CN, sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    color: #606266;
    line-height: 24px;
}
.patent-content-none{
    display: none;
}
.four-content{
    width: 100% ;
    overflow: hidden;
}
.swiper-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 5px; /* 给每个轮播图添加间距 */
}

.swiper-wrapper {
    display: inline-flex;
}

.swiper-slide {
    display: inline-block;
    box-sizing: border-box;
    margin-right: 5px; /* 添加20px的间距 */
}

.scroll-left .swiper-wrapper {
    animation: scroll-left linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-33%);
    }
}

.scroll-right .swiper-wrapper {
    animation: scroll-right linear infinite;
}

@keyframes scroll-right {
    0% {
        transform: translateX(-33%);
    }
    100% {
        transform: translateX(0);
    }
}

.iwd-footer{
    
}
.iwd-footer-title{
    font-family: Source Han Sans CN, sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    color: #0862DE;
    
}
.iwd-footer-diso{
    font-family: Source Han Sans CN, sans-serif;
    font-weight: 400;
    font-size: 0.8125rem;
    line-height: 2;
    color: #606266;
    margin-top: 20px;
    margin-bottom: 40px;
}
.iwd-footer-line{
    margin-top: 16px;
    width: 100%;
    height: 1px;
    background: #DCDCDC;
}
.hr-left{
    visibility: hidden;
}
.iwd-footer-fen{
    margin-top: 20px;
    font-family: Source Han Sans CN, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #0862DE;
    line-height: 2;
    margin-bottom: 45px;
}
.iwd-ba{
    font-family: Source Han Sans CN, sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    color: #FFFFFF;
    background: #122A5F;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
    margin-bottom: 50px;
}
.footer-fix{
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background: #FFFFFF;
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer-fix-content{
    font-family: Microsoft YaHei, sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    color: #606266;
    
}
.footer-fix-content img{
    height: 20px;
    position: relative;
    top: -2px;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 10001;
}
.popup {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: white;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height:300px;
    width: 100%;
    z-index: 10001;
}
.wetCat{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}
.wetCat img{
    width: 175px;
}
.wetCat-diso{
    font-family: Source Han Sans CN, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #606266;
    line-height: 32px;
}
.close-button {
    float: right;
    cursor: pointer;
}
.close-button img{
    height: 18px;
}
.popup2 {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: white;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height:470px;
    width: 100%;
    z-index: 10001;
}
.footer-learnMore{
    width: 100%;
}
.footer-describe{
    font-family: Source Han Sans CN, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #606266;
    margin-bottom: 5px;
}

.input-box{
    width: calc(100% - 18px);
    background: #FFFFFF;
    border-radius: 5px;
    height:36px;
    line-height: 36px;
    border: 1px solid #D6DAE4;
    outline: none;
    padding-left: 16px; /* 左侧内边距 */
    font-size: 1rem;
}
 /* 设置 placeholder 颜色 */
input::placeholder,textarea::placeholder{
    color: #BEC3CC; /* 暗淡的颜色 */
    opacity: 1; /* 确保颜色在所有浏览器中都能正常显示 */
}

.input-textarea{
    height: 72px;
    resize: none;
}
.fromBtn{
    height: 35px;
    width: calc(100% - 18px);
    outline: none;
    border: none;
    background: #2E82F6;
    border-radius: 5px;
    font-size: 1.125rem;
    color: #FFFFFF;
    margin-top: 16px;
}

/* active */
.two-content-active-flex{
    position: relative;
}
.two-content-active-mode{
    display: flex;
    align-items: center;
    /* width: calc(50% - 7.5px); */
    background: linear-gradient(180deg, #FFFFFF 0%, #F2F4F8 100%);
    border-radius: 4px;
    border: 1px solid #ECEFF1;
    /* border-image: linear-gradient(0deg, #ECEFF1, #E9EDF3) 2 2; */
    margin-bottom: 15px;
    position: relative;
}
.two-content-active-mode img{
    height: 60px;
    padding-left: 15px;
}
.two-content-active-mode-title{
    font-family: Source Han Sans CN, sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    color: #303748;
    line-height: 36px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
}
.two-content-active-mode-diso{
    font-family: Source Han Sans CN, sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    color: #4A4C4E;
    padding: 0 6px;
    line-height: 2;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.mar-r15{
    margin-right: 15px;
}
.dim-background{
    background: #F1F2F6;
    padding-bottom: 30px;
}
.three-content-active-title{
    font-family: Source Han Sans CN, sans-serif;
    font-weight: bold;
    font-size: 1.125rem;
    color: #303748;
    line-height: 32px;
    margin-bottom: 5px;
}
.three-content-active-diso{
    font-family: Source Han Sans CN, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    color: #606266;
    margin-bottom: 15px;
    line-height: 2;
}
.foter-line{
    margin-bottom: 50px;
}
.three-content-active-flex{
    display: flex; 
    justify-content: left;
}

.drop{
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius:3px;
    background-color: #606266;
    margin-right: 4px;
    position: relative;
    top: -4px;
}
.product-background{
    margin-top: 30px;
    background: #FFFFFF;
    margin-bottom: 85px;
}
.page-active{
    margin-bottom: 15px;
}
.product-content-mode{
    background: #FAFBFD;
    border-radius: 4px;
    border: 1px solid #D9E7F9;
    display: flex;
    align-items: center;
    padding: 10px 5px 10px 5px;
}
.product-content-title{
    font-family: Source Han Sans CN, sans-serif;
    font-weight: bold;
    font-size: 1rem;
    color: #2099F4;
    line-height: 2;
    margin-left: 30px;
}
.product-content-diso{
    font-family: Source Han Sans CN, sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    color: #606266;
    line-height: 2;
    margin-left: 30px;
}
.product-content-mode .imgmax-active{
    height: 60px;
    position: absolute;
    left: 15px;
}
/* monitor */
.two-monitor-diso{
    font-family: Source Han Sans CN, sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    color: #303748;
}
.two-monitor-disob{
    font-size: 1rem;
}
.product-monitor-mode{
    background: #FAFBFD;
    border-radius: 4px;
    border: 1px solid #D9E7F9;
    display: flex;
    align-items: center;
    padding: 10px 5px 10px 5px;
}
.product-monitor-mode .imgmax-monitor{
    height: 40px;
    position: absolute;
    left: 15px;
}
.page-monitor-down{
    display: flex;
    justify-content: center;
}
.product-monitor-flex{
    padding:15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei, sans-serif;
    font-weight: bold;
    font-size: 1.375rem;
    color: #2099F4;
}
.product-monitor-bottom-border{
    width: 100px;
    height: 1px;
    background: #B4CEFB;
    margin-left: calc(50% - 50px);
    position: relative;
    top: -10px;
    
}
.monitor-botimg{
   /* height:35px; 
   display: flex;
   justify-content: center;
   align-items: center; */
}
.monitor-botimg-content{
    font-family: Source Han Sans CN, sans-serif;
    font-weight: bold;
    font-size: 0.75rem;
    color: #FFFFFF;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.monitor-botimg img{
    margin: 0;
    width: calc(100% - 30px);
    margin-left: 15px;
    height: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.blod-18{
    font-family: Source Han Sans CN, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #303748;
}
/* dialTest */
.two-content-dialTest-mode{
    background: linear-gradient(0deg, #FFFFFF, #F3F5F8);
    box-shadow: 4px 5px 8px 0px rgba(214,217,223,0.24);
    border-radius: 4px;
    border: 1px solid #ECEFF4;
    margin-bottom: 15px;
    position: relative;
}
.dialTest-monitor-bottom-border{
    width: 40px;
    height: 1px;
    background: #B4CEFB;
    margin-left: calc(50% - 20px);
    position: relative;
    top: -10px;
}
/* app */
.app-footer-title{
    font-family: Source Han Sans CN, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #606266;
}

.website-footer-title{
    font-family: Source Han Sans CN, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #606266;
    display: flex;
    justify-content: space-around;
}

/* 针对特定设备 */
@media (max-width: 350px) {
    .header-title{
        font-size: 0.8125rem;
    }
    .two-content-title{
        font-size: 0.875rem;
    }
    .cul-flex-three{
        font-size: 0.625rem;
    }
    .three-content-home-flex{
        font-size: 0.6rem;
    }
    .patent-content-title2{
        font-size: 0.6rem;
    }
    .three-content-home-flex-ling{
        color: #E4AB63;
        font-size: 0.4rem;
        position: relative;
        top: 0.4rem;
        margin-right:0.2rem;
    }
}

a.header-ec{
    color: #4A4D52;
    display: inline-block;
    font-weight: 400;
    text-decoration: none!important;
    margin-left: 15px;
    border: 1px solid #D9DEE8;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 0.7rem;
}
a.header-ec:hover{
    color: #4A4D52;
}