.section {
    position: relative;
    font-family: 'myriadsetpro-thinthin', Arial;
    line-height: 1.2;
    font-weight: normal;
    margin: 0 auto;
}
.section p {
    margin-bottom: inherit;
}
.section ul {
    padding: 0;
    margin: 0;
}
.section ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.img-100p{
    width: 100%;
}
.img-95p{
    width: 95%;
}

:root {
    --width:100vw;
    --height: calc(var(--width) * 0.5927);
    --height--phone: calc(var(--width) * 1.4367)
}

.r6 section {
    width: 100%;
    color: #000;
    position: relative;
    text-align: center;
}

.bv-pc {
    display: block;
}

.bv-phone {
    display: none;
}

.bv-init {
    -webkit-transform: translate(0, 2rem);
    -ms-transform: translate(0, 2rem);
    transform: translate(0, 2rem);
    opacity: 0;
    -webkit-transition: opacity ease-in-out .6s, -webkit-transform ease-in-out .6s;
    transition: opacity ease-in-out .3s, -webkit-transform ease-in-out .6s;
    transition: transform ease-in-out .3s, opacity ease-in-out .6s;
    transition: transform ease-in-out .3s, opacity ease-in-out .6s, -webkit-transform ease-in-out .6s;
}

.bv-transform-move {
    transform: translate(0, 0);
    opacity: 1;
}

.bv-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.bv-font-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    color: #111111;
}

.bv-font-txt {
    font-size: 30px;
    color: #333333;
    line-height: 1.4;
}

.sect-video {
    text-align: center;
    padding-top: 50px;
}

.sect-video iframe {
    width: 77vw;
    height: calc(77vw * 0.5625);
}

.sect1 {
    height: calc(0.5927 * 100vw);
    background-image: url(images/sect1-banner.webp);
    background-size: 100vw calc(0.5927 * 100vw);
    text-align: center;
}

.sect1 .sect1-text1-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.sect1 .left {
    font-size: 157px;
    font-weight: bold;
    padding-right: 5px;
}

.sect1 .right h3 {
    font-size: 103px;
    font-weight: bold;
    line-height: 0.9;
    margin: 0;
    padding: 0;
}

.sect1 .right p {
    font-size: 32px;
    line-height: 1.5;
    color: #fff;
}

.sect1 .right {
    display: flex;
    flex-direction: column;
}

.sect1 .sect1-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
    text-align: left;
}

.sect2 ul {
    margin: 0 auto;
    width: 80vw;
    text-align: center;
}

.sect2 ul li {
    width: 22%;
    margin: 20px;
}

.sect2 ul p {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 500;
    color: #111111;
    line-height: 1.2;
}

.sect3 {
    text-align: center;
}

.sect3 .sect3-box {
    height: calc(0.4469 * 100vw);
    background-image: url(images/sect3-1.webp);
    background-size: 100vw calc(0.4469 * 100vw);
    text-align: left;
    position: relative;
}

.sect3 .sect3-text {
    position: absolute;
    padding-left: 15%;
    top: 50%;
    transform: translateY(-50%);
}

.sect3 .bv-font-title {
    margin-bottom: 40px;
}

.sect4 {
    padding-top: 150px;
    text-align: center;
}

.sect4 .bv-font-txt {
    padding: 45px 0;
}

.sect5 {
    text-align: center;
}

.sect5 .sect5-text {
    width: 100%;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
}

.sect5 .bv-font-txt {
    padding-top: 50px;
    padding-bottom: 60px;
}

.sect5 .txt-box {
    display: flex;
    justify-content: center;
}

.sect5 .part {
    margin: 0 100px;
}

.sect5 .p1 {
    font-weight: bold;
    font-size: 50px;
}

.sect5 .p2 {
    font-size: 40px;
}

.sect5 .left .p2 {
    margin-top: 20px;
}

.sect5 .tips {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    font-weight: 300;
    color: #FFFFFF;
}

.sect6 {
    margin-top: 50px;
}

.sect6 p {
    color: #fff;
}

.sect6 .sect6-text {
    position: absolute;
    top: 150px;
    left: 10%;
    text-align: left;
}

.sect6 .bv-font-txt {
    padding-top: 50px;
    padding-bottom: 100px;
}

.sect6 .txt-box {
    display: flex;
}

.sect6 .part {
    margin: 0 50px;
    padding: 20px;
    text-align: center;
    border: 4px solid #FFFFFF;
    border-radius: 16px;
}

.sect6 .p2 {
    font-size: 28px;
    margin-top: 30px;
}

.sect7 ul li {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    border: 1px solid #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 30px 20px;
}

.sect7 .img-box {
    height: 80px;
    line-height: 80px;
}

.sect7 li p {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
}

.sect9 .weight {
    position: absolute;
    bottom: 33%;
    left: 45%;
    font-size: 98px;
    font-weight: 300;
    color: #111111;
}

.sect10 {
    padding-top: 50px;
}

.sect10 .p3 {
    font-size: 50px;
    font-weight: 500;
    color: #111111;
    padding-top: 50px;
}

.sect10 .bv-font-txt {
    padding-top: 0;
}

.sect11 {
    padding-top: 20px;
}

.sect11 ul {
    margin: 0 auto;
    padding-bottom: 20px;
}

.sect11 li {
    width: 50%;
}

.sect11 li p {
    text-align: left;
    margin-left: 50%;
    transform: translateX(-50%);
}

.sect11 li p:nth-child(1) {
    font-size: 50px;
    font-weight: 500;
    color: #111111;
    margin-bottom: 20px;
}

.sect11 li p:nth-child(2) {
    font-size: 30px;
    font-weight: 500;
    color: #333333;
}

.sect12 .img-box {
    width: 343px;
    height: 669px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 100px;
    position: relative;
}

.sect12 .tips {
    border-radius: 20px;
    border: 1px solid #111;
    padding: 5px 20px;
    position: absolute;
    transition: all ease .5s;
}

.sect12 .tips img {
    margin-right: 10px;
}

.sect12 .tips1 {
    left: -100%;
    top: 0;
}

.sect12 .tips2 {
    left: -150%;
    top: 160px;
}

.sect12 .tips3 {
    left: -130%;
    bottom: 260px;
}

.sect12 .tips4 {
    left: -105%;
    bottom: 100px;
}

.sect12 .tips5 {
    right: -100%;
    top: 0;
}

.sect12 .tips6 {
    right: -150%;
    top: 200px;
}

.sect12 .tips7 {
    right: -120%;
    bottom: 200px;
}

.sect12 .tips:hover {
    transform: scale(1.1);
}

.sect12 {
    padding-bottom: 30px;
    overflow-x: hidden;
}

.sect13 {
    height: calc(var(--width) * 0.8865);
    background-image: url(images/sect13-bg.webp);
    background-size: 100vw calc(var(--width) * 0.8865);
    text-align: center;
}

.sect13 ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sect13 ul li {
    width: 43vw;
    margin: 30px;
    height: calc(43vw * 0.645);
    position: relative;
    overflow: hidden;
}

.sect13 ul li img {
    transition: all .5s ease;
}

.sect13 ul p {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #111111;
    font-size: 33px;
    font-weight: 500;
}

.sect13 .bv-font-title {
    padding: 100px 0;
    color: #fff;
}

.sect13 li img:hover {
    transform: scale(1.2);
}

@media screen and (max-width:800px) and (min-width:200px) {
    .bv-pc {
        display: none !important;
    }
    .bv-phone {
        display: block;
    }
    .sect-video {
        padding-top: 0;
    }
    .sect-video iframe {
        width: 100vw;
        height: calc(100vw * 0.5625);
    }
    .bv-font-title {
        font-size: 26px;
    }
    .sect1 {
        width: 100%;
        min-height: 340px;
        background: unset;
        overflow: hidden;
    }
    .sect1 img {
        width: 100%;
    }
    .sect1 .left {
        font-size: 60px;
        font-weight: bold;
        padding-right: 5px;
    }
    .sect1 .right h3 {
        font-size: 40px;
        line-height: 0.9;
    }
    .sect1 .right p {
        font-size: 12px;
        line-height: 1.5;
        color: #fff;
    }
    .sect1 .right {
        display: flex;
        flex-direction: column;
    }
    .sect2 ul {
        width: 100%;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .sect2 ul li {
        width: 40%;
        margin: 10px;
    }
    .sect2 ul p {
        margin-top: 10px;
        font-size: 18px;
    }
    .sect3 {
        padding-top: 30px;
    }
    .sect4 {
        padding-top: 30px;
    }
    .sect4 .bv-font-title, .sect5 .bv-font-title, .sect6-phone .bv-font-title {
        padding: 20px 0;
    }
    .sect5 .p1 {
        font-size: 18px;
    }
    .sect5 .p2 {
        font-size: 18px;
    }
    .sect5 .part {
        margin: 0 10px;
    }
    .sect5 .txt-box {
        margin-top: 40px;
    }
    .sect6-phone ul {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .sect6-phone ul li .img-box {
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sect6-phone ul li {
        margin: 0 10px;
    }
    .sect6-phone ul p {
        font-size: 14px;
    }
    .sect7 ul li {
        width: 80px;
        height: 80px;
        border-radius: 80px;
        margin: 5px;
        overflow: hidden;
    }
    .sect7 .img-box {
        width: unset;
        height: unset;
        line-height: unset;
        /*height: 20px;*/
        /*line-height: 20px;*/
    }
    .sect7 li img {
        width: 65%;
    }
    .sect7 li p {
        white-space: nowrap;
        word-wrap: break-word;
        /*line-height: 1;*/
        transform: scale(0.6) translateY(-14px);
        display: flex;
        justify-content: center;
    }
    .sect9 .bv-font-txt {
        padding: 0;
        font-size: 12px;
    }
    .sect9 .sect5-text {
        top: 0;
    }
    .sect9 .bv-font-title {
        padding: 5px 0;
        font-size: 20px;
    }
    .sect9 .weight {
        font-size: 20px;
    }
    .sect10 .p3 {
        font-size: 12px;
        padding-top: 5px;
    }
    .sect10 .sect5-text {
        top: 0;
    }
    .sect10 .bv-font-txt {
        font-size: 12px;
    }
    .sect10 .bv-font-title {
        padding: 5px 0;
    }
    .sect11 li p:nth-child(1) {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .sect11 li p:nth-child(2) {
        font-size: 12px;
    }
    .sect11 li p {
        margin-left: 10px;
        transform: unset;
    }
    .sect12 .bv-font-title {
        padding: 0 10px;
        font-size: 20px;
        text-align: left;
    }
    .sect12 .bv-font-txt {
        padding: 5px 10px;
        font-size: 12px;
        text-align: left;
    }
    .sect12 .img-box {
        margin-top: 30px;
        width: 100%;
        height: unset;
        transform: unset;
        margin-left: 20px;
        position: relative;
    }
    .sect12 .watch {
        width: 100px;
        position: absolute;
        left: 0;
        top: 20px;
    }
    .sect12 .tips {
        position: unset;
        width: 70%;
        font-size: 12px;
        text-align: left;
        border: unset;
        transform: translateX(37%);
    }
    .sect12 .tips img {
        width: 25px;
    }
    .sect13 {
        background: unset;
        height: unset;
    }
    .sect13 .bv-font-title {
        padding-top: 10px;
        padding-bottom: 50px;
        color: #111;
    }
    .sect13 ul p {
        font-size: 14px;
        position: unset;
        transform: unset;
        padding: 20px 0;
    }
    .sect13 ul li {
        margin: 5px;
        height: unset;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }
    .sect13 ul img {
        width: 70%;
    }
}