<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hd{width:100%;position:fixed;top:0px;left:0px;z-index:9999;padding-top:2rem;background:#fff;box-shadow:0 0 16px rgba(2,11,25,0.4)}.hd_wp{display:flex;align-items:center;justify-content:space-between}.hd_logo{max-width:18.03571%;flex:0 0 auto;width:100%}.hd_toggle{position:fixed;z-index:10;top:18px;right:15px;width:45px;height:45px;transition:all .5s}.hd_toggle_bar{position:absolute;top:calc(50% - 1px);left:25%;display:block;width:50%;height:2px;background:#292929;transition:all .5s}.hd_toggle_bar:first-child{transform:translateY(-6px)}.hd_toggle_bar:last-child{transform:translateY(6px)}.hd_toggle.is-active .hd_toggle_bar{background:#fff}.hd_toggle.is-active .hd_toggle_bar:first-child{transform:translateY(0px) rotate(-45deg)}.hd_toggle.is-active .hd_toggle_bar:nth-child(2){width:0px;opacity:0}.hd_toggle.is-active .hd_toggle_bar:last-child{transform:translateY(0px) rotate(45deg)}.hd_nav{margin-left:6.25vw;display:flex;align-items:center}.hd_nav_main .is-mask{position:fixed;top:0px;left:0px;width:100%;height:100vh;background:rgba(0,0,0,0.8);opacity:0;transition:all .5s}.hd_nav_sub{padding-left:.7rem;padding-right:.7rem}@media all and (min-width: 1201px){.hd_toggle{display:none}.hd_nav_main .is-mask{display:none}}@media all and (max-width: 1200px){.hd_logo{width:180px;max-width:100%}.hd_nav_main{position:fixed;z-index:2;top:0px;left:0px;transform:translateX(-100%);width:80%;height:100vh;background:#eee;box-shadow:0 0 20px rgba(0,0,0,0.2);padding-top:2rem;padding-bottom:2rem;transition:all .8s}.hd_nav_main.is-open{transform:translateX(0px)}.hd_nav_main.is-open .is-mask{width:25%;left:100%;opacity:1}.hd_nav_sub{padding-right:55px}}@media all and (max-width: 360px){.hd_logo{width:125px}.hd_toggle{top:5px}}.menu{padding-left:.9375vw;padding-right:.9375vw}.menu_list{display:flex;align-items:center;margin-left:-.9375vw;margin-right:-.9375vw}.menu_item{padding-left:.9375vw;padding-right:.9375vw}.menu_link{font-size:1.6rem;white-space:nowrap;position:relative}.menu_link::before{content:'';position:absolute;z-index:2;pointer-events:none;top:calc(100% + .52083vw);left:calc(50% - 1px);width:2px;height:0vw;background:#0C71E3;transition:all .5s}.menu_link.is-active{color:#0C71E3}@media all and (min-width: 1201px){.menu_item:hover .menu_link::before{height:1.30208vw}.menu_link:hover{color:#0C71E3}}@media all and (max-width: 1200px){.menu{width:100%;height:100%;max-height:calc(100vh - 6rem);overflow-x:hidden}.menu_list{width:calc(100% - 40px);padding-left:calc(10% + 15px);flex-direction:column}.menu_item{width:100%;padding-top:1rem;padding-bottom:1rem}.menu_item:not(:last-child){border-bottom:1px dotted #333}.menu_link{font-size:1.8rem;width:100%;display:block}.menu_link::before{display:none}}.menu_item.is-dropdown{position:relative}@media all and (min-width: 1201px){.menu_item.is-dropdown:hover .dropdown{top:100%;opacity:1;pointer-events:auto}}.dropdown-toggle{position:absolute;top:5px;right:0px;width:35px;height:35px}.dropdown-toggle::before,.dropdown-toggle::after{position:absolute;content:'';top:50%;left:25%;width:50%;height:1px;background:#000;transition:all .5s}.dropdown-toggle::after{transform:rotate(90deg)}.dropdown-toggle.is-active::after{transform:rotate(0deg)}@media all and (min-width: 1201px){.dropdown-toggle{display:none}}.dropdown{width:100%}.dropdown_link{display:block}.dropdown_link:not(:last-child){margin-bottom:.8rem}@media all and (min-width: 1201px){.dropdown{width:180px;position:absolute;top:50%;left:50%;transform:translateX(-50%);padding-top:4rem;padding-bottom:1rem;background:rgba(255,255,255,0.8);opacity:0;pointer-events:none;max-height:50vh;overflow-x:hidden;transition:all .5s}.dropdown_link{font-size:1.6rem;padding-left:1rem;padding-right:1rem}.dropdown_link:hover{color:crc(ci-yellow)}}@media all and (max-width: 1200px){.dropdown{display:none}}@media all and (min-width: 1201px){[data-active="products"] .dropdown{width:320px}}.submenu{display:flex;align-items:center;margin-left:-.7rem;margin-right:-.7rem}.submenu i{font-style:normal}.submenu_list{padding-left:.7rem;padding-right:.7rem;position:relative}.submenu_list:not(:last-child)::before{content:'';position:absolute;top:25%;right:0px;width:1px;height:50%;background:#8a8b8b}.submenu_btn{color:#8a8b8b;cursor:pointer;font-size:2.5rem;transition:all .5s}@media all and (min-width: 1201px){.submenu_btn:hover{transform:scale(1.05)}}@media all and (max-width: 1366px){.submenu_btn{font-size:1.8rem}}@media all and (max-width: 320px){.submenu{margin-top:-10px}}.search_ctr{position:fixed;z-index:2;top:0px;left:0px;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:all .5s}.search_ctr.is-show{opacity:1;pointer-events:auto}.search_ctr.is-show .search_form{opacity:1;transform:scale(1);transition-delay:0s}.search_ctr.is-show .search_mask{opacity:1;top:0px;height:100%}.search_form{width:calc(100% - 30px);max-width:720px;position:relative;z-index:1;padding:5px;background:crc(ci-green);box-shadow:0 0 20px #000;transform:scale(0.5);opacity:0;transition:all .8s;transition-delay:.5s;transition-timing-function:ease;background:#fff}.search_form .m-fm{display:flex;align-items:center;justify-content:space-between}.search_form .m-fm_input{max-width:calc(100% - 145px)}.search_form .m-fm_input input{height:35px !important}.search_mask{position:absolute;top:50%;left:0px;width:100%;height:0px;background:rgba(0,0,0,0.8);opacity:0;transition:all .5s;transition-timing-function:ease}.lang{position:relative}.lang_toggle{transition:all .5s}.lang_toggle.is-active{transform:scale(1.5)}.lang_ctr{position:absolute;top:0px;left:50%;transform:translateX(-50%);opacity:0;pointer-events:none;transition:all .5s}.lang_ctr.is-show{opacity:1;pointer-events:auto;top:calc(100% + 5px)}.lang_ctr.is-show .lang_link{transform:scale(1)}.lang_ctr.is-show .lang_link:not(:last-child){margin-bottom:.5rem}.lang_link{transform:scale(0.5);display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:100%;color:#292929;background:rgba(41,41,41,0.2);font-size:1.4rem;border:1px solid #292929;transition:all .8s}.lang_link:not(:last-child){margin-bottom:-3.5rem}@media all and (min-width: 1201px){.lang_link:hover{color:#fff;background:#292929}}.ft{background:#e1e3e5;padding-top:5rem;padding-bottom:5rem;position:relative}.ft_wp{display:flex;align-items:center;justify-content:center}.ft_wp&gt;*{max-width:50%;flex:0 0 auto;width:100%}@media all and (max-width: 992px){.ft_wp{flex-direction:column}.ft_wp&gt;*{max-width:100%}}@media all and (max-width: 650px){.ft{padding-top:3rem;padding-bottom:3rem}}.ft-menu_name{padding-bottom:1.5rem;border-bottom:1px solid #333;margin-bottom:2.5rem;padding-left:1rem;padding-right:1rem}.ft-menu_name-cht{font-size:3rem;font-weight:bold;color:#545454;line-height:1;margin-bottom:.5rem}.ft-menu_name-eng{font-size:1.4rem;color:#6e7a80}.ft-menu_ctr{display:flex}.ft-menu_list{max-width:calc(100%/4);flex:0 0 auto;width:100%}.ft-menu_item:not(:last-child){margin-bottom:1.5rem}.ft-menu_link{display:flex;align-items:center;font-size:2.2rem;color:#545454;text-align:right;background:#e1e3e5;padding-left:1rem;position:relative;z-index:1;font-weight:500}.ft-menu_link::before{content:'';display:inline-block;background:#545454;width:1.04167vw;height:1px;margin-right:1rem}.ft-menu_link--orange{color:#e65c00}@media all and (min-width: 1201px){.ft-menu_link:hover{color:#0a74e0}}@media all and (max-width: 1366px){.ft-menu_link{font-size:1.8rem}}@media all and (max-width: 992px){.ft-menu{margin-bottom:3rem}}@media all and (max-width: 650px){.ft-menu_name-cht{font-size:2.5rem}.ft-menu_ctr{flex-wrap:wrap}.ft-menu_list{max-width:calc(100%/3);margin-bottom:1.5rem}}@media all and (max-width: 480px){.ft-menu_list{max-width:calc(50%)}}.ft-infor{margin-left:2.60417vw}.ft-infor_title{font-family:"Oxygen",Arial,"Microsoft JhengHei",sans-serif;font-size:2.5rem;font-weight:bold;color:#0a74e0;margin-bottom:2.5rem;padding-left:.5rem}.ft-infor_list{display:flex;flex-wrap:wrap;margin-bottom:.5rem}.ft-infor_item{max-width:50%;flex:0 0 auto;width:100%;display:flex;align-items:center;margin-bottom:2rem}.ft-infor_icon{display:flex;align-items:center;justify-content:center;font-style:normal;flex-shrink:0;width:35px;height:35px;border-radius:100%;background:#0a74e0;color:#fff;margin-right:1rem}@media all and (max-width: 575px){.ft-infor_item{max-width:100%}}.copyright{font-size:1.4rem;color:#333}.gotop{position:absolute;top:15%;right:10%}@media all and (max-width: 1200px){.gotop{position:relative;top:auto;right:auto;width:100%;display:flex;align-items:center;justify-content:center;padding-top:2.5rem;padding-bottom:2.5rem}}.idx-title{margin-bottom:1.5rem;position:relative}.idx-title_name span{display:block}.idx-title_cht{font-size:3rem;color:#333;font-weight:500;padding-bottom:.5rem}.idx-title_eng{font-family:"Oxygen",Arial,"Microsoft JhengHei",sans-serif;font-size:1.4rem;color:#9b9c9c;padding-top:.5rem}.idx-title_bg{position:absolute;top:20px;left:-75px;max-width:313px;width:100%;background:url("../img/index/title-bg_313x35.png") no-repeat center;background-size:contain}.idx-title_bg::before{content:'';display:block;padding-bottom:11.18211%}@media all and (max-width: 1200px){.idx-title_cht{font-size:2.5rem}.idx-title_bg{top:15px}}.idx-infor{color:#333;line-height:1.75;margin-bottom:4rem}.idx-pro{position:relative;display:flex;justify-content:flex-end;padding-top:4.16667vw;background:url("../img/index/pro-bg_1920x600.jpg") no-repeat bottom center;background-size:cover}.idx-pro .idx-infor{width:48.54369%}.idx-pro_ctr{max-width:80.46875%;flex:0 0 auto;width:100%;padding-bottom:3.38542vw;position:relative;z-index:1}.idx-pro_ir{display:flex;justify-content:flex-end}.idx-pro_swp{max-width:90.61489%;flex:0 0 auto;width:100%;margin:0px}.idx-pro_bg{position:absolute;top:0px;left:0px;width:100%;height:100%}.idx-pro_bg [class^="idx-pro_bg-el"]{position:absolute;background-repeat:no-repeat;background-position:center;background-size:contain}.idx-pro_bg [class^="idx-pro_bg-el"]::before{content:'';display:block;width:100%}.idx-pro_bg-el01{top:0px;right:7.29167vw;width:20.10417%;background-image:url("../img/index/pro-bg-e01l_386x239.png")}.idx-pro_bg-el01::before{padding-bottom:61.9171%}.idx-pro_bg-el02{bottom:0px;left:0px;width:26.61458%;background-image:url("../img/index/pro-bg-el02_511x480.png")}.idx-pro_bg-el02::before{padding-bottom:93.93346%}.idx-pro_bg-el03{bottom:0px;right:0px;width:80.72917%;background-image:url("../img/index/pro-bg-el03_1550x110.png")}.idx-pro_bg-el03::before{padding-bottom:7.09677%}@media all and (max-width: 830px){.idx-pro .idx-infor{width:100%}.idx-pro_ctr{padding-right:5%}}@media all and (max-width: 575px){.idx-pro{padding-top:3rem;padding-bottom:3rem}}.idx-abt{display:flex;justify-content:flex-end;padding-top:6.25vw;padding-bottom:4.16667vw;position:relative}.idx-abt_ctr{max-width:48.69792%;flex:0 0 auto;width:100%;position:relative;z-index:1}.idx-abt_btn{display:flex;justify-content:flex-end}.idx-abt_bg{position:absolute;top:0px;left:0px;width:54.0625%;height:100%;background:url("../img/index/abt-bg_1038x455.jpg") no-repeat center;background-size:cover}@media all and (max-width: 1200px){.idx-abt_ctr{padding-right:2rem}.idx-abt_bg::after{content:'';position:absolute;top:0px;right:0px;width:100%;height:100%;background:linear-gradient(left, rgba(255,255,255,0), #fff)}}@media all and (max-width: 830px){.idx-abt_ctr{max-width:80%;padding-left:5%;padding-right:5%}.idx-abt_bg{opacity:.3}}@media all and (max-width: 575px){.idx-abt{padding-top:3rem;padding-bottom:3rem}}.idx-video{padding-top:4.6875vw;padding-bottom:2.60417vw}.idx-video .idx-title{margin-left:75px}.idx-video_ctr{margin-top:3.125vw;margin-bottom:2.86458vw}.idx-video_btn{display:flex;align-items:center;justify-content:center}@media all and (max-width: 575px){.idx-video{padding-top:3rem;padding-bottom:3rem}.idx-video_ctr{margin-bottom:3rem}}.abt-stn{background:url("../img/about/bg_1920x880.jpg") no-repeat center;background-size:cover;padding-top:5.72917vw;padding-bottom:10.41667vw}.abt-stn_wp{display:flex}@media all and (max-width: 1190px){.abt-stn_wp{flex-direction:column}}.abt-title{font-size:3rem;color:#fff;font-weight:500;border-bottom:7px solid #0A74E1}.abt-title_name{display:inline-block;padding:1.5rem calc(2.08333vw + 88px) 1rem 4.8rem;border-top-left-radius:10px;background:#0A74E1;position:relative}.abt-title_name [class^="abt-title_name-el-"]{display:inline-block}.abt-title_name-el-left,.abt-title_name-el-right{position:absolute;top:calc(50% + 5px);transform:translateY(-50%)}.abt-title_name-el-left::before,.abt-title_name-el-right::before{content:'';display:block;width:100%;background-repeat:no-repeat;background-size:contain}.abt-title_name-el-left{max-width:38px;width:100%;left:1rem}.abt-title_name-el-left::before{padding-bottom:57.89474%;background-image:url("../img/common/abt-title-el-left_38x22.png")}.abt-title_name-el-center{padding-left:.5rem;padding-right:.5rem}.abt-title_name-el-right{max-width:88px;width:100%;right:2.08333vw}.abt-title_name-el-right::before{padding-bottom:9.09091%;background-image:url("../img/common/abt-title-el-right_88x8.png")}@media all and (max-width: 1366px){.abt-title{font-size:2.5rem}}.abt-pic{max-width:33.18966%;flex:0 0 auto;width:100%;display:flex;align-items:center;justify-content:center}@media all and (max-width: 1190px){.abt-pic{max-width:100%;order:1}}.abt-ctr{max-width:66.81034%;flex:0 0 auto;width:100%}.abt-ctr_edit{background:rgba(255,255,255,0.86);box-shadow:0 0 10px rgba(0,0,0,0.2);border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding-top:2.60417vw;padding-bottom:4.94792vw;padding-left:1.82292vw;padding-right:1.82292vw}.abt-ctr_edit.m-edit{line-height:2.1875;font-weight:normal}.abt-ctr_edit.m-edit strong,.abt-ctr_edit.m-edit b{color:#31ADB5;font-size:2.5rem}.abt-ctr_edit.m-edit&gt;*:first-child{margin-top:0px;padding-top:0px}@media all and (max-width: 1190px){.abt-ctr{max-width:100%;order:0;margin-bottom:3rem}.abt-ctr_edit.m-edit{line-height:1.5}.abt-ctr_edit.m-edit strong,.abt-ctr_edit.m-edit b{font-size:2rem}}.nws_list{margin-left:-.88542vw;margin-right:-.88542vw;display:flex;flex-wrap:wrap}.nws_item{max-width:50%;flex:0 0 auto;width:100%;padding-left:.88542vw;padding-right:.88542vw;margin-bottom:2.86458vw}@media all and (max-width: 575px){.nws_item{max-width:100%}}.nw-stn .c-title{margin-bottom:1.5625vw}.nw-info{display:flex;align-items:center;justify-content:space-between;font-size:1.4rem}.nw-info_cls{color:#fff;background:#0a74e0;border-radius:3px;padding:.4rem .8rem .7rem .8rem}.nw-info_time{color:#8a8b8b}.nw-info_time i{margin-right:8px}.nw_ctr{padding-top:4.16667vw;padding-bottom:5.72917vw;padding-left:2.60417vw;padding-right:2.60417vw;border-bottom:1px solid #2EBFD2}.nw_btn{display:flex;align-items:center;justify-content:flex-end;padding-top:2rem}.pro-stn .c-gd{padding-left:0rem;padding-right:0rem}.pro-stn .c-gd_list{margin-left:-1.45833vw;margin-right:-1.45833vw}.pro-stn .c-gd_item{padding-left:1.45833vw;padding-right:1.45833vw}.block-pro-description{margin-bottom:50px;padding:20px 20px;border:1px solid #C2C2C2;border-radius:6px}.prod{position:fixed;z-index:100000;top:0px;left:0px;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.prod_ctr{background:#fff;position:relative;z-index:1;max-height:80%;padding-top:3.125vw;padding-bottom:2.60417vw;overflow-x:hidden}.prod_mask{position:absolute;top:0px;left:0px;width:100%;height:100%;background:rgba(0,0,0,0.76)}.prod_close{position:absolute;z-index:5;top:0px;right:0px}.prod_pic{display:flex;align-items:center;justify-content:center}.prod_pic-w{max-width:390px;width:100%;margin-left:auto;margin-right:auto}.prod_pic-ir{max-width:100%;flex:0 0 auto;width:100%;max-width:390px}.prod_pic-ir::before{padding-bottom:88.46154%}.prod_inquiry-wp{padding-top:.5rem;padding-bottom:1rem;display:flex;align-items:center;justify-content:flex-end}.prod_title{background:#DCDCDC;text-align:center;font-size:3rem;color:#333;padding-top:1rem;padding-bottom:1rem}.prod_edit{padding-top:2.08333vw;padding-bottom:2.60417vw;overflow: auto;}.prod_edit .m-edit table td,.prod_edit .m-edit table th{border:1px solid #000;padding:.2rem .5rem}.prod_edit .m-edit table td:first-child,.prod_edit .m-edit table th:first-child{border-left:none}.prod_edit .m-edit table td:last-child,.prod_edit .m-edit table th:last-child{border-right:none}.prod_edit .m-edit table th{color:#fff;background:#5FA67C}@media all and (max-width: 1200px){.prod_title{font-size:2.5rem}}.is-ie11 .m-lbox .prod_ctr{margin:0px}.is-ie11 .prod_pic-w{margin-left:0px;margin-right:0px}.download_item{border-bottom:1px solid #A9A9A9}.download_item:not(:first-child){padding-top:3rem}.download .block-downloadslt{border:1px solid #0A74E1;border-radius:6px;padding:13px 16px;margin-bottom:30px}.download .block-downloadslt__title{display:inline-block;width:auto;font-size:20px;position:relative;padding-left:7px}.download .block-downloadslt__title::before{content:"";display:block;width:3px;height:70%;position:absolute;top:50%;left:0;transform:translateY(-50%);background-color:#2DBED3}.download .block-downloadslt__selectmodule{padding:4px 0}.download .block-downloadslt__selectmodule select.select-download{min-width:120px;height:30px;border:1px solid #2DBED3;border-radius:3px;font-size:16px;padding:0 6px;margin-right:6px}@media (max-width: 767px){.download .block-downloadslt__selectmodule select.select-download{margin-bottom:6px}}.download .block-downloadslt .selectmodule{display:flex;justify-content:start;align-items:center;flex-wrap:wrap}@media (max-width: 767px){.download .block-downloadslt .selectmodule{flex-direction:column;align-items:flex-start}}.download .block-downloadslt .selectmodule__input{width:auto;min-width:200px;margin-right:6px}@media (max-width: 767px){.download .block-downloadslt .selectmodule__input{width:100%;margin-bottom:6px}}.download .block-downloadslt .btn-downloadsearch{padding:2px 20px;outline:0;border:0;border-radius:6px;color:white;background:linear-gradient(to top, #e65c00, #F9D423);cursor:pointer}.ctt-info{display:flex}.ctt-info_head{max-width:13.7037%;flex:0 0 auto;width:100%;display:flex;align-items:center;justify-content:center;color:#fff;background:#2DBECF;font-size:2.5rem;font-weight:bold}.ctt-info_body{max-width:86.2963%;flex:0 0 auto;width:100%;background:#F5F6F8;padding-top:2.08333vw;padding-bottom:2.5rem;padding-left:2.5rem;padding-right:2.5rem}.ctt-info_ctr{color:#333333;margin-bottom:1rem}.ctt-info_ctr strong{color:#00a8bc;font-size:2rem}@media all and (max-width: 992px){.ctt-info{margin-bottom:3rem}}@media all and (max-width: 768px){.ctt-info{flex-direction:column}.ctt-info_head{max-width:100%}.ctt-info_body{max-width:100%}}.ctt-data{display:flex;margin-left:-1.2rem;margin-right:-1.2rem}.ctt-data_item{display:flex;align-items:center;padding-left:1.2rem;padding-right:1.2rem}.ctt-data_icon{display:flex;align-items:center;justify-content:center;font-style:normal;flex-shrink:0;width:35px;height:35px;border-radius:100%;border:1px solid #2DBECF;color:#2DBECF;margin-right:1rem}.ctt-data_link{color:#545454}@media all and (max-width: 992px){.ctt-data{flex-wrap:wrap}.ctt-data_item{max-width:50%;flex:0 0 auto;width:100%;margin-bottom:1.5rem}}@media all and (max-width: 725px){.ctt-data_item{max-width:100%}}.ctt-ctr{display:flex;align-items:center}.ctt-ctr&gt;*{max-width:50%;flex:0 0 auto;width:100%}@media all and (max-width: 992px){.ctt-ctr{flex-direction:column}.ctt-ctr&gt;*{max-width:100%}}.ctt-form{padding-left:calc(2.08333vw + 1.5rem);padding-right:calc(2.08333vw + 1.5rem)}.ctt-form .row:not(:last-child){margin-bottom:2.2rem}.ctt-form_btn{margin-left:-15px;margin-right:-15px;display:flex;align-items:center;justify-content:flex-end}.ctt-form_btn&gt;*{margin-left:15px;margin-right:15px}.ctt-form_btn-send{display:flex}.ctt-form_btn-send&gt;*{margin-left:3px;margin-right:3px}@media all and (max-width: 1200px){.ctt-form_btn{flex-direction:column}.ctt-form_btn-verification{margin-bottom:2rem}}@media all and (max-width: 992px){.ctt-form{margin-bottom:3rem}}@media all and (max-width: 768px){.ctt-form .row:not(:last-child){margin-bottom:0px}.ctt-form [class*="col-"]{margin-bottom:2rem}}.ctt-login{display:flex;align-items:center;justify-content:center}.ctt-login_item{padding-left:1rem;padding-right:1rem;position:relative}.ctt-login_item:not(:last-child)::before{content:'';position:absolute;top:50%;right:0px;width:1px;height:80%;transform:translateY(-50%);background:#333}.ctt-googlemap .u-googlemap::before{padding-bottom:75%}.iqy-tab{margin-bottom:2.86458vw}.iqy-tab_row{display:flex;align-items:center;border-bottom:1px solid #8A8A8A;padding-top:1.5rem;padding-bottom:1.5rem}.iqy-tab_pic{max-width:14.81481%;flex:0 0 auto;width:100%}.iqy-tab_pic-img{border:1px solid #B6B6B6}.iqy-tab_pic-img::before{padding-bottom:67.5%}.iqy-tab_title{width:100%;flex-grow:1;padding-left:1.5625vw;padding-right:1.5625vw}.iqy-tab_title-cls{color:#00a8bc}.iqy-tab_title-name{font-size:1.8rem;color:#333}.iqy-tab_quantity{max-width:12.22222%;flex:0 0 auto;width:100%}.iqy-tab_quantity-field{display:flex;align-items:center}.iqy-tab_quantity-field&gt;*{max-width:50%;flex:0 0 auto;width:100%;margin-left:.1rem;margin-right:.1rem}.iqy-tab_quantity-unit{font-size:1.8rem;color:#fff;background:#0973E1;display:flex;align-items:center;justify-content:center}.iqy-tab_quantity-input{flex:0 0 50% !important;max-width:50% !important;width:50% !important;border-radius:0px !important;border-color:#A9A9A9 !important}.iqy-tab_btn{max-width:70px;flex:0 0 auto;width:100%}@media all and (max-width: 768px){.iqy-tab_row{flex-wrap:wrap;justify-content:space-between}.iqy-tab_pic{max-width:50%;margin-bottom:1rem}.iqy-tab_title{max-width:50%;flex:0 0 auto;width:100%;margin-bottom:1rem}.iqy-tab_quantity{max-width:165px;flex:0 0 auto;width:100%}}.iqy-form{display:flex}.iqy-form&gt;*{max-width:50%;flex:0 0 auto;width:100%}@media all and (max-width: 992px){.iqy-form{flex-direction:column}.iqy-form&gt;*{max-width:100%}.iqy-form .ctt-form{order:1}}.iqy-info{display:flex}.iqy-info_head{max-width:27.40741%;flex:0 0 auto;width:100%;display:flex;align-items:center;justify-content:center;color:#fff;background:#2DBECF;font-size:2.5rem;font-weight:bold}.iqy-info_body{max-width:72.59259%;flex:0 0 auto;width:100%;background:#F5F6F8;display:flex;flex-direction:column;justify-content:center;padding-left:2.5rem;padding-right:2.5rem;padding-top:3rem;padding-bottom:3rem}.iqy-info_depiction{color:#333333;margin-bottom:2.08333vw}.iqy-info_depiction strong{color:#00a8bc;font-size:2rem}.iqy-info_item{display:flex;align-items:center}.iqy-info_item:not(:last-child){margin-bottom:1.8rem}.iqy-info_icon{display:flex;align-items:center;justify-content:center;font-style:normal;width:35px;height:35px;border-radius:100%;border:1px solid #2DBECF;color:#2DBECF;margin-right:1rem}.iqy-info_link{color:#545454}@media all and (max-width: 992px){.iqy-info{order:0;margin-bottom:3rem}}@media all and (max-width: 575px){.iqy-info{flex-direction:column}.iqy-info_head{max-width:100%}.iqy-info_body{max-width:100%}}.sitemap_row{position:relative}.sitemap_row::before{content:'';position:absolute;top:0px;left:0px;transform:translateY(-50%);width:24px;height:30px;border-left:1px solid #047CDD;border-bottom:1px solid #047CDD}.sitemap_row&gt;a{font-size:2rem;margin-left:4.5rem;position:relative;display:block;margin-bottom:2rem;font-weight:500}.sitemap_row&gt;a::before{position:absolute;top:calc(50% - 1px);left:-20px;transform:translateY(-50%);content:'';width:6px;height:6px;border:1px solid #047CDD;background:#047CDD;border-radius:100%}.sitemap_row:not(:last-child){margin-bottom:3.5rem}.sitemap_row&gt;.sitemap_row{margin-left:45px}.sitemap_row&gt;.sitemap_row::before{width:22px;height:25px}.sitemap_row&gt;.sitemap_row&gt;a{font-size:1.8rem}.sitemap_row&gt;.sitemap_row&gt;a::before{background:rgba(0,0,0,0)}.sitemap_row&gt;.sitemap_row&gt;.sitemap_row::before{display:none}.sitemap_row&gt;.sitemap_row&gt;.sitemap_row&gt;a{font-size:1.6rem}.sitemap_row&gt;.sitemap_row&gt;.sitemap_row&gt;a::before{background:#047CDD;left:-10px}.sitemap_row--end{display:flex;flex-wrap:wrap}.sitemap_row--end.sitemap_row&gt;a{max-width:calc(100%/4 - 25px);flex:0 0 auto;width:100%;font-weight:normal;font-size:1.6rem;margin-bottom:1.4rem;margin-left:1.5rem;padding-left:.5rem;padding-right:.5rem}.sitemap_row--end.sitemap_row&gt;a::before{background:rgba(0,0,0,0) !important}@media all and (max-width: 1200px){.sitemap_row--end.sitemap_row&gt;a{max-width:calc(50% - 25px)}}@media all and (max-width: 575px){.sitemap_row--end.sitemap_row&gt;a{max-width:calc(100% - 25px)}}
/*# sourceMappingURL=style.css.map */
</pre></body></html>