body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Verdana', Sans-serif;
    font-size: 16px;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    color: #53576f;
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
}

a {
    color: #2d374b;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
em {
    font-style: normal;
}
li {
    list-style: none;
}
img {
    border: 0;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
p {
    word-wrap: break-word;
}
div,
li,
input,
textarea,
section {
    box-sizing: border-box;
}
input,
textarea {
    outline: none;
    border: none;
    resize: none;
}
button {
    border: none;
    padding: 0;
}
/* pc */
.pc-style {
    display: block;
}
/* mobile */
.mobile-style {
    display: none;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.flex {
    display: flex;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.icon-white {
    color: white;
}
.banner-first {
    width: 100%;
    padding: 80px 0;
    background: url('../img/banner-first.png') no-repeat left top;
    background-size: 100% 100%;
}
.banner-first .title {
    font-weight: 700;
    font-size: 35px;
    line-height: 47px;
    text-align: center;
    color: #212121;
}
.banner-first .subtitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #212121;
    margin-top: 20px;
}
.banner-first .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #565656;
    text-align: center;
    margin-top: 20px;
    padding: 0 20px;
}
.banner-first .desc a {
    text-decoration: underline;
}
.banner-first .desc .mac {
    display: none;
}
.banner-first .button .mac {
    display: none;
}
.banner-second {
    width: 100%;
    background: url('../img/banner-second.webp') no-repeat center;
    background-size: cover;
    padding: 100px 0;
}
.pc-btn-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.pc-btn-box .btn {
    box-sizing: border-box;
    width: 145px;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    background: #01966b;
    transition: all 0.5s;
    display: inline-flex;
    justify-content: space-evenly;
}
.pc-btn-box .btn .btn-text {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
}
.pc-btn-box .btn .iconfont {
    font-size: 18px;
    color: #ffffff;
}
.pc-btn-box .btn:hover {
    background: #036c4e;
}
.to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    border-radius: 50%;
    background: #c1bfbf;
    cursor: pointer;
    z-index: 10000;
    transform: rotate(180deg);
    display: none;
}
.to-top .icon-arrow-down {
    font-weight: 700;
    font-size: 35px;
    color: #fff;
}
.switchover_button {
    width: 155px;
    height: 30px;
    border-radius: 30px;
    background: rgba(196, 196, 196, 0.5);
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    box-shadow: 0px -3px 22px rgba(0, 0, 0, 0.1);
    margin: 40px 0 30px;
}
.switchover_button .switchover_button_box {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    z-index: 2;
    height: 100%;
}
.switchover_button .switchover_button_box .switchover_button_win,
.switchover_button .switchover_button_box .switchover_button_mac {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex: 1;
    height: 100%;
    color: #000000;
}
.switchover_button .switchover_button_box .switchover_button_win .switchover_button_win_text,
.switchover_button .switchover_button_box .switchover_button_mac .switchover_button_win_text,
.switchover_button .switchover_button_box .switchover_button_win .switchover_button_mac_text,
.switchover_button .switchover_button_box .switchover_button_mac .switchover_button_mac_text {
    font-size: 13px;
    color: black;
}
.switchover_button .shade {
    position: absolute;
    width: 50%;
    height: 24px;
    left: 3px;
    border-radius: 30px;
    background-color: white;
    z-index: 1;
}
.banner-button .mac {
    display: none;
}
.button-flex {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.button-flex .left > a {
    width: 224px;
    height: 65px;
    background: #01966b;
    border-radius: 32.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    color: white;
    margin-right: 12px;
}
.button-flex .left:hover {
    animation: elementor-animation-buzz-out 0.5s linear;
}
.button-flex .left:hover > a {
    background: #04694c;
}
.button-flex .left .icon-windows-shixin {
    font-size: 24px;
    margin-left: 10px;
}
.button-flex .left .icon-macos {
    font-size: 24px;
    margin-left: 10px;
}
.button-flex .right > a {
    width: 198px;
    height: 65px;
    border: 1px solid #747876;
    border-radius: 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
}
.button-flex .right:hover {
    animation: elementor-animation-buzz-out 0.5s linear;
}
.button-flex .right:hover > a {
    color: #ffffff;
    background-color: #3d3d3d;
}
.button-flex .right .icon-31gouwuchexuanzhong {
    font-size: 26px;
    margin-left: 10px;
}
.banner-installs {
    width: 100%;
    background: url('../img/banner.png') no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0;
}
.banner-installs img {
    margin-bottom: 30px;
}
.banner-installs .title {
    font-size: 35px;
    color: #ffffff;
}
@keyframes elementor-animation-buzz-out {
    10% {
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        transform: translateX(1px) rotate(0);
    }
    100% {
        transform: translateX(-1px) rotate(0);
    }
}
@media (max-width: 768px) {
    html {
        font-size: 0.2666667vw;
    }
    .container {
        width: 93%;
        margin: 0 auto;
    }
    .pc-style {
        display: none !important;
    }
    .mobile-style {
        display: block;
    }
    .banner-first {
        padding: 50rem 0 60rem;
        background: url('../img/banner-first.png') no-repeat left top;
        background-size: cover;
    }
    .banner-first .title {
        font-size: 26rem;
        line-height: 43rem;
    }
    .banner-first .subtitle {
        font-size: 20rem;
        line-height: 27rem;
        margin-top: 20rem;
    }
    .banner-second {
        padding: 100rem 0;
    }
    .mobile-btn-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20rem;
    }
    .mobile-btn-box .btn {
        box-sizing: border-box;
        flex: 48% 0 0;
        height: 48rem;
        line-height: 48rem;
        border-radius: 5rem;
        background: #01966b;
        padding: 0;
        display: inline-flex;
        justify-content: space-evenly;
    }
    .mobile-btn-box .btn .btn-text {
        font-weight: 700;
        font-size: 16rem;
        color: #ffffff;
    }
    .mobile-btn-box .btn .iconfont {
        font-size: 20rem;
        color: #ffffff;
    }
    .to-top {
        bottom: 50rem;
        right: 20rem;
        width: 40rem;
        height: 40rem;
        line-height: 40rem;
    }
    .to-top .icon-arrow-down {
        font-size: 28rem;
    }
    .button-flex {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        margin-top: 37rem;
    }
    .button-flex .left {
        margin-right: 0;
        margin-bottom: 21rem;
    }
    .button-flex .left a {
        width: 220rem;
        height: 55rem;
    }
    .button-flex .right a {
        width: 190rem;
        height: 55rem;
    }
    .banner-installs {
        padding: 80rem 0;
    }
    .banner-installs img {
        margin-bottom: 30px;
    }
    .banner-installs .title {
        font-size: 24rem;
        line-height: 38rem;
        color: #ffffff;
        text-align: center;
    }
}
/*footer start*/
footer {
    border-top: 2px solid #f0f0f0;
    padding-top: 100px;
    /* margin-top: 100px; */
}

footer .menu-box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

footer .menu-box .item {
    padding: 0 20px;
}

footer .menu-box .item dt {
    margin-bottom: 20px;
    /* font-weight: 700; */
    font-size: 25px;
    /* line-height: 72px; */
    color: #000000;
}

footer .menu-box .item dd {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 10px;
}

footer .menu-box .item dd .link:hover {
    color: #61ce70;
}

footer .menu-box .item .choose-language {
    position: relative;
    margin-top: 80px;
    z-index: 90;
}

footer .menu-box .item .choose-language .language-list {
    display: none;
    position: absolute;
    left: -25px;
    bottom: 40px;
    width: 212px;
    background: #ffffff;
    border: 1px solid #c1bfbf;
}

footer .menu-box .item .choose-language .language-list .item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding-left: 20px;
    cursor: pointer;
}
footer .menu-box .item .choose-language .language-list .item img {
    margin-right: 10px;
}

footer .menu-box .item .choose-language .language-list .item:hover {
    color: #fff;
    background: #55595c;
}

footer .menu-box .item .choose-language .language-list .item:last-child {
    margin-bottom: 0;
}

footer .menu-box .item .choose-language .language-current {
    cursor: pointer;
}

footer .menu-box .item .choose-language .language-current .text {
    font-weight: 700;
}

footer .menu-box .item:first-child {
    /* flex: 0 0 340px; */
}

footer .menu-box .item:last-child dd .media-item {
    display: inline-block;
    /* width: 40px;
    height: 40px; */
    /* line-height: 40px; */
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    transition: all 0.5s;
}

/* footer .menu-box .item:last-child dd .media-item:nth-child(1) {
    background: #3b5998;
}

footer .menu-box .item:last-child dd .media-item:nth-child(2) {
    background: #1da1f2;
}

footer .menu-box .item:last-child dd .media-item:nth-child(3) {
    background: #cd201f;
} */

footer .menu-box .item:last-child dd .media-item:hover {
    transform: scale(1.2);
}

footer .menu-box .item:last-child dd .iconfont {
    font-size: 22px;
    color: #fff;
}

footer .menu-box .item:last-child dd .icon {
    display: inline-block;
    background: url(../img/product-all-in-one/spirit.png) no-repeat;
    background-size: 1216px 506px;
}

footer .menu-box .item:last-child dd .facebook-icon {
    width: 25px;
    height: 25px;
    content: '';
    background: url(../img/home/f-facebook.png) no-repeat center;
    background-size: cover;
}

footer .menu-box .item:last-child dd .twiter-icon {
    width: 25px;
    height: 25px;
    content: '';
    background: url(../img/home/f-twiter.png) no-repeat center;
    background-size: cover;
}

footer .menu-box .item:last-child dd .youtube-icon {
    width: 25px;
    height: 25px;
    content: '';
    background: url(../img/home/f-youtube.png) no-repeat center;
    background-size: cover;
}

footer .bottom-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    border-top: 1px solid #E9E9E9;

}

footer .copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #414141;
    padding: 20px 0;
    /* text-align: right; */
}

@media (max-width: 768px) {
    footer {
        border-top: 2rem solid #f0f0f0;
        padding-top: 70rem;
        margin-top: 50rem;
    }

    footer .menu-box {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }

    footer .menu-box .item {
        box-sizing: border-box;
        width: 100%;
        padding: 0;
    }

    footer .menu-box .item dt {
        margin-bottom: 0;
        font-size: 18rem;
        line-height: 62rem;
    }

    footer .menu-box .item dd {

        font-size: 14rem;
        line-height: 30rem;
        /* margin-bottom: 10rem; */
    }

    footer .menu-box .item:not(:last-child) dd {
        display: none;
    }

    footer .menu-box .item .choose-language {
        margin-top: 40rem;
    }

    footer .menu-box .item .choose-language .language-list {
        display: none;
        left: -25rem;
        bottom: 40rem;
        width: 212rem;
        background: #ffffff;
        border: 1px solid #c1bfbf;
    }

    footer .menu-box .item .choose-language .language-list .item {
        width: auto;
        margin-bottom: 5rem;
        padding-left: 20rem;
        margin-right: 0;
    }

    footer .menu-box .item .choose-language .language-list .item img {
        margin-right: 5rem;
    }

    footer .menu-box .item .choose-language .language-list .item:hover {
        color: #fff;
        background: #55595c;
    }

    footer .menu-box .item .choose-language .language-list .item:last-child {
        margin-bottom: 0;
    }

    footer .menu-box .item .choose-language .language-current {
        cursor: pointer;
    }

    footer .menu-box .item .choose-language .language-current .text {
        font-weight: 700;
    }

    footer .menu-box .item:first-child {
        flex: 0 0 auto;
    }

    footer .menu-box .item:first-child dt {
        margin-bottom: 20rem;
        text-align: center;
    }

    footer .menu-box .item:last-child dd>a {
        display: inline-block;
        /* width: 40rem;
        height: 40rem; */
        /* line-height: 40rem; */
        margin-right: 5rem;
    }

    footer .menu-box .item:last-child dd .iconfont {
        font-size: 22rem;
    }

    footer .menu-box .item:nth-child(1) {

        margin-bottom: 40rem;
    }

    footer .menu-box .item:nth-child(2) {
        margin-top: 25px;
        /* margin-bottom: 40rem; */
    }

    footer .menu-box .item:nth-child(3) {
        /* width: 27%; */
        /* margin-bottom: 40rem; */
    }

    footer .menu-box .item:nth-child(4) {
        /* width: 35%; */
    }

    footer .menu-box .item:nth-child(5) {
        /* width: 55%; */
    }

    footer .menu-box .collapsible {
        /* width: 50%; */
        border-top: 1px solid #E0E0E0;
        /* margin-top: 13px; */
    }

    footer .bottom-box {
        margin-top: 10px;
        flex-flow: column-reverse;
    }

    .logo img {
        height: 37px;
    }

    footer .copyright {
        font-size: 11rem;
        line-height: 30rem;
        padding: 20rem 0;
        text-align: left;
        margin-top: 0;
    }
    footer .pay-info img {
        width: 100%;
    }
}

/*footer end*/

/*activity start*/
.activity-area {
    width: 100%;
    height:68px;
    position: fixed;
    bottom: 0px;
    z-index: 99999;
    display: none;
}

.activity-sales_pc {
    width: 100%;
    height: 68px;
    display: block;
}

.activity-sales_mobile {
    width: 100%;
    display: none;
}

.activity-sales_close {
    position: absolute;
    z-index: 100;
    right: 15px;
    top: 10px;
    cursor: pointer;
    height: 30%;
}

@media(max-width: 770px) {
    .activity-area{
        height: auto;
        top: 0px;
        position: sticky;
    }
    .activity-sales_pc {
        display: none;
    }

    .activity-sales_mobile {
        display: block;
    }

    .activity-sales_close {
        position: absolute;
        right: 10px;
        top: 3px;

    }
}
/*activity end*/
/*activity end*/
.movpilot-prompt.prompt-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1021;
    width: 100%;
    line-height: 1.5;
    color: #fff;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0.25rem;
    display: none;
}

.movpilot-prompt.prompt-box .prompt-box-text {
    text-align: left;
}

.movpilot-prompt.prompt-box a {
    color: #939DFF;
    text-decoration: none;
}

.movpilot-prompt.prompt-box a:hover {
    text-decoration: underline;
}

.movpilot-prompt button {
    height: fit-content;
    padding: 10px 12px;
    margin-left: 8px;
    margin-top: 4px;
    border-radius: 50px;
    font-size: 12px;
    background-color: #655BEF;
    border: 0px solid;
    color: #fff;
}

/*@media(max-width: 680px) {*/
/*  .movpilot-prompt.prompt-box {*/
/*      padding-inline: 8px;*/
/*  }*/
/*}*/