/* base Footer Banner */
/* .base-footer-banner {
    display: none!important;
 } */

/* base Footer Banner */
.main .base-flex-direction-column{
    flex-direction: column;
}
.main .base-justify-content-between{
    justify-content: space-between;
}
.main .base-justify-content-center{
    justify-content: center;
}
.main .base-align-items-center{
    align-items: center; 
}
.video-absolute{
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    left: 0;
    right: 0;
}
.base-version-switching .version-switching-icon:hover, .base-version-switching .version-switching-icon.active {
    color: #207CFB;
}
.product-plate-desc{
    padding:20px 0 50px;
    text-align: center;
}
.product-plate-title{
    text-align: center;
}

/* banner */
.banner-chatsback{
    padding:100px 0 80px;
    position: relative;
    background: #D9E9FF;
}

.banner-chatsback .banner-version-img{
    display: inline-block;
    width: 254px;
    height: 28px;
    background: url(https://images.imyfone.com/en/assets/overview/chatsback/version_img.png) no-repeat center;
    background-size: cover;
    vertical-align: top;
    margin-left: 18px;
    margin-top: 4px;
}

.banner-chatsback .banner-content li::before{
    width: 8px;
    height: 8px;
    background: #207CFB;
}

.banner-chatsback .product-video{
    display: none;
}
.banner-chatsback .banner-link {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    width: 650px;
    color: #2E2E2E;
    margin-top: 20px;
    display: block;
    position: relative;
    font-family: OpenSans-Bold, OpenSans;
}
.banner-chatsback .banner-link svg{
    width: 12px;
    transition: all .3s;
    display: inline-block;
    height: 10px;
    margin-left: 10px;
    vertical-align:inherit
}
.banner-chatsback .banner-link:hover svg{
    transform: translateX(5px);
}
.banner-chatsback .banner-link:hover svg path{
    fill: #207cfb;
}
.banner-chatsback .banner-link:hover {
    text-decoration: underline;
    color: #207cfb;
}
/* banner */

/* loss */
.loss{
    padding: 30px 0 60px;
}
.loss .loss-icon span{
    width: 180px;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    color: #000000;
}
.loss .loss-icon img{
    width: calc(100% / 9 - 15px);
    height: auto;
}
.loss .loss-content{
    padding: 100px 0 0;
}
.loss .loss-content h2{
    line-height: 49px;
    color: #2E2E2E;
    text-align: center;
}
.loss .loss-content p {
    max-width: 1009px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    text-align: center;
    margin: 20px auto 30px;
    
}
.loss .common-scenarios{    
    max-width: 677px;
    width: 677px;
    background: #E8FBFF;
    border-radius: 10px;
}
.loss .common-scenarios,
.loss .supported-scenarios{
    padding: 30px 0 50px;
}
.loss .common-scenarios h3,
.loss .supported-scenarios h3{
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #2E2E2E;
}
.loss .common-scenarios li{
    width: calc(100% / 4);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
.loss .common-scenarios li .common-icon{
    display: inline-block;
    width: 46px;
    height: 80px;
    background: url(https://images.imyfone.com/en/assets/overview/chatsback/icon.png) no-repeat center;
    background-size: cover;
}
.loss .common-scenarios li:nth-child(1) .common-icon{
    background-position: -14px 0;
}
.loss .common-scenarios li:nth-child(2) .common-icon{
    background-position: -104px 0;
}
.loss .common-scenarios li:nth-child(3) .common-icon{
    background-position: -192px 0
}
.loss .common-scenarios li:nth-child(4) .common-icon{
    background-position: -280px 0;
}
.loss .common-scenarios li:nth-child(5) .common-icon{
    background-position: -368px 0;
}
.loss .common-scenarios li:nth-child(6) .common-icon{
    background-position: -456px 0;
}
.loss .common-scenarios li:nth-child(7) .common-icon{
    background-position: -544px 0;
}
.loss .common-scenarios li:nth-child(8) .common-icon{
    background-position: -632px 0;
}
.loss .common-scenarios .common-desc{
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}
/* .loss .supported-scenarios h3{
    margin-bottom: 30px;
} */
.loss .supported-scenarios{  
    max-width: 493px;  
    width: 493px;
    background: #ECF6FF;
    border-radius: 10px;
}

.loss .supported-scenarios li{
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}
.loss .supported-scenarios li .supported-icon{
    display: inline-block;
    width: 100px;
    height: 98px;
    background: url(https://images.imyfone.com/en/assets/overview/chatsback/icon.png) no-repeat center;
    background-size: cover;
}
.loss .supported-scenarios li:nth-child(1) .supported-icon{
    background-position: -861px 0;
}
.loss .supported-scenarios li:nth-child(2) .supported-icon{
    background-position: -971px 0;
}
.loss .supported-scenarios li:nth-child(3) .supported-icon{
    background-position: -1077px 0;
}
.loss .supported-scenarios li:nth-child(4) .supported-icon{
    background-position: -1184px 0;
}
.loss .supported-scenarios li:nth-child(5) .supported-icon{
    background-position: -1295px 0;
}
.loss .supported-scenarios li:nth-child(6) .supported-icon{
    background-position: -1400px 0;
}
.loss .supported-scenarios .supported-desc{
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}

/* loss */

/* recover one*/
.recover-one{
    padding: 85px 0 95px;
    background: #F3F9FF;
}
.recover-one .recover-one-left,
.recover-two .recover-two-img,
.recover-three .recover-three-img,
.recover-four .recover-four-img{
    max-width: 580px;
    height: 100%;
}
.recover-one .recover-one-rigth{
    width: 40%;
}
.recover-one .recover-one-rigth h2{
    line-height: 49px;
    color: #2E2E2E;
}
.recover-one .recover-one-rigth .recover-one-title,
.recover-two .recover-two-content .content-left .recover-two-title,
.recover-two .recover-two-content .content-rigth .recover-two-title{
    color:#207CFB;
}

.recover-one .recover-one-rigth p{
    font-size: 16px;
    line-height: 22px;
    color: #2E2E2E;
    margin-top: 30px;
}

.recover-one .recover-one-rigth a{
    text-decoration: underline;
}

/* recover one*/

/* recover two*/
.recover-two{
    padding: 100px 0;
}
.recover-two .recover-two-img{
    max-width: 580px;
}
.recover-two .recover-two-contain{
    width: 100%;
    /* height: 581px; */
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    margin:0 auto;
    padding: 60px 0 0;
}
.recover-two .recover-two-content{
    width: 100%;
    margin-top: 20px;
}
.recover-two .recover-two-content .content-left,
.recover-two .recover-two-content .content-rigth{
    width: 40%;
}
.recover-two .recover-two-content .content-left h2,
.recover-two .recover-two-content .content-rigth h2{
    line-height: 49px;
    color: #2E2E2E;
}
.recover-two .recover-two-content .content-left h2,
.recover-two .recover-two-content .content-left p{
    text-align: right;
}
.recover-two .recover-two-content .content-left p,
.recover-two .recover-two-content .content-rigth p{
    font-size: 16px;
    line-height: 22px;
    color: #2E2E2E;
    margin-top: 30px;
    padding-bottom: 60px;
}
.recover-two .recover-two-content .content-arrow{
    width: 70px;
    background: url(https://images.imyfone.com/en/assets/overview/chatsback/rocket.png) no-repeat center;
    background-size: auto 100%;
    margin-top: 10px;
}
/* recover two*/

/* recover three*/
.recover-three{
    background: #F3F9FF;
    padding: 60px 0;
}
.recover-three .recover-three-content{
    max-width: 700px;
    width: 40%;
}
.recover-three .recover-three-content h2,
.recover-four .recover-four-content h2{
    line-height: 49px;
    color: #2E2E2E;
}
.recover-three .recover-three-content p,
.recover-four .recover-four-content p{
    font-size: 16px;
    line-height: 22px;
    color: #2E2E2E;
    margin-top: 30px;
}
.recover-three .recover-three-content p .text-highlight{
    color: #FF8032;
}

/* recover three*/

/* recover four*/
.recover-four{
    padding: 60px 0;
}
.recover-four .recover-four-content{
    max-width: 700px;
    width: 50%;
}
.recover-four .recover-four-content p{
    display: flex;
    color: #000000;
}
.recover-four .recover-four-content p::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    min-width: 8px;
    border-radius: 50%;
    background: #207CFB;
    margin: 7px 12px 0 0;
}

/* recover four*/

/* More Features */
.more-features{
    padding: 60px 0;
    /* background: url(https://images.imyfone.com/en/assets/overview/chatsback/background_bubble.png) no-repeat center;
    background-size: cover; */
    background-color: #F3F9FF;
}
.more-features h2{
    width: 368px;
    height: 229px;
    text-align: center;
    color: #2E2E2E;
    margin: 0px 85px 0 80px;
    background: url(https://images.imyfone.com/en/assets/overview/chatsback/background_bubble.png) no-repeat center;
    background-size: cover;
    padding: 60px 70px 0 0;
}
.more-features .features-item{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 233px;
    height: 268px;
    background: url(https://images.imyfone.com/en/assets/overview/chatsback/hexagon.png) no-repeat center;
    background-size: 100% 100%;
    margin-right: 40px;
    text-align: center;
    transition:all .45s ease
}
.more-features .features-item:nth-child(4){
    margin: -30px 0 0 400px;
}
.more-features .features-item:nth-child(5){
    margin: -30px 40px 0px;
}
.more-features .features-item:nth-child(6){
    margin: -30px 0 0 0px;
}
/* .more-features .features-item svg{
    width: 52px;
    height: 55px;
} */
.more-features .features-item span{
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #2E2E2E;
    width: 80%;
}
.more-features .features-item p{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    /* padding:0 20px; */
    transform: translate(-50%,-40%);
    opacity: 0;
    transition: opacity .39s, transform .3s;
}
.more-features .features-item:hover{
    background: url(https://images.imyfone.com/en/assets/overview/chatsback/hexagon_hover.png) no-repeat center;
    background-size: 100% 100%;
}
.more-features .features-item:hover span,
.more-features .features-item:hover svg{
    opacity: 0;
}
.more-features .features-item:hover p{
    transform: translate(-50%,-50%);
    opacity: 1;   
}
/* More Features */

/* version start*/
.version {
    position: relative;
    padding-top: 100px;
   
}
.version .version-box {
    display: flex;
    flex-direction: row;
    padding: 58px 0 48px;
    background: url(https://images.imyfone.com/en/assets/overview/chatsback/version_bg.png) no-repeat;
    background-size: auto 100%;;
    background-position: 0 100%;
}
.version .product-button:first-child {
    margin-right: 0px;
}
.version .product-button,
.version .product-button .button {
    min-width: 170px;
    min-height: 40px;
    line-height: 40px;
}
.version .product-button svg {
    width: 21px;
    height: 20px;
    vertical-align: middle;
}
.version .comparison-table{
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
    background-color: #ffffff;
    
}
.version .comparison-table-top {
    background: #207CFB;
    border-radius: 4px;
    color: #fff;
    line-height: 20px;
    height: 50px;
    font-size: 16px;
}
.version .comparison-table tr td {
    height: 60px;
    padding: 0 45px;
}
.version .comparison-table tr th:first-child {
    border-top-left-radius: 8px;
}
.version .comparison-table tr th:last-child {
    border-top-right-radius: 8px;
}
.comparison-table tr:not(:first-child) td {
    border-bottom: 1px solid #F3F3F3;
}
.version .comparison-table tr td:first-child{
    padding-right: 120px;
    text-align: left;
}
.version .comparison-table tr td:not(:first-child){
    text-align: center;
}
/* version end */


/* works */
.works{
    padding: 43px 0 0;
}
.works-change-category{
    max-width: 910px;
    height: 60px;
    background-color: #f5f8fa;
    border-radius: 30px;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
}
.works-change-category li{
    /* width: 235px; */
    height: 40px;
    line-height:40px;
    text-align:center;
    font-weight: bold;
    cursor: pointer;
    padding: 0 20px;
}
.works-change-category li.curr{
    color: #207cfb;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px 0px 
  rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}
.works-content{
    position: relative;
}
.works-swiper-container{
    max-width: 1020px;
    padding: 50px 50px;
    position: relative;
}
.chatsback-works-slide{
    padding: 10px; 
}

#chatsback-works-pagination{
    display:flex;
    bottom: 0;
}
.works-pagination-item{
    flex:1;
    font-weight:bold;
    color:#999;
    cursor: pointer;
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.works-pagination-item::before{
    content:"1";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: #f5f8fa;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    margin-right: 10px;
}
.works-pagination-item::after{
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    width: 1px;
	height: 20px;
	background: #e0e0e0;
}
.works-pagination-item:last-child::after{   
    display:none;
}

.works-pagination-item-active::before{
    color:#fff;
    background-color:#207cfb;
    
}
.works-pagination-item:nth-of-type(2)::before{
    content:"2";
}
.works-pagination-item:nth-of-type(3)::before{
    content:"3";
}
.chatsback-works-btn{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    line-height: 76px;
    text-align: center;
    background: #207cfb;
    margin-top: -52px;
    z-index: 5;
}
.works .go-more{
    display: block;
    width: 100%;
    margin: 30px auto 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #207CFB;
}
.works .go-more:hover,
.reviews .go-more:hover,
.knowledge-more:hover{
    text-decoration: underline;
}
.works .go-more:hover svg,
.reviews .go-more:hover svg,
.knowledge-more:hover svg{
    transition: all .3s;
    transform: translateX(5px);
}
/* works */

/* reviews */
.reviews{
    padding: 120px 0 0;
}
.reviews .chatsback-reviews-swiper{
    position:relative;
    width: 100%;
    min-height: 400px;
}
.reviews #chatsback-reviews-swiper{
    padding: 50px 0;
}
.reviews .reviews-slide{
    display: flex;
    justify-content: space-around;
}
.reviews .reviews-item{
    width: 100%;
    height: 450px;
    /* background: #FFFFFF; */
    box-shadow: 0px 0px 16px rgba(6, 37, 80, 0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 30px;
}
.reviews .reviews-item .reviews-item-header{
    width: 80px;
    height: 80px;
    margin: 40px 0 30px;
}
.reviews .reviews-item h3{
    font-size: 24px;
    color: #2E2E2E;
    text-align: center;
}

.reviews .reviews-item .reviews-item-score{
    margin: 10px 0 30px;
}
.reviews .reviews-item .reviews-item-score img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.reviews .reviews-item p{
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #2E2E2E;
    padding: 0 50px;
    margin-bottom: 50px;
}
#chatsback-reviews-pagination{
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
}
.reviews .reviews-pagination-item{
    display: inline-block;
    width: 40px;
    height: 6px;
    margin-right: 20px;
    background: #CCCCCC;
}
.reviews .reviews-pagination-item:last-child{
    margin-right: 0;
}
.reviews .reviews-pagination-item-active{
    background: #207CFB;
}
.reviews .go-more{
    display: block;
    width: 100%;
    margin: 0 auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #207CFB;
}

/* reviews */

/* spec */
.spec{
    padding: 91px 0 100px;
}
.spec-tabswitch .tab-switch{
    border-bottom:2px solid #e7e7e7;
}
.spec-tabswitch-title{
    font-size: 28px;
    line-height: 48px;
    flex: 1;
    text-align: center;
    cursor:pointer;
}
.spec-tabswitch-title span{
    display: inline-block;
    padding: 0 17px 15px;
    position: relative;
    font-weight: bold;
}
.spec-tabswitch-title.base-tabswitch-title-active{
    color:#207cfb;
}
.spec-tabswitch-title.base-tabswitch-title-active span::after{
    content:"";
    width: 100%;
    height: 4px;
    background:#207cfb;
    border-radius: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.spec-tabswitch-msg{
    padding:30px 40px 20px 40px;
    background: #f5f8fa;
    border-radius: 10px;
    margin-top:40px;
}
.spec-what-tab{
    padding:60px 40px;
}
.spec-whatnewtxt-top{
    font-size: 28px;
    color: #2E2E2E;
    font-weight: bold;
    display:flex;
    /* align-items: center; */
    justify-content:space-between;
    margin-bottom: 20px;
}
.spec-whatnewtxt-top p{
    font-size:0;
    margin-left: 30px;
}

.spec-whatnewtxt-tag{
    width: 128px;
    height: 38px;
    border-radius: 4px;
    background: #EF9C4F;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.spec-whatnewtxt-time{
    font-weight: normal;
    margin-left: 15px;
    font-size: 16px;
    color: #999999;
}
.spec-whatnewtxt{
    margin-left: 20px;
}
.spec-whatnewtxt .dot-ul li::before{  
    width: 8px;
    height: 8px;
    top: 5px;
}
.spec-msgwrap{
    align-items: center;
}
.spec-msgwrap img{
    max-width: 320px;
}
.spec-tech-title{
    font-size: 28px;
    font-weight: bold;
    color: #2e2e2e;
    margin-bottom: 10px;
}
.spec-tech-title svg{
    margin-right: 25px;
}
.spec-techwrap  p{
    color: #2E2E2E;
    padding-left: 62px;
}
.spec-techwrap{
    justify-content:space-between;
}
.spec-techios,
.spec-techandroid{
    width: 46%;
}
.spec-dotline{
    width:100%;
    margin-top: 30px;
    border-top: 2px dashed #E0E0E0;
}
.spec-techwin,
.spec-techmac{
    width:46%;
    margin-top: 30px;
}
.dot-ul li{
    line-height: 20px;
    position: relative;
    padding-left:18px;
}
.dot-ul li::before{
    content:"";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #207cfb;
    position: absolute;
    top:7px;
    left: 0;
}
.dot-ul li:not(:first-child){
    margin:16px 0px;
}
.tabos-switch-title{
    font-size: 20px;
    line-height: 24px;
    color: #999;
    cursor: pointer;
}
.tab-switch-os{
    width: 100%;
}
.tabos-switch{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #e7e7e7;
}
.tabos-switch .tabos-switch-title{
    padding: 0 10px;
    margin-right: 20px;
}
.tabos-switch-title span{
    display: flex;
    align-items: center;
}
.tabos-switch-title svg{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.tabos-switch-msg{
    display: none;
}
.tabos-switch-msg.tabos-switch-msg-active{
    display: block;
}
.tabos-switch-title.tabos-switch-title-active{
    position: relative;
    color: #000000;
}
.tabos-switch-title.tabos-switch-title-active::before{
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #000;
}
/* spec */

/* downbox */
.downbox{
    background: #207cfb;
    border-radius: 0 0 100px 100px;
    padding: 54px 0  0;
    text-align:center;
    color:#fff;
    overflow: hidden;
}
.downbox .downbox-desc{
    width: 60%;
    margin: 20px auto 40px;
    color: #FFFFFF;
}
.downbox-product-wrap{
    justify-content:center;
}
.downbox-safe{
    background:rgb(255,255,255,0.1);
}
.downbox-safe-item{
    padding: 17px 0;
    display: flex;
    align-items: center;
}
.downbox-safe-item:not(:last-child){
     margin-right: 90px;
}
.downbox-safe-item svg{
    color:#fff;
    margin-right: 14px;
}
.downbox .product-button:first-child{
    margin-right: 56px;
}
.downbox-btn-desc{
    display: flex;
    width: 600px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    margin:10px auto 34px;
    
}
.downbox-btn-desc .download-desc{
    display: flex;
    align-items: center;
    margin-right: 100px;
}
.downbox-btn-desc .download-desc svg{
    margin-right: 8px;
}
/* downbox */

/* knowledge */
.knowledge {
    padding: 80px 0;
}
.knowledge h2{
    padding-bottom: 20px;
}
.knowledge-wrap{
    justify-content:space-between;
}
.knowledge-left{
    width:54.6%;
}
.knowledge-right{
    width:42.6%;
}
.knowledge-title{
    font-size: 24px;
    font-weight: bold;
    padding: 22px 0 20px 22px;
}
.knowledge-guide li:before{
    background:#2e2e2e;
}
.knowledge-guide{
    background:#f5f8fa;
    border-radius:8px;
    padding:30px;
}
.knowledge-guide li:not(:first-child){
    margin-top:18px;
}
.knowledge-guide li.knowledge-guide-more{
    color: #207cfb;
    padding-left:0;
    font-weight: bold;
}
.knowledge-guide li.knowledge-guide-more::before{
    display: none;
  }
/* .knowledge-guide-more a{
    color: #207cfb;
    display: flex;
    align-items:center;
} */
/* .knowledge-guide-more a span{
    font-weight: bolder;
    margin-right: 5px;
} */
.knowledge-accordion .product-accordion-title{
    line-height: 22px;
}
.knowledge-accordion .product-accordion-title::after{
    content:"";
    display: block;
    width: 14px;
    height: 8px;
    background:url(https://images.imyfone.com/en/Images/product/transfer_backup_restore_whatsapp/icon_xia.svg);
    position: absolute;
    right: 0;
    top: 7px;
    transform-origin: top;
}
.knowledge-accordion .product-accordion-item.curr .product-accordion-title::after{
    background-image: url(https://images.imyfone.com/en/Images/product/transfer_backup_restore_whatsapp/icon_shang.svg);
}
.knowledge-faqs-more{
    padding-left: 24px;
}
.knowledge-faqs-more a{
    color: #207cfb;
    font-weight: bolder;
}
.knowledge-more svg{
    width: 13px;
}
.product-button-white-border .button{
    border-width:2px;
}
.product-accordion-cont img{
    margin: 10px 0;
}

/* knowledge */

@media (max-width: 1200px){
    
    .loss .common-scenarios{
        width: 55%;
    }
    .loss .supported-scenarios{
        width: 40%;
    }
    .more-features h2{
        margin: 0 -26px 0 0;
    }
    .more-features .features-item:nth-child(4) {
        margin: -30px 0 0 200px;
    }
    .downbox{
        border-radius:0;
    }
    .downbox-safe-item:not(:last-child){
        margin-right:30px;
    }
    .spec-whatnewtxt-top{
        flex-direction: column;
    }
    .spec-whatnewtxt-top p{
        margin: 10px 0 0 0;
    }
    .whatsapp-works-slide img{
        border-style: none;
        max-width: 100%;
        vertical-align: middle;
    }
    .reviews .reviews-item{
        margin: 0 15px;
    }
   
}
@media (max-width: 1024px) {
    .recover-one .recover-one-rigth,
    .recover-three .recover-three-content,
    .recover-four .recover-four-content{
        width: 100%;
    }
    .downbox-safe-item svg{
        margin-right: 5px;
    }
    .version .right .comparison-table .comparison-table-top th:first-child,
    .version .right .comparison-table tr td:first-child {
        max-width: 400px;
        text-align: center;
        padding-left: 20px;
    }
    .version .comparison-table tr td:first-child{
        padding-right: 10px;
    }
}
@media (max-width: 992px) {

}
@media (max-width: 768px) {
    .banner-chatsback .product-video{
        display: inline-flex;
    }
    .banner-chatsback .banner-link {
        width: 100%;
    }
    .banner-chatsback .banner-version-img{
        margin: 4px auto;
    }
    .banner-chatsback .banner-content li {
        margin: 10px auto;
        width: 70%;
    }

    .banner-chatsback {
        padding: 12px 0 30px;
    }
    .banner-chatsback h1 {
        line-height: 28px;
        margin-bottom: 10px;
        text-align: center;
    }
    .banner-chatsback .banner-product-button{
        text-align: center;
    }
    .loss {
        padding: 20px 0 60px;
    }
    .loss .loss-icon{
        justify-content: center;
    }
    .loss .loss-icon span{
        width: 25%;
        margin:0 10px 20px;
    }
    .loss .loss-icon img{
        width: 20%;
        margin:0 10px 20px;
    }
    .loss .loss-content {
        padding: 60px 0 0;
    }
    .loss .loss-content h2 {
        line-height: 30px;
    }
    .loss .loss-content p {
        margin: 20px auto;
    }
    .loss .loss-scenarios{
        justify-content: center;
    }
    .loss .common-scenarios{
        width: 100%;
    }
    /* .loss .common-scenarios li {
        width: calc(100% / 4 - 10px);
    } */
   
    .loss .supported-scenarios {
        width: 100%;
        margin-top: 30px;
    }
    .loss .common-scenarios, .loss .supported-scenarios{
        padding: 30px 0;
    }
    .recover-one .recover-one-left {
        order: 1;
        margin: 0 auto;
    }
    /* .recover-one .recover-one-rigth {
        width: 100%;
    } */
    .recover-one .recover-one-rigth h2 {
        line-height: 30px;
        text-align: center;
        padding: 0 17px;
    }
    .recover-one {
        padding: 60px 0 80px;
    }
    .recover-one .recover-one-rigth p{
        text-align: center;
        margin-top: 10px;
    }
    .recover-two {
        padding: 66px 0 60px;
    }
    .recover-two .recover-two-contain {
        padding: 60px 0 60px;
    }
    .recover-two .recover-two-content .content-left, .recover-two .recover-two-content .content-rigth {
        width: 100%;
    }.recover-two .recover-two-content .content-left{
        margin-bottom: 30px;
    }
    .recover-two .recover-two-content .content-arrow {
        display: none;
    }
    .recover-two .recover-two-content .content-left h2, .recover-two .recover-two-content .content-rigth h2 {
        text-align: center;
        line-height: 30px;
    }
    .recover-two .recover-two-content .content-left p, .recover-two .recover-two-content .content-rigth p {
        margin-top: 0px;
        line-height: 22px;
        text-align: center;
        padding: 5px 10px 0;
    }
    .recover-three .recover-three-img{
        order: 1;
        margin: 0 auto;
    }
    .recover-four .recover-four-img{
        margin: 0 auto;
    }
    /* .recover-three .recover-three-content {
        width: 100%;
    } */
    .recover-three .recover-three-content h2, .recover-four .recover-four-content h2 {
        line-height: 30px;
        text-align: center;
    }
    .recover-three .recover-three-content p, .recover-four .recover-four-content p {
        margin-top: 10px;
        text-align: center;
    }
    /* .recover-four .recover-four-content {
        width: 100%;
    } */
    .recover-four .recover-four-content p::before{
        display: none;
    }
    .recover-four .recover-four-content p:last-child{
        margin-top: 0;
    }
    .more-features .base-align-items-center{
        align-items: normal;
        justify-content: center;
    }
    .more-features h2 {
        width: 100%;
        height: auto;
        background: none;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .more-features .features-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: normal;
        width: 45%;
        margin: 40px 15px 0;
        height: auto;
        background: none;
        text-align: center;
        transition: none;
    }
    .more-features .features-item svg{
        width: 70px;
        height: 70px;
    }
    .more-features .features-item p {
        position: static;
        padding: 0;
        transform: none;
        opacity: 1;
        color: #2E2E2E;
        font-weight: normal;
    }
    .more-features .features-item span {
        width: 100%;
        margin: 10px 0;
    }
    .more-features .features-item:nth-child(4),
    .more-features .features-item:nth-child(5),
    .more-features .features-item:nth-child(6) {
        margin: 40px 15px 0;
    }
    .more-features .features-item:hover{
        background: none;
    }
    .more-features .features-item:hover span,
    .more-features .features-item:hover svg{
        opacity: 1;
    }
    .more-features .features-item:hover p{
        transform: none;
        opacity: 1;   
    }
    .version {
        padding: 60px 0;
    }
    .version .version-box {
        padding: 30px 0 0px;
        background: none;
    }
    .version .right {
        overflow-x: scroll;
        box-shadow: 0 4px 10px 4px rgb(0 0 0 / 10%);
        border-radius: 4px;
        /* width: 86vw; */
    }
    .version .right .comparison-table {
        /* width: auto; */
        min-width: 720px;
    }
    
    .version .comparison-table tr td:first-child {
        padding-right: 0px;
    }
    .version .comparison-table tr td {
        padding: 0px 20px;
    }
    .version .comparison-table tr:last-child td{
        padding: 15px 20px 0;
    }
    .version .comparison-table-top {
        line-height: 16px;
    }
    .works {
        padding: 60px 0;
    }
    .product-plate-desc {
        padding: 10px 0 30px;
    }
    .works-change-category{
        background: none;
        flex-direction: column;
        height: auto;
    }
    .works-change-category li{
        width:80%;
        background-color: #f5f8fa;
        border-radius:20px;
       
    }

    .works-change-category li:not(:last-child){
         margin-bottom:20px;
    }
    #chatsback-works-pagination{
        flex-direction: column;
        text-align: left;
        position: relative;
        margin-top: 20px;
    }
    .works-pagination-item{
        justify-content: start;
        width: 50%;
        margin: 10px auto;
    }
    .works-pagination-item::after{
        display:none;
    }
    .works-pagination-item-active{
        text-decoration: underline;
        color: #207cfb;
    }
    .chatsback-works-btn{
        display:none;
    }
    .works-swiper-container{
        padding:32px 25px 0;
    }
    .works .go-more {
        margin: 30px auto 0;
    }
    .reviews {
        padding: 60px 0;
    }
    .reviews .reviews-item{
        height: 360px;
    }
    .reviews .reviews-item p{
        padding: 0 30px;
    }
    .reviews .reviews-pagination-item{
        width: 8px;
        height: 8px;
        background: #000000;
        opacity: 0.2;
        margin-right: 16px;
        border-radius: 50%;
    }
   
    .reviews .reviews-pagination-item-active {
        background: #207CFB;
        opacity: 1;
    }
    .spec {
        padding: 60px 0;
    }
    .spec-tabswitch-title span {
        line-height: 25px;
        font-size: 18px;
    }
    .spec .spec-tech-title {
        font-size: 16px;
        align-items: flex-start;
        margin-bottom: 0;
    }
    .spec-tech-title svg {
        width: 31px;
        height: 31px;
        margin-right: 10px;
    }
    .spec-techwrap p {
        color: #666666;
        line-height: 18px;
        padding-left: 40px;
        margin-top: -5px;
    }
    .spec-msgwrap{
        /* width: 200px; */
        margin: 0px auto;
        justify-content:center;
    }
    .spec-whatnewtxt{
        margin-left:0;
    }
    .spec-whatnewtxt-top{
        flex-direction:column;
        align-items:flex-start;
        margin-top: 30px;
    }
    .spec-techios,.spec-techandroid{
        width:100%;
    }
    .spec-tabswitch-msg{
        padding:30px 20px;
        margin-top: 20px;
    }
    .spec-techandroid{
        margin-top:30px;
    }
    .spec-whatnewtxt-top{
        font-size: 20px;
        line-height: 27px;
        width: 92%;
    }
    .spec-dotline{
        display: none;
    }
    .spec-techwin,
    .spec-techmac{
        width: 100%;
    }
    .spec-what-tab {
        padding: 30px 26px 45px;
    }
    .dot-ul li {
        line-height: 18px;
        color: #666666;
    }
    .tab-switch-os{
        padding-top: 10px;
    }
    .downbox-product-wrap {
        justify-content: center;
        padding: 20px 0 60px;
    }
    .fixedHeight{
        height: 420px;
    }
    .downbox-safe-item{
        width:50%;
        margin-right: 0 !important;
        color: #666;
    }
    .downbox-safe-item svg{
        color:#207cfb;
    }
    .downbox-safe{
        background:#f1f5fc;
    }
    .downbox{
        background:none;
        padding: 0;
    }
    .downbox .downbox-wrap{
        background:#207cfb;
        padding:60px 0;
    }
    .downbox .downbox-desc {
        width: 100%;
        margin: 20px auto;
        padding: 0 20px;
    }
    .downbox .product-button:first-child {
        margin-right: 0;
    }
    .downbox .buy-desc{
        display: none;
    }
    .downbox-btn-desc {
        width: 100%;
        margin: 10px auto 0px;
    }
    .downbox-btn-desc .download-desc {
        margin: 0 auto;
    }
    .knowledge{
        padding: 60px 0;
    }
    .knowledge-wrap{
        flex-direction:column;
    }
    .knowledge-left,.knowledge-right{
        width:100%;
    }
    .knowledge-guide{
        display:block;
    }
    .product-accordion-item,.knowledge-guide{
        background:#f1f5fc;
    }
    .knowledge-title{
        font-size: 20px;
        /* text-align:center; */
        padding: 10px 0 20px 15px;
    }
    .knowledge-faqs-more {
        display: flex;
        justify-content: center;
    }
    .knowledge-guide-more{
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    /* .knowledge-guide-more a {
        color: #207cfb;
    } */
    .knowledge-guide {
        padding: 20px;
    }
}
@media (max-width: 575px) {
    .banner-chatsback .banner-content li {
        width: 95%;
    }
    .banner-chatsback .product-video {
        margin-top: 30px;
    }
    .more-features .features-item {
        width: 100%;
        margin: 40px 0 0;
    }
    
    .loss .loss-icon{
        justify-content: center;
    }
    .loss .loss-icon span{
        width: 55%;
    }
    .loss .loss-icon img{
        width: 40%;
    }
    .loss .common-scenarios li {
        width: 50%;
    }
    
    .works-pagination-item{
        width: 100%;
    }
    .version .right .comparison-table {
        min-width: 822px;
    }
    .version .right .comparison-table tr td:first-child {
       text-align: left;
    }
    .downbox-safe-item{
        width:100%;
        padding: 10px 35px;
        text-align: left;
    }
    .downbox-safe-item span{
        margin-left: 10px;
    }
    .downbox-linet::after{
        display:none;
    }
    .reviews .reviews-item{
        height: 420px;
    }
}