﻿:root { --product-grid-gap: 30px; --product-grid-columns: 3; --product-border-radius: 10px; --advantage-grid-gap: 30px; --advantage-activity-color: #2b2b2b; --advantage-grid-columns: 4; --blog-grid-gap: 30px; --blog-grid-columns:3; }
@font-face { font-family: 'Roboto'; src: local('Roboto Regular'), local('Roboto-Regular'), url('/fonts/roboto/roboto-regular.ttf') format('truetype'); font-weight: 400; font-style: normal; }
@font-face { font-family: 'Roboto'; src: local('Roboto Bold'), local('Roboto-Bold'), url('/fonts/roboto/roboto-bold.ttf') format('truetype'); font-weight: 700; font-style: normal; }
* { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { font-size: 62.5%; font-size: 62.5% !important; height: 100%; }
body { font-family: 'Roboto', sans-serif; margin: 0 auto; background-color: #fff; -webkit-tap-highlight-color: transparent; line-height: 1.6; }
ul { display: block; margin: 0; padding: 0; list-style: none; }
li { display: block; margin: 0; padding: 0; list-style: none; }
img { border: 0; vertical-align: middle; -ms-interpolation-mode: bicubic; }
dl, dt, dd, span { margin: 0; padding: 0; }
a, a:focus { text-decoration: none; color: #000; outline: none; blr: expression(this.onFocus=this.blur()); cursor: pointer; }
a:hover { text-decoration: none; }
table { border-collapse: collapse; border-spacing: 0; }
cite { font-style: normal; }
h2 { font-weight: normal; }
em { font-style: normal; }
/*::-webkit-scrollbar { display: none; }*/
input[type="submit"] { border: 0; }
input, select, textarea { background-color: white; border-image-source: initial; border-image-slice: initial; border-image-width: initial; border-image-outset: initial; border-image-repeat: initial; -webkit-rtl-ordering: logical; -webkit-user-select: text; cursor: auto; padding: 1px; border-width: 2px; border-style: inset; border-color: initial; border: none; outline: none; }
input, textarea, keygen, select, button { text-rendering: auto; color: initial; letter-spacing: normal; word-spacing: normal; text-transform: none; text-indent: 0px; text-shadow: none; display: inline-block; text-align: start; margin: 0; font: 1.3rem Arial; }
input, textarea, keygen, select, button, meter, progress { -webkit-writing-mode: horizontal-tb; }
fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }
.w-e-text p, .w-e-text h1, .w-e-text h2, .w-e-text h3, .w-e-text h4, .w-e-text h5, .w-e-text table, .w-e-text pre { margin: 10px 0; line-height: 1.5; }
.w-e-text pre code { word-break: normal; display: block; overflow-x: auto; }
.w-e-text code { display: inline-block; background-color: #f1f1f1; border-radius: 3px; padding: 3px 5px; margin: 0 3px; }

.g-scroll-locked { overflow: hidden !important; }
/* 横向居中布局 */
.flexView_center { display: -webkit-box; display: -webkit-flex; display: flex; justify-content: center; align-items: center; }
/* 纵向布局 */
.flexView { display: -webkit-box; display: -webkit-flex; display: flex; }
.flex { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }
/* 纵向布局 */
.flexView_column { display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; align-content: stretch; }
/* 居中 */
.absoluteView_center { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }

/* 站点导航 */
.yjui-breadcrumb { padding: 10px 0px; }
.yjui-breadcrumb a { color: #999 !important; }
.yjui-breadcrumb a cite { color: #666; font-style: normal; }
.yjui-breadcrumb span { margin: 0 10px; color: #999; }
.yjui-breadcrumb > * { font-size: 14px; }

/*公共分页效果*/
.pagebox { text-align: center }
.yjui-page { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; margin: 10px 0; font-size: 0; }
.yjui-page, .yjui-page * { box-sizing: content-box; }
.yjui-page a, .yjui-page-curr, .yjui-page-spr, .yjui-page-limits select, .yjui-page-skip, .yjui-page button, .yjui-page input { border: 1px solid #e2e2e2; }
.yjui-page a, .yjui-page span { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; padding: 0 15px; height: 28px; line-height: 28px; margin: 0 -1px 5px 0; background-color: #fff; color: #333; font-size: 14px; }
.yjui-page .yjui-page-curr { position: relative; }
.yjui-page .yjui-page-curr .yjui-page-em { position: absolute; left: -1px; top: -1px; padding: 1px; width: 100%; height: 100%; background-color: #6199ff; }
.yjui-page .yjui-page-curr em { font-style: normal; position: relative; color: #fff; }
.yjui-page select { height: 22px; padding: 3px; border-radius: 2px; cursor: pointer; outline: 0; }
.yjui-page .yjui-page-count, .yjui-page .yjui-page-limits, .yjui-page .yjui-page-refresh, .yjui-page .yjui-page-skip { margin-left: 10px; margin-right: 10px; padding: 0; border: none; }
.yjui-page .yjui-page-limits, .yjui-page .yjui-page-refresh { vertical-align: top }
.yjui-page .yjui-page-skip { height: 30px; line-height: 30px; color: #999; }
.yjui-page input { width: 40px; margin: 0 10px; padding: 0 3px; text-align: center; }
.yjui-page button, .yjui-page input { height: 30px; line-height: 30px; border-radius: 2px; vertical-align: top; background-color: #fff; box-sizing: border-box; outline: 0; -webkit-appearance: none; }
.yjui-page button { margin-left: 10px; padding: 0 10px; cursor: pointer; }
.yjui-page .yjui-page-spr { color: #999; font-weight: 700; }
.yjui-page .yjui-page-refresh { padding-top: 3px; }
.yjui-page .yjui-page-refresh i { font-size: 18px; cursor: pointer; }
.yjui-page .yjui-page-next { transform: rotateY(180deg); font-size: 18px }
.yjui-page .yjui-page-prev { font-size: 18px }

.md-modal .messagebox .form_box .combine { border: 1px #ececec solid; display: flex; align-items: center; justify-content: flex-start; line-height: 1; background-color: #fafafa; }
.md-modal .messagebox .form_box .combine input { height: 46px; font-size: 16px; padding: 0 15px; width: 100%; background-color: unset; color: #666 }
.md-modal .messagebox .form_box .combine textarea { width: 100%; height: 100px; background-color: unset; color: #666; font-size: 16px; padding: 15px; }
.md-modal .messagebox .form_box .item { margin-bottom: 15px }
.md-modal .messagebox .form_box .item span { font-size: 14px; color: #666 }
.md-modal .messagebox .operate { }
.md-modal .messagebox .operate .btn { height: 46px; display: flex; place-content: center; place-items: center; padding: 0 25px; font-size: 18px; color: #fff; box-sizing: border-box; background-color: #78468b; cursor: pointer }
.md-modal .messagebox .operate .btn .icon { transform: rotate(-90deg); font-size: 18px; margin-left: 5px }

.md-modal { position: fixed; top: 50%; left: 50%; width: 640px; z-index: -1; transform: translate(-50%,-50%) scale(1.2); opacity: 0; }
.md-modal.md-show { animation-name: weixipopshow; animation-duration: 0.3s; animation-fill-mode: both; }
.md-modal .md-content { background-color: #fff; position: relative; border-radius: 10px; margin: 0 auto; padding: 50px 0 20px; }
.md-modal .messagebox { display: flex; flex-direction: column; padding: 50px 20px }
.md-modal .messagebox .title { text-align: center; margin-bottom: 8px; font-weight: 600; font-size: 24px; color: #252D37; }
.md-modal .messagebox .desc { font-size: 14px; color: #909399; text-align: center; line-height: 22px; margin-bottom: 15px; }
.md-modal .messagebox .content { }
.md-modal .messagebox .remark { font-size: 14px; color: #909399; text-align: center; line-height: 22px; margin-top: 8px; }
.md-modal .close-modal { display: flex; place-content: center; place-items: center; width: 36px; height: 36px; background-color: #fff; border-radius: 100%; position: absolute; bottom: -72px; left: 50%; z-index: 1006; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); cursor: pointer }
.md-modal .close-modal i { font-size: 2rem; color: #555 }

.md-overlay { position: fixed; width: 100%; height: 100%; visibility: hidden; z-index: -1; top: 0; left: 0; opacity: 0; background: rgba(1,1,1,.6); transition: all .3s; }
.md-show ~ .md-overlay { opacity: 1; visibility: visible; z-index: 1005; }

.search_warp { display: flex; padding-right: 0px;place-items:center }
.search_warp form { display: flex; width: 230px; height: 40px; position: relative; }
.search_warp .search_form { display: flex; place-items: center; border: 1px rgba(51, 51, 51, 0.15) solid; max-width: 300px; background-color: #fff; border-radius: 50px; overflow: hidden; transition: width 0.3s ease, opacity 0.3s ease; opacity: 0; width: 0; position: absolute; right: 0; top: 0; bottom: 0; height: 100%; }
.search_warp .search_input { height: 40px; padding-left: 14px; width: 100%; border-radius: 50px; }
.search_warp .search_form .search-icon-in { cursor: pointer; outline: 2px solid transparent; outline-offset: 2px; background-color: transparent; border-style: none; height: 100%; display: flex; padding: 0 14px; align-items: center; }
.search_warp .search-close { display: none; cursor: pointer; outline: 2px solid transparent; outline-offset: 2px; background-color: transparent; border-style: none; height: 100%;  align-items: center; padding-left: 14px; }
.search-focus .search_warp .search-close { display: flex }
.search_warp.open .search_form { width: 100%; opacity: 1 }
.search_warp.open .end_search { display: flex }
.header-section .header-lover .right-sidebar .search_warp.open .search-icon { display: none }
/*wangeditor*/
.editor-content-view { font-size: 1.6rem }
.editor-content-view img { max-width: 100%; }
.editor-content-view p,
.editor-content-view li { white-space: pre-wrap; }
.editor-content-view blockquote { border-left: 8px solid #d0e5f2; padding: 10px 10px; margin: 10px 0; background-color: #f1f1f1; }
.editor-content-view code { font-family: monospace; background-color: #eee; padding: 3px; border-radius: 3px; }
.editor-content-view pre > code { display: block; padding: 10px; }
.editor-content-view table { border-collapse: collapse; margin: 10px 0; }
.editor-content-view td,
.editor-content-view th { border: 1px solid #ccc; min-width: 50px; height: 23px; line-height: 1.5; min-width: 30px; padding: 3px 5px; font-size: 14px }
.editor-content-view th { background-color: #f1f1f1; }
.editor-content-view ul,
.editor-content-view ol { padding-left: 20px; list-style: revert; }
.editor-content-view li { display: list-item; list-style: revert; margin: 5px 0; }
.editor-content-view input[type="checkbox"] { margin-right: 5px; }
.editor-content-view h1, .editor-content-view h2, .editor-content-view h3, .editor-content-view h4, .editor-content-view h5 { margin: 20px 0; }
.editor-content-view p { margin: 15px 0; }
.editor-content-view pre code { word-break: normal; display: block; overflow-x: auto; }
.editor-content-view code { display: inline-block; background-color: #f1f1f1; border-radius: 3px; padding: 3px 5px; margin: 0 3px; }

@keyframes example {
    0% { transform: scale(1) }
    50% { transform: scale(1.2) }
    100% { transform: scale(1) }
}
/*扫光效果*/
@-webkit-keyframes hoverShine {
    100% { left: 125%; }
}

@keyframes hoverShine {
    100% { left: 125%; }
}

@keyframes weixipopshow {
    0% { transform: translate(-50%,-50%) scale(1.2); opacity: 0; z-index: -1; }
    to { transform: translate(-50%,-50%) scale(1); opacity: 1; z-index: 1009; }
}


/*@keyframes flyLeftIn {
    0% { opacity: 0; transform: translateX(-50px); }
    100% { transform: translateX(0px); }
}*/
@keyframes bgIconsShowcaseSlide {
    0% { transform: translateZ(0); }
    25% { transform: translate3d(-20vw,0,0); }
    50% { transform: translate3d(0,0,0); }
    75% { transform: translate3d(20vw,0,0); }
    100% { transform: translate3d(0vw,0,0); }
}

@keyframes flyLeftIn {
    0% { opacity: 0; transform: scale(1) translate3d(0px, 50px, 0px); }
    100% { opacity: 1; transform: scale(1) translate3d(0px, 0px, 0px); }
}

@keyframes upanimation {
    0% { transform: translateY(60px); }
    100% { transform: translateY(0); }
}

@-webkit-keyframes opacity {
    0% { -webkit-opacity: 0; -moz-opacity: 0; -ms-opacity: 0; opacity: 0; }
    100% { -webkit-opacity: 1; -moz-opacity: 1; -ms-opacity: 1; opacity: 1; }
}

@-moz-keyframes opacity {
    0% { -webkit-opacity: 0; -moz-opacity: 0; -ms-opacity: 0; opacity: 0; }
    100% { -webkit-opacity: 1; -moz-opacity: 1; -ms-opacity: 1; opacity: 1; }
}

@keyframes opacity {
    0% { -webkit-opacity: 0; -moz-opacity: 0; -ms-opacity: 0; opacity: 0; }
    100% { -webkit-opacity: 1; -moz-opacity: 1; -ms-opacity: 1; opacity: 1; }
}

@-webkit-keyframes left-to-right {
    0% { width: 0; }
    100% { width: 100%; }
}

@-moz-keyframes left-to-right {
    0% { width: 0; }
    100% { width: 100%; }
}

@keyframes left-to-right {
    0% { width: 0; }
    100% { width: 100%; }
}
/* 首页幻灯片动画效果结束 */

.fade-in { opacity: 0; animation: fadeIn ease-in 0.5s forwards; }

@keyframes fadeIn {
    from { opacity: 0; }

    to { opacity: 1; }
}

@font-face { font-family: 'icomoon'; src: url('/fonts/icomoon.eot?g1qbrp'); src: url('/fonts/icomoon.eot?g1qbrp#iefix') format('embedded-opentype'), url('/fonts/icomoon.ttf?g1qbrp') format('truetype'), url('/fonts/icomoon.woff?g1qbrp') format('woff'), url('/fonts/icomoon.svg?g1qbrp#icomoon') format('svg'); font-weight: normal; font-style: normal; }

[class*=" icon-"], [class^=icon-], [data-icon]:before { font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; font-family: icomoon !important; content: attr(data-icon); speak: none; }


.icon-fa-snapchat:before { content: "\e901"; }
.icon-fa-tumblr:before { content: "\e902"; }
.icon-fa-vimeo:before { content: "\e903"; }
.icon-fa-instagram:before { content: "\e930"; }
.icon-fa-tiktok:before { content: "\e931"; }
.icon-fa-pinterest:before { content: "\e932"; }
.icon-star-full:before { content: "\ea0c"; }
.icon-top:before { content: "\e92f"; }
.icon-telegram:before { content: "\e91e"; }
.icon-heart3:before { content: "\66"; }
.icon-dianzan:before { content: "\e510"; }
.icon-previous:before { content: "\e571"; }
.icon-qq:before { content: "\e604"; }
.icon-youxiang1:before { content: "\e605"; }
.icon-fanhui2:before { content: "\e606"; }
.icon-icon7:before { content: "\e607"; }
.icon-zhifubao:before { content: "\e60a"; }
.icon-dizhi1:before { content: "\e60c"; }
.icon-liuyan-duandian:before { content: "\e60e"; }
.icon-shijian1:before { content: "\e624"; }
.icon-youxiang:before { content: "\e631"; }
.icon-dizhi:before { content: "\e63a"; }
.icon-iconfonticon-shebei:before { content: "\e63c"; }
.icon-prev:before { content: "\e643"; }
.icon-xiangxia3:before { content: "\e647"; }
.icon-liuyanguanli:before { content: "\e665"; }
.icon-liulan:before { content: "\e666"; }
.icon-next:before { content: "\e667"; }
.icon-Eyeblind:before { content: "\e669"; }
.icon-Eyevision:before { content: "\e681"; }
.icon-weixin:before { content: "\e73b"; }
.icon-weibo:before { content: "\e73c"; }
.icon-dianhua1:before { content: "\e776"; }
.icon-fanhui:before { content: "\e7a8"; }
.icon-dianhua:before { content: "\e7b5"; }
.icon-qq1:before { content: "\e7cd"; }
.icon-sousuo1:before { content: "\e86e"; }
.icon-diqiu:before { content: "\e91f"; }
.icon-yuyan:before { content: "\e920"; }
.icon-sousuo:before { content: "\e921"; }
.icon-tag:before { content: "\e922"; }
.icon-watch_later:before { content: "\e923"; }
.icon-fenxiangfangshi:before { content: "\e924"; }
.icon-guanbi:before { content: "\e925"; }
.icon-time:before { content: "\e926"; }
.icon-gupiao-hangqingdianjitai:before { content: "\e927"; }
.icon-gupiao-shouyedianjitai:before { content: "\e928"; }
.icon-tongji:before { content: "\e929"; }
.icon-zhongzhigupiaomima:before { content: "\e92a"; }
.icon-fa-android:before { content: "\e92b"; }
.icon-fa-mac:before { content: "\e92c"; }
.icon-appstore-dark:before { content: "\e92d"; }
.icon-fa-win:before { content: "\e92e"; }
.icon-clock:before { content: "\e94f"; }
.icon-twitter:before { content: "\f081"; }
.icon-facebook:before { content: "\f082"; }
.icon-fa-twitter:before { content: "\f099"; }
.icon-fa-facebook:before { content: "\f09a"; }
.icon-git:before { content: "\f09b"; }
.icon-money:before { content: "\f0d6"; }
.icon-fa-in:before { content: "\f0e1"; }
.icon-fa-dribbble:before { content: "\f17d"; }
.icon-fa-ska:before { content: "\f17e"; }
.icon-fa-be:before { content: "\f1b4"; }
.icon-be:before { content: "\f1b5"; }
.icon-database:before { content: "\f1c0"; }
.icon-facebook-f:before { content: "\f230"; }
.icon-fa-telegram:before { content: "\ea95"; }
.icon-youtube:before { content: "\ea9d"; }
.icon-fa-pinterest-f:before { content: "\ead1"; }
.icon-fa-pinterest-n:before { content: "\ead2"; }





.tips-mod, .tips-mod strong, .tips-mod em { display: inline-block; _display: inline; _zoom: 1; }
.tips-mod { position: fixed; top: 40%; left: 0; width: 100%; font: 700 14px/52px "Simsun"; text-align: center; z-index: 10000; }
.tips-mod strong { box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); padding: 0px 12px; border-radius: 5px; background: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#eee)); background: linear-gradient(top bottom, #fff, #eee); background: -moz-linear-gradient(#fff, #eee); background: -o-linear-gradient(#fff, #eee); }
.tips-mod em { padding-left: 45px; background: url(/images/icon_common.png) no-repeat 0 7px; color: #334F67; font-style: normal; }
.tips-mod .tips-warn { background-position: 0 -89px; color: #C0880F; }
.tips-mod .tips-error { /**	background-position:0 -39px;这是错误图标**/ background-position: 0 -89px; color: #C0880F; }
.tips-mod .tips-loading { background: url(/images/loading.gif) no-repeat 10px 21px; color: #334F67; }


.layout { margin-top: var(--navbar-height) }
.header-section { background-color: var(--background); }
.header-section.fixed-style { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 1000; transition: opacity 0.3s ease,background-color 0.3s ease; }
.header-section .header-lover .container { display: flex; max-width: 1400px; margin: 0 auto; }
.header-section .header-lover .logo img { max-height: 68px; }

.header-section .header-lover .navigate .menu { display: flex; height: 100% }
.header-section .header-lover .navigate .menu .item { padding: 15px 0; margin-left: 30px; font-size: 16px; font-weight: 700; position: relative; display: flex; place-items: center; flex-shrink: 0 }
.header-section .header-lover .navigate .menu .item a { color: var(--font-color) }
.header-section .header-lover .navigate .menu .item a svg { margin-left: 5px; }
.header-section .header-lover .navigate .menu .item:hover::before { position: absolute; content: ""; bottom: 0px; left: 0px; height: 3px; width: 100%; background-color: var(--themes-color); }

.header-section .header-lover .navigate .menu .item:hover > .group-list .icon { transform: rotate(180deg); }
.header-section .header-lover .navigate .menu .item > .group-list .icon { width: 15px; margin-left: 5px; margin-top: 2px; color: var(--font-color); }

.header-section .header-lover .navigate .menu .item .group-list { display: flex; place-items: center }

.header-section .header-lover .navigate .menu .item.normal .group_menu { display: none; padding: 10px 0; position: absolute; left: 0; top: 100%; z-index: -1; min-width: 20rem; border: 1px solid rgba(18,18,18, 0.1); transition: opacity .2s ease, transform .2s ease; opacity: 0; transform: translateY(15%); box-shadow: 0px 4px 5px rgba(18,18,18, 0.05); background-color: #fff }
.header-section .header-lover .navigate .menu .item.normal:hover .group_menu { display: block; animation: menuOpen 0.2s ease; animation-fill-mode: forwards; z-index: 2; }
.header-section .header-lover .navigate .menu .item.normal .group_menu ul { color: rgb(41 41 41); }
.header-section .header-lover .navigate .menu .item.normal .group_menu ul li { font-size: 16px; line-height: 2.6; }
.header-section .header-lover .navigate .menu .item.normal .group_menu ul li:first-child { margin-top: 0 }
.header-section .header-lover .navigate .menu .item.normal .group_menu ul li a { white-space: nowrap; font-weight: normal; justify-content: space-between; padding: 0 10px; box-shadow: none; display: block; flex: 1 }
.header-section .header-lover .navigate .menu .item.normal .group_menu ul li a:hover { text-decoration: underline; box-shadow: none; }
.header-section .header-lover .navigate .menu .item.normal .group_menu .group-list .icon { width: 15px; margin-left: 5px; margin-top: 2px; color: #000; }
.header-section .header-lover .navigate .menu .item.normal .group_menu .group_menu-sub { padding: 8px 0; background-color: rgba(18,18,18, .03); display: none; transition: opacity .2s ease, transform .2s ease; opacity: 0; transform: translateY(-1.5rem); }
.header-section .header-lover .navigate .menu .item.normal .group-list.active + .group_menu-sub { display: block; animation: animateMenuOpen 0.2s ease; animation-fill-mode: forwards; }
.header-section .header-lover .navigate .menu .item.normal .group-list.active .icon { transform: rotate(180deg); }
.header-section .header-lover .navigate .menu .item.normal .group_menu .group-list { padding: 0 10px; }
.header-section .header-lover .navigate .menu .item.normal .group_menu .group-list a { padding: 0 }

.header-section .header-lover .navigate .menu .item.card .group_menu .group-list .icon { width: 15px; margin-left: 5px; margin-top: 2px; color: #000; transform: rotate(-90deg); }
.header-section .header-lover .navigate .menu .item.card .group_menu { display: none; padding: 10px 0; position: absolute; left: 0; top: 100%; z-index: -1; min-width: 20rem; border: 1px solid rgba(18,18,18, 0.1); transition: opacity .2s ease, transform .2s ease; opacity: 0; transform: translateY(15%); box-shadow: 0px 4px 5px rgba(18,18,18, 0.05); background-color: #fff }
.header-section .header-lover .navigate .menu .item.card:hover .group_menu { display: block; animation: menuOpen 0.2s ease; animation-fill-mode: forwards; z-index: 2; }
.header-section .header-lover .navigate .menu .item.card .group_menu ul { color: rgb(41 41 41); }
.header-section .header-lover .navigate .menu .item.card .group_menu ul li { font-size: 16px; line-height: 2.6; position: relative }
.header-section .header-lover .navigate .menu .item.card .group_menu ul li:first-child { margin-top: 0 }
.header-section .header-lover .navigate .menu .item.card .group_menu ul li a { white-space: nowrap; font-weight: normal; justify-content: space-between; padding: 0 10px; box-shadow: none; display: block; flex: 1 }
.header-section .header-lover .navigate .menu .item.card .group_menu ul li a:hover { text-decoration: underline; box-shadow: none; }
.header-section .header-lover .navigate .menu .item.card .group_menu .group_menu-sub { position: absolute; top: 0; left: 100%; background-color: #fff; display: none; min-width: 20rem; border: 1px solid rgba(18,18,18, 0.1); }
.header-section .header-lover .navigate .menu .item.card .group_menu ul li:hover .group_menu-sub { display: block; }
.header-section .header-lover .navigate .menu .item.card .group_menu .group-list { padding: 0 10px; }
.header-section .header-lover .navigate .menu .item.card .group_menu .group-list a { padding: 0 }

.header-section .header-lover .navigate .menu .item.full { position: unset; }
.navigation_full { display: none; position: absolute; opacity: 0; transform: translateY(-1.5rem); left: 0; top: 100%; z-index: -1; min-width: 100%; width: 20rem; transition: opacity .2s ease, transform .2s ease; box-shadow: 0px 4px 5px rgba(18,18,18, 0.05); background-color: #fff }
.header-section .header-lover .navigate .menu .item:hover .navigation_full { display: block; animation: animateMenuOpen 0.2s ease; animation-fill-mode: forwards; z-index: 2; }
.navigation_full .container { max-width: 1380px; margin: 0 auto; }
.navigation_full .container .navigation_columns { padding-top: 15px; flex: 0 0 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; padding-left: 0; padding-right: 0; margin: 0 auto !important; }
.navigation_full .container .navigation_columns .navigation_item { width: 190px; font-weight: normal; }
.navigation_full .container .navigation_columns .navigation_item .navigation_column-title { padding: 0; letter-spacing: .75px; line-height: 1; font-weight: 700 }
.navigation_full .container .navigation_columns .navigation_item .navigation_column-title:hover { text-decoration: underline; }
.navigation_full .container .navigation_columns .navigation_item .navigation_child { padding: 5px 0 30px; }
.navigation_full .container .navigation_columns .navigation_item .navigation_child .navigation_menu li { padding: 0; letter-spacing: .75px; line-height: 26px; }
.navigation_full .container .navigation_columns .navigation_item .navigation_child .navigation_menu li a { font-size: 14px; }
.navigation_full .container .navigation_columns .navigation_item .navigation_child .navigation_menu li a:hover { text-decoration: underline; }




.header-section .header-lover .right-sidebar { display: flex; align-items: center; margin-left: auto; gap: 30px }
.header-section .header-lover .right-sidebar .language-wrap { font-size: 14px;  cursor: pointer; color: var(--font-color); display: flex; align-items: center; }
.header-section .header-lover .right-sidebar .language-wrap .country { display: flex; align-items: center; }
.header-section .header-lover .right-sidebar .language-wrap .icon-yuyan { font-size: 18px; }
.header-section .header-lover .right-sidebar .language-wrap .icon { height: 18px }
.header-section .header-lover .right-sidebar .language-wrap .lable { padding-left: 5px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }
.header-section .header-lover .right-sidebar .language-wrap .icon_down { margin-left: 5px; flex-shrink: 0 }

.header-section .header-lover .right-sidebar .language-wrap .dropdown.active { opacity: 1; visibility: visible; transform: translateY(0); }
.header-section .header-lover .right-sidebar .language-wrap .dropdown { position: absolute;  background: #FFFFFF; z-index: 999; width: 200px; border-radius: 4px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); text-align: left; transition: 0.3s ease; padding: 10px 20px; opacity: 0; visibility: hidden; transform: translateY(5px); }
.header-section .header-lover .right-sidebar .language-wrap .dropdown li { z-index: 1; position: relative; background: #FFFFFF; display: flex; place-items: center; place-content: center; height: 42px; color: var(--font-color); border-top: 1px solid rgba(0, 0, 0, 0.05); }
.header-section .header-lover .right-sidebar .language-wrap .dropdown li:nth-child(1) { border-top: 1px solid rgba(0, 0, 0, 0); }
.header-section .header-lover .right-sidebar .language-wrap .dropdown li .lable { flex: 1; flex-shrink: 0 }
.header-section .header-lover .right-sidebar .language-wrap .dropdown li img { width: 26px; }
.header-section .header-lover .right-sidebar .language-wrap .dropdown li.active { color: var(--themes-color); }
.header-section .header-lover .right-sidebar .language-wrap .dropdown li:hover { color: var(--themes-color); }

/*超过10个元素就使用2列布局*/
.header-section .header-lover .right-sidebar .language-wrap.row-2 .dropdown { width: auto; }
.header-section .header-lover .right-sidebar .language-wrap.row-2 .dropdown ul { display: grid; grid-column-gap: 10px; grid-template-columns: repeat(2, 1fr); }
.header-section .header-lover .right-sidebar .language-wrap.row-2 .dropdown li { width: 150px; }
.header-section .header-lover .right-sidebar .language-wrap.row-2 .dropdown li:nth-child(1) { border-top: 1px solid rgb(0, 0, 0, 0); }
.header-section .header-lover .right-sidebar .language-wrap.row-2 .dropdown li:nth-child(2) { border-top: 1px solid rgba(0, 0, 0, 0); }
.header-section .header-lover .right-sidebar .language-wrap.row-2 .dropdown:before { left: 39% }



.header-section .header-lover .right-sidebar .search_warp { }
.header-section .header-lover .right-sidebar .search_warp .search-icon { cursor: pointer; outline: 2px solid transparent; outline-offset: 2px; background-color: transparent; border-style: none; height: 100%; display: flex; align-items: center; padding-left: 14px }

/* widget-bar */
.header-section .widget-bar { background-color: var(--themes-color) }
.header-section .widget-bar .container { display: flex; max-width: 1400px; margin: 0 auto; place-items: center; height: 39px }
.header-section .widget-bar .container .left-row ul { display: flex; place-items: center; gap: 20px }
.header-section .widget-bar .container .left-row ul li { display: flex; place-items: center; gap: 10px }
.header-section .widget-bar .container .left-row ul li .icon { font-size: 0 }
.header-section .widget-bar .container .left-row ul li .icon svg { width: 20px; fill: var(--buttonFont-color); }
.header-section .widget-bar .container .left-row ul li a { font-size: 14px; color: var(--buttonFont-color) }
.header-section .widget-bar .container .right-row { margin-left: auto; }
.header-section .widget-bar .container .right-row ul { display: flex; place-items: center; gap: 20px }
.header-section .widget-bar .container .right-row ul li a { font-size: 16px; color: var(--buttonFont-color); transition: all 0.3s linear; }
.header-section .widget-bar .container .right-row ul li a:hover { color: var(--button-background); }

.popup-arrow { position: absolute; top: -6px; left: 20px; width: 0; height: 0; box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.05); border-top: 6px solid #FFFFFF; border-right: 6px solid #FFFFFF; border-bottom: 6px solid transparent; border-left: 6px solid transparent; transform: rotate(-45deg); mix-blend-mode: multiple; }

.footer-section { background-image: var(--bgImageUrl); background-color: var(--background); background-position: center top; background-repeat: no-repeat; background-size: cover; }
.footer-section .container { max-width: 1400px; width: 100%; margin-right: auto; margin-left: auto; padding-bottom: 50px; }
.footer-section .container .footer-top { text-align: center; padding: 50px 0; display: flex; place-content: center; }
.footer-section .container .logo { height: 60px; }
.footer-section .container .logo img { max-height: 100% }
.footer-section .container .row { display: flex; flex-wrap: wrap; }
.footer-section .container .row .col-left-warp { display: flex; flex: 0 0 auto; width: 50%; font-size: 16px }
.footer-section .container .row .col-left-warp .gropu { flex: 0 0 auto; width: 33.33333333%; padding: 0 15px }
.footer-section .container .row .col-left-warp .gropu .gropu_title { font-size: 20px; font-weight: 500; color: var(--font-color) }
.footer-section .container .row .col-left-warp .gropu .links { margin-top: 15px; line-height: 24px }
.footer-section .container .row .col-left-warp .gropu .links li a { color: var(--subFont-color); font-size: 14px; transition: all 0.3s linear; }
.footer-section .container .row .col-left-warp .gropu .links li a:hover { color: var(--hover-color); }
.footer-section .container .row .col-right-warp { flex: 0 0 auto; width: 41.66666667%; margin-left: 8.33333333%; }
.footer-section .container .row .col-right-warp .language { }
.footer-section .container .row .col-right-warp .language .language_selector { }
.footer-section .container .row .col-right-warp .language .language_selector button { padding-left: 0; background-color: transparent; border-color: transparent; box-shadow: none; display: flex; place-items: center; outline: none; }
.footer-section .container .row .col-right-warp .language .language_selector button img { width: 1em; height: 1em; border-radius: 50rem; object-fit: cover; box-shadow: rgba(0, 0, 0, 0.429) 1px 1px 1px; max-height: 20px; margin-right: 5px; }
.footer-section .container .row .col-right-warp .language .language_selector button span { color: var(--subFont-color); font-size: 14px }
.footer-section .container .row .col-right-warp hr { margin: 16px 0; color: inherit; border: 0; border-top: 1px solid var(--border-color); opacity: 1; }
.footer-section .container .row .col-right-warp .desc { color: var(--subFont-color); font-size: 14px; margin-bottom: 15px; }
.footer-section .container .row .col-right-warp p { margin-bottom: 15px; }
.footer-section .container .row .col-right-warpt .social_media { padding-bottom: 10px }

.footer-section .container .row .col-right-warp .social_media a { font-size: var(--icon-size); color: var(--buttonFont-color); transition: all 0.3s linear; margin-right: var(--grid-gap); }

.footer-section .container .row .col-right-warp .social_media a:hover { color: var(--button-background); }

.footer-section .copyright { text-align: center; padding: 16px 0; line-height: 24px; color: var(--subFont-color); font-size: 14px; }
.footer-section .copyright a { color: var(--subFont-color); }



.footer-section .container .row .col-left-warp .footer-info { margin-top: 15px; }
.footer-section .container .row .col-left-warp .footer-info li { margin-bottom: 10px; }
.footer-section .container .row .col-left-warp .footer-info li span { color: var(--font-color); font-weight: 600; display: flex; place-items: center; gap: 10px }
.footer-section .container .row .col-left-warp .footer-info li a { line-height: 27px; color: var(--subFont-color); margin-left: 30px; display: block }
.footer-section .container .row .col-left-warp .footer-info li .icon { font-size: 0 }
.footer-section .container .row .col-left-warp .footer-info li .icon { width: 20px; fill: var(--themes-color); }

@keyframes menuOpen {
    0% { opacity: 0; transform: translateY(15%); }

    100% { opacity: 1; transform: translateY(0); }
}

@keyframes animateMenuOpen {
    0% { opacity: 0; transform: translateY(-1.5rem); }

    100% { opacity: 1; transform: translateY(0); }
}


/*菜单*/
.open-menu { overflow:hidden}
.open-menu .menuicon i { background-color: #000; }
.open-menu .menuicon i:first-child { transform: rotate(45deg); }
.open-menu .menuicon i:nth-child(2) { opacity: 0; }
.open-menu .menuicon i:last-child { transform: rotate(-45deg); }
/*展开*/
.open-menu .show { z-index: 15; height: 100%; overflow-y: scroll; }
.open-menu .show::-webkit-scrollbar { display: none; }
.open-menu .mask { position: fixed; width: 100%; height: 100%; left: 0; background-color: rgba(0, 0, 0, 0.50); z-index: 998; }

.dropdown_menu { position: fixed; padding: 20px 15px; left: 0; right: 0; z-index: 20; overflow-y: auto; box-shadow: 0 4px 8px 1px rgba(0,0,0,.1); background-color: #ffffff; transition-property: all; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: 150ms; transition-duration: .2s; box-shadow: 0 4px 8px 1px rgba(0,0,0,.1); transform: translateY(-100%); opacity: 0; visibility: hidden; height: 100%; overflow-y: scroll; }
.dropdown_menu .m_box { position: relative; overflow: hidden; /*background-color: rgb(0 0 0 / 3%);*/ }
.dropdown_menu .m_box ul { padding: 0px 15px; }
.dropdown_menu .m_box ul li { display: flex; }
.dropdown_menu .m_box ul li.group { display: block }
.dropdown_menu .m_box ul li .cover { position: relative; display: flex; cursor: pointer; margin-right: 8px; height: 40px; width: 40px }
.dropdown_menu .m_box ul li .cover img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; height: 100%; width: 100%; object-fit: cover; }
.dropdown_menu .m_box ul li .lable { display: flex; flex: 1 1 0%; cursor: pointer; align-items: center; padding: 12px 0 }
.dropdown_menu .m_box ul li .lable .txt { font-size: 14px; color: #292929; opacity: 0.8; flex: 1 1 0%; display: flex; place-items: center }
.dropdown_menu .m_box ul li .lable .txt .icon { margin-right: 8px; font-size: 0; }

.open-menu .dropdown_menu { opacity: 100; visibility: visible; transform: translateY(0);z-index:15    }

.dropdown_menu .m_box ul li.group ul { padding: 0px 0px 0px 16px; }
.dropdown_menu .m_box ul li.group .drawer-next { transition-property: all; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: 150ms; transition-duration: .2s; transform: rotate(0) }
.dropdown_menu .m_box ul li.group .is-open .drawer-next { transform: rotate(90deg); }





.smallnav_wrap { }

.smallnav_wrap .locationbox { border-bottom: 1px solid #f7f7f7; }
.smallnav_wrap .location { max-width: 1200px; font-size: 1.5rem; margin: 0 auto; padding: 20px 0 }
.smallnav_wrap .location .icomoon { font-size: 1.8rem; vertical-align: middle; color: #999; margin-right: 5px; }
.smallnav_wrap .location span { color: #999; vertical-align: middle; }
.smallnav_wrap .location a { color: #999; vertical-align: middle; }
.smallnav_wrap .location em { color: #999; padding: 0 6px; vertical-align: middle; }
.smallnav_wrap .navigate { font-family: "微软雅黑"; font-size: 1.6rem; max-width: 1200px; margin: 30px auto; }
.smallnav_wrap .navigate a { display: inline-block; color: #444; position: relative; padding-bottom: 10px; margin-right: 15px; transform: translate(0); }
.smallnav_wrap .navigate a::after { position: absolute; height: 12px; width: 1px; background: #3b9a9c; top: 30%; opacity: 0.5; margin-top: -3px; right: -10px; content: ''; }
.smallnav_wrap .navigate a:last-child::after { width: 0px; }
.smallnav_wrap .navigate a::before { content: ""; position: absolute; left: 0%; bottom: 0; width: 100%; transform: scaleX(0); height: 2px; background: #333; z-index: -1; transition: transform .5s; transform-origin: 100% 0; }
.smallnav_wrap .navigate a.activity::before { transform: scaleX(1); transform-origin: 0 0; }
.smallnav_wrap .navigate a:hover::before { transform: scaleX(1); transform-origin: 0 0; }


/*分页*/
.page-box span { flex: 1 }
.pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px }
.pagination > li { display: inline }
.pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.428571429; text-decoration: none; background-color: #fff; border: 1px solid #ddd }
.pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px }
.pagination > li:last-child > a, .pagination > li:last-child > span { border-top-right-radius: 4px; border-bottom-right-radius: 4px }
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover { background-color: #eee }
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover { z-index: 2; color: #fff; cursor: default; background-color: #1f1e1d; border-color: #1f1e1d }
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span { color: #999; cursor: not-allowed; background-color: #fff; border-color: #ddd }
.pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-top-right-radius: 6px; border-bottom-right-radius: 6px }
.pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-top-right-radius: 3px; border-bottom-right-radius: 3px }
.pager { padding-left: 0; margin: 20px 0; text-align: center; list-style: none }
.pager:after, .pager:before { display: table; content: " " }
.pager:after { clear: both }
.pager:after, .pager:before { display: table; content: " " }
.pager:after { clear: both }
.pager li { display: inline }
.pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px }
.pager li > a:focus, .pager li > a:hover { text-decoration: none; background-color: #eee }
.pager .next > a, .pager .next > span { float: right }
.pager .previous > a, .pager .previous > span { float: left }
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span { color: #999; cursor: not-allowed; background-color: #fff }


.whats_warp { position: fixed; z-index: 10; }
.whats_warp.right { right: 28px; }
.whats_warp.left { left: 28px; }
.whats_warp .whats_content .whats_button { width: 60px; height: 60px; border-radius: 50%; position: relative; z-index: 5; }
.whats_warp .whats_content .whats_button .whats_button_effect { cursor: pointer; outline: none; border: none; width: 100%; height: 100%; border-radius: 50%; fill: #fff }
.whats_window { will-change: opacity; position: absolute; bottom: 0; background: rgb(246, 246, 247); width: 360px; border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.05) 0px 0.48px 2.41px -0.38px, rgba(0, 0, 0, 0.17) 0px 4px 20px -0.75px; overflow: hidden; }
.whats_warp.right .whats_window { right: 47px; }
.whats_warp.left .whats_window { left: 47px; }
.whats_window .whats_header { padding: 20px; background: linear-gradient(-61deg, rgb(255, 8, 68), rgb(255, 137, 101)); position: relative; z-index: 4; display: flex; flex: 0 0 auto; color: rgb(255, 255, 255); }
.whats_window .whats_header .close_window { position: absolute; top: 0px; right: 0px; width: 45px; height: 45px; fill: #fff; padding: 15px; cursor: pointer }
.whats_window .whats_header .user { width: 48px; height: 48px; position: relative }
.whats_window .whats_header .user img { width: 48px; height: 48px; border-radius: 50%; border: 2px #fff solid }
.whats_window .whats_header .user::before { content: ""; width: 10px; height: 10px; background-color: #4dc247; border-radius: 50%; position: absolute; bottom: 2px; box-shadow: rgba(0,0,0,0.1) 2px 2px 6px; right: 2px; }
.whats_window .whats_header .info { padding-left: 15px }
.whats_window .whats_header .info h2 { font-size: 16px; font-weight: 700; }
.whats_window .whats_header .info span { font-size: 14px; }
.whats_window .whats_body { }
.whats_window .whats_body .chat_msg { padding: 25px 15px 25px; min-height: 150px; display: flex; flex-direction: column; gap: 20px; max-height: 300px; }
.whats_window .whats_body .chat_msg .item { display: flex; gap: 15px; }
.whats_window .whats_body .chat_msg .item .avatar { width: 25px; height: 25px; position: relative }
.whats_window .whats_body .chat_msg .item .avatar img { width: 25px; height: 25px; border-radius: 50%; }
.whats_window .whats_body .chat_msg .item .msg_box { display: inline-block; max-width: 280px; margin-bottom: 0.1em; box-shadow: rgba(0, 0, 0, 0.15) 0px 0.6px 0.54px -1.33px, rgba(0, 0, 0, 0.13) 0px 2.29px 2.06px -2.67px, rgba(0, 0, 0, 0.04) 0px 10px 9px -4px; border: 0px; background: rgb(255, 255, 255); color: rgb(17, 17, 17); border-radius: 10px; }
.whats_window .whats_body .chat_msg .item .msg_box .text { overflow-wrap: anywhere; max-width: 100%; padding: 12px 18px 14px; font-size: 14px; }
.whats_window .whats_body .chat_msg .item .msg_box .text img { max-width: 100% }

.whats_window .whats_body .chat_msg { overflow-y: scroll; }
.whats_window .whats_body .chat_msg::-webkit-scrollbar { width: 4px; }
.whats_window .whats_body .chat_msg::-webkit-scrollbar-thumb { border-radius: 10px; background: rgba(0,0,0,0.2); }
.whats_window .whats_body .chat_msg::-webkit-scrollbar-track { border-radius: 0; background: rgba(0,0,0,0.1); }


.whats_window .whats_body .chats_list { padding: 15px 15px 25px; background-color: #fff; }
.whats_window .whats_body .chats_list h2 { text-align: center; font-size: 14px; font-weight: 700 }
.whats_window .whats_body .grid { display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 15px; margin-top: 15px; place-items: center; }
.whats_window .whats_body .grid a { height: 42px; width: 42px; border-radius: 50%; display: flex; place-content: center; }
.whats_window .whats_body .grid a svg { width: 32px; fill: white; }
.whats_window .whats_body .grid a svg.maps path { fill: red; }

.whats_window .whats_body .grid a svg.kakao_talk path:nth-child(1) { fill: #000; }
.whats_window .whats_body .grid a svg.kakao_talk path:nth-child(2) { fill: #FFE812; }

.whats_window.open { opacity: 1; transform: translate3d(0, 0, 0) scale(1); transition: transform 430ms cubic-bezier(0.33, 0, 0, 1) 0s, opacity 308ms ease 0s; }
.whats_warp.right .whats_window.close { opacity: 0; transform: translate3d(40%, 40%, 0) scale(0.1); transition: transform 430ms cubic-bezier(0.33, 0, 0, 1) 0s, opacity 308ms ease 0s; }
.whats_warp.left .whats_window.close { opacity: 0; transform: translate3d(-40%, 40%, 0) scale(0.1); transition: transform 430ms cubic-bezier(0.33, 0, 0, 1) 0s, opacity 308ms ease 0s; }

/*返回顶部*/
#progress { height: 70px; width: 70px; border-radius: 50%; position: fixed; bottom: 0; right: 20px; mix-blend-mode: difference; background: transparent; display: grid; place-items: center; z-index: 99999; cursor: pointer; }
#progress .icon { fill: #fff; position: absolute; z-index: 2; text-align: center; left: 50%; transform: translate(-50%, 30%); top: 0; width: 18px; height: 18px; transition: 0.5s; }
.progress.hide { display: none !important; transition: 0.5s !important; }
#progress-value { display: block; height: calc(100% - 15px); background-color: transparent; color: #fff; mix-blend-mode: difference; border-radius: 50%; display: grid; place-items: center; font-weight: 600; font-size: 18px; margin-top: 7px; }



@media(any-hover:hover) {
    .advantage_box .content .list .item:hover { background: var(--advantage-button-background); top: -5px; }
    .advantage_box .content .list .item:hover .top_text span { color: var(--advantage-buttonFont-color); }
    .advantage_box .content .list .item:hover h4 { color: var(--advantage-buttonFont-color); }






    .main .investors_box .content .item:hover { background-image: url(/images/icon-marks-down-active.png); }

    .otherwarp .content_box .section_1 .box .gird_box .item:hover { background-image: url(/images/service-bg.jpg); background-position: right top; background-repeat: no-repeat; }
    .otherwarp .content_box .section_1 .box .gird_box .item:hover h4 { color: #fff }
    .otherwarp .content_box .section_1 .box .gird_box .item:hover p { color: #fff }
    .otherwarp .content_box .section_1 .box .gird_box .item:hover .icon { color: #fff }
}
/*index*/
.page-wrapper { margin-top: var(--navbar-widget-height) }
.section-inner { max-width: 1400px; width: 100%; margin: 0 auto; box-sizing: border-box; }

.contact-section { padding: 100px 0; background-color: var(--background); }
.contact-section .section-box { display: flex; place-items: center; flex-direction: column; width: 35%; margin: 0 auto; }
.contact-section .section-box h2 { font-size: 60px; font-weight: 700; text-align: center; color: var(--font-color); line-height: 1; }
.contact-section .section-box p { font-size: 28px; color: var(--subFont-color); margin-top: 10px; }
.contact-section .section-box .section-btn { display: flex; place-items: center; place-content: center; margin-top: 50px }
.contact-section .section-box .section-btn .btn { border-radius: 30px; font-size: 16px; padding: 10px 24px; background-color: var(--button-background); color: var(--buttonFont-color); display: flex; place-items: center; width: fit-content; gap: 10px; transition: transform .25s ease; font-weight: 700; }
.contact-section .section-box .section-btn .btn svg { width: 32px; fill: var(--buttonFont-color); }
.contact-section .section-box .section-btn .btn .inner-button { display: flex; place-items: center; place-content: center; font-weight: 700; transition: all 0.3s ease-in-out; }
.contact-section .section-box .section-btn .btn .inner-button .icon { width: 25px; fill: var(--buttonFont-color); }
.contact-section .section-box .section-btn .btn:hover { transform: translate3d(0, -3px, 0); }
.contact-section .section-box .section-btn .btn:hover .inner-button { transform: rotate(-45deg); }


.contact-section .feature-logos { display: flex; place-items: center; place-content: center; gap: 20px; margin-top: 50px }
.contact-section .feature-logos .feature-logos__item span { color: var(--subFont-color); font-size: 16px; }
.contact-section .feature-logos .feature-logos__item .feature-logos__wrapper { align-items: center; display: flex; gap: 8px; }

.subscribe-section { padding: 100px 0; background-color: var(--background); }
.subscribe-section .wrap { position: relative; max-width: 500px; margin: 0 auto; z-index: 1; }
.subscribe-section .wrap .container { }
.subscribe-section .wrap .container .widget-title { text-align: center; font-size: 42px; font-weight: 600; margin-bottom: 10px; color: var(--font-color); }
.subscribe-section .wrap .container .widget-desc { color: var(--subFont-color); margin-bottom: 1rem; margin-top: 15px; text-align: center; font-size: 16px; }
.subscribe-section .wrap .container .subscribe-widget { margin-top: 50px }
.subscribe-section .wrap .container .subscribe-widget .dreamit-form { position: relative; font-size: 16px; }
.subscribe-section .wrap .container .subscribe-widget .dreamit-form.errmsg::before { content: ''; position: absolute; left: 20px; bottom: calc(100% - 6px); width: 0; height: 0; color: #fff; border: 6px solid transparent; border-top-color: white; z-index: 2; }
.subscribe-section .wrap .container .subscribe-widget .dreamit-form.errmsg::after { box-sizing: border-box; content: attr(errMsg); position: absolute; bottom: calc(100% + 6px); left: 0; line-height: 1.3; padding: 16px 20px; color: rgba(41, 41, 41, 0.6); background-color: white; border-radius: 4px; box-shadow: 0px 0px 8px 0px rgba(195,195,195,0.50); font-size: 14px; z-index: 1; }

.subscribe-section .wrap .container .subscribe-widget .src-input-box { font-family: inherit; font-size: inherit; line-height: inherit; background: #eee; border-radius: 4px; padding: 16px 60px 16px 20px; border: none; color: #444; display: block; width: 100%; }
.subscribe-section .wrap .container .subscribe-widget .input-btn { cursor: pointer; transition: all 0.3s ease-out 0s; border: none; outline: none; position: absolute; top: 50%; transform: translateY(-50%); right: 7px; width: 36px; height: 36px; border: none; padding: 0 0; background: var(--footer-desc-button-background); border-radius: 3px; color: #fff; display: flex; align-items: center; justify-content: center; }
.subscribe-section .wrap .container .subscribe-widget .input-btn .icon { width: 25px; fill: var(--footer-desc-buttonFont-color) }
.subscribe-section .wrap .container .subscribe-widget .input-btn:hover { opacity: 0.7; }



.banner { position: relative; overflow: hidden; }
.banner .banner-swiper { height: 100%; left: 0; top: 0; width: 100%; }
.banner .banner-swiper .swiper-slide { text-align: center }
.banner .banner-swiper .swiper-slide .bg { background: no-repeat 50% 50%/cover; bottom: 0; left: 0; position: absolute; right: 0; top: 0; }
.banner .banner-swiper .swiper-slide .bg .banner-image { display: flex; flex-direction: column; align-items: self-start; width: 40%; transform-origin: center center; transform: scale(1); }
.banner .banner-swiper .swiper-slide:not(.swiper-slide-active) .banner-transition { display: none; opacity: 0; visibility: hidden; }
.a-flyLeftIn { animation-duration: .4s; animation: 1s ease 0s 1 normal both running flyLeftIn; }

.banner .banner-swiper .swiper-slide .banner-content { width: 1200px; margin: 0 auto; height: 100%; display: flex; align-items: center; }
.banner .banner-swiper .swiper-slide .bg .text { line-height: 1; }
.banner .banner-swiper .swiper-slide .bg .text h2 { font-size: 42px; color: var(--font-color) }
.banner .banner-swiper .swiper-slide .bg .text p { font-size: 16px; color: var(--subFont-color); margin: 30px 0; line-height: 1.8; text-align: left; }
.banner .banner-swiper .swiper-slide .bg .text .btn { white-space: nowrap; padding: 15px 28px; color: var(--buttonFont-color); text-transform: uppercase; border: 0px none; background-color: var(--button-background); font-size: 14px; letter-spacing: 3px; }

.banner .banner-swiper .swiper-slide img { max-width: 100% }
.banner .banner-swiper .swiper-pagination { }
.banner .banner-swiper .swiper-pagination .swiper-pagination-bullet { display: inline-block; width: 14px; height: 14px; border: 2px var(--buttonDef-color) solid; border-radius: 14px; margin: 0 6px; cursor: pointer; color: rgba(255, 255, 255, 0.00) !important; transition: all 0.3s; outline: none }
.banner .banner-swiper .swiper-pagination .swiper-pagination-bullet-active { padding: 0 14px; background-color: rgba(255, 255, 255, 0.00) !important }

.banner .banner-swiper .swiper-pagination-fraction { color: #000; font-weight: 700; font-size: 20px; }
.banner .banner-swiper .swiper-pagination-fraction .swiper-pagination-total { font-size: 16px; }

.banner .banner-swiper .def-prev { width: 46px; height: 46px; cursor: pointer; left: 5% }
.banner .banner-swiper .def-prev:after { content: '' }
.banner .banner-swiper .def-prev img { width: 100% }
.banner .banner-swiper .def-next { width: 46px; height: 46px; cursor: pointer; right: 5% }
.banner .banner-swiper .def-next:after { content: '' }
.banner .banner-swiper .def-next img { width: 100% }


.brand-layout { padding: 80px 120px; background: var(--background); }
.brand-layout .section-header { margin-bottom: 50px }
.brand-layout .section-header h2 { text-align: center; font-size: 16px; color: var(--font-color); font-weight: 700 }
.brand-layout .section-container .grid-layout { display: grid; grid-template-columns: repeat(var(--menu-grid-gap), 1fr); gap: 0px; border-style: solid; border-width: 0; background-clip: border-box; border-color: #D9DEE8; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 1px; }
.brand-layout .section-container .grid-layout .item { cursor: pointer; display: flex; place-items: center; gap: 20px; border-style: solid; border-width: 0; background-clip: border-box; border-color: #D9DEE8; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 0px; padding-top: 24px; padding-right: 24px; padding-bottom: 24px; padding-left: 24px; background-color: #fff }
.brand-layout .section-container .grid-layout .item.no-top-border { border-top-width: 0px; }
.brand-layout .section-container .grid-layout .item h2 { font-size: 16px; font-weight: 700; line-height: 1.4; flex: 1; color: var(--font-color) }
.brand-layout .section-container .grid-layout .item .img-view { width: 80px; height: 80px; flex-shrink: 1; display: flex; place-items: center; place-content: center }
.brand-layout .section-container .grid-layout .item .img-view img { max-height: 100%; max-width: 100% }
.brand-layout .section-container .grid-layout .item:hover { transform: translate3d(0, -2px, 0); transition: all 0.3s; box-shadow: 0 5px 20px rgba(0,0,0,0.1); }

.product-layout { padding: 80px; overflow: hidden; background: var(--background); }
.product-layout .section-header { }
.product-layout .section-header h2 { text-align: center; font-size: 38px; font-weight: bold; position: relative; padding: 0 0 12px 0; color: var(--themes-color) }
.product-layout .section-header h2::after { content: ""; display: block; width: 100px; height: 2px; background: var(--themes-color); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); }
.product-layout .section-header p { opacity: 0.8; text-align: center; margin-top: 24px; font-size: 18px; padding: 0 20%; color: var(--subFont-color); }
.product-layout .product-swiper { margin: 80px 0; position: relative }
.product-layout .product-swiper .controller { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 1; padding: 0 50px 30px 104px }
.product-layout .product-swiper .controller .product-pagination .swiper-pagination-bullet { height: 8px; margin: 0 4px; width: 8px; cursor: pointer }
.product-layout .product-swiper .controller .product-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: var(--button-background); }
.product-layout .product-swiper .controller .warp_ctrl { display: flex; gap: 30px; margin-top: 30px }
.product-layout .product-swiper .controller .product-arrow { border: none; cursor: pointer; display: block; font-size: 0; line-height: 0px; padding: 0; height: 48px; width: 48px; background: transparent; color: transparent; outline: none; }
.product-layout .product-swiper .controller .product-arrow .path01 { fill-opacity: 0; stroke: #000; stroke-width: 1.5px; transition: stroke .2s ease, fill-opacity .2s ease; }
.product-layout .product-swiper .controller .product-arrow .path02 { fill-opacity: 0; stroke: #000; stroke-width: 1.5px; transition: stroke .2s ease, fill-opacity .2s ease; }

.product-layout .product-swiper .controller .product-arrow:not(.swiper-button-disabled):hover svg .path01 { fill: var(--button-background); fill-opacity: 1; stroke: var(--button-background); }
.product-layout .product-swiper .controller .product-arrow:not(.swiper-button-disabled):hover svg .path02 { fill-opacity: 0; stroke: #fff; }

.product-layout .product-swiper .controller .swiper-button-disabled { pointer-events: none; }
.product-layout .product-swiper .controller .swiper-button-disabled svg .path01 { stroke: #9ea1a7 !important; }
.product-layout .product-swiper .controller .swiper-button-disabled svg .path02 { fill: none; stroke: #9ea1a7 !important; }


.product-layout .section-container .item { flex-shrink: 0; width: 50%; height: 100%; position: relative; transition-property: transform; background-color: #fff; padding: 88px 40px 150px 104px; }
.product-layout .section-container .item .content { display: flex; gap: 30px }
.product-layout .section-container .item .content .left-layout { flex: 1 }
.product-layout .section-container .item .content .left-layout h2 { font-size: 24px; color: var(--font-color); line-height: 1.4; }
.product-layout .section-container .item .content .left-layout .number { font-size: 18px; margin-top: 8px; color: var(--subFont-color); }
.product-layout .section-container .item .content .left-layout .lead { font-size: 36px; margin-top: 40px; line-height: 1.4; color: var(--font-color); }
.product-layout .section-container .item .content .left-layout .txt { margin-top: 24px; font-size: 18px; color: var(--subFont-color); line-height: 1.4; }
.product-layout .section-container .item .content .left-layout .btn { margin-top: 48px; }
.product-layout .section-container .item .content .left-layout .btn a { padding: 0 50px 0 40px; color: var(--buttonFont-color); position: relative; min-width: 220px; align-items: center; background: transparent; border: 1px solid var(--buttonDef-color); display: inline-flex; font-size: 1.4rem; height: 44px; justify-content: center; line-height: 1.2; text-align: center; text-decoration: none; transition: background-color .2s ease, border-color .2s ease, color .2s ease; border-radius: 10px; }
.product-layout .section-container .item .content .left-layout .btn a:hover { background: var(--button-background); border-color: var(--button-background); color: #fff; }
.product-layout .section-container .item .content .right-layout { flex: 1; display: flex; place-content: center; place-items: center; max-height: 442px }
.product-layout .section-container .item .content .right-layout img { max-width: 100%; max-height: 100% }





.about-layout { padding: 80px; overflow: hidden; background-color: #fff; }
.about-layout .section-container { background-color: var(--background); padding: 120px 160px; border-radius: 10px; position: relative; overflow: hidden }
.about-layout .section-container .section-view { display: flex; flex-direction: row; flex-wrap: wrap; align-items: stretch; position: relative; z-index: 11 }
.about-layout .section-container .column { width: 50%; flex: 0 0 auto; }
.about-layout .section-container .column img { max-width: 100% }
.about-layout .section-container .column video { max-width: 100%; border-radius: 5px; }
.about-layout .section-container .column.right { padding-left: 80px; display: flex; flex-direction: column; }
.about-layout .section-container .column.right .feature-text-paired { width: 70%; flex: 1 }
.about-layout .section-container .column.right .title { font-size: 32px; font-weight: 700; text-transform: uppercase; line-height: 1.4; color: var(--font-color); padding-bottom: 15px; }
.about-layout .section-container .column.right .desc { font-size: 16px; line-height: 1.4; }
.about-layout .section-container .column.right .desc p { margin-bottom: 10px; font-size: 18px; line-height: 26px; font-weight: 400; color: var(--subFont-color) }
.about-layout .section-container .column.right .spaced-row { margin-top: 25px; }
.about-layout .section-container .column.right ul li { font-size: 18px; display: flex; place-items: start; padding: 5px 0 }
.about-layout .section-container .column.right ul li .icon { width: 24px; height: 24px; flex-shrink: 0 }
.about-layout .section-container .column.right ul li .icon path { fill: var(--themes-color) }
.about-layout .section-container .column.right ul li span { padding-left: 10px; color: var(--subFont-color) }

.about-layout .section-container .column.right .sub-container { margin-top: 50px; }
.about-layout .section-container .column.right .sub-container .counter-inner { display: flex; gap: 20px }
.about-layout .section-container .column.right .sub-container .counter-inner .count-item { flex: 1 }
.about-layout .section-container .column.right .sub-container .counter-inner .count-item .text { }
.about-layout .section-container .column.right .sub-container .counter-inner .count-item .text .counter { font-size: 42px; font-weight: 700; color: var(--themes-color) }
.about-layout .section-container .column.right .sub-container .counter-inner .count-item .text .unit { font-style: normal; font-size: 16px; padding-left: 5px; color: var(--subFont-color) }
.about-layout .section-container .column.right .sub-container .counter-inner .count-item .lable { font-size: 14px; text-align: center; color: var(--font-color); }


.about-layout .section-container .section-btn { display: flex; place-items: center; place-content: center; margin-top: 120px }
.about-layout .section-container .section-btn .btn { border-radius: 30px; font-size: 16px; padding: 10px 24px; background-color: var(--button-background); color: var(--buttonFont-color); display: flex; place-items: center; width: fit-content; gap: 10px; transition: transform .25s ease; font-weight: 700; }
.about-layout .section-container .section-btn .btn .inner-button { display: flex; place-items: center; place-content: center; font-weight: 700; transition: all 0.3s ease-in-out; }
.about-layout .section-container .section-btn .btn .inner-button .icon { width: 25px; fill: var(--buttonFont-color); }
.about-layout .section-container .section-btn .btn:hover { transform: translate3d(0, -3px, 0); }
.about-layout .section-container .section-btn .btn:hover .inner-button { transform: rotate(-45deg); }


.brand-section { padding: 80px; overflow: hidden; background-color: var(--background) }
.brand-section .section-header { }
.brand-section .section-header h2 { text-align: center; font-size: 38px; font-weight: bold; position: relative; padding: 0 0 12px 0; color: var(--themes-color) }
.brand-section .section-header h2::after { content: ""; display: block; width: 100px; height: 2px; background: var(--themes-color); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); }
.brand-section .section-header p { opacity: 0.8; text-align: center; margin-top: 24px; font-size: 18px; padding: 0 20%; color: var(--subFont-color) }
.brand-section .grid-view { display: grid; grid-gap: 15px; grid-template-columns: repeat(8, 1fr); max-width: 1380px; margin: 0px auto; padding-top: 50px }
.brand-section .grid-view li { width: 158px; height: 70px; overflow: hidden; border-radius: 7px; background-color: #fff }
.brand-section .grid-view li a { width: 158px; height: 70px; display: flex; place-items: center; place-content: center }
.brand-section .grid-view li img { max-height: 100%; max-width: 100% }


.imgTextComp-section { padding: 80px 0; background-color: var(--background) }
.imgTextComp-section .graphics { display: flex; align-items: center; justify-content: center; gap: 100px; }
.imgTextComp-section .graphics .images-box { width: 50%; flex: 1 }
.imgTextComp-section .graphics .images-box img { width: 100% }
.imgTextComp-section .graphics .images-box video { max-width: 100%; }
.imgTextComp-section .graphics .text-content { flex: 1; }
.imgTextComp-section .graphics .text-content .title { font-size: 38px; font-weight: 700; margin-bottom: 15px; color: var(--font-color) }
.imgTextComp-section .graphics .text-content .desc { font-size: 16px; color: var(--subFont-color); margin-bottom: 50px }
.imgTextComp-section .graphics .text-content .desc p { margin-bottom: 10px }
.imgTextComp-section .graphics .text-content .list { margin: 0px 0 70px }
.imgTextComp-section .graphics .text-content .list .item { position: relative; font-size: 18px; padding-left: 15px; margin-bottom: 20px; color: var(--font-color) }
.imgTextComp-section .graphics .text-content .list .item::after { content: ''; position: absolute; top: 50%; left: 0; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); width: 8px; height: 8px; background-color: var(--themes-color); border-radius: 50% }
.imgTextComp-section .graphics .section-btn { display: flex; place-items: center; }
.imgTextComp-section .graphics .section-btn .btn { border-radius: 30px; font-size: 16px; padding: 10px 24px; background-color: var(--button-background); color: var(--buttonFont-color); display: flex; place-items: center; width: fit-content; gap: 10px; transition: transform .25s ease; font-weight: 700; }
.imgTextComp-section .graphics .section-btn .btn svg { width: 32px; fill: var(--buttonFont-color); }
.imgTextComp-section .graphics .section-btn .btn img { height: 32px }
.imgTextComp-section .graphics .section-btn .btn .inner-button { display: flex; place-items: center; place-content: center; font-weight: 700; transition: all 0.3s ease-in-out; }
.imgTextComp-section .graphics .section-btn .btn .inner-button .icon { width: 25px; fill: var(--buttonFont-color); }
.imgTextComp-section .graphics .section-btn .btn:hover { transform: translate3d(0, -3px, 0); }
.imgTextComp-section .graphics .section-btn .btn:hover .inner-button { transform: rotate(-45deg); }


.imgtextlistcomp-layout { padding: 80px; overflow: hidden; background-color: var(--background) }
.imgtextlistcomp-layout .section-header { position: relative; max-width: 1400px; margin: 0 auto }
.imgtextlistcomp-layout .section-header h2 { text-align: left; font-size: 60px; font-weight: bold; position: relative; color: var(--font-color); width: 50%; line-height: 1.2; }

.imgtextlistcomp-layout .section-header .controller { position: absolute; bottom: 0; right: 0; z-index: 1; }
.imgtextlistcomp-layout .section-header .controller .warp_ctrl { display: flex; gap: 30px; }
.imgtextlistcomp-layout .section-header .controller .product-arrow { border: none; cursor: pointer; display: block; font-size: 0; line-height: 0px; padding: 0; height: 48px; width: 48px; background: transparent; color: transparent; outline: none; }
.imgtextlistcomp-layout .section-header .controller .product-arrow .path01 { fill-opacity: 0; stroke: #000; stroke-width: 1.5px; transition: stroke .2s ease, fill-opacity .2s ease; }
.imgtextlistcomp-layout .section-header .controller .product-arrow .path02 { fill-opacity: 0; stroke: #000; stroke-width: 1.5px; transition: stroke .2s ease, fill-opacity .2s ease; }
.imgtextlistcomp-layout .section-header .controller .product-arrow:not(.swiper-button-disabled):hover svg .path01 { fill: var(--button-background); fill-opacity: 1; stroke: var(--button-background); }
.imgtextlistcomp-layout .section-header .controller .product-arrow:not(.swiper-button-disabled):hover svg .path02 { fill-opacity: 0; stroke: #fff; }
.imgtextlistcomp-layout .section-header .controller .swiper-button-disabled { pointer-events: none; }
.imgtextlistcomp-layout .section-header .controller .swiper-button-disabled svg .path01 { stroke: #9ea1a7 !important; }
.imgtextlistcomp-layout .section-header .controller .swiper-button-disabled svg .path02 { fill: none; stroke: #9ea1a7 !important; }

.imgtextlistcomp-layout .gallery-component-swiper { margin: 80px 0; position: relative }
.imgtextlistcomp-layout .gallery-component-swiper .item .content .picture { padding-bottom: 100%; overflow: hidden; width: 100%; display: flex; position: relative; background-color: #fff; margin-bottom: 25px; }
.imgtextlistcomp-layout .gallery-component-swiper .item .content .picture img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; object-fit: cover; max-width: 100%; max-height: 100%; margin: auto; }

.imgtextlistcomp-layout .gallery-component-swiper .item .content .card__content { }
.imgtextlistcomp-layout .gallery-component-swiper .item .content .card__content .card__text { margin-bottom: 24px; }
.imgtextlistcomp-layout .gallery-component-swiper .item .content .card__content .card__text .section-title--card { font-size: 24px; line-height: 32px; margin-bottom: 12px; color: var(--font-color); }
.imgtextlistcomp-layout .gallery-component-swiper .item .content .card__content .card__text .section-subtitle--paragraph { font-size: 16px; font-weight: 400; line-height: 24px; min-height: 120px; color: var(--subFont-color); }
.imgtextlistcomp-layout .gallery-component-swiper .item .content .card__content .link__action { }
.imgtextlistcomp-layout .gallery-component-swiper .item .content .card__content .link__action .link { border: 2px solid #0000; color: var(--buttonFont-color); font-size: 14px; font-weight: 700; line-height: 20px; margin: 0 0 -10px -9px; padding: 4px 8px 10px; position: relative; text-decoration: unset; }
.imgtextlistcomp-layout .gallery-component-swiper .item .content .card__content .link__action .link::after, .imgtextlistcomp-layout .gallery-component-swiper .item .content .card__content .link__action .link::before { background: var(--buttonFont-color); bottom: 7px; content: ""; display: block; height: 2px; left: 8px; position: absolute; transition: 1.1s cubic-bezier(.19,1,.22,1); width: calc(100% - 16px); }
.imgtextlistcomp-layout .gallery-component-swiper .item .content .card__content .link__action .link::after { transform-origin: right; transition-delay: .25s; }
.imgtextlistcomp-layout .gallery-component-swiper .item .content .card__content .link__action .link::before { transform: scaleX(0); transform-origin: left; }
.imgtextlistcomp-layout .gallery-component-swiper .item .content .card__content .link__action .link-arrow { font-size: 16px; line-height: 24px; }
.imgtextlistcomp-layout .gallery-component-swiper .item .content .card__content .link__action .link-arrow svg { height: 18px; position: absolute; right: -14px; top: 3px; transition: all .3s; width: 18px; color: #050D1A }
.imgtextlistcomp-layout .gallery-component-swiper .item .content .card__content .link__action .link-arrow svg path { fill: currentColor }
.imgtextlistcomp-layout .gallery-component-swiper .item .content .card__content .link__action .link:hover:before { transform: scaleX(1); transition-delay: .25s; }
.imgtextlistcomp-layout .gallery-component-swiper .item .content .card__content .link__action .link:hover:after { transform: scaleX(0); transition-delay: 0s; }
.imgtextlistcomp-layout .gallery-component-swiper .item .content .card__content .link__action .link-arrow:hover svg { color: var(--themes-color); right: -18px; top: 1px; }


.blog-layout { padding: 80px 120px; background: var(--background); }
.blog-layout .section-container { display: flex; gap: 100px }
.blog-layout .section-container .sidebar { width: 30%; flex-shrink: 0 }
.blog-layout .section-container .sidebar h2 { font-size: 28px; color: rgba(101, 121, 135, 1); margin-bottom: 20px }
.blog-layout .section-container .sidebar h1 { font-size: 36px; color: var(--font-color); line-height: 1; margin-bottom: 20px }

.blog-layout .section-container .sidebar .section-btn { display: flex; place-items: center; margin-top: 50px }
.blog-layout .section-container .sidebar .section-btn .btn { border-radius: 30px; font-size: 16px; padding: 10px 24px; background-color: var(--button-background); color: var(--buttonFont-color); display: flex; place-items: center; width: fit-content; gap: 10px; transition: transform .25s ease; font-weight: 700; }
.blog-layout .section-container .sidebar .section-btn .btn svg { width: 32px; }
.blog-layout .section-container .sidebar .section-btn .btn .inner-button { display: flex; place-items: center; place-content: center; font-weight: 700; transition: all 0.3s ease-in-out; }
.blog-layout .section-container .sidebar .section-btn .btn .inner-button .icon { width: 25px; fill: var(--buttonFont-color); }
.blog-layout .section-container .sidebar .section-btn .btn:hover { transform: translate3d(0, -3px, 0); }
.blog-layout .section-container .sidebar .section-btn .btn:hover .inner-button { transform: rotate(-45deg); }


.blog-layout .section-container .content { display: flex; flex-direction: column; gap: 25px; }
.blog-layout .section-container .content .posts-col { }
.blog-layout .section-container .content .posts-col .post-inner-wrap { display: flex; gap: 30px }
.blog-layout .section-container .content .posts-col .post-inner-wrap .img-view { width: 45%; flex-shrink: 0; }
.blog-layout .section-container .content .posts-col .post-inner-wrap .img-view a { position: relative; display: block; padding-bottom: 56.25%; width: 100%; overflow: hidden; }
.blog-layout .section-container .content .posts-col .post-inner-wrap .img-view a img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; object-fit: cover; max-width: 100%; max-height: 100%; margin: auto; transition: transform 0.3s ease-in-out; }
.blog-layout .section-container .content .posts-col .post-inner-wrap .img-view:hover img { transform: scale(1.2); }

.blog-layout .section-container .content .posts-col .post-inner-wrap .post-content .title { font-size: 24px; color: var(--font-color); margin-bottom: 15px; line-height: 1.4 }
.blog-layout .section-container .content .posts-col .post-inner-wrap .post-content .meta { display: flex; place-items: center; color: var(--subFont-color); margin-bottom: 15px; font-size: 14px; }
.blog-layout .section-container .content .posts-col .post-inner-wrap .post-content .meta span { display: flex; place-items: center; }
.blog-layout .section-container .content .posts-col .post-inner-wrap .post-content .meta .meta-date { margin-left: 10px; }
.blog-layout .section-container .content .posts-col .post-inner-wrap .post-content .meta .icon { width: 16px; fill: var(--subFont-color); position: relative; top: 0px; margin-right: 5px; }

.blog-layout .section-container .content .posts-col .post-inner-wrap .post-content .meta .icon path { fill: var(--subFont-color); }

.blog-layout .section-container .content .posts-col .post-inner-wrap .post-content .meta .icon::before { font-size: 15px; }

.blog-layout .section-container .content .posts-col .post-inner-wrap .post-content .description { font-size: 16px; color: var(--subFont-color) }


.process-layout { padding: 80px 120px; background: var(--background); }
.process-layout .section-header { margin-bottom: 50px }
.process-layout .section-header h2 { text-align: center; font-size: 38px; font-weight: bold; position: relative; padding: 0 0 12px 0; color: var(--themes-color); }
.process-layout .section-header h2::after { content: ""; display: block; width: 100px; height: 2px; background: var(--themes-color); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); }
.process-layout .section-header p {  text-align: center; margin-top: 24px; font-size: 18px; padding: 0 20%; color: var(--subFont-color); }

.process-layout .section-container .section-view { display: flex; gap: 20px; place-content: center; }
.process-layout .section-container .section-view .process-box { display: flex; place-items: center; flex-direction: column; text-align: center; border: solid #f7f7f7 4px; padding: 28px 16px; flex: 1; gap: 10px; }
.process-layout .section-container .section-view .process-box .img img { max-width: 80px }
.process-layout .section-container .section-view .process-box h4 { font-size: 24px; color: var(--font-color); }
.process-layout .section-container .section-view .process-box p { font-size: 16px; color: var(--subFont-color); }
.process-layout .section-container .section-view .process_arrow { display: flex; place-items: center; place-content: center; }
.process-layout .section-container .section-view .process_arrow .icon { width: 50px; height: 50px; }
.process-layout .section-container .section-view .process_arrow .icon path { fill: var(--themes-color) }


.work-layout { padding: 80px 120px; background: var(--bgImageUrl) center top no-repeat; background-size: cover; position: relative; }
.work-layout:before { background: #333; opacity: var(--opacity); content: ""; display: block; width: 100%; height: 100%; left: 0; position: absolute; top: 0; z-index: 1; }
.work-layout .section-header { margin-bottom: 50px }
.work-layout .section-header h2 { text-align: center; font-size: 38px; font-weight: bold; position: relative; padding: 0 0 12px 0; color: var(--font-color) }
.work-layout .section-header h2::after { content: ""; display: block; width: 100px; height: 2px; background: var(--themes-color); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); }
.work-layout .section-header p { opacity: 0.8; text-align: center; margin-top: 24px; font-size: 18px; padding: 0 20%; color: var(--subFont-color) }
.work-layout .section-inner { position: relative; z-index: 1; max-width: 100% }
.work-layout .section-container .section-view { column-count: 4; column-gap: 20px; margin: 0 auto; }
.work-layout .section-container .section-view .item { break-inside: avoid; position: relative; overflow: hidden; cursor: pointer; margin-bottom: 20px; background: white; }
.work-layout .section-container .section-view .item::before { background: #0575e6; opacity: 0; content: ""; display: block; width: 100%; height: 100%; left: 0; position: absolute; top: 0; z-index: 1; border-radius: 4px; transition: transform 450ms ease-in-out, opacity 450ms ease-in-out; }
.work-layout .section-container .section-view .img-view { }
.work-layout .section-container .section-view .img-view img { display: block; width: 100%; }
.work-layout .section-container .section-view .item .item-desc { position: absolute; left: 0%; transform: translateX(-100%) translateY(0%); bottom: 0; padding: 30px 40px; width: 100%; height: auto; z-index: 9; overflow: hidden; justify-content: space-between; transition: all 0.3s ease-in-out; }
.work-layout .section-container .section-view .item .item-desc h2 { font-weight: 600; color: var(--font-color); font-size: 30px; margin-top: 0; margin-bottom: 0; transition: all 0.4s ease 0s; line-height: 1.2; }

.work-layout .section-container .section-view .item:hover::before { opacity: 0.3; }
.work-layout .section-container .section-view .item:hover .item-desc { transform: translateX(0) translateY(0%); }

.comment-layout { padding: 80px 120px; background-image: var(--bgImageUrl); background-color: var(--background); background-position: center top; background-repeat: no-repeat; background-size: cover; position: relative; }
.comment-layout .section-header .sub-title { display: inline-block; font-size: 15px; line-height: 26px; padding: 3px 20px; margin-bottom: 20px; background: #f1f1f1; color: var(--subFont-color); border-radius: 25px; }
.comment-layout .section-header h2 { font-size: 50px; font-weight: 600; line-height: 60px; margin-bottom: 0; color: var(--font-color); }
.comment-layout .section-container { }
.comment-layout .section-container .section-view { height: 500px; width: 45%; overflow: hidden; margin: 50px 0 }
.comment-layout .section-container .section-view .item { outline: none; background-color: #fff; border-radius: 12px; height: calc((100% - 30px) / 2) !important; padding: 35px 35px 65px; }
.comment-layout .section-container .section-view .item .top-rows { display: flex; gap: 15px; }
.comment-layout .section-container .section-view .item .top-rows .user { display: flex; gap: 15px; }
.comment-layout .section-container .section-view .item .top-rows .user .img-view { flex-shrink: 0; height: 54px; width: 54px; border-radius: 22px; color: #666; background-color: #e9e9e9; line-height: 54px; text-align: center; font-size: 18px; }
.comment-layout .section-container .section-view .item .top-rows .user .info { }
.comment-layout .section-container .section-view .item .top-rows .user .info h3 { font-size: 18px; font-weight: 700; color: #444; }
.comment-layout .section-container .section-view .item .top-rows .user .info p { font-size: 14px; }
.comment-layout .section-container .section-view .item .top-rows .right-rows { margin-left: auto }
.comment-layout .section-container .section-view .item .top-rows .right-rows .comment__rating { margin: 0 0 15px; display: flex; place-items: center; place-content: center; gap: 3px; width: 100%; overflow: hidden; position: relative; }

.comment-layout .section-container .section-view .item .top-rows .right-rows .comment__rating .rated { width: 25px; height: 25px; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: center; background-size: 76%; }

.comment-layout .section-container .section-view .item .top-rows .right-rows .comment__rating .rated.rated_active { background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e"); }
.comment-layout .section-container .section-view .item .context { margin-top: 20px; }
.comment-layout .section-container .section-view .item .context p { font-size: 16px; text-align: left; color: #777 }

.comment-layout .section-container .controller { }
.comment-layout .section-container .controller .warp_ctrl { display: flex; gap: 30px; }
.comment-layout .section-container .controller .product-arrow { border: none; cursor: pointer; display: block; font-size: 0; line-height: 0px; padding: 0; height: 48px; width: 48px; background: transparent; color: transparent; outline: none; }
.comment-layout .section-container .controller .product-arrow .path01 { fill-opacity: 0; stroke: #000; stroke-width: 1.5px; transition: stroke .2s ease, fill-opacity .2s ease; }
.comment-layout .section-container .controller .product-arrow .path02 { fill-opacity: 0; stroke: #000; stroke-width: 1.5px; transition: stroke .2s ease, fill-opacity .2s ease; }

.comment-layout .section-container .controller .product-arrow:not(.swiper-button-disabled):hover svg .path01 { fill: var(--button-background); fill-opacity: 1; stroke: var(--button-background); }
.comment-layout .section-container .controller .product-arrow:not(.swiper-button-disabled):hover svg .path02 { fill-opacity: 0; stroke: #fff; }

.comment-layout .section-container .controller .swiper-button-disabled { pointer-events: none; }
.comment-layout .section-container .controller .swiper-button-disabled svg .path01 { stroke: #9ea1a7 !important; }
.comment-layout .section-container .controller .swiper-button-disabled svg .path02 { fill: none; stroke: #9ea1a7 !important; }


.product-standard-layout { padding: 80px; overflow: hidden; background-color: var(--background) }
.product-standard-layout .section-header { }
.product-standard-layout .section-header h2 { text-align: center; font-size: 38px; font-weight: bold; position: relative; padding: 0 0 12px 0; color: var(--themes-color) }
.product-standard-layout .section-header h2::after { content: ""; display: block; width: 100px; height: 2px; background: var(--themes-color); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); }
.product-standard-layout .section-header p {  text-align: center; margin-top: 24px; font-size: 18px; padding: 0 20%; color: var(--subFont-color) }

.product-standard-layout .section-container { padding: 80px 0 30px; }
.product-standard-layout .grid-view { display: grid; grid-gap: var(--product-grid-gap); grid-template-columns: repeat(var(--product-grid-columns), 1fr); }
.product-standard-layout .grid-view .item .imgbox { position: relative; overflow: hidden; padding-bottom: 100%; }
.product-standard-layout .grid-view .item .imgbox::before { position: absolute; content: ""; width: 50%; top: 0px; left: -250px; z-index: 1; background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%); transition: all 0.5s ease-in-out; height: 100%; }
.product-standard-layout .grid-view .item img { max-width: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; transition: transform 0.3s ease-in-out; }
.product-standard-layout .grid-view .item:hover .imgbox img { transform: scale(1.2); }
.product-standard-layout .grid-view .item:hover .imgbox::before { -webkit-animation: hoverShine 1.2s; animation: hoverShine 1.2s; }
.product-standard-layout .grid-view .item { /*  border: 1px rgba(0,0,0,0.07) solid; */ background-color: #fff; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 5px 18px 0 rgba(0,0,0,0.08); border-radius: var(--product-border-radius); }

.product-standard-layout .grid-view .item .textbox { padding: 10px; position: relative; margin-top: 10px; flex: 1; }
.product-standard-layout .grid-view .item .textbox::before { content: ""; position: absolute; top: 0; left: 10px; width: 20%; border-bottom: 2px solid var(--themes-color); transition: 0.3s all linear; }
.product-standard-layout .grid-view .item .textbox h2 { font-size: 1.8rem; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; transition: transform 0.5s; transform: translate(0, 0px); color: var(--font-color); margin-bottom: 6px }
.product-standard-layout .grid-view .item .textbox .baseinfo { height: 100%; display: flex; flex-direction: column; }
.product-standard-layout .grid-view .item .textbox .desc { line-height: 2.0; flex: 1 }
.product-standard-layout .grid-view .item .textbox p { font-size: 1.3rem; line-height: 1.6; color: var(--subFont-color); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; padding-bottom: 5px; }


.product-standard-layout .grid-view .item .price_box { color: var(--font-color) }
.product-standard-layout .grid-view .item .price_box .unit { font-size: 14px; font-weight: 700; font-style: normal; }
.product-standard-layout .grid-view .item .price_box .vul { font-size: 20px; font-weight: 700; padding-left: 3px; }
/*index end*/

/* 4K 及以上 */
@media (min-width: 1920px) {
    .hidden-xl { display: none !important; opacity: 0; visibility: hidden; }
    /* 样式 */
}
/* 2K 显示器 */
@media (min-width: 1600px) and (max-width: 1919px) {
    .hidden-lg { display: none !important; opacity: 0; visibility: hidden; }

    .page-wrapper .about-layout .section-container { padding: 80px 40px; }
    .page-wrapper .about-layout .section-container .column.right { padding-left: 40px; }
    .page-wrapper .about-layout .section-container .column.right .feature-text-paired { width: 90% }
}

/* 平板横屏 / 笔记本 */
@media (min-width: 992px) and (max-width: 1599px) {
    .hidden-md { display: none !important; opacity: 0; visibility: hidden; }

    .page-wrapper .about-layout .section-container { padding: 40px 20px; }
    .page-wrapper .about-layout .section-container .column.right { padding-left: 20px; }
    .page-wrapper .about-layout .section-container .column.right .feature-text-paired { width: 100% }
}

@media screen and (max-width: 991px) {
    .hidden-xs { display: none !important; opacity: 0; visibility: hidden; }
     #progress { right: 0 }

    .fixed-style + .page-wrapper { margin-top: calc(39px + 56px + 56px); }
    .fixed-style ~ .layout { --navbar-height: calc(39px + 56px + 56px) }
    /* .header-section { background-color: var(--background) !important }*/
    .header-section .widget-bar .container .right-row { margin-left: 0; display: flex; place-content: center; place-items: center; width: 100%; }
    .header-section .widget-bar { position: relative; z-index: 31; }
    .header-section .header-lover { position: relative; z-index: 30; background-color: var(--background) }
    .header-section .header-lover .logo img { max-height: 36px; }
    .header-section .header-lover .right-sidebar { gap: 0 }
    .header-section .header-lover .container { padding: 5px 8px 5px; background-color: var(--background); position: relative; z-index: 22; }
    .header-section .menuicon { flex-shrink: 0; margin-left: 20px; align-self: center; position: relative; width: 24px; height: 24px; padding: 3px 0; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-between; z-index: 20 }
    .header-section .menuicon i { width: 100%; height: 2px; background-color: #333; opacity: 1; transform-origin: 10% 0%; }
    .header-section .menuicon i:nth-child(1) { transition: .36s ease; }
    .header-section .menuicon i:nth-child(2) { transition: opacity .2s linear; }
    .header-section .menuicon i:nth-child(3) { transition: .36s ease; }

    .header-section .mobile_nav { padding: 10px 15px 15px; transition: transform 0.2s cubic-bezier(0.18, 0.77, 0.58, 1),background-color 0.2s cubic-bezier(0.18, 0.77, 0.58, 1); }
    .header-section.sticky { box-shadow: 0 4px 8px 1px rgba(0,0,0,.1); }
    .header-section.sticky .mobile_nav { position: absolute; left: 0; right: 0; bottom: 0; transform: translateY(-100%); }
    .header-section .mobile_nav .search_warp .search_form { max-width: unset; opacity: 1; width: 100%; position: relative }

    .footer-section .container { padding-bottom: 0 }
    .footer-section .container .footer-top { padding: 20px 0 }
    .footer-section .container .logo { height: 46px; }
    .footer-section .container .row { flex-direction: column; gap: 20px; }
    .footer-section .container .row .col-left-warp { width: 100%; order: 1; flex-direction: column; gap: 20px }
    .footer-section .container .row .col-left-warp .gropu { width: 100% }
    .footer-section .container .row .col-left-warp .gropu .links { display: flex; flex-flow: nowrap; gap: 15px; }
    .footer-section .container .row .col-right-warp { width: 100%; margin-left: 0; padding: 0 10px; order: 0 }
    /*banner*/
    .banner { }
    .banner .controller { bottom: 10px; }
    .banner .controller .warp_ctrl { width: unset; justify-content: center; }
    .banner .banner-swiper .swiper-pagination .swiper-pagination-bullet-active { padding: 0 10px; }
    .banner .banner-swiper .swiper-pagination span { width: 10px; height: 10px; margin: 0 3px; }
    .banner .banner-swiper .swiper-slide .banner-content { width: 100%; padding: 20px }
    .banner .banner-swiper .swiper-slide .bg .text { width: 80%; }
    .banner .banner-swiper .swiper-slide .bg .text h2 { font-size: 20px; }
    .banner .banner-swiper .swiper-slide .bg .text p { font-size: 14px; margin: 10px 0; line-height: 1.4 }
    .banner .banner-swiper .swiper-slide .bg .text .btn { padding: 8px 10px; }

    /*  menuSection*/
    .brand-layout { padding: 20px 10px; }
    .brand-layout .section-header { margin-bottom: 20px; }
    .brand-layout .section-container .grid-layout { grid-template-columns: repeat(2, 1fr); }
    .brand-layout .section-container .grid-layout .item { gap: 10px; padding: 15px 10px; border-color: rgb(217 222 232 / 55%) }
    .brand-layout .section-container .grid-layout .item .img-view { width: 45px; height: 45px }
    .brand-layout .section-container .grid-layout .item h2 { font-size: 14px; font-weight: normal; }
    .brand-layout .section-container .grid-layout .item:nth-child(n+3) { border-top-width: 0px; }

    /*product standard*/
    .product-standard-layout { padding: 20px 10px; }
    .product-standard-layout .section-container { padding: 0 }
    .product-standard-layout .section-header { padding: 20px 15px 20px; }
    .product-standard-layout .section-header .title { font-size: 20px; line-height: 1; }
    .product-standard-layout .section-header p { font-size: 14px; margin-top: 5px; }
    .product-standard-layout .section-header h2::after { height: 1px; }
    .product-standard-layout .section-container .grid-view { grid-gap: 10px; grid-template-columns: repeat(2, 1fr); }
    .product-standard-layout .section-container .grid-view .item { }
    .product-standard-layout .section-container .grid-view .item .imgbox { }
    .product-standard-layout .section-container .grid-view .item .textbox { padding: 15px 10px; }
    .product-standard-layout .section-container .grid-view .item .textbox .baseinfo { padding-right: 0px; }
    .product-standard-layout .section-container .grid-view .item .textbox h2 { font-size: 1.6rem; transform: translate(0, 0px); }
    .product-standard-layout .section-container .grid-view .item .textbox .desc { opacity: 1; transition: opacity 0.5s; }
    .product-standard-layout .section-container .grid-view .item .textbox p { line-height: 1.4; padding-bottom: 0; }

    /*product*/
    .product-layout { padding: 20px 0px; }
    .product-layout .product-swiper { margin: 0; padding: 10px 10px }
    .product-layout .product-swiper .controller { position: relative; text-align: center; padding: 10px 0 0; }
    .product-layout .section-container { padding: 0px }
    .product-layout .section-header { padding: 20px 15px 20px; }
    .product-layout .section-header .title { font-size: 20px; line-height: 1; }
    .product-layout .section-header p { font-size: 14px; margin-top: 5px; }
    .product-layout .section-header h2::after { height: 1px; }
    .product-layout .section-container .item { padding: 10px; }
    .product-layout .section-container .item .content { flex-direction: column; gap: 10px; }
    .product-layout .section-container .item .content .right-layout { order: 0; }
    .product-layout .section-container .item .content .left-layout { order: 1 }
    .product-layout .product-swiper .controller .warp_ctrl { display: flex; gap: 10px; margin-top: 10px; place-items: center; place-content: center; }
    .product-layout .product-swiper .controller .product-arrow { height: 39px; width: 39px; }
    .product-layout .section-container .item .content .left-layout .btn { text-align: center; margin-top: 30px; }
    .product-layout .section-container .item .content .left-layout h2 { font-size: 16px }
    .product-layout .section-container .item .content .left-layout .number { font-size: 14px; }
    .product-layout .section-container .item .content .left-layout .lead { font-size: 22px; margin-top: 10px; }
    .product-layout .section-container .item .content .left-layout .txt { font-size: 14px; margin-top: 14px; }
    /*.aboutComp*/
    .about-layout { padding: 10px 10px; }
    .about-layout .section-container { padding: 10px 10px; }
    .about-layout .section-container .section-view { flex-direction: column }
    .about-layout .section-container .column { width: 100% }
    .about-layout .section-container .column.right { width: 100%; padding-left: 0px; }
    .about-layout .section-container .column.right .feature-text-paired { width: 100%; padding: 0 10px }
    .about-layout .section-container .column.right .sub-container .counter-inner { display: grid; grid-template-columns: repeat(2, 1fr); text-align: center; }
    .about-layout .section-container .section-btn { margin-top: 50px }
    .about-layout .section-container .column.right .title { font-size: 26px; }
    .about-layout .section-container .column.right .desc p { font-size: 16px; line-height: 1.4; }
    .about-layout .section-container .column.right ul li { font-size: 16px; line-height: 1.4; }
    .about-layout .section-container .column.right .sub-container .counter-inner .count-item .text .counter { font-size: 28px; }
    /*.brandComp*/
    .brand-section { padding: 20px 10px; }
    .brand-section .section-container { padding: 0 }
    .brand-section .section-header { padding: 20px 15px 20px; }
    .brand-section .section-header .title { font-size: 20px; line-height: 1; }
    .brand-section .section-header p { font-size: 14px; margin-top: 5px; }
    .brand-section .section-header h2::after { height: 1px; }
    .brand-section .grid-view { grid-gap: 15px; grid-template-columns: repeat(3, 1fr); padding-top: 0px; }
    .brand-section .grid-view li, .brand-section .grid-view li a { width: 120px; height: 50px; }
    /*processComp*/
    .process-layout { padding: 20px 10px; }
    .process-layout .section-header h2 { font-size: 20px; }
    .process-layout .section-header p { padding: unset; margin-top: 0; font-size: 16px }
    .process-layout .section-header { margin-bottom: 20px; }
    .process-layout .section-container .section-view { flex-direction: column; gap: 10px }
    .process-layout .section-container .section-view .process_arrow .icon { transform: rotate(90deg); width: 30px; height: 30px }
    .process-layout .section-container .section-view .process-box h4 { font-size: 20px; }
    .process-layout .section-container .section-view .process-box p { font-size: 14px; }
    .process-layout .section-container .section-view .process-box { padding: 15px 10px; }
    .process-layout .section-container .section-view .process_arrow .icon { width: 25px; height: 25px; }

    /*imgTextComp*/
    .imgTextComp-section { padding: 20px 10px; }
    .imgTextComp-section .graphics { flex-direction: column; gap: 0px; }
    .imgTextComp-section .graphics .images-box { order: 0; width: 100%; }
    .imgTextComp-section .graphics .text-content { order: 1 }
    .imgTextComp-section .graphics .text-content .title { font-size: 28px; }
    .imgTextComp-section .graphics .text-content .desc { margin-bottom: 20px; }
    .imgTextComp-section .graphics .text-content .list .item { margin-bottom: 10px; font-size: 16px; }
    .imgTextComp-section .graphics .text-content .list { margin: 0px 0px 30px 10px; }
    .imgTextComp-section .graphics .section-btn { place-content: center; }
    .imgTextComp-section .graphics .section-btn .btn { font-size: 14px; padding: 8px 12px; gap: 5px; }
    .imgTextComp-section .graphics .section-btn .btn svg { width: 26px; }
    .imgTextComp-section .graphics .section-btn .btn .inner-button .icon { width: 20px }
    /*imgtextlistComp*/
    .imgtextlistcomp-layout { padding: 20px 10px; }
    .imgtextlistcomp-layout .section-header h2 { width: 100%; font-size: 24px; text-align: center; }
    .imgtextlistcomp-layout .section-header { display: flex; flex-direction: column; place-items: flex-end; gap: 20px; place-content: center; }
    .imgtextlistcomp-layout .section-header .controller { position: relative }
    .imgtextlistcomp-layout .gallery-component-swiper { margin: 30px 0 }
    .imgtextlistcomp-layout .section-header .controller .warp_ctrl { display: flex; gap: 10px; margin-top: 10px; place-items: center; place-content: center; }
    .imgtextlistcomp-layout .section-header .controller .product-arrow { height: 39px; width: 39px; }
    /*blogComp*/
    .blog-layout { padding: 20px 10px 100px; position: relative; }
    .blog-layout .section-container { flex-direction: column; gap: 30px }
    .blog-layout .section-container .sidebar { width: 100% }
    .blog-layout .section-container .sidebar h2 { font-size: 18px; margin-bottom: 10px; }
    .blog-layout .section-container .sidebar h1 { margin-bottom: 0px; font-size: 24px; }
    .blog-layout .section-container .content .posts-col .post-inner-wrap { flex-direction: column }
    .blog-layout .section-container .content .posts-col .post-inner-wrap .img-view { width: 100% }
    .blog-layout .section-container .sidebar .section-btn { position: absolute; bottom: 20px; left: 0; right: 0; z-index: 100; margin-top: 0px; place-content: center; }
    .blog-layout .section-container .sidebar .section-btn .btn { font-size: 14px; padding: 8px 16px; gap: 5px; }
    .blog-layout .section-container .sidebar .section-btn .btn svg { width: 26px; }
    .blog-layout .section-container .sidebar .section-btn .btn .inner-button .icon { width: 20px }
    .blog-layout .section-container .content .posts-col .post-inner-wrap .post-content .title { margin-bottom: 10px; }
    .blog-layout .section-container .content .posts-col .post-inner-wrap .post-content .meta { margin-bottom: 10px; }
    /*workComp*/
    .work-layout { padding: 20px 10px; }
    .work-layout .section-header { padding: 20px 15px 20px; margin-bottom: 0 }
    .work-layout .section-header h2 { font-size: 20px; line-height: 1; }
    .work-layout .section-header p { font-size: 14px; margin-top: 5px; padding: 0 }
    .work-layout .section-header h2::after { height: 1px; }
    .work-layout .section-container .section-view { column-count: 2; column-gap: 10px; }
    .work-layout .section-container .section-view .item { margin-bottom: 10px; }
    /*commentComp*/
    .comment-layout { padding: 20px 10px; }
    .comment-layout .section-header .sub-title { margin-bottom: 10px; }
    .comment-layout .section-header h2 { font-size: 24px; line-height: 1.4 }
    .comment-layout .section-container .section-view { width: 100%; margin: 30px 0; }
    .comment-layout .section-container .section-view .item { padding: 15px 15px 25px; }
    .comment-layout .section-container .section-view .item .top-rows .user .info h3 { font-size: 16px; }
    .comment-layout .section-container .section-view .item .context { margin-top: 10px; }
    .comment-layout .section-container .controller .warp_ctrl { display: flex; gap: 10px; margin-top: 10px; place-items: center; place-content: center; }
    .comment-layout .section-container .controller .product-arrow { height: 39px; width: 39px; }
    .comment-layout .section-container .item .content .left-layout .btn { text-align: center; margin-top: 30px; }
    /*contactComp*/
    .contact-section { padding: 20px 10px; }
    .contact-section .section-box { width: 100%; }
    .contact-section .section-box h2 { font-size: 60px; text-align: left; width: 100%; }
    .contact-section .section-box p { font-size: 18px; text-align: left; width: 100%; }
    .contact-section .section-box .section-btn .btn { padding: 8px 20px; }
    .contact-section .feature-logos { flex-flow: wrap; gap: 10px; }
    /*subscribeComp*/
    .subscribe-section { padding: 20px 10px; }
    .subscribe-section .wrap .container .widget-title { font-size: 24px }
    .subscribe-section .wrap .container .subscribe-widget { margin-top: 30px }




    /*product-page*/
    .product.layout { padding: 0px 10px 0; }
    .product.layout .content_box { padding: 0px 0; margin: 20px auto; }
    .product.layout .banner { height: 160px }
    .product.layout .banner .container .row .breadcrumb { font-size: 12px; padding: 10px 15px; margin-bottom: 10px; line-height: 1; }
    .product.layout .banner .container .row h3 { font-size: 28px; font-weight: 700; }
    .product.layout .filter_warp { margin: 0; }
    .product.layout .filter_warp .navigate ul { overflow: hidden; overflow-x: auto; white-space: nowrap; }
    .product.layout .con_wrap .list { display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 10px; font-size: 0; }
    .product.layout .con_wrap .list .item a .info h2 { padding: 20px 5px; font-size: 14px; }
    .product.layout .con_wrap .list .item a .imgbox { height: 230px; }


    .product.layout .content_box .left-layout { position: fixed; left: 0; top: 0; bottom: 0; min-height: 100%; background-color: #fff; transition: all 0.2s ease-in; height: 100%; width: 90%; z-index: 20000; transform: translateX(-100%); }
    .product.layout .content_box .left-layout.active { transform: none; }
    .product.layout .content_box .modal-mask { display: none }
    .product.layout .content_box .left-layout.active + .modal-mask { background-color: rgba(0, 0, 0, .3); width: 100%; height: 100%; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 2002; display: block }
    .product.layout .filter__where .filter-group { margin-bottom: 0px; padding: 0 10px; }

    .product.layout .filter__where .filter-group__items .where-value .filter-box .filter-group__item .filter-group__item__text a { font-size: 14px; }
    /*detail-page*/
    .detail.layout { padding: 0px 10px 0; }
    .detail.layout .content_box { padding: 0px 0; }
    .detail.layout .banner { height: 160px }
    .detail.layout .banner .container .row .breadcrumb { font-size: 12px; padding: 10px 15px; margin-bottom: 10px; line-height: 1; }
    .detail.layout .banner .container .row h3 { font-size: 28px; font-weight: 700; }
    .detail.layout .content_box .container .row { flex-direction: column; padding-bottom: 0 }
    .detail.layout .content_box .container .row .product-details-img { width: 100%; height: 420px; border: none; margin-top: 15px; }
    .detail.layout .content_box .container .row .product-details-img .product-swiper { border: none }
    .detail.layout .content_box .container .row .product-details-content { margin-left: 0px; padding-top: 15px; }
    .detail.layout .content_box .container .row .product-details-content h2 { font-size: 20px }
    .detail.layout .content_box .container .row .product-details-img .slick-list { height: 65px; }
    .detail.layout .content_box .container .row .product-details-img .slick-list .slick-track { height: 65px; }
    .detail.layout .content_box .container .row .product-details-img .slick-list a { height: 65px; width: 65px; }
    .detail.layout .product-details-content .product-details-price { margin: 15px 0 15px; }
    .detail.layout .description-area .product-description-wrapper { border: none; padding: 30px 0px; }

    .detail.layout .box .wrap .top_l .section__title .title { font-size: 24px; }
    .detail.layout .goods_box .goods_con { padding: 20px 0 0px; }
    .detail.layout .goods_box .goods_con .arr_box { margin-top: 20px; }
    .detail.layout .goods_box .goods_con .list .item { padding: 5px; }
    .detail.layout .goods_box .goods_con .list .item .textbox h2 { font-size: 1.6rem; }
    .detail.layout .goods_box .goods_con .list .item .textbox p { line-height: 1.4 }
    /*blog-page*/
    .blog.layout { padding: 0px 10px 0; }
    .blog.layout .content_box { padding: 0px 0; }
    .blog.layout .banner { height: 160px }
    .blog.layout .banner .container .row .breadcrumb { font-size: 12px; padding: 10px 15px; margin-bottom: 10px; line-height: 1; }
    .blog.layout .banner .container .row h3 { font-size: 28px; font-weight: 700; }
    .blog.layout .blog-list-section .container { padding: 20px 0; }
    .blog.layout .blog-list-section .container .row .left_warp .blog-adv .img-view h2 { font-size: 18px; padding: 10px; }
    .blog.layout .blog-list-section .container .row .left_warp .item { flex-direction: column; }
    .blog.layout .blog-list-section .container .row .left_warp .item .entry-media { width: 100% }
    .blog.layout .blog-list-section .container .row { flex-direction: column; gap: 20px; }
    .blog.layout .blog-list-section .container .row .left_warp .item .entry-meta { margin: 15px 0; }
    .blog.layout .blog-list-section .container .row .left_warp .item .entry-details h3 { font-size: 18px; font-weight: 700; margin-bottom: 15px; }
    .blog.layout .blog-list-section .container .row .left_warp .item + .item { margin-top: 20px; }
    .blog.layout .blog-list-section .container .row .right_warp { width: 100% }
    .blog.layout .blog-list-section .container .row .left_warp .item .entry-details p { font-size: 14px; line-height: 1.6em; margin-bottom: 15px; margin-top: 0px; }

    /*article-page*/
    .article.layout { padding: 0px 10px 0; }
    .article.layout .content_box { padding: 0px 0; }
    .article.layout .banner { height: 160px }
    .article.layout .banner .container .row .breadcrumb { font-size: 12px; padding: 10px 15px; margin-bottom: 10px; line-height: 1; }
    .article.layout .banner .container .row h3 { font-size: 28px; font-weight: 700; }
    .article.layout .blog-list-section .container { padding: 20px 0; }
    .article.layout .blog-list-section .container .row { flex-direction: column; gap: 20px; }
    .article.layout .blog-list-section .container .row .left_warp .blog-content .entry-meta { margin: 15px 0; flex-direction: column; gap: 15px; place-items: flex-start }
    .article.layout .blog-list-section .container .row .left_warp .blog-content .entry-details h2 { font-size: 22px; font-weight: 700; margin-bottom: 15px; }
    .article.layout .blog-list-section .container .row .right_warp { width: 100% }

    /*contact-page*/
    .contact.layout { padding: 0px 10px 0; }
    .contact.layout .content_box { padding: 0px 0; }
    .contact.layout .banner { }
    .contact.layout .banner .container { padding: 20px 0 100px; }
    .contact.layout .banner .container .row .breadcrumb { font-size: 12px; padding: 10px 15px; margin-bottom: 10px; line-height: 1; }
    .contact.layout .banner .container .row h3 { font-size: 24px; font-weight: 700; }
    .contact.layout .banner .container .row p { font-size: 16px; line-height: 1.4; margin-top: 15px; padding: 0 5%; }
    .contact.layout .content_box .row { flex-direction: column; gap: 0px; }
    .contact.layout .content_box .row .left_warp { order: 2; padding: 10px }
    .contact.layout .content_box .row .right_warp { order: 1; width: 100%; }
    .contact.layout .content_box .row .left_warp .section-heading { margin-right: 0; margin-bottom: 0 }
    .contact.layout .content_box .row .left_warp .section-heading h2 { font-size: 26px; margin-top: 0px; line-height: 1.4; }
    .contact.layout .content_box .row .left_warp p { margin-bottom: 20px; }
    .contact.layout .content_box .row .left_warp .other .item { width: 100% }
    .contact.layout .contact-form { margin-left: 0px; margin-top: 20px; padding: 15px 15px; }
    .contact.layout .content_box .row .right_warp { order: 1; }
    .contact.layout .content_box .maps_warp { }

    .contact.layout .banner .container .grid-view { grid-template-columns: repeat(1, 1fr); padding: 0 10px; gap: 10px; margin-top: 30px; }
    .contact.layout .banner .container .grid-view .item { padding: 20px 10px }
    .contact.layout .banner .container .grid-view h3 { margin: 10px 0 15px; }
    /*faq-page*/ .faq.layout { padding: 0px 10px 0; }
    .faq.layout .content_box { padding: 0px 0; }
    .faq.layout .banner { height: 160px }
    .faq.layout .banner .container .row .breadcrumb { font-size: 12px; padding: 10px 15px; margin-bottom: 10px; line-height: 1; }
    .faq.layout .banner .container .row h3 { font-size: 28px; font-weight: 700; }
    .faq.layout .wrap { padding: 0 15px }
    .faq.layout .wrap .content { margin-top: 0; padding: 30px 0; }
    .faq.layout .content .s_title { font-size: 28px; margin-bottom: 10px }
    .faq.layout .content .list { width: 100%; min-height: 300px; }
    .faq.layout .content .list .item .b_title { font-size: 20px }
    .faq.layout .content .list .item .question_label .title_text { font-size: 14px }
    /*help-page*/
    .help.layout { padding: 0px 10px 0; }
    .help.layout .content_box { padding: 0px 0; }
    .help.layout .banner { height: 160px }
    .help.layout .banner .container .row .breadcrumb { font-size: 12px; padding: 10px 15px; margin-bottom: 10px; line-height: 1; }
    .help.layout .banner .container .row h3 { font-size: 28px; font-weight: 700; }
    .help.layout .wrap { padding: 0 15px }
    .help.layout .wrap .content { margin-top: 0; padding: 30px 0; }
    .help.layout .content .s_title { font-size: 28px; margin-bottom: 10px; text-align: left }
    .help.layout .content .description { width: 100%; min-height: 300px; }
    .help.layout .content .description p { margin-bottom: 15px }


    /*server-page*/
    .server.layout { padding: 0px 10px 0; }
    .server.layout .content_box { padding: 0px 0; }
    .server.layout .banner { height: 160px }
    .server.layout .banner .container .row .breadcrumb { font-size: 12px; padding: 10px 15px; margin-bottom: 10px; line-height: 1; }
    .server.layout .banner .container .row h3 { font-size: 28px; font-weight: 700; }

    .server.layout .server-warp .context .btn-wrap a { font-size: 14px; padding: 10px 15px; }
    .server.layout .server-warp .context .btn-wrap a svg { width: 15px; }
    /*about-page*/
    .about.layout { padding: 0px 10px 0; }
    .about.layout .content_box { padding: 0px 0; }
    .about.layout .banner { height: 160px }
    .about.layout .banner .container .row .breadcrumb { font-size: 12px; padding: 10px 15px; margin-bottom: 10px; line-height: 1; }
    .about.layout .banner .container .row h3 { font-size: 28px; font-weight: 700; }
    .about.layout .aboutbox .aboutcontext .text { padding: 10px 0; }

    .aboutbox.layout .title-bg::after { content: ''; position: absolute; left: 0; top: -4rem; width: 75%; height: 300px; background-color: #252525; }
    .aboutbox.layout .aboutcontext .left { flex: 0 0 100%; max-width: 100%; min-height: 200px; }
    .aboutbox.layout .aboutcontext .right { flex: 0 0 100%; max-width: 100%; padding: 30px 15px }

    .aboutbox.coreserver { padding-bottom: 20px; }
    .aboutbox.coreserver .core_box .customize { display: block; padding: 0 15px }
    .aboutbox.coreserver .core_box .customize .explain { line-height: 1.6; font-size: 1.6rem; padding-right: 0px; width: 100%; }
    .aboutbox.coreserver .core_box .content { grid-template-columns: repeat(1, 1fr); padding: 0 15px }
    .aboutbox.coreserver .core_box .title { padding: 20px 0; font-size: 2.0rem; }

    .aboutbox.factorybase .factorybase_box .title { padding: 20px 0; font-size: 2.0rem; }
    .aboutbox.factorybase .factorybase_box .wrapper .imglist { grid-template-columns: repeat(1, 1fr); grid-gap: 10px; }
    .aboutbox.factorybase .factorybase_box .wrapper { padding: 0 15px }


    .aboutbox.layout .aboutcontext .text h1 { padding: 1rem 0; font-size: 2.0rem; }



    .about.layout .advantage_box { padding: 20px 0; }
    .about.layout .advantage_box .wrap .top { padding: 0 15px 20px; background-color: #fff; }
    .about.layout .advantage_box .wrap .top h2 { font-size: 20px; line-height: 1; }
    .about.layout .advantage_box .wrap .top p { font-size: 14px; }


    .about.layout .advantage_box .content .list { grid-template-columns: repeat(2, 1fr); margin: 0; grid-gap: 0px; }
    .about.layout .advantage_box .content .list .item { border-left: none; padding: 20px; border-radius: 0; }
    .about.layout .advantage_box .content .list .item.bg-grey { background: #fff; top: 0 }
    .about.layout .advantage_box .content .list .item.bg-grey .top_text span { color: #7682cc; }
    .about.layout .advantage_box .content .list .item.bg-grey h4 { color: #353535; }

    .about.layout .advantage_box .content .list .item:nth-child(1) { border-right: 1px solid #eee; border-bottom: 1px solid #eee; }
    .about.layout .advantage_box .content .list .item:nth-child(2) { border-bottom: 1px solid #eee; }
    .about.layout .advantage_box .content .list .item:nth-child(3) { border-right: 1px solid #eee; }
    .about.layout .advantage_box .content .list .item p { font-size: 14px; }
    .about.layout .advantage_box .content .list .item .top_text span { font-size: 42px }
    .about.layout .advantage_box .content .list .item .top_text em { font-size: 14px; }
    .about.layout .advantage_box .content .sglogo { right: 15%; bottom: 15%; top: auto; width: 100px }


    .about.layout .honor { padding-bottom: 20px; }
    .about.layout .honor .honor_box .title { padding: 20px 0; font-size: 2.0rem; }


    .about.layout .honor .customize { display: block; margin: 0 10px }
    .about.layout .honor .customize .explain { font-size: 14px; padding-right: 0; width: 100% }
    .about.layout .honor .honor_con { grid-gap: 10px; grid-template-columns: repeat(2, 1fr); padding: 15px; }
    .about.layout .honor .honor_con .item .imgbox { padding: 0 10px; height: 140px; }
    .about.layout .honor .honor_con .item p { font-size: 1.4rem; padding: 0 10px }



    .aboutbox.history { }
    .aboutbox.history .history_box .title { padding: 20px 0; font-size: 2.0rem; }
    .aboutbox.history .wrapper .axis { position: absolute; left: calc(50% - 1px); top: 0; width: 2px; height: 100%; background-color: #666; }
    .aboutbox.history .wrapper .axis::after { content: ''; box-sizing: content-box; position: absolute; left: -8px; top: -9px; display: block; width: 8px; height: 8px; background-color: #000; border-radius: 9px; border: 5px solid #ccc; }

    .aboutbox.history .wrapper { position: relative; height: auto; }
    .aboutbox.history .wrapper .record { position: relative; right: auto; bottom: auto; width: auto; padding-bottom: 100px }

    .aboutbox.history .wrapper .record .item { position: initial; width: auto; }
    .aboutbox.history .wrapper .record .item .event { position: initial }
    .aboutbox.history .wrapper .record .item .time { position: relative }

    .aboutbox.history .wrapper .record .item:nth-child(odd) { padding-left: calc(50% + 2rem); text-align: left; bottom: auto; }


    .aboutbox.history .wrapper .record .item .time:after { content: ''; position: absolute; top: 1.25rem; width: 1.25rem; height: 2px; background-color: #666; }
    .aboutbox.history .wrapper .record .item:nth-child(odd) .time:after { left: -2rem; top: 1.25rem; }


    .aboutbox.history .wrapper .record .item:nth-child(even) { padding-right: calc(50% + 2rem); text-align: right; }
    .aboutbox.history .wrapper .record .item:nth-child(even) .time:after { right: -2rem; top: 1.25rem; left: initial }


    .about.layout .team { padding-bottom: 20px; }
    .about.layout .team .team_box { padding: 0 10px }
    .about.layout .team .team_box .title { padding: 0px 0 20px 0; }
    .about.layout .team .team_box .title .svgbox { width: 220px; }
    .about.layout .team .team_box .title .svgbox text { font-size: 40px; }
    .about.layout .team .team_box .title .svgbox text.red { transform: translate(-30px,0); }
    .about.layout .team .team_box .content { grid-template-columns: repeat(2, 1fr); grid-gap: 10px; }
    .about.layout .team .team_box .content .item .imgview { height: 300px; padding: 10px 5px; }
    .about.layout .team .team_box .content .item .desc { height: 80px; bottom: 5px; left: 5px; right: 5px; }
    .about.layout .team .team_box .content .item .desc h3 { margin-bottom: 0px; font-size: 14px; }
    .about.layout .team .team_box .content .item .desc span { font-size: 12px; }
    .about.layout .team .team_box .content .item .desc .parag { opacity: 1; }
    .about.layout .team .team_box .content .item .desc .parag p { font-size: 12px; line-height: 1.2 }



    .category.layout { padding: 56px 10px 0; }
    .category.layout .banner { height: 120px }
    .category.layout .smallnav_wrap .navigate { overflow: hidden; overflow-x: auto; height: 50px; white-space: nowrap; }
    .category.layout .con_wrap .list { grid-template-columns: repeat(1,1fr); grid-gap: 20px; }
    .category.layout .text_box { font-size: 18px; line-height: 1; }
    .category.layout .con_wrap .list .item .operate .btn { padding: 0 10px; height: 40px; font-size: 16px; }


    .directory.layout { padding: 56px 10px 0; }
    .directory.layout .banner { height: 120px }
    .directory.layout .banner .context h2 { font-size: 26px; }
    .directory.layout .banner .context p { font-size: 14px; line-height: 1.2 }
    .directory.layout .smallnav_wrap .navigate { overflow: hidden; overflow-x: auto; height: 50px; white-space: nowrap; }
    .directory.layout .content_box { padding: 30px 0; }
    .directory.layout .content_box .dir_page { flex-direction: column; padding: 15px; }
    .directory.layout .content_box .dir_page .dirbox .sub { display: none }
    .directory.layout .con_wrap .list { display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 10px; font-size: 0; }
    .directory.layout .con_wrap .list .item a .info h2 { padding: 20px 5px; font-size: 14px; }
    .directory.layout .con_wrap .list .item a .imgbox { height: 230px; }



    .search.layout { padding: 56px 10px 0; }
    .search.layout .content_box .results h2 { font-size: 20px }
    .search.layout .content_box { padding: 30px 0; }
    .search.layout .banner { height: 120px }
    .search.layout .smallnav_wrap .navigate { overflow: hidden; overflow-x: auto; height: 50px; white-space: nowrap; }
    .search.layout .con_wrap .list { display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 10px; font-size: 0; }
    .search.layout .con_wrap .list .item a .info h2 { padding: 20px 5px; font-size: 14px; }
    .search.layout .con_wrap .list .item a .imgbox { height: 230px; }



    .yjui-page a, .yjui-page span { padding: 0 7px; font-size: 12px; }
    .yjui-page .yjui-page-prev { font-size: 14px }
    .yjui-page .yjui-page-next { font-size: 14px }

    .md-modal.md-show { width: 96%; }
    .md-modal.md-show .messagebox .title { line-height: 1.2; font-size: 20px; }
    .md-modal.md-show .messagebox { padding: 30px 20px; }
    .md-modal.md-show .messagebox .operate .btn { height: 42px; font-size: 16px; }


    .whats_window { width: auto; min-width: 300px }
    .whats_warp.right { right: 10px; }
    .whats_warp.left { left: 10px; }
    .whats_warp .whats_content .whats_button { width: 50px; height: 50px; }
    .whats_warp.right .whats_window { right: 37px; }
    .whats_warp.left .whats_window { left: 37px; }
}
