*::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 5px;
}
 
*::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    padding-right: 2px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

@media (min-width:768px){
    .navbar-nav{
        float: right !important;
    }
}


html{
    font-size: 14px !important;
}

html {
    scroll-behavior: smooth;
  }


.app{
    width: 100%;
    height: calc(100vh - 80px);
     overflow: auto; 
}
.header{
    width: 100%;
    height: 92px;
    background: skyblue;
}
.logo{
    margin:20px 20px 0 0;
}
.yuanjing{
    font-size: 20px;
    font-weight: 600;
    margin-top: 24px;
}
#contentTop{
    height: 80px;
}
.phone{
    color: #37C186;
    margin-top: 10px;
}
.phone1{
    color: #37C186;
    display: flex;
    align-items: center;
}
.shangwuxiao{
    margin: 14px 18px 0 0;
    cursor: pointer;
}
.shangwuxiao:hover ~.shangwuda{
    bottom: -282px;
    height: 266px;
    box-shadow: 0 0 4px 1px #ccc;
}

.shangwuda{
    position: absolute;
    left: -135px;
    bottom: -10px;
    width: 264px;
    height: 0px;
    z-index: 100;
    transform-origin: 50% 0;
    transition: all 0.3s ease-in-out;
}
.shangwuxiao:hover ~.shangwudaFooter{
    bottom: 40px;
    height: 266px;
    box-shadow: 0 0 4px 1px #ccc;
}
.shangwudaFooter{
    position: absolute;
    left: -108px;
    bottom: 40px;
    width: 264px;
    height: 0px;
    z-index: 100;
    transform-origin: 50% 0;
    transition: all 0.3s ease-in-out;
}
.contentTop_left{
    width: 60%;
}
.contentTop_right{
    width: 40%;
    position: relative;
}
.banner{
    width: 100%;
    height: 700px;
}
.banner_title{
    font-size: 62px;
    color: #fff;
    margin-top: 189px;
}

.banner_title1{
    font-size: 24px;
    color: #fff;
    margin-top: 22px;
}
.banner_title4{
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
}
.banner_title2{
    width: 83%;
    display: flex;
    justify-content: space-between;
}
.banner_title3{
    font-size: 62px;
    color: #fff;
    font-weight: 600;
}
.banner_title3 > span{
    color: #37C186;
}
.banner_kuai{
    width: 144px;
    height: 50px;
    background: #37C186;
    text-align: center;
    border-radius: 25px;
    line-height: 50px;
    margin-top: 64px;
    color: #fff;
    font-size: 24px;
}
.yuyue{
    width: 420px;
    background: rgba(255 255 255 / 80%);
    height: 420px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -210px;
    margin-left: -210px;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.yuyue > input{
    height: 55px;
    border: none;
    border-radius: 6px;
    padding: 10px;
}
.yuyue > textarea{
    border: none;
    border-radius: 6px;
    padding: 10px;
    max-width: 375px;
    min-width: 375px;
    max-height: 121px;
    min-height: 121px;
}
.yuyue > button{
    height: 55px;
    border: none;
    background: #37C186;
    font-size: 24px;
    color: #fff;
}
.content{
    margin: 0 auto 0 auto;
}
.module{
    width: calc(100%);
    text-align: center;
    margin-bottom: 150px;
    padding: 0 100px;
}
.module1{
    margin: 0 auto;
    text-align: center;
}
.module > img{
    margin-top: 100px;
    margin: 100px 0 60px 0;
}
.module1 > img{
    margin-top: 100px;
    margin: 100px 0 60px 0;
}
.demo1{
    /* height: 100px; */
    display: flex;
}
.NeedsAndValues{
    height: 440px;
    display: flex;
}
.NeedsAndValues > .title{
    font-size: 20px;
    text-align: left;
    margin: 0 1%;
}
.productPresentation{
    height: 440px;
    display: flex;
    width: 1300px;
    margin: 0 auto;
}
.background_b{
    background: rgba(55 193 134 / 10%);
}
.productPresentation > .title{
    font-size: 20px;
    text-align: left;
    margin: 0 1%;
}
.demo1 > .title{
    font-size: 20px;
    text-align: left;
    margin-left: 12px;
    line-height: 36px;
    text-indent: 40px;
}
.NeedsAndValues > .title{
    font-size: 20px;
    text-align: left;
    margin: 0 1%;
}
.title_content{
    margin-top: 80px;
}
.title_content1{
    margin-top: 36px;
}
.title_content_title1{
    font-size: 28px;
    color: #37C186;
}
.title_content_title2{
    font-size: 20px;
    font-weight: 600;
    margin-left: 2%;
}
.title_content_value{
    font-size: 16px;
    color: #666666;
    margin-top: 12px;
}
.team_kuai .title_content_dian{
    width: 10px;
    height: 10px;
    background: #37C186;
    border-radius: 45%;
    margin-right: 4% ;
    margin-top: 6px;
}
.title_content_dian{
    width: 10px;
    height: 10px;
    background: #37C186;
    border-radius: 45%;
    margin-right: 1% ;
    margin-top: 6px;
}
.team{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.team_kuai{
    width: 224px;
    height: 320px;
    box-shadow: 0px 0px 8px 0px rgba(145, 145, 145, 0.5);
    border-radius: 3%;
}
.team_kuai > img{
    width: 160px;
    height: 160px;
    margin-top: -80px;
}
.team_name{
    font-size: 20px;
    color: #000000;
    font-weight: 600;
}
.team_position{
    font-size: 16px;
    color: #333;
}
.team_introduce{
    width: 90%;
    display: flex;
    font-size: 16px;
    color: #666;
    text-align: left;
    margin-left: 5%;
    margin-top: 8px;
}
.cdms{
    width: 100%;
    height: 360px;
}
.cdms_title{
    height: 360px;
    margin-top: -360px;
    text-align: center;
}
.cdms_title > button{
    width: 200px;
    height: 60px;
    background: #37C186;
    color: #fff;
    font-size: 24px;
    border: none;
    border-radius: 10px;
    margin-top: 45px;
}
.cdms_title1{
    font-size: 48px;
    line-height: 48px;
    padding-top: 86px;
}
.cdms_title2{
    font-size: 24px;
    line-height: 24px;
    margin-top: 48px;
}
.footer_content{
    height: 271px;
    background: #fff;
}
.footer_content > div{
}
.footer_ul{
    display: flex;
    padding: 0;
    text-align: left;
}
.footer_li{
    width: 18%;
    font-size: 16px;
    list-style: none;
    margin-top: 28px;
    cursor: pointer;
}
.footer_title{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    text-align: left;
}
.footer_title > div{
    width: 50%;
    font-size: 14px;
    margin-top: 16px;
}
.footer_li > a{
    color: black !important;
    text-decoration:none !important;
}
.putOnRecords{
    height: 68px;
    background: #fff;
    color: #2b2b2b;
    line-height: 68px;
    font-size: 14px;
}
.putOnRecords_content{
    display: flex;
    justify-content: center;
}

.navbar{
    margin-bottom: 0 !important;
}
.container-fluid{
    width: calc(100%);
    padding: 0 100px !important;
}
.navbar-default{
    width: 100%;
    position: sticky !important;
    top: 0;
    z-index: 23;
    height: 80px;
}
.nav>li>a{
    font-size: 20px;
    padding: 0px 0px !important;
    padding-bottom: 5px !important;
}
.nav:not(.navbar-right)>li{
    padding-top: 30px;
    margin-right: 15px;
}
/* .navbar-nav>li>a{
    line-height: 49px !important;
} */
.navbar-nav{
    margin-left: 90px !important;
}
.navbar-right{
    margin-left: 30px !important;
}

.contentTop_module{
    height: 700px;
    margin-top: -700px;
    display: flex;
    text-align: left;
}
#hotId{
    display: none !important;
}
.footerButton{
    display: none;
}
#dialog{
    display: none;
}
.putOnRecords a{
    color: #2b2b2b;
    text-decoration: none;
}
.dropdown-menu>li>a{
    line-height: 2 !important;
}
.contentTop_right img{
    margin-top: 30%;
}
.banner_title2 button{
    width: 372px;
    height: 55px;
    background: #37C186;
    border: none;
    margin-top: 64px;
    font-size: 24px;
    color: #fff;
}
button:focus{
    outline: none;
}
/* .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color: rgb(55 193 134 / 20%) !important;
} */
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color: unset !important;
    border-bottom: 2px solid #37C186;
}
.banner_kuai{
    display: none;
}

.topSwiper {
    width: 100%;
    height: 880px;
    min-width: 1440px;
}  
.slide-img1{
    background-image:url(../imgs/banner1.svg);
    background-size: cover;
}
.slide-img2{
    background-image:url(../imgs/banner2.png);
    background-size: cover;
}
.slide-img3{
    background-image:url(../imgs/banner3.png);
    background-size: cover;
}

.swiper-pagination-bullet {
    width: 13px !important;
    height: 13px !important;
  }

.swiper-pagination-bullet-active{
    width: 70px !important;
    background: #37C186 !important;
    border-radius: 10px !important;
}
.appWrap{
    display: inline-block !important;
    line-height: 4.5 !important;
}
.navbar-default{
    background-color: #fff !important;
}
.slide-img2 .leftContent{
    width: 800px;
    height: 100%;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 250px;
    position: absolute;
    width: calc(100% - 200px);
    min-width: 1440px;
    left: 0;
    padding-left: 100px;
}
.slide-img2 .leftContent  div,.slide-img2 .leftContent  p{
    display: inline-block;
}
.slide-img2 .leftContent  .title{
    font-size: 50px;
}
.slide-img2 .leftContent  .mbtn{
    width: 120px;
    height: 50px;
    line-height: 45px;
    background-color: rgb(19 171 106 / 70%);
    box-shadow: 0px 2px 10px 0px rgb(158 225 196);
    border: 3px solid rgba(255, 255, 255, 1);
    text-align: center;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
}
.slide-img2 .leftContent  .bar{
    width: 286px;
    height:55px;
    line-height: 55px;
    padding-left: 10px;
    font-size: 17px;
    color: #666;
}
.slide-img2 .leftContent  .mcontent p{    
    font-size: 50px;
}
.slide-img2 .leftContent  .mcontent{    
    line-height: 1;
}
.slide-img2 .leftContent  .mcontent div{    
    font-size: 30px;
}
.slide-img2 .leftContent  .title>div{
    display: table-cell;
}
.slide-img2 .leftContent  .title>div:first-child{
    color: #37C186;
}










.slide-img3 .leftContent{
    width: 800px;
    height: 100%;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 330px;
    padding-bottom: 200px;
    position: absolute;
    width: calc(100% - 200px);
    min-width: 1440px;
    left: 0;
    padding-left: 100px;
}
.slide-img3 .leftContent  div,.slide-img3 .leftContent  p{
    display: inline-block;
}
.slide-img3 .leftContent  .title{
    font-size: 50px;
}
.slide-img3 .leftContent  .mbtn{
    width: 120px;
    height: 50px;
    line-height: 45px;
    background-color: rgb(19 171 106 / 70%);
    box-shadow: 0px 2px 10px 0px rgb(158 225 196);
    border: 3px solid rgba(255, 255, 255, 1);
    text-align: center;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
}

.slide-img3 .leftContent  .title>div{
    display: table-cell;
}
.slide-img3 .leftContent  .title>p{
    display: table-cell;
}
.slide-img3 .leftContent  .title>p{
    color: #37C186;
}
.slide-img3 .leftContent  .mbtn-wrap span{
    color: #666;
    padding: 12px 0;
    border-radius: 5px;
    font-size: 18px;
    margin-right: 30px;
}
.slide-img3 .leftContent  .mbtn-wrap span img{
    margin-right: 8px;
    margin-bottom: 5px;
}
















.slide-img1 .leftContent{
    width: 800px;
    height: 100%;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 200px;
    margin: auto;
}
.slide-img1 .leftContent  div,.slide-img1 .leftContent  p{
    display: inline-block;
}
.slide-img1 .leftContent  .title{
    font-size: 40px;
}
.slide-img1 .leftContent  .mtitle{
    font-size: 28px;
}
.slide-img1 .leftContent  .adContent{
    min-width: 370px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 30px;
    color:repeating-linear-gradient(to left,#37C186,#c4f2c3);
}
.slide-img1 .leftContent  .mcicle{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #37C186;
    border-radius: 50%;
}
.slide-img1 .leftContent  .adBar{
    height: 50px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
}
.slide-img1 .leftContent  .adBar .leftLine{
    width: 170px;
    height: 6px;
    background: repeating-linear-gradient(to left,#37C186,#c4f2c3);
    clip-path: polygon(0 50%,12% 0, 100% 0, 100% 100%,12% 100%);
}
.slide-img1 .leftContent  .adBar .rightLine{
    width: 170px;
    height: 6px;
    background: repeating-linear-gradient(to left,#37C186,#c4f2c3);
    clip-path: polygon(0 50%,12% 0, 100% 0, 100% 100%,12% 100%);
    transform: rotate(180deg);
}
.slide-img1 .leftContent  .mbtn{
    width: 170px;
    height: 70px;
    line-height: 60px;
    background-color: rgb(19 171 106 / 70%);
    box-shadow: 0px 2px 10px 0px rgb(158 225 196);
    border: 3px solid rgba(255, 255, 255, 1);
    text-align: center;
    color: #fff;
    font-size: 23px;
    cursor: pointer;
    box-shadow: 0px 8px 31px -1px #37c186;
}

.slide-img1 .leftContent  .title>div{
    display: table-cell;
}
.slide-img1 .leftContent  .title>p{
    display: table-cell;
}
.slide-img1 .leftContent  .title>p{
    color: #37C186;
}
.slide-img1 .leftContent  .mbtn{
    background: #37C186;
    color:  #fff;
    margin-bottom: 100px;
    border-radius: 40px;
}
.slide-img1 .text-gradient{
    background-image: linear-gradient(to right, #43b967, #33bb31);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 30px;
}

.swiper-pagination{
    position: relative !important;
    bottom: 18% !important;
}

.moduleTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 4;
    margin-bottom: 60px;
    font-weight: bold;
}
.moduleTitle span{
    color: #37C186;
}

.module .advantageCard {
    height: 360px;
    width: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: rgba(204, 204, 204, .1);
    border-radius: 6px;
    border: 2px #fff solid;
    box-shadow: 0px 8px 76px -1px #c8d0cd;
}
.module   .advantageWraps{
    display: flex;
    justify-content: space-between;
}
.module   .advantageCard img{
    width: 170px;
    height: 130px;
}
.module   .advantageCard p{
    font-size: 20px;
    font-weight: 600;
}
.module   .advantageCard span{
    max-width: 180px;
}
.content{
    background-color: rgba(158, 225, 196, .01);
    width: 100%;
    min-width: 1440px;
}

.generalTitle{
    width: 500px;
    text-align: left;
    position: relative;
}
.generalTitle > span{
    font-size: 35px;
    color: #c3c2c2;
    position: absolute;
    bottom: 15px;
    bottom: 20px;
    z-index: -1;

}
.generalTitle > p{
    color: #58687A;

}

.submoduleTitle {
    display: flex;
    align-items: center;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 600;
}
.submoduleTitle span{
    color: #37C186;
}

.moreList{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    margin-top: 30px;
}
.moreList img{
    cursor: pointer;
    margin-bottom: 10px;
}

.moreSimpleRight img{
    margin-top: 70px;
    width: 800px;
    height: 400px;
}
.moreList .mline{
    width: 408px;
    height: 2px;
    background-color: #37C186;
    position: relative;
    left: 237px;
    top: 42px;
}

.moreSimple{
    display: flex;
    justify-content: space-between;
}
.moreSimple > img{
    width: 66%;
    z-index: 9;
    min-width: 800px;
}
.diyExpendBottom{
    display: flex;
    justify-content:space-between;
    margin-top: 40px;
}
.diyExpendBottom img{
   width: 27.33%;
}
.openRight img{
    width: 850px;
    height: 400px;
}

.supportCart div{
    max-width: 300px;
    margin: auto;
}
.supportCart p{
    font-size: 20px;
    font-weight: 600;
    margin: 40px 0;
}

.supportCart{
    width: 450px;
    margin-top: 50px;
}

.supportList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sceneCard{
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    margin-top: 50px;
}
.sceneCard p{
    margin-top: 20px;
}
.applicationScene{
    background-color: rgba(158, 225, 196, .1);
    padding: 0 100px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.applicationScene > div:nth-child(5n){
    margin-right: 0;
}
.fullModule{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}

.appraiseCard img{
    width: 250px;
    height: 150px;
}
.appraiseCard {
    display: flex;
    width: 830px;
    height: 300px;
    margin: auto;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    box-shadow: 0px 8px 76px -1px #c8d0cd;
}
.appraiseCard .mTitle{
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}
.appraiseCard .appraiseRight{
    display: flex;
    padding-left: 20px;
    flex-direction: column;
    align-items: start;
    line-height: 2;
}
.appraiseCard .appraiseRight .mContent{
    max-width: 500px;
    text-align: left;
}

.appraiseWrap{
    display: flex;
    height: 430px;
}

.greenLabel{
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    background-color: #37C186;
}
.whiteLabel{
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    line-height: 1;
    color: #858383;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    background-color: #fff;
    border: 1px solid #ccc6c6;
}

.swiper-button-prev,.swiper-button-next{
    color: #babcbc !important;
}

.bottomBar{
    height: 300px;
    background-color: rgb(19 171 106 / 33%);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.bottomTitle{
    font-size: 25px;
    font-weight: bolder;
}
.bottomBtn{
    width: 200px;
    height: 60px;
    background: #37C186;
    color: #fff;
    font-size: 24px;
    border: none;
    border-radius: 10px;
    line-height: 60px;
    cursor: pointer;
    text-align: center;
}

.footerList{
    line-height: 3;
    text-align: left;
}
.footerTitle{
    font-size: 17px;
    font-weight: 600;
}
.footerItem{
    color: #666666;
}
.footerItem .shangwuxiao:first-child{
    margin-left: 0;
}
.footerModule{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    min-width: 1440px;
}

.headerThumbnail{
    height: 300px;
    position: relative;
}
.headerThumbnail img{
    width: 100%;
    height: 300px;
}
.headerThumbnail >span{
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 40%;
    width: calc(100%);
    padding-left: 100px;
    min-width: 1440px;
    right: 0;
}
.headerThumbnail .msmall{
    font-size: 30px;
}
.headerThumbnail .titleLine{
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #fff;
    position: relative;
    bottom: 7px;
}

.introduceCard img{
    display: inline;
    width: 250px;
    height: 250px;
    margin-right: 70px;
    cursor: pointer;
}
.introduceCardWrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.introduceCardWrap .introduceCardDetail:nth-child(5n){
    margin-right: 0;
}
@media (max-width: 1710px)
{
    .introduceCardWrap .introduceCardDetail:nth-child(5n){
        margin-right: 73px;
    }
    .introduceCardWrap .introduceCardDetail:nth-child(4n){
        margin-right: 0;
    }
}
.introduceCard{
    display: inline-block;
}
.introduceCardDetail{
    cursor: pointer;
    display: inline-flex;
    width: 242px;
    height: 213px;
    box-shadow: 0px 0px 5px 2px #c8d0cd;
    border-radius: 3px;
    padding: 15px 30px;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin-right: 73px;
    margin-bottom: 50px;
}
.introduceCardDetail img{
    width:50px;
    height: 50px;
}
.introduceCardDetail div{
    font-size: 16px;
    font-weight: bold;
}
.footerThumbnail{
    position: relative;
}
.footerThumbnail >img{
    width: 100%;
    min-width: 1440px;
}
.footthumbWrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,.5); */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

.footthumbWrap span{
    font-size: 50px;
    color: #fff;
}
.aboutCompanyCard img{
    height: 300px;
    width:400px;
}
.aboutCompanyCard{
    display: flex;
    justify-content: space-evenly;
    text-align: left;
    margin: 60px 0;
}
.aboutCompanyCard .mcontent{
    max-width: 500px;
}
.aboutCompanyCard .mtitle{
    font-size: 30px;
    font-weight: 600;
}
.aboutCompanyCard .companyRight{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: start;
}
.standardNav ul{
    list-style-type: none;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
}
.standardNav {
    width: calc(100%);
    margin: 0 auto;
    height: 70px;
    padding: 0 100px;

}
.standardNavWrap{
    display: flex;
    justify-content: center;
    background: rgb(19 171 106 / 49%);
}
.standardNav a{
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: inherit;
}
.standardNav a:hover{
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}
.standardNav ul li{
    display: inline-block;
    height: 100%;
    width: -webkit-fill-available;
    text-align: center;
    line-height: 70px;
    cursor: pointer; 
}
.standardNav a:hover,.standardNav a:visited,.standardNav a:link, .standardNav a:active {
    color:#fff;
    text-decoration:none;
}
/* .standardNav ul li:hover{
    background: rgb(19 171 106 / 53%);
} */
.standardNav .active{
    background: rgb(19 171 106 / 53%);
}

.standardCardWrap{
    width: 400px;
    height: 200px;
    border: 1px solid rgb(19 171 106 / 8%);
    padding: 50px;
    position: relative;
    line-height: 2;
    cursor: pointer;
    box-shadow: 0px 8px 50px -1px rgb(19 171 106 / 18%);
    border-radius: 10px;
}
.standardCardWrap:hover{
    background-color: rgb(19 171 106 / 8%);
}
.standardCardWrap div{
    font-size: 20px;
    font-weight: bold;
    
}
.standardCardWrap span{
    color: #6c6666;
}
.standardCardWrap img{
    height: 70px;
    width: 70px;
    position: absolute;
    left: 41%;
    top: -17%;
    
}
.standarLeft{
    width: 300px;
    height: 700px;
}
.standarLeft >span{
    line-height: 50px;
    text-align: left;
    width: 100%;
    height: 50px;
    background: rgb(19 171 106 / 83%);
    font-size: 18px;
    color: #fff;
    padding:0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.standarList >span >span{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.standarList .active{
    color: #37c186;
}

.standarLeft img{
    height: 25px;
    width: 25px;
}
.standarLeft >span div{
    display: inline-block;
}
.standarList{
    height: 650px;
    overflow: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.standarList >span{
    padding-left: 10px;
    width: 100%;
    text-align: left;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    background-color: rgba(51, 212, 142, 0.08);
    border-bottom:1px solid rgba(214, 214, 214, 0.5);
}
.standardBtn{
    width: 20%;
    height: 50px;
    background: rgb(19 171 106 / 83%);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.standarRight{
    padding-left: 30px;
    width: 900px;
    flex: 1;
}

.standardReasearchInput{
    margin-right: 30px;
    width: 50%;
    height: 50px;
    border: 1px solid #c0c1c2;
    padding: 0 10px;
    font-size: 18px;
    color: #6c6666;
    outline: none;
}
.standardReasearch{
    display: flex;
    justify-content: end;
}
.standardTable{
    padding-top: 50px;
}

.standardTable thead{
    background-color: rgba(242, 242, 242, 1);
}
.standardTable tbody tr:nth-child(even){
    background-color: rgba(242, 242, 242, .3);
}
.standardTable tbody tr{
    cursor: pointer;
}

.dropdown-menu>.active>a{
    background-color: rgb(19 171 106 / 83%) !important;
}
.pagination>.active>a{
    background-color: rgb(19 171 106 / 83%) !important;
}
.fixed-table-container{
    padding-bottom: 41px !important;
}

.articalWrap .articalTitle {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.articalTips{
    display: flex;
    justify-content: space-around;
    padding: 0 200px;
    color: #58687A;
    margin-bottom: 20px;
}

.articalContent p{
    line-height: 30px;
    margin-bottom: 20px;
    text-align: left;
    color: #58687A;
}

.dealYourWorry{
    position: relative;
}
.dealYourWorry .worryOne{
    position: relative;
    bottom: 3px;
}
.dealYourWorry .worryTwo{
    position: absolute;
    left: -13px;
    top: 57%;
    transform: scale(.9);
}
.dealYourWorry .worryThree{
    position: absolute;
    right: -24%;
}
.table>tbody>tr>td{
    text-align: left;
}


.footerList .footerItem{
    cursor: pointer;
}

.standardTips{
    line-height: 50px;
    font-size: 18px;
    flex: 1;
    color: #37C186;
    text-align: left;
    display: block;
    max-width: 315px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.appWrapm{
    margin-right: 10px;
}

.expendCardWrap{
    width: 28rem;
    height: 33rem;
    padding: 6rem;
}
.expendCardWrap img{
    width: 60%;
}
.expendCardWrap .expendTitle{
    line-height: 3.5;
    color: #37C186;
    font-size: 1.5rem;
}
.expendCardWrap .expendContent{
    font-size: 1rem;
    line-height: 1.8;
    color: #848b91;
}



.navbar-collapse{
    min-width: 900px;
  }


