.w-banner {
    width: 100%;
    min-height: 299px;
    height: 100%;
    max-height: 99999px;
    position: relative;
    /*background: url(../image/index/duplicate_finder.png) no-repeat 0 0;*/
}

.w-banner .swiper-container {
    width: 1270px;
    height: 100%;
    margin: auto;
}

img{
    display: block;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-banner .swiper-container {
        width: 100%;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .w-banner .swiper-container {
        width: 100%;
    }
}

.w-banner .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
    padding: 125px 0 185px;
    position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-banner .swiper-container .swiper-wrapper {
        padding: 100px 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-banner .swiper-container .swiper-wrapper {
        padding: 0;
    }
}

.w-banner .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    transform: scale(0.9);
    transition: transform 0.3s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 128px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-banner .swiper-container .swiper-wrapper .swiper-slide {
        padding: 0 40px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-banner .swiper-container .swiper-wrapper .swiper-slide {
        flex-wrap: wrap;
        padding: 42px 40px;
        justify-content: center;
    }
}

.w-banner .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    transition: transform 0.3s;
    transform: translate3d(0px, 0px, 0px);
    position: static;
    z-index: 3;
}

.w-banner .swiper-container .swiper-wrapper .swiper-slide-img {
    width: auto;
    height: 238px;
}

.w-banner .swiper-container .swiper-wrapper .swiper-slide-img img {
    width: 248px;
    height: auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-banner .swiper-container .swiper-wrapper .swiper-slide-img {
        margin-right: 50px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-banner .swiper-container .swiper-wrapper .swiper-slide-img {
        width: calc(100% / 1);
        height: auto;
    }

    .w-banner .swiper-container .swiper-wrapper .swiper-slide-img img {
        margin: auto;
        width: calc(248px / 2);
    }
}

.w-banner .swiper-container .swiper-wrapper .swiper-slide-dsc {
    margin-left: 107px;
    flex: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-banner .swiper-container .swiper-wrapper .swiper-slide-dsc {
        margin: 0;
        width: calc(100% / 1);
        flex: initial;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-banner .swiper-container .swiper-wrapper .swiper-slide-dsc {
        margin: 0;
        width: calc(100% / 1);
        flex: initial;
    }
}

.w-banner .swiper-container .swiper-wrapper .swiper-slide-dsc h2 {
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .w-banner .swiper-container .swiper-wrapper .swiper-slide-dsc h2 {
        font-size: 32px;
        margin: 0px 0 11px 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-banner .swiper-container .swiper-wrapper .swiper-slide-dsc h2 {
        font-size: 26px;
        margin: 39px 0 18px 0;
    }
}

.w-banner .swiper-container .swiper-wrapper .swiper-slide-dsc p {
    font-size: 18px;
    color: #fff;
    height: 108px;
    font-weight: 100;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .w-banner .swiper-container .swiper-wrapper .swiper-slide-dsc p {
        height: 187px;
        font-size: 18px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-banner .swiper-container .swiper-wrapper .swiper-slide-dsc p {
        height: 133px;
        font-size: 14px;
    }
}

.w-banner .swiper-container .swiper-wrapper .swiper-slide-dsc-btn {
    margin-top: 54px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-banner .swiper-container .swiper-wrapper .swiper-slide-dsc-btn {
        margin-top: 19px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-banner .swiper-container .swiper-wrapper .swiper-slide-dsc-btn {
        margin-top: 19px;
    }
}

.w-banner .swiper-container .swiper-wrapper .swiper-slide-dsc-btn {
    width: 160px;
    line-height: 48px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s;
    cursor: pointer;
    font-weight: 500;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-banner .swiper-container .swiper-wrapper .swiper-slide-dsc-btn {
        width: 100%;
    }
}

.w-banner .swiper-container .swiper-wrapper .swiper-slide-dsc-btn-one {
    background-color: #06c668;
    border: 2px solid #06c668;
    margin-right: 30px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-banner .swiper-container .swiper-wrapper .swiper-slide-dsc-btn-one {
        margin-bottom: 11px;
    }
}

.w-banner .swiper-container .swiper-wrapper .swiper-slide-dsc-btn-two {
    background-color: transparent;
    border: 2px solid #ffffff;
}

.w-banner .swiper-container .swiper-wrapper .swiper-slide-dsc-btn-two:hover {
    color: #0ad482;
    border-color: #0ad482;
}

.w-banner .swiper-container .swiper-wrapper .swiper-slide-dsc-btn-one:hover {
    background-color: #0ad482;
    border-color: #0ad482;
}

.w-banner .swiper-button-btn {
    color: #999;
    opacity: 0;
    transition: all 0.2s;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .w-banner .swiper-button-btn {
        display: none;
    }
}

.w-banner .swiper-button-btn.active {
    opacity: 1;
    transition: all 0.2s;
}

.w-banner .swiper-pagination {
    bottom: 30px;
    width: 100%;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-banner .swiper-pagination {
        display: none;
    }
}

.w-banner .swiper-pagination-item {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.5;
    display: inline-block;
    border-radius: 50%;
    margin: 0 10px;
    line-height: 30px;
}

.w-banner .swiper-pagination-item.active {
    opacity: 1;
    position: relative;
    width: 10px;
    height: 10px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.w-banner .swiper-pagination-item.active::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    border-radius: 50%;
}

.w-banner .swiper-pagination .svg {
    transform: rotate(-90deg);
    position: absolute;
    z-index: 99;
}

.w-banner .swiper-pagination .progress {
    animation: rotate 25s linear both;
    stroke-dashoffset: 0;
}

@keyframes rotate {
    from {
        stroke-dashoffset: 471px;
    }
    to {
        stroke-dashoffset: 0px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content {
        padding: 0 19px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content {
        padding: 0 30px;
    }
}

.w-content .w-hgroup-center {
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1;
}

.w-content .w-hgroup-center:nth-child(2) {
    color: #666;
    font-size: 18px;
    font-weight: 100;
    margin-top: 12px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content .w-hgroup-center {
        font-size: 20px;
        line-height: 1.5;
    }

    .w-content .w-hgroup-center:nth-child(2) {
        font-size: 15px;
        margin-top: 8px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content .w-hgroup-center {
        font-size: 28px;
        line-height: 1.2;
    }

    .w-content .w-hgroup-center:nth-child(2) {
        font-size: 15px;
        margin-top: 8px;
    }
}

.w-content .w-application {
    width: 100%;
    min-height: 498px;
    height: auto;
    background: linear-gradient(-30deg, #eefaff 0%, #f2f6ff 100%);
    border-radius: 10px;
    padding: 51px 0 52px;
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content .w-application {
        padding: 0;
    }
}

.w-content .w-application-left {
    flex: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content .w-application-left {
        width: calc(100% / 1);
        flex: initial;
        margin-bottom: 92px !important;
    }
}

.w-content .w-application-left hgroup {
    text-align: center;
    width: 100%;
    color: #010101;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content .w-application-left hgroup {
        margin-top: 70px;
    }
}

.w-content .w-application-left hgroup h2 {
    font-size: 26px;
    font-weight: 600;
    word-break: break-all;
    line-height: 37px;
    margin-top: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content .w-application-left hgroup h2 {
        font-size: 26px;
    }
}

.w-content .w-application-left hgroup h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.w-content .w-application-left-menu {
    width: 100%;
    margin-top: 76px;
    padding: 0 35px;
    flex-wrap: wrap;
}

.w-content .w-application-left-menu-item {
    flex-direction: column;
    transition: all 0.5s;
    width: calc(100% / 4);
    width: -webkit-calc(100% / 4);
    cursor: pointer;
}

.w-content .w-application-left-menu-item:hover {
    transform: translate3d(0, -10px, 0);
    transition: all 0.5s;
}

.w-content .w-application-left-menu-item span {
    transition: all 0.5s;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.w-content .w-application-left-menu-item img {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 58px;
    display: block;
    height: auto;
}

.w-content .w-application-right {
    align-self: flex-end;
}

.w-content .w-application-right img {
    width: 100%;
    height: auto;
    margin: auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content .w-application-right {
        width: calc(100% / 1);
    }

    .w-content .w-application-right img {
        width: calc(1210px / 2);
        margin: auto;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content .w-application {
        padding: 0;
    }

    .w-content .w-application-left hgroup {
        padding-top: 41px;
    }

    .w-content .w-application-left hgroup h2 {
        font-size: 19px;
        line-height: 25px;
        margin-top: 23px;
    }

    .w-content .w-application-left hgroup h4 {
        font-size: 13px;
    }

    .w-content .w-application-left-menu {
        margin-top: 44px;
    }

    .w-content .w-application-left-menu-item {
        width: 100%;
        margin-bottom: 40px;
    }

    .w-content .w-application-left-menu-item span {
        font-size: 15px;
    }

    .w-content .w-application-left-menu-item img {
        width: 50px;
        height: 50px;
        margin-bottom: 0px;
    }

    .w-content .w-application-right {
        align-self: flex-end;
        margin-top: 27px;
    }

    .w-content .w-application-right img {
        max-width: 100%;
        width: auto;
        height: auto;
    }
}

.w-content .w-grid {
    margin-top: 30px;
    flex-wrap: wrap;
}

.w-content .w-grid-item {
    flex: 1;
    min-height: 717px;
    height: auto;
    background: linear-gradient(-30deg, #f2f1ff 0%, #f9f5fc 100%);
    border-radius: 10px;
    margin-right: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content .w-grid-item {
        margin-bottom: 60px;
        width: 100%;
        flex: initial;
        margin-right: 0;
    }

    .w-content .w-grid-item:nth-child(2) {
        margin-bottom: 0;
    }
}

.w-content .w-grid-item .w-application {
    padding: 0;
    margin: 0;
    background: none;
    border-radius: 0;
    height: 100%;
}

.w-content .w-grid-item .w-application hgroup {
    margin-top: 55px;
}

.w-content .w-grid-item .w-application-left {
    margin-bottom: 80px;
}

.w-content .w-grid-item .w-application-left-menu {
    padding: 0 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content .w-grid-item .w-application-left-menu {
        padding: 0 100px;
    }
}

.w-content .w-grid-item .w-application-left-menu-item {
    width: -webkit-calc(100% / 3);
}

.w-content .w-grid-item .w-application-right {
    width: 100%;
}

.w-content .w-grid-item .w-application-right img {
    width: 468px;
    height: auto;
}

.w-content .w-grid-item:nth-child(2) {
    margin-right: 0;
    background: linear-gradient(-30deg, #fff3ee 0%, #fdf7f5 100%);
}

.w-content .w-grid-item:nth-child(2) .w-application-left-menu {
    padding: 0 105px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content .w-grid-item:nth-child(2) .w-application-left-menu {
        padding: 0 150px;
    }
}

.w-content .w-grid-item:nth-child(2) .w-application-left-menu-item {
    width: calc(100% / 2);
}

.w-content .w-grid-item:nth-child(2) .w-application-right img {
    width: 455px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content .w-grid {
        margin-top: 24px;
    }

    .w-content .w-grid-item {
        width: 100%;
        margin: 0;
        flex: inherit;
        margin-bottom: 24px;
        min-height: auto;
    }

    .w-content .w-grid-item:nth-child(1) .w-application-left {
        margin-bottom: 0;
    }

    .w-content .w-grid-item:nth-child(1) .w-application-left-menu {
        padding: 0 11px;
    }

    .w-content .w-grid-item:nth-child(1) .w-application-left-menu-item {
        width: calc(100% / 1);
    }

    .w-content .w-grid-item:nth-child(1) .w-application hgroup {
        margin-top: 0;
    }

    .w-content .w-grid-item:nth-child(1) .w-application-right {
        width: 100%;
    }

    .w-content .w-grid-item:nth-child(1) .w-application-right img {
        width: 234px;
        height: auto;
        margin: auto;
    }

    .w-content .w-grid-item:nth-child(2) .w-application hgroup {
        margin-top: 0;
    }

    .w-content .w-grid-item:nth-child(2) .w-application-left {
        width: 100%;
        margin-bottom: 0;
    }

    .w-content .w-grid-item:nth-child(2) .w-application-left-menu {
        padding: 0 11px;
    }

    .w-content .w-grid-item:nth-child(2) .w-application-left-menu-item {
        width: calc(100% / 1);
    }

    .w-content .w-grid-item:nth-child(2) .w-application-right {
        width: 100%;
    }

    .w-content .w-grid-item:nth-child(2) .w-application-right img {
        width: 227px;
        height: auto;
        margin: auto;
    }
}

.w-content .w-awards {
    width: 100%;
    height: auto;
    background-color: #FFF;
    margin-top: 74px;
}

.w-content .w-awards img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .w-content .w-awards {
        margin-top: 8px;
        background-color: #fff;
    }

    .w-content .w-awards img {
        width: calc(1346px / 2.2);
        margin: auto;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content .w-awards img {
        width: 336px;
    }
}

.w-content .w-menu {
    width: 100%;
    margin: 138px auto 92px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content .w-menu {
        margin: 100px auto 96px;
    }
}

.w-content .w-menu ul {
    width: 100%;
    flex-wrap: wrap;
}

.w-content .w-menu ul li {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3.15);
    padding: 0 10px;
    text-align: center;
    height: 316px;
    border: 2px solid rgba(51, 51, 51, 0.08);
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
    cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content .w-menu ul li {
        width: 48%;
        margin-bottom: 30px;
    }

    .w-content .w-menu ul li img {
        width: 52px;
        height: auto;
    }
}

.w-content .w-menu ul li:hover {
    border: 2px solid rgba(51, 51, 51, 0.24);
}

.w-content .w-menu ul li:hover h4 {
    color: #1b9eff;
}

.w-content .w-menu ul li h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 32px;
    margin: 30px 0 10px;
    transition: all 0.2s ease;
}

.w-content .w-menu ul li p {
    font-weight: 100;
    color: #555555;
    line-height: 1.5;
    height: 72px;
    width: 263px;
    text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content .w-menu {
        margin-top: 65px;
        margin-bottom: 25px;
    }

    .w-content .w-menu ul li {
        margin-bottom: 24px;
        width: 100%;
        height: 227px;
    }

    .w-content .w-menu ul li h4 {
        font-size: 16px;
        margin: 13px 0 4px;
    }

    .w-content .w-menu ul li p {
        font-size: 14px;
    }

    .w-content .w-menu ul li img {
        width: 38px;
        height: auto;
    }
}


.w-banner-one {
    background: url(../png/duplicate-finder-mac-pc.png) no-repeat 0 0;
    background-size: cover;
    opacity: 1;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-banner-one {
        background: url(../png/duplicate-finder-mac-ios.png) no-repeat 0 0;
        background-size: cover;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-banner-one {
        background: url(../png/duplicate-finder-mac-ipad.png) no-repeat 0 0;
        background-size: cover;
    }
}

.w-banner-two {
    background: url(../png/appcrypt_pc.png) no-repeat 0 0;
    background-size: cover;
    opacity: 1;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-banner-two {
        background: url(../png/appcrypt_ios.png) no-repeat 0 0;
        background-size: cover;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-banner-two {
        background: url(../png/appcrypt_ipad.png) no-repeat 0 0;
        background-size: cover;
    }
}

.w-banner-three {
    background: url(../png/bannerbj.png) no-repeat 0 0;
    background-size: cover;
    opacity: 1;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-banner-three {
        background: url(../png/banner_ios.png) no-repeat 0 0;
        background-size: cover;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-banner-three {
        background: url(../png/banner_ipad.png) no-repeat 0 0;
        background-size: cover;
    }
}

.w-banner-four {
    background: url(../png/bj.png) no-repeat 0 0;
    background-size: cover;
    opacity: 1;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-banner-four {
        background: url(../png/bg.png) no-repeat 0 0;
        background-size: cover;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-banner-four {
        background: url(../png/bg_ipad.png) no-repeat 0 0;
        background-size: cover;
    }
}
