﻿.fa_htitle{ margin-bottom:5vw; } .fa_htitle h4{ color:#000; font-size:var(--f36); } .fa_htitle h3{ color:#999; margin-bottom:15px; font-weight:700; text-transform:capitalize; font-size:var(--f50); font-family: 'Assistant', sans-serif; } @media only screen and (max-width: 768px){  .c_portalResPublic_codeContainer-01001{ min-height:500px; width:100%; } } @media only screen and (min-width: 769px){  .c_portalResPublic_codeContainer-01001{ min-height:500px; width:100%; } .fa_Boxpic{ background:#000; position: relative; } .fa_Boxpic .fa_bg{ height: 60vh; max-height:1200px!important; background-attachment: fixed; opacity:0.85; width:100%; position: relative; background-size:100%; } .fa_Boxpic .fa_tit{ position:absolute; left:0; right:0; bottom: 15%; z-index:10; text-align:center; } .fa_Boxpic .fa_tit h6{ color:#fff; font-size:var(--f36); } .fa_Boxpic .fa_tit h3{ color:#fff; margin-bottom:15px; font-weight:700; text-transform:capitalize; font-size:var(--f50); } } @media only screen and (max-width: 1024px) and (min-width: 769px){  } @keyframes rotation { to { transform: rotate(1turn); } } @keyframes rotation_ { to { transform: rotate(-1turn); } } @media only screen and (min-width: 769px) { .fa_More a{ position: relative; font-size:14px; display:inline-block; line-height:40px; padding:0 20px; border-radius:5px; background: var(--main-color); color:#fff; transition:all 0.5s; overflow:hidden; } .fa_More a i{ margin-left:20px; transition:all 0.5s; position:relative; display:inline-block; } .fa_More a:before{ content:""; position:absolute; left:-20px; top:-20px; width: 50px; height: 50px; filter:blur(15px); background: var(--main2-color); transition:all 0.5s; opacity: 0; } .fa_More a:hover:before{ transform:scale(2); left:0; top:0; opacity:1; } .fa_More a span{ position:relative; display:inline-block; } .fa_More a:hover i{ transform:translateX(-10px); } .fa_More a:hover{ color:#fff; } } @keyframes animateripper { 0% { transform: translate(-50%, -75%) rotate(0deg); } 100% { transform: translate(-50%, -75%) rotate(360deg); } }  .fa_pageNav{ border-bottom:#eee solid 1px; } .fa_pageNav .fa_list{ text-align:center; } .fa_pageNav .fa_list a{ display:inline-block; font-size:var(--f18); line-height:80px; color:#3e4a61; margin:0 2vw; position:relative; transition:all 0.5s; } .fa_pageNav .fa_list a:before{ position:absolute; bottom:0; left:50%; transform:translateX(-50%); height:3px; background: var(--main-color); transition:all 0.8s; width:0; content:""; } .fa_pageNav .fa_list a:hover,.fa_pageNav .fa_list a.fa_navon{ color: var(--main-color); } .fa_pageNav .fa_list a:hover:before,.fa_pageNav .fa_list a.fa_navon:before{ width:100%; } @media screen and (max-width: 768px){ .fa_pageNav{ display:none!important; } .fa_pageNavmo{ background:#edf2fa; } .fa_pageNavmo>.btn-primary{ background:transparent!important; border:none!important; color:#999!important; width:100%; text-align:left; padding:0 20px; line-height:50px; font-size:14px; } .fa_More a { background:#092d74; color:#fff; display:inline-block; padding:10px 30px; border-radius:500px; position:relative; } .fa_More a:before{ content:""; position:absolute; left:-20px; top:-20px; width:40px; height:40px; filter:blur(15px); background:#d0333a; } .fa_More a span{ position:relative; display:inline-block; } .fa_More a i{ margin-left:10px; position:relative; display:inline-block; } } @keyframes FloatingReverse { 0%,100% { transform: translate3d(-10%, -10%, 0) scale(1.1) } 50% { transform: translate3d(45%, 15%, 0) scale(0.8) } } .fa_float2 { position: fixed; bottom: -100px; right: 20px; z-index: 99; transition: all 0.5s; background: rgba(255, 255, 255, 0); box-shadow: 5px 5px 10px rgba(0, 0, 0, 0); border-radius: 500px; } .fa_float2>* { display: block; position: relative; margin-top: 2px; } .fa_float2>* .fa_icon { width: 40px; height: 40px; align-items: center; display: flex; justify-content: center; color: var(--main-color); border-radius: 2px; font-size: 26px; cursor: pointer; } .fa_float2>* .fa_icon i { display: block; } .fa_float2 .fa_info { position: absolute; top: 0; right: 45px; width: auto; min-width: 200px; background: linear-gradient(45deg,#fff,#d5e8ff,#fff); border: #fff solid 3px; opacity: 0; visibility: hidden; transform: translateY(100%); transition: all 0.6s ease; padding: 15px; width: 250px; box-shadow: 5px 5px 10px rgba(0,0,0,0.15); border-radius: 10px; } .fa_float2 .fa_wx_img { position: absolute; top: 0; right: 45px; width: auto; min-width: 120px; background: rgba(255, 255, 255, 0.95);  opacity: 0; visibility: hidden; transform: translateY(100%); transition: all 0.6s ease; padding: 5px; } .fa_float2 .fa_box_img img { width: 100%; } .fa_float2>div:hover .fa_wx_img { transition: all 0.6s ease; opacity: 1 !important; transform: translateY(0%) !important; visibility: visible !important; } .fa_float2>div:hover .fa_info { transition: all 0.6s ease; opacity: 1 !important; transform: translateY(0%) !important; visibility: visible !important; } .fa_float2 .fa_info .fa_wrap {  } .fa_float2 .fa_info .fa_tit { position: relative; } .fa_float2 .fa_info .fa_tit h3 { font-size: var(--f18); color: var(--main-color); font-weight: 500; } .fa_float2 .fa_info .fa_tit h3 a { color: var(--main-color); font-weight: inherit;  font-family: 'Barlow Condensed', sans-serif; word-wrap: break-word; } .fa_float2 .fa_info .fa_tit p { font-size: 14px; margin-top: 5px; } .fa_float2 .fa_info .fa_cnt { padding-top: 10px; margin-top: 10px; border-top: #eee solid 1px; } .fa_float2 .fa_info .fa_cnt h4 { font-size: 16px; margin-bottom: 10px; color: #333; } .fa_float2 .fa_info .fa_cnt h4 i { font-size: 14px; color: #fff; width: 20px; height: 20px; border-radius: 50%; line-height: 20px; text-align: center; background: var(--main-color); display: inline-block; margin-right: 10px; } .fa_float2 .fa_info .fa_cnt p { font-size: 14px; color: #333; line-height: 24px; font-weight: 6; } #fa_back{ border-top:#ddd solid 1px; } #fa_back .fa_icon { color: #333; } .fa_boximg img{ -webkit-animation: rotate3 4s linear infinite; animation: rotate3 4s linear infinite; -webkit-filter: blur(30px); filter: blur(30px); } @keyframes rotate3{ 0%{ rotate: 0deg; } 100%{ rotate: 360deg; } } @keyframes fa_span01_ani { 0% { width: 5px; } 100% { width: 48px; } } @keyframes fa_span02_ani { 0% { width: 48px; } 100% { width: 5px; } } @keyframes rangeScale22{ from { opacity: 1; transform: scale(1); } to { opacity: 0; transform: scale(1.5); } }.w_grid-000{ margin-left: auto; margin-right: auto; min-height: 12rem; width: 100%; } .w_grid-000 > .w_grid{ width: 100%; position: relative; } .w_grid-000 > div > .p_gridbox{ width: 100%; display:flex; flex-wrap:wrap; justify-content:space-between; } .w_grid-000 > .w_grid.signal{ min-height: inherit; } .w_grid-000 > .w_grid.signal > .p_gridbox{ min-height: inherit; } .w_grid-000 > .w_grid.signal > .p_gridbox > .p_gridCell{ min-height: inherit; }  .reset_style h1, .reset_style h2, .reset_style h3, .reset_style h4, .reset_style h5, .reset_style h6 { font-weight: normal; } .reset_style h3 { text-transform: uppercase; } @media only screen and (max-width: 768px){ .w_grid-000 > div > .p_gridbox > .p_gridCell{ width: 100%; margin-left: 0; margin-top: 0rem; margin-bottom: 0rem; } } @media only screen and (min-width: 769px){ .w_grid-000 > div > .p_gridbox > .p_gridCell:first-child{ width: 100%; margin-left:0; margin-top: 0rem; margin-bottom: 0rem; } .p_page .pre,.p_page .next{ height: 40px; width: 40px; text-align: center; padding: 0 !important; border-radius: 2px; border:none!important; transition:all 0.5s; } .p_page .next .iconfont::before { float: none; } .p_page .pageNum{ height: 40px; width: 40px; padding: 0 !important; border-radius: 2px; text-align: center; border:none!important; line-height:40px; transition:all 0.5s; } .p_page .pageNum.active,.p_page .pageNum:hover,.p_page .pre:hover,.p_page .next:hover{ background:var(--main-color); } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 900px) { .reset_style h1 * { font-size:30px!important; } .reset_style h2 * { font-size: 16px!important; } .reset_style h3 * { font-size: 22px!important; } .reset_style h4 * { font-size: 18px!important; } .reset_style h5 * { font-size: 16px!important; } .reset_style h6 * { font-size: 14px!important; } .p_pagebox .num .iconfont{ display:none!important; } } @keyframes aline { 0% { width:10px; } 50% { width:50px; } 100% { width:10px; } } *{ padding: 0; margin: 0; } .pagebox{ width: 100%; }.pagebox,#-remove--flag{}body,#-remove--flag{} #c_portalResPublic_codeContainer-1744700508051 .footer-contact{ border-top:1px solid #999; background-color:#DCFAFA; display:block; text-align:center; padding:40px; } #c_portalResPublic_codeContainer-1744700508051 .footer-contact .uk-text-right p a{ display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; width:360px; height:70px; background:linear-gradient(135deg, #00a89d 0%, #00e6e6 100%); font-size:20px; font-weight:500; color:#fff; } #c_portalResPublic_codeContainer-1744700508051 .footer-contact .uk-text-right{ display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; gap:40px; } #c_portalResPublic_codeContainer-1744700508051 .footer-contact h2{ margin-bottom:30px; font-size:32px; } #c_portalResPublic_codeContainer-1744700508051 .footer-contact h2 span{ margin-top:6px; display:block; font-weight:400; font-size:18px; } #c_portalResPublic_codeContainer-1744700508051 .footer-contact .uk-text-right p:first-child a::before{ content:""; display:block; width:27px; height:22px; background:url(../image/850bb7f9-73d9-469c-bad5-cfe13c21c4c3.svg) no-repeat center 0; background-size:cover; margin-right:20px; } #c_portalResPublic_codeContainer-1744700508051 .footer-contact .uk-text-right p:last-child a::before{ content:""; display:block; width:21px; height:23.5px; background:url(../image/2c6018c7-8c46-4e71-ae19-12afa61d3c7a.svg) no-repeat center 0; background-size:cover; margin-right:20px; } #c_portalResPublic_codeContainer-1744700508051{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-1744700508026 .uk-container{ padding-left:40px; padding-right:40px; padding-top:40px; display:flow-root; box-sizing:content-box; max-width:1160px; margin-left:auto; margin-right:auto; } #c_portalResPublic_codeContainer-1744700508026 .border-bottom{ border-bottom:1px solid #999; } #c_portalResPublic_codeContainer-1744700508026 .ttl-h1{ color:#00A89D; font-size:36px; font-weight:500; margin-bottom:20px; } #c_portalResPublic_codeContainer-1744700508026 .uk-padding-bottom{ padding-bottom:40px; margin-bottom:40px !important; line-height:1.8; font-size:16px; color:#333; } #c_portalResPublic_codeContainer-1744700508026 .uk-flex{ display:flex; } #c_portalResPublic_codeContainer-1744700508026 .fa-chevron-down:before{ content:"\f078"; } #c_portalResPublic_codeContainer-1744700508026 .uk-grid>*{ margin-right:40px; } #c_portalResPublic_codeContainer-1744700508026 .textlink-hover{ color:#333; font-size:17px; } #c_portalResPublic_codeContainer-1744700508026 i{ font-style:normal; font-weight:900; font-family:微软雅黑; font-size:20px; } #c_portalResPublic_codeContainer-1744700508026 .textlink-hover:hover{ opacity:1 !important; color:#00A89D !important; text-decoration:none; } #c_portalResPublic_codeContainer-1744700508026 .uk-margin-large-bottom{ margin-bottom:70px !important; } #c_portalResPublic_codeContainer-1744700508026 .ttl-h2{ line-height:1.5; font-size:1.625rem; color:#00A89D; margin-top:40px; margin-bottom:20px; } #c_portalResPublic_codeContainer-1744700508026{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-1744700508031 .border-bottom{ border-bottom:1px solid #999; } #c_portalResPublic_codeContainer-1744700508031 .uk-padding-large-top{ padding-top:70px; } #c_portalResPublic_codeContainer-1744700508031 .uk-container-medium{ max-width:1024px; margin-bottom:70px; padding-left:40px; padding-right:40px; margin-left:auto; margin-right:auto; display:flow-root; box-sizing:content-box; } #c_portalResPublic_codeContainer-1744700508031 .ttl-h2-center{ font-size:34px; color:#333; font-weight:400; letter-spacing:2px; text-align:center; margin-bottom:70px; } #c_portalResPublic_codeContainer-1744700508031 .ttl-h2-center span{ letter-spacing:0; margin-top:1rem; display:block; font-weight:600; font-size:18px; } #c_portalResPublic_codeContainer-1744700508031 *+.uk-margin{ margin-top:20px !important; } #c_portalResPublic_codeContainer-1744700508031 .uk-margin{ margin-bottom:20px; } #c_portalResPublic_codeContainer-1744700508031 *+.uk-margin-medium{ margin-top:40px !important; } #c_portalResPublic_codeContainer-1744700508031 .uk-table-striped1{ border-top:2px solid #333; } #c_portalResPublic_codeContainer-1744700508031 .uk-table{ border-collapse:collapse; border-spacing:0; width:100%; margin-bottom:20px; } #c_portalResPublic_codeContainer-1744700508031 .uk-table-striped tbody tr:nth-of-type(odd){ background-color:transparent; border-color:#333; border-top:1px solid #333; border-bottom:1px solid #333; } #c_portalResPublic_codeContainer-1744700508031 .uk-table th{ padding:16px 12px; text-align:left; vertical-align:bottom; font-size:18px; font-weight:400; color:#333; text-transform:uppercase; } #c_portalResPublic_codeContainer-1744700508031 .uk-table td{ padding:16px 12px; vertical-align:top; font-size:18px; } #c_portalResPublic_codeContainer-1744700508031 .uk-table tbody tr{ transition:background-color .1s linear; } #c_portalResPublic_codeContainer-1744700508031 .uk-table-striped td .uk-table-striped tbody tr:first-child{ border-top:none; } #c_portalResPublic_codeContainer-1744700508031 .uk-table-striped td .uk-table-striped tbody tr:last-child{ border-bottom:none; } #c_portalResPublic_codeContainer-1744700508031 .uk-table th, .uk-table td{ vertical-align:top; } #c_portalResPublic_codeContainer-1744700508031 .uk-flex-wrap{ flex-wrap:wrap; align-items:flex-end; display:flex; } #c_portalResPublic_codeContainer-1744700508031 .uk-table-striped tbody tr:nth-of-type(2n):last-child{ border-bottom:1px solid #333; } #c_portalResPublic_codeContainer-1744700508031 #postContent h3, .ttl-h3{ font-size:1.5rem; font-weight:600; color:#00A89D; padding-bottom:10px; border-bottom:2px solid #333; } #c_portalResPublic_codeContainer-1744700508031 p{ line-height:1.8; margin-top:20px; color:#333; font-size:1rem; } #c_portalResPublic_codeContainer-1744700508031 .uk-flex{ display:flex; } #c_portalResPublic_codeContainer-1744700508031 .uk-width-expand\@m{ flex:1; min-width:1px; } #c_portalResPublic_codeContainer-1744700508031 .uk-child-width-1-2>*{ width:50%; padding-left:40px; color:#333; line-height:1.8; font-size:1rem; } #c_portalResPublic_codeContainer-1744700508031 .uk-padding{ padding:40px; background-color:#F5F5F5; } #c_portalResPublic_codeContainer-1744700508031{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-1744700508036 .border-bottom{ border-bottom:1px solid #999; } #c_portalResPublic_codeContainer-1744700508036 .uk-padding-large-top{ padding-top:70px; font-size:18px; } #c_portalResPublic_codeContainer-1744700508036 .ttl-h2-center{ font-size:34px; color:#333; font-weight:400; letter-spacing:2px; text-align:center; margin-bottom:70px; } #c_portalResPublic_codeContainer-1744700508036 .ttl-h2-center span{ letter-spacing:0; margin-top:1rem; display:block; font-weight:600; font-size:18px; } #c_portalResPublic_codeContainer-1744700508036 .uk-container-medium{ max-width:1024px; margin-top:70px !important; padding-left:40px; padding-right:40px; margin-left:auto; display:flow-root; box-sizing:content-box; margin-right:auto; } #c_portalResPublic_codeContainer-1744700508036 .uk-margin{ margin-bottom:20px; } #c_portalResPublic_codeContainer-1744700508036 .uk-table th{ padding:16px 12px; text-align:left; vertical-align:bottom; font-size:18px; font-weight:400; color:#333; text-transform:uppercase; } #c_portalResPublic_codeContainer-1744700508036 .uk-table-striped1{ border-top:2px solid #333; } #c_portalResPublic_codeContainer-1744700508036 .uk-table{ border-collapse:collapse; border-spacing:0; width:100%; margin-bottom:20px; } #c_portalResPublic_codeContainer-1744700508036 .uk-table-striped tbody tr:nth-of-type(odd){ background-color:transparent; border-color:#333; border-bottom:1px solid #333; } #c_portalResPublic_codeContainer-1744700508036 .uk-table th, .uk-table td{ vertical-align:top; } #c_portalResPublic_codeContainer-1744700508036 .uk-table-striped td .uk-table-striped tbody tr:last-child{ border-bottom:none; } #c_portalResPublic_codeContainer-1744700508036 .uk-padding-remove-top{ padding-top:0 !important; } #c_portalResPublic_codeContainer-1744700508036 .uk-table td{ padding:16px 12px; vertical-align:top; font-size:18px; } #c_portalResPublic_codeContainer-1744700508036 .uk-table-striped tbody tr:nth-of-type(2n){ border-bottom:1px solid #333; } #c_portalResPublic_codeContainer-1744700508036 .uk-margin-medium{ margin-bottom:40px; } #c_portalResPublic_codeContainer-1744700508036 .uk-margin-large{ margin-bottom:70px; } #c_portalResPublic_codeContainer-1744700508036 *+.uk-margin-large{ margin-top:70px !important; } #c_portalResPublic_codeContainer-1744700508036 .ttl-h3{ font-size:1.5rem; font-weight:600; color:#00A89D; padding-bottom:10px; border-bottom:2px solid #333; margin-bottom:20px; } #c_portalResPublic_codeContainer-1744700508036 .uk-flex{ display:flex; flex-wrap:wrap; } #c_portalResPublic_codeContainer-1744700508036 .uk-width-1-2\@m{ width:50%; padding-left:40px; } #c_portalResPublic_codeContainer-1744700508036 .uk-grid>.uk-grid-margin{ margin-top:40px; padding-left:40px; } #c_portalResPublic_codeContainer-1744700508036 .uk-flex-center{ justify-content:center; margin-left:-40px; } #c_portalResPublic_codeContainer-1744700508036 .uk-grid>*{ padding-left:40px; } #c_portalResPublic_codeContainer-1744700508036 p{ line-height:1.8; margin-top:20px; margin-bottom:20px; } #c_portalResPublic_codeContainer-1744700508036{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1744700507976 > div > .p_gridbox{ background-color:rgba(255, 255, 255, 1); padding-top:0px; padding-bottom:0px; } #w_grid-1744700507976 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1744700507976 >div{ animation-fill-mode:both; } #w_grid-1744700507976 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; }  @media only screen and (min-width: 769px){ #w_grid-1744700507976> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0px; } #w_grid-1744700507976> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0px; margin-right:0px; clear:none; } #w_grid-1744700507976> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0px; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ #w_grid-1744700507976> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0; } #w_grid-1744700507976> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0; margin-right:0; clear:none; } #w_grid-1744700507976> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0; } } #w_grid-1744700507986 > div > .p_gridbox{ background-color:rgba(255, 255, 255, 1); } #w_grid-1744700507986 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1744700507986 >div{ animation-fill-mode:both; } #w_grid-1744700507986 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; }  @media only screen and (min-width: 769px){ #w_grid-1744700507986> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0; } #w_grid-1744700507986> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0; margin-right:0; clear:none; } #w_grid-1744700507986> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1744700507996 > div > .p_gridbox{ background-color:rgba(255, 255, 255, 1); } #w_grid-1744700507996 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1744700507996 >div{ animation-fill-mode:both; } #w_grid-1744700507996 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; }  @media only screen and (min-width: 769px){ #w_grid-1744700507996> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0; } #w_grid-1744700507996> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0; margin-right:0; clear:none; } #w_grid-1744700507996> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1744700508006 > div > .p_gridbox{ background-color:rgba(255, 255, 255, 1); } #w_grid-1744700508006 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1744700508006 >div{ animation-fill-mode:both; } #w_grid-1744700508006 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; }  @media only screen and (min-width: 769px){ #w_grid-1744700508006> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0; } #w_grid-1744700508006> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0; margin-right:0; clear:none; } #w_grid-1744700508006> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1744700508016 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; }   @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1744700507976{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:192px; margin-top:80px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1744700507986{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1744700507996{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:192px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1744700508006{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:192px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1744700508016{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:192px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-1744700508041 .uk-margin-large{ margin-bottom:70px; } #c_portalResPublic_codeContainer-1744700508041 .uk-padding-large-top{ padding-top:70px; } #c_portalResPublic_codeContainer-1744700508041 .border-bottom{ border-bottom:1px solid #999; } #c_portalResPublic_codeContainer-1744700508041 .ttl-h2-center{ font-size:34px; color:#333; font-weight:400; letter-spacing:2px; text-align:center; } #c_portalResPublic_codeContainer-1744700508041 .uk-hidden\@m{ display:none !important; } #c_portalResPublic_codeContainer-1744700508041 .ttl-h2-center span{ letter-spacing:0; margin-top:1rem; display:block; font-weight:600; font-size:18px; } #c_portalResPublic_codeContainer-1744700508041 *+.uk-margin-large{ margin-top:70px !important; } #c_portalResPublic_codeContainer-1744700508041 img{ margin:0 auto; max-width:100%; display:block; } #c_portalResPublic_codeContainer-1744700508041 .c-green{ color:#00A89D; font-weight:700; } #c_portalResPublic_codeContainer-1744700508041 .uk-flex-wrap{flex-wrap:wrap; } #c_portalResPublic_codeContainer-1744700508041 .uk-container-medium{ padding-left:40px; padding-right:40px; margin-left:auto; margin-right:auto; display:flow-root; box-sizing:content-box; max-width:1024px; } #c_portalResPublic_codeContainer-1744700508041 .uk-width-2-5\@m{ width:40%; max-width:100%; } #c_portalResPublic_codeContainer-1744700508041 .uk-width-3-5\@m{ width:60%; } #c_portalResPublic_codeContainer-1744700508041 .uk-heading-small{ font-size:40px; letter-spacing:2px; line-height:1.5; } #c_portalResPublic_codeContainer-1744700508041 .ttl-h4{ font-size:1.125rem; font-weight:600; color:#00A89D; padding-bottom:10px; border-bottom:1px solid #333; margin-top:40px; } #c_portalResPublic_codeContainer-1744700508041 .ttl-h41{ margin-top:0px; } #c_portalResPublic_codeContainer-1744700508041 .uk-text-large{ font-size:1.625rem !important; margin-top:20px !important; margin-bottom:20px; } #c_portalResPublic_codeContainer-1744700508041 *+.uk-margin{ margin-top:20px !important; } #c_portalResPublic_codeContainer-1744700508041 p{line-height:1.8; margin-top:20px; margin-bottom:20px; font-size:1rem; color:#333; } #c_portalResPublic_codeContainer-1744700508041 .uk-list{ margin-top:20px; margin-bottom:20px; } #c_portalResPublic_codeContainer-1744700508041 .uk-list-circle>*, .uk-list-decimal>*, .uk-list-disc>*, .uk-list-hyphen>*, .uk-list-square>*{ padding-left:30px; } #c_portalResPublic_codeContainer-1744700508041 .uk-list-disc>::before{ list-style-type:disc; } #c_portalResPublic_codeContainer-1744700508041 .uk-list-circle>::before, .uk-list-decimal>::before, .uk-list-disc>::before, .uk-list-hyphen>::before, .uk-list-square>::before{ content:""; position:relative; left:-30px; width:30px; height:1.5em; margin-bottom:-1.5em; display:list-item; list-style-position:inside; text-align:right; } #c_portalResPublic_codeContainer-1744700508041 .c-black{ color:#595959; font-size:17px; font-weight:400; } #c_portalResPublic_codeContainer-1744700508041 #freeSampleTest .step-box{ padding:40px; border:1px solid #ccc; } #c_portalResPublic_codeContainer-1744700508041 .uk-flex{ display:flex; } #c_portalResPublic_codeContainer-1744700508041 .uk-width-expand\@m{ flex:1; min-width:1px; } #c_portalResPublic_codeContainer-1744700508041 .uk-width-auto\@m{ width:auto; padding-left:20px; } #c_portalResPublic_codeContainer-1744700508041 #freeSampleTest .step-arrow{ width:30px; height:30px; margin:20px auto 40px; border:1px solid; border-color:transparent transparent #565656 #565656; -webkit-transform:rotate(-45deg); transform:rotate(-45deg); } #c_portalResPublic_codeContainer-1744700508041 .uk-first-column{ font-size:1rem; color:#fff; background:#000; border-radius:0px; align-items:center; display:flex; justify-content:space-between; padding:0px 20px !important; background-color:#00A89D; -webkit-transition:0.6s opacity ease; transition:0.6s opacity ease; height:55px; line-height:55px; } #c_portalResPublic_codeContainer-1744700508041 i{ font-size:34px; line-height:46px; font-weight:400; margin-top:-8px; position:relative; top:2px; } #c_portalResPublic_codeContainer-1744700508041 .uk-grid>*{ padding-left:40px; } #c_portalResPublic_codeContainer-1744700508041 .uk-text-bold{ color:#333; font-size:1rem; font-weight:bold; } #c_portalResPublic_codeContainer-1744700508041 .bg-gray{ background-color:#F5F5F5; padding:20px; } #c_portalResPublic_codeContainer-1744700508041 .uk-h4, h4{ font-size:1.125rem; font-weight:500; margin-bottom:10px; } #c_portalResPublic_codeContainer-1744700508041 strong{ font-weight:bold; color:#333; font-size:18px; margin-bottom:10px; } #c_portalResPublic_codeContainer-1744700508041{ max-height:none; padding-top:0px; padding-left:0px; padding-bottom:0px; min-height:500px; margin-right:0px; margin-left:0px; max-width:none; width:100%; margin-top:0px; margin-bottom:0px; min-width:0px; height:auto; padding-right:0px; }