@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

body {
    font-family: 'Roboto', 'Noto Sans TC', 'Microsoft JhengHei', sans-serif !important;
    overflow: hidden;
    overflow-y: auto;
    color: #27327b;
    font-weight: 300;
}

body.hidden {
    overflow: hidden !important;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix {
    clear: both;
    display: block;
    width: 100%;
}

a:link,
a:visited {
    text-decoration: none;
    color: #27327b;
}

a:hover {
    text-decoration: underline;
}

.pad,
.mobile {
    display: none;
}

.desktop {
    display: block;
}

.overflow {
    overflow: hidden !important;
}

.wrapper {
    max-width: 1268px;
    margin: 0px auto;
    padding: 0 30px;
}

header {
    border-bottom: 1px solid #27327b;
    background: #fff;
    padding: 20px 0;
    position: relative;
    z-index: 999;
}

header .wrapper {
    padding: 0;
}

header a {
    display: block;
    width: 166px;
}

header a img {
    display: block;
    width: 100%;
}

footer {
    position: relative;
    z-index: 11;
    background: #fff;
}

footer .wrapper {
    padding: 28px 30px;
}

footer .logo {
    float: left;
}

footer .logo img {
    display: block;
    height: 40px;
}

footer ul {
    float: right;
}

footer ul li {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    margin-left: 27px;
    font-size: 14px;
    font-weight: normal;
    color: #707070;
}

footer ul li a {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

footer ul li a:link,
footer ul li a:visited {
    text-decoration: none;
    color: #707070;
}

footer ul li a:hover {
    color: #27327b;
    text-decoration: underline;
}

footer ul li a img {
    display: inline-block;
    vertical-align: middle;
    height: 13px;
    margin-right: 2px;
}

footer .copyright {
    padding: 12px 0;
    line-height: 22px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    background: #27327b;
}

.main {
    min-height: calc(100vh - 223px);
    position: relative;
}

.kv {
    background-color: #4593d0;
    padding: 40px 0 89px 0;
    position: relative;
    z-index: 11;
}

.kv > span {
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: -20%;
    width: 100%;
    height: 35%;
    background: url("/cs/javax.faces.resource/img/bg@3x.png.xhtml?ln=hcs-layout") center repeat;
    background-size: auto 100%;
    animation: marquee 50s infinite linear;
}

@keyframes marquee {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -2048px;
    }
}

.kv > span:nth-of-type(2) {
    animation: marquee_ 50s infinite linear;
    top: 15%;
}

@keyframes marquee_ {
    0% {
        background-position: 0;
    }

    100% {
        background-position: 2048px;
    }
}

.kv > span:nth-of-type(3) {
    top: 50%;
}

.kv > span:nth-of-type(4) {
    top: 85%;
    animation: marquee_ 50s infinite linear;
}

.kv > span:nth-of-type(5) {
        display: none;
     animation: marquee 50s infinite linear;
    }

.kv > .link-scroll {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.kv h1 {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-bottom: 40px;
}

.kv h1 a {
    display: block;
    width: 100%;
}

.kv h1 a img {
    width: 740px;
}

.kv img {
    width: 100%;
    margin: 0px auto;
}

.kv .center {
    position: relative;
    width: 980px;
    margin: 0px auto;
    z-index: 1;
}

.kv .center i {
    display: block;
    position: absolute;
    z-index: 1;
}

.kv .center i:nth-of-type(1) {
    left: -93px;
    top: 205px;
    width: 129.2px;
    height: 58.7px;
    background: url("/cs/javax.faces.resource/img/kv-tab1@3x.png.xhtml?ln=hcs-layout") no-repeat;
    background-size: 100%;
    animation: float1 3s ease-out infinite;
}

@keyframes float1 {
    50% {
        transform: translate(0, 20px);
    }
}

.kv .center i:nth-of-type(2) {
    left: 389px;
    top: 21px;
    width: 130.2px;
    height: 63px;
    background: url("/cs/javax.faces.resource/img/kv-tab2@3x.png.xhtml?ln=hcs-layout") no-repeat;
    background-size: 100%;
    animation: float2 2.5s ease-out infinite;
}

@keyframes float2 {
    50% {
        transform: translate(0, -20px);
    }
}

.kv .center i:nth-of-type(3) {
    right: -72px;
    top: 53px;
    width: 131.2px;
    height: 58.7px;
    background: url("/cs/javax.faces.resource/img/kv-tab3@3x.png.xhtml?ln=hcs-layout") no-repeat;
    background-size: 100%;
    animation: float3 3.5s ease-out infinite;
}

@keyframes float3 {
    50% {
        transform: translate(0, 20px);
    }
}

.story {
    position: relative;
    z-index: 11;
    background: #fff;
}

.story .wrapper {
    padding-bottom: 160px;
}

.story .wrapper > div {
    position: relative;
    padding-top: 160px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.story .wrapper > div:nth-of-type(1) {
    z-index: 3;
}

.story .wrapper > div:nth-of-type(2) {
    z-index: 2;
}

.story .wrapper > div:nth-of-type(3) {
    z-index: 1;
}

.story .wrapper > div.right {
    padding-right: 700px;
}

.story .wrapper > div > img {
    display: block;
    width: 615px;
    position: absolute;
    top: 200px;
}

.story .wrapper > div.right > img {
    right: 0;
}

.story .wrapper > div.left {
    padding-left: 700px;
}

.story .wrapper > div.left > img {
    left: 0;
    top: 150px;
}

.story .wrapper > div small {
    display: inline-block;
    padding: 0 15px;
    border-radius: 19px;
    background-color: #4593d0;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.57px;
    color: #fff;
    margin-bottom: 24px;
}

.story .wrapper > div h3 {
    line-height: 56px;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
}

.story .wrapper > div h3 span {
    display: block;
    opacity: 0;
}

.story .wrapper > div h3.aos-animate span {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition-delay: 1s;
}

.story .wrapper > div h3.aos-animate:after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #79BEFA;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    -webkit-animation-name: text-revealer;
    animation-name: text-revealer;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-iteration-count: var(--iterations, 1);
    animation-iteration-count: var(--iterations, 1);
    -webkit-animation-duration: var(--duration, 800ms);
    animation-duration: var(--duration, 800ms);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
}

@keyframes text-revealer {

    0%,
    50% {
        transform-origin: 0 50%;
    }

    60%,
    100% {
        transform-origin: 100% 50%;
    }


    60% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(0);
    }
}

.story .wrapper > div p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 15px;
}

.story .wrapper > div p span {
    background: #c9e5fd;
}

.story .wrapper > div .special {
    border-radius: 12px;
    border: solid 2px #79befa;
    background-color: #eef7ff;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 15px;
    position: relative;
    box-shadow: 5px 5px #f6f6f6;
}

.story .wrapper > div .special b {
    display: inline-block;
    font-size: 22px;
}

.story .wrapper > div .special sup {
    font-size: 13px;
    font-weight: 500;
    color: #4593d0;
    padding: 0 3px;
}

.story .wrapper > div .special i {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #79befa;
    position: absolute;
}

.story .wrapper > div .special i:nth-of-type(1) {
    left: 10px;
    top: 10px;
}

.story .wrapper > div .special i:nth-of-type(2) {
    right: 10px;
    top: 10px;
}

.story .wrapper > div .special i:nth-of-type(3) {
    left: 10px;
    bottom: 10px;
}

.story .wrapper > div .special i:nth-of-type(4) {
    right: 10px;
    bottom: 10px;
}

.story .wrapper > div ul li {
    list-style: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
    color: #8d8d8d;
}

.story .wrapper > div ul li a {
    color: #8d8d8d;
    font-weight: bold;
}

.story .wrapper > div .btn {
    float: right;
    width: 150px;
    line-height: 44px;
    text-align: center;
    border-radius: 25px;
    background-color: #feda02;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.71px;
    color: #006ebb;
    text-decoration: none;
    border: solid 3px #feda02;
}

.story .wrapper > div .btn:hover {
    background-color: #fff;
}

.story .wrapper > div .btn img {
    display: inline-block;
    width: 9px;
    margin-left: 5px;
}

.faq {
    padding: 76px 10px 74px 10px;
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.faq > span {
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: -10%;
    width: 100%;
    height: 24%;
    background: url("/cs/javax.faces.resource/img/faq-bg@3x.png.xhtml?ln=hcs-layout") center repeat;
    background-size: auto 100%;
    animation: marquee 50s infinite linear;
}

.faq > span:nth-of-type(2) {
    top: 14%;
    animation: marquee_ 50s infinite linear;
}

.faq > span:nth-of-type(3) {
    top: 38%;
}

.faq > span:nth-of-type(4) {
    top: 62%;
    animation: marquee_ 50s infinite linear;
}

.faq > span:nth-of-type(5) {
    top: 86%;
}

.faq h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 62px;
    text-align: center;
    margin-bottom: 39px;
    position: relative;
    z-index: 1;
}

.faq .slider {
    position: relative;
    z-index: 1;
}

.faq .slick-track {
    display: table;
}

.faq .slick-slide {
    display: table-cell !important;
    float: none;
    position: relative;
}

.faq .text {
    height: 100%;
    width: 90%;
    margin: 38px auto 15px auto;
}

.faq .text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 38px;
    right: 0;
    margin: auto;
    width: 90%;
    height: calc(100% - 55px);
    border: solid 2px #27327b;
    background-color: #fff;
    box-shadow: 15px 15px #e6e6e6;
    pointer-events: none;
    border-radius: 20px;
}

.faq .text b {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    text-align: center;
    font-size: 65px;
    font-weight: 900;
    line-height: 76px;
    letter-spacing: 2.32px;
    color: #fff;
    text-shadow: 4px 4px #006ebb;
    z-index: 1;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #27327b;
}

.faq .text strong {
    display: block;
    border-radius: 18px 18px 0 0;
    background: #4593d0;
    padding: 52px 21px 27px 79px;
    font-size: 28px;
    font-weight: bold;
    line-height: 41px;
    color: #fff;
    position: relative;
    border: solid 2px #27327b;
    border-bottom: 0;
}

.faq .text strong img {
    width: 32px;
    position: absolute;
    left: 30px;
    top: 57px;
}

.faq .text p {
    padding: 23px 21px 0 79px;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    position: relative;
    text-align: justify;
    text-justify: inter-ideograph;
}

.faq .text p a {
    background: #c9e5fd;
}

.faq .text p img {
    width: 32px;
    position: absolute;
    left: 30px;
    top: 23px;
}

.faq .text > img {
    margin: 0px auto 20px auto;
    width: 80%;
    position: relative;
    z-index: 1;
}

.faq .text > img.position {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
}

.faq .text > img + img {
    display: none;
}

.faq .slick-arrow {
    font-size: 20px;
    font-weight: bold;
    height: 58px;
    letter-spacing: 2px;
    color: #27327b;
    position: absolute;
    bottom: 0;
    background: none;
    border: 0;
    cursor: pointer;
    white-space: nowrap;
}

.faq .slick-prev {
    right: calc(50% + 85px);
    background: url("/cs/javax.faces.resource/img/faq-btn-left@3x.png.xhtml?ln=hcs-layout") left no-repeat;
    background-size: 58px 58px;
    padding-left: 68px;
}

.faq .slick-prev:hover {
    background: url("/cs/javax.faces.resource/img/faq-btn-left-hover@3x.png.xhtml?ln=hcs-layout") left no-repeat;
    background-size: 58px 58px;
}

.faq .slick-prev.slick-disabled {
    background: url("/cs/javax.faces.resource/img/faq-btn-left-disable@3x.png.xhtml?ln=hcs-layout") left no-repeat;
    background-size: 58px 58px;
}

.faq .slick-next {
    left: calc(50% + 85px);
    background: url("/cs/javax.faces.resource/img/faq-btn-right@3x.png.xhtml?ln=hcs-layout") right no-repeat;
    background-size: 58px 58px;
    padding-right: 68px;
}

.faq .slick-next:hover {
    background: url("/cs/javax.faces.resource/img/faq-btn-right-hover@3x.png.xhtml?ln=hcs-layout") right no-repeat;
    background-size: 58px 58px;
}

.faq .slick-next.slick-disabled {
    background: url("/cs/javax.faces.resource/img/faq-btn-right-disable@3x.png.xhtml?ln=hcs-layout") right no-repeat;
    background-size: 58px 58px;
}

.faq .slick-dots {
    text-align: center;
    margin: 60px auto 0 auto;
    padding-bottom: 27px;
}

.faq .slick-dots li {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 5px;
    width: 10px;
    height: 10px;
}

.faq .slick-dots li button {
    border: 0;
    background: #d4d4d4;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    text-indent: -999999px;
    cursor: pointer;
}

.faq .slick-dots li.slick-active button {
    background: #4593d0;
}

.fix-btn {
    position: fixed;
    z-index: 10;
    right: 50px;
    bottom: 50px;
    border-radius: 8px;
    background-color: #feda02;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    letter-spacing: 2px;
    text-align: center;
    padding: 10px 7px 10px 13px;
    border: solid 3px #feda02;
}

.fix-btn:visited,
.fix-btn:link {
    text-decoration: none;
    color: #006ebb;
}

.fix-btn:hover {
    background: #fff;
}

.point {
    padding: 160px 0 60px 0;
    margin-bottom: -1px;
}

.point h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 96px;
    text-align: center;
    margin-bottom: 65px;
}

.point h2 b {
    display: inline-block;
    margin: 0 5px;
    font-style: italic;
    font-size: 82px;
    letter-spacing: 2.52px;
    color: #79befa;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #4593d0;
}

.point .list {
    text-align: center;
}

.point .list > div {
    display: inline-block;
    vertical-align: top;
    width: 430px;
    padding: 0 40px;
    margin-bottom: 80px;
}

.point .list > div img {
    width: 260px;
    margin: 0px auto 20px auto;
}

.point .list > div strong {
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
}

.point .list > div p {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.point .btn {
    display: block;
    width: 24px;
    margin: 0px auto;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.point .btn img {
    display: block;
    width: 100%;
}

.form {
    background: url("/cs/javax.faces.resource/img/img-background@3x.jpeg.xhtml?ln=hcs-layout") #4593d0 top no-repeat;
    background-size: 100% auto;
    padding: 63px 0 54px 0;
    position: relative;
    z-index: 11;
}

.form > img:nth-of-type(1) {
    width: 38px;
    display: block;
    margin: 0px auto 15px auto;
}

.form h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 45px;
    color: #fff;
    margin: 0px auto 16px auto;
}

.form > p {
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    margin: 0px auto 19px auto;
}

.form > p a {
    font-weight: bold;
}

.form > p a:link,
.form > p a:visited {
    color: #fff;
}

.form form {
    background: url("/cs/javax.faces.resource/img/form-box-bg@3x.png.xhtml?ln=hcs-layout") no-repeat;
    background-size: 100% 100%;
    padding: 30px 165px 27px 165px;
    width: 708px;
    margin: 0px auto;
}

.form form fieldset {
    display: flex;
    padding: 0;
    margin: 0 auto 30px auto;
    width: 100%;
    border: 0;
}

.form form fieldset label {
    display: block;
    line-height: 42px;
    font-size: 16px;
    font-weight: 500;
    width: calc(100% - 288px);
}

.form form fieldset > div {
    width: 288px;
    display: flex;
}

.form form fieldset > div select {
    width: 100%;
    background: url("/cs/javax.faces.resource/img/select-arrow@3x.png.xhtml?ln=hcs-layout") right 15px center no-repeat;
    background-size: 12px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    padding: 0 16px;
    border-radius: 8px;
    border: solid 1.5px #27327b;
    background-color: #fff;
    font-size: 16px;
    color: #27327b;
    height: 42px;
    cursor: pointer;
}

.form form fieldset > div input {
    width: 100%;
    height: 42px;
    padding: 0 16px;
    border-radius: 8px;
    border: solid 1.5px #27327b;
    background-color: #fff;
    font-size: 16px;
    color: #27327b;
}

.form form fieldset > div input:focus {
    background: #fffada;
}

.form form fieldset > div input.sm {
    width: 188px;
    margin-right: 9px;
}

.form form fieldset > div input + a {
    display: block;
    padding: 4px 21px;
    line-height: 16px;
    border-radius: 8px;
    background-color: #27327b;
    font-size: 12px;
    color: #fff;
}

.form form fieldset > div input + a:link,
.form form fieldset > div input + a:visited {
    text-decoration: none;
}

.form form fieldset > div input + a:hover {
    background: #006ebb;
}

.form form fieldset > div input + a + a.disabled {
    display: block;
    padding: 4px 0;
    width: 90px;
    line-height: 16px;
    border-radius: 8px;
    background-color: #a8a8a8;
    font-size: 12px;
    color: #fff;
    text-align: center;
    cursor: not-allowed;
}

.form form fieldset > div input + a + a.disabled:link,
.form form fieldset > div input + a + a.disabled:visited {
    text-decoration: none;
}

.form form fieldset > div input + a + a.disabled:hover {
    background: #a8a8a8;
}

.form form > label {
    display: block;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}

.form form > label input {
    display: none;
}

.form form > label span {
    display: block;
    position: relative;
    padding-left: 28px;
}

.form form > label span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: solid 2px #27327b;
    background-color: #fff;
}

.form form > label span a {
    display: inline-block;
    font-weight: bold;
}

.form form > label input:checked + span:before {
    background: url("/cs/javax.faces.resource/img/icon-check@3x.png.xhtml?ln=hcs-layout") #27327b center no-repeat;
    background-size: 12px 9px;
}

.form form > button {
    display: block;
    margin: 30px auto 0 auto;
    width: 160px;
    height: 50px;
    background: #27327b;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border: 0;
}

.form form > button:hover {
    background: #006ebb;
}

.form > img:nth-of-type(2) {
    width: 353px;
    position: absolute;
    right: calc(50% + 354px);
    bottom: 0;
}

.form > img:nth-of-type(3) {
    width: 224px;
    position: absolute;
    left: calc(50% + 369px);
    bottom: 0;
}

.form form .error {
    position: relative;
}

.form form .error input {
    background: #fff5f5;
    border-color: #ffb7b8;
}

.form form .error-text {
    display: none;
}

.form form .error .error-text {
    position: absolute;
    left: 0;
    bottom: -22px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    font-style: normal;
}

.form form .error .error-text img {
    display: inline-block;
    width: 15px;
    vertical-align: middle;
    margin-right: 4px;
}

.form form label.error .error-text {
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: 28px;
}

.blocker {
    z-index: 99;
    background: rgba(51, 88, 121, 0.85);
}

.modal {
    width: 100%;
    max-width: 708px;
    border-radius: 15px;
    box-shadow: none;
    padding: 34px 10px 30px 10px;
}

.modal > div {
    max-height: 50vh;
    overflow: scroll;
    padding: 0 20px;
}

.modal a.close-modal {
    top: -23px;
    right: -23px;
    background: url("/cs/javax.faces.resource/img/btn-close@3x.png.xhtml?ln=hcs-layout") no-repeat;
    background-size: 100% 100%;
    width: 46px;
    height: 46px;
}

.modal a.close-modal:hover {
    background: url("/cs/javax.faces.resource/img/btn-close-hover@3x.png.xhtml?ln=hcs-layout") no-repeat;
    background-size: 100% 100%;
}

.modal > strong {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    margin-bottom: 15px;
}

.modal p {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 15px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.end {
    position: absolute;
    width: 400px;
    height: 400px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.end img {
    display: block;
    width: 280px;
    margin: 0px auto 30px auto;
}

.end h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 45px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.end p {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 45px;
}

.end .btn {
    display: inline-block;
    padding: 0 20px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #27327b;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.end .btn:link,
.end .btn:visited {
    text-decoration: none;
}

.end .btn:hover {
    background: #006ebb;
}

#pointer-ring {
    opacity: 0;
    left: -35px;
    top: -35px;
    width: 102px;
    height: 102px;
    padding: 0 !important;
    border: solid 2px #d7ecfe;
    position: fixed;
    border-radius: 100px;
    z-index: 102;
    pointer-events: none;
    background-color: #79befa;
}

#pointer-ring:before {
    content: "往下看更多";
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 25px;
    white-space: nowrap;
}

#pointer-ring:after {
    content: "";
    width: 14px;
    height: 18px;
    background: url("/cs/javax.faces.resource/img/arrow@3x.png.xhtml?ln=hcs-layout") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    margin: auto;
}

#pointer-ring.move {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
}

.simplebar-track.simplebar-vertical {
    width: 10px;
}

.simplebar-scrollbar:before {
    background: #79befa !important;
    opacity: 1 !important;
}

@media screen and (max-width: 1270px) {
    header {
        padding: 12px 0 11px 0;
    }

    header .wrapper {
        padding: 0 30px;
    }

    header a {
        width: 134px;
    }

    .main {
        min-height: calc(100vh - 198px);
    }
}

@media screen and (max-width: 1100px) {

    .desktop,
    .mobile {
        display: none;
    }

    .pad {
        display: block;
    }

    footer .wrapper {
        padding: 28px 45px;
    }

    .kv {
        padding: 45.5px 29px 287.5px 29px;
    }

    .kv > span {
        height: 24%;
        top: -10%;
    }

    .kv > span:nth-of-type(2) {
        top: 14%;
    }

    .kv > span:nth-of-type(3) {
        top: 38%;
    }

    .kv > span:nth-of-type(4) {
        top: 62%;
    }
    
    .kv > span:nth-of-type(5) {
        display: block;
        top: 86%;
    }

    .kv h1 {
        top: 507.5px;
        right: 0;
        margin: auto;
        width: 715px;
        bottom: auto;
        padding-bottom: 0;
    }

    .kv h1 a img {
        width: 100%;
    }

    .kv .center {
        width: 100%;
    }

    .kv .center i:nth-of-type(1) {
        left: -8px;
        top: -14px;
        width: 103px;
        height: 47px;
    }

    .kv .center i:nth-of-type(2) {
        left: 297px;
        top: -14px;
        width: 104px;
        height: 50px;
    }

    .kv .center i:nth-of-type(3) {
        right: -11px;
        top: -14px;
        width: 105px;
        height: 47px;
    }

    .story .wrapper {
        padding-bottom: 60px;
    }

    .story .wrapper > div {
        padding-top: 60px;
    }

    .story .wrapper > div.right {
        padding-right: 0;
    }

    .story .wrapper > div > img {
        width: 615px;
        position: relative;
        top: 0;
        margin: 0 auto 20px auto;
    }

    .story .wrapper > div.left {
        padding-left: 0;
    }

    .story .wrapper > div small {
        margin-bottom: 16px;
    }

    .story .wrapper > div h3 {
        font-size: 35px;
    }

    .story .wrapper > div .btn {
        float: none;
        display: block;
        margin: 20px auto 0 auto;
    }

    .faq {
        padding: 79px 0;
    }

    .faq h2 {
        margin-bottom: 30px;
    }

    .faq .text {
        width: 92%;
    }

    .faq .text:before {
        width: 92%;
    }

    .faq .text p {
        min-height: 158px;
    }

    .point {
        padding: 58px 0 40px 0;
    }

    .point h2 b {
        font-size: 78px;
        letter-spacing: 2.4px;
    }

    .point .list > div {
        width: 335px;
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .point .list > div img {
        width: 210px;
        margin: 0px auto 15px auto;
    }

    .point .list > div strong {
        margin-bottom: 10px;
    }

    .point .list > div p {
        font-size: 16px;
        line-height: 24px;
    }

    .point .btn {
        padding-top: 10px;
    }

    .form {
        background: url("/cs/javax.faces.resource/img/img-background-pad@3x.jpeg.xhtml?ln=hcs-layout") #4593d0 top no-repeat;
        background-size: 100% auto;
        padding: 55px 0 40px 0;
    }

    .form > img:nth-of-type(1) {
        width: 35px;
        margin: 0px auto 10px auto;
    }

    .form h3 {
        font-size: 30px;
        margin: 0px auto 8px auto;
    }

    .form > p {
        margin: 0px auto 21px auto;
    }

    #pointer-ring {
        display: none !important;
    }
}

@media screen and (max-width: 765px) {

    .desktop,
    .pad {
        display: none;
    }

    .mobile {
        display: block;
    }

    .wrapper {
        padding: 0 20px;
    }

    header {
        padding: 10px 0;
    }

    header .wrapper {
        padding: 0 20px;
    }

    header a {
        width: 127px;
    }

    footer .wrapper {
        padding: 30px 0 18px 0;
    }

    footer .logo {
        width: 100%;
    }

    footer .logo img {
        width: 183px;
        height: auto;
        margin: 0 auto 15px auto;
    }

    footer ul {
        width: 100%;
        text-align: center;
    }

    footer ul li {
        line-height: 20px;
        margin-left: 0;
    }

    footer ul li:nth-of-type(1) {
        margin-bottom: 24px;
        display: block;
    }

    footer ul li:nth-of-type(3) {
        margin-left: 27px;
    }

    footer .copyright {
        padding: 10px 35px;
    }

    .main {
        min-height: calc(100vh - 317px);
    }

    .kv {
        padding: 12px 20px 20.5px 20px;
    }

    .kv h1 {
        top: 0;
        width: 340px;
        position: relative;
        margin-bottom: 10px;
    }

    .kv .center {
        width: 335px;
    }

    .kv .center a {
        display: block;
    }

    .kv .center a:nth-of-type(2) {
        margin-top: -15px;
    }

    .kv .center a:nth-of-type(3) {
        margin-top: -15px;
    }

    .kv .center i:nth-of-type(1) {
        left: -8px;
        top: -20px;
        width: 103px;
        height: 47px;
    }

    @keyframes float1 {
        50% {
            transform: translate(0, 10px);
        }
    }

    .kv .center i:nth-of-type(2) {
        left: -8px;
        top: 150px;
        width: 103px;
        height: 47px;
        background: url("/cs/javax.faces.resource/img/kv-tab2-mobile@3x.png.xhtml?ln=hcs-layout") no-repeat;
        background-size: 100%;
    }

    @keyframes float2 {
        50% {
            transform: translate(0, -10px);
        }
    }

    .kv .center i:nth-of-type(3) {
        right: auto;
        left: -8px;
        top: 330px;
        width: 103px;
        height: 47px;
        background: url("/cs/javax.faces.resource/img/kv-tab3-mobile@3x.png.xhtml?ln=hcs-layout") no-repeat;
        background-size: 100%;
    }

    @keyframes float3 {
        50% {
            transform: translate(0, 10px);
        }
    }

    .story .wrapper > div > img {
        width: 100%;
        margin: 0 auto 15px auto;
    }

    .story .wrapper > div > img.other {
        width: calc(100% + 17px);
        margin: 0 0 15px -17px;
        top: auto;
    }

    .story .wrapper > div small {
        margin-bottom: 15px;
    }

    .story .wrapper > div h3 {
        font-size: 21px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .story .wrapper > div p {
        font-size: 16px;
        line-height: 25px;
    }

    .story .wrapper > div .special {
        font-size: 16px;
        line-height: 25px;
    }

    .story .wrapper > div .special sup {
        font-size: 12px;
        padding: 0 2px;
    }

    .story .wrapper > div .btn {
        width: 160px;
        margin-top: 15px;
    }

    .faq {
        padding: 25px 0 21px 0;
    }

    .faq h2 {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 36px;
    }

    .faq .slick-slide {
        left: 0;
    }

    .faq .text {
        width: calc(100% - 40px);
        pointer-events: none;
        padding-bottom: 60vw;
    }
    
    .faq .text:before {
        width: calc(100% - 40px);
        box-shadow: 10px 10px #e6e6e6;
    }

    .faq .text b {
        width: 74px;
        font-size: 60px;
        line-height: 70px;
        letter-spacing: 2.14px;
        text-shadow: 3px 3px #006ebb;
    }

    .faq .text strong {
        border-radius: 8px 8px 0 0;
        padding: 36px 12px 17px 12px;
        font-size: 18px;
        line-height: 27px;
    }

    .faq .text strong img {
        display: none;
    }

    .faq .text p {
        padding: 15px 12px 0 12px;
        font-size: 16px;
        line-height: 24px;
        min-height: 0;
        letter-spacing: 0.57px;
    }

    .faq .text p img {
        display: none;
    }

    .faq .text > img {
        margin: 0px auto 20px auto;
        display: none;
    }

    .faq .text > img + img {
        display: block;
    }

    .faq .slick-arrow {
        font-size: 16px;
        height: 50px;
        letter-spacing: 1.6px;
    }

    .faq .slick-prev {
        right: calc(50% + 55px);
        background: url("/cs/javax.faces.resource/img/faq-btn-left@3x.png.xhtml?ln=hcs-layout") left no-repeat;
        background-size: 50px 50px;
        padding-left: 58px;
    }

    .faq .slick-prev:hover {
        background: url("/cs/javax.faces.resource/img/faq-btn-left-hover@3x.png.xhtml?ln=hcs-layout") left no-repeat;
        background-size: 50px 50px;
    }

    .faq .slick-prev.slick-disabled {
        background: url("/cs/javax.faces.resource/img/faq-btn-left-disable@3x.png.xhtml?ln=hcs-layout") left no-repeat;
        background-size: 50px 50px;
    }

    .faq .slick-next {
        left: calc(50% + 55px);
        background: url("/cs/javax.faces.resource/img/faq-btn-right@3x.png.xhtml?ln=hcs-layout") right no-repeat;
        background-size: 50px 50px;
        padding-right: 58px;
    }

    .faq .slick-next:hover {
        background: url("/cs/javax.faces.resource/img/faq-btn-right-hover@3x.png.xhtml?ln=hcs-layout") right no-repeat;
        background-size: 50px 50px;
    }

    .faq .slick-next.slick-disabled {
        background: url("/cs/javax.faces.resource/img/faq-btn-right-disable@3x.png.xhtml?ln=hcs-layout") right no-repeat;
        background-size: 50px 50px;
    }

    .faq .slick-dots {
        margin: 30px 0 0 0;
        padding-bottom: 23px;
        width: 100%;
    }

    .fix-btn {
        bottom: 0;
        right: 0;
        border-radius: 0;
        line-height: 29px;
        letter-spacing: 0.71px;
        padding: 8px 0;
        width: 100%;
        box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.15);
    }

    .fix-btn img {
        display: inline-block;
        width: 9px;
        margin-left: 10px;
    }

    .point {
        padding: 60px 0 30px 0;
    }

    .point h2 {
        font-size: 24px;
        line-height: 66px;
        margin-bottom: 32px;
        letter-spacing: 2px;
    }

    .point h2 b {
        font-size: 56px;
        letter-spacing: 1.79px;
    }

    .point .list > div {
        width: 100%;
        margin-bottom: 30px;
    }

    .point .btn {
        padding-top: 0;
    }

    .form {
        background: url("/cs/javax.faces.resource/img/img-background-mobile@3x.jpeg.xhtml?ln=hcs-layout") #4593d0 top no-repeat;
        background-size: 150% auto;
        padding: 42px 0 30px 0;
    }

    .form > img:nth-of-type(1) {
        display: none;
    }

    .form h3 {
        font-size: 24px;
        line-height: 36px;
        margin: 0px auto 10px auto;
    }

    .form > p {
        margin: 0px auto 15px auto;
    }

    .form form {
        background: url("/cs/javax.faces.resource/img/form-box-bg-mobile@3x.png.xhtml?ln=hcs-layout") no-repeat;
        background-size: 100% 100%;
        width: calc(100% - 40px);
        padding: 20px 25px 25px 25px;
    }

    .form form fieldset {
        display: block;
        margin: 0 auto 10px auto;
    }

    .form form fieldset label {
        line-height: 24px;
        width: 100%;
        margin-bottom: 8px;
    }

    .form form fieldset > div {
        width: 100%;
    }

    .form form fieldset > div input.sm {
        width: calc(100% - 100px);
        margin-right: 10px;
    }

    .form form > label {
        padding-top: 5px;
    }

    .form form > button {
        margin-top: 20px;
    }

    .form form .error .error-text {
        bottom: auto;
        top: -30px;
        left: 85px;
    }

    .form form label.error .error-text {
        top: auto;
    }

    .modal {
        padding: 30px 5px 15px 5px;
    }

    .modal > strong {
        padding: 0 15px;
    }

    .modal > div {
        padding: 0 20px 0 10px;
    }

    .modal a.close-modal {
        top: -10px;
        right: -10px;
        width: 37px;
        height: 37px;
    }

    .end {
        width: 230px;
        height: 340px;
    }

    .end img {
        width: 192px;
        margin: 0px auto 20px auto;
    }

    .end h1 {
        font-size: 24px;
        letter-spacing: 1.88px;
        margin-bottom: 5px;
    }

    .end p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .end .btn {
        padding: 0 15px;
        line-height: 40px;
        border-radius: 20px;
        font-size: 16px;
    }

    .main-end {
        min-height: 420px;
    }
}
