:root {--height-header_hj58: 90px;}.header_hj58 {--font_color-header_hj58: #333;position: fixed;left: 0;top: 0;width: 100%;z-index: 99;transition: 0.3s all;}.header_hj58-placeholder {height: var(--height-header_hj58);}.header_hj58-logo_wrapper {position: relative;}.header_hj58-logo_top {display: none;}.header_hj58-top {background: var(--site-color);color: var(--font_color-header_hj58);}.header_hj58-top_wrapper {display: flex;justify-content: space-between;align-items: center;height: var(--height-header_hj58);}.header_hj58-top_toolbar {display: flex;align-items: center;}.header_hj58-top_toolbar > div {border-right: 1px solid #fff;}.header_hj58-top_toolbar > div:last-child {border-right: none;}.header_hj58-top_nav {display: flex;align-items: center;}.header_hj58-top_nav-item {border-right: 1px solid #fff;}.header_hj58-top_nav-item:last-child {border-right: none;}.header_hj58-top_nav-item_link {display: block;color: #fff;padding: 0 0.2rem;}.header_hj58-container {position: relative;z-index: 8;background-color: #fff;transition: 0.3s all;}.header_hj58.active {box-shadow: 0 3px 12px #0003;}.header_hj58.active .header_hj58-container {--font_color-header_hj58: #333;background: #fff;}.header_hj58.active .header_hj58-btn_item.inquire {color: #fff;background: var(--site-color);}.header_hj58:hover,.header_hj58.on {width: 100%;margin: 0;}.header_hj58:hover .header_hj58-container,.header_hj58.on .header_hj58-container {--font_color-header_hj58: #333;border-radius: 0;}.header_hj58:hover .header_hj58-btn_item.inquire,.header_hj58.on .header_hj58-btn_item.inquire {color: #fff;background: var(--site-color);}.header_hj58-wrapper {display: flex;align-items: center;height: var(--height-header_hj58);}.header_hj58-logo {margin-left: 0.2rem;}.header_hj58-nav {display: flex;height: 100%;margin-left: 3%;}.header_hj58-nav_item {display: flex;justify-content: center;align-items: center;}.header_hj58-nav_tab {height: 100%;padding: 0 0.2rem;display: flex;justify-content: center;align-items: center;font-size: 16px;font-weight: normal;color: var(--font_color-header_hj58);transition: 0.3s all;}.header_hj58-nav_tab h2,.header_hj58-nav_tab h3 {font-size: 16px;font-weight: normal;color: var(--font_color-header_hj58);transition: 0.3s all;}.header_hj58-nav_tab:hover {color: var(--site-color);}.header_hj58-nav_tab:hover h2,.header_hj58-nav_tab:hover h3 {color: var(--site-color);}.header_hj58-nav_slide {display: none;background: #fff;position: fixed;top: var(--height-header_hj58);left: 50%;transform: translate(-50%, 0);width: 100%;padding: 0.4rem 0;transition: top 0.3s ease;box-shadow: 0 0.04rem 0.1rem #0000001a;}.header_hj58-nav_slide-wrapper {width: var(--width-container);margin: 0 auto;display: flex;}.header_hj58-nav_slide-list {display: flex;gap: 0.2rem;padding: 0 0.2rem;flex-wrap: wrap;width: 100%;}.header_hj58-nav_slide-item {flex: 0 0 auto;width: calc((100% / 4) - (0.8rem / 3));padding: 0;}.header_hj58-nav_slide-item_title {font-size: 16px;font-weight: normal;color: #333;transition: 0.3s all;display: -webkit-box;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;text-align: center;white-space: normal;}.header_hj58-nav_slide-item_title h2,.header_hj58-nav_slide-item_title h3 {font-size: 16px;font-weight: normal;color: #333;transition: 0.3s all;}.header_hj58-nav_slide-item:hover .header_hj58-nav_slide-item_title {color: var(--site-color);}.header_hj58-nav_slide-item:hover .header_hj58-nav_slide-item_title h2,.header_hj58-nav_slide-item:hover .header_hj58-nav_slide-item_title h3 {color: var(--site-color);}.header_hj58-btn {display: flex;height: 100%;margin-left: auto;}.header_hj58-btn_item {display: flex;justify-content: center;align-items: center;flex-direction: column;gap: 0.06rem;width: 0.8rem;height: 100%;padding: 0 0.06rem;border: none;color: var(--site-color);border-left: 1px solid #f3f3f3;background: none;transition: 0.3s all;}.header_hj58-btn_item svg {width: 24px;height: 24px;stroke: var(--site-color);transition: 0.3s all;}.header_hj58-btn_item p {white-space: nowrap;}.header_hj58-btn_item:hover {background: #f3f3f3;}.header_hj58-btn_item:last-child,.header_hj58-btn_item:nth-last-child(2) {border-left: none;color: #fff;}.header_hj58-btn_item:last-child svg,.header_hj58-btn_item:nth-last-child(2) svg {stroke: #fff;}.header_hj58-btn_item:last-child {background: var(--site-color);}.header_hj58-btn_item:last-child:hover {background: var(--site-color);}.header_hj58-btn_item:nth-last-child(2) {background: var(--site-color-80);}.header_hj58-btn_item:nth-last-child(2):hover {background: var(--site-color-80);}.header_hj58-layer {position: fixed;top: -1rem;left: 0;z-index: 6;width: 100%;padding: 0.6rem 0;transition: all 0.3s ease;}.header_hj58-layer.on {top: var(--height-header_hj58);box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.08);}.header_hj58-layer_title {font-size: 0.28rem;color: #505050;}.header_hj58-search {background: var(--site-color);display: flex;justify-content: center;align-items: center;--width_closebtn-headhj57: 0.6rem;}.header_hj58-search_close {flex: 0 0 auto;background: none;border: none;padding: 0.1rem;display: flex;justify-content: center;align-items: center;border-radius: 0.04rem;overflow: hidden;width: var(--width_closebtn-headhj57);height: var(--width_closebtn-headhj57);margin-right: 0.4rem;transition: 0.3s all;}.header_hj58-search_close svg {width: 100%;height: 100%;stroke: #fff;}.header_hj58-search form {flex: 1 0;display: flex;align-items: center;color: #fff;background: none;}.header_hj58-search form input {display: block;flex: 1 0 auto;border: none;padding: 2px 8px 6px;font-size: 18px;border-bottom: 1px solid #eee;background: none;font-size: 0.24rem;color: #fff;}.header_hj58-search form input:focus {background: none;}.header_hj58-search form input::placeholder {color: #fff8;}.header_hj58-search form button {padding: 6px 0.2rem;background: none;display: flex;justify-content: center;align-items: center;border: none;margin-left: 0.4rem;border-radius: 0.06rem;overflow: hidden;color: #333;font-size: 16px;font-weight: bold;}.header_hj58-search form button[disabled] {color: #999;border-color: #999;}.header_hj58-search form button svg {width: 36px;height: 36px;stroke: #eee;}.header_hj58-media {background: #f1f1f1;display: flex;justify-content: space-around;align-items: center;}.header_hj58-media .fa {font-size: 24px;}.head_hj58-prod-dropdown {position: absolute;top: 50%;left: 0;z-index: -6;width: 100%;background: #fff;color: #333;transform: translateY(20px);opacity: 0;visibility: hidden;transition: .3s all;}.head_hj58-prod-dropdown-wrapper {display: flex;box-shadow: 0 0 20px 1px rgba(0, 0, 0, .08);background: #ffffff;align-items: flex-start;padding:60px 0;}.head_hj58-prod-dropdown-prod {flex-grow: 1;padding-left: calc((100vw - var(--width-container)) / 2);padding-right: calc((100vw - var(--width-container)) / 2);padding-top: calc(var(--height_prodtab-head_hj58) / 2 + var(--pb_prod_dropdown-head_hj58));padding-bottom: var(--pb_prod_dropdown-head_hj58);display: flex;flex-wrap: wrap;gap: .5rem;}.head_hj58-prod-dropdown-prod-item{flex: 0 0 auto;width: calc(25% - .375rem);}.head_hj58-prod-dropdown-prod-cate-img>img {width: 100%;max-width: 220px;border-radius:6px;}.head_hj58-prod-dropdown-prod-cate-sub{margin-top: 10px;}.head_hj58-prod-dropdown-prod-cate-title {display: flex;margin-top: 15px;align-items: center;font-size: 18px;font-weight: bold;}.head_hj58-prod-dropdown-prod-cate-title-text{color:#333;}.head_hj58-prod-dropdown-prod-cate-title>svg {width: 22px;height: 22px;stroke: var(--site-color);stroke-width: 3px;margin-bottom: 1px;transition: .3s all;}.head_hj58-prod-dropdown-prod-cate-sub-item {margin-bottom: 5px;display: flex;align-items: center;}.head_hj58-prod-dropdown-prod-cate-sub-item>svg {width: 18px;height: 18px;stroke: var(--site-color);stroke-width: 3px;margin-bottom: 1px;transition: .3s all;}.header_hj58-nav_item:hover .head_hj58-prod-dropdown {opacity: 1;visibility: visible;transform: translateY(0);}.head_hj58-prod-dropdown-prod-cate:hover .head_hj58-prod-dropdown-prod-cate-title > svg {transform: translateX(4px);}.head_hj58-prod-dropdown-prod-cate-sub-item:hover > svg {transform: translateX(4px);}.components_multilingual-app{--button-color:#fff;display:flex;justify-content:center;align-items:center}.components_multilingual-app button{display:flex;align-items:center;font-size:14px;color:var(--button-color);background:none;border:none}@media screen and (max-width:767px){.components_multilingual-app button{height:55px}}.components_multilingual-app button svg{stroke:var(--button-color);margin-right:6px}.components_multilingual-app[data-type="1"]{--gap_hover-components_multilingual:12px;position:relative}.components_multilingual-app[data-type="1"] svg{stroke:var(--button-color)}.components_multilingual-app[data-type="1"]:hover .components_multilingual-app-langs{visibility:visible;opacity:1}.components_multilingual-app[data-type="1"][data-order="last"]{margin-left:24px}.components_multilingual-app[data-type="1"][data-order="first"]{margin-right:24px}.components_multilingual-app[data-type="1"][data-order="first"] .components_multilingual-app-langs{right:unset;left:50%;transform:translateX(-50%)}.components_multilingual-app-box{width:72px;display:flex;justify-content:center;align-items:center;color:var(--button-color);cursor:pointer}.components_multilingual-app-box>img{margin:0 4px 0 0}.components_multilingual-app-box>span{font-size:16px !important;line-height:1;text-transform:uppercase}.components_multilingual-app-langs{position:absolute;right:0;top:100%;z-index:9999;min-width:calc(100% + 20px);padding:10px;margin-top:var(--gap_hover-components_multilingual);color:var(--button-color);background:#fff;border-radius:6px;visibility:hidden;opacity:0;transition:.3s all;box-shadow:0 6px 16px 0 rgba(0,0,0,0.08),0 3px 6px -4px rgba(0,0,0,0.12),0 9px 28px 8px rgba(0,0,0,0.05)}.components_multilingual-app-langs::before{content:'';position:absolute;top:calc(-1 * var(--gap_hover-components_multilingual));left:0;width:100%;height:var(--gap_hover-components_multilingual)}.components_multilingual-app-langs_switch{max-height:316px;padding:0 10px;display:flex;flex-wrap:wrap;overflow-y:auto}.components_multilingual-app-langs_switch::-webkit-scrollbar{display:block;width:6px}.components_multilingual-app-langs_switch::-webkit-scrollbar-thumb{background:var(--site-color);border-radius:3px}.components_multilingual-app-langs_switch li{flex:0 0 auto;width:100%}.components_multilingual-app-langs_switch li .components_multilingual-item{padding:4px 6px;margin:0}.components_multilingual-app-langs_switch li .components_multilingual-item span{color:#333}.components_multilingual-app-langs_switch li .components_multilingual-item.on span{color:var(--site-color)}#multilingual .components_multilingual-app-langs_switch li{margin:0}.banner_28{position: relative;}.banner_28 .banner_28_title{position: absolute;left: 50%;top: 50%;width: 100%;transform: translate(-50%, -50%);color: #fff;}@media(min-width: 1200px) {.banner_28{min-height: 200px;}}@media(max-width: 1200px) {.banner_28_title .pb20{padding-bottom: 0;}}.hjzf_aboutus_19_left li a {position: relative;display: inline-block;cursor: pointer;}.hjzf_aboutus_19_left li a span.year {position: absolute;width: 180px;height: 180px;right: 20px;bottom: 20px;display: flex;flex-direction: column;justify-content: center;align-items: center;color: #FFF;padding: 15px;}.hjzf_aboutus_19_left li a span.year:before {position: absolute;display: block;height: 0;width: 0;border: 10px solid transparent;content: '';top: 0;left: 50%;transform: translate(-50%, -100%);}.hjzf_aboutus_19_left li a span.year em {font-style: normal;}.hjzf_aboutus_19_right ul {position: relative;}.hjzf_aboutus_19_right ul>img {position: absolute;right: 0px;top: 20px;}.hjzf_aboutus_19_right li {margin-bottom: 15px;}.hjzf_aboutus_19_right li a {display: flex;color: #333;align-items: center;}.hjzf_aboutus_19_right li a img {max-width: 60px;max-height: 60px;margin-right: 50px;}.hjzf_aboutus_19_right li a em {font-style: normal;font-weight: bold;margin-right: 20px;}.hjzf_aboutus_19_container .swiper-pagination {position: static;margin-top: 10px;}.hjzf_aboutus_19_container .swiper-pagination span {width: 12px;height: 12px;}.aboutus_19_right_more{padding-top: 20px;}.aboutus_19_right_more a{text-align: center;padding: 15px 50px;color: #fff;}@media(max-width: 992px) {.hjzf_aboutus_19_left {margin-bottom: 20px;}.hjzf_aboutus_19_right li a img {margin-right: 15px;}}@media(max-width: 1440px) {.hjzf_aboutus_19_right li a img {max-width: 40px;max-width: 40px;margin-right: 20px;}.hjzf_aboutus_19_right li{margin-bottom: 10px;}}.other_grid_4{--num-other_grid_4:4;--gap-other_grid_4:20px;--gapy-other_grid_4:var(--gap-other_grid_4);overflow:hidden}@media (max-width:767px){.other_grid_4{--num-other_grid_5:2}}.other_grid_4-title{padding-bottom:32px}.other_grid_4-title .index_title{text-align:center}.other_grid_4-container{display:flex;margin-right:calc(-1 * var(--gap-other_grid_4));margin-bottom:calc(-1 * var(--gapy-other_grid_4));flex-wrap:wrap}.other_grid_4-item{display:flex;flex-direction:column;align-items:center;text-align:center;width:calc((100% / var(--num-other_grid_4)) - var(--gap-other_grid_4));margin-right:var(--gap-other_grid_4);margin-bottom:var(--gapy-other_grid_4)}.other_grid_4-item_img{width:100%;border-radius:12px;overflow:hidden;margin-bottom:12px}.other_grid_4-item_img img{width:100%;transition:.3s all}.other_grid_4-item.img105:hover .other_grid_4-item_img img{transform:scale(1.05)}.other_grid_4-item_title{font-size:18px;font-weight:bold}.other_grid_4-item_text{padding-top:22px}.other_grid_4-item>div:last-child{margin-bottom:0}.other_grid_4-button_bottom{padding-top:.3rem;display:flex;justify-content:center;align-items:center;gap:.2rem}.other_grid_4-button_bottom-item{display:flex;align-items:center;text-align:center;height:40px;padding:0 .2rem;background:var(--site-color);color:#fff;border-radius:.06rem;font-size:16px}a.other_grid_4-item{color:inherit}.hjzf_swiper9{--slideper-swiper9:2;--whidth_swiper-swiper9:60%;background-color:#eee}@media screen and (max-width:991px){.hjzf_swiper9{--slideper-swiper9:1;--whidth_swiper-swiper9:100%}}.hjzf_swiper9-wrapper{display:flex}@media screen and (max-width:991px){.hjzf_swiper9-wrapper{flex-wrap:wrap}}.hjzf_swiper9-content{flex:0 0 auto;width:calc(100% - var(--whidth_swiper-swiper9));padding-right:40px}@media screen and (max-width:991px){.hjzf_swiper9-content{width:100%;padding-right:0}}.hjzf_swiper9-text{margin-top:30px}.hjzf_swiper9-swiper{flex:0 0 auto;width:var(--whidth_swiper-swiper9)}@media screen and (max-width:991px){.hjzf_swiper9-swiper{width:100%;margin-top:30px}}.hjzf_swiper9-btn{display:flex;flex-wrap:wrap;margin-top:30px}.hjzf_swiper9-btn_item{display:flex;padding:8px 36px;background:var(--site-color);color:#fff;font-size:16px}.hjzf_swiper9-item{max-width:calc(100% / var(--slideper-swiper9));border-radius:10px;overflow:hidden;background:#fff;height:auto;display:flex;flex-direction:column}@media screen and (max-width:991px){.hjzf_swiper9-item{max-width:unset}}.hjzf_swiper9-item_img img{width:100%}.hjzf_swiper9-item_content{flex-grow:1;padding:20px;text-align:center;display:flex;flex-direction:column}.hjzf_swiper9-item_title{font-size:18px;font-weight:bold}.hjzf_swiper9-item_text{margin-top:10px;font-size:16px;color:#666;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.hjzf_swiper9-item_btn{margin-top:auto;padding-top:30px;display:flex;justify-content:center}.hjzf_swiper9-item_btn-item{display:flex;padding:8px 36px;background:var(--site-color);color:#fff;font-size:16px}.hjzf_swiper9-item_btn-item>svg{width:22px;height:22px;stroke:currentColor;margin-left:6px;stroke-width:4px}.hjzf_swiper9-pagination{display:flex;justify-content:center;padding-top:8px}.hjzf_swiper9-pagination .swiper-pagination-bullet{background:var(--site-color);margin-right:6px}.hjzf_swiper9-scrollbar{height:5px;margin-top:12px}.hjzf_swiper9-scrollbar .swiper-scrollbar-drag{background:var(--site-color)}.advantage72{background-color:#000;border-radius:12px;overflow:hidden;--fontcolor-advantage72:#fff}.advantage72-container{display:flex;justify-content:space-between;align-items:flex-start}@media (max-width:991px){.advantage72-container{flex-wrap:wrap}}.advantage72-content{flex:0 0 auto;width:calc(50% - 30px / 2);margin-right:30px}@media (max-width:991px){.advantage72-content{width:100%;margin-bottom:36px}}@media (max-width:767px){.advantage72-content{margin-bottom:20px}}.advantage72-t{padding-bottom:80px}@media (max-width:991px){.advantage72-t{padding-bottom:40px}}@media (max-width:767px){.advantage72-t{padding-bottom:20px}}.advantage72-title{color:var(--fontcolor-advantage72);font-size:40px;font-weight:bold}.advantage72-title h1,.advantage72-title h2,.advantage72-title h3{display:block;font-size:inherit;color:inherit;line-height:inherit;font-weight:inherit}.advantage72-title_sub{color:var(--site-color);font-size:18px}.advantage72-map{position:relative}.advantage72-map>img{width:100%}.advantage72-map_markers{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.advantage72-map_markers_item{position:absolute;z-index:6;transform:translateX(-50%);width:24px;height:24px;display:flex;justify-content:center;align-items:center}.advantage72-map_markers_item svg{width:24px;height:24px;fill:var(--site-color);stroke:var(--site-color);cursor:pointer}.advantage72-map_markers_item:hover{z-index:12}.advantage72-map_markers_item:hover .advantage72-map_markers_tip{visibility:visible;opacity:1}.advantage72-map_markers_tip{position:absolute;left:50%;top:100%;transform:translateX(-50%);padding:16px 20px;width:160px;text-align:center;background-color:rgba(255,255,255,0.88);color:var(--site-color);visibility:hidden;opacity:0;border-radius:10px;overflow:hidden;transition:.3s all}.advantage72-map_markers.advantage72-class_dev_blink .advantage72-map_markers_item:hover svg{animation:advantage72-ani-blink 1.5s infinite}.advantage72-list{flex:0 0 auto;width:calc(50% - 30px / 2);color:var(--fontcolor-advantage72);--width_icon-advantage72:56px;--width_arrow-advantage72:36px}@media (max-width:991px){.advantage72-list{width:100%}}.advantage72-item{padding:24px 0;border-bottom:1px solid #333232}.advantage72-item_bar{display:flex;align-items:center;padding-bottom:4px;cursor:pointer}.advantage72-item_icon{flex:0 0 auto;width:var(--width_icon-advantage72);display:flex}.advantage72-item_icon img{max-width:100%}.advantage72-item_title{flex:0 0 auto;width:calc(100% - var(--width_icon-advantage72) - var(--width_arrow-advantage72));font-size:20px}.advantage72-item_arrow{flex:0 0 auto;display:flex;justify-content:center;align-items:center;width:var(--width_arrow-advantage72);margin-left:auto}.advantage72-item_arrow svg{width:28px;height:28px;stroke:var(--fontcolor-advantage72)}.advantage72-item_text{height:0;overflow:hidden}.advantage72-item_text_wrapper{padding-top:12px;padding-left:var(--width_icon-advantage72)}.advantage72-item:first-child .advantage72-item_text{height:auto}@keyframes advantage72-ani-blink{0%,100%{opacity:1}50%{opacity:.5}}.HJZF_Z_other--1{width: 100%;margin: auto;height: auto}.HJZF_Z_other--1 .HJZF_Z_other--wrap{text-align: center;}.HJZF_Z_other__one{text-align: center;font-weight: bold;margin:auto;word-break: keep-all;word-wrap: break-word;}.HJZF_Z_other__two{text-align: center;font-weight: bold;word-break: keep-all;word-wrap: break-word;margin:auto;}.HJZF_Z_other__more{font-weight: bold;display: inline-block;margin:auto;transition: all .5s;}.HJZF_Z_other__more a{color: #fff;padding: 10px 24px 10px 24px;display: inline-block;transition: all .5s;}@media (max-width: 576px) {.HJZF_Z_other__one{font-size: 20px;line-height: 26px;font-weight: bold;margin-bottom: 10px;}.HJZF_Z_other__two{font-size: 40px;line-height: 46px;}.HJZF_Z_other__more{font-size: 20px;}}.HJZF_Z_other--1 h2, .HJZF_Z_other--1 h3{font-size: inherit;color: inherit;line-height: inherit;font-weight: inherit;}.bottom_44{background:#000;--color_font-bottom44:#fff;color:var(--color_font-bottom44)}.bottom_44-wrapper{display:flex;justify-content:space-between}@media screen and (max-width:991px){.bottom_44-wrapper{flex-wrap:wrap;gap:.4rem}}@media screen and (max-width:767px){.bottom_44-wrapper{display:none}}.bottom_44-head{flex:0 0 auto;width:25%}@media screen and (max-width:991px){.bottom_44-head{width:100%}}.bottom_44-logo{margin-bottom:.4rem}.bottom_44-contact_item{padding:.16rem 0;border-bottom:1px solid #fff3}.bottom_44-contact_item-title{font-size:14px}.bottom_44-contact_item-text{font-size:18px;line-height:1.8;color:var(--color_font-bottom44)}.bottom_44-contact_item a.bottom_44-contact_item-text:hover{text-decoration:underline}.bottom_44-media{margin-top:.3rem}.bottom_44-media a{width:36px;height:36px;background:var(--site-color);display:flex;justify-content:center;align-items:center;border-radius:50%;overflow:hidden}.bottom_44-media .fa{font-size:18px;color:#fff}.bottom_44-main{flex:0 0 auto;width:66.66%}@media screen and (max-width:1259px){.bottom_44-main{width:calc(75% - .6rem)}}@media screen and (max-width:991px){.bottom_44-main{width:100%}}.bottom_44-nav{display:flex;gap:.2rem}.bottom_44-nav_col{flex:1}.bottom_44-nav_title{font-size:18px;font-weight:bold;line-height:1.4;color:var(--color_font-bottom44)}.bottom_44-nav_content{padding-top:.1rem;display:flex;flex-direction:column}.bottom_44-nav_item{font-size:14px;line-height:2.2;color:var(--color_font-bottom44);opacity:.6;transition:.3s all}.bottom_44-nav_item:hover{opacity:1}.bottom_44-form{padding-top:.3rem}.bottom_44-form_text{padding-bottom:.2rem}.bottom_44-form_title{font-size:20px;font-weight:bold}.bottom_44-form_desc{opacity:.6}.bottom_44-form form[data-type="only_email"]{width:100%;display:flex;border:1px solid #fff;height:48px;position:relative}.bottom_44-form form[data-type="only_email"] input{flex:1 0 auto;height:100%;border:none;text-indent:10px}.bottom_44-form form[data-type="only_email"] button{flex:0 0 auto;height:100%;background:var(--site-color);border:none;font-size:14px;color:#fff;padding:0 .24rem}.bottom_44-form form[data-type="only_email"] .bottom_44-form_alert{position:absolute;top:100%;left:0}.bottom_44-form form[data-type="only_email"] .bottom_44-form_alert span{display:none;color:red;font-size:12px}.bottom_44-form form[data-type="only_email"] .bottom_44-form_alert span.active{display:block}.bottom_44-form form[data-type="1"]{display:flex;flex-wrap:wrap;gap:.1rem}.bottom_44-form form[data-type="1"] .bottom_44-form_item{flex:0 0 auto;width:calc(100% / 3 - (.2rem / 3));margin:0;position:relative}.bottom_44-form form[data-type="1"] .bottom_44-form_item.full{width:100%}.bottom_44-form form[data-type="1"] .bottom_44-form_item input,.bottom_44-form form[data-type="1"] .bottom_44-form_item textarea{display:block;width:100%;font-size:12px;border:none;background:#fff;border-radius:6px;padding:.1rem;color:#333}.bottom_44-form form[data-type="1"] .bottom_44-form_item textarea{resize:vertical}.bottom_44-form form[data-type="1"] .bottom_44-form_alert{position:absolute;right:.04rem;bottom:.04rem;line-height:1;text-align:right}.bottom_44-form form[data-type="1"] .bottom_44-form_alert span{display:none;color:red;font-size:10px}.bottom_44-form form[data-type="1"] .bottom_44-form_alert span.active{display:inline-block}.bottom_44-form form[data-type="1"] button{background:var(--site-color);border:none;font-size:14px;color:#fff;padding:.06rem .2rem;border-radius:4px;margin-top:.1rem}.bottom_44-bottom{padding:32px 0}.bottom_44-bottom a{color:var(--color_font-bottom44);transition:.3s all}.bottom_44-bottom a:hover{color:var(--site-color)}.bottom_44-bottom_wrapper{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.bottom_44-bottom_left,.bottom_44-bottom_right{display:flex;align-items:center;gap:.2rem}