.section {
    background: #ffcc32;
    width: 100%;
    background-size: cover;
}

video {
    display: none;
}

.bg {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/* .fp-section.fp-table,
.fp-slide.fp-table {
    height: 100% !important;
} */


.logo {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    padding: 0 4vw;
}

.logo .mt-contact-us{
    display: flex;
    align-items: center;
}

.logo .mt-contact-us a {
    display: block;
    text-decoration: none;
    border: 1px solid white;
    padding: 3px 5px;
    color: white;
    font-size: 12px;
    border-radius: 35px;
    margin: 0 5px;
}

.logo img {
    height: 40px;
}

.page1 .pos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.page1 .pos>div {
    text-align: center;
    display: flex;
    justify-content: center;
}

.page1 .pos .title img {
    width: 80%;
}

.page1 .pos .subtitle img {
    width: 80%;
    padding: 20px 0 25px 0;
}

.page1 .pos .btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.page1 .pos .btn>div {
    width: 100%;
    max-width: 50vw;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.page1 .pos .btn a {
    width: 70%;
    max-width: 50vw;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffd331;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    cursor: pointer;
}

.page1 .pos .actor {
    color: #fff;
    margin-top: 20px;
    text-decoration: underline;
}

.web-app-container {
    display: block;
}

.page1 .pos .banner {
    width: 100%;
    margin-top: 30px;
}

.page1 .pos .banner img {
    width: 100%;
}

.arrow {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 1000;
}

.arrow img {
    width: 21px;
    margin: 0 auto;
}

.page2 {
    background: #ffcc32 url("../images/phone-1.png") no-repeat;
    width: 100%;
}

.main {
    width: 100%;
    height: 100%;
}

.page2 .left {
    width: 100%;
    margin-top: 20px;
}

.page2 .left .pc1 {
    width: 215px;
    margin: 0 auto;
}

.page2 .left .pc2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 283px;
}

.section .left .pc img {
    width: 100%;
}

.section .title {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    justify-content: center;
    margin-top: 100px;
}

.section .subtitle {
    font-size: 14px;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
}

.section .btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.section .btn a {
    width: 200px;
    height: 52px;
    border-radius: 50px;
    background: #2a2314;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page3 {
    background: #ffcc32 url("../images/phone-2.png") no-repeat;
    width: 100%;
}

.page3 .left {
    width: 100%;
    height: 65%;
    position: relative;
}

.page3 .left .pc1 {
    width: 254px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.page3 .left .pc2 {
    width: 192px;
    position: absolute;
    left: 20px;
    top: 15%;
}

.page3 .left .pc3 {
    width: 224px;
    position: absolute;
    right: 10px;
    top: 0;
}

.page3 .left .pc4 {
    width: 243px;
    position: absolute;
    left: 55%;
    top: 20%;
    transform: translateX(-50%);
}

.page4 {
    background: #ffcc32 url("../images/phone-3.png") no-repeat;
}

.page4 .left {
    position: relative;
    width: 100%;
    height: 65%;
}

.page4 .left .pc1 {
    width: 216px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page4 .left .pc2 {
    width: 144px;
    position: absolute;
    left: 13%;
    top: 50%;
    transform: translateY(-50%);
}

.page4 .left .pc3 {
    width: 144px;
    position: absolute;
    right: 13%;
    top: 50%;
    transform: translateY(-35%);
}

.page5 {
    background: #ffcc32 url("../images/phone-4.png") no-repeat;
}

.page5 .left {
    position: relative;
    width: 100%;
    height: 65%;
}

.page5 .left .pc1 {
    width: 274px;
    position: absolute;
    left: 50%;
    top: 2%;
    transform: translateX(-50%);
    z-index: 5;
}

.page5 .left .pc2 {
    width: 216px;
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
}

/* 弹窗CSS */
.dialogDiv {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.androidTipDialog {
    width: 80%;
    padding-bottom: 20px;
    z-index: 100;
    background-color: #fff;
    border-radius: 10px;
}

.androidBottomDiv {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.androidTextDesc {
    margin-top: 20px;
    margin-left: 14px;
    margin-right: 14px;
    font-size: 16px;
    font-weight: 400;
    color: #707070;
    line-height: 20px;

}

.androidTextDesc p{
    margin: 6px 0 0;
    padding: 0;
    text-align: left
}

.androidButtonDiv,
.androidButton {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.androidButton {
    width: 141px;
    height: 40px;
    background: -webkit-gradient(linear, left top, right top, from(#ffc12f), to(#ffe32f));
    background: linear-gradient(90deg, #ffc12f, #ffe32f);
    border-radius: 20px;
    color: black;
}

p {
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.onlymobile {
    display: block;
}

.right {
    display: none;
}

.page6 {
    display: none !important;
}