@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

.w-1200 {
    width: 1200px;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

.bounceIn {
    animation-delay: 0.15s;
    animation: bounceIn 1s;
}

.fadeInRight {
    animation: fadeInRight 1s;
}

.fadeInLeft {
    animation: fadeInLeft 1s;
}

.banner-box {
    width: 100%;
    height: 960px;
    margin-top: 100px;
}

.banner-box .banner-background {
    position: absolute;
    width: 100%;
    height: 960px;
    pointer-events: none;
}

.banner-box .banner-content {
    position: relative;
    text-align: center;
}

.banner-box .banner-content .banner-pic {
    position: relative;
    top: -180px;
    width: 1200px;
    height: 625px;
    pointer-events: none;
    z-index: 1;
}

.banner-box .banner-content h1 {
    padding-top: 140px;
    font-size: 52px;
}

.banner-box .banner-content>p:first-of-type {
    margin-top: 35px;
    font-size: 24px;
    color: #666666;
}

.banner-box .banner-content .banner-content-bottom {
    margin-top: 30px;
    font-size: 20px;
    color: #666666;
}

.banner-box .banner-content .banner-btn a img {
    width: 28px;
    height: 28px;
}

.banner-box .banner-content .banner-btn {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 60px;
    z-index: 2;
}

.banner-box .banner-content .banner-btn a:first-child {
    margin-right: 40px;
}

.banner-box .banner-content .banner-btn img {
    width: 180px;
    height: 46px;
}

.banner-box .banner-content .banner-btn .download-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 72px;
    border-radius: 8px;
    border: 1px solid #057FFF;
    background: #EFF7FF;
    transition: all 0.3s;
}

.banner-box .banner-content .banner-btn .download-btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), #3D9CFF;
}

.banner-box .banner-content .banner-btn .download-btn:hover p {
    color: #FFFFFF;
}

.banner-box .banner-content .banner-btn .download-btn:hover img {
    content: url(https://res.callmysoft.com/wm-static-resource/wm/262_wm/download-btn-white.png);
}

.banner-box .banner-content .banner-btn .download-btn p {
    margin-right: 10px;
    font-size: 28px;
    color: #057FFF;
}

.banner-box .banner-content .banner-btn a img {
    position: relative;
    top: 2px;
}

.banner-box .banner-content .banner-btn .buy-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 72px;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), #057FFF;
    transition: all 0.3s;
}

.banner-box .banner-content .banner-btn .buy-btn:hover {
    background-color: #0165d0;
}

.banner-box .banner-content .banner-btn .buy-btn p {
    margin-right: 10px;
    font-size: 28px;
    color: #FFFFFF;
}

.glance-box {
    width: 100%;
    height: 704px;
    background: #F6FAFF url(https://res.callmysoft.com/wm-static-resource/wm/262_wm/glance-background.png) no-repeat center center;
    animation: fadeInUp 0.5s;
}

.glance-box .glance-content {
    width: 1200px;
    margin: 0 auto;
}

.glance-box ul {
    display: flex;
    justify-content: center;
}

.glance-box ul li {
    margin: 0 20px;
}

.glance-box .glance-content h1 {
    padding-top: 100px;
    font-size: 40px;
    text-align: center;
}

.glance-box .feature-items {
    width: 282px;
    height: 364px;
    margin: 75px 24px 0 0;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px #E5EAF0;
}

.glance-box .feature-items:hover {
    transform: translateY(-20px);
    transition: transform 0.5s ease-in-out;
}

.glance-box .feature-items .feature-items-top {
    text-align: center;
    border-radius: 20px 20px 0 0;
}

.glance-box .feature-items:nth-child(1) .feature-items-top {
    background-color: #EAF4FF;
}

.glance-box .feature-items:nth-child(2) .feature-items-top {
    background-color: #FFFAE8;
}

.glance-box .feature-items:nth-child(3) .feature-items-top {
    background-color: #E7ECFF;
}

.glance-box .feature-items:nth-child(4) .feature-items-top {
    background-color: #EEFFE7;
}

.glance-box .feature-items .feature-items-top img {
    padding: 20px 0;
    width: 124px;
    height: 124px;
}

.glance-box .feature-items .feature-items-bottom {
    text-align: center;
    margin-top: 30px;
}

.glance-box .feature-items .feature-items-bottom p {
    padding-top: 8px;
    font-size: 28px;
    font-weight: 700;
    color: #333333;
}

.glance-box .feature-items .feature-items-bottom span {
    display: block;
    margin-top: 24px;
    padding: 0 15px;
    font-size: 19px;
    color: #666666;
}

.intro-box {
    display: flex;
    flex-direction: column;
}

.intro-box h1 {
    padding-top: 80px;
    font-size: 40px;
    text-align: center;
}

.intro-box .intro-item .intro-content {
    display: flex;
    justify-content: center;
    margin-top: 50px;

}

.intro-box .intro-item .intro-content img {
    width: 600px;
    height: 446px;
}

.intro-box .intro-item:nth-child(even) .intro-content {
    flex-direction: row-reverse;
}

.intro-box .intro-item:nth-child(even) .intro-content .intro-text {
    margin-left: 60px;
}

.intro-box .intro-item:nth-child(odd) .intro-content .intro-text {
    margin-right: 100px;
}

.intro-box .intro-item .intro-content .intro-text {
    position: relative;
    top: 80px;
    padding-top: 75px;
    width: 500px;
    height: 144px;

}

.intro-box .intro-item .intro-content .intro-text img {
    position: absolute;
    height: 191px;
    width: 625px;
    bottom: -20px;
    left: -25px;
}

.intro-box .intro-item .intro-content .intro-text h2 {
    padding: 0 20px 20px 20px;
    font-size: 32px;
    color: #333333;
}

.intro-box .intro-item .intro-content .intro-text p {
    box-sizing: border-box;
    width: 575px;
    padding: 8px 0 0 20px;
    font-size: 24px;
    color: #666666;
}

.bottom-download-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    width: 100%;
    height: 588px;
    background: #091726 url(https://res.callmysoft.com/wm-static-resource/wm/262_wm/bottom-download-pic.png) no-repeat;
    background-size: cover;
}

.bottom-download-box .bottom-download-text h1 {
    padding-top: 100px;
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
}

.bottom-download-box .bottom-download-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottom-download-box .bottom-download-text img {
    width: 80px;
    height: 80px;
    margin-top: 40px;
}

.bottom-download-box .bottom-download-text .bottom-download-text-bottom {
    margin-top: 40px;
    font-size: 48px;
    font-weight: 700;
    color: #FFFFFF;
}

.bottom-download-box .bottom-download-text .bottom-download-text-bottom span {
    margin: 0 22px;
    background: linear-gradient(90deg, #A3F6FF 0%, #15D7FF 51%, #5A71EF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.bottom-download-box .bottom-download-btn .download-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 80px;
    margin-top: 40px;
    background-color: #057FFF;
    border-radius: 12px;
}

.bottom-download-box .bottom-download-btn .download-btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), #057FFF;
    transition: all 0.3s;
}

.bottom-download-box .bottom-download-btn .download-btn p {
    margin-right: 10px;
    font-size: 32px;
    font-weight: 600;
    color: #FFFFFF;
}

.bottom-download-box .bottom-download-btn .download-btn img {
    width: 32px;
    height: 32px;
}

.assess-box {
    position: relative;
    width: 100%;
    height: 925px;
    background: linear-gradient(180deg, #F4F9FF 0%, #FFF 100%);
}

.assess-box h1 {
    padding-top: 100px;
    font-size: 40px;
    text-align: center;
}

.assess-box .assess-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 307px;
    margin-top: 100px;
    border-radius: 30px;
    background: #FEFDFF;
    filter: drop-shadow(0px 0px 20px rgba(175, 191, 212, 0.25));
}

.assess-box .assess-content h2 {
    margin-bottom: 30px;
    font-size: 26px;
    color: #3c3c3c;
}

.assess-box .assess-content .stars {
    display: flex;
    margin-bottom: 30px;
}

.assess-box .assess-content p {
    display: none;
    width: 100%;
    margin: 10px 0;
    padding-top: 50px;
    font-size: 18px;
    color: #666666;
    text-align: center;
    border-top: rgba(177, 177, 177, 0.15) 1px solid;
}

.assess-box .assess-content p.active {
    display: block;
}

.assess-box .assess-content p.active {
    display: block;
}
.assess-box ul {
    display: flex;
    justify-content: flex-end;
    margin-top: 100px;
}

.assess-box ul li {
    position: relative;
    margin-right: 105px;
    text-align: center;
    
}

.assess-box ul li img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
}

.assess-box ul li span {
    display: block;
    margin-top: 24px;
    font-size: 16px;
    color: #555555;
}
.assess-box ul li.active .arrow{
    position: absolute;
    top: -105px;
    left: 10px;
    width: 80px;
    height: 40px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #fff;
    filter: drop-shadow(0px 0px 20px rgba(175, 191, 212, 0.25));
}

.assess-box ul li.active img {
    border: #057FFF 3px solid;
}

.assess-box .assess-box-background-color1 {
    position: absolute;
    top: 10px;
    right: 50px;
    width: 448px;
    height: 448px;
    border-radius: 50%;
    background: radial-gradient(circle, #C8F8FF 0%, #EDFFFC 100%);
    opacity: 0.13;
}

.assess-box .assess-box-background-color2 {
    position: absolute;
    bottom: 200px;
    left: 80px;
    width: 448px;
    height: 448px;
    border-radius: 50%;
    background: radial-gradient(circle, #FFEDC8 0%, #FFFFED 100%);
    opacity: 0.13;
    pointer-events: none;
}