* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #18191F;
    -webkit-overflow-scrolling: touch;
}

a {
    text-decoration: none;
}

#globalcontainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 1024px;
    width: 100%;
    height: 100vh;
    /* justify-content: center; */
    /* align-items: center; */
    overflow-y: auto;
    /* overflow-x: hidden; */
    /* border: 1px solid red; */
}

#firstpage {
    /* height: 100vh; */
}

#globalnav {
    min-width: 1024px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 24px 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#globalnav #logo {
    font-size: 28px;
    color: #3447EE;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    justify-content: center;
    align-items: center;
}

#globalnav img {
    height: 40px;
}

#globalnav #landin {
    margin-left: 40px;
    /* padding: 7px 32px; */
    height: 40px;
    width: 88px;
    display: flex;
    color: #fff;
    background: rgba(52, 71, 238, 1);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.gn-right {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-end;
}

.gn-right li {
    margin-left: 32px;
}

#modulecontent {
    /* min-width: 1024px; */
    max-width: 1440px;
    margin: 80px auto;
    /* height: 100%; */
}

.mc-top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#modulecontent .slogan {
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 98px;
}

#modulecontent p {
    margin-top: 22px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    max-width: 800px;
}

#modulecontent img {
    margin-top: 40px;
}

#appdownload {
    padding: 96px 0 64px 0;
    /* height: 680px; */
    display: flex;
    flex-direction: column;
    align-items: left;
    background: url(./images/bluebg.png) no-repeat center center;
    background-size: cover;
    overflow-y: hidden;
}

#appdownloadcontainer {
    margin: 0 auto;
    /* min-width: 1024px; */
    max-width: 1440px;
}

#appdownload .h1 {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
    text-align: left;
}

#appdownload .channels {
    margin: 64px 0;
    display: flex;
}

#appdownload .channels .download {
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 3;
}

#appdownload .singlechannel {
    position: relative;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    height: 260px;
    margin-left: 40px;
    /* padding: 32px 0px; */
    /* flex: 1; */
    width: 240px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    background: #fff;
    /* transition: 1s; */
}

.singlechannel .changeimg {
    margin-top: 16px;
    height: 120px;
    /* width: 100%; */
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}

.singlechannel .icon {
    height: 80px;
    margin-bottom: 16px;
    margin-top: 32px;
}

#ios .icon,
#android .icon {
    opacity: 0;
    z-index: -1;
}

.singlechannel .changeimg .downloadicon {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    height: 80px;
    margin-bottom: 16px;
    margin-top: 32px;
    transform: scale(2);
}

.singlechannel .changeimg .downloadqz {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1;
    height: 80px;
    width: 80px;
    margin-bottom: 16px;
    margin-top: 32px;
    transform: scale(1.5);
}

#appdownload #windows {
    margin: 0px;
}

#appdownload p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #18191FBF;
}

#appdownload .h3 {
    margin: 24px 0 8px 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

#appdownload .h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
    color: #fff;
    text-align: left;
}

#appdownload #downloadcontainer {
    display: flex;
}

#appdownload #downloadcontainer .h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

#appdownload #paddownload,
#containerdownload {
    margin-top: 16px;
    padding: 12px 32px;
    /* max-width: 243px; */
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}

#appdownload #paddownload p,
#containerdownload p {
    color: #3447EE;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-left: 6px;
}

.containerdownload {
    margin-left: 40px;
}

.containerdownload,
.paddownload {
    width: 248px;
}

#news {
    padding: 104px 0;
    height: 560px;
    width: 1110px;
    margin: 0 auto;
}

#news #newscontainer {
    height: 100%;
    /* margin: 0 auto; */
    border-radius: 16px;
    background: #3447EE;
    display: flex;
}

#news .news-left {
    padding: 40px 0 32px 48px;
}

#news .news-left .h2 {
    margin-bottom: 32px;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
    text-align: left;
    color: #fff;
}

#news .news-left ul li {
    margin-left: 32px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    color: #F1F2F6;
    list-style-type: disc;
}

#news .news-right {
    position: relative;
    flex: 1;
    height: 100%;
}

#news .news-right img {
    position: relative;
    top: 19px;
    right: -24px;
}

#abilities {
    /* min-width: 1024px; */
    max-width: 1440px;
    margin: 0 auto;
    margin-bottom: 120px;
    padding: 0 165px;
    margin-top: 8px;
    /* height: 680px; */
    display: flex;
    flex-direction: column;
}

#abilities .h2 {
    margin-top: 56px;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
}

#abilities .doubleabilities {
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
}

#abilities .doubleabilities p {
    margin-top: 8px;
}

#abilities .ability {
    width: 540px;
    display: flex;
}

.marginleft {
    margin-left: 48px;
}

#abilities .abilityright {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: left;
}

#abilities .abilityright .h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
}

#abilities .abilityright p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

#abilities .ability img {
    width: 72px;
}

#eg {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* height: 352px; */
    margin: 80px auto;
}

#eg .h2 {
    margin-bottom: 64px;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
}

#bottom {
    background: #3447EE;
    height: 360px;
}

#bottom .h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
    color: #fff;
}

#bottom .bottomcontainer {
    height: 100%;
    margin: 0 auto;
    /* padding: 80px 0 0 0; */
    /* min-width: 1024px; */
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#bottom p {
    margin-top: 8px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
}

#bottom #consulting {
    padding: 12px 0;
    width: 144px;
    margin-top: 40px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: #3447EE;
    background: #fff;
    border-radius: 48px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
}

#appdownload .hovering {
    margin-top: 16px;
    justify-content: center;
}

#eg #minilogo {
    display: none;
}

#ICP {
    /* z-index: 100; */
    /* height: 40px; */
    /* padding: 12px auto; */
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #3447EE;
}

#ICP .ICP {
    display: flex;
}

#ICP #privacy {
    margin-left: 16px;
    margin-bottom: 16px;
}

#ICP #privacy a {
    margin: 0 4px;
}

#ICP .p2 {
    margin-left: 16px;
}

#ICP p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.85);
}

#ICP p,
#ICP a {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.85);
}

#iosmobile, #androidmobile {
    display: none !important;
}


/* !!!!!!hover setting!!!!!!*/

#globalnav #landin:hover {
    background: rgba(52, 71, 238, 0.8);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

#ICP a:hover {
    text-decoration: underline !important;
}

#skip-appdownload:hover,
#skip-news:hover,
#skip-abilities:hover,
#skip-consulting:hover {
    color: #3447EE;
    cursor: pointer;
}

#windows:hover,
#macos:hover,
#ios:hover,
#android:hover,
#iosmobile:hover,
#androidmobile:hover {
    /* background-color: rgba(255, 255, 255, 0.8); */
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

/* #windows:hover .icon,
#macos:hover .icon,
#ios:hover .icon,
#android:hover .icon,
#iosmobile:hover .icon,
#androidmobile:hover .icon {
    opacity: 0;
    transition: all .5s ease-in-out;
    transform: scale(0.5);
} */

/* #windows:hover .downloadicon,
#macos:hover .downloadicon,
#iosmobile:hover .downloadicon,
#androidmobile:hover .downloadicon{
    opacity: 1;
    transition: all .5s ease-in-out;
    transform: scale(1);
} */

/* #ios:hover .icon,
#android:hover .icon {
    opacity: 0;
} */

/* #ios:hover .downloadqz,
#android:hover .downloadqz {
    transition: all .5s ease-in-out;
    transform: scale(1.5);
    opacity: 1;
} */

#windows:hover .hovering,
#macos:hover .hovering,
#iosmobile:hover .hovering,
#androidmobile:hover .hovering {
    display: flex;
}

#ios:hover .hovering,
#android:hover .hovering {
    display: flex;
}

/* #windows:hover .download,
#macos:hover .download,
#ios:hover .download,
#android:hover .download,
#iosmobile:hover .download,
#androidmobile:hover .download {
    display: none;
} */

#appdownload #paddownload:hover,
#appdownload #containerdownload:hover,
#bottom #consulting:hover {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

#ICP a:hover {
    text-decoration: underline !important;
}

@media screen and (max-width: 1340px) {
    #globalnav {
        /* min-width: 1024px; */
        padding: 22px 64px;
    }

    #modulecontent img {
        width: 880px;
    }

    #news {
        width: 1024px;
    }

    #news .news-right img {
        width: 530px;
    }

    #appdownload .singlechannel {
        /* padding: 32px 0; */
        width: 194px;
    }

    #eg img {
        width: 880px;
    }
}

@media screen and (max-width:500px) {
    #globalcontainer {
        min-width: 500px;
    }

    #firstpage {
        /* height: auto; */
    }

    #globalnav {
        min-width: 500px;
        padding: 32px;
    }

    #globalnav li {
        display: none;
    }

    .mc-top {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #modulecontent .slogan {
        font-size: 48px;
    }

    .mc-top p {
        width: 400px;
    }

    .mc-top p br {
        display: none;
    }

    #modulecontent {
        margin-top: 40px;
    }

    #modulecontent p {
        margin-top: 48px;
    }

    #modulecontent img {
        width: 480px;
    }

    .channels #windows,
    #macos,
    #downloadcontainer {
        display: none !important;
    }

    #appdownloadcontainer {
        margin: 0px;
    }

    #appdownload {
        /* height: auto; */
        padding: 32px 0 0 0;
    }

    #appdownload .channels {
        align-items: center;
        flex-direction: column;
    }

    #appdownload .singlechannel {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 320px;
        height: 320px;
        margin-left: 0px;
    }

    #appdownloadcontainer {
        padding: 32px;
    }

    #appdownload .h1 {
        text-align: center;
        font-size: 40px;
    }

    #iosmobile, #androidmobile {
        display: flex !important;
    }

    #androidmobile {
        margin-top: 32px !important;
    }

    #ios, #android {
        /* display: none !important; */
        margin-top: 32px !important;
    }

    #news {
        padding-bottom: 32px;
        height: auto;
        width: auto;
    }

    #news .news-right {
        display: none;
    }

    #news #newscontainer {
        justify-content: center;
        border-radius: 0px;
    }

    #abilities {
        padding: 32px;
    }

    #abilities .h2 {
        font-size: 29px;
    }

    #eg .h2,
    #bottom .h2 {
        font-size: 36px;
    }

    #abilities .doubleabilities {
        align-items: center;
        flex-direction: column;
    }

    .marginleft {
        margin: 64px 0 0 0;
    }

    #abilities .abilityright .h4 {
        font-size: 20px;
    }

    .ability p {
        width: 320px;
    }

    .ability p br {
        display: none;
    }

    #eg #largelogo {
        display: none !important;
    }

    #eg #minilogo {
        display: flex;
        width: 80%;
    }

    #bottom p {
        width: 350px;
    }

    #abilities .ability {
        width: auto;
    }

    #ICP {
        /* height: 68px; */
        flex-direction: column;
    }

    #ICP .ICP {
        flex-direction: column;
    }

    #ICP .p2,
    #ICP #privacy {
        margin: 4px;
    }
}

@media screen and (max-width: 500px) {
    /* #firstpage, #ICP {
        zoom: 0.6;
    } */

    #appdownload .singlechannel .changeimg {
        zoom: 1.5;
        margin: 0;
    }

    #appdownload .h3 {
        margin-top: 32px;
    }

    #appdownload .hovering {
        margin: 0;
        margin-bottom: 16px;
    }
}

#test-app-downolad-wrapper {
    background: #3447EE;
    padding: 80px;
    display: none;
}

#test-app-downolad-wrapper h1 {
    color: #fff;
    margin-bottom: 40px;
}

#test-app-downolad-wrapper p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 24px;
}

#test-login-btn {
    display: block;
    width: 120px;
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
    line-height: 40px;
    color: #3447EE;
    font-weight: 500;
    border: none;
    box-shadow: none;
    outline: none;
}

.download-btn-wrapper {
    max-width: 1110px;
    display: flex;
    margin: 0 auto;
    display: none;
}

.download-btn-wrapper a {
    display: block;
    flex: 1;
    background: #fff;
    border-radius: 4px;
    margin-right: 16px;
    line-height: 40px;
    color: #3447EE;
    font-weight: 500;
}

.download-btn-wrapper a:hover {
    background: #eee !important;
}

.download-btn-wrapper a:last-child {
    margin-right: 0;
}

.modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: none;
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -160px;
    margin-left: -240px;
    padding: 24px;
    width: 480px;
    height: 320px;
    background: #fff;
    border-radius: 12px;
    text-align: left;
    box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.3);
}

.modal * {
    text-align: left !important;
}

.modal-header {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header img {
    cursor: pointer;
}

#login-msg-failed {
    margin-bottom: 8px;
    font-size: 12px;
    color: red;
    visibility: hidden;
}

.modal p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px;
    color: #18191Faa;
}

.modal input {
    padding: 8px;
    margin-bottom: 12px;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
}

.modal button {
    border: none;
    box-shadow: non;
    background: #3447EE;
    border-radius: 4px;
    color: #fff;
    padding: 8px 12px;
    margin-top: 8px;
    cursor: pointer;
}

.modal button:hover {
    background: #3447EEDE;
}

@media screen and (max-width:500px) {
    .modal {
        top: 25%;
        left: 50%;
        margin-left: -180px;
        width: 360px;
    }

    .modal button {
        width: 100%;
        text-align: center !important;
    }

    .download-btn-wrapper {
        flex-direction: column;
    }

    .download-btn-wrapper a {
        height: 64px;
        font-size: 20px;
        line-height: 64px;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .download-btn-wrapper a:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-height:720px) {
    #modulecontent img {
        /* display: none!important; */
        width: 420px;
    }

    #globalcontainer {
        zoom: 0.5;
    }

    #appdownload p {}
}

@media screen and (min-height:900px) {
    #firstpage {
        /* height: 900px; */
    }
}

@media screen and (max-width:1024px) {
    #globalcontainer {
        zoom: 0.5;
    }
    #firstpage {
        /* height: 900px; */
    }
}
