main {
    overflow-x: hidden;
}
h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
}

body {
    color: #080B29;
}

h2 {
    text-align: center;
    font-weight: 700;
    line-height: 48px;
}

h2+p {
    max-width: 1100px;
    text-align: center;
    margin: 10px auto 60px;
}

.blue-text {
    color: #4858EC;
}

.base-switching-button {
    position: relative;
}

.base-switching-button .button {
    border-radius: 60px;
    width: 210px;
    height: 56px;
    margin: 0;
}

.base-switching-button .button .button-box {
    display: flex;
    flex-direction: column;
}

.base-switching-button .button .button-mintext {
    font-size: 12px;
}



.sheen {
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease-in-out
}

.sheen:before {
    content: "";
    background-color: rgba(255, 255, 255, .5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    transform: skewX(-45deg) translateX(0);
    transition: none
}

.sheen:hover:before {
    transform: skewX(-45deg) translateX(500px);
    transition: all 1s ease-in-out
}

.base-switching-button .download-button .button {

    border: #4858EC;
    color: #ffffff;
}

.base-switching-button .download-button .button:hover {
    background: #4858EC;
}

.base-switching-button .button svg {
    margin: 0 10px 0 0;
}

.base-switching-button .buy-button .button {
    background: #ffffff;
    font-weight: 700;
}

.base-switching-button .base-version-switching p {
    font-size: 14px;
    line-height: 19px;
    color: #333333;
}

.base-switching-button .product-button div {
    margin: 0;
}

.base-switching-button .product-button {
    display: flex;
}

.base-switching-button .version-switching-icon {
    color: #333333;
    margin-left: 22px;
    opacity: .5;
}

.base-switching-button .version-switching-icon:hover,
.base-switching-button .version-switching-icon.active {
    color: #333;
    opacity: 1;
}

.base-switching-button .download-button .button {
    border: none;
    color: #fff;
    background: #4858EC;
    border-radius: 10px;

}

.base-switching-button .buy-button .button {
    border-radius: 12px;
    border: 2px solid #4276FF;
    background: #FFF;
    color: #4858EC;
}

.base-switching-button .buy-button .button svg path {
    color: #4858EC;
}

.base-switching-button .buy-button .button:hover {
    background: #EBEDFF;
}

.bar {
    background-image: url('data:image/svg+xml,<svg preserveAspectRatio="none meet" width="671" height="17" viewBox="0 0 671 17" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="671" height="17" fill="%23FFBB00"/></svg>');
    background-position: 0 calc(100% - 3px);
    background-repeat: repeat-x;
    background-size: 100% 8px;
}

.container {
    max-width: 1370px;
    padding: 0 13px;
}

@keyframes floatingArrow {
    from {
        transform: translate(-50%, 0)
    }

    to {
        transform: translate(-50%, 5px)
    }
}

@keyframes floatingArrownew {
    from {
        transform: translate(0, 0)
    }

    to {
        transform: translate(0, 5px)
    }
}

@media (max-width:768px) {
    h2 {
        font-size: 24px;
        line-height: 32px;
    }

    h2+p {
        margin: 10px auto 30px;
    }

    .container {
        padding: 0 20px;
    }
}

/* top-banner */
.top-banner {
    position: relative;
    background: url(../png/hard-bannerbg-min.png) no-repeat;
    background-size: 100% 100%;
    padding: 180px 0 140px;
}

.top-banner .arrow-down {
    width: 44px;
    height: 29px;
    position: absolute;
    bottom: 3.29%;
    left: 50%;
    animation: floatingArrow .4s ease-in-out 1s infinite alternate;
}

.top-banner .topbanner-left-p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.top-banner .flexible {
    align-items: center;
}

.top-banner .banner-right .box iframe {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.top-banner .container {
    max-width: 1370px;
    align-items: center;
    justify-content: space-between;
}

.top-banner .banner-left {
    margin-right: 45px;
    width: 44.6%;
}

.top-banner .banner-right p.pro-name,
.top-banner .banner-right h1 {
    display: none
}

.top-banner .banner-right {
    max-width: 697px;
    flex: 1;
}

.top-banner .banner-right .box {
    display: flex;
    position: relative;
    border-radius: 24px;
    overflow: hidden
}

.top-banner .banner-right .topbanner-left-p {
    display: none;
}

.top-banner .banner-right .box span {
    content: '';
    display: inline-block;
    width: 15.78%;
    height: 16.54%;
    background: url(../png/start-icon-2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.top-banner .banner-right p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
    font-weight: 700;
    text-decoration: underline
}

.top-banner .banner-right p svg {
    display: inline-block;
    margin-right: 8px
}

.top-banner .banner-right p a {
    color: #080B29
}

.top-banner .pro-name {
    color: #7F8194;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    display: flex;
    align-items: center;
}

.top-banner .pro-name .bnaner-logo {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.top-banner .pro-name .bnaner-support {
    width: 150px;
    height: 28px;
    margin-left: 16px;
}

.top-banner h1 {
    font-weight: 700;
    font-size: 48px;
    color: #4858EC;
    line-height: 56px;
    margin: 10px 0 20px;
}

.top-banner .desc-list {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
    border-radius: 16px;
    border: 1px solid #C3EFFF;
    background: linear-gradient(90deg, #FFF 0.06%, rgba(255, 255, 255, 0.00) 99.95%);
    padding: 20px;
}

.top-banner .desc-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 16px;
}

.top-banner .desc-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
}

.top-banner .desc-list li:last-child {
    margin-bottom: 0px;
}



.banner-available-star {
    align-items: flex-start;
    flex-direction: column;
}

.banner-available-star #star-reviews {
    margin-left: 0;
    margin-top: 20px;
}

#star-reviews .num {
    color: #0a1833;
    margin-left: 0;
    font-size: 14px;
    line-height: 19px;
    margin-right: 20px
}

#star-reviews .num:hover {
    color: #207CFB;
    text-decoration: underline
}

p.star-big span {
    margin-right: 10px
}

#star-reviews .msg {
    font-size: 14px;
    color: #4276FF;
    display: none;
}



@media (max-width: 992px) {
    .top-banner {
        padding: 50px 0;
        background: linear-gradient(180deg, #F2FBFF 0%, #E0F5FF 100%);
    }

    .top-banner .arrow-down {
        display: none;
    }

    .top-banner .banner-left {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .top-banner .container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .banner-available-star {
        margin: 20px auto;
        align-items: center;
    }

    .top-banner h1 {
        text-align: center;
        font-size: 30px;
        line-height: 1.2;
        margin: 26px 0 30px;
    }

    .top-banner .banner-left .pro-name,
    .top-banner .banner-left h1 {
        display: none;
    }

    .top-banner .topbanner-left-p {
        max-width: 600px;

    }

    .top-banner .banner-right h1 {
        display: block;
        margin: 16px auto;
        text-align: center;
        font-size: 28px;
        line-height: 40px;
    }

    .top-banner .banner-right p,
    .top-banner .banner-left .topbanner-left-p {
        display: none;
    }

    .top-banner .banner-right .topbanner-left-p {
        display: block;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-decoration: none;
        margin: 0 auto 20px;
    }

    .top-banner .banner-right p.pro-name {
        color: #7F8194;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        display: block;
        font-size: 20px;
        margin: 0 auto;
        text-decoration: none;
    }

    .top-banner .banner-right p.pro-name img {
        margin-top: -5px;
    }

    .top-banner .banner-right p.pro-name svg {
        width: 20px;
        height: 20px;
        display: inline;
    }

    .top-banner .flexible {
        flex-direction: column-reverse;
    }

    .top-banner .desc-list {
        margin-bottom: 20px;
        padding: 10px;
    }

    .top-banner .desc-list li {
        margin-bottom: 8px;
        padding-left: 10px;
    }

    .top-banner .desc-list li::before {
        top: 10px;
    }

    .top-banner:before {
        display: none;
    }

    .top-banner .banner-right .box iframe {
        border-radius: 8px;
    }

    .top-banner .banner-right .box {
        border-radius: 8px;
    }

    .top-banner .banner-right {
        margin-bottom: 20px;
    }

    .container {
        padding: 0 20px !important;
    }

}
@media (max-width: 768px) {
.sheen-box .base-switching-button .version-switching-icon{
    margin-left: 20px;
}
p.star-big span:last-child{
    margin-right: 0;
}
}
/* choose */
.choose {
    padding: 120px 0;
    background: linear-gradient(180deg, rgba(224, 245, 255, 0.00) 0%, #E0F5FF 100%);
}

.choose .container {
    padding: 0 13px;
}

.choose h2 {
    max-width: 1005px;

    text-align: center;
    margin: 0 auto;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
}

.choose p.sub-title {
    max-width: 1180px;

    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 10px auto 60px;
}

.choose .base-switching-button {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.choose .box {
    border-radius: 24px;
    height: 836px;
    display: flex;
    align-items: center;

}

.choose .box .table {
    display: flex;
    background: #ffffff;
    border-radius: 24px;
    width: 1344px;
    border: solid 1px rgba(8, 11, 41, 0.10);
}

.choose .box .table ul {
    width: 200px;
}

.choose .box .table ul li.title {
    font-weight: 700;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.choose .box .table ul li.title img {
    width: 36px;
}

.choose .box .table ul li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 60px;
    font-size: 16px;
    font-weight: 400;
}

.choose .box .table ul li.ht {
    height: 84px;
}

.choose .box .table ul:not(:last-child, :first-child) li {
    border-right: 1px solid #E8EBF7;
    text-align: center;
}

.choose .box .table ul li.price {
    text-align: center;
    padding: 0 30px;
}

.choose .box .table .first {
    width: 345px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    overflow: hidden;
}

.choose .box .table .last {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    overflow: hidden;
}

.choose .box .table .first li {
    align-items: flex-start;
    padding: 0 35px 0 40px;
    font-weight: 700;

}

.choose .box .table .any-recover {
    border-radius: 24px;
    background: linear-gradient(350deg, #5C62FF 73.53%, #4BC0FF 96.82%);
    margin: -14px 0;
    padding-top: 14px;
    color: #FFF;
}

.choose .box .table .any-recover li {
    border: none;
    color: #FFF;
}

.choose .box .table .any-recover li:nth-child(2n) {
    background: rgba(255, 255, 255, 0.10);
}

.choose .box .table .any-recover li.price {
    color: #FFE566;
}

.choose .ul-bg-color li:nth-of-type(even) {
    background-color: #F5F8FF;
}

@media (max-width: 1366px) {
    .choose .box {
        overflow-x: scroll;
    }
}

@media (max-width: 1024px) {
    .choose {
        padding: 60px 0;
    }
}

@media (max-width: 992px) {
    .choose h2 {
        margin: 0 0 10px;
        font-size: 24px;
        line-height: 32px;
    }

    .choose p.sub-title {
        margin: 10px auto 30px;
        font-size: 14px;
        line-height: 19px;
    }
}

@media (max-width: 768px) {
    .choose .box .table {
        border-radius: 16px;
        width: 1182px;
    }

    .choose .box .table .first {
        width: 180px;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
    }

    .choose .box .table .last {
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    .choose .box .table .first li {
        padding: 0 20px;
        font-size: 14px;
        line-height: 20px;
    }

}

/* short */
.short {
    padding: 120px 0;
    background: linear-gradient(180deg, #FFF 0%, #EBF8FF 100%);
}

.short h2 {
    margin-bottom: 30px;
    font-weight: 700;
}

.short .faqs-list {
    max-width: 888px;
    margin: 0 auto;
}

.short .faqs-list .faqs-item {
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.short .faqs-list .faqs-item.active {
    padding: 30px 0 20px 0;
}

.short .faqs-list .faqs-item.active .faqs-title {
    color: #4858EC;
}

.short .faqs-list .faqs-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.short .faqs-list .faqs-item .faqs-answer {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
}

.short .faqs-item .jia {
    transition: all .3s;
}

.short .faqs-item.active .jia {
    transform: rotate(90deg);
}

.short .faqs-item.active .jia svg path {
    fill: #4858EC;
}

@media (max-width: 768px) {
    .short {
        padding: 60px 0;
    }

    .short h2 {
        margin-bottom: 10px;
    }

    .short .faqs-list .faqs-item {
        padding: 20px 0;
    }

    .short .faqs-list .faqs-title {
        font-size: 16px;
        line-height: 24px;
        align-items: flex-start
    }

    .short .faqs-item .jia {
        padding-top: 4px;
    }

    .short .faqs-list .faqs-item .faqs-answer {
        margin-top: 10px;
    }
}

/* short */

/* footer-cont */
.footer-cont {
    position: relative;
    padding: 140px 0px;
}

.footer-cont .container {
    max-width: 1370px;
}

.footer-cont .free-box {
    display: flex;
    justify-content: space-between
}

.footer-cont .free-box li {
    max-width: 310px;
    padding: 40px 32px;

    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 24px;
    border-radius: 16px;
    border: 1px solid #DAEEFF;
    background: #FFF;
    flex-shrink: 0;
}

.footer-cont .free-box li:first-child {
    margin-left: 0
}

.footer-cont .free-box li svg {
    margin-bottom: 30px
}

.footer-cont .free-box li .title-txt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px
}


.footer-cont h2 {

    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 64px;
}

.footer-cont .comment {
    position: relative;
    display: flex;
    justify-content: space-between;

}

.footer-cont .comment:after {
    content: '';
    display: inline-block;
    width: 550.352px;
    height: 558.846px;
    transform: rotate(43.211deg);
    flex-shrink: 0;
    background: #FFE0E0;
    filter: blur(65px);
    position: absolute;
    top: 16%;
    left: 17%;
    z-index: -1;
}

.footer-cont .comment .left {
    padding: 100px 10px 60px;
    border: 1px solid #E7E7EA;
    border-radius: 16px;
    margin-right: 30px;
    width: 734px;
    max-height: 567px;
    background: url("../png/earth-bg.png") no-repeat center center / 100%, linear-gradient(125deg, #FFFFFF, #FFFAF3, #FFF3E5);
}

.footer-cont .comment .left .numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 634px;
    margin: 0 auto;
}

.footer-cont .comment .left .numbers .item {
    text-align: center;
    min-width: 170px;
    margin-bottom: 82px;
}

.footer-cont .comment .left .numbers .item .number {
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
}

.footer-cont .comment .left .numbers .item .number b {
    color: #4858EC;
}

.footer-cont .comment .left .numbers .item .number span {
    color: #333;
}

.footer-cont .comment .left .numbers .item .text {

    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.footer-cont .comment .left .reviews a {

    display: flex;
    margin: 11px auto 0;
    width: 420px;
    height: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
}

.footer-cont .comment .left .reviews a img {
    margin: 0 12px 0 10px;
}

.footer-cont .comment .left .reviews a .review-number {
    font-weight: 700;
}

.footer-cont .comment .right {
    padding: 10px;
    border-radius: 16px;
    border: 1px solid #E7E7EA;
    background: #FFF6F6;
    flex: 1;
}

.footer-cont .comment .right .popu-video {
    position: relative;
}

.footer-cont .comment .right .popu-video svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-cont .comment .right .video-box {
    border-radius: 8px;
    overflow: hidden;
}

.footer-cont .comment .right .sub span {
    color: #4858EC;
}

.footer-cont .comment .right .sub picture {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin-right: 12px;
}

.footer-cont .comment .right .sub {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    background: #ffffff;
    font-size: 18px;
}

.footer-cont .comment .right .review {
    padding: 20px;
}



.footer-cont .comment .right .review .msg {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-cont .comment .right .review .stars {
    display: flex;
    align-items: center;
}

.footer-cont .comment .right .review .stars svg {
    margin-right: 6px;
}

.footer-cont .comment .right .review p {
    font-size: 16px;
    margin: 20px auto;
}

.footer-cont .comment .right .review b {
    font-size: 18px;
}

.footer-cont .logo-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 100px;
    border-radius: 16px;
    border: 1px solid #FFE5E5;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(4px);
    margin: 20px auto 0px;
}

.footer-cont .logo-box picture {
    width: 148px;
    flex-shrink: 0;
}

@media (max-width: 1299px) {


    .footer-cont .free-box {
        flex-wrap: wrap;
    }

    .footer-cont .free-box li {
        margin-left: 0;
        margin-bottom: 10px
    }
}

@media (max-width: 1024px) {
    .footer-cont {
        padding: 60px 0 50px;
    }

  

    .footer-cont .comment {
        flex-direction: column;
        align-items: center;

    }

    .footer-cont .comment .left {
        margin-right: 0;
        margin-bottom: 20px;
    }


    .footer-cont h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .footer-cont .comment .left {
        width: 100%;
        padding: 60px 20px;
    }

    .footer-cont .comment .left .numbers {
        margin: 0 auto;
    }

    .footer-cont .comment .left .reviews {
        display: none;
    }

    .footer-cont .comment .left .numbers .item .number {
        font-size: 32px;
        line-height: 40px;
    }

    .footer-cont .comment .left .numbers .item .text {
        font-size: 12px;
        line-height: 20px;
    }

    .footer-cont .comment .left .numbers .item {
        width: 50%;
        min-width: auto;
        margin-bottom: 20px;
    }

    .footer-cont .comment .left .numbers .item:last-child {
        margin-bottom: 0;
    }

    .footer-cont .container {
        padding: 0 20px;
    }

    .footer-cont .free-box li {
        max-width: 100%;
        width: calc(50% - 15px);
        padding: 10px
    }

    .footer-cont .free-box li svg {
        width: 44px;
        height: 44px;
        margin-bottom: 10px
    }

    .footer-cont .free-box li p {
        font-size: 14px
    }

    .footer-cont .free-box li .title-txt {
        font-size: 16px
    }

    .footer-cont .comment:after {
        content: '';
        display: inline-block;
        position: absolute;
        bottom: 30%;
        right: 0;
        width: 761.352px;
        height: 558.846px;
        transform: rotate(43.211deg) translateX(100%);
        flex-shrink: 0;
        background: #FFE0E0;
        filter: blur(80px);
        top: unset;
        left: unset;
    }

    .footer-cont .comment .right .review p {
        font-size: 16px;
        margin: 10px auto 20px;
    }

    .footer-cont .comment .right .review .msg {
        flex-direction: column;
    }

    .footer-cont .comment .right .review .stars {
        align-self: flex-start;
    }

    .footer-cont .comment .right .review b {
        align-self: flex-end;
        margin: 20px 0 0;
    }

    .footer-cont .comment .right .review {
        padding: 20px 10px;
    }

    .footer-cont .logo-box {
        height: auto;
        padding: 12.5px 10px;
    }

    .footer-cont .logo-box picture {
        width: 140px;
        margin: 7.5px 0;
    }
}
@media (max-width: 768px) {
    .footer-cont .comment .right .popu-video svg {
        width: 64px;
        height: 35px;
    }
}


/* footer-cont */



/* bottom-banner */
.bottom-banner {
    margin-bottom: 140px;
}

.bottom-banner .bottom-banner-box {
    background: linear-gradient(110.66deg, #5C62FF 0%, #5CFFFC 100%), linear-gradient(98.57deg, #5C62FF 0%, #5C92FF 100%);
    border-radius: 24px;
    padding: 30px 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bottom-banner .bottom-banner-box .left picture,
.bottom-banner-box .left h3 {
    margin-bottom: 30px;
}

.bottom-banner-box .left h3 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 36px;
}

.bottom-banner .bottom-banner-box .right {
    position: relative;
}

@keyframes rotate-transfer {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(-90deg);
    }

    50% {
        -webkit-transform: rotate(-180deg);
    }

    75% {
        -webkit-transform: rotate(-270deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes rotate-progress {
    0% {
        width: 0;
    }

    25% {
        width: 25%;
    }

    50% {
        width: 50%;
    }

    75% {
        width: 75%;
    }

    100% {
        width: 100%;
    }
}

.bottom-banner .bottom-banner-box .right .revolve-progress {
    position: absolute;
    width: 21.64%;
    height: 39.13%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 24px rgba(72, 88, 236, 0.3);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 10px;
    left: 2%;
    bottom: 22%;
}

.bottom-banner .bottom-banner-box .right .revolve-progress .span {
    font-size: 12px;
    line-height: 17px;

    margin: 8px 0 9px;
    text-align: start;
}

.bottom-banner .bottom-banner-box .right .revolve-progress .revolve {
    width: 100%;
    height: 71.1%;
    background: #4858EC;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-banner .bottom-banner-box .right .revolve-progress .revolve img {
    width: 36.36%;
    animation: rotate-transfer 2s linear infinite;
}

.bottom-banner .bottom-banner-box .right .revolve-progress .progress {
    width: 100%;
    height: 6%;
    background: #CEDBF5;
    border-radius: 33.5897px;
}

.bottom-banner .bottom-banner-box .right .revolve-progress .progress .progress-span {
    width: 0;
    height: 100%;
    background: #4858EC;
    border-radius: 33.5897px;
    animation: rotate-progress 2s linear infinite;
}

.bottom-banner .base-switching-button .button {
    margin-bottom: 10px;
}

.bottom-banner .base-switching-button .product-button {
    justify-content: center;
}

.bottom-banner .base-switching-button .download-button {
    margin-right: 24px;
}


.base-switching-button .buy-button p,
.base-switching-button .download-button p {

    text-align: center;
}


.base-switching-button .buy-button p,
.base-switching-button .download-button p {
    margin-top: 10px;

    font-size: 14px;
    font-weight: 400;
}

.bottom-banner .base-switching-button .buy-button p {
    color: #FFF;
    text-align: center;
    opacity: 1;
}

.bottom-banner .base-switching-button .buy-button .button {
    border: none;
}

.bottom-banner .base-switching-button .download-button p {
    color: #FFF;
    text-align: center;
    opacity: 1;
}

.bottom-banner .base-switching-button .download-button .button {
    color: #4858EC;
    border-radius: 12px;
    background: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
}

.bottom-banner .base-switching-button .buy-button .button {
    color: #ffffff;
    background: #FAA700;
    border-radius: 12px;
}

.bottom-banner .base-switching-button .buy-button .button svg {
    margin-right: 12px;
}

.bottom-banner .base-switching-button .buy-button .button:hover {
    background: #F46E0C;
}

@media (max-width: 1024px) {
    .bottom-banner .bottom-banner-box {
        flex-direction: column
    }
}

@media (max-width: 992px) {
    .bottom-banner {
        padding: 0 0 60px;
        height: auto;
        margin-bottom: 0;
    }

    .bottom-banner .base-switching-button .product-button {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .bottom-banner .bottom-banner-box .left picture {
        width: 56px;
        height: 56px;
        margin: 0 auto 20px
    }

    .bottom-banner .base-switching-button .download-button {
        margin-right: 0;
        margin-bottom: 20px
    }

    .bottom-banner .bottom-banner-box {
        padding: 40px 0 10px
    }

    .bottom-banner-box .left h3 {
        padding: 0 35px;
        font-size: 24px;
        line-height: 32px
    }

    .bottom-banner .bottom-banner-box .right {
        margin-top: 30px
    }
}

@media (max-width: 552px) {
    .bottom-banner .bottom-banner-box .right .revolve-progress .span {
        margin: 4px 0 -2px;
        transform: scale(.5);
        transform-origin: 0 0;
        white-space: nowrap
    }
}

/* any-scenario */
.any-scenario {
    padding: 140px 0;
}

.any-scenario h2 {}

.any-scenario .any-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.any-scenario .any-list::before {
    content: "";
    position: absolute;
    width: 994px;
    height: 795px;
    top: 50%;
    left: 25%;
    background: url(../png/anylist-bg-min.png) no-repeat;
    background-size: 100% 100%;
    transform: translateY(-50%);
}

.any-scenario .any-list .item {
    width: 302px;
    height: 254px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #E7E7EA;
    cursor: pointer;
}

.any-scenario .any-list .item .itembox {
    width: 100%;
    height: 100%;
    padding: 18px 26px 0;
    position: absolute;
    top: 188px;
    left: 0;
    transition: all .3s;
    border-radius: 24px;
    background: #fff;
}

.any-scenario .any-list .item .itembox .title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}

.any-scenario .any-list .item .itembox p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}

.any-scenario .any-list .item:hover .itembox {
    top: 0;
    color: #fff;
    padding: 30px 20px 0;
    background: #4858EC;
}

.any-scenario .base-switching-button {
    display: flex;
    justify-content: center;
}

@media (max-width:1440px) {
    .any-scenario .any-list {
        justify-content: space-evenly;
    }
}

@media (max-width:768px) {
    .any-scenario {
        padding: 60px 0;
    }

    .any-scenario .any-list .item .itembox {
        border-radius: 16px;
    }

    .any-scenario .any-list .item {
        border-radius: 16px;
        margin-bottom: 20px;
    }

    .any-scenario .base-switching-button {
        margin-top: 10px;
    }
}

/* any-scenario */
/* yldany */
.yldany {
    padding: 120px 0;
    background: url(../png/frd_bg-min.png) no-repeat;
    background-size: 100% 100%;
}

.yldany h2 {
    margin-bottom: 60px;
}

.yldany ul {
    padding: 30px 100px;
    border-radius: 24px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.90);
}

.yldany ul li {
    padding: 10px 60px;
    border-bottom: 1px solid #D6ECFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yldany ul li .left,
.yldany ul li .right {
    width: calc(50% - 32px);
}

.yldany ul li .left .top {
    color: #4858EC;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.yldany ul li .left .top svg {
    margin-right: 8px;
}

.yldany ul li .left .bottom {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.yldany ul li .right {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.7;
}

.yldany ul li:last-child {
    border-bottom: none;
}

@media (max-width:768px) {
    .yldany {
        padding: 60px 0;
    }

    .yldany h2 {
        margin-bottom: 30px;
    }

    .yldany ul {
        padding: 20px;
        border-radius: 16px;
    }

    .yldany ul li {
        padding: 0 0 20px;
        flex-direction: column;
        border-bottom: none;
    }

    .yldany ul li .left,
    .yldany ul li .right {
        width: 100%;
    }

    .yldany ul li .left .top,
    .yldany ul li .left {
        margin-bottom: 10px;
    }

    .yldany ul li .left .top {
        font-size: 20px;
        line-height: 30px;
    }

    .yldany ul li .left .bottom {
        font-size: 18px;
        line-height: 28px;
    }

    .yldany ul li:last-child {
        padding-bottom: 0;
    }

}

/* yldany */
/* professional */
.professional {
    padding: 140px 0;
    position: relative;
}

.professional::before {
    position: absolute;
    content: "";
    width: 449px;
    height: 1047px;
    background: url(../png/professional-left-min.png);
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
}

.professional::after {
    position: absolute;
    content: "";
    width: 1046px;
    height: 1035px;
    background: url(../png/professional-right-min.png);
    background-size: 100% 100%;
    bottom: -187px;
    right: 0;
    z-index: -1;
}

.professional h2 {
    margin-bottom: 60px;
}

.professional .lost {
    display: flex;
    align-items: center;
    justify-content: center;
}

.professional .lost .left {
    min-width: 612px;
    margin-right: -72px;
}

.professional .lost .left .toplogo {
    max-width: 199.384px;
}

.professional .lost .left h3 {

    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin: 20px 0 30px;
}

.professional .lost .left ul li {
    padding-left: 26px;
    position: relative;
    margin-bottom: 20px;
}

.professional .lost .left ul li::before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 3px;
    left: 0;
    background: url(https://images.anyrecover.com/anyrecoveren/assets/overview/hard-drive-data-recovery/lost-yes.svg) no-repeat;
    background-size: 100% 100%;
}

@media (max-width:992px) {
    .professional::after {
        display: none;
    }
}

@media (max-width:768px) {
    .professional {
        padding: 32px 0 60px;
    }

    .professional .base-switching-button {
        display: flex;
        justify-content: center;
    }

    .professional h2 {
        margin-bottom: 30px;
    }

    .professional .lost {
        flex-direction: column;

    }

    .professional .lost .left {
        width: 100%;
        min-width: auto;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .professional .lost .left .toplogo {
        margin: 0 auto;
    }

    .professional .lost .left h3 {
        font-size: 20px;
        line-height: 30px;
        margin: 20px 0;
        text-align: center;
    }
}

/* professional */


/* step-list */
.step-list {
    padding: 120px 0;
    background: url(../png/hrd_anybg-min.png) no-repeat;
    background-size: 100% 100%;
}

.step-list .web-block {
    display: flex;
    justify-content: space-between;
}

.step-list .web-block .img {
    max-width: 672px;
    width: 100%;
    position: relative;
    border: 2px solid #FFF;
    box-shadow: 24px 24px 64px 0px rgba(189, 212, 223, 0.50);
    height: max-content;
    overflow: hidden;
    border-radius: 16px;
}
.step-list .web-block .img .swiper-container{
    border-radius: 16px;
}
.step-list .web-block .content {
    max-width: 635px;
    width: 100%;
    margin-left: 10px;
}

.step-list .swiper-pagination {
    bottom: 0;
    display: none
}

.step-list .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #FFE0E0;
    opacity: 1;
    margin-left: 0;
    margin-right: 4px
}

.step-list .swiper-pagination-bullet-active {
    width: 32px;
    height: 8px;
    border-radius: 4px;
    background: #4858EC
}

.step-list .web-block .swiper-slide {
    text-align: center;
    overflow: hidden;
}


.step-list .web-block .fold {
    border-radius: 16px;
    border: 2px solid #CEF;
    background: linear-gradient(180deg, #FFF 0%, #F5FCFF 100%);
    margin-bottom: 20px;
    padding: 0 30px;
    transition: height .3s;
    position: relative;
    text-align: left;
}

.step-list .web-block .fold:hover .fold-title {
    background: linear-gradient(90deg, #238EFF 0%, #4148EC 45.38%, #BE3FF7 97.51%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.step-list .web-block .fold-title {
    position: relative;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    cursor: pointer;
    transition: all .3s;
    padding: 30px 0;
}

.step-list .web-block .fold-title::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 40px;
    height: 40px;
    background: url(https://images.anyrecover.com/anyrecoveren/assets/overview/hard-drive-data-recovery/add.svg) no-repeat;
    background-size: 100% 100%;
}

.step-list .web-block .fold-content {
    display: none;
    height: 0;
    opacity: 0;
    transition: height .3s, color .3s, opacity .1s
}

.step-list .web-block .base-switching-button {
    display: flex;
    justify-content: center;
}

.step-list .web-block .fold.active {
    padding: 30px;
    border-radius: 16px;
}

.step-list .web-block .fold.active .fold-title {
    padding: 0;
    background: linear-gradient(90deg, #238EFF 0%, #4148EC 45.38%, #BE3FF7 97.51%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.step-list .web-block .fold.active .fold-title::before {
    background: url(https://images.anyrecover.com/anyrecoveren/assets/overview/hard-drive-data-recovery/reduce.svg) no-repeat;
    background-size: 100% 100%;
}

.step-list .web-block .fold.active .fold-content {
    display: block;
    height: auto;
    margin-top: 20px;
    opacity: 1;
    line-height: 24px;
    font-size: 16px;
    color: rgba(8, 11, 41, 0.70);
}

.step-list .web-block .fold:last-child {
    margin-bottom: 0;
}

@media (max-width:1024px) {
    .step-list {
        background: linear-gradient(180deg, #E0F5FF 0%, #F2FBFF 100%);
    }

    .step-list .web-block {
        flex-direction: column;
        align-items: center;
    }

    .step-list .web-block .content {
        margin-left: 0;
        margin-top: 40px;
    }
}

@media (max-width:768px) {
    .step-list {
        padding: 60px 0;
    }

    .step-list .web-block .fold {
        padding: 0 20px;
    }

    .step-list .web-block .fold-title {
        padding: 20px 50px 20px 0;
        font-size: 20px;
    }

    .step-list .web-block .fold.active .fold-title {
        padding: 0px 50px 0px 0;

    }

    .step-list .web-block .fold.active {
        padding: 20px;
    }

    .step-list .web-block .img {
        border-radius: 8px;
    }
    .step-list .web-block .img .swiper-container{
        border-radius: 8px;
    }
}


/* step-list */

/* additional-tips */
.additional-tips {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(180deg, #EFF4FF 0%, #F4F7FF 100%);
}

.additional-tips::before {
    content: "";
    width: 1057px;
    height: 939px;
    background: url(../png/additional-tips-before-min.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.additional-tips h2 {
    margin-bottom: 60px;
}

.additional-tips .hardbox {
    display: flex;
    justify-content: space-between;
}

.additional-tips .hardbox .left {
    margin-right: 60px;
}

.additional-tips .hardbox .right {
    flex: 1;
    max-width: 612px;
}

.additional-tips .hardbox .right ul {
    margin-bottom: 30px;
}

.additional-tips .hardbox .right ul li {
    margin-bottom: 20px;

}

.additional-tips .hardbox .right ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 30px 13px 20px;
    border-radius: 16px;
    border: 1px solid #E7E7EA;

    background: linear-gradient(90deg, #FFF 1.06%, #F5F8FF 100%);


    font-size: 18px;
    line-height: 26px;
}

.additional-tips .hardbox .right .base-switching-button {
    display: flex;
    justify-content: center;

}

.additional-tips .hardbox .right ul li a:hover {
    border: 1px solid #4858EC;
    background: #FFF;
}

.additional-tips .hardbox .right ul li a .lf {
    display: flex;
}

.additional-tips .hardbox .right ul li a span {
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #EAF1FF;
    justify-content: center;
    align-items: center;
    color: #4858EC;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 10px;
    flex-shrink: 0;
}

.additional-tips .hardbox .right ul li a svg {
    justify-self: flex-end;
}

@media (max-width:1024px) {
    .additional-tips .hardbox {
        flex-direction: column;
        align-items: center;
    }

    .additional-tips .hardbox .left {
        margin-right: 0;
    }

    .additional-tips .hardbox .right {
        width: 100%;
        max-width: 672px;
        margin-top: 20px;
    }

}

@media (max-width:768px) {
    .additional-tips {
        padding: 60px 0;
    }

    .additional-tips::before {
        display: none;
    }

    .additional-tips h2 {
        margin-bottom: 30px;
    }

    .additional-tips .hardbox .right ul li a {
        font-size: 16px;
        padding: 10px;
    }

    .additional-tips .hardbox .right ul li a svg {
        flex-shrink: 0;
    }
}

/* ataf */

/* software */
.software {
    padding: 140px 0;
    position: relative;
}

.software .container {
    max-width: 1346px;
}

.software::before {
    position: absolute;
    content: "";
    bottom: -50%;
    left: 0;
    width: 567px;
    height: 1062px;
    background: url(../png/software-before-min.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.software::after {
    position: absolute;
    content: "";
    top: -50%;
    right: 0;
    width: 429px;
    height: 1010px;
    background: url(../png/software-after-min.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.software .soft-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.software .soft-list .itme-box {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 15px;
    margin-bottom: 20px;
}

.software .soft-list .item {
    height: 100%;
    border-radius: 24px;
    border: 1px solid #E7E7EA;
    background: #FFF;
    padding: 0 20px 20px;
}

.software .soft-list .item .number {
    width: 48px;
    height: 48px;
    margin: -24px auto 0;
    border-radius: 50%;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;

}

.software .soft-list .item .number1 {
    background: linear-gradient(180deg, #4858EC 0%, #808BF2 100%);
    box-shadow: 0px 0px 24px rgba(72, 88, 236, 0.15);
}

.software .soft-list .item .number2 {
    background: linear-gradient(180deg, #FF8E5C 0%, #FFB798 100%);
    box-shadow: 0px 0px 24px rgba(72, 88, 236, 0.15);
}

.software .soft-list .item .number3 {
    background: linear-gradient(180deg, #2EC277 0%, #5FE19F 100%);
    box-shadow: 0px 0px 24px rgba(72, 88, 236, 0.15);
}

.software .soft-list .item .number4 {
    background: linear-gradient(180deg, #B670FC 0%, #CD98FF 100%);
    box-shadow: 0px 0px 24px rgba(72, 88, 236, 0.15);
}

.software .soft-list .item .number5 {
    background: linear-gradient(180deg, #0ECFCF 0%, #61DED3 99.99%, #808BF2 100%);
    box-shadow: 0px 0px 24px rgba(72, 88, 236, 0.15);
}

.software .soft-list .item .number6 {
    background: linear-gradient(180deg, #EE6464 0%, #FF9B9C 100%);
    box-shadow: 0px 0px 24px rgba(72, 88, 236, 0.15);
}

.software .soft-list .item .number7 {
    background: linear-gradient(180deg, #4398FF 0%, #6EC0FF 100%);
    box-shadow: 0px 0px 24px rgba(72, 88, 236, 0.15);
}

.software .soft-list .item h3 {

    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    height: 56px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.software .soft-list .item p {

    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.7;
}

@media (max-width:1024px) {
    .software .soft-list .item h3 {
        height: auto;
    }
}

@media (max-width:992px) {
    .software .soft-list .itme-box {
        max-width: 33.33%;
        flex: 0 0 33.33%;
        padding: 7.5px;
    }
}

@media (max-width:768px) {
    .software {
        padding: 60px 0;
    }

    .software::before {
        bottom: unset;
        top: 0;
    }

    .software::after {
        top: unset;
        bottom: 0;

    }

}

@media (max-width:575px) {
    .software h2+p {
        margin-bottom: 54px;
    }

    .software .soft-list .itme-box {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 44px;
    }

    .software .soft-list .itme-box:last-child {
        margin-bottom: 0;
    }
}

/* software */

/* failures */
.failures {
    padding-top: 140px;
}

.failures .container {
    max-width: 1370px;
}

.failures h2 {
    max-width: 1100px;
    margin: 0 auto 60px;
}

.failures .more-go {
    padding: 40px 80px;
    border-radius: 24px;
    background: #EFF4FF;
    display: flex;
}

.failures .more-go ul {
    width: 498px;
}

.failures .more-go ul:first-child {
    margin-right: 106px;
}

.failures .more-go ul li {

    font-size: 18px;
    line-height: 28px;
}

.failures .more-go ul li a {
    display: flex;
    align-items: first baseline;
}

.failures .more-go ul li a:hover {
    color: #4858EC;
}

.failures .more-go ul li a:hover svg use {
    fill: #4858EC;
}

.failures .more-go ul li svg {
    margin-right: 8px;
    flex-shrink: 0;
}

.failures .more-go ul li span {
    font-weight: 700;
}

.failures .more-go ul li:not(:last-child) {
    margin-bottom: 20px;
}

.failures .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 140px;
}

.failures .item h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
}

.failures .item h3+p {
    margin: 30px 0;
}

.failures .item .last-span {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.failures .item .left {
    max-width: 620px;
    margin-right: 20px;
}

.failures .item-beforebox,
.failures .item-afterbox {
    position: relative;
}

.failures .item-beforebox::before {
    content: "";
    position: absolute;
    bottom: -16%;
    left: 0;
    width: 853px;
    height: 1105px;
    z-index: -1;
    background: url(../png/failures-before-min.png) no-repeat;
    background-size: 100% 100%;
}

.failures .item-afterbox::before {
    content: "";
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 853px;
    height: 1105px;
    z-index: -1;
    background: url(../png/failures-before-min.png) no-repeat;
    background-size: 100% 100%;
}

.failures .item ul li {
    display: flex;
    align-items: baseline;
}

.failures .item ul li:not(:last-child) {
    margin-bottom: 20px;
}

.failures .item ul li span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    flex-shrink: 0;
    background: rgb(227, 229, 253);
    color: #4858EC;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 10px;
}

.failures .list-more .item:nth-child(even) {
    flex-direction: row-reverse;

}
.failures .list-more .item:nth-child(even) .left{
    margin-right: 0;
    margin-left: 20px;
}
.failures .more-list .item:nth-child(odd) {
    flex-direction: row-reverse;
}
.failures .more-list .item:nth-child(odd) .left{
    margin-right: 0;
    margin-left: 20px;
}
.failures .item:last-child {
    margin-bottom: 0;
}

.failures .more-list .item .last-span span {
    position: relative;
    padding-left: 10px;
    margin-right: 20px;
}

.failures .more-list .item .last-span span::before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #4858EC;
}

.failures .bottom-more .bottomtwo,
.failures .more-list {
    display: none;
}

.failures .bottom-more {
    display: flex;
    justify-content: center;
    margin-top: 120px;
}

.failures .bottom-more .bottomone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.failures .tailor-more,
.tailor-mores {
    animation: floatingArrownew ease-in-out .8s infinite alternate;
    cursor: pointer;
}

.failures .bottom-more .bottomone p {
    margin-bottom: 20px;
    color: #4858EC;
}

.failures.active .bottom-more .bottomtwo {
    display: flex;
}

.failures.active .more-list {
    display: block;
}

.failures.active .bottomone {
    display: none;
}

@media (max-width:1024px) {

    .failures .item,
    .failures .list-more .item:nth-child(even),
    .failures .more-list .item:nth-child(odd) {
        flex-direction: column;
    }

    .failures .item h3 {
        text-align: center;
    }

    .failures .item .left {
        margin: 0 0 30px;
      
    }
    .failures .item {
        padding-top: 60px !important;
    }
    .failures .item-beforebox::before,
    .failures .item-afterbox::before {
        width: 375px;
        height: 949px;
    }

    .failures .item-beforebox::before {
        bottom: 0;
    }

    .failures .item-afterbox::before {
        bottom: 13%;
    }
    .failures .list-more .item:nth-child(even) .left{
   
        margin-left: 0;
    }
    .failures .more-list .item:nth-child(odd) .left{
        margin-left: 0px;
    }
}

@media (max-width:768px) {

    .failures {
        padding-top: 60px;
    }

    .failures h2 {
        margin-bottom: 30px;
    }

    .failures .more-go {
        flex-direction: column;
        padding: 20px 16px;
    }

    .failures .more-go ul {
        width: 100%;
    }

 

    .failures .more-go ul li {
        font-size: 16px;
        line-height: 26px;
    }

    .failures .more-go ul:first-child {
        margin: 0 0 10px 0;
    }

    .failures .more-go ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .failures .item h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
    }

    .failures .item h3+p {
        font-size: 16px;
        line-height: 24px;
        margin: 20px 0;
    }

   

    .failures .bottom-more {
        margin-top: 30px;
    }
}