body{
    overflow: hidden;
}
.video-absolute{
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    left: 0;
    right: 0;
}
.video-absolute img{
    width: 94px;
    height: 94px;
}
.product-plate-desc{
    padding:20px 0 50px;
    text-align: center;
    max-width: 963px;
    margin: auto;
}

.product-plate-title{
    text-align: center;
}
.base-header {
    background-color: #ffff;
}

.banner-ul li::before {
    background: #207cfb;
}
.dot-ul li{
    line-height: 20px;
    position: relative;
    padding-left:18px;
    padding-bottom: 10px;
}
.dot-ul li::before{
    content:"";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #207cfb;
    position: absolute;
    top:7px;
    left: 0;
}
.whatsapp-iphone-btn{
    display: none;
    background: url(https://images.imyfone.com/en/assets/overview/itransor_go/google_play_btn.svg);
    width: 266px;
    height: 78px;
}
.downbox .whatsapp-iphone-btn{
    margin:20px 0 60px;
}
#popu-cont .whatsapp-iphone-btn{
    margin:20px auto;
}
/* banner */
.banner{
    padding: 60px 0 120px;
    position: relative;
    background: linear-gradient(180deg, #E6F0FF 0%, #FFFFFF 100%);
}
.banner-left-new {
    width: 56%;
    max-width: 600px;
}
.banner-subtit{
    font-size: 24px;
    font-weight: 600;
}
.banner-subtit-lible{
    font-size: 18px;
    position: relative;
    top:-10px;
}
.banner h1{
    letter-spacing: -1px;
    color: #19191b;
    line-height: 1.3;
}
.banner .star-reviews{
    margin-top:40px 0 20px;
}
.banner .popu-video{
    color: #696871;
    margin-top:20px;
}
.banner .popu-video svg{
    width:20px;height:20px;
    color:#207cfb;
    vertical-align:middle;
}
.banner .base-version-switching .version-switching-icon:hover, .banner .base-version-switching .version-switching-icon.active{
    color: #207cfb;
}
.banner .banner-version-img{
    display: inline-block;
    width: 178px;
    height: 24px;
    background: url(https://images.imyfone.com/en/images/product/banner_icon.svg) no-repeat center;
    background-size: 100% 100%;
    margin-left: 18px;
}
/* banner */
/* .change-gps */
.change-gps {
    padding: 80px 0 60px;
    position: relative;
}

.product-plate-title {
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
}
.change-gps .desc{
    max-width: 955px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    
}
.change-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;
}
.change-content .change-card {
    position: relative;
    z-index: 1;
    max-width: 560px;
    width: 48%;
    overflow: hidden;
    margin-top: 60px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 4px 4px 25px rgba(27, 115, 235, 0.12);
    border-radius: 15px;
    transition: all .3s;
    box-sizing: content-box;
}
.change-card .top {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.change-card .top picture {
    position: relative;
}
.change-card .hover-text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -100%;
    transition: all .3s;
    background: linear-gradient(180deg,rgba(83,153,237,.86) 0%,rgba(13,83,219,.86) 100%);
}
.change-card .hover-text p {
    color: #FFF;
    font-weight: 600;
    font-size: 22px;
    max-width: 432px;
    line-height: 32px;
}
.change-content .change-card:hover .hover-text {
    bottom: 0;
}
.change-card .change-title {
    height: 80px;
    font-weight: 600;
    font-size: 24px;
    line-height: 80px;
    text-align: center;
    color: #000000;
}
.choose-lefts{
    flex-direction: row-reverse;
}
@media (max-width: 768px){
    .change-content {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    }
    .change-content .change-card {
        width: 100%;
        margin-top: 20px;
    }
    .change-card .change-title {
       height: 52px;
       font-size: 20px;
       line-height: 52px;
    }
    .banner-subtit{
        text-align: center;
        padding-top: 30px;
        font-size: 18px;
    }

    .banner .banner-version-img{
        display: none;
    }
    .banner-left-new h1 {
        margin: 10px auto 20px;
        font-size: 26px;
    }
    .banner-right-new, .banner-left-new {
        width: 100%;
    }
    .change-gps{
        padding: 60px 0 44px;
    }
    .change-gps .desc{
        margin-bottom: 10px;
    }
    .product-plate-title{
        font-size: 24px;
    }
}


.product-medialogo.product-medialogo-gray .medialogo-mac {
    background-image: url("//images.imyfone.com/en/Images/base/media_logo/media_logo_97mac_gray.svg");
}

.product-medialogo.product-medialogo-gray .medialogo-howtogeek {
    background-image: url("//images.imyfone.com/en/Images/base/media_logo/media_logo_howtogeek_gray.svg");
}

.product-medialogo.product-medialogo-gray .medialogo-pocket {
    background-image: url("//images.imyfone.com/en/Images/base/media_logo/media_logo_pocket_gray.svg");
}

.popu-video-time {
    margin: 0 0 0 8px;
}
section.plate-first{
    padding: 100px 0px 70px 0px;
}
section.plate {
    padding: 50px 0px;
}
.swiper-wrapper{
    height: auto;
}

/* directly */
.directly-cont{
    box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    position: relative;
}
.directly-cont::after{
    content:"";
    display: block;
    width: 226px;
    height: 226px;
    background: url(https://images.imyfone.com/en/Images/product/transfer_backup_restore_whatsapp/bg_one.png) no-repeat;
    position: absolute;
    bottom: -58px;
    left: -110px;
    z-index: -1;
}
.directly-left{
    min-width: 282px;
    background: linear-gradient(to bottom, #f9fafe, #f1f5fd);
    display: flex;
    align-items: center;
    border-radius: 8px;
}
.directly-right{
    padding:25px;
}
.directly-item{
    width: 50%;
    padding: 15px;
    text-align: center;
}
.directly-item-title{
    font-size: 18px;
    font-weight: bold;
    padding:16px 0 12px;
}
.directly-item-desc{
    font-size: 14px;
    line-height: 24px;
}
/* directly */
/* .banner-right-new  */
.banner-right-new .right-new-content{
    margin-bottom: 42px;
}
.banner-right-new .right-new-text{
    background: linear-gradient(270deg, #E4ECFF 0%, #ECFAFF 100%);
    box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.0803376);
    border-radius: 8px;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #666666;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-right-new .right-new-text .right-new-text-bg{
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("https://images.imyfone.com/en/images/product/right_new_text_bg.svg") no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
    line-height: 40px;
}
@media (max-width: 992px){
    .banner-right-new .right-new-text{
        display: none;
    }
    .banner-right-new .right-new-content{
        margin-bottom: 0;
    }
    section.plate {
        padding: 0px 0px 50px 0px;
    }
 
}
/* better */
.better-cont{
    justify-content: space-between;
    align-items: center;
}
.better-right{
    flex-shrink: 0;
}

.better-item{
    width: 340px;
    height: 157px;
    background: #f5f8fa;
    border-radius: 4px;
    padding: 15px 30px 30px;
    margin: 15px 0;
}
.better-item:nth-of-type(2n-1){
    margin-right: 30px;
}

.better-item-title{
    font-size:18px;
    line-height: 24px;
    font-weight: bold;
}
.better-item-title i{
    display: inline-block;
    background:url(https://images.imyfone.com/en/Images/product/transfer_backup_restore_whatsapp/better-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 16px;
}
.better-item-desc{
    font-size: 14px;
    line-height: 22px;
    margin-top:20px;
}
/* restore */
/* choose */
.choose-cont{
    justify-content: space-between;
    align-items: center;
}
.choose-left{
    position:relative;
    max-width:588px;
}
.choose-title{
    position: relative;
    margin-top: 30px;
}
.choose-title-htwo{
    margin: 10px 0 0 0;
}
.choose-title-color-span{
color: #207CFB;
}
.choose-desc{
    padding:30px 0 40px;
}

.choose-title-bottom-images{
    padding-top: 20px;
    max-width: 260px;
}
@media (max-width: 992px){
.choose-desc{
    padding:16px 0 20px;
}

}
.choose-right{
    max-width: 547px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.choose-right-color{
    display: inline-block;
    background: #207CFB;
border-radius: 4px;
width: 43px;
height: 8px;
}
.choose-one-png{
   margin-top: 20px;
   max-width: 178px;
}


/* .choose-left::after{
    border-radius: 0 100px 100px 0;
    left: auto;
    right: -69px;
    bottom: -27px;
} */
/* choose */
/* works */
.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: 200px;
    height: 40px;
    line-height:40px;
    text-align:center;
    font-weight: bold;
    cursor: pointer;
    
}
.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 90px;
    position: relative;
}
.whatsapp-works-slide{
    padding: 10px; 
}
.whatsapp-works-slide .img{
    box-shadow: 0px 20px 32px 0px rgba(65, 62, 101, 0.1);
}

#whatsapp-works-pagination{
    display:flex;
    bottom: 0;
}
.works-pagination-item{
    flex:1;
    font-weight:bold;
    color:#999;
    padding: 0 20px 10px 85px;
    cursor: pointer;
    position: relative;
    text-align: left;

}

.works-pagination-item::before{
    content:"1";
    display: block;
    width: 28px;
    height: 28px;
    background-color: #f5f8fa;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    left: 50px;
    position: absolute;
    top: -4px;
}
.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";
}
.whatsapp-works-btn{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    text-align: center;
    background: #207cfb;
    margin-top: -52px;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* works */
/* recommended */
.recommended{
    background: url(https://images.imyfone.com/en/Images/product/transfer_backup_restore_whatsapp/map_bg.png) no-repeat;
    position: relative;
    margin-top: 70px;
}
.recommended h2{
    text-align: center;
}
.recommended-icon{
    display: flex;
    justify-content: space-between;
    margin: 60px auto;
    max-width: 1020px;
}
.recommended-icon li{
    width: 136px;
    height: 43px;
    background: url(https://images.imyfone.com/en/Images/product/transfer_backup_restore_whatsapp/recommended-icon.png) no-repeat;
    border: 1px dashed #333333;
}
.works-pagination-item-active{
    text-decoration: underline;
    color: #207cfb;
}
.recommended-swiper{max-width: 1300px;padding: 20px 140px 110px;}
.recommended-swiper .swiper-slide{
    text-align: center;
    max-width: 1020px;
    background-color: #ffffff;
    box-shadow: 50px 50px 100px 0px 
		rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    padding:40px 70px;
    height: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 8px;
}

.recommended-avar{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin: 0 auto;
}
.recommended-avar.avar-img{
    width: 178px;
    margin: 20px auto 32px auto;
}
.recommended-name{
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin:16px 0 24px;
}
.reviews-content{
    margin-bottom: 20px;
}
.start-five i{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("https://images.imyfone.com/en/Images/product/transfer_backup_restore_whatsapp/star.svg") no-repeat 0 0;
    background-size:cover ;
    margin:0 3px;
}
.reviews-content{
    line-height: 26px;;
}
.recommended-btn{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #207cfb;
    top: calc(50% - 75px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.recommended-btn.swiper-button-next{
    right: 50px;
}
.recommended-btn.swiper-button-prev{
    left: 50px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 75px;
}
.fixedHeight{
    height: 320px;
}
.win-blue{
    transform: scale(0.75);
}
.reviews-more{
    display: block;
    padding:0 15px;
    position: absolute;
    margin: auto;
    text-align: center;
    width: 210px;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 9;
}
.reviews-more span,.reviews-more svg,
.knowledge-more span,.knowledge-more svg{
    vertical-align:middle;
    transition: all 0.3s ease;
}
.reviews-more:hover svg,
.knowledge-more:hover svg{
    margin-left: 5px;
}
.knowledge-more:hover{
    color: #0053ff;
    text-decoration: underline;
}

/* recommended */
/* downbox */
.downbox{
    background: #207cfb;
    border-radius: 0 0 100px 100px;
    padding: 54px 0 0;
    text-align:center;
    color:#fff;
    overflow: hidden;
    margin-bottom:100px;
}
.downbox-wrap h2::selection, .downbox-wrap h2 .downbox-linet span::selection {
    background:rgba(256,256,256,0.3);
    color:#fff;
}
.downbox-wrap h2::-moz-selection, .downbox-wrap h2 .downbox-linet span::selection  {
    background:rgba(256,256,256,0.3);
    color:#fff;
}
.downbox-wrap h2::-webkit-selection, .downbox-wrap h2 .downbox-linet span::selection  {
    background:rgba(256,256,256,0.3);
    color:#fff;
}
.downbox-product-wrap{
    justify-content:center;
    padding:50px 0 82px;
}
.downbox-product-beyond{
    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;
}
.downbox-safe-item span{
    /* margin-left:12px; */
} 
.downbox-linet{
    position:relative;
    z-index: 1;
    display: inline-block;
    padding-top: 20px;
}
.downbox-linet span{
    position:relative;
    z-index:1;
}
.downbox-linet::after{
    content:"";
    display: block;
    position: absolute;
    height: 10px;
    width: 100%;
    background: #ff973c;
    bottom: 3px;
    left:0;
    z-index:0;
}
@media (max-width:992px) {
    .downbox-linet::after{
        display: none;
    }
}
/* downbox */
/* knowledge */
.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;
    margin-top: 10px;
}
.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;
}

/* knowledge */
.comparison-cont{
    box-shadow: 0px 4px 10px 4px rgba(0,0,0,0);
    border-radius: 4px;
}
.comparison-table{
    width: 100%;
    box-shadow: 0px 4px 10px 4px rgba(0,0,0,0.1);
}
.comparison-table tr:not(:first-child) td{
    border-bottom:1px solid rgb(32 ,124 ,251 , 0.1);
    padding: 20px;
    line-height: 20px;
    min-height: 60px;
    font-size: 14px;
}
.comparison-table tr td:not(:first-child){
    text-align:center;
}
.comparison-table-top{
    min-height: 45px;
    height:45px;
    background-color: rgba(32,124,251,0.8);
    border-radius: 4px;
    color: #fff;
}
.features-td{
    padding-left: 20px;
    min-width: 259px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.comparison-table .product-button,.comparison-table .product-button .button{
    width: 60px;  
    height: 28px;
    min-width: 60px;
    min-height: 28px;
    border-radius: 14px;
}
.comparison-table .product-button .button svg{
    margin-left:0;
}
.comparison-table .product-button:first-child{
    margin-right: 8px;
}
.comparison-table .product-button svg{
    width: 20px;
}
.comparison-table-top a{
   text-decoration: underline;
}
.comparison-table .last-td{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.comparison-table .icon{
    width: 28px;
    height: 28px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
}
.comparison-table .messenger{
    background-image:url(https://images.imyfone.com/en/Images/product/transfer_backup_restore_whatsapp/icon_whatsapp.svg)
}
.comparison-table .business{
    background-image:url(https://images.imyfone.com/en/Images/product/transfer_backup_restore_whatsapp/icon_business.svg);
    margin-left:12px;
}
.comparison-table .tick{
    background-image:url(https://images.imyfone.com/en/Images/product/transfer_backup_restore_whatsapp/icon_good.svg)
}
/* comparison */
/* spec */


.spec .spec-tabswitch h2{
    text-align: center;
}
.spec .base-tabswitch-msg{
    display: block;
}
.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:50px;
}
.spec-whatnewtxt-top{
    font-size: 20px;
    font-weight: bold;
    display:flex;
    /* align-items:center; */
    justify-content:space-between;
    margin-bottom: 20px;
}
.spec-whatnewtxt-top p{
    font-size:0;
    margin-left: 10px;
}

.spec-whatnewtxt-tag{
    width: 100px;
    height: 24px;
    border-radius: 4px;
    background: #ff973c;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.spec-whatnewtxt-time{
    font-weight: bold;
    margin-left: 10px;
    font-size: 16px;
}
.spec-whatnewtxt{
    margin-left: 84px;
}
.spec-whatnewtxt .dot-ul li::before{  
    width: 8px;
    height: 8px;
    top: 5px;
}
.spec-msgwrap{
    align-items: center;
}
.spec-tech-title{
    font-size: 20px;
    font-weight: bold;
    color: #2e2e2e;
    margin-bottom: 20px;
}
.spec-techwrap  p{
    color: #666;
}
.spec-techwrap{
    justify-content:space-between;
}
.spec-techios{
    width: 58%;
}
.spec-techandroid{
    width:37.5%;
}
.popu-video-motxt{
    display: none;
}
/* spec */
/* why-choose */
.why-choose h2 {
    text-align: center;
    margin: 0 auto 100px;
    max-width: 877px;
}

.choose-box {
    position: relative
}

.choose-box::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.choose-main {
    width: 450px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

#newfun {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: transform .5s ease-in-out;
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
}

.circlebg {
    width: 420px;
    height: 420px;
    border-radius: 100%;
    border: 15px solid #f4f4f4;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.choose-imgs {
    width: 373px;
    height: 373px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    background-color: #508fff;
    background: linear-gradient(bottom,#508fff,#9fcfff);
    background: -webkit-linear-gradient(bottom,#508fff,#9fcfff);
    background: -moz-linear-gradient(bottom,#508fff,#9fcfff);
    transform: translateY(0) scale(.5);
    -webkit-transform: translateY(0) scale(.5);
    -moz-transform: translateY(0) scale(.5);
    opacity: 0
}

.choose-imgs img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    opacity: 0
}

.choose-imgs-an {
    transform: scale(1);
    opacity: 1;
    transition: all .5s .8s ease-in-out;
    -webkit-transition: all .5s .8s ease-in-out;
    -moz-transition: all .5s .8s ease-in-out
}

.choose-imgs-an0 #newfun {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg)
}

.choose-imgs-an1 #newfun {
    transform: rotate(115deg);
    -webkit-transform: rotate(115deg);
    -moz-transform: rotate(115deg)
}

.choose-imgs-an3 #newfun {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg)
}

.choose-imgs-an2 #newfun {
    transform: rotate(300deg);
    -webkit-transform: rotate(300deg);
    -moz-transform: rotate(300deg);
}

.choose-imgs1 {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out
}

.choose-imgs2 {
    opacity: 0;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out
}

.choose-imgs3 {
    opacity: 0;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out
}

.choose-imgs4 {
    opacity: 0;
    transform: translate(-200px,300px);
    -webkit-transform: translate(-200px,300px);
    -moz-transform: translate(-200px,300px);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out
}

.choose-imgs-an .active {
    opacity: 1;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0)
}

.iosidx_newfun>.left {
    opacity: 0;
    transform: translate(0);
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px)
}

.iosidx_newfun>.right {
    opacity: 0;
    transform: translate(0);
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px)
}

.choose-bg {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: .8
}

.choose-imgs-an .choose-bg img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transition: all 3s linear;
    -webkit-transition: all 3s linear;
    -moz-transition: all 3s linear
}

.choose-item {
    display: inline-block;
    max-width: 337px;
    width: calc(50% - 10px);
    min-height: 220px;
    padding: 20px 25px 20px 30px;
    transition: all .2s linear;
    background: #fff
}

.choose-item.left {
    float: left
}

.choose-item.right {
    float: right
}

.clear {
    clear: both
}

.choose-item.active {
    border-radius: 8px;
    box-shadow: 4px 4px 40px 0 rgba(0,123,239,.2)
}

.choose-item.top {
    margin-bottom: 40px
}

.choose-item img {
    display: none
}

.choose-item .title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 12px;
    transition: all .2s linear
}

.choose-item.active .title {
    padding-left: 16px
}

.choose-item .title::before {
    display: inline-block;
    content: '';
    width: 6px;
    height: 100%;
    background: #207cfb;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .2s linear
}

.choose-item.active .title::before {
    opacity: 1
}

.choose-item p {
    color: #666
}
/* why-choose */


@media (max-width: 1200px) {
    .choose-main {
        transform: scale(0.68);
        display: none;
    }
    .better-left,.better-right{
        justify-content: center;
    }
    .better-right{
        flex-shrink: 1;
    }
    .better-item{
        margin: 10px 0
    }
    .better-item:nth-of-type(2n-1){
        margin-right: 20px;
    }
    .restore-item:not(:first-child){
        margin-left:30px;
    }
    .restore-item{
        padding: 50px 20px;
    }
    .restore-left{
        margin-right:30px;
    }
    .restore-wrap{
        align-items:center;
    }
    .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;
    }
}
@media only screen and (min-device-width : 996px) and (max-device-width : 1024px){
    .choose-main {
        display: none;
    }
    .choose-item {
        max-width: 100%;
        width: calc(50% - 20px);
    }
    .choose-item {
        border-radius: 8px;
        box-shadow: 4px 4px 40px 0px rgba(0, 123, 239, 0.2);
    }
    .choose-item .title {
        padding-left: 16px;
    }
    .choose-item .title::before {
        opacity: 1;
    }
    .banner h1{
        width: 600px;
    }
    .product-plate{
        padding: 100px 0;
    }
    .better-item{
        padding: 20px 20px;
    }
    .whatsapp-works-wrapper .whatsapp-works-slide img{
        width: 800px;
    }
    .works-content .img {
        margin: auto;
        max-width: 800px;
    }
    .knowledge-title{
        padding: 30px 0px 20px 22px;
    }
    .whatsapp-works-btn{
        width: 40px;
        height: 40px;
        margin-top: -42px;
        line-height: 50px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 70px;
        left: 0;
        width: 100%;
    }
    .works-pagination-item {
        padding: 0px 0px 10px 80px;
    }
    .recommended-icon{
        display: flex;
        margin: 60px 0px 30px 0px;
        justify-content: center;
        flex-flow: row wrap;
    }
    .recommended-icon li{
        width: 13%;
        margin: 0 7%;
        margin-bottom: 10px;
        
    }
    .recommended-swiper {
        max-width: 1300px;
        padding: 20px 140px 100px;
    }
    .fixedHeight{
        height: 380px;
    }
    .reviews-more {
        bottom: 45px;
    }
    .restore-title:after {
       display: none;
    }
    .restore-desc {
        padding-top: 0px;
    }
    
}
/* @media (max-width: 996px){ */
@media only screen and (min-device-width : 768px) and (max-device-width : 996px){
    .banner .popu-video{
        justify-content: center;
    }
    .popu-video-pctxt{
        display: block;
        color: #207cfb;
        text-decoration: underline;
    }
    .popu-video svg{
        margin: 0px 0px 0px 5px;
    }
    .popu-video-time{
        margin: 0px 0px 0px 8px;
    }
    .banner-subtit{
        margin-top: 30px;
        font-size: 18px;
    }
    .reviewText{
        color: #666666;
    }
    .better-cont{
        flex-wrap: wrap;
    }
    .better-right,
    .choose-left{
        text-align:center;
        margin-top:30px;
        margin: 30px auto;
    }
    .product-plate{
        padding: 50px 0;
    }
    .works-pagination-item {
        width: 56%;
        align-self: center;
    }
    .restore-wrap{
        flex-wrap:wrap;
    }
    .restore-left,.restore-right{
        width:100%;
        max-width: 100%;
        justify-content: center;
        margin-right: 0;
    }
    .restore-title,.restore-desc{
        text-align:center;
        max-width:100%;
    }
    .restore-title{
        padding:0;
    }
    .restore-left:before, .restore-title:after, .choose-right::before{
        display:none;
    }
    .restore-right::after{
        transform: translateX(15px);
    }
    .restore-item:not(:first-child){
        margin-left:50px;
    }

    .choose-cont{
        flex-direction: column-reverse;
    }
    .choose-right{
        max-width:100%;
        width:100%;
       text-align: center;
    }
    .choose-left{
        margin-top: 19px;
    }
    .choose-right .dot-ul{
        display:inline-block;
        text-align:left;
    }
    .choose-left{
        margin-top:30px;
        text-align: center;
        display: block;
    }
    /* .choose-left::after {
        border-radius: 0 100px 100px 0;
        left: auto;
        right: -69px;
        bottom: -27px;
    } */
    .fixedHeight{
        height: 510px;
    }
    .recommended-icon{
        display: flex;
        margin: 60px 0px 30px 0px;
        justify-content: center;
        flex-flow: row wrap;
    }
    .recommended-icon li{
        margin: 0 7%;
        margin-bottom: 10px;
    }
    .comparison-cont{
        box-shadow: 0px 4px 10px 4px rgba(0,0,0,0.1);
        border-radius: 4px;
        overflow-x: scroll;
        
    }
    .comparison-table{
        width:1020px;
    }
    .swiper-button-next, .swiper-button-prev {
        margin-top: -62px;
    }
    .whatsapp-works-btn {
        width: 40px;
        height: 40px;
        margin-top: -42px;
        line-height: 50px;
    }
    div.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 85px;
    }
    .reviews-more {
        bottom: 50px;
    }
}
@media (max-width: 1024px) {
    .comparison-table .product-button, .comparison-table .product-button .button{
        width: 120px;
    }
}
@media (max-width: 768px) {
    .banner .popu-video{
        display: flex;
    }
    .banner-right-new .right-new-text{
        height: auto;
        line-height: 25px;
        font-size: 14px;
        padding: 0 10px;
    }
    .choose-box{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .choose-item{
        float: none !important;
    }
    .choose-item.top{
        margin-bottom: 20px;
    }
    .banner{
        background: linear-gradient(180deg, #E6F0FF 0%, rgba(230, 240, 255, 0) 100%);
        padding: 0px 0px 30px 0px;
    }
    .choose-right{
        max-width:100%;
        width:100%;
       text-align: center;
       align-items: center;
    }
    .choose-left{
        margin-top: 19px;
    }
     section.plate-first{
        padding: 60px 0px 50px 0px;
    }
    .recommended-icon{
        display: flex;
        margin: 60px 0px 30px 0px;
        justify-content: center;
        flex-flow: row wrap;
    }
     .product-media-reviews{
         /* margin-top:0;
         transform:translateY(-50%) */
         background: none;
     }
    .dot-ul{
        text-align:left;
        display: inline-block;
    }
    .directly-item{
        padding: 10px 0px;
    }
    .directly-item-title{
        padding: 10px 0px;
    }
    .directly-left{
        justify-content: center;
        width: 100%;
        background: #ffffff;
    }
    
    .directly-right{
        padding: 10px 20px;
    }
    .product-plate{
        padding: 50px 0px 50px 0px;
    }
    .better-item{
        width: 48%;
        height: auto;
        padding: 20px 20px;
    }
    .better-item-title {
        display: flex;
        align-items: center;
    }
    .better-item-title i {
        margin-right: 10px;
    }
    .better-item-desc {
        margin-top: 10px;
    }
    .better-item:nth-of-type(2n-1){
        margin: 1%;
    }
    .restore-item:not(:first-child){
        margin-left:30px;
    }
    .product-plate-desc{
        padding:20px 0 30px;

    }
    .restore-item{
        padding: 30px 20px;
    }
    .restore-item-title{
        padding: 10px 0px;
    }
    #recommended-swiper{
        position: relative;
    }
    .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;
    }
    #whatsapp-works-pagination{
        flex-direction: column;
        text-align: left;
        position: relative;
        margin-top: 20px;
    }
    .works-pagination-item{
        display: inline-block;
        margin: 10px 0;
        
    }
    .works-pagination-item::after{
        display:none;
    }
    .works-pagination-item-active{
        text-decoration: underline;
        color: #207cfb;
    }
    .whatsapp-works-btn{
        display:none;
    }
    .works-swiper-container{
        padding:32px 25px 0;
    }
    .recommended{
        margin-top:0px;
    }
    .recommended-icon li{
        /* margin:0 30px; */
        margin: 10px 10px;
    }
    .recommended-btn{
        display: none;
    }
    .recommended-swiper{
        padding: 0 40px 130px;
    }
    .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;
        margin-bottom: 0;
    }
    .downbox .product-button svg{
        display: block;
    }
    .downbox-wrap{
        background: #207cfb;
        padding-top: 60px !important;
    }
    .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;
    }
    .comparison-table .base-switching-button .product-button svg{
        display: block;
    }
    .comparison-table .product-button:first-child{
        margin-right: 0;
    }
    .features-td{
        text-align: left;
    }
    .spec-tabswitch-title span {
        line-height: 26px;
    }
    .spec-msgwrap{
        /* width: 200px; */
        margin: 20px 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:60px;
    }
    /*用于实现按钮联动，同时移动端也显示*/
    /* .main .base-switching-button .product-button svg {
        display: block;
    } */
    .product-media-reviews .reviewFont {
        font-size: 18px;
    }
    div.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 90px;
    }
    .reviews-more{
        bottom: 60px;
    }
    .directly-cont .directly-right{
        background-color: #fff;
    }
    .spec-tabswitch-title {
        font-size: 24px;
    }
    .base-flexandblock, .base-flex, .base-flexwrap {
        display: flex;
        justify-content: center;
    }
    .base-chatbot.base-flex {
        display: none;
        justify-content: flex-start;
    }
    .restore-wrap{
        flex-wrap:wrap;
    }
    .choose-cont{
        flex-direction: column-reverse;
    }
}
@media (max-width: 575px) {
    .banner-subtit{
        font-size:20px;
        padding-top: 30px;
        font-weight:normal;
        text-align: center;
    }
    .banner-subtit .banner-version-img {
        margin-left: 0;
    }
    .directly-item{
        width:100%;
        padding: 20px 0;
    }
    .directly-cont::after{
        display:none;
    }
    .better-item,.better-item:nth-of-type(2n-1){
        width:100%;
        margin: 0;
    }
    .better-item:not(:first-child){
        margin-top:20px;
    }
    .restore-left:before, .restore-title:after, .choose-right::before{
        display:none;
    }
    .restore-right{
        flex-wrap:wrap;
    }
    
    .restore-item:not(:first-child){
        margin:30px 0 0 ;
    }
    .restore-item{
        width:100%;
    }

    .restore-right::after, .choose-left::after{
        display:none;
    }
    .works-pagination-item{
        padding:0  0 0 40px;
    }
    .works-pagination-item::before{
        left:0;
    }
    .recommended-icon li{
        margin:10px 10px;
    }
    .recommended-swiper .swiper-slide{
        padding:40px 15px;
    }
    .recommended-swiper{
        padding:0 20px 110px;
    }
    .recommended-icon{
        margin: 30px 0;
    }
    .downbox-safe{
        padding:20px 0;
    }
    .downbox-safe-item{
        width:100%;
        padding: 10px 35px;
        text-align: left;
    }
    .downbox-safe-item span{
        margin-left: 10px;
    }
    .downbox-linet::after{
        display:none;
    }
    .features-td{
        min-width: calc(100vw - 30px);
    }
    .comparison-table{
        width:auto;
        min-width: 850px;
    }
    .spec-tabswitch-title{
        font-size:18px;
    }
    .popu-video-pctxt{
        display: none;
    }
    .popu-video-motxt{
        display: block;
        color: #207cfb;
        text-decoration: underline;
        /* margin-right: 12px; */
    }
    .popu-video-time{
        font-size:16px;
        margin: 0px 0px 0px 8px;
    }
     .recommended-icon{
        display: flex;
        margin: 60px 0px 30px 0px;
        justify-content: center;
        flex-flow: row wrap;
    }
    .recommended-icon li{
        margin: 0 7%;
        margin-bottom: 10px;
    }
    .fixedHeight{
        height: 500px;
    }
    div.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 75px;
    }
    .reviews-more {
        bottom: 40px;
    }
    .restore-title {
        padding: 0px 0px;
        text-align: left;
        position: relative;
    }
    .choose-left img {
        width: 80%;
        margin: 30px;
    }
    .comparison-cont{
        overflow-x:scroll;
        box-shadow: 0px 4px 10px 4px rgba(0,0,0,0.1);
        border-radius: 4px;
    }
    .comparison-table tr:not(:first-child) td {
        padding: 10px 0px 10px 20px;
    }
    .spec-tech-title {
        font-size: 16px;
    }
    .choose-cont .choose-right .choose-title,
    .choose-cont .choose-right .choose-desc,
    .restore-wrap .restore-left .restore-title,
    .restore-wrap .restore-left .restore-desc{
        text-align: center;
    }
    .recommended-swiper .swiper-slide {
        box-shadow: 0px 50px 100px 0px rgb(0 0 0 / 7%);
    }
    .works-swiper-container{
        padding:30px 25px 0;
    }
    .comparison-table .product-button, .comparison-table .product-button .button{
        width: 160px;
    }
}
@media (max-width: 540px) {
    .choose-item{
        width: 100%;
        min-height: auto;
    }
    .choose-item:not(:last-child){
        margin-bottom: 20px;
    }
}
/* new-comparison */
.new-comparison .downbox-product-wrap{
    padding: 50px 0 60px;
}
@media (max-width:768px) {
    .new-comparison .downbox-product-wrap{
        padding: 20px 0 30px;
    }
    .base-switching-button .product-button svg {
         display: block!important;
    }
}
.new-comparison-table-container{
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}
.new-comparison-table{
    width: 100%;
    background-color: #fff;
}
.new-comparison-table thead td{
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #2E2E2E;
    padding: 20px;
    text-align: center;
    background: #F5F8FA;
}
.new-comparison-table thead td img{
    margin-bottom: 10px;
}
.new-comparison-table tr td:first-child{
    font-size: 16px;
    font-weight: bold;
    color: #2E2E2E;
    text-align: center;
    padding: 20px;
}

.new-comparison-table tbody tr:nth-of-type(2n){
    background: #F5F8FA;
}

.new-comparison-table tbody td:not(:first-child){
    height: 120px;
    padding: 20px;
    line-height: 20px;
    text-align: center;
}
.new-comparison-table tbody td:not(:first-child) p{
    line-height: 20px;
}

.new-comparison-table .td-wrap{
    display: flex;
    align-items: center;
}

.new-comparison-table .icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 14px;
    flex-shrink: 0;
}

.new-comparison-table .td-text{
    flex-grow: 1;
    text-align: center;
}

.new-comparison-table.show-more .toggle.hide{
    display: none;
}

.toogle-table-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.toogle-table-container .arrow{
    width: 46px;
    height: 20px;
    align-items: center;
    transform: rotate(180deg);
    background: url(https://images.imyfone.com/en/assets/overview/itransor-for-whatsapp/icon_arrow_up.svg) center;
}
.toogle-table-container .arrow.down{
    transform: rotate(0);
}
.toogle-table-container .toogle-table{
    width: 168px;
    height: 56px;
    outline: none;
    border: none;
    color: #fff;
    background-color: #207cfb;
    border-radius: 8px;
    font-weight: bold;
    margin-top: 20px;
    transition: all 0.3s;
}
.toogle-table-container .toogle-table:hover{
    background-color: #0053FF;
}
.toogle-table-container .toogle-table .text:last-child{
    display: none;
}
@media (max-width: 996px){
    .new-comparison-table-container{
        box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.1);
        overflow-x: scroll;
    }
    .new-comparison-table{
        width: 1200px;
    }

}
@media (max-width: 575px) {
    .new-comparison-table {
        width: 950px;
    }
    .new-comparison-table tr td{
        padding: 16px 12px !important;
    }
    .new-comparison-table thead td img{
        width: 36px;
    }
}
/* comparison */