main{
    padding-bottom: 40px;
}
.banner, .banner .main {
    display: flex;
    justify-content: center;
}
.banner {
    background-image: url(https://resource.fs.com/mall/blog/2024092412152229qalr.jpg);
    background-image: var(--0f8f0482);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px;
}
.nav {
    background-color: #eee;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 2;
}
.nav .main {
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    width: 84vw;
}
.nav .main.no_en ul {
    gap: 34px;
}
.nav .main ul {
    display: flex;
    gap: 48px;
    height: 56px;
    width: 100%;
}
.nav .main ul li, .nav .main ul li>a {
    position: relative;
}
.nav .main ul li a {
    color: #707070;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 100%;
    line-height: 22px;
    line-height: 56px;
    position: relative;
}
.nav .main ul li>a:after {
    background-color: #c00000;
    border-radius: 4px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .2s;
    width: 100%;
}
.nav .main ul li.active a {
    color: #19191a;
}
.more {
    margin: 40px 0 20px;
}
.more .main {
    margin: 0 auto;
    max-width: 1200px;
    width: 84vw;
}
.more .main .tit {
    color: #19191a;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 20px;
}
.more .main .list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
}
.more .main .list li {
    border-radius: 8px;
    display: flex;
    transition: all .2s;
}
.more .main .list li a {
    display: flex;
    flex: 1;
    flex-direction: column;
    transition: all .3s;
}
.more .main .list li a .img {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.more .main .list li a .img img {
    display: block;
    max-width: 100%;
}
.more .main .list li a .content {
    border: 1px solid #e5e5e5;
    border-radius: 0 0 8px 8px;
    border-top: none;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 12px;
    padding: 20px 20px 52px;
    position: relative;
}
.more .main .list li a .content .tag {
    align-items: center;
    color: #707070;
    display: flex;
    font-size: 12px;
    gap: 8px;
    line-height: 20px;
}
.more .main .list li a .content h3, .more .main .list li a .content p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.more .main .list li a .content h3 {
    color: #19191a;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}
.more .main .list li a .content .time, .more .main .list li a .content p {
    color: #707070;
    font-size: 12px;
    line-height: 20px;
}
.more .main .list li a .content h3, .more .main .list li a .content p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.more .main .list li a .content .time {
    align-items: center;
    bottom: 20px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: calc(100% - 40px);
}
.more .main .list li a .content .time, .more .main .list li a .content p {
    color: #707070;
    font-size: 12px;
    line-height: 20px;
}
.more .main .list li a .content .time div {
    align-items: center;
    display: flex;
    gap: 4px;
}
.iconfont {
    font-family: iconfont!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pagination {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
}
.pagination .disabled {
    background: none;
    color: #ccc;
    cursor: not-allowed;
}

.pagination .active {
    background-color: #f2f2f2;
    border-radius: var(--fs-border-radius-normal);
    font-weight: 600;
}
.pagination li{
    color: #19191a;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: var(--fs-input-height-small);
    justify-content: center;
    line-height: 22px;
    line-height: var(--fs-input-height-small);
    margin: 0 4px;
    min-width: var(--fs-input-height-small);
}
.pagination span {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin: 0 4px;
}

.contain {
    margin: 0 auto;
    max-width: 1200px;
    width: 84vw;
}
.contain .bread_crumb_box {
    padding: 20px 0;
}
.breadcrumb {
    display: flex;
}
.breadcrumb-item-dark {
    color: #707070;
}
.breadcrumb-item {
    color: #707070;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    height: 18px;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.contain .bread_crumb_box .breadcrumb_href {
    color: #707070;
    text-decoration: none;
}
.breadcrumb-item__separator {
    display: inline-block;
    margin: 0 4px;
    vertical-align: middle;
}
.contain .main {
    display: flex;
}
.contain .main .lt {
    flex: 1;
}
.contain .main .lt .blog_tit {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 16px;
}
.contain .main .lt .blog_subtit {
    font-size: 16px;
    line-height: 24px;
    margin: 16px 0;
}

.contain .main .lt .blog_info {
    align-items: center;
    display: flex;
    font-size: 12px;
    line-height: 20px;
    margin: 16px 0;
}
.contain .main .lt .blog_info span {
    color: #707070;
    font-weight: 400;
}
.contain .main .lt .blog_info .line {
    background: #e5e5e5;
    height: 10px;
    margin: 0 8px;
    width: 1px;
}
.contain .main .lt .blog_info span {
    color: #707070;
    font-weight: 400;
}
.contain .main_top {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 28px;
}
.datasheet_preview .component_item:first-child {
    margin-top: 16px;
}
.datasheet_preview .component_item{
    margin-bottom: 16px;
}
.contain .main_bottom {
    padding-bottom: 40px;
}
.contain .main_bottom .share_box {
    padding-top: 40px;
}
.contain .main_bottom .share_box ul {
    display: flex;
}
.contain .main_bottom .share_box ul li {
    cursor: pointer;
    margin-right: 12px;
    position: relative;
}
.contain .main_bottom .share_box ul li:not(.copy) .default {
    display: block;
}
.contain .main_bottom .share_box ul li img {
    height: 26px;
    width: 26px;
}
.contain .main_bottom .share_box ul li:not(.copy) .active, .contain .main_bottom .share_box ul li:not(.copy):hover .default {
    display: none;
}
.contain .main .rt {
    margin-left: 32px;
    padding-left: 16px;
    width: 288px;
}
.contain .main .rt .r_tit {
    font-size: 16px;
    line-height: 24px;
}
.contain .main .rt>ul li {
    padding-top: 16px;
}
.contain .main .rt>ul li a {
    color: #0060bf;
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
}
.contain .main .rt>ul li .line {
    background: #e5e5e5;
    display: block;
    height: 1px;
    width: 100%;
}
.case_study {
    background: #fafafb;
    overflow: hidden;
    padding: 40px 0;
}
.w1200 {
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    width: 84vw;
}
.case_study .w1200{
    overflow: visible;
}
.tit {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 auto;
    max-width: 976px;
    text-align: center;
    color: #19191a;
}
.case_wrap .case_list {
    margin-top: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.case_wrap .case_items, .case_wrap .case_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.case_wrap .case_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-radius: 8px;
    cursor: default;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: calc(33.33333% - 13.33333px);
}
.case_wrap .case_items a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.case_wrap .case_items:hover {
    -webkit-box-shadow: 0 15px 15px -10px rgb(0 0 0 / 15%);
    box-shadow: 0 15px 15px -10px rgb(0 0 0 / 15%);
}
.overview h2{
    margin-bottom: 12px;
    text-align: center;
}
.feature_products{
    background: #fafafb;
    padding-bottom: 0;
    padding-top: 40px;
}
.feature_wrap .feature_cont {
    width: 100%;
    padding: 20px 5px;
}
.feature_wrap .feature_cont .products_list {
    border-top: 1px solid #eee;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    padding:20px 0;
}
.feature_wrap .feature_cont .products_list .list_items{
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding: 20px 10px 24px;
    position: relative;
}
.feature_wrap .feature_cont .products_list .list_items:hover {
    box-shadow: 0 2px 8px #0000001a;
}
.feature_wrap .feature_cont .products_list .list_items .pro_img{
    height: 180px;
    margin-bottom: 12px;
    margin: 0 auto 12px;
    position: relative;
}
.feature_wrap .feature_cont .products_list .list_items .pro_img img {    
    height: 100% !important;    
    max-width: 200px;    
    width: 100% !important;
    cursor: pointer;
    display: block;
    margin:  0 auto;
}
.feature_wrap .feature_cont .products_list .list_items h3{
    display: -webkit-box;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
    line-height: 22px;
    margin-bottom: 8px;
    overflow: hidden;
}
.feature_wrap .feature_cont .products_list .list_items a{
    
    color: #19191a;
}
.case_wrap .case_items .case_img {
    background: 50%/cover no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc((min(84vw, 1200px) - 40px)/6);
    position: relative;
    width: 100%;
}
.case_wrap .case_items .case_img img {
    border-radius: 8px 8px 0 0;
    display: block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.banner {
    height: 320px;
    position: relative;
}
.banner .skeleton_wrap {
    left: 0;
    width: 100%;
}
.banner .banner_bg{
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.banner .w1200 {
    height: 100%;
    padding: 0 48px;
    position: relative;
}
.crumb_list {
    padding-top: 14px;
}
.bread-crumb {
    position: relative;
}
.bread-crumb .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
}
.bread-crumb.bread-crumb-small .box {
    padding-bottom: 6px;
    padding-top: 6px;
}
.bread-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #707070;
    font-size: 12px;
    line-height: 20px;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.bread-item>a {
    color: #707070;
    cursor: pointer;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.bread-item:after {
    color: #707070;
    content: "/";
    font-family: "iconfont"!important;
    font-weight: 400;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    cursor: default;
    font-size: 12px;
    height: 12px;
    line-height: 14px;
    margin: 0 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 12px;
}
.bread-item:last-child {
    color: #19191a;
    cursor: text;
}
.bread-item:last-child>a {
    color: #19191a!important;
    cursor: default;
}
.bread-item:last-child:after{
    display: none;
}
.banner .w1200 .banner_txt {
    color: #19191a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 750px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.banner .w1200 .banner_txt h1{
    
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    white-space: pre-line;
}
.banner .w1200 .banner_txt .desc_wrap {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 16px;
}
.banner .w1200 .banner_txt .link_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
}
.bluetext-link{
    color: #0060bf;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.erp_wrap .banner .w1200 .banner_txt .link_btn .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #19191a;
}
.skeleton_wrap, .skeleton_wrap .skeleton_item {
    position: absolute;
    top: 0;
}
.skeleton_wrap {
    height: 100%;
    overflow: hidden;
    width: 100%;
    z-index: -1;
}
.solution {
    padding-top: 40px;
    /*text-align: center;*/
}
.solution h2 {
    margin-bottom: 20px;
    text-align: center;
}
.solution .overview_cont{
    margin: 0 auto;
    max-width: 976px;
}
.solution .w1200>div {
    padding-bottom: 40px;
}
.solution .overview_cont table{
    width: 80% important;
}
.solution .overview_cont table,.solution .overview_cont tr,.solution .overview_cont td{
    border: 1px solid #eee;
    
}
.case_wrap .case_items .case_cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    background: #fff;
    border-radius: 0 0 8px 8px;
    -ms-flex: 1;
    flex: 1;
    padding: 20px;
}
.case_wrap .case_items .case_cont h3{
    -webkit-box-flex: 1;
    color: #19191a;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}
.case_wrap .case_items .case_cont h3, .case_wrap .case_items .case_cont p{
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case_wrap .case_items .case_cont .distance {
    margin-bottom: 16px;
}
.case_wrap .case_items .case_cont>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    line-height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #19191a;
    cursor: pointer;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.case_wrap .case_items .case_cont .tag_box {
    margin-bottom: 12px;
}
.case_wrap .case_items .case_cont .tag_box .sign{
    background: #f2f2f2;
    border-radius: 4px;
    color: #4b4b4d;
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding: 2px 8px;
    text-align: center;
}
.blacktext-link {
    color: #19191a;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.blacktext-link .box {
    height: 100%;
    position: relative;
}
.case_wrap .case_items .case_cont>div .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blacktext-link .iconfont_right{
    color: #19191a;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin-left: 4px;
    text-align: left;
}
.bg_div {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 48px;
}
.bg_div .main_wrap {
    margin: 0 auto;
    max-width: 1200px;
    width: 84vw;
}
.bg_div .main_wrap h2 {
    color: #19191a;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 12px;
    text-align: center;
}
.bg_div .main_wrap .desc {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 24px;
    text-align: center;
}
.bg_div .main_wrap .solution_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 48px;
}
.bg_div .main_wrap .solution_form .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.bg_div .main_wrap .solution_form .right form {
    margin: 0 auto;
    max-width: 900px;
}
.bg_div .main_wrap .solution_form .right form .inpbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 16px;
}
.bg_div .main_wrap .solution_form .right form .inpbox01 {
    margin-bottom: 16px;
}
.bg_div .main_wrap .solution_form .right form .inpbox01.inpReverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.bg_div .main_wrap .solution_form .right form .inpbox>div {
    width: calc(50% - 6px);
}
.bg_div .main_wrap .solution_form .right form .inpbox01 .txt {
    color: #19191a;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px;
}
.bg_div .main_wrap .solution_form .right form .inpbox01 input {
    background-color: #fff;
}
.bg_div .main_wrap .solution_form .right form .inpbox01 textarea {
    background-color: #fff;
    height: 120px;
}
.bg_div .main_wrap .solution_form .right form .btn{
    margin-top: 8px;
}
.bg_div .main_wrap .solution_form .right form .btn .fs-button {
    border-radius: 4px;
}
.button-red {
    background: #c00000;
    color: #fff;
}
.hcbutton {
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    padding: 0 24px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.button-red:before {
    background: #19191a;
    border-radius: 4px;
    bottom: 0;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
}