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

body {
    font-family: 'Roboto', 'PingFangTC-Regular', 'Microsoft JhengHei', sans-serif !important;
    overflow: hidden;
    overflow-y: auto;
    background: url(../img/web-bg@3x.jpg) #f8fcff repeat;
    background-size: 35% auto;
}

body.hidden {
    overflow: hidden !important;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', 'PingFangTC-Regular', 'Microsoft JhengHei', sans-serif !important;
    font-weight: 300;
}

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

a,
a:hover {
    text-decoration: none;
}

.pad,
.mobile {
    display: none !important;
}

.desktop {
    display: block !important;
}

.wrapper {
    max-width: 1250px;
    padding: 0 40px;
    margin: 0px auto;
}

.kv {
    background: url(../img/kv@3x.jpg) no-repeat center;
    background-size: cover;
    padding-top: 190px;
    padding-bottom: 72px;
}

.kv .intro-main {
    background: url(../img/kv-main-bg.png) repeat-y;
    background-size: 100% auto;
    padding: 64px 40px 54px 30px;
    position: relative;
    display: flex;
    margin: 0px auto;
}

.kv title.tab {
    font-family: 'Roboto', 'PingFangTC-Medium', 'Microsoft JhengHei', sans-serif !important;
    display: block;
    position: absolute;
    line-height: 50px;
    width: 155px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.83px;
    color: #004080;
    position: absolute;
    top: -12px;
    left: 0;
    background: url(../img/tab-bg@3x.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.kv .intro-main h1 {
    line-height: 50px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.kv .intro-main strong {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 1px;
    color: #a6e7ff;
    display: block;
}

.kv .intro-main strong:after {
    content: "";
    display: block;
    width: 142px;
    height: 1px;
    background: #a6e7ff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.kv .intro-main > div {
    width: 576px;
    margin-right: calc(100% - 856px);
}

.kv .intro-main > a {
    display: block;
    width: 280px;
    font-size: 20px;
    line-height: 80px;
    height: 80px;
    color: #fff;
    border: solid 1px #fff;
    text-align: center;
}

.kv .intro-main > a img {
    display: inline-block;
    width: 10px;
    margin-left: 5px;
}

.kv .intro-main > a img + img {
    display: none;
}

.center {
    position: relative;
    padding-bottom: 312px;
}

.intro-breadcrumb {
    padding-top: 29px;
    padding-bottom: 20px;
    line-height: 22px;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #333;
}

.intro-breadcrumb a {
    color: #333;
}

.intro-breadcrumb span {
    font-weight: 600;
    color: #06c;
}

.marquee {
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
    max-width: 1024px;
    line-height: 70px;
    height: 70px;
    background: url(../img/marquee-bg@3x.png) no-repeat;
    background-size: 100% 100%;
    overflow-x: hidden;
    font-size: 40px;
    font-weight: 300;
    font-style: italic;
    color: #a6e7ff;
    /*text-transform: uppercase;*/
}

.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 50s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.detail {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 180px;
}

.detail .text {
    width: 480px;
    margin-right: 90px;
}

.detail.other .text {
    margin-right: 0;
    margin-left: 90px;
}

.detail .img {
    width: 600px;
    position: relative;
    margin: 0px auto;
}

.detail .img:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
    background: #0066CC;
}

.detail.aos-animate .img:before {
    animation: passing-bar 1s linear forwards;
    animation-delay: 1s;
}

@keyframes passing-bar {
    0% {
        left: 0;
        width: 0;
    }

    50% {
        left: 0;
        width: 100%;
    }

    51% {
        left: 0;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 0;
    }
}

.detail .img:after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: -30px;
    background: #dbedff;
    width: 93.33%;
    height: 80%;
    z-index: 0;
}

.detail.other .img:after {
    right: auto;
    left: -30px;
}

.detail .img img:not(.cover) {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    opacity: 0;
}

.detail.aos-animate .img img:not(.cover) {
    animation: show 0.5s linear forwards;
    animation-delay: 1.5s;
}

@keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.detail .img .cover {
    width: 187px;
    position: absolute;
    right: -30px;
    bottom: -38px;
    z-index: 9;
    display: block;
}

.detail.other .img .cover {
    right: auto;
    left: -30px;
}

.detail h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 30px;
}

.detail h3 {
    font-family: 'Roboto', 'PingFangTC-Medium', 'Microsoft JhengHei', sans-serif !important;
    line-height: 35px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.33px;
    color: #06c;
    margin-bottom: 22px;
    padding-left: 31px;
    position: relative;
}

.detail h3 img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 35px;
}

.detail p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #454545;
    text-align: justify;
    text-justify: inter-ideograph;
}

.detail p b {
    font-family: 'Roboto', 'PingFangTC-Medium', 'Microsoft JhengHei', sans-serif !important;
    font-weight: 500;
    color: #06c;
    display: block;
}

.detail p + p {
    margin-top: 22px;
}

.feature {
    margin-top: 164px;
    display: flex;
}

.feature > div {
    width: 340px;
    box-shadow: 0 3px 6px 0 rgba(167, 195, 222, 0.47);
    background-color: #fff;
    padding: 81px 20px 29px 20px;
    position: relative;
    margin: 0px 20px;
}

.feature > div title {
    font-family: 'Roboto', 'PingFangTC-Medium', 'Microsoft JhengHei', sans-serif !important;
    display: block;
    font-size: 24px;
    font-weight: 500;
    width: 129px;
    line-height: 44px;
    color: #004080;
    background: url(../img/tab-bg@3x.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 22px;
    left: -9px;
    text-align: center;
}

.feature > div img {
    display: block;
    width: 120px;
    position: absolute;
    right: 0;
    top: -54px;
}

.feature > div p {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.67px;
    color: #333;
}

.center > img:nth-of-type(1) {
    position: absolute;
    width: 25%;
    top: 1023px;
    left: 0;
    z-index: -1;
}

.center > img:nth-of-type(2) {
    position: absolute;
    width: 18.1%;
    top: 635px;
    right: 0;
    z-index: -1;
}

.fix-btn {
    position: fixed;
    right: 5vw;
    bottom: 5vw;
    width: 46px;
    height: 104px;
    z-index: 99;
}

.fix-btn a,
.fix-btn a img {
    display: block;
    width: 100%;
}

.fix-btn a:first-of-type {
    margin-bottom: 12px;
}

.example {
    padding-top: 65px;
    padding-bottom: 103px;
    background: url(../img/example-bgbg@3x.png) bottom 53px left no-repeat;
    background-size: 100% 426px;
    position: relative;
}

.example + .example {
    margin-top: 250px;
}

.example > img {
    width: 24.6%;
    position: absolute;
    right: 0;
    top: -340px;
}

.example + .example > img {
    width: 25%;
    left: 0;
    right: auto;
    top: auto;
    bottom: -83px;
}

.example h4 {
    position: absolute;
    right: 30%;
    top: -94px;
    font-size: 80px;
    font-weight: 300;
    line-height: 94px;
    color: #a6e7ff;
    text-transform: uppercase;
    font-style: italic;
}

.example + .example h4 {
    left: 30%;
    right: auto;
}

.example:before {
    content: "";
    display: block;
    width: 70%;
    height: 100%;
    background: url(../img/example-bg@3x.jpg) right no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.example + .example:before {
    left: auto;
    right: 0;
    background: url(../img/example-bg2@3x.jpg) right no-repeat;
    background-size: cover;
}

.example .wrapper {
    position: relative;
    z-index: 1;
}

.example .wrapper strong {
    display: block;
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    color: #fff;
    margin-bottom: 37px;
}

.example + .example .wrapper strong {
    color: #333;
}

.example .tabs {
    display: flex;
    position: relative;
}

.example .tabs > ul {
    width: 155px;
    margin-right: 12px;
    list-style: none;
}

.example .tabs > ul.sticky {
    position: fixed;
    left: 0;
    top: 70px;
    width: 100%;
    z-index: 999;
    box-shadow: 0 3px 6px 0 rgba(167, 195, 222, 0.47);
    background-color: #004080;
    padding: 10px 0;
    margin: 0;
    text-align: center;
}

.example .tabs > ul li,
.example .tabs > ul li a {
    border: 0;
    box-shadow: none;
    outline: 0;
}

.example .tabs > ul li a {
    display: block;
    line-height: 40px;
    font-size: 24px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    margin-bottom: 25px;
    position: relative;
}

.example + .example .tabs > ul li a {
    color: #333333;
}

.example .tabs > ul.sticky li a {
    border: 0 !important;
}

.example .tabs > ul.sticky li a:after {
    display: none !important;
}

.example .tabs > ul li.ui-tabs-active a,
.example .tabs > ul li.active a {
    font-weight: 600;
    color: #a6e7ff;
}

.example + .example .tabs > ul li.ui-tabs-active a,
.example + .example .tabs > ul li.active a {
    color: #0066cc;
}

.example .tabs > ul li a:after {
    content: "";
    display: block;
    width: 0;
    height: 5px;
    background: #A6E7FF;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.example + .example .tabs > ul li a:after {
    background: #0066cc;
}

.example .tabs > ul li.ui-tabs-active a:after,
.example .tabs > ul li.active a:after {
    width: 100%;
}

.example .tabs > div {
    width: calc(100% - 167px);
    padding: 40px 40px 45px 40px;
    position: relative;
    z-index: 1;
}

.example .tabs > i {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 167px);
    height: 100%;
    box-shadow: 0 3px 6px 0 rgba(167, 195, 222, 0.47);
    background-color: #fff;
}

.example .tabs > div {
    display: none;
}

.example .tabs > div.active {
    display: block;
}

.example .tabs > div .link label {
    display: inline-block;
    font-size: 20px;
    line-height: 38px;
    color: #333;
    margin-right: 30px;
    cursor: pointer;
}

.example .tabs > div .link label:last-of-type {
    margin-right: 0;
}

.example .tabs > div .link label.active {
    border-bottom: solid #0066cc 5px;
    font-weight: 600;
    color: #0066cc;
}

.example .tabs > div input,
.example .tabs > div .text {
    display: none;
}

.example .tabs > div input:checked + .text {
    display: block;
    margin-top: 30px;
}

.example .tabs > div .text > div:not(.img) {
    width: 50%;
    margin-right: 20px;
    float: left;
}

.example .tabs > div .text > div:not(.img) p,
.example .tabs > div .text > div:not(.img) ul {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #454545;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 23px;
}

.example .tabs > div .text > div:not(.img) ul li {
    list-style: decimal;
    margin-left: 30px;
}

.example .tabs > div .text > div:not(.img) b {
    display: block;
    font-family: 'Roboto', 'PingFangTC-Medium', 'Microsoft JhengHei', sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1px;
    color: #06c;
    margin-bottom: 13px;
}

.example .tabs > div .text > div:not(.img) a {
    display: inline-block;
    padding: 15px;
    box-shadow: 0 3px 6px 0 rgba(167, 195, 222, 0.47);
    background-color: #fff;
    margin-right: 12px;
    position: relative;
}

.example .tabs > div .text > div:not(.img) a:last-of-type {
    margin-right: 0;
}

.example .tabs > div .text > div:not(.img) a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 23px 23px 0;
    border-color: transparent #0066cc transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.example .tabs > div .text > div:not(.img) a.no:after {
    display: none;
}

.example .tabs > div .text > div:not(.img) a img {
    width: 70px;
    display: block;
}

.example .tabs > div .text > div:not(.img) a small {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    z-index: 2;
    opacity: 0;
    word-break: break-all;
}

.example .tabs > div .text .img {
    width: calc(50% - 20px);
    float: right;
}

.example .tabs > div .text .img img {
    display: block;
    width: 100%;
}

.bottom {
    padding: 120px 0 138px 0;
    text-align: center;
}

.bottom img {
    display: inline-block;
    margin: 0 auto 10px auto;
    width: 150px;
}

.bottom b {
    display: block;
    font-size: 40px;
    line-height: 56px;
    font-weight: normal;
    color: #333;
    margin-bottom: 29px;
}

.bottom a {
    display: block;
    width: 280px;
    line-height: 80px;
    font-size: 20px;
    color: #fff;
    margin: 0px auto;
    background: #004080;
}

.slider {
    margin: 109px auto 51px auto;
    position: relative;
}

.slider .wrapper {
    max-width: 1110px;
}

.slider .wrapper h2 > strong {
    display: block;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    color: #333;
}

.slider .wrapper .submenu {
    margin: 55px auto;
    text-align: center;
}

.slider .wrapper .submenu label {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    color: #333;
    position: relative;
    overflow: visible;
    margin: 0 25px;
}

.slider .wrapper .submenu label.active {
    font-weight: bold;
    color: #06c;
}

.slider .wrapper .submenu label.active:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -15px;
    background: #0066cc;
}

.slider .wrapper > input {
    display: none;
}

.slider .wrapper .photo {
    max-height: 0;
    overflow: hidden;
}

.slider .wrapper > input:checked + .photo {
    max-height: 100vh;
    overflow: visible;
}

.slider .wrapper .photo .item {
    position: relative;
}

.slider .wrapper .photo .item:before {
    content: "";
    z-index: 0;
    width: 660px;
    height: 337px;
    display: block;
    background: url(../img/slider-item-bg@3x.webp) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.slider .wrapper .photo .item .img {
    float: right;
    width: 700px;
    margin: 25px 25px 0 0;
    position: relative;
    z-index: 1;
}

.slider .wrapper .photo p {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 120px;
    padding: 25px 30px;
    box-shadow: 0 3px 6px 0 rgba(167, 195, 222, 0.47);
    background-color: #fff;
    z-index: 2;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #454545;
    width: 335px;
    height: auto;
    text-align: justify;
    text-justify: inter-ideograph;
}

.slider .wrapper .photo p b {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #06c;
    margin-bottom: 10px;
    overflow: visible;
}

.slider .wrapper .photo p img {
    width: 80px;
    position: absolute;
    top: -93px;
    left: 0;
}

.slider .slick-prev {
    width: 22px;
    height: 43px;
    border: 0;
    background: url(../img/icon-left-defult@3x.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    text-indent: -9999999px;
    position: absolute;
    right: 96px;
    bottom: -67px;
    z-index: 9;
}

.slider .slick-prev.slick-disabled {
    background: url(../img/icon-left-disable@3x.png) no-repeat;
    background-size: 100%;
}

.slider .slick-next {
    width: 22px;
    height: 43px;
    border: 0;
    background: url(../img/icon-right-defult@3x.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    text-indent: -9999999px;
    position: absolute;
    right: 25px;
    bottom: -67px;
    z-index: 9;
}

.slider .slick-next.slick-disabled {
    background: url(../img/icon-right-disable@3x.png) no-repeat;
    background-size: 100%;
}

.slider .slick-dots {
    position: absolute;
    right: 0;
    bottom: -51px;
    text-align: center;
    width: 700px;
    list-style: none;
    height: 10px;
}

.slider .slick-dots li {
    display: inline-block;
}

.slider .slick-dots li button {
    cursor: pointer;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #cccccc;
    margin: 0 7px;
    border: 0;
    text-indent: -999999px;
}

.slider .slick-dots li.slick-active button {
    background: #004080;
}

.slider > img {
    width: 24.6%;
    position: absolute;
    right: 0;
    bottom: calc(-12vw - 127px);
}

@media screen and (min-width: 1025px) {
    .kv .intro-main > a:hover {
        background: #fff;
        color: #0066cc;
        font-weight: 600;
    }
    
    .kv .intro-main > a:hover img {
        display: none;
    }

    .kv .intro-main > a:hover img + img {
        display: inline-block;
    }

    .intro-breadcrumb a:hover {
        text-decoration: underline;
    }

    .example .tabs > ul li:hover a {
        font-weight: 600;
        color: #a6e7ff;
    }

    .example + .example .tabs > ul li:hover a {
        color: #0066cc;
    }

    .example .tabs > ul li:hover a:after {
        width: 100%;
    }

    .example .tabs > div .link label:hover {
        font-weight: bold;
        color: #0066cc;
    }

    .example .tabs > div .text > div:not(.img) a:hover:after {
        width: 100%;
        height: 100%;
        border: 0;
        background: #0066cc;
        transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    }

    .example .tabs > div .text > div:not(.img) a:hover small {
        opacity: 1;
        transition: all 0.5s ease-in-out;
        transition-delay: 0.5s;
    }

    .bottom a:hover {
        background: #0066cc;
    }

    .slider .wrapper .submenu label:hover {
        font-weight: bold;
        color: #06c;
    }
}

@media screen and (max-width: 1025px) {
    body {
        background: url(../img/pad-bg@3x.png) #f8fcff repeat-y;
        background-size: 100% 100%;
    }

    .desktop,
    .mobile {
        display: none !important;
    }

    .pad {
        display: block !important;
    }

    .kv {
        background: url(../img/kv-pad@3x.jpg) no-repeat center;
        background-size: cover;
        padding-top: 146px;
        padding-bottom: 68px;
    }

    .kv .intro-main {
        background: url(../img/kv-main-bg-pad.png) repeat-x;
        background-size: auto 100%;
        padding: 57px 40px 50px 40px;
        display: block;
    }

    .kv .intro-main h1 {
        margin-bottom: 10px;
    }

    .kv .intro-main strong:after {
        width: calc(100% - 425px);
    }

    .kv .intro-main > div {
        width: 100%;
        margin-right: 0;
    }

    .kv .intro-main > a {
        margin: 40px auto 0 auto;
    }

    .intro-breadcrumb {
        clear: both;
        padding-top: 28px;
        padding-bottom: 47px;
    }

    .marquee {
        position: relative;
        width: 100vw;
    }

    .center {
        overflow: hidden;
        padding-bottom: 250px;
    }

    .detail {
        display: block;
        margin-top: 0;
    }

    .detail:nth-of-type(2) {
        margin-top: 130px;
    }

    .detail:nth-of-type(3) {
        margin-top: 100px;
    }

    .detail .img .cover {
        right: -30px;
    }

    .detail.other .img .cover {
        left: -30px;
    }

    .detail .text {
        width: 100%;
        margin: 0 auto;
    }

    .detail.other .text {
        margin: 0 auto;
    }

    .detail p {
        margin-bottom: 20px;
    }

    .feature {
        margin-top: 109px;
        display: block;
    }

    .feature > div {
        display: inline-block;
        width: calc(50% - 33px);
        padding: 76px 20px 35px 20px;
        margin: 0px 15px;
    }

    .feature > div:last-of-type {
        margin-top: 89px;
    }

    .feature > div p {
        line-height: 21px;
    }

    .center > img:nth-of-type(3) {
        position: absolute;
        width: 41.1%;
        top: 167px;
        right: 0;
    }

    .center > img:nth-of-type(4) {
        position: absolute;
        width: 47.7%;
        bottom: 1149px;
        right: 0;
    }

    .fix-btn {
        right: 20px;
        bottom: 20px;
    }

    .example {
        padding-top: 49px;
        padding-bottom: 0;
        background: url(../img/example-bg-pad@3x.png) top left no-repeat;
        background-size: 100% auto;
    }

    .example + .example {
        background: url(../img/example-bg-pad2@3x.png) top left no-repeat;
        background-size: 100% auto;
        margin-top: 174px;
    }

    .example h4 {
        right: 2%;
        font-size: 60px;
    }

    .example + .example h4 {
        left: 13%;
        right: auto;
    }

    .example:before {
        display: none;
    }

    .example .wrapper {
        padding: 0 0 0 80px;
    }

    .example .wrapper strong {
        margin-bottom: 35px;
    }

    .example .tabs > ul {
        margin-right: 20px;
    }

    .example .tabs > ul li a {
        margin-bottom: 20px;
    }

    .example .tabs > div {
        width: calc(100% - 160px);
        padding: 35px 35px 45px 35px;
    }

    .example .tabs > i {
        width: calc(100% - 160px);
    }

    .example .tabs > div input:checked + .text {
        margin-top: 37px;
    }

    .example .tabs > div .text > div:not(.img) {
        width: 100%;
        margin-right: 0;
    }

    .example .tabs > div .text > div:not(.img) p,
    .example .tabs > div .text > div:not(.img) ul {
        margin-bottom: 20px;
    }

    .example .tabs > div .text .img {
        width: 100%;
        margin-bottom: 18px;
    }

    .bottom {
        padding: 70px 0 80px 0;
    }

    .bottom img {
        margin: 0 auto 18px auto;
    }

    .bottom b {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 32px;
    }

    .slider {
        margin: 80px auto 119px auto;
    }

    .slider .wrapper {
        max-width: 100%;
        padding: 0;
    }

    .slider .wrapper h2 > strong {
        text-align: left;
        padding: 0 40px;
    }

    .slider .wrapper .submenu {
        margin: 30px auto 40px auto;
        text-align: left;
        padding: 0 40px;
    }

    .slider .wrapper .submenu label {
        margin: 0 55px 0 0;
    }

    .slider .wrapper .submenu label:last-of-type {
        margin: 0;
    }

    .slider .wrapper .photo .item {
        width: 100vw;
    }

    .slider .wrapper .photo .item:before {
        width: 600px;
        height: 40ppx;
    }

    .slider .wrapper .photo .item .img {
        width: 78%;
    }

    .slider .wrapper .photo p {
        bottom: 76px;
        width: 38%;
    }
}

@media screen and (max-width: 765px) {
    body {
        background: url(../img/mobile-bg@3x.png) #f8fcff repeat-y;
        background-size: 100% 100%;
    }

    .desktop,
    .pad {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .wrapper {
        padding: 0 35px;
    }

    .kv {
        padding-top: 158px;
        padding-bottom: 55px;
    }

    .kv .wrapper {
        padding: 0;
    }

    .kv .intro-main {
        padding: 33px 15px 38px 15px;
        max-width: 340px;
    }

    .kv title.tab {
        width: 99px;
        line-height: 32px;
        left: -10px;
        top: -20px;
        font-size: 14px;
        letter-spacing: 0.58px;
    }

    .kv .intro-main h1 {
        line-height: 40px;
        font-size: 28px;
    }

    .kv .intro-main strong {
        font-size: 18px;
        line-height: 25px;
        letter-spacing: normal;
    }

    .kv .intro-main strong:after {
        display: none;
    }

    .kv .intro-main > a {
        width: 224px;
        line-height: 64px;
        height: 64px;
        margin: 20px auto 0 auto;
        font-size: 16px;
    }

    .center {
        position: static;
    }
    
    .center > .wrapper {
        padding: 0;
        max-width: 350px;
    }

    .intro-breadcrumb {
        padding-top: 0;
        padding-bottom: 0;
        position: absolute;
        left: 0;
        top: 84px;
        color: #fff;
    }

    .intro-breadcrumb a,
    .intro-breadcrumb span {
        color: #fff;
    }

    .marquee {
        font-size: 32px;
        line-height: 50px;
        height: 50px;
    }

    .center {
        padding-bottom: 150px;
    }

    .detail {
        margin-top: 50px;
    }

    .detail:nth-of-type(2) {
        margin-top: 85px;
    }

    .detail:nth-of-type(3) {
        margin-top: 60px;
    }

    .detail .img {
        width: 100%;
    }

    .detail .img .cover {
        width: 118px;
        right: -10px;
        bottom: -30px;
    }

    .detail.other .img .cover {
        left: -10px;
    }

    .detail .img:after {
        right: -10px;
        bottom: -25px;
        width: 96.2%;
        height: 82.7%;
    }

    .detail.other .img:after {
        left: -10px;
    }

    .detail .text {
        width: 100%;
        margin: 0 auto;
    }

    .detail.other .text {
        margin: 0 auto;
    }

    .detail h2 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 20px;
    }

    .detail h3 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 1.11px;
        margin-bottom: 10px;
        padding-left: 27px;
    }

    .detail h3 img {
        height: 28px;
    }

    .detail p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .feature {
        margin-top: 74px;
        display: block;
    }

    .feature > div {
        width: 100%;
        padding: 65px 20px 29px 20px;
        margin: 0px 0px 55px 0px;
    }

    .feature > div:last-of-type {
        margin-top: 0;
        margin-bottom: 0;
    }

    .feature > div title {
        width: 103px;
        line-height: 35px;
        font-size: 19.2px;
        top: 20px;
        left: -10px;
    }

    .feature > div img {
        width: 90px;
        top: -35px;
    }

    .feature > div p {
        line-height: 22px;
    }

    .example {
        padding-top: 61px;
        background: url(../img/example-bg-mobile@3x.png) top left no-repeat;
        background-size: 100% auto;
    }

    .example + .example {
        background: url(../img/example-bg-mobile2@3x.png) top left no-repeat;
        background-size: 100% auto;
        margin-top: 122px;
    }

    .example h4 {
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        font-size: 35px;
        line-height: 47px;
        top: -47px;
    }

    .example + .example h4 {
        left: 0;
        right: 0;
    }

    .example .wrapper {
        padding: 0;
        max-width: 350px;
        overflow: hidden;
    }

    .example .wrapper strong {
        margin-bottom: 25px;
        line-height: 33px;
        font-size: 24px;
    }

    .example .tabs {
        display: block;
    }

    .example .tabs > ul {
        width: 100vw;
        margin: 0 -25px;
        padding: 0 10px;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
        -ms-overflow-style: none;
    }

    .example .tabs > ul::-webkit-scrollbar {
        display: none;
    }

    .example .tabs > ul li {
        display: inline-block;
        margin: 0 15px;
    }

    .example .tabs > ul li a {
        margin-bottom: 0;
        font-size: 20px;
        border-bottom: 0;
        position: relative;
    }

    .example .tabs > ul li a:before {
        content: "";
        display: block;
        width: 1px;
        height: 20px;
        position: absolute;
        left: -15px;
        top: 10px;
        background: rgba(255, 255, 255, 0.8);
    }

    .example .tabs > ul.sticky li a {
        color: #a6e7ff !important;
    }

    .example .tabs > ul.sticky li a:before {
        display: none;
    }

    .example .tabs .sticky li:not(.active),
    .example .tabs > ul.sticky:before,
    .example .tabs > ul.sticky:after {
        content: "";
        display: block;
        width: 20px;
        height: 30px;
        position: absolute;
        left: 35px;
        top: 0;
        bottom: 0;
        margin: auto;
        background: url(../img/fix-menu-left.png) no-repeat;
        background-size: 100%;
        text-indent: -99999px;
    }

    .example .tabs .sticky li.active + li,
    .example .tabs > ul.sticky:after {
        left: auto;
        right: 35px;
        background: url(../img/fix-menu-right.png) no-repeat;
        background-size: 100%;
    }

    .example .tabs > ul.sticky:before,
    .example .tabs > ul.sticky:after {
        opacity: 0.5;
        pointer-events: none;
    }

    .example .tabs .sticky li.active + li + li {
        display: none;
    }

    .example + .example .tabs > ul li a:before {
        background: #333333;
    }

    .example .tabs > ul li:first-of-type a:before {
        display: none;
    }

    .example .tabs > div {
        width: 100%;
        padding: 40px 30px 18px 30px;
    }

    .example .tabs .sticky ~ div {
        padding-top: 80px;
    }
    
    .example .tabs > div .link {
        position: relative;
    }

    .example .tabs > div .link label {
        font-size: 18px;
        line-height: 35px;
        margin-right: 20px;
        margin-top: 12px;
    }

    .example .tabs > div .link > b {
        display: block;
        line-height: 35px;
        font-size: 18px;
        font-weight: bold;
        color: #06c;
        background: url(../img/icon-arrow-dropdown@3x.png) no-repeat right 15px center;
        background-size: 26px 15px;
        border-bottom: 3px solid #06c;
        cursor: pointer;
    }

    .example .tabs > div .link > b.active {
        background: url(../img/icon-arrow-dropdown-active@3x.png) no-repeat right 15px center;
        background-size: 26px 15px;
    }

    .example .tabs > div .link > div {
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        position: absolute;
        left: 0;
        top: 38px;
        width: 100%;
        box-shadow: 0 3px 6px 0 rgba(167, 195, 222, 0.47);
        background: rgba(0, 102, 204, 0.7);
        padding: 0 13px;
    }
    
    .example .tabs > div .link > div label {
        display: block;
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 13px 0;
        color: #fff !important;
        border: 0 !important;
    }
    
    .example .tabs > div .link > div label:last-of-type {
        margin-bottom: 0;
    }

    .example .tabs > div .link > b.active + div {
        max-height: 300px;
        padding: 22px 13px;
    }

    .example .tabs > i {
        width: 100%;
        height: calc(100% - 60px);
        top: auto;
        bottom: 0;
    }

    .example .tabs > div input:checked + .text {
        margin-top: 37px;
    }

    .example .tabs > div .text > div:not(.img) {
        width: 100%;
        margin-right: 0;
    }

    .example .tabs > div .text > div:not(.img) p,
    .example .tabs > div .text > div:not(.img) ul {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .example .tabs > div .text > div:not(.img) a {
        width: calc(50% - 16px);
        padding: 20px;
        margin: 0 7px 20px 7px;
    }

    .example .tabs > div .text > div:not(.img) a img {
        width: 100%;
    }

    .example .tabs > div .text .img {
        width: 100%;
        margin-bottom: 18px;
    }

    .bottom {
        padding: 80px 0;
    }

    .slider {
        margin: 100px auto 45px auto;
    }

    .slider .wrapper h2 > strong {
        font-size: 24px;
        line-height: 33px;
        padding: 0 35px;
    }

    .slider .wrapper .submenu {
        margin: 26px auto 41px auto;
        padding: 0 35px;
    }

    .slider .wrapper .submenu label {
        font-size: 20px;
        margin: 0 20px 0 0;
    }

    .slider .wrapper .photo .item:before {
        display: none;
    }

    .slider .wrapper .photo .item .img {
        float: none;
        display: block;
        width: 100%;
        margin: -40px 0 0 0;
    }

    .slider .wrapper .photo p {
        position: relative;
        left: auto;
        bottom: auto;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: normal;
        width: 69%;
        margin-top: 5px;
    }

    .slider .wrapper .photo p img {
        width: 64px;
        height: 90px;
        top: 0;
        bottom: 0;
        margin: auto;
        left: auto;
        right: -54px;
    }

    .slider .slick-prev {
        width: 14px;
        height: 27px;
        right: 84px;
        bottom: -45px;
    }

    .slider .slick-next {
        width: 14px;
        height: 27px;
        right: 37px;
        bottom: -45px;
    }

    .slider .slick-dots {
        bottom: -37px;
        width: 100%;
    }

    .slider > img {
        width: 39.4%;
        right: auto;
        left: 0;
        bottom: calc(-29.7vw - 31px);
    }
}

@media screen and (max-width: 375px) {
    .example h4 {
        font-size: 30px;
    }

    .slider .wrapper .submenu label {
        margin-right: 15px;
    }
}