html {
    scroll-padding-top: 50px;
    scroll-behavior: smooth;
}
:root {
    --primary-color: #24a659;
}
.swiper-pagination-bullet {
    background: #24a659;
}
.icon {
    background-size: 957px 772px;
    background-repeat: no-repeat;
    background-image: url('/uploads/page/product/spotify-music-converter/sprite.png');
    display: inline-block;
    flex-shrink: 0;
}
h2 {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    color: #313758;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
}
.wrap-text {
    width: 70%;
    text-align: center;
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 22px auto 0;
}
.video-btn {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(89deg, #ffad61 0%, #ff7979 100%);
    border-radius: 26px;
    padding: 14px 27px;
    display: flex;
    align-items: center;
    width: fit-content;
    column-gap: 19px;
    margin: 25px auto;
    text-align: center;
}
.video-btn .iconfont {
    font-size: 28px;
}
.video-btn:hover {
    background: linear-gradient(89deg, #f49944 0%, #f25050 100%);
}
.try-box {
    display: flex;
    align-items: center;
    column-gap: 25px;
    margin: 32px auto 0;
    width: fit-content;
}
.try-box .try_btn {
    display: flex;
    align-items: center;
    column-gap: 12px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    padding: 22px 37px;
    background: linear-gradient(90deg, #32c06c 0%, #24a659 100%);
    border-radius: 15px;
    transition: all 0.5s;
}
.try-box .try_btn:hover {
    background: linear-gradient(90deg, #23b55e 0%, #119547 100%);
    transform: translateY(-10px);
}
.try-box .try_btn > .iconfont {
    font-size: 30px;
}
.try-box.android-style {
    display: none;
}
.introduce-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 43px;
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 80px;
}
.introduce-box h3 {
    color: #444444;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}
.introduce-box .introduce_left {
    flex: 0 0 49%;
    width: 100%;
    height: auto;
}
.introduce-box .introduce_right {
    flex: 0 0 47%;
}
.introduce-box .introduce-right_text {
    margin-top: 20px;
}
.introduce-box .introduce-right_text a {
    color: #24a659;
    font-weight: 600;
}
.introduce-box .introduce-right_list {
    padding: 10px;
    margin-top: 18px;
    background: #f5f5f5;
    border-radius: 10px;
    border: 2px #ffffff solid;
    font-size: 12px;
    line-height: 1.5;
}
.introduce-box .introduce-right_list .lift-list_item {
    margin-top: 6px;
}
.introduce-box .introduce-right_list .lift-list_item:first-child {
    margin-top: 0;
}
.introduce-box .introduce-right_list strong {
    color: #444444;
}
.introduce-box:nth-child(odd) {
    flex-direction: row-reverse;
}
.swiper-exhibition .swiper-slide {
    height: auto;
    flex: 1;
    padding: 0 10px 20px;
    background: #ffffff;
    border-radius: 20px;
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}
.swiper-exhibition .swiper-slide .slide_title {
    color: #36453e;
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 8px;
}
.swiper-exhibition .swiper-slide a {
    color: #24a659;
    font-weight: 600;
}
.banner {
    background: url('/uploads/page/product/spotify-music-converter/banner-bg.webp') no-repeat center / cover;
    padding: 50px 0 150px;
}
.banner .flex-wrapper {
    align-items: center;
    justify-content: space-between;
}
.banner .flex-wrapper .product_intro {
    flex: 0 0 494px;
}
.banner .flex-wrapper .product-intro_top {
    display: flex;
    align-items: center;
    gap: 15px;
}
.banner .flex-wrapper .product_min-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    color: #22a95f;
}
.banner .flex-wrapper .product_title {
    font-size: 40px;
    color: #212642;
}
.banner .flex-wrapper .product_desc {
    box-sizing: border-box;
    color: #606060;
    margin-top: 15px;
    font-weight: 500;
    line-height: 2;
    background: rgba(255, 255, 255, 0.67);
    box-shadow: 0 4px 0 #92e0b6;
    border-radius: 10px;
    border: 2px white solid;
    backdrop-filter: blur(4px);
    padding: 9px 14px;
    font-size: 14px;
}
.banner .flex-wrapper .product-introduce {
    margin-top: 18px;
    color: #606060;
    font-weight: 400;
    font-size: 14px;
}
.banner .flex-wrapper .product-introduce_item {
    line-height: 1.5;
    margin-top: 8px;
}
.banner .flex-wrapper .product-introduce_item::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #24a659;
    border-radius: 8px;
    margin-right: 11px;
}
.banner .flex-wrapper .toggle {
    position: relative;
    z-index: 2;
    height: 29px;
    width: 240px;
    background: #bdefd1;
    border-radius: 20px;
    margin-top: 15px;
}
.en-smc .banner .flex-wrapper .toggle{
    width: 164px;
}
.banner .flex-wrapper .toggle-choose {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 29px;
    position: absolute;
    z-index: 2;
}
.banner .flex-wrapper .toggle-choose_btn {
    width: 80px;
    color: var(--primary-color);
    font-size: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    gap: 5px;
}
.banner .flex-wrapper .toggle .current_active {
    position: absolute;
    content: '';
    width: 80px;
    height: 23px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 17px;
    background: #fff;
    z-index: 1;
    transition: all 0.5s;
}
.banner .flex-wrapper .banner-btn {
    display: flex;
    margin-top: 20px;
    color: #fff;
}
.banner .flex-wrapper .banner-btn .iconfont {
    font-size: 34px;
}
.banner .flex-wrapper .banner-btn_text span {
    font-weight: 700;
    font-size: 18px;
}
.nl-spotify .banner .flex-wrapper .banner-btn_text span {
    font-size: 18px;
}
.ko-spotify .banner .flex-wrapper .banner-btn_text span {
    font-size: 16px;
}
.banner .flex-wrapper .banner-btn_text p {
    font-size: 12px;
}
.banner .flex-wrapper .banner-btn_item {
    display: flex;
    align-items: center;
    justify-content: space-around;
    column-gap: 15px;
}
.banner .flex-wrapper .banner-btn_download,
.banner .flex-wrapper .banner-btn_buy {
    box-sizing: border-box;
    flex: 0 0 240px;
    padding: 10px 15px 10px 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    column-gap: 10px;
    transition: all 0.5s;
    min-height: 58px;
}
.nl-spotify .banner .flex-wrapper .banner-btn_buy {
    flex: 0 0 200px;
}
.banner .flex-wrapper .banner-btn_download {
    background: linear-gradient(90deg, #32c06c 0%, #24a659 100%);
}
.banner .flex-wrapper .banner-btn_download:hover {
    background: linear-gradient(90deg, #23b55e 0%, #119547 100%);
    transform: translateY(-10px);
}
.banner .flex-wrapper .banner-btn_buy {
    background: linear-gradient(89deg, #ffad61 0%, #ff7979 100%);
}
.banner .flex-wrapper .banner-btn_buy:hover {
    background: linear-gradient(89deg, #f49944 0%, #f25050 100%);
    transform: translateY(-10px);
}
.banner .flex-wrapper .banner-btn .banner_mac {
    display: none;
}
.banner .flex-wrapper .tips {
    color: #848798;
    margin-top: 23px;
    line-height: 1.5;
    font-size: 14px;
}
.banner .flex-wrapper .tips strong {
    color: var(--primary-color);
}
.banner .product_pic {
    height: auto;
}
.merit {
    margin-top: -103px;
}
.merit .container {
    background: #fff;
    border-radius: 20px;
    padding: 0; /*zuo*/
}
.merit .merit-list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    border-radius: 20px;
    padding: 37px 59px;
    box-shadow: 0 7px 13px rgba(38, 71, 121, 0.12);
}
.merit .merit-list_item {
    flex: 1;
    cursor: pointer;
    position: relative;
    text-align: center;
    color: #606060;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.merit .merit-list_item:hover {
    color: var(--primary-color);
    transform: translateY(-10px);
}
.merit .merit-list_item::after {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    content: '';
    width: 1px;
    height: 70%;
    background: #f2f2f2;
}
.merit .merit-list_item:last-child {
    min-width: 190px;
}
.merit .merit-list_item:last-child::after {
    display: none;
}
.merit .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
.merit .merit-icon_one {
    background-position: -63px -84px;
}
.merit .merit-icon_two {
    background-position: -167px -84px;
}
.merit .merit-icon_three {
    background-position: -271px -84px;
}
.merit .merit-icon_four {
    background-position: -375px -84px;
}
.merit .merit-icon_five {
    background-position: -479px -84px;
}
.merit .merit-icon_six {
    background-position: -682px -637px;  /* z */
}
.wrap1,
.wrap2,
.wrap3,
.wrap4,
.wrap6,
.wrap7,
.wrap8,
.wrap9 {
    margin-top: 130px;
}
.wrap2 {
    padding: 80px 0;
    background: url('/uploads/page/product/spotify-music-converter/wrap2-bg.png') no-repeat center;
    background-size: cover;
}
.wrap2 .swiper-exhibition .swiper-wrapper {
    column-gap: 24px;
    margin-top: 112px;
}
.wrap2 .swiper-exhibition .swiper-wrapper .swiper-slide {
    box-shadow: 0px 5px 0px #24a659;
    border: 1px #80bc99 solid;
    font-size: 14px;
}
.wrap2 .swiper-exhibition .swiper-wrapper .swiper-slide .slide_title {
    font-size: 16px;
}
.wrap2 .swiper-exhibition .swiper-wrapper .swiper-slide img {
    margin-top: -60px;
}
.wrap3-box {
    column-gap: 37px;
    margin-top: 58px;
    display: flex;
}
.wrap3-item {
    border: 1px #e9e9e9 solid;
    padding: 32px 0 53px;
    overflow: hidden;
    border-radius: 20px;
    background: #ffffff;
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    flex: 1;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wrap3-item-title {
    margin: 28px 0 8px;
    min-height: 56px;
}
.wrap3-item-title,
.wrap3-item-text {
    padding: 0 15px;
}
.wrap3 img {
    max-width: 100%;
    height: auto;
    display: block;
}
.wrap4,
.wrap4-1 {
    position: relative;
    background: linear-gradient(0deg, #f5fff9 0%, #f5fff9 100%);
    padding: 100px 0;
}
.wrap4 .container,
.wrap4-1 .container {
    position: relative;
    z-index: 2;
}
.wrap4::before,
.wrap4-1::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 76px;
    background: url('/uploads/page/product/spotify-music-converter/element-mini.png') no-repeat center;
    background-size: 100% 100%;
    width: 253px;
    height: 533px;
    transform: rotate(180deg);
}
.wrap4::after,
.wrap4-1::after {
    content: '';
    position: absolute;
    right: 0;
    top: 100px;
    background: url('/uploads/page/product/spotify-music-converter/element-mini.png') no-repeat center;
    background-size: 100% 100%;
    width: 253px;
    height: 533px;
}
.wrap5 {
    padding-top: 80px;
    background: linear-gradient(0deg, white 0%, #f5fff9 100%);
}
.wrap5-box {
    column-gap: 49px;
    margin-top: 51px;
    display: flex;
}
.wrap5-item {
    box-shadow: 0 4px 20px rgba(50, 113, 67, 0.08);
    padding: 20px 25px 40px;
    border-radius: 20px;
    flex: 1;
    text-align: center;
}
.wrap5-item img {
    max-width: 100%;
    height: auto;
}
.wrap5-item-title {
    margin: 23px 0;
    color: #36453e;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
.wrap5-item-text {
    margin-top: 20px;
    text-align: center;
    line-height: 1.5;
}
.wrap5-item-text a {
    color: #24a659;
    font-weight: 600;
}
.wrap6 {
    position: relative;
}
.wrap6 .icon {
    width: 64px;
    height: 64px;
}
.wrap6 .icon-extras1 {
    background-position: -68px -211px;
}
.wrap6 .icon-extras2 {
    background-position: -146px -206px;
}
.wrap6 .icon-extras3 {
    background-position: -231px -211px;
}
.wrap6 .icon-extras4 {
    background-position: -71px -289px;
}
.wrap6 .icon-extras5 {
    background-position: -148px -287px;
}
.wrap6 .icon-extras6 {
    background-position: -231px -289px;
}
[lang='en'] .wrap6 .icon-extras6 {
    background-position: unset;
    background-size:unset;
    background-image:url('https://img.tunefab.com/uploads/page/product/spotify-music-converter/proxy-settings.png');
    background-repeat:no-repeat;
}
.wrap6 .icon-extras7 {
    background-position: -69px -373px;
}
.wrap6 .icon-extras8 {
    background-position: -149px -371px;
}
.wrap6 .icon-extras9 {
    background-position: -226px -368px;
}
.wrap6 .swiper-exhibition {
    margin-top: 62px;
}
.wrap6 .swiper-exhibition .swiper-wrapper {
    gap: 50px 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.wrap6 .swiper-exhibition .swiper-slide {
    flex: 0 0 335px;
    padding: 38px 13px;
    border: 2px #e9e9e9 solid;
}
.wrap6 .swiper-exhibition .swiper-slide .slide_title {
    margin: 12px auto;
    height: 66px;
    align-content: center;
}
.wrap6 .swiper-exhibition .swiper-slide:hover {
    box-shadow: 0 4px 20px rgba(80, 121, 159, 0.15);
    border: 1px #fff solid;
}
.wrap7 .method-box {
    margin-top: 95px;
    background: url('/uploads/page/product/spotify-music-converter/method-bg.png') no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    height: 100%;
    gap: 74px;
    position: relative;
}
.wrap7 .method_control {
    height: fit-content;
    display: flex;
    flex-direction: column;
    row-gap: 61px;
    position: relative;
}
.wrap7 .method_control .icon {
    width: 62px;
    height: 62px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.wrap7 .method_control::after {
    content: '';
    height: 99%;
    position: absolute;
    top: 0;
    left: 50%;
    border: 1px var(--primary-color) dashed;
}
.wrap7 .icon-method1 {
    background-position: -463px -211px;
}
.wrap7 .icon-method1:hover,
.wrap7 .icon-method1.active {
    background-position: -367px -211px;
}
.wrap7 .icon-method2 {
    background-position: -463px -284px;
}
.wrap7 .icon-method2:hover,
.wrap7 .icon-method2.active {
    background-position: -367px -284px;
}
.wrap7 .icon-method3 {
    background-position: -463px -358px;
}
.wrap7 .icon-method3:hover,
.wrap7 .icon-method3.active {
    background-position: -367px -358px;
}
.wrap7 .icon-method4 {
    background-position: -463px -432px;
}
.wrap7 .icon-method4:hover,
.wrap7 .icon-method4.active {
    background-position: -367px -432px;
}
.wrap7 .method_right {
    flex: 0 0 75%;
    width: 75%;
}
.wrap7 .method-swiper {
    max-width: 100%;
    overflow: hidden;
}
.wrap7 .swiper-slide .slide_text {
    margin: 26px 0;
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}
.wrap7 .swiper-slide .slide_text strong {
    color: var(--primary-color);
}
.wrap7 .method-pagination {
    display: none;
}
.wrap8 {
    background: #eefaf3;
    position: relative;
    padding: 80px 0;
}
.wrap8 .container {
    position: relative;
    z-index: 2;
}
.wrap8 .icon-support {
    font-size: 18px;
    color: #60bb83;
}
.wrap8 .table-box table {
    text-align: center;
    border-collapse: collapse;
    margin-top: 50px;
    box-shadow: 0 4px 20px rgba(50, 113, 67, 0.08);
    border-radius: 30px;
}
.wrap8 .table-box th {
    width: 33.3%;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    background: linear-gradient(137deg, #efffda 0%, #c7ff9b 100%);
    border-radius: 30px 30px 0 0;
    padding: 25px;
}
.wrap8 .table-box th:nth-child(2) {
    color: #ffffff;
    background: linear-gradient(137deg, #75e180 0%, #1ecc59 100%);
}
.wrap8 .table-box th:nth-child(3) {
    color: #ffffff;
    background: linear-gradient(89deg, #ffad61 0%, #ff7979 100%);
}
.wrap8 .table-box td {
    background: #fff;
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    padding: 15px 30px;
    border: 1px #f2f2f2 solid;
}
.wrap8 .table-box tbody tr:nth-child(odd) td {
    background: #fbfbfb;
}
.wrap8 .table-box tr:last-child td:first-child {
    border-radius: 0 0 0 30px;
}
.wrap8 .table-box tr:last-child td:last-child {
    border-radius: 0 0 30px 0;
}
.wrap8::before {
    content: '';
    position: absolute;
    left: 0;
    top: 60px;
    background: url('/uploads/page/product/spotify-music-converter/element.png') no-repeat center;
    background-size: 100% 100%;
    width: 300px;
    height: 533px;
    transform: rotate(180deg);
    z-index: 1;
}
.wrap8::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 132px;
    background: url('/uploads/page/product/spotify-music-converter/element.png') no-repeat center;
    background-size: 100% 100%;
    width: 300px;
    height: 533px;
    z-index: 1;
}
.wrap9 .recommend {
    display: flex;
    column-gap: 104px;
    margin-top: 48px;
}
.wrap9 .recommend_item {
    flex: 1;
    position: relative;
    background: linear-gradient(106deg, #59d399 0%, #28c67a 100%);
    border-radius: 20px;
    padding: 78px 23px 33px;
}
.wrap9 .recommend_title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 13px 28px;
    display: flex;
    align-items: center;
    column-gap: 13px;
    opacity: 0.9;
    background: #ffffff;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.wrap9 .recommend_title .icon-article {
    background-position: -140px -463px;
    width: 20px;
    height: 25px;
}
.wrap9 .recommend_title .icon-tips {
    background-position: -170px -464px;
    width: 21px;
    height: 24px;
}
.wrap9 .recommend_title h3 {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}
.wrap9 .recommend-list_item {
    list-style-type: disc;
    list-style-position: outside;
    margin: 10px 0 0 20px;
    color: #ffffff;
    font-size: 16px;
}
.wrap9 .recommend-list_item a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.wrap9 .recommend-list_item a:hover {
    color: #fff73e;
}
.wrap9 .hot {
    background: linear-gradient(89deg, #f2ab6a 0%, #f28484 100%);
}
.wrap9 .hot .recommend_title h3 {
    color: #ff9717;
}
.wrap10 {
    margin-top: 113px;
    overflow: hidden;
    padding: 120px 0;
    background: url('/uploads/page/product/spotify-music-converter/wrap10-bg.png') no-repeat center;
    background-size: 100% 100%;
    border-bottom: 17px solid #79e1a4;
}
.wrap10 .container {
    box-sizing: border-box;
    padding: 41px 210px 130px;
    margin-bottom: 175px;
    box-shadow: 0 4px 20px rgba(30, 88, 54, 0.08);
    position: relative;
    border-radius: 17px;
    background: #fff;
}
.wrap10 .container .satisfied-jump {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 17px 17px;
    background: linear-gradient(89deg, #ffad61 0%, #ff7979 100%);
}
.wrap10 .container .satisfied-jump a {
    padding: 30px 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 18px;
}
.icon-video { /*zuo*/
    background-position: -225px -31px;
    width: 23px;
    height: 23px;
}
.wrap10 .container::before,
.wrap10 .container::after {
    position: absolute;
    content: '';
    background-size: 957px 772px;
    background-repeat: no-repeat;
    background-image: url('/uploads/page/product/spotify-music-converter/sprite.png');
    display: inline-block;
    flex-shrink: 0;
}
.wrap10 .container::before {
    left: 9px;
    top: 40px;
    background-position: -516px -634px;
    width: 128px;
    height: 126px;
}
.wrap10 .container::after {
    right: 9px;
    bottom: 120px;
    background-position: -348px -632px;
    width: 134px;
    height: 127px;
}
.wrap10 .satisfied-swiper {
    overflow: hidden;
    margin: 47px 0;
    background: #fff6f2;
    border-radius: 15px;
    border: 1px #ffd8a8 solid;
}
.wrap10 .satisfied-swiper .satisfied-button-prev,
.wrap10 .satisfied-swiper .satisfied-button-next {
    top: 167px;
    left: unset;
    right: 270px;
}
.wrap10 .satisfied-swiper .satisfied-button-prev::after,
.wrap10 .satisfied-swiper .satisfied-button-next::after {
    content: '';
    background-size: 957px 772px;
    background-repeat: no-repeat;
    background-image: url('/uploads/page/product/spotify-music-converter/sprite.png');
    display: inline-block;
    flex-shrink: 0;
    background-position: -74px -468px;
    width: 14px;
    height: 16px;
}
.wrap10 .satisfied-swiper .satisfied-button-prev:hover::after,
.wrap10 .satisfied-swiper .satisfied-button-next:hover::after {
    transform: rotate(180deg);
    background-position: -102px -468px;
}
.wrap10 .satisfied-swiper .satisfied-pagination {
    bottom: 120px;
}
.wrap10 .satisfied-swiper .satisfied-button-next {
    right: 242px;
}
.wrap10 .satisfied-swiper .satisfied-button-next::after {
    transform: rotate(180deg);
}
.wrap10 .satisfied-swiper .satisfied-button-next:hover::after {
    transform: rotate(0deg);
}
.wrap10 .satisfied-swiper .swiper-slide {
    display: flex;
    align-items: center;
    column-gap: 26px;
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 22px 23px;
    box-sizing: border-box;
    height: 0;
}
.wrap10 .satisfied-swiper .swiper-slide .icon {
    width: 125px;
    height: 125px;
}
.wrap10 .satisfied-swiper .swiper-slide .icon-avatar1 {
    background-position: -623px -61px;
}
.wrap10 .satisfied-swiper .swiper-slide .icon-avatar2 {
    background-position: -757px -61px;
}
.wrap10 .satisfied-swiper .swiper-slide .icon-avatar3 {
    background-position: -623px -195px;
}
.wrap10 .satisfied-swiper .swiper-slide .icon-avatar4 {
    background-position: -757px -195px;
}
.wrap10 .satisfied-swiper .swiper-slide .icon-avatar5 {
    background-position: -623px -329px;
}
.wrap10 .satisfied-swiper .swiper-slide .icon-avatar6 {
    background-position: -757px -329px;
}
.wrap10 .satisfied-swiper .swiper-slide-active {
    height: auto;
}
.wrap10 .satisfied-swiper .slide_author,
.wrap10 .satisfied-swiper .slide_title {
    margin: 7px 0;
    color: #36453e;
    font-size: 16px;
    font-weight: 600;
}
.wrap10 .roll-swiper {
    margin-top: 66px;
    overflow: hidden;
    position: relative;
}
.wrap10 .roll-swiper .swiper-wrapper {
    transition-timing-function: linear;
}
.wrap10 .roll-swiper .swiper-slide {
    box-sizing: border-box;
    width: 550px;
    height: auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 16px;
    color: #606060;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
.wrap10 .roll-swiper .swiper-slide .slide_desc {
    margin-top: 18px;
}
.wrap10 .roll-swiper .swiper-slide .icon {
    height: 55px;
}
.wrap10 .roll-swiper .swiper-slide .icon-logo1 {
    background-position: -63px -559px;
    width: 184px;
}
.wrap10 .roll-swiper .swiper-slide .icon-logo2 {
    background-position: -257px -570px;
    width: 218px;
}
.wrap10 .roll-swiper .swiper-slide .icon-logo3 {
    background-position: -484px -557px;
    width: 90px;
}
.wrap10 .roll-swiper .swiper-slide .icon-logo4 {
    background-position: -583px -556px;
    width: 152px;
}
.wrap10 .roll-swiper .swiper-slide .icon-logo5 {
    background-position: -750px -564px;
    width: 134px;
}
.faq {
    margin-top: 135px;
}
.faq .faq-collaps_wrap {
    width: var(--page-width);
    margin: 56px auto 0;
    position: relative;
    z-index: 2;
}
.faq .faq-collaps_wrap .faq-collapse_item {
    border-radius: 6px;
    background: #fafffc;
    transition: max-height 0.2s ease-out;
    margin-bottom: 16px;
    cursor: pointer;
}
.faq .faq-collaps_wrap .faq-collapse_item .collapse-text {
    border-radius: 6px;
    padding: 28px 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    background: #66bb89;
}
.faq .faq-collaps_wrap .faq-collapse_item .collapse-text h3 {
    font-weight: 700;
    font-size: 24px;
    margin-right: 10px;
}
.faq .faq-collaps_wrap .faq-collapse_item .collapse-text:hover {
    background: #54a878;
}
.faq .faq-collaps_wrap .faq-collapse_item .collapse-text .iconfont {
    transition: all 0.5s;
    font-size: 28px;
}
.faq .faq-collaps_wrap .active {
    transition: all 0.2s;
    border: 1px solid #24a659;
}
.faq .faq-collaps_wrap .active .iconfont {
    transform: rotate(180deg);
}
.faq .faq-collaps_wrap .active .collapse-text {
    background: var(--primary-color);
}
.faq .faq-collaps_wrap .active .collapse-text:hover {
    background: var(--primary-color);
}
.faq .faq-collaps_wrap .active .collapse-content {
    padding: 20px 38px;
    max-height: 400px;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
}
.faq .faq-collaps_wrap .collapse-content {
    border-radius: 6px;
    padding: 0 38px;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    font-size: 16px;
    color: #606060;
    line-height: 1.5;
}
.faq .faq-collaps_wrap .collapse-content li {
    list-style-position: outside;
    margin-left: 20px;
}
.faq .faq-collaps_wrap .collapse-content ol li {
    list-style-type: decimal;
}
.faq .faq-collaps_wrap .collapse-content ul li {
    list-style-type: disc;
}
.faq .faq-collaps_wrap .collapse-content a {
    color: var(--primary-color);
}
.cta {
    margin: 135px 0;  /*zuo*/
}
.cta-desc {
    font-weight: 600;
    text-align: center;
    width: var(--page-width);
    color: #656565;
    font-size: 16px;
    margin: 20px auto 60px auto;
    line-height: 1.5;
}
.cta-info {
    border-radius: 18px;
    background: #f3f8f9;
    padding: 38px 20px 30px;
    display: flex;
    margin: 40px auto 0 auto;
    justify-content: space-around;
    width: calc(var(--page-width) - 120px);
}
.cta-info .iconfont {
    font-size: 26px;
    color: #24a659;
}
.cta-info_item {
    position: relative;
    padding: 0 20px 0 40px;
}
.cta-info_item .item-title {
    display: flex;
    align-items: center;
}
.cta-info_item .item-title_text {
    color: #24a659;
    font-size: 14px;
    font-weight: 600;
    margin-left: 12px;
}
.cta-info_item .item-desc {
    margin-top: 7px;
    color: #656565;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}
.cta-info_item .star {
    display: flex;
    margin-top: 5px;
}
.cta-info_item:not(:first-child):after {
    content: '';
    width: 1px;
    height: 35px;
    background: #cecece;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.cta .method_link {
    display: block;
    width: fit-content;
    margin: 30px auto 0;
    color: #656565;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
}
.cta .sprite-icon-star {
    background-position: -271px -522px;
    width: 103px;
    height: 16px;
}
.others {
    margin: 80px 0 0;
    padding-bottom: 100px;
}
.others .others_content {
    width: 100%;
    height: 516px;
    margin-top: 67px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-around;
}
.others .others_content .others_content-item {
    width: 345px;
    height: 516px;
    border-radius: 10px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
.others .others_content .others_content-item h3 {
    width: 80%;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 146.68%;
    color: #080f30;
    margin: 30px 0 15px;
}
.others .others_content .others_content-item p {
    width: 80%;
    font-weight: 400;
    font-size: 18px;
    line-height: 152.68%;
    text-align: center;
    color: #53576f;
}
.others .others_content .others_content-item .other_win_btn {
    margin: 36px 0 15px;
}
.others .others_content .others_content-item .other_win_btn .other_win_btn-icon {
    background-position: -385px -38px;
    width: 18px;
    height: 17px;
}
.others .others_content .others_content-item .other_win_btn,
.others .others_content .others_content-item .other_mac_btn {
    width: 221px;
    height: 52px;
    background: linear-gradient(90deg, #32c06c 0%, #24a659 100%);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}
.others .others_content .others_content-item .other_win_btn .other_btn-text,
.others .others_content .others_content-item .other_mac_btn .other_btn-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    margin-left: 12px;
}
.others .others_content .others_content-item .other_win_btn .other_mac_btn-icon,
.others .others_content .others_content-item .other_mac_btn .other_mac_btn-icon {
    background-position: -411px -38px;
    width: 14px;
    height: 17px;
}
.others .others_content .others_content-item .other_win_btn:hover,
.others .others_content .others_content-item .other_mac_btn:hover {
    background: linear-gradient(90deg, #23b55e 0%, #119547 100%);
    transform: translateY(-10px);
}
.others .others_content .others_content-item-1 {
    background: linear-gradient(180deg, rgba(185, 135, 248, 0.09) 0%, rgba(196, 141, 248, 0) 100%);
}
.others .others_content .others_content-item-2 {
    background: linear-gradient(180deg, rgba(27, 178, 193, 0.12) 0%, rgba(30, 174, 192, 0) 100%);
}
.others .others_content .others_content-item-3 {
    background: linear-gradient(180deg, rgba(121, 95, 253, 0.12) 0%, rgba(119, 93, 250, 0) 100%);
}
@media (max-width: 768px) {
    .download {
        padding: 50px 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
    }
    .download h2 {
        color: #29ae5f;
        font-size: 28px;
    }
    .download .down_feature {
        position: relative;
        margin: 15px 0 45px;
        width: 100%;
        border-radius: 4px;
        border: 1px #caddd3 solid;
        padding: 5px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .download .down_feature .down_input {
        box-sizing: border-box;
        font-size: 14px;
        color: #7e7e7e;
        padding: 10px;
        flex: 1;
    }
    .download .down_feature .down_paste {
        flex: 0 0 17%;
        background: rgba(201, 221, 211, 0.3);
        border-radius: 4px;
        border: 1px #d9e7e0 solid;
        padding: 10px;
        color: #676767;
    }
    .download .down_feature.error {
        border: 1px #f00 solid;
    }
    .download .down_feature .error-text {
        position: absolute;
        bottom: -30px;
        color: #e02020;
    }
    .download .down_btn {
        background: #000;
        padding: 13px;
        color: #1db954;
        font-size: 20px;
        font-weight: 600;
        width: 100%;
        cursor: pointer;
        margin-bottom: 45px;
    }
    .download .down_loading {
        display: none;
        text-align: center;
    }
    .download .down_loading img {
        width: 80px;
        height: auto;
    }
    .download .down_loading .down_text {
        color: #888888;
        margin-top: 18px;
    }
    .download .down_loading .down_text span {
        position: relative;
        top: 0;
        display: inline-block;
        animation: bounce 0.3s ease infinite alternate;
    }
    .download .down_loading .down_text span:nth-child(2) {
        animation-delay: 0.1s;
    }
    .download .down_loading .down_text span:nth-child(3) {
        animation-delay: 0.2s;
    }
    .download .down_exhibition {
        display: flex;
        gap: 20px;
    }
    .download .down_exhibition .exhibition_img {
        width: 135px;
        height: 135px;
        object-fit: cover;
    }
    .download .down_exhibition .exhibition_info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .download .down_exhibition .info_title {
        color: #1db954;
        font-size: 20px;
        font-weight: 600;
    }
    .download .down_exhibition .info_author {
        color: #767676;
    }
    .download .down_exhibition .info_btn {
        display: block;
        color: #ffffff;
        font-size: 16px;
        background: #24a659;
        border-radius: 67px;
        padding: 10px 36px;
    }
    .download .down-pop {
        display: none;
        position: fixed;
        top: 20%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 100;
        background: linear-gradient(#d6f0e0, #ffffff 100%);
        box-shadow: 0 4px 31px rgba(151, 151, 151, 0.25);
        border-radius: 8px;
        border: 1px #ffffff solid;
        width: 231px;
        height: auto;
        padding: 16px 23px 34px;
        text-align: center;
    }
    .download .down-pop .pop_close {
        width: 18px;
        height: auto;
        position: absolute;
        right: 5px;
        top: 5px;
        cursor: pointer;
    }
    .download .down-pop .pop_title {
        color: #2e2e2e;
        font-size: 16px;
        font-weight: 600;
        margin: 7px 0;
    }
    .download .down-pop .pop_desc {
        color: #2e2e2e;
    }
    .download .down-pop .pop_btn {
        margin-top: 23px;
        display: block;
        color: #ffffff;
        font-size: 16px;
        background: #24a659;
        border-radius: 67px;
        padding: 10px 36px;
    }
    .overspread {
        display: none;
        width: 100%;
        height: 100%;
        background-color: #00000066;
        position: fixed;
        top: 0;
        z-index: 99;
    }
    @keyframes bounce {
        100% {
            top: -10px;
        }
    }
    h2 {
        width: 100%;
        font-size: 26px;
    }
    .wrap-text {
        width: 100%;
        font-size: 14px;
        margin: 12px auto 0;
    }
    .video-btn {
        font-size: 16px;
        padding: 12px 21px;
        column-gap: 6px;
        margin: 28px auto;
    }
    .video-btn .iconfont {
        font-size: 24px;
    }
    .try-box {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .try-box .try_btn {
        column-gap: 9px;
        font-size: 12px;
        padding: 16px 10px;
        border-radius: 12px;
    }
    .try-box .try_btn .iconfont {
        font-size: 26px;
    }
    .try-box .android-try_btn {
        display: flex;
        align-items: center;
        background: #009943;
        column-gap: 9px;
        font-size: 12px;
        padding: 10px 18px;
        border-radius: 12px;
        width: fit-content;
    }
    .try-box .android-try_btn .info_text {
        color: #ffffff;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.5;
    }
    .try-box .android-try_btn .info_desc {
        color: rgba(255, 255, 255, 0.47);
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5;
    }
    .introduce-box {
        flex-direction: column-reverse;
        gap: 28px 0;
        margin-top: 40px;
        font-size: 12px;
    }
    .introduce-box h3 {
        font-size: 16px;
        margin-bottom: 16px;
        width: 100%;
    }
    .introduce-box .introduce-right_text {
        margin-top: 16px;
    }
    .introduce-box .introduce-right_list {
        padding: 12px 16px;
    }
    .introduce-box .introduce_left {
        width: 95%;
        height: auto;
        display: none;
    }
    .introduce-box .introduce_right {
        flex: unset;
        border-bottom: 1px solid #EDEDED;
        padding-bottom: 40px;
    }
    .introduce-box:nth-child(odd) {
        flex-direction: column-reverse;
    }
    .swiper-exhibition {
        position: relative;
        overflow: hidden;
        padding-bottom: 50px;
    }
    .swiper-exhibition .swiper-slide {
        flex: 0 0 100%;
        font-size: 14px;
    }
    .swiper-exhibition .swiper-slide .slide_title {
        font-size: 18px;
    }
    .banner {
        background: linear-gradient(180deg, #F5FFFA 0%, #D1FFEC 100%);
        padding: 48px 0 60px;
    }
    .banner .flex-wrapper {
        flex-direction: column;
        gap: 20px 0;
    }
    .banner .flex-wrapper .product_intro {
        flex: 0 0 100%;
    }
    .banner .flex-wrapper .product-intro_top img {
        display: none;
    }
    .banner .flex-wrapper .product_min-title {
        font-size: 24px;
    }
    .banner .flex-wrapper .product_title {
        font-size: 26px;
    }
    .banner .flex-wrapper .product_desc {
        font-size: 12px;
        border: 1px #92E0B6 solid;
    }
    .banner .flex-wrapper .product-introduce {
        font-size: 12px;
    }
    .banner .flex-wrapper .product-introduce_item::before {
        margin-right: 9px;
    }
    .banner .flex-wrapper .toggle {
        display: none;
    }
    .banner .flex-wrapper .banner-btn .iconfont {
        font-size: 26px;
    }
    .banner .flex-wrapper .banner-btn_text span {
        font-size: 14px;
    }
    .banner .flex-wrapper .banner-btn_text p {
        font-size: 10px;
    }
    .banner .flex-wrapper .banner-btn_item {
        gap: 12px;
    }
    .banner .flex-wrapper .banner-btn_download,
    .banner .flex-wrapper .banner-btn_buy {
        flex: unset;
        padding: 7px;
        column-gap: 5px;
    }
    .nl-spotify .banner .flex-wrapper .banner-btn_buy {
        flex: unset;
    }
    .banner .flex-wrapper .tips {
        margin-top: 20px;
        font-size: 12px;
    }
    .banner .product_pic {
        display: none;
    }
    .merit {
        display: none;
    }
    .wrap1,
    .wrap2,
    .wrap3,
    .wrap4,
    .wrap6,
    .wrap7,
    .wrap8,
    .wrap9 {
        margin-top: 70px;
    }
    .wrap1 .try-box {
        display: none;
    }
    .wrap2 {
        background: #EEFAF3;
        padding: 60px 0;
    }
    .wrap2 .swiper-pagination-bullet {
        background: #bff0d3;
    }
    .wrap2 .swiper-pagination-bullet-active {
        background: #7ee1a6;
    }
    .wrap2 .swiper-exhibition {
        width: 80%;
        margin: 0 auto;
    }
    .wrap2 .swiper-exhibition .swiper-wrapper {
        column-gap: 0;
    }
    .wrap3-box {
        gap: 13px;
        flex-direction: column;
    }
    .wrap3-item {
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 4px 13.9px 0px rgba(89, 165, 119, 0.17);
        flex-direction: row;
        gap: 18px;
        padding: 18px;
    }
    .wrap3-item-text {
        display: none;
    }
    .wrap3-item-title {
        font-size: 16px;
        line-height: 1.5;
        min-height: unset;
        margin: 0;
        text-align: left;
    }
    .wrap4,
    .wrap4-1 {
        padding: 60px 0 0;
    }
    .wrap4-1 .introduce_left {
        display: block;
    }
    .wrap4-1 .introduce_right {
        border-bottom: unset;
    }
    .wrap4-1 .video-btn {
        display: none;
    }
    .wrap5 {
        padding-top: 60px;
    }
    .wrap5-box {
        flex-direction: column;
        gap: 31px;
    }
    .wrap5-item {
        padding: 15px;
    }
    .wrap5-item-title {
        margin: 17px 0 0;
        font-size: 18px;
    }
    .wrap5-item-text {
        display: none;
    }
    .wrap6 {
        margin: 60px 0 0;
    }
    .wrap6 .swiper-exhibition {
        margin-top: 45px;
    }
    .wrap6 .swiper-exhibition .swiper-wrapper {
        gap: 0;
        flex-wrap: unset;
        justify-content: unset;
    }
    .wrap6 .swiper-exhibition .swiper-slide {
        flex: 0 0 100%;
        padding: 38px 13px;
    }
    .wrap6 .swiper-exhibition .swiper-slide .slide_title {
        margin: 22px auto 14px;
        height: auto;
    }
    .wrap6 .swiper-exhibition .swiper-slide:hover {
        box-shadow: unset;
        border: 1px #e9e9e9 solid;
    }
    .wrap7 {
        padding: 60px 0;
        margin-top: 0;
    }
    .wrap7 .try-box .try_btn {
        padding: 16px 10px;
    }
    .wrap7 .try-box .try_btn:last-child {
        display: none;
    }
    .wrap7 .method-box {
        flex-direction: column;
        gap: 25px 0;
        margin-top: 40px;
        padding-bottom: 10px;
    }
    .wrap7 .method_control {
        display: none;
    }
    .wrap7 .method_right {
        flex: 0 0 100%;
        width: 100%;
        margin-top: 25px;
    }
    .wrap7 .method-swiper {
        max-width: 100%;
        overflow: hidden;
    }
    .wrap7 .swiper-slide .slide_img {
        width: 100%;
        height: auto;
    }
    .wrap7 .swiper-slide .slide_text {
        margin: 26px 0;
        color: #606060;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
    }
    .wrap7 .swiper-slide .slide_text strong {
        color: var(--primary-color);
    }
    .wrap7 .method-pagination {
        display: block;
    }
    .wrap8 {
        padding: 60px 0;
        margin-top: 0;
    }
    .wrap8 .table-box {
        width: 100%;
        overflow: auto;
    }
    .wrap8 .table-box table {
        width: 800px;
        margin-top: 50px;
    }
    .wrap8 .table-box th {
        font-size: 16px;
        padding: 25px;
    }
    .wrap8 .table-box td {
        font-size: 12px;
        padding: 12px 30px;
    }
    .wrap8 ::-webkit-scrollbar {
        width: 12px;
        height: 12px;
    }
    .wrap8 ::-webkit-scrollbar-track {
        background: #b7f1ce;
        border-radius: 10px;
    }
    .wrap8 ::-webkit-scrollbar-thumb {
        background: #2db665;
        border-radius: 10px;
    }
    .wrap8 ::-webkit-scrollbar-thumb:hover {
        background: #249453;
    }
    .wrap8 .android-table {
        margin-top: 25px;
    }
    .wrap8 .android-table table {
        width: 100%;
        border-collapse: collapse;
        color: #404040;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.5;
    }
    .wrap8 .android-table table td {
        padding: 12px;
        border: 1px solid #59bb6a;
        background-color: rgba(35, 165, 58, 0.1);
    }
    .wrap8 .android-table table td.light {
        font-weight: 500;
    }
    .wrap8 .android-table table td.highlight {
        color: #2d7a2d;
    }
    .wrap8 .android-table table .appearance {
        text-align: center;
    }
    .wrap8 .android-table table .section-header td,
    .wrap8 .android-table table .feature td {
        background-color: #fff;
        color: #292929;
    }
    .wrap8 .android-table table .feature ul {
        margin: 0;
        padding: 0 16px;
    }
    .wrap8 .android-table table .feature li {
        list-style-type: disc;
        margin: 6px 0;
    }
    .wrap8 .try-box .try_btn {
        padding: 16px 10px;
    }
    .wrap8 .try-box .try_btn:last-child {
        display: none;
    }
    .wrap9 {
        margin-top: 60px;
    }
    .wrap9 .recommend {
        flex-direction: column;
        gap: 32px;
        margin-top: 32px;
    }
    .wrap9 .recommend_item {
        padding: 59px 12px 22px;
    }
    .wrap9 .recommend_title {
        padding: 11px 28px;
        column-gap: 12px;
    }
    .wrap9 .recommend_title h3 {
        font-size: 16px;
    }
    .wrap9 .recommend-list_item a {
        font-size: 14px;
    }
    .wrap10 {
        margin-top: 60px;
        padding: 60px 0;
        background: #EEFAF3;
        border-bottom: unset;
    }
    .wrap10 .container {
        padding: 0 27px;
        margin-bottom: 60px;
        background: none;
        box-shadow: none;
    }
    .wrap10 .container::before,
    .wrap10 .container::after,
    .wrap10 .container .satisfied-jump {
        display: none;
    }
    .wrap10 .satisfied-swiper {
        margin: 40px 0;
        box-shadow: 0 4px 20px rgba(159, 193, 224, 0.53);
        background: #fff;
        padding-bottom: 20px;
    }
    .wrap10 .satisfied-swiper .satisfied-button-prev,
    .wrap10 .satisfied-swiper .satisfied-button-next {
        display: none;
    }
    .wrap10 .satisfied-swiper .swiper-slide {
        flex-direction: column;
        text-align: center;
        gap: 26px;
        font-size: 12px;
        padding: 22px 23px 34px;
    }
    .wrap10 .satisfied-swiper .slide_author,
    .wrap10 .satisfied-swiper .slide_title {
        margin: 7px 0;
    }
    .wrap10 .satisfied-swiper .satisfied-pagination {
        bottom: 10px;
    }
    .wrap10 .roll-swiper {
        margin: 30px 15px 0;
        padding-bottom: 40px;
    }
    .wrap10 .roll-swiper .swiper-slide {
        font-size: 14px;
    }
    .faq {
        margin-top: 60px;
    }
    .faq .faq-collaps_wrap {
        width: calc(100% - 30px);
        margin: 20px auto 0;
    }
    .faq .faq-collaps_wrap .faq-collapse_item {
        margin-bottom: 20px;
    }
    .faq .faq-collaps_wrap .faq-collapse_item .collapse-text {
        padding: 20px;
    }
    .faq .faq-collaps_wrap .faq-collapse_item .collapse-text h3 {
        font-size: 16px;
    }
    .faq .faq-collaps_wrap .active .collapse-content {
        padding: 20px;
        max-height: 400px;
        overflow: hidden;
        visibility: visible;
        opacity: 1;
    }
    .faq .faq-collaps_wrap .collapse-content {
        padding: 0 20px;
        font-size: 14px;
    }
    .cta {
        padding: 0 var(--page-padding-x) 20px var(--page-padding-x);
        margin-top: 60px;
    }
    .cta-desc {
        width: auto;
        font-size: 14px;
    }
    .cta .video-download-wrap {
        justify-content: space-between;
    }
    .cta .video-download-wrap_btn {
        margin: 0;
    }
    .cta-info {
        flex-direction: column;
        padding: 30px 0 10px 20px;
        width: auto;
    }
    .cta-info_item {
        padding: 0;
        margin-bottom: 30px;
    }
    .cta-info_item::after {
        display: none;
    }
    .cta-info_item:last-child {
        padding: 0;
    }
    .cta .try-box .try_btn {
        padding: 16px 10px;
    }
    .cta .try-box .try_btn:last-child {
        display: none;
    }
    .others {
        width: 93%;
        height: auto;
        margin: 54px auto 0;
    }
    .others h1 {
        width: 90%;
        font-weight: 700;
        font-size: 24px;
        line-height: 146.68%;
        text-align: center;
        color: #080f30;
    }
    .others .others_content {
        width: 100%;
        height: auto;
        margin-top: 67px;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-around;
    }
    .others .others_content .others_content-item {
        width: 100%;
        height: 516px;
        border-radius: 10px;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .wrap4::before,
    .wrap4-1::before,
    .wrap8::before,
    .wrap4::after,
    .wrap4-1::after,
    .wrap8::after {
        display: none;
    }
    #android .banner .container .product_title {
        font-size: 28px;
        color: #29ae5f;
    }
    #android .banner .container .toggle {
        margin: 30px 0 0;
    }
    #android .banner .container .banner-btn {
        justify-content: flex-start;
    }
    #android .product-intro_top {
        text-align: center;
        margin-bottom: 5px;
    }
    #android .product-intro_top img {
        width: 100%;
        height: auto;
    }
    #android .introduce-box {
        font-size: 14px;
    }
    #android .introduce-box h3 {
        font-size: 18px;
    }
    #android .introduce-box:nth-child(odd) {
        padding-bottom: 50px;
        border-bottom: 1px solid #cfcfcf;
    }
    #android .wrap4 .introduce-box:nth-child(even) {
        padding-bottom: 50px;
        border-bottom: 1px solid #cfcfcf;
    }
    #android .wrap4 .introduce-box:nth-child(odd) {
        padding-bottom: 0;
        border-bottom: none;
    }
    #android .wrap4-1 {
        background: #fff;
    }
    #android .wrap4-1 .introduce-box:nth-child(even),
    #android .wrap4-1 .introduce-box:nth-child(odd) {
        padding-bottom: 0;
        border-bottom: none;
    }
    #android .wrap4-1 .title_suffix {
        display: block;
        color: #07c154;
        font-size: 19px;
        font-weight: 600;
    }
    #android .wrap4-1 .title_suffix .android-style {
        display: inline-block;
        margin-left: 5px;
    }
    #android .streamer {
        position: sticky;
        bottom: 0;
        z-index: 100;
    }
    #android .streamer img {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 1200px) {
    h2 {
        width: 85%;
        font-size: 28px;
    }
    .wrap-text {
        width: 85%;
    }
    .banner .flex-wrapper .product_intro {
        flex: 0 0 45%;
    }
    .merit .merit-list {
        gap: 40px;
        padding: 30px 40px;
    }
    .introduce-box {
        gap: 30px;
    }
    .introduce-box .introduce_left {
        flex: 0 0 45%;
    }
    .introduce-box .introduce_right {
        flex: 0 0 50%;
    }
}
@media screen and (max-width: 996px) {
    h2 {
        width: 90%;
        font-size: 24px;
    }
    .wrap-text {
        width: 90%;
        font-size: 14px;
    }
    .banner .flex-wrapper .product_intro {
        flex: 0 0 50%;
    }
    .banner .flex-wrapper .product_title {
        font-size: 32px;
    }
    .merit {
        margin-top: -80px;
    }
    .merit .merit-list {
        gap: 30px;
        padding: 25px 30px;
    }
    .merit .merit-list_item {
        font-size: 14px;
    }
    .merit .merit-list_item::after {
        right: -15px;
    }
    .introduce-box {
        gap: 25px;
    }
    .introduce-box h3 {
        font-size: 20px;
    }
    .introduce-box .introduce_left {
        flex: 0 0 100%;
        width: 100%;
    }
    .introduce-box .introduce_right {
        flex: 0 0 100%;
    }
    .video-btn {
        font-size: 18px;
        padding: 12px 24px;
    }
    .try-box {
        column-gap: 15px;
    }
    .try-box .try_btn {
        padding: 18px 30px;
        font-size: 18px;
    }
    .icon-android {
        color: #fff;
        font-size: 26px;
    }
}
.wrap9 .recommend_title .icon-article:before {
    content: '';
}
[lang='ru'] .banner .flex-wrapper .toggle,
[lang='pt'] .banner .flex-wrapper .toggle {
    width: 184px;
}
[lang='ru'] .banner .flex-wrapper .toggle-choose_btn,
[lang='ru'] .banner .flex-wrapper .toggle .current_active,
[lang='pt'] .banner .flex-wrapper .toggle-choose_btn,
[lang='pt'] .banner .flex-wrapper .toggle .current_active {
    width: 90px;
}
[lang='ru'] .banner .flex-wrapper .toggle .current_active.active,
[lang='pt'] .banner .flex-wrapper .toggle .current_active.active {
    left: 90px !important;
}
[lang='ru'] .banner .flex-wrapper .banner-btn_download,
[lang='ru'] .banner .flex-wrapper .banner-btn_buy {
    flex: auto;
}
@media (max-width: 768px) {
    .wrap2 {
        margin-top: 0;
    }
}