@font-face {
    font-family: "HYJunhei-85J";
    /* src: url('https://musi2024.oss-cn-beijing.aliyuncs.com/fonts/HYJunHei-85W.ttf'); */
    src: url('./res/font/HYJunHei-85W.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    }
@font-face {
    font-family: "HYJunhei-35J";
    /* src: url('https://musi2024.oss-cn-beijing.aliyuncs.com/fonts/HYJunHei-35W.ttf'); */
    src: url('./res/font/HYJunHei-35W.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    }
@font-face {
    font-family: "HYJunhei-65J";
    /* src: url('https://musi2024.oss-cn-beijing.aliyuncs.com/fonts/HYJunHei-65W.ttf'); */
    src: url('./res/font/HYJunHei-65W.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
}
body {
    font-family:HYJunhei-65J;
    overflow-x: hidden;
    background-color: #e9e9eb;
}
.color-white {
    color: white;
}
.color-grey {
    color: #3b3b3b;
}
.title {
    font-size: 6rem;
    line-height: 7rem;
    white-space: nowrap;
    font-family: 'HYJunhei-85J';
}
.tip_big {
    font-size: 3rem;
    line-height: 4rem;
    font-family: 'HYJunhei-65J';
    font-weight: normal;
    white-space: nowrap;
}
.tip {
    font-size: 2rem;
    line-height: 3rem;
    font-family: 'HYJunhei-65J';
    font-weight: normal;
    white-space: nowrap;
}
.word {
    font-size: 1.8rem;
    line-height: 3rem;
    font-family: 'HYJunhei-65J';
    font-weight: normal;
    white-space: nowrap;
}
/* ---------------------------------------------------------------------------------------- page0 ---------------------------------------------------------------------------------------- */
.page0 {
    height: 100vh;
    position: relative;
}
#video0 {
    height: 100%;
    width: 100%;
    position: absolute;
    background: #000000;
    object-fit: cover;
}
.player {
    display: block;
    margin: auto;
    background: #000000;
}
.name0 {
    opacity: 0;
    font-family: 'HYJunhei-65J';
    position: absolute;
    color: #888888;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10rem;
}
.name1 {
    opacity: 0;
    position: absolute;
    color: #777777;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
}
.name2 {
    opacity: 0;
    position: absolute;
    bottom: 6%;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
}
.name2 span {
    color: #0065cb;
    font-size: 1.8rem;
    font-weight: normal;
}
.name2 img {
    width: 2.2rem;
    position: absolute;
    margin-left: 0.5rem;
    bottom: 0;
}
.frameText {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.frameTitle {
    font-family: HYJunhei-65J;
    text-align: center;
    font-weight: normal;
}

/* ---------------------------------------------------------------------------------------- page1 ---------------------------------------------------------------------------------------- */
.page1 {
    height: 100vh;
    background-color: #ffffff;
    margin-top: 0.5rem;
    position: relative;
}
#video1 {
    height: 80%;
    top: 10%;
    right: 0;
    position: absolute;
    object-fit: cover;
}
.page1_section {
    position: absolute;
    width: 50rem;
    height: 35rem;
    transform: translate(0, -50%);
    top: 50%;
    left: 10%;
}
.page1_section .title {
    color: #000000;
    font-size: 6rem;
    text-align: left;
    font-weight: normal;
    margin-bottom: 3rem;
}
.page1_section .p1 {
    text-align: left;
}
.page1_section .p2 {
    text-align: left;
}
.button_replay {
    position: absolute;
    bottom: 0;
    left: 0;
    text-decoration: none;
}
.button_replay span {
    color: #0065cb;
    font-size: 1.8rem;
    font-weight: normal;
}
.button_replay img {
    width: 2.2rem;
    position: absolute;
    margin-left: 0.5rem;
    bottom: 0;
}
/* ---------------------------------------------------------------------------------------- page2 ---------------------------------------------------------------------------------------- */
.page2 {
    height: 100vh;
    background-color: #ffffff;
    margin-top: 0.5rem;
    position: relative;
}
.page2 #video2 {
    height: 80%;
    top: 10%;
    left: 0;
    position: absolute;
    object-fit: cover;
}
.page2_section {
    position: absolute; width: 60rem; height: 35rem; transform:translate(0, -50%);top:50%; left:55%;
}
.page2_section .title {
    color: #000000;
    font-size: 6rem;
    text-align: left;
    font-weight: normal;
    margin-bottom: 3rem;
}
.page2_section .p1 {
    text-align: left;
}
.page2_section .p2 {
    text-align: left;
}
/* ---------------------------------------------------------------------------------------- page3 ---------------------------------------------------------------------------------------- */
.page3{
    height: 100vh; background-color: #ffffff;margin-top: 0.5rem; position: relative;
}
.page3 #video3{
    height:80%;top:10%; right: 0; position: absolute; object-fit: cover;
}
.page3_section {
    position: absolute; width: 60rem; height: 35rem; transform:translate(0, -50%);top:50%; left:10%;
}
.page3_section .title{
    color: #000000;font-size: 6rem;text-align: left;font-weight: normal;margin-bottom: 3rem;
}
.page3_section .p1 {
    text-align: left;
}
.page3_section .p2 {
    text-align: left;
}
/* ---------------------------------------------------------------------------------------- page4 ---------------------------------------------------------------------------------------- */
.page4{
    height: 100vh; background-color: #ffffff;margin-top: 0.5rem;position: relative;
}
.page4 .cowhide{
    height:80%;bottom:0%; left: 0; position: absolute; object-fit: cover;
}
.page4_section {
    position: absolute; width: 70rem; height: 40rem; transform:translate(0, -50%);top:50%;left:50%;
}
.page4_section .title{
    color: #000000;font-size: 6rem;text-align: left;font-weight: normal;margin-bottom: 3rem;
}
.page4_section .p1 {
    text-align: left;
}
.page4_section .p2 {
    text-align: left;
}
.page4_section .p3 {
    text-align: left;
}
.page4_section .p4 {
    text-align: left;
}
.page4_section .a3{
    position: absolute;bottom: 0;left: 0; display: flex; display: -webkit-flex;justify-content: center;align-items: center;
}
.page4_section .a3 .button_0{
    text-decoration: none;
}
.page4_section .a3 .button_1{
    margin-left: 5rem; text-decoration: none;
}
.page4_section .a3 .button_2{
    margin-left: 5rem; text-decoration: none;
}
.page4_section .a3_span{
    color: #0065cb;font-size: 1.8rem;font-weight: normal;
}
.page4_section .a3_img{
    width:  1.8rem;position: absolute;margin-left: 0.5rem;bottom: 1.2rem;
}
.page4_section .a3_img1{
    width:  1.8rem;position: absolute;margin-left: 1.5rem;bottom: 1.2rem;
}
/* ---------------------------------------------------------------------------------------- page5 ---------------------------------------------------------------------------------------- */
.page5{
    height: 100vh; background-color: #ffffff;margin-top: 0.5rem; position: relative;
}
.page5 .sponge{
    height:80%;top: 0; right:0; position: absolute; object-fit: cover;
}
.page5_section{
    position: absolute; width: 70rem; height: 45rem; transform:translate(0, -50%);top:50%; left:10%;
}
.page5_section h1{
    color: #000000;font-size: 6rem;text-align: left;font-weight: normal;margin-bottom: 3rem;
}
.page5_section p{
    text-align: left;
}
.page5_section .a3{
    position: absolute;width: 60%;left: 0%;bottom: 0;display: flex; display: -webkit-flex;justify-content: center;align-items: center;
}
.page5_section .a3 a{
    width: 33%; text-decoration: none;
}
.page5_section .a3 a img{
    object-fit: contain;width:100%;height: 7rem;
}
.page5_section .a3 a h2{
    text-align: center;
}
/* ---------------------------------------------------------------------------------------- page6 ---------------------------------------------------------------------------------------- */
.page6{
    background-color: #ffffff; height: 60vh; position: relative;margin-top: 0.5rem;
}
.page6 .img{
    width: 40%; height: 70%;position: absolute;transform:translate(20%, -50%);top:53%;
}
.page6 img{
    object-fit: contain; width:90%; height:90%;position: absolute;transform:translate(-50%, -50%);top:50%;left:50%;
}
.page6 .rulerRow{
    width: 90%;height: 1.5rem;position: absolute;transform:translate(-50%, -50%);left:50%;
}
.page6 .rulerColumn{
    width: 1.5rem;height: 80%;position: absolute;transform:translate(-50%, -50%);top:50%;
}
.page6 .rulerRow .r1{
    background-color: black;width: 0.1rem;height: 100%;float: left
}
.page6 .rulerRow .r2{
    background-color: black;width: 30%;height: 0.1rem;position: absolute;transform:translate(0, -50%);top:50%;
}
.page6 .rulerRow .r3{
    background-color: black;width: 0.1rem;height: 100%;float: right
}
.page6 .rulerRow .r4{
    background-color: black;width: 30%;height: 0.1rem;position: absolute;transform:translate(0, -50%);top:50%;right: 0
}
.page6 .rulerRow h3{
    color: black;width: 100%;height: 100%; text-align: center; font-size: 1.5rem;font-weight: normal;position: absolute;
}
.page6 .rulerColumn .r1{
    background-color: black;width: 100%;height: 0.1rem;float: top
}
.page6 .rulerColumn .r2{
    background-color: black;width: 0.1rem;height: 30%;position: absolute;transform:translate(-50%, -0);left:50%;
}
.page6 .rulerColumn .r3{
    background-color: black;width: 100%;height: 0.1rem;position: absolute;bottom: 0
}
.page6 .rulerColumn .r4{
    background-color: black;width: 0.1rem;height: 30%;position: absolute;transform:translate(-50%, -0);left:50%;bottom: 0
}
.page6 .rulerColumn h3{
    color: black;width: 100%;height: 100%; text-align: center; font-size: 1.5rem;font-weight: normal;display: flex;align-items: center;justify-content: center;
}
.page6_section{
    width: 50rem; height: 28rem; position: absolute;transform:translate(0, -50%);top:50%;left:60%;
}
.page6 .page6_section .title{
    color: #000000;font-size: 6rem;text-align: left;font-weight: normal;margin-bottom: 3rem;
}
.page6 .page6_section p{
    text-align: left;
}
/* ---------------------------------------------------------------------------------------- page7 ---------------------------------------------------------------------------------------- */
.page7{
    height: 80vh; background-color: #ffffff;position: relative;margin-top: 0.5rem;
}
.page7 .img_color{
    width:70%;height:50%;position: absolute;transform:translate(-50%, 20%);left:50%;
}
.page7 .img_color #img1{
    opacity: 1; transition: opacity 0.1s ease;width:100%;height:100%; object-fit: contain;position: absolute;transform:translate(-50%, 20%);left:50%;
}
.page7 .img_color #img2{
    opacity: 0; transition: opacity 0.1s ease;width:100%;height:100%; object-fit: contain;position: absolute;transform:translate(-50%, 20%);left:50%;
}
.page7 .img_color #img3{
    opacity: 0; transition: opacity 0.1s ease;width:100%;height:100%; object-fit: contain;position: absolute;transform:translate(-50%, 20%);left:50%;
}
.page7 .img_color #img4{
    opacity: 0; transition: opacity 0.1s ease;width:100%;height:100%; object-fit: contain;position: absolute;transform:translate(-50%, 20%);left:50%;
}
.page7 .img_color #img5{
    opacity: 0; transition: opacity 0.1s ease;width:100%;height:100%; object-fit: contain;position: absolute;transform:translate(-50%, 20%);left:50%;
}
.page7 .img_color #img6{
    opacity: 0; transition: opacity 0.1s ease;width:100%;height:100%; object-fit: contain;position: absolute;transform:translate(-50%, 20%);left:50%;
}
.page7 .img_color #img7{
    opacity: 0; transition: opacity 0.1s ease;width:100%;height:100%; object-fit: contain;position: absolute;transform:translate(-50%, 20%);left:50%;
}
.page7 .img_color #img8{
    opacity: 0; transition: opacity 0.1s ease;width:100%;height:100%; object-fit: contain;position: absolute;transform:translate(-50%, 20%);left:50%;
}
.page7 .page7_btn{
    width:  40rem; height: 5rem;position: absolute; transform:translate(-50%, 0);left:50%;bottom:20% 
}
.page7 .page7_btn h2{
    width: 100%; height: 3rem; font-size: 1.8rem; font-weight: normal;text-align: center;
}
.page7 .page7_btn .btn_bg{
    background-color: #ffffff;width: 63%;height: 100%;float: left;border-radius: 5rem; border: 0.2rem solid #ffffff; display: flex; display: -webkit-flex;justify-content: center;align-items: center;
}
.page7 .page7_btn .btn_bg #btn_color1{
    width: 3.5rem; height: 3.5rem; background-color: #aaaaaa;border-radius: 2rem; border: none; box-shadow: inset 0.1rem 0.3rem 0.3rem rgba(0, 0, 0, 0.3); margin: 0.5rem;
}
.page7 .page7_btn .btn_bg #btn_color2{
    width: 3.5rem; height: 3.5rem; background-color: #877d70;border-radius: 2rem; border: none; box-shadow: inset 0.1rem 0.3rem 0.3rem rgba(0, 0, 0, 0.3); margin: 0.5rem;
}
.page7 .page7_btn .btn_bg #btn_color3{
    width: 3.5rem; height: 3.5rem; background-color: #6a564e;border-radius: 2rem; border: none; box-shadow: inset 0.1rem 0.3rem 0.3rem rgba(0, 0, 0, 0.3); margin: 0.5rem;
}
.page7 .page7_btn .btn_bg #btn_color4{
    width: 3.5rem; height: 3.5rem; background-color: #aba99a;border-radius: 2rem; border: none; box-shadow: inset 0.1rem 0.3rem 0.3rem rgba(0, 0, 0, 0.3); margin: 0.5rem;
}
.page7 .page7_btn .btn_bg #btn_color5{
    display: none;width: 3.5rem; height: 3.5rem; background-color: #aaaaaa;border-radius: 2rem; border: none; box-shadow: inset 0.1rem 0.3rem 0.3rem rgba(0, 0, 0, 0.3); margin: 0.5rem;
}
.page7 .page7_btn .btn_bg #btn_color6{
    display: none;width: 3.5rem; height: 3.5rem; background-color: #877d70;border-radius: 2rem; border: none; box-shadow: inset 0.1rem 0.3rem 0.3rem rgba(0, 0, 0, 0.3); margin: 0.5rem;
}
.page7 .page7_btn .btn_bg #btn_color7{
    display: none;width: 3.5rem; height: 3.5rem; background-color: #6a564e;border-radius: 2rem; border: none; box-shadow: inset 0.1rem 0.3rem 0.3rem rgba(0, 0, 0, 0.3); margin: 0.5rem;
}
.page7 .page7_btn .btn_bg #btn_color8{
    display: none;width: 3.5rem; height: 3.5rem; background-color: #aba99a;border-radius: 2rem; border: none; box-shadow: inset 0.1rem 0.3rem 0.3rem rgba(0, 0, 0, 0.3); margin: 0.5rem;
}

.page7 .page7_btn .btn1_bg{
    background-color: #c8c8c8;width: 33%;height: 100%;float: right;border-radius: 5rem;border: 0.2rem solid #c8c8c8; display: flex; display: -webkit-flex;justify-content: center;align-items: center;
}
.page7 .page7_btn .btn1_bg #btn_switch1{
    transition: background-color 0.5s ease,box-shadow 0.55s ease;width: 50%; height: 90%; background-color: rgba(29,29,31);border-radius: 5rem; border: none;  margin: 0.1rem;font-size: 1.8rem;color: rgba(245,245,247);
}
.page7 .page7_btn .btn1_bg #btn_switch2{
    transition: background-color 0.5s ease,box-shadow 0.55s ease;width: 50%; height: 90%; background-color: rgba(0,0,0,0);border-radius: 5rem; border: none;   margin: 0.1rem;font-size: 1.8rem;color: rgb(29, 29, 31);
}

/* ---------------------------------------------------------------------------------------- page8 ---------------------------------------------------------------------------------------- */
.page8{
    height: 100vh;position: relative;margin-top: 0.5rem;
}
.page8 img{
    width:100%;height:100%; position: absolute;object-fit: cover;
}
.page8 .black{
    background-color: #000000;width:100%;height:100%; position: absolute;opacity: 0;
}
.page8_section{
    position: absolute; width: 50rem; height: 40rem; transform:translate(0, -50%);top:50%; left:60%;z-index: 9;
}
.page8_section h3{
    color: #ffffff;font-size: 1.8rem;text-align: left;font-weight: normal;margin-bottom: 1rem;
}
.page8_section h1{
    color: #ffffff;font-size: 6rem;text-align: left;font-weight: normal;margin-bottom: 3rem;
}
.page8_section p{
    text-align: left;color: #c8c8c8;
}
.page8_section a{
    position: absolute;bottom: 0rem;text-decoration: none;
}
.page8_section a span{
    color: #0065cb;font-size: 1.8rem;font-weight: normal
}
.page8_section a img{
    width: 2.3rem;position: absolute;margin-left: 0.5rem; bottom: -0.1rem;
}
.page8 .masking{
    position: absolute; width:45%; height:100%;margin-top: 0.5rem; transform:translate(0, -50%);top:49%; left:55%;background:linear-gradient(to right, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.4) 20%,rgba(0,0,0,0.5) 40%,rgba(0,0,0,0.6) 60%,rgba(0,0,0,0.7) 80%, rgba(0,0,0,0.9));z-index: 8;
}

/* ---------------------------------------------------------------------------------------- page9 ---------------------------------------------------------------------------------------- */
.page9{
    height: 100vh;position: relative;
}
.page9 video{
    height:100%; width: 100%; position: absolute; object-fit: cover;
}
.page9_section{
    position: absolute; width: 55rem; height: 30rem; transform:translate(0, -50%);top:50%; left:60%;z-index: 9;
}
.page9_section h3{
    color: #ffffff;font-size: 1.8rem;text-align: left;font-weight: normal;margin-bottom: 1rem;
}
.page9_section h1{
    color: #ffffff;font-size: 6rem;text-align: left;font-weight: normal;margin-bottom: 3rem;
}
.page9_section p{
    text-align: left;color: #c8c8c8;
}
.page9 .masking{
    position: absolute; width:45%; height:100%;margin-top: 0.5rem; transform:translate(0, -50%);top:49%; left:55%;background:linear-gradient(to right, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.4) 20%,rgba(0,0,0,0.5) 40%,rgba(0,0,0,0.6) 60%,rgba(0,0,0,0.7) 80%, rgba(0,0,0,0.9));z-index: 8;
}

/* ---------------------------------------------------------------------------------------- page10 ---------------------------------------------------------------------------------------- */
.page10{
    height: 140vh;position: relative;background-color: #ffffff;margin-top: 0.5rem;
}
.page10 .title{
    font-size: 6rem;color: #000000;text-align: center;padding-top: 10rem;
}
.page10 .design{
    position: absolute; width:80%; height:50%; transform:translate(-50%, -50%);top:45%; left:50%;
}
.page10 .img1{
    object-fit:contain; width:100%; position: absolute; bottom: 0
}
.page10 .img2{
    object-fit:contain; width:18%;left:6%;position: absolute;bottom:9vw
}
.page10 .img3{
    object-fit:contain; width:70%;left:15%;position: absolute;bottom:5vw
}
.page10 .img4{
    object-fit:contain; width:50%;left:20%;position: absolute;bottom:3vw
}
.page10 .img5{
    object-fit:contain; width:13%;right:5%;position: absolute;bottom:5vw
}
.page10 .img6{
    object-fit:contain; width:10%;left:5%;position: absolute;bottom:4vw
}
.page10 .img7{
    object-fit:contain; width:15%;left:5%;z-index: 9;position: absolute;bottom:2vw
}
.page10_section{
    width:80%; height:20%; position: absolute; transform:translate(-50%, 0%);bottom: 10rem; left:50%; display: flex; display: -webkit-flex;justify-content: center;align-items: center;
}

.page10_section .s1{
    width:33%; height:100%;
}
.page10_section .s1 .s1_d{
    width:30%; height:100%;float: left;text-align: center;font-size: 8vw;color: #e4e4e4
}
.page10_section .s1 .s1_r{
    width:70%; height:100%;float: right; margin-top: 3rem;
}
.page10_section .s1 .s1_r h2{
    color: #7f7f7f; font-size: 1.8rem; font-weight: normal;
}
.page10_section .s1 .s1_r h1{
    color: #000000; font-size: 3rem; margin-top: 0.5rem; margin-bottom:2rem;
}
.page10_section .s1 .s1_r h3{
    color: #7f7f7f; font-size: 1.8rem; font-weight: normal;
}
.page10_section .s1 .s1_r a{
    text-decoration: none;position: absolute;  bottom: 0;
}
.page10_section .s1 .s1_r a span{
    color: #0065cb;font-size: 1.8rem;font-weight: normal
}
.page10_section .s1 .s1_r a img{
    width:  2.2rem;position: absolute;margin-left: 0.5rem;margin-top: 0.0rem;
}

.page10_section .s2{
    width:33%; height:100%;
}
.page10_section .s2 .s2_d{
    width:30%; height:100%;float: left;text-align: center;font-size: 8vw;color: #e4e4e4
}

.page10_section .s2 .s2_r{
    width:70%; height:100%;float: right; margin-top: 3rem;
}
.page10_section .s2 .s2_r h2{
    color: #7f7f7f; font-size: 1.8rem; font-weight: normal;
}
.page10_section .s2 .s2_r h1{
    color: #000000; font-size: 3rem; margin-top: 0.5rem; margin-bottom:2rem;
}
.page10_section .s2 .s2_r h3{
    color: #7f7f7f; font-size: 1.8rem; font-weight: normal;
}
.page10_section .s2 .s2_r a{
    text-decoration: none;position: absolute;  bottom: 0;
}
.page10_section .s2 .s2_r a span{
    color: #0065cb;font-size: 1.8rem;font-weight: normal
}
.page10_section .s2 .s2_r a img{
    width:  2.2rem;position: absolute;margin-left: 0.5rem;margin-top: 0.0rem;
}


.page10_section .s3{
    width:33%; height:100%;
}
.page10_section .s3 .s3_d{
    width:30%; height:100%;float: left;text-align: center;font-size: 8vw;color: #e4e4e4;
}

.page10_section .s3 .s3_r{
    width:70%; height:100%;float: right; margin-top: 3rem;
}
.page10_section .s3 .s3_r h2{
    color: #7f7f7f; font-size: 1.8rem; font-weight: normal;
}
.page10_section .s3 .s3_r h1{
    color: #000000; font-size: 3rem; margin-top: 0.5rem; margin-bottom:2rem;
}
.page10_section .s3 .s3_r h3{
    color: #7f7f7f; font-size: 1.8rem; font-weight: normal;
}
.page10_section .s3 .s3_r a{
    text-decoration: none;position: absolute;  bottom: 0;
}
.page10_section .s3 .s3_r a span{
    color: #0065cb;font-size: 1.8rem;font-weight: normal;
}
.page10_section .s3 .s3_r a img{
    width:  2.2rem;position: absolute;margin-left: 0.5rem;margin-top: 0.0rem;
}

/* ---------------------------------------------------------------------------------------- page11 ---------------------------------------------------------------------------------------- */
.page11{
    height: 110vh;position: relative;background-color: #ffffff;margin-top: 0.5rem;
}
.page11 .title{
    font-size: 5rem;color: #000000;text-align: center;padding-top: 10rem;
}
.page11_section{
    width:80%; height:60%; position: absolute; transform:translate(-50%, 20%);left:50%; display: flex; display: -webkit-flex;justify-content: center;align-items: center;
}
.page11_section .page11_sectionColumn{
    width:49.5%; height:100%; position: relative;
}
.page11_section .page11_sectionColumn .page11_Standard{
    object-fit: contain; width:100%;height: 9vw;
}
.page11_sectionColumnRow{
    width: 100%; height: 5rem;display: flex; display: -webkit-flex;justify-content: center;align-items: center;
}
.color_code1{
    width: 1rem; height: 1rem; border-radius: 50%; background-color: #aaaaaa;
}
.color_code2{
    width: 1rem; height: 1rem; border-radius: 50%; background-color: #877d70; margin-left: 0.5rem;
}
.color_code3{
    width: 1rem; height: 1rem; border-radius: 50%; background-color: #6a564e;margin-left: 0.5rem;
}
.color_code4{
    width: 1rem; height: 1rem; border-radius: 50%; background-color: #aba99a;margin-left: 0.5rem;
}
.page11 h1{
    text-align: center;color: #000001;margin-top: 5rem;margin-bottom: 2rem;
}
.page11 h3{
    width: 100%; text-align: center;
}
.page11 button{
    width: 6rem;height: 3rem;background: #0065cb;color: #ffffff;font-size: 1.5rem;border: 0;border-radius: 2.7rem;position: absolute; transform:translate(-50%, 0%); left:50%;bottom:5rem;
}
.page11 a{
    text-decoration: none;position: absolute; transform:translate(-50%, 0%); left:50%;bottom:0;
}
.page11 a span{
    color: #0065cb;font-size: 1.8rem;font-weight: normal;
}
.page11 a img{
    width:  1.8rem;position: absolute;margin-left: 0.5rem;margin-top: 0.2rem;
}
/* ---------------------------------------------------------------------------------------- page12 ---------------------------------------------------------------------------------------- */
.page12{
    height: 100vh;position: relative;background-color: #000000; margin-top: 0.5rem;
}
.page12_section{
    width: 50%; height:85%; position: absolute; transform:translate(-50%, 10%);left: 50%;
}
.page12_section .footer_title{
    width: 100%; height:20%;margin-top: 5%;
}
.page12_section .footer_title h1{
    background: linear-gradient(to right,#fff6bc,  #cca870, #f6edb5);-webkit-background-clip: text;-webkit-text-fill-color: transparent; text-align: center;font-size: 6rem; font-weight: normal;
}
.page12_section .footer_title h2{
    text-align: center;bottom: 0;
}
.page12_section .footer_page{
    width: 100%; height:40%;display: flex; display: -webkit-flex;justify-content: center;align-items: center;
}
.page12_section .footer_page div{
    width: 30%;height: 40%;
}
.page12_section .footer_page div img{
    width: 100%;height: 50%; object-fit: contain;margin-bottom: 2rem;
}
.page12_section .footer_page div h3{
    text-align: center;bottom: 0;
}
.page12_section .footer_code{
    width: 100%; height:30%;
}
.page12_section .footer_code img{
    width: 100%;height:60%; object-fit: contain;
}
/* ---------------------------------------------------------------------------------------- modal ---------------------------------------------------------------------------------------- */
#modal-wrapper{
    position: fixed;left: 0;top: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,1);display: none;justify-content: center;align-items: center;z-index: 999;
}
#videoPlay{
    position: fixed;width: 100vw;height: 100vh;z-index: 999999;display:none;
}
#PlayExit{
    position: absolute;top: 1.1rem;right: 1.1rem;width: 3.6rem;height: 3.6rem;z-index: 101;border-radius: 50%;transform: rotate(45deg);display: none;background-color: #e8e8ed;z-index: 999999;
}
#PlayExit span{
    color: rgba(29,29,31,0.56);font-size: 2.4rem;margin: 0.1rem;
}
#modal-wrapper1{
    position: fixed;left: 0;top: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,0.8);display: none;justify-content: center;align-items: center;z-index: 999;
}
#imgPlay{
    position: fixed;width: 100vw;height: 100vh;z-index: 999999;display:none;
}
#imgPlayExit{
    position: absolute;top: 1.1rem;right: 1.1rem;width: 3.6rem;height: 3.6rem;z-index: 101;border-radius: 50%;transform: rotate(45deg);display: none;background-color: #e8e8ed;z-index: 999999;
}
#imgPlayExit span{
    color: rgba(29,29,31,0.56);font-size: 2.4rem;margin: 0.1rem;
}