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

body {
    font-family: Noto Sans TC, sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    overflow-x: hidden;
    background: #fff
}

body.overflow {
    overflow: hidden
}

*,
:after,
:before {
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

:after {
    content: "";
    clear: both;
    display: block;
    width: 100%
}

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

.wrapper {
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 0 10px
}

.mobile,
.pad {
    display: none
}

.desktop {
    display: inline-block
}

.kv {
    background: url(../img/kv-bg.svg) 50% repeat;
    background-size: auto 100%;
    padding-bottom: 60px;
    position: relative;
    z-index: 4;
    padding-top: 110px
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 18px 0;
    z-index: 999;
    background: #fff !important;
}

header.z {
    z-index: 990
}

header .logo {
    float: left
}

header .logo img {
    display: block;
    height: 36px
}

header .menu {
    float: right
}

header .menu .link {
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
    font-size: 16px;
    font-weight: 700;
    color: #262626;
    padding: 0 5px;
    margin: 0 20px
}

header .menu .link:after {
    content: "";
    display: block;
    height: 4px;
    background-color: transparent
}

header .menu .link.active:after {
    background-color: #f9d556
}

header .menu .btn {
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 16px;
    color: #fff;
    border-radius: 4px;
    background-color: #00A19B;
    margin: 0 30px
}

header .menu .btn:after {
    display: none
}

header .menu .icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    width: 32px
}

header .menu .icon img {
    display: block;
    width: 100%
}

.fix-btn {
    position: fixed;
    right: 0;
    top: 210px;
    z-index: 990
}

.fix-btn a {
    display: block;
    border-bottom: 15px solid transparent;
    position: relative;
    right: -88px
}

.fix-btn a.active {
    right: -3px
}

.fix-btn a img {
    display: block;
    width: 154px
}

footer {
    padding: 30px 0 0 0;
    background-color: #F5F5F5;
    position: relative;
    z-index: 1;
    margin-top: -10px;
}

footer .wrapper {
    max-width: 1160px;
    text-align: center;
}

footer .title {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    color: #262626;
}

footer .title span {
    margin: 0 5px
}

footer .wrapper>span {
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #262626;
    text-align: left;
    margin: 20px;
}

footer .wrapper>span img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin: 5px 3px 5px 0;
}

footer .contact {
    line-height: 60px;
    text-align: center;
    color: #fff;
    background: #59C3E2;
    font-size: 13px;
    margin: 10px auto 0 auto;
}

footer .contact a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}

footer .contact a:hover {
    text-decoration: none;
}

.kv .wrapper {
    overflow: visible
}

.kv .main .title {
    float: right;
    width: calc(100% - 660px);
    margin-bottom: 30px;
    position: relative
}

.kv .main .title img:first-of-type {
    display: block;
    width: 290px;
    margin-top: 22px
}

.kv .main .title img:nth-of-type(2) {
    display: block;
    width: 293px;
    margin-top: 20px
}

.kv .main .title img:nth-of-type(3) {
    display: block;
    position: absolute;
    width: 144px;
    left: 301px;
    bottom: 0
}

.kv .main .left {
    float: left;
    width: 610px;
    margin-right: 50px;
    position: relative
}

.kv .main .left>img:first-of-type {
    display: block;
    width: 100%
}

.kv .main .left>img:nth-of-type(2) {
    display: block;
    position: absolute;
    width: 210px;
    left: 136px;
    top: -36px
}

.kv .main .left>img:nth-of-type(3) {
    display: block;
    position: absolute;
    width: 201px;
    right: 0;
    bottom: 0
}

.kv .main .left span:first-of-type {
    display: block;
    position: absolute;
    width: 24.1%;
    right: 9.66%;
    top: 11.28%
}

.kv .main .left span:first-of-type>img:first-of-type {
    display: block;
    width: 100%;
    animation: a 6s linear infinite
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.kv .main .left span:first-of-type>img:nth-of-type(2) {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 58.5%;
    margin: auto
}

.kv .main .left span:first-of-type>img:nth-of-type(3) {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10.9%;
    width: 85.7%;
    margin: auto
}

.kv .main .left span:nth-of-type(2) {
    display: block;
    position: absolute;
    width: 43.7%;
    left: 10.97%;
    bottom: 12.41%
}

.kv .main .left span:nth-of-type(2)>img:first-of-type {
    display: block;
    width: 100%;
    animation: a 7s linear infinite
}

.kv .main .left span:nth-of-type(2)>img:nth-of-type(2) {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 62.78%;
    margin: auto
}

.kv .main .right {
    float: left;
    width: calc(100% - 660px);
    max-width: 380px;
    text-align: center
}

.kv .main .right img:first-of-type {
    display: block;
    width: 100%;
    margin-bottom: 26px
}

.kv .main .right img:nth-of-type(2) {
    display: block;
    width: 352px;
    margin: 0 auto 24px
}

.kv .main .right img:nth-of-type(3) {
    display: block;
    width: 100%;
    margin-bottom: 20px
}

.important small {
    display: block;
    line-height: 35px;
    font-size: 20px;
    font-weight: 500;
    color: #262626
}

.important strong {
    display: block;
    line-height: 35px;
    font-size: 21px;
    font-weight: 700;
    color: #0083C9;
    position: relative;
    white-space: nowrap
}

.important strong i {
    font-style: normal;
    position: relative;
    z-index: 1
}

.important strong:after {
    content: "";
    width: 100%;
    height: 15px;
    border-radius: 11.5px;
    background-color: #FFE369;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

.important span {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #262626
}

.important span i {
    display: inline-block;
    font-style: normal;
    color: #D97B00
}

.kv .ico {
    text-align: center;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    transform: scale(.35);
    cursor: pointer
}

.kv .ico,
.kv .ico .circle {
    width: 100px;
    height: 100px;
    position: absolute
}

.kv .ico .circle {
    background: #3CBAAD;
    border-radius: 50%;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: 0
}

.kv .ico .circle.circle-top {
    height: 33.3333333333px;
    width: 41.6666666667px;
    animation: d 3s cubic-bezier(.77, 0, .175, 1) infinite;
    z-index: 0;
    top: 0
}

.kv .ico .circle.circle-bottom {
    height: 33.3333333333px;
    width: 41.6666666667px;
    animation: e 3s cubic-bezier(.77, 0, .175, 1) infinite;
    z-index: 9;
    bottom: 0
}

.kv .ico .st-arrow {
    fill: #fff;
    animation: f 3s cubic-bezier(.77, 0, .175, 1) forwards infinite;
    perspective: 9000px;
    transform: translateZ(0);
    transform-origin: bottom
}

.kv .svg {
    z-index: 9
}

.kv .svg,
.part1 {
    position: relative
}

.part1 {
    background-color: #D3F6FF;
    padding: 105px 0 76px;
    z-index: 3
}

.part1:after {
    content: "";
    width: 467px;
    height: 72px;
    background: url(../img/next-part1.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -71px;
    margin: auto
}

.part1 .wrapper {
    max-width: 1128px
}

.part1 .top {
    width: 842px;
    margin: 0 auto 64px;
    padding: 20px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 47px;
    text-align: center;
    color: #262626;
    background-color: #fff;
    border-radius: 16px
}

.part1 .top b {
    font-size: 30px;
    display: inline-block
}

.part1 .top .red {
    color: #B35F00;
}

.part1 .text {
    border-radius: 15px;
    border: 2.7px solid #0083C9;
    background-color: #fff;
    padding: 16px 32px;
    width: 767px;
    position: relative
}

.part1 .text.down {
    margin: 0 auto 32px
}

.part1 .text.up {
    margin: 32px auto 0
}

.part1 .text.down:before {
    bottom: -21px;
    border-width: 20px 20px 0;
    border-color: #0083C9 transparent transparent
}

.part1 .text.down:before,
.part1 .text.up:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid
}

.part1 .text.up:before {
    top: -21px;
    border-width: 0 20px 20px;
    border-color: transparent transparent #0083C9;
}

.part1 .text img {
    width: 89px
}

.part1 .text .title,
.part1 .text img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px
}

.part1 .text .title {
    width: 240px
}

.part1 .text .title strong {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 41px;
    color: #262626;
    margin-bottom: 12px
}

.part1 .text .title small {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    color: #262626
}

.part1 .text p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    color: #545560;
    line-height: 24px;
    width: 318px;
    text-align: justify;
    text-justify: inter-ideograph
}

.part1 .text p b {
    font-weight: 700;
    color: #0083C9;
    text-decoration: underline
}

.part1 .img {
    white-space: nowrap;
    text-align: center;
    margin-left: -60px
}

.part1 .img>div {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    position: relative
}

.part1 .img>div img {
    display: block;
    width: 100%
}

.part1 .img>div:first-of-type {
    width: 320px;
    z-index: 1;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #262626;
    line-height: 29px
}

.part1 .img>div:first-of-type img {
    margin-bottom: 11px
}

.part1 .img>div:first-of-type small {
    display: block;
    font-size: 18px
}

.part1 .img>div:first-of-type small sup {
    margin-left: 5px;
    font-size: 14px
}

.part1 .img>div:nth-of-type(2) {
    width: 426px;
    margin: 0 -35px 0 -15px
}

.part1 .img>div:nth-of-type(2)>div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 255px;
    margin: auto;
    height: 122px
}

.part1 .img>div:nth-of-type(2)>div strong {
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #262626;
    line-height: 29px;
    margin-bottom: 16px
}

.part1 .img>div:nth-of-type(2)>div small {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #262626
}

.part1 .img>div:nth-of-type(3) {
    width: 261px;
    z-index: 1
}

.part1 .wrapper>small {
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-top: 13px;
    text-align: center;
    color: #262626
}

.part2 {
    padding: 154px 0 142px;
    background: url(../img/part2-bg.svg) 0 0 no-repeat, url(../img/part2-bg.svg) 100% 100% no-repeat;
    background-size: 38.62% auto, 38.62% auto;
    position: relative;
    z-index: 2
}

.part2:after {
    content: "";
    width: 467px;
    height: 72px;
    background: url(../img/next-part2.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -71px;
    margin: auto
}

.part2 .wrapper {
    max-width: 1108px
}

h3 {
    font-size: 45px;
    font-weight: 700;
    line-height: 89px;
    letter-spacing: 3px;
    color: #262626;
    padding: 0 18px;
    margin-bottom: 20px
}

h3,
h3 span {
    display: inline-block;
    position: relative
}

h3 span {
    z-index: 1
}

h3:after {
    content: "";
    display: block;
    width: 100%;
    height: 23px;
    border-radius: 11.5px;
    background-color: #cfe5f9;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 0
}

h3 i {
    font-style: normal;
    display: inline-block;
    font-size: 60px;
    color: #B35F00
}

h3 i.yellow {
    color: #FFE369;
}

h3+br+small {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #262626;
    padding: 0 41px;
    position: relative
}

h3+br+small:before {
    left: 0
}

h3+br+small:after,
h3+br+small:before {
    content: "";
    display: block;
    width: 17px;
    height: 32px;
    background: url(../img/h3-small-line.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 6px
}

h3+br+small:after {
    right: 0;
    transform: scaleX(-1)
}

.part2 .info {
    margin-bottom: 85px;
    text-align: center
}

.part2 .info p {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 500;
    line-height: 44px;
    color: #262626;
    margin-right: 64px;
    text-align: left
}

.part2 .info p b {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    color: #B35F00
}

.part2 .info img {
    display: inline-block;
    vertical-align: middle;
    width: 311px
}

.part2 .circle {
    position: relative
}

.part2 .circle>img {
    display: block;
    width: 100%;
    margin-top: 62px
}

.part2 .circle>img:nth-of-type(2) {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 34%
}

.part2 .circle>div {
    width: 257px;
    position: absolute
}

.part2 .circle>div i {
    display: inline-block;
    font-family: Roboto, sans-serif !important;
    font-size: 60px;
    font-weight: 300;
    line-height: 70px;
    color: #fff;
    font-style: normal;
    position: absolute;
    text-align: center
}

.part2 .circle>div b {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    color: #262626;
    margin-bottom: 5px
}

.part2 .circle>div p {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #262626;
    text-align: justify;
    text-justify: inter-ideograph
}

.part2 .circle>div.white b,
.part2 .circle>div.white p {
    color: #fff
}

.part2 .circle>div img {
    display: block;
    width: 115px;
    margin: 20px auto
}

.part2 .circle>div img.desktop {
    display: block
}

.part2 .circle>div img.pad {
    display: none
}

.part2 .circle>div:first-of-type {
    left: 0;
    right: 0;
    margin: auto;
    top: 20px
}

.part2 .circle>div:first-of-type i {
    left: -80px;
    top: 30px
}

.part2 .circle>div:nth-of-type(2) {
    right: 90px;
    top: 150px
}

.part2 .circle>div:nth-of-type(2) i {
    position: relative;
    display: block;
    margin-bottom: 10px
}

.part2 .circle>div:nth-of-type(3) {
    right: 90px;
    bottom: 200px
}

.part2 .circle>div:nth-of-type(3) i {
    right: -60px;
    top: -20px
}

.part2 .circle>div:nth-of-type(4) {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px
}

.part2 .circle>div:nth-of-type(4) i {
    right: -85px;
    bottom: 30px
}

.part2 .circle>div:nth-of-type(5) {
    left: 90px;
    bottom: 240px
}

.part2 .circle>div:nth-of-type(5) i {
    left: 0;
    bottom: -70px;
    right: 0
}

.part2 .circle>div:nth-of-type(6) {
    left: 90px;
    top: 230px
}

.part2 .circle>div:nth-of-type(6) i {
    left: -50px;
    bottom: -10px
}

.bg {
    position: relative
}

.bg>.img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.bg>.img span {
    display: block;
    width: 100%;
    height: 20%;
    margin-bottom: -1px
}

.bg>.img span:last-of-type {
    height: calc(20% + 5px)
}

.bg>.img span:first-of-type {
    background: url(../img/large-bg-web1.jpg) no-repeat 50%;
    background-size: auto 100%;
}

.bg>.img span:nth-of-type(2) {
    background: url(../img/large-bg-web2.jpg) no-repeat 50%;
    background-size: auto 100%
}

.bg>.img span:nth-of-type(3) {
    background: url(../img/large-bg-web3.jpg) no-repeat 50%;
    background-size: auto 100%
}

.bg>.img span:nth-of-type(4) {
    background: url(../img/large-bg-web4.jpg) no-repeat 50%;
    background-size: auto 100%
}

.bg>.img span:nth-of-type(5) {
    background: url(../img/large-bg-web5.jpg) no-repeat 50%;
    background-size: auto 100%
}

.bg>section {
    position: relative;
    z-index: 1
}

.part3 {
    padding-top: 155px;
    padding-bottom: 100px;
    position: relative;
    z-index: 3
}

.part3 .wrapper {
    max-width: 1290px
}

.part3 h3:after {
    background-color: #FFD640;
}

.part3 .list {
    text-align: center;
    margin-top: 60px
}

.part3 .list>div {
    width: calc(25% - 40px);
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 74px;
    background-color: #fff;
    border-radius: 22px;
    padding-bottom: 16px
}

.part3 .list>div:nth-of-type(2n) {
    margin-top: 23px
}

.part3 .list>div img {
    width: 100%;
    display: block;
    margin-bottom: 11px;
    border-radius: 22px 22px 0 0
}

.part3 .list>div b {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #262626;
    margin-bottom: 3px
}

.part3 .list>div span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #545560
}

.part3 .wrapper+img {
    display: block;
    width: 57px;
    margin: 2vw auto 0
}

.part4 {
    margin-top: -54px;
    padding-top: 154px;
    padding-bottom: 300px;
    position: relative;
    z-index: 2
}

.part4 h3 {
    color: #fff;
    vertical-align: bottom;
    margin-bottom: 0
}

.part4 h3:after {
    background-color: #0083C9;
}

.part4 .wrapper>center img {
    display: inline-block;
    vertical-align: bottom;
    width: 140px;
    margin-left: 30px
}

.part4 .wrapper>p {
    margin: 60px auto 57px;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    color: #fff
}

.part4 .box {
    margin-bottom: 20px;
    border-radius: 16px;
    border: 3px solid #52D4FF;
    background-color: #fff;
    padding: 37px 116px 34px 115px
}

.part4 .box strong {
    display: block;
    background: url(../img/part4-box-title.png) no-repeat;
    background-size: 100% 100%;
    width: 493px;
    line-height: 73px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0 auto
}

.part4 .box>div {
    position: relative
}

.part4 .box>div span {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.part4 .box.aos-animate>div span:first-of-type {
    background: url(../img/part4-chart1-1.jpg) 100% no-repeat;
    background-size: auto 100%;
    z-index: 2;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-name: b;
    animation-delay: .5s
}

.part4 .box.aos-animate>div span:nth-of-type(2) {
    background: url(../img/part4-chart1-2.jpg) 100% no-repeat;
    background-size: auto 100%;
    z-index: 1;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-name: b;
    animation-delay: 1.5s
}

@keyframes b {
    to {
        width: 0
    }
}

.part4 .box>div img {
    width: 100%;
    z-index: 0
}

.part4 .box>div img.desktop {
    display: block
}

.part4 .box+small {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    color: #262626;
    text-align: justify;
    text-justify: inter-ideograph
}

.part4 .box+small i {
    font-style: normal;
    color: #0083C9
}

.part4 .box2 {
    margin-top: 109px
}

.part4 .box2.aos-animate>div span:first-of-type {
    background: url(../img/part4-chart2-1.jpg) top no-repeat;
    background-size: 100% auto;
    animation-name: c
}

@keyframes c {
    to {
        height: 0
    }
}

.part4 .box2 strong {
    width: 533px;
    margin-bottom: 14px
}

.part4 .wrapper+img {
    display: block;
    width: 57px;
    margin: 10vw auto 0
}

.part5 {
    margin-top: -73px;
    padding-top: 154px;
    position: relative;
    z-index: 1
}

.part5 h3 {
    color: #fff
}

.part5 h3:after {
    background-color: #52D4FF;
}

.part5 .video {
    max-width: 1000px;
    background: url(../img/video-bg.svg) bottom no-repeat;
    background-size: 100% auto;
    margin: 100px auto 0;
    padding: 20px;
    border-radius: 11px;
    background-color: #005993
}

.part5 .video iframe {
    height: 49vw;
    max-height: 540px;
    border-radius: 10px
}

.part5 .video input,
.part5 .video input+iframe {
    display: none
}

.part5 .video input:checked+iframe {
    display: block
}

.part6 {
    padding-top: 160px;
    z-index: 2 !important
}

.part6 .wrapper {
    overflow: visible
}

.part6 .title {
    display: block;
    margin: 0 auto 56px;
    width: 463px
}

.part6 .main {
    padding: 0 15px;
    position: relative
}

.part6 .table {
    display: inline-block;
    vertical-align: top;
    width: 570px;
    position: relative;
    z-index: 1
}

.part6 .table table {
    width: 100%
}

.part6 .table tr th {
    padding: 20px 40px;
    border-radius: 16px 16px 0 0;
    background-image: linear-gradient(180deg, #fff, #cfe5f9 52%, #80bfef);
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #262626;
    text-align: left
}

.part6 .table tr td {
    padding: 14px 10px 14px 40px;
    line-height: 27px;
    font-size: 18px;
    font-weight: 700;
    color: #262626;
    background-color: #fff
}

.part6 .table tr td a {
    color: #262626
}

.part6 .table tr td a:hover {
    text-decoration: underline
}

.part6 .table tr:nth-of-type(odd) td {
    background-color: #e5f3ff
}

.part6 .table tr td small {
    display: block;
    font-weight: 400;
    color: gray;
    line-height: 20px;
    font-size: 18px
}

.part6 .table2 {
    margin-left: 25px
}

.part6 .table2 tr th {
    background-image: linear-gradient(180deg, #fffbec, #fbe181 48%, #f7c843)
}

.part6 .table2 tr:nth-of-type(odd) td {
    background-color: #f7f4ef
}

.part6 .big-gear {
    left: -66px;
    top: -91px;
    width: 240px
}

.part6 .big-gear,
.part6 .small-gear {
    display: block;
    position: absolute;
    z-index: 0
}

.part6 .small-gear {
    right: 43px;
    top: -53px;
    width: 104px
}

.part6 .woman {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 113px;
    width: 400px;
    z-index: 0
}

.part7 {
    margin-top: -99px;
    padding-top: 154px;
    overflow: hidden
}

.part7 .wrapper {
    overflow: visible
}

.part7 .important {
    width: 600px;
    margin: 0 auto 57px;
    text-align: center
}

.part7 .important small {
    font-size: 28px;
    line-height: 50px
}

.part7 .important strong {
    font-size: 33px;
    line-height: 50px
}

.part7 h3:after {
    background-color: #87D4C7;
}

.part7 h3+br+small:after,
.part7 h3+br+small:before {
    background: url(../img/h3-small-line2.svg) no-repeat;
    background-size: 100%
}

.part7 .step {
    margin-top: 59px;
    text-align: center
}

.part7 .step>* {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 15px
}

.part7 .step>img {
    width: 37px;
    margin-bottom: 111px
}

.part7 .step>div {
    width: 318px
}

.part7 .step>div title {
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: normal;
    color: #1CADA4;
    margin-bottom: 7px
}

.part7 .step>div div {
    padding: 33px 48px 40px 49px;
    border-radius: 42px;
    border: 4px solid #87D4C7;
    background-color: #fff
}

.part7 .step>div div b {
    display: block;
    line-height: 61px;
    border-radius: 30.5px;
    background-color: #1CADA4;
    font-size: 32px;
    font-weight: 700;
    color: #fff
}

.part7 .step>div div span {
    display: block;
    margin-top: 15px;
    font-size: 28px;
    font-weight: 700;
    line-height: 41px;
    color: #262626
}

.part7 .step>div div span img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: 30px
}

.part7 .step+p {
    margin: 92px auto;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #262626
}

.part7 .step+p i {
    display: inline-block;
    font-style: normal;
    color: #D97B00;
}

.part7 .btn {
    text-align: center;
    position: relative
}

.part7 .btn>img {
    display: block;
    width: 201px;
    position: absolute;
    right: -130px;
    bottom: 0
}

.part7 .btn>a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 40px
}

.part7 .btn>a:first-of-type {
    width: 446px;
}

.part7 .btn>a:nth-of-type(2) {
    width: 446px;
}

.part7 .btn>a img {
    display: block;
    width: 100%
}

.part7 .btn>a img+img {
    display: none
}

.part7 .form {
    width: 981px;
    margin: 0 auto;
    padding: 155px 0 80px;
    position: relative
}

.part7 .form .big-gear {
    position: absolute;
    left: -94px;
    top: 45px;
    width: 267px;
    z-index: 0
}

.part7 .form .big-gear2 {
    position: absolute;
    right: -117px;
    top: 717px;
    width: 197px;
    z-index: 0
}

.part7 .form .small-gear {
    position: absolute;
    right: -187px;
    top: 496px;
    width: 92px;
    z-index: 0
}

.part7 .form .pinkwoman {
    position: absolute;
    left: -432px;
    bottom: 178px;
    width: 456px;
    z-index: 0
}

.part7 .form .money {
    position: absolute;
    right: -308px;
    bottom: 149px;
    width: 344px;
    z-index: 0
}

.part7 .form>div {
    padding: 62px 99px 69px 129px;
    border-radius: 30px;
    border: 4px solid #87D4C7;
    background-color: #fff;
    position: relative;
    z-index: 1
}

.part7 .form h3 {
    margin-bottom: 50px
}

.part7 .form fieldset {
    border: 0;
    display: block;
    margin: 0 0 25px;
    padding: 0
}

.part7 .form fieldset .title {
    min-width: 95px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 500;
    line-height: 42px;
    color: #262626;
    position: relative
}

.part7 .form fieldset .title:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #87D4C7;
    position: absolute;
    left: -30px;
    top: 15px
}

.part7 .form fieldset .text {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 17px 8px;
    border-radius: 8px;
    border: 1px solid #002247;
    background-color: #fff;
    max-width: 379px;
    height: 42px
}

.part7 .form fieldset .check {
    padding-top: 5px
}

.part7 .form fieldset .check label {
    display: inline-block;
    vertical-align: middle;
    width: calc(25% - 5px);
    margin-top: 10px;
    font-size: 18px;
    line-height: 20px;
    color: #262626;
    cursor: pointer
}

.part7 .form fieldset .check label.auto {
    width: auto
}

.part7 .form fieldset .check label input[type=checkbox],
.part7 .form fieldset .check label input[type=radio] {
    display: none
}

.part7 .form fieldset .check label input+i {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #002247;
    background-color: #fff;
    margin-right: 10px;
    position: relative
}

.part7 .form fieldset .check label input+i:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-radius: 20px;
    background-color: #3d8d8c;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.part7 .form fieldset .check label input:checked+i:before {
    width: 12px;
    height: 12px
}

.part7 .form fieldset .check label .text {
    max-width: 197px;
    margin: 0 30px 0 10px
}

.part7 .form hr {
    width: calc(100% + 30px);
    border: 0;
    border-bottom: 1px solid #99ceb7;
    margin: 30px 0 20px -30px
}

.part7 .form fieldset.bottom {
    width: calc(100% + 30px);
    margin: 0 0 53px -30px
}

.part7 .form fieldset.bottom .alert {
    text-decoration: underline;
    display: inline;
    color: #262626
}

.part7 .form button {
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 200px;
    height: 65px;
    color: #fff;
    border: 0;
    background: none;
    cursor: pointer;
    background: #00A19B;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
}

.part7 .form button img {
    display: block;
    width: 100%
}

.part7 .form button img+img {
    display: none
}

.part7 .word {
    max-width: 1080px;
    margin: 0 auto;
    padding-bottom: 46px;
    text-align: justify;
    text-justify: inter-ideograph
}

.part7 .word :after {
    display: none
}

.part7 .word p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #595959;
    margin-bottom: 20px
}

.part7 .word p span.green {
    color: #99ceb7
}

.part7 .word p span.blue {
    color: #0065A3;
}

.part7 .word a {
    text-decoration: underline;
    color: #00A19B;
}

.part7 .word a:hover {
    text-decoration: none;
}

.popup {
    max-width: 1095px;
    padding: 32px 32px 35px 33px;
    border-radius: 30px;
    border: 4px solid none;
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 65%;
    z-index: 1000;
    opacity: 0;
    pointer-events: none
}

.popup.open {
    opacity: 1;
    pointer-events: auto
}

.popup strong {
    display: inline-block;
    position: sticky;
    top: 0;
    padding: 0 5px;
    line-height: 36px;
    font-size: 24px
}

.popup strong:after {
    content: "";
    display: block;
    width: 100%;
    height: 16px;
    border-radius: 11.5px;
    background-color: none;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: -1
}

.popup>div {
    margin: 25px 0 0;
    height: calc(100% - 60px);
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #262626;
    overflow: auto
}

.popup>img {
    display: block;
    position: absolute;
    right: 32px;
    top: 32px;
    cursor: pointer;
    width: 20px
}

.black {
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none
}

.black.open {
    opacity: 1;
    pointer-events: auto
}

.new .bg>.img span:first-of-type {
    height: 19%
}

.new .bg>.img span:nth-of-type(2),
.new .bg>.img span:nth-of-type(3) {
    height: 18%
}

.new .bg>.img span:nth-of-type(4) {
    height: 20%
}

.new .bg>.img span:nth-of-type(5) {
    height: 25%
}

.new .part3 {
    padding-top: 150px
}

.new .part4 {
    padding-top: 100px
}

.new .part5 {
    padding-top: 0
}

.new .part6 .list-title {
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    color: #262626;
    margin-bottom: 36px;
    position: relative;
    z-index: 1;
    padding: 0 8px
}

.new .part6 .list-title span {
    display: block;
    position: relative;
    z-index: 1
}

.new .part6 .list-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 32px;
    border-radius: 16px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 0
}

.new .part6 .list-title img {
    display: inline-block;
    width: 42px;
    margin-left: 3px
}

.new .part6 .list {
    position: relative;
    z-index: 1;
    text-align: center
}

.new .part6 .list>a {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 565px;
    margin: 0 30px 15px 0;
    line-height: 25px;
    background: #f2f9ff;
    padding: 30px 110px 30px 30px;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 700;
    color: #262626;
    position: relative
}

.new .part6 .list>a.top {
    background: #fff
}

.new .part6 .list>a:nth-of-type(2n) {
    margin: 0 0 15px
}

.new .part6 .list>a span {
    font-size: 16px;
    font-weight: 400
}

.new .part6 .list>a small {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: gray
}

.new .part6 .list>a .recommend {
    display: block;
    position: absolute;
    left: -5px;
    top: -5px;
    width: 30px
}

.new .part6 .list>a .scroll {
    display: block;
    position: absolute;
    right: 5px;
    bottom: 0;
    top: 0;
    margin: auto
}

.new .part6 .small-list>a {
    display: block;
    padding: 20px 40px
}

.new .part6 .small-list>a .scroll {
    bottom: -17px;
    top: auto
}

.new .part6 .woman {
    bottom: 0
}

.new .part6 .list>a .scroll .ico {
    width: 100px;
    height: 100px;
    text-align: center;
    cursor: pointer;
    transform: scale(.36) rotate(-90deg);
    position: absolute;
    right: 0;
    bottom: 0;
}

.new .part6 .list>a .scroll .ico .circle {
    width: 100px;
    height: 100px;
    position: absolute;
    background: #3CBAAD;
    border-radius: 50%;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: 0
}

.new .part6 .list>a .scroll .ico .circle.circle-top {
    height: 33.3333333333px;
    width: 41.6666666667px;
    z-index: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.new .part6 .list>a:hover .ico .circle.circle-top {
    animation: d 3s cubic-bezier(.77, 0, .175, 1) infinite;
    opacity: 1
}

.new .part6 .list>a .scroll .ico .circle.circle-bottom {
    height: 33.3333333333px;
    width: 41.6666666667px;
    z-index: 9;
    bottom: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.new .part6 .list>a:hover .ico .circle.circle-bottom {
    animation: e 3s cubic-bezier(.77, 0, .175, 1) infinite;
    opacity: 1
}

.new .part6 .list>a .scroll .ico .st-arrow {
    fill: #fff;
    perspective: 9000px;
    transform: translateZ(0);
    transform-origin: bottom
}

.new .part6 .list>a:hover .ico .st-arrow {
    animation: f 3s cubic-bezier(.77, 0, .175, 1) forwards infinite
}

.new .part6 .list>a .scroll .svg {
    z-index: 9;
    position: relative
}

@keyframes d {
    0% {
        transform: translateX(-50%) translateY(0)
    }

    14% {
        transform: translateX(-50%) translateY(-8px)
    }

    24% {
        transform: translateX(-50%) translateY(0)
    }

    to {
        transform: translateX(-50%) translateY(0)
    }
}

@keyframes e {
    0% {
        transform: scale(1) translate(-50%, 10px)
    }

    30% {
        transform: scale(1) translate(-50%, 10px)
    }

    70% {
        transform: scale(1) translate(-50%, 10px)
    }

    95% {
        transform: scale(1) translate(-50%, 26px)
    }

    to {
        transform: scale(1) translate(-50%, 10px)
    }
}

@keyframes f {
    0% {
        transform: translate3d(0, -150%, 0) rotateX(90deg) scale(.5) skewX(3deg)
    }

    30% {
        transform: translateZ(0) rotateX(0deg) scale(1) skewX(0deg)
    }

    70% {
        transform: translateZ(0) rotateX(0deg) scale(1) skewX(0deg)
    }

    95% {
        transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(.5) skewX(-3deg)
    }

    to {
        transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(.5) skewX(-3deg)
    }
}

@media screen and (min-width:2048px) {
    .bg>.img span:first-of-type {
        background: url(../img/large-bg-web1.jpg) no-repeat 50%;
        background-size: 100% 100%
    }

    .bg>.img span:nth-of-type(2) {
        background: url(../img/large-bg-web2.jpg) no-repeat 50%;
        background-size: 100% 100%
    }

    .bg>.img span:nth-of-type(3) {
        background: url(../img/large-bg-web3.jpg) no-repeat 50%;
        background-size: 100% 100%
    }

    .bg>.img span:nth-of-type(4) {
        background: url(../img/large-bg-web4.jpg) no-repeat 50%;
        background-size: 100% 100%
    }

    .bg>.img span:nth-of-type(5) {
        background: url(../img/large-bg-web5.jpg) no-repeat 50%;
        background-size: 100% 100%
    }
}

@media screen and (min-width:1100px) {
    header .menu .link:hover:after {
        background-color: #f9d556
    }

    header .menu .btn:hover {
        background-color: #0083C9
    }

    .part5 .tabs {
        text-align: center;
        width: 890px;
        white-space: normal;
        margin: 42px auto -64px
    }

    .part5 .tabs label {
        position: relative;
        top: 0;
        float: left;
        margin: 0 -10px;
        width: 238px;
        line-height: 70px;
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        background: url(../img/tabs-bg.png) no-repeat;
        background-size: 100% 100%;
        cursor: pointer
    }

    .part5 .tabs label.active,
    .part5 .tabs label:hover {
        color: #262626;
        background: url(../img/tabs-bg-hover.png) no-repeat;
        background-size: 100% 100%
    }

    .part5 .tabs label.active {
        margin: 0 -6.5px 0 -12px;
        top: 10px
    }

    .part5 .tabs label.disabled {
        pointer-events: none;
        background: url(../img/tabs-bg-disabled.png) no-repeat;
        background-size: 100% 100%;
        color: #7C7C7C;
    }

    .part5 .tabs label.none {
        pointer-events: none;
        background: url(../img/tabs-none.png) no-repeat;
        background-size: 100% 100%;
        font-size: 20px;
        color: #a7a9ac
    }

    .part5 .tabs label img {
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        opacity: 0;
        width: 22px
    }

    .part5 .tabs label.active img,
    .part5 .tabs label:hover img {
        opacity: 1
    }

    .part7 .btn>a:hover img {
        display: none
    }

    .part7 .btn>a:hover img+img {
        display: block
    }

    .part7 .form button:hover img {
        display: none
    }

    .part7 .form button:hover img+img {
        display: block
    }
}

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

    .desktop,
    .mobile {
        display: none
    }

    .pad {
        display: inline-block
    }

    header {
        padding: 12px 0;
        background: #fff !important
    }

    header .wrapper {
        padding: 0 0 0 20px;
        overflow: visible
    }

    header .ham {
        width: 45px;
        height: 45px;
        background: url(../img/menu-icon.png) no-repeat;
        background-size: 100% 100%;
        position: fixed;
        left: 10px;
        top: 4px;
        cursor: pointer
    }

    header .ham.open {
        background: url(../img/meun-icon-close.png) no-repeat;
        background-size: 100% 100%;
    }

    header .ham i {
        display: block;
        height: 3px;
        width: 20px;
        background: #fff;
        position: absolute;
        right: calc(50% - 10px);
        top: 0;
        bottom: 0;
        margin: auto
    }

    header .ham i:first-of-type {
        top: 13px;
        bottom: auto
    }

    header .ham i:nth-of-type(3) {
        top: auto;
        bottom: 13px
    }

    header .ham.open i:nth-of-type(2),
    header .ham.open i:nth-of-type(3) {
        width: 10px
    }

    header .logo {
        margin-left: 55px;
    }

    header .logo img {
        height: 28px;
    }

    header .menu {
        width: 100%;
        height: calc(100vh - 45px);
        position: absolute;
        right: -100vw;
        top: 40px;
        background: #fff;
        padding: 12px 20px;
        text-align: center
    }

    header .ham.open+.menu {
        right: 0
    }

    header .menu .link {
        text-align: left
    }

    header .menu .btn,
    header .menu .link {
        display: block;
        line-height: 65px;
        font-size: 20px;
        font-weight: 500;
        border-bottom: 1px solid #ddd;
        padding: 0 12px;
        margin: 0
    }

    header .menu .btn {
        position: fixed;
        right: 16px;
        top: 10px;
        width: 120px;
        line-height: 36px;
        font-size: 16px;
        text-align: center;
    }

    header .menu .link:after {
        display: none
    }

    header .menu .icon {
        width: 40px;
        position: relative;
        margin-top: 50vw
    }

    footer {
        padding: 30px 0 0 0;
    }

    footer .wrapper>span {
        width: auto;
    }

    .fix-btn a img {
        width: 144px
    }

    .kv {
        padding: 67px 0 80px;
        background-size: auto 33%
    }

    .kv .main .title {
        float: none;
        width: 290px;
        margin: 0 auto 32px
    }

    .kv .main .title img:first-of-type,
    .kv .main .title img:nth-of-type(2) {
        width: 100%
    }

    .kv .main .title img:nth-of-type(3) {
        width: 115px;
        left: auto;
        right: -150px;
        bottom: 0
    }

    .kv .main .left {
        float: none;
        width: 550px;
        margin: 0 auto 48px
    }

    .kv .main .left>img:nth-of-type(2) {
        width: 168px;
        left: -48px;
        top: -16px
    }

    .kv .main .left>img:nth-of-type(3) {
        width: 177px;
        right: 0;
        bottom: 0
    }

    .kv .main .right {
        float: none;
        width: 380px;
        margin: 0 auto
    }

    .kv .main .right img:nth-of-type(2) {
        width: 92.6%
    }

    .part1 {
        padding: 64px 0 60px
    }

    .part1 .top {
        width: 532px;
        margin: 0 auto 46px;
        padding: 24px 0;
        line-height: 29px
    }

    .part1 .top,
    .part1 .top b {
        font-size: 16px
    }

    .part1 .top .red {
        font-size: 20px
    }

    .part1 .text {
        padding: 33px;
        width: 100%
    }

    .part1 .text.down {
        margin: 0 auto 50px
    }

    .part1 .text.up {
        margin: 50px auto 0
    }

    .part1 .text img {
        position: absolute;
        left: 32px;
        top: 0;
        bottom: 0;
        margin: auto
    }

    .part1 .text .title {
        float: right;
        text-align: left;
        width: calc(100% - 112px);
        margin-right: 0
    }

    .part1 .text .title strong {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 4px
    }

    .part1 .text .title small br {
        display: none
    }

    .part1 .text p {
        float: right;
        text-align: left;
        width: calc(100% - 112px);
        margin-top: 12px
    }

    .part1 .img {
        margin-left: -10px
    }

    .part1 .img>div:first-of-type {
        width: 224px;
        font-size: 16px;
        line-height: 26px
    }

    .part1 .img>div:first-of-type img {
        margin: 0
    }

    .part1 .img>div:first-of-type p {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: -76px
    }

    .part1 .img>div:first-of-type small {
        font-size: 14px
    }

    .part1 .img>div:first-of-type small sup {
        font-size: 12px
    }

    .part1 .img>div:nth-of-type(2) {
        margin: 0 -60px 0 -70px
    }

    .part1 .img>div:nth-of-type(3) {
        width: 183px
    }

    .part1 .wrapper>small {
        margin-top: 25px
    }

    .part2 {
        padding: 132px 0 80px;
        background-size: 46.875% auto, 46.875% auto
    }

    .part2 .info {
        margin-bottom: 60px;
        margin-top: 34px
    }

    .part2 .info p {
        display: block;
        margin-right: 0;
        text-align: center
    }

    .part2 .info img {
        display: block;
        width: 311px;
        margin: 36px auto 0
    }

    .part2 .circle>img,
    .part2 .circle>img:nth-of-type(2) {
        display: none
    }

    .part2 .circle {
        margin-top: 29px;
        text-align: center
    }

    .part2 .circle>div {
        display: inline-block;
        vertical-align: top;
        width: 295px;
        height: 259px;
        position: relative;
        padding: 20px 24px 0;
        margin: 12px !important;
        border-radius: 16px
    }

    .part2 .circle>div i {
        font-size: 36px;
        line-height: 42px;
        position: absolute !important;
        left: 18px !important;
        top: 12px !important;
        bottom: auto !important;
        right: auto !important;
        display: inline-block !important;
        margin-bottom: 0 !important
    }

    .part2 .circle>div b {
        margin-bottom: 8px
    }

    .part2 .circle>div p {
        font-size: 14px;
        line-height: 20px;
        text-align: center
    }

    .part2 .circle>div img {
        display: block;
        width: auto;
        height: 95px;
        margin: 23px auto 0
    }

    .part2 .circle>div img.desktop {
        display: none
    }

    .part2 .circle>div img.pad {
        display: block
    }

    .part2 .circle>div:first-of-type {
        top: 0;
        background-color: #93E6FE;
    }

    .part2 .circle>div:nth-of-type(2) {
        right: 0;
        top: 0;
        background-color: #00A4EF;
    }

    .part2 .circle>div:nth-of-type(3) {
        right: 0;
        bottom: 0;
        background-color: #52D4FF;
    }

    .part2 .circle>div:nth-of-type(4) {
        bottom: 0;
        background-color: #93E6FE;
    }

    .part2 .circle>div:nth-of-type(5) {
        left: 0;
        bottom: 0;
        background-color: #00A4EF;
    }

    .part2 .circle>div:nth-of-type(6) {
        left: 0;
        top: 0;
        background-color: #52D4FF;
    }

    .bg>.img span:first-of-type {
        background: url(../img/large-bg-pad1.jpg) no-repeat 50%;
        background-size: 100% 100%
    }

    .bg>.img span:nth-of-type(2) {
        background: url(../img/large-bg-pad2.jpg) no-repeat 50%;
        background-size: 100% 100%
    }

    .bg>.img span:nth-of-type(3) {
        background: url(../img/large-bg-pad3.jpg) no-repeat 50%;
        background-size: 100% 100%
    }

    .bg>.img span:nth-of-type(4) {
        background: url(../img/large-bg-pad4.jpg) no-repeat 50%;
        background-size: 100% 100%
    }

    .bg>.img span:nth-of-type(5) {
        display: block;
        background: url(../img/large-bg-pad5.jpg) no-repeat 50%;
        background-size: 100% 100%
    }

    .part3 {
        padding-top: 152px
    }

    .part3 .wrapper {
        max-width: 700px
    }

    .part3 .list {
        margin-top: 38px
    }

    .part3 .list>div {
        width: 264px;
        margin: 0 17px 60px
    }

    .part3 .list>div:nth-of-type(2n) {
        margin-top: 0
    }

    .part3 .wrapper+img {
        margin: 5vw auto 0
    }

    .part4 {
        margin-top: -52px;
        padding-top: 132px;
        padding-bottom: 200px
    }

    .part4 .wrapper>center img {
        vertical-align: middle;
        width: 120px;
        margin-left: 24px
    }

    .part4 .wrapper>p {
        margin: 40px auto 48px
    }

    .part4 .box {
        padding: 36px
    }

    .part4 .box strong {
        margin-bottom: 24px
    }

    .part4 .box.aos-animate>div span:first-of-type {
        background: url(../img/part4-chart1-1-pad.jpg) 100% no-repeat;
        background-size: auto 100%
    }

    .part4 .box.aos-animate>div span:nth-of-type(2) {
        background: url(../img/part4-chart1-2-pad.jpg) 100% no-repeat;
        background-size: auto 100%;
        animation-delay: 2s
    }

    .part4 .box>div img.desktop {
        display: none
    }

    .part4 .box+small i,
    .part4 .box>div img.pad {
        display: block
    }

    .part4 .box2 {
        margin-top: 40px
    }

    .part4 .box2.aos-animate>div span:first-of-type {
        background: url(../img/part4-chart2-1-pad.jpg) top no-repeat;
        background-size: 100% auto
    }

    .part4 .box2 strong {
        margin-bottom: 33px
    }

    .part4 .wrapper+img {
        margin: 15vw auto 0
    }

    .part5 {
        margin-top: -72px;
        padding-top: 132px;
        z-index: 3 !important
    }

    .part5 .wrapper {
        overflow: visible
    }

    .part5 .video {
        margin-top: 60px;
        padding: 14px
    }

    .part5 .pad-tabs {
        text-align: center;
        position: relative;
        float: right;
        width: 200px;
        line-height: 62px;
        background: url(../img/tabs-bg-active-pad.png) no-repeat;
        background-size: 100% 100%;
        font-size: 24px;
        font-weight: 700;
        color: #262626;
        cursor: pointer;
        margin-top: 15px
    }

    .part5 .pad-tabs i {
        font-style: normal
    }

    .part5 .pad-tabs i,
    .part5 .pad-tabs img {
        display: inline-block;
        vertical-align: middle
    }

    .part5 .pad-tabs img {
        width: 22px;
        margin-left: 5px
    }

    .part5 .tabs {
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 30px;
        float: right;
        text-align: center;
        width: 200px;
        background: url(../img/tabs-bg-pad.png) no-repeat;
        background-size: 100% 100%;
        padding: 0 3px
    }

    .part5 .open .tabs {
        opacity: 1;
        pointer-events: auto;
        top: 75px
    }

    .part5 .tabs label {
        display: block;
        width: 100%;
        line-height: 62px;
        border-bottom: 2px solid #0083C9;
        font-size: 24px;
        font-weight: 700;
        color: #262626;
        cursor: pointer
    }

    .part5 .tabs label:last-of-type {
        border: 0
    }

    .part5 .tabs label.active {
        display: none
    }

    .part5 .tabs label img {
        display: inline-block;
        vertical-align: middle;
        width: 22px;
        margin-left: -3px;
        opacity: 0
    }

    .part6 {
        margin-top: -90px;
        padding-top: 152px
    }

    .part6 .title {
        margin: 0 auto 52px;
        width: 417px
    }

    .part6 .main {
        padding: 0;
        width: 570px;
        margin: 0 auto
    }

    .part6 .table {
        width: 100%;
        display: block;
        margin: 0 auto
    }

    .part6 .table2 {
        margin: 20px auto 0
    }

    .part6 .big-gear {
        left: -76px;
        top: -52px;
        width: 168px
    }

    .part6 .small-gear {
        right: -86px;
        top: 193px;
        width: 73px
    }

    .part6 .woman {
        position: relative;
        right: 0;
        bottom: 0;
        margin: 20px auto 0
    }

    .part7 .important {
        margin: 0 auto 74px
    }

    .part7 {
        margin-top: -92px;
        padding-top: 152px
    }

    .part7 .wrapper {
        padding: 0
    }

    .part7 .step {
        margin-top: 41px
    }

    .part7 .step>* {
        margin: 0 2px
    }

    .part7 .step>img {
        width: 16px;
        margin-bottom: 134px
    }

    .part7 .step>div {
        width: 212px
    }

    .part7 .step>div div {
        padding: 33px 26px 44px;
        border-radius: 32px
    }

    .part7 .step>div div b {
        line-height: 60px;
        font-size: 24px
    }

    .part7 .step>div div span {
        margin-top: 25px;
        font-size: 20px;
        line-height: 29px
    }

    .part7 .step>div div span img {
        margin-right: 16px;
        width: 24px
    }

    .part7 .step+p {
        margin: 60px auto;
        line-height: 43px
    }

    .part7 .btn>img {
        position: relative;
        right: 0;
        margin: 60px auto 0
    }

    .part7 .btn>a {
        margin: 0 10px
    }

    .part7 .btn>a:first-of-type {
        width: 332px;
    }

    .part7 .btn>a:nth-of-type(2) {
        width: 332px;
    }

    .part7 .form {
        width: 688px;
        margin: -30px auto 0;
        padding: 130px 0 80px
    }

    .part7 .form>img {
        display: none
    }

    .part7 .form>img.big-gear {
        display: block;
        width: 229px;
        left: -86px;
        top: 30px
    }

    .part7 .form>div {
        padding: 40px 32px 44px 61px
    }

    .part7 .form fieldset .check label {
        width: calc(33.3% - 5px)
    }

    .part7 .word {
        max-width: 688px;
        padding-bottom: 34px
    }

    .part7 .word p {
        line-height: 20px;
        margin-bottom: 15px
    }

    .popup {
        max-width: none;
        width: 90%;
        padding: 32px 32px 40px;
        height: 70%
    }

    .new .bg>.img span:first-of-type {
        height: 17.5%
    }

    .new .bg>.img span:nth-of-type(2) {
        height: 22.5%
    }

    .new .bg>.img span:nth-of-type(3) {
        height: 20%
    }

    .new .bg>.img span:nth-of-type(4) {
        height: 20%
    }

    .new .bg>.img span:nth-of-type(5) {
        height: 20%
    }

    .new .part3,
    .new .part4,
    .new .part5 {
        padding-top: 150px
    }

    .new .part6 .list-title {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 17px;
        padding: 0 10px
    }

    .new .part6 .list-title:after {
        height: 28px;
        bottom: -5px
    }

    .new .part6 .list-title img {
        width: 38px;
        margin-left: 6px
    }

    .new .part6 .list>a {
        display: block;
        width: 570px;
        margin: 0 auto 15px
    }

    .new .part6 .list>a:nth-of-type(2n) {
        margin: 0 auto 15px
    }

    .new .part6 .woman {
        bottom: -30px
    }
}

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

    .desktop,
    .pad {
        display: none
    }

    .mobile {
        display: inline-block
    }

    .wrapper {
        padding: 0 20px
    }

    header .menu {
        width: 100%;
        border-top: 1px solid #ddd
    }

    .fix-btn {
        top: auto;
        bottom: 0
    }

    .fix-btn,
    .fix-btn .mobile {
        width: 100%
    }

    .fix-btn a {
        width: 50%;
        float: left;
        border: 0;
        background-color: #B35F00;
        line-height: 52px;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        right: 0 !important;
        bottom: -8px
    }

    .fix-btn a+a {
        background: #54a289
    }

    .fix-btn a img {
        display: inline-block;
        vertical-align: middle;
        width: 25px;
        margin-right: 10px
    }

    footer {
        margin-bottom: 50px
    }

    footer .title {
        line-height: 30px;
        padding-bottom: 12px
    }

    footer .wrapper>span {
        width: auto;
        display: block
    }

    .kv {
        padding: 49px 0 28px;
        background-size: auto 50%
    }

    .kv .main .title {
        width: 235px;
        margin: 0 0 36px 4px
    }

    .kv .main .title img:nth-of-type(3) {
        width: 92px;
        right: -111px;
        bottom: -18px
    }

    .kv .main .left {
        width: calc(100% + 32px);
        margin: 0 0 74px -16px
    }

    .kv .main .left>img:nth-of-type(2) {
        width: 117px;
        left: -4px;
        top: -20px
    }

    .kv .main .left>img:nth-of-type(3) {
        width: 139px;
        right: 17px;
        bottom: -50px
    }

    .kv .main .right {
        width: 100%
    }

    .kv .main .right img:first-of-type {
        width: 76.88%;
        margin: 0 auto 16px
    }

    .kv .main .right img:nth-of-type(2) {
        width: 91.62%;
        margin: 0 auto 19px
    }

    .kv .main .right img:nth-of-type(3) {
        margin: 0 auto 13px
    }

    .important small {
        line-height: 29px;
        font-size: 16px
    }

    .important strong {
        line-height: 29px;
        font-size: 18px
    }

    .important strong:after {
        width: 340px;
        height: 13px;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -2px
    }

    .kv .ico {
        bottom: -65px
    }

    .part1 {
        padding: 60px 0
    }

    .part1:after {
        width: 225px;
        height: 35px;
        bottom: -34px
    }

    .part1 .top {
        width: 100%;
        margin: 0 auto 40px;
        padding: 20px 0
    }

    .part1 .text {
        padding: 16px 8px
    }

    .part1 .text.down {
        margin: 0 auto 40px
    }

    .part1 .text.up {
        margin: 40px auto 0
    }

    .part1 .text img {
        display: none
    }

    .part1 .text .title {
        width: 100%;
        text-align: center
    }

    .part1 .text .title strong {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 12px
    }

    .part1 .text .title small {
        font-size: 14px;
        line-height: 20px
    }

    .part1 .text p {
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 18px
    }

    .part1 .img>div:first-of-type {
        width: 106px;
        font-size: 14px;
        line-height: 20px
    }

    .part1 .img>div:first-of-type p {
        bottom: -84px
    }

    .part1 .img>div:first-of-type small {
        font-size: 12px;
        line-height: 18px;
        margin-top: 5px
    }

    .part1 .img>div:first-of-type small sup {
        position: absolute;
        right: -8px;
        bottom: 3px
    }

    .part1 .img>div:nth-of-type(2) {
        width: 289px;
        margin: 0 -60px 0 -75px
    }

    .part1 .img>div:nth-of-type(2)>div {
        height: 110px
    }

    .part1 .img>div:nth-of-type(2)>div small,
    .part1 .img>div:nth-of-type(2)>div strong {
        font-size: 12px;
        line-height: 18px;
        width: 157px;
        margin: 0 auto 16px;
        text-align: center
    }

    .part1 .img>div:nth-of-type(3) {
        width: 86px
    }

    .part1 .wrapper>small {
        margin-top: 20px;
        line-height: 18px
    }

    h3 {
        font-size: 32px;
        line-height: 65px;
        letter-spacing: 0
    }

    h3 i {
        font-size: 40px
    }

    h3:after {
        bottom: 5px
    }

    h3+br+small {
        font-size: 20px;
        line-height: 29px;
        padding: 0 26px
    }

    h3+br+small:after,
    h3+br+small:before {
        width: 14px;
        height: 26px;
        top: 5px
    }

    .part2 {
        padding: 115px 0 62px;
        background-size: 42.13% auto, 42.13% auto
    }

    .part2:after {
        width: 225px;
        height: 35px;
        bottom: -34px
    }

    .part2 .info {
        margin-top: 25px
    }

    .part2 .info p {
        font-size: 16px;
        line-height: 30px
    }

    .part2 .info p b {
        font-size: 32px
    }

    .part2 .info img {
        margin-top: 24px
    }

    .bg {
        background-color: #D9D9D9;
    }

    .bg>.img {
        height: 11420px
    }

    .bg>.img span:first-of-type {
        background: url(../img/large-bg-mobile1.png) no-repeat 50%;
        background-size: 100% 100%
    }

    .bg>.img span:nth-of-type(2) {
        background: url(../img/large-bg-mobile2.png) no-repeat 50%;
        background-size: 100% 100%
    }

    .bg>.img span:nth-of-type(3) {
        background: url(../img/large-bg-mobile3.png) no-repeat 50%;
        background-size: 100% 100%
    }

    .bg>.img span:nth-of-type(4) {
        background: url(../img/large-bg-mobile4.png) no-repeat 50%;
        background-size: 100% 100%
    }

    .bg>.img span:nth-of-type(5) {
        background: url(../img/large-bg-mobile5.png) no-repeat 50%;
        background-size: 100% 100%
    }

    .part3 {
        padding-top: 95px;
        padding-bottom: 150px
    }

    .part3 .list {
        margin-top: 37px
    }

    .part3 .list>div {
        margin: 0 0 20px
    }

    .part3 .wrapper+img {
        width: 29px;
        margin: 70px auto 0
    }

    .part4 {
        margin-top: -79px;
        padding-top: 115px;
        padding-bottom: 120px
    }

    .part4 .wrapper>center img {
        display: none
    }

    .part4 .wrapper>p {
        font-size: 16px;
        line-height: 22px;
        margin: 36px auto 40px
    }

    .part4 .box {
        padding: 24px 14px
    }

    .part4 .box strong {
        width: 100%;
        line-height: 47px;
        font-size: 18px;
        margin-bottom: 16px
    }

    .part4 .box.aos-animate>div span:first-of-type {
        background: url(../img/part4-chart1-1-mobile.jpg) 100% no-repeat;
        background-size: auto 100%
    }

    .part4 .box.aos-animate>div span:nth-of-type(2) {
        background: url(../img/part4-chart1-2-mobile.jpg) 100% no-repeat;
        background-size: auto 100%
    }

    .part4 .box>div img.desktop,
    .part4 .box>div img.pad {
        display: none
    }

    .part4 .box>div img.mobile {
        display: block
    }

    .part4 .box2.aos-animate>div span:first-of-type {
        background: url(../img/part4-chart2-1-mobile.jpg) top no-repeat;
        background-size: 100% auto
    }

    .part4 .box2 strong {
        margin-bottom: 25px
    }

    .part4 .wrapper+img {
        width: 29px;
        margin-top: 90px
    }

    .part5 {
        margin-top: -67px;
        padding-top: 115px;
        position: relative
    }

    .part5>img {
        position: absolute;
        width: 106px;
        left: -53px;
        top: 0
    }

    .part5 h3 {
        font-size: 26px;
        white-space: nowrap
    }

    .part5 h3 i {
        font-size: 42px
    }

    .part5 .video {
        margin-top: 20px;
        padding: 7px;
        border-radius: 4px
    }

    .part5 .video iframe {
        border-radius: 5px
    }

    .part5 .pad-tabs {
        width: 120px;
        line-height: 37px;
        font-size: 14px;
        margin-top: 10px
    }

    .part5 .pad-tabs img {
        width: 13px
    }

    .part5 .tabs {
        top: 20px;
        width: 120px;
        padding: 0 2px
    }

    .part5 .open .tabs {
        top: 50px
    }

    .part5 .tabs label {
        line-height: 37px;
        border-bottom: 2px solid #0083C9;
        font-size: 14px
    }

    .part6 {
        margin-top: -87px;
        padding-top: 135px
    }

    .part6 .wrapper {
        padding: 0 8px
    }

    .part6 .title {
        margin: 0 auto 32px;
        width: 278px
    }

    .part6 .main {
        width: 100%
    }

    .part6 .table tr th {
        font-size: 20px;
        line-height: 29px;
        padding: 15px 9px 17px 32px
    }

    .part6 .table tr td {
        font-size: 14px;
        line-height: 20px;
        padding: 12px 9px 13px 32px
    }

    .part6 .table tr td small {
        font-size: 14px
    }

    .part6 .table2 {
        margin: 15px auto 0
    }

    .part6 .big-gear,
    .part6 .small-gear {
        display: none
    }

    .part6 .woman {
        margin: 15px auto 0;
        width: 286px
    }

    .part7 .important {
        width: auto;
        margin: 0 auto 45px
    }

    .part7 .important small {
        font-size: 16px;
        line-height: 29px
    }

    .part7 .important strong {
        font-size: 18px;
        line-height: 29px
    }

    .part7 {
        margin-top: -110px;
        padding-top: 135px
    }

    .part7 .wrapper {
        padding: 0 20px
    }

    .part7 .step {
        margin-top: 37px
    }

    .part7 .step>* {
        margin: 0
    }

    .part7 .step>img {
        width: 22px;
        transform: rotate(90deg);
        margin: 15px 0
    }

    .part7 .step>div {
        width: 95%;
        margin: 0 auto
    }

    .part7 .step>div div {
        padding: 33px 49px 40px 48px;
        border-radius: 42px
    }

    .part7 .step>div title {
        font-size: 32px;
        line-height: 47px;
        margin-bottom: 9px
    }

    .part7 .step>div div b {
        font-size: 32px
    }

    .part7 .step>div div span {
        margin-top: 15px;
        font-size: 28px;
        line-height: 41px
    }

    .part7 .step>div div span img {
        margin-right: 20px;
        width: 30px
    }

    .part7 .step+p {
        margin: 40px auto;
        line-height: 27px;
        font-size: 18px
    }

    .part7 .btn>img {
        width: 141px;
        margin: 44px auto 0
    }

    .part7 .btn>a {
        margin: 0
    }

    .part7 .btn>a:first-of-type {
        width: 100%;
        margin-bottom: 24px
    }

    .part7 .btn>a:nth-of-type(2) {
        width: 100%
    }

    .part7 .form {
        width: 95%;
        margin: -100px auto 0;
        padding: 130px 0 100px
    }

    .part7 .form>img.big-gear {
        width: 106px;
        left: -38px;
        top: 86px
    }

    .part7 .form>div {
        padding: 24px 16px
    }

    .part7 .form h3 {
        margin-bottom: 36px
    }

    .part7 .form fieldset .title {
        font-size: 18px
    }

    .part7 .form fieldset .title:before {
        position: relative;
        left: 0;
        top: 0;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px
    }

    .part7 .form fieldset .text {
        display: block;
        width: 100%;
        max-width: none;
        height: 40px
    }

    .part7 .form fieldset .check {
        padding: 0
    }

    .part7 .form fieldset .check label {
        width: 100%;
        display: block;
        font-size: 16px;
        margin-top: 15px
    }

    .part7 .form fieldset .check label .text {
        width: 100%;
        max-width: none;
        margin: 15px 0 0
    }

    .part7 .form hr {
        width: 100%;
        margin: 0
    }

    .part7 .form fieldset.bottom {
        width: 100%;
        margin: 0 0 32px;
        position: relative;
        padding-left: 35px
    }

    .part7 .form fieldset.bottom .check label input+i {
        position: absolute;
        left: 0;
        top: 20px
    }

    .part7 .form fieldset.bottom .alert {
        text-decoration: none
    }

    .part7 .word {
        width: 100%;
        max-width: none;
        padding: 0 20px 50px
    }

    .popup {
        padding: 20px 20px 30px;
        height: 85%;
        border-radius: 20px
    }

    .popup strong {
        line-height: 24px;
        font-size: 16px
    }

    .popup strong:after {
        height: 8px;
        bottom: 0
    }

    .popup>div {
        margin: 20px 0 0;
        height: calc(100% - 40px);
        font-size: 12px;
        line-height: 22px
    }

    .popup>img {
        right: 20px;
        top: 20px;
        width: 16px
    }

    .new .bg>.img span {
        display: block !important;
        height: 20%
    }

    .new .bg>.img span:first-of-type {
        background: url(../img/large-bg-mobile1.png) no-repeat;
        background-size: 100% 100%;
        height: 20%
    }

    .new .bg>.img span:nth-of-type(2) {
        height: 18%
    }

    .new .bg>.img span:nth-of-type(3) {
        height: 25%
    }

    .new .bg>.img span:nth-of-type(4) {
        height: 20%
    }

    .new .bg>.img span:nth-of-type(5) {
        height: 17%
    }

    .new .part3 {
        padding-top: 100px
    }

    .new .part4 {
        padding-top: 50px
    }

    .new .part5 {
        padding-top: 80px
    }

    .new .part6 .list-title {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 28px
    }

    .new .part6 .list-title img {
        width: 34px;
        margin-left: 7px
    }

    .new .part6 .list>a {
        width: 100%;
        margin: 0 auto 10px;
        font-size: 16px;
        line-height: 20px;
        padding: 20px 60px 30px 20px
    }

    .new .part6 .list>a:nth-of-type(2n) {
        margin: 0 auto 10px
    }

    .new .part6 .list>a span {
        font-size: 14px
    }

    .new .part6 .list>a small {
        font-size: 16px
    }

    .new .part6 .list>a .recommend {
        width: 25px;
        top: -10px
    }

    .new .part6 .list>a .scroll {
        right: -20px;
        bottom: -25px
    }

    .new .part6 .list>a .scroll .ico {
        transform: scale(.32) rotate(-90deg)
    }

    .new .part6 .small-list>a {
        padding: 20px 25px
    }

    .new .part6 .small-list>a .scroll {
        bottom: -20px
    }

    .new .part6 .woman {
        bottom: -30px
    }
}

/*# sourceMappingURL=style.css.map */