* {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

html,body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
}

a {
  text-decoration: none !important;
  color: #1E96EC;
}
/* .pc_style {
  display: block;
} */

.mobile-style{
  display: none;
}
.android-style{display: none;}
/* nav */
h1,
h2,
h3 {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.5;
  color: #080f30;
}
h2,
h3 {
  text-align: center;
}
.try_btn {
  width: 444px;
  height: 52px;
  margin-top: 36px;
  display: flex;
  justify-content: space-around;
}
.try_btn .try_btn-item {
  box-sizing: border-box;
  width: 169px;
  height: 52px;
  background: #01966b;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
}
.try_btn .try_btn-item p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-right: 16px;
}
.try_btn .try_btn-item .try_btn-item-icon {
  width: 25px;
  height: 25px;
}
.try_btn .try_btn-item:nth-child(1) .try_btn-item-icon {
  background: url('../../../images/smc-converter/win_btn.svg') no-repeat;
  background-size: 100% 100%;
}
.try_btn .try_btn-item:nth-child(2) .try_btn-item-icon {
  background: url('../../../images/smc-converter/mac_btn.svg') no-repeat;
  background-size: 100% 100%;
  margin-top: -5px;
}
.try_btn .try_btn-item:nth-child(3) .try_btn-item-icon {
  background: url('../../../images/smc-converter/android_white.svg') no-repeat;
  background-size: 100% 100%;
  margin-top: -5px;
}
.try_btn .try_btn-item:hover {
  background: #077b5a;
}
.nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  z-index: 200;
  transform: translateY(-60px);
  transition: all 0.5s;
}
.show_nav {
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.11);
  transform: translateY(0px);
}
.nav_pc_heart {
  max-width: 1080px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.nav_pc_heart .pc_product_intro {
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav_pc_heart .pc_product_intro .pc_product_logo {
  width: 40px;
  height: 40px;
  background: url('../../../images/smc-converter/smc_logo.svg') no-repeat;
  background-size: 100% 100%;
}
.nav_pc_heart .pc_product_intro .pc_product_title {
  margin-left: 20px;
}
.nav_pc_heart .pc_product_intro .pc_product_title .logotitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.nav_pc_heart .pc_product_intro .pc_product_title p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #a0a0a0;
  margin-top: 5px;
}
.nav_pc_heart .pc_menu {
  width: 60%;
  height: 100%;
  display: flex;
}
.nav_pc_heart .pc_menu .pc_menu_left {
  width: 70%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.nav_pc_heart .pc_menu .pc_menu_left a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #606060;
}
.nav_pc_heart .pc_menu .pc_menu_left a:hover {
  color: #1e96ec;
}
.nav_pc_heart .pc_menu .pc_menu_right {
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.nav_pc_heart .pc_menu .pc_menu_right a {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.nav_pc_heart .pc_menu .pc_menu_right a img {
  width: 100%;
}
/* nav */
/* banner */
.banner {
  /* height: 680px; */
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, #f3f8f9 0%, rgba(243, 248, 248, 0) 81.32%);
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 30px;
}
.banner::before {
  position: absolute;
  content: '';
  display: block;
  width: 220px;
  height: 220px;
  background: url('../../../images/smc-converter/banner_bg_icon1.svg') no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}
.banner::after {
  position: absolute;
  bottom: 80px;
  right: -40px;
  content: '';
  display: block;
  width: 250px;
  height: 270px;
  background: url('../../../images/smc-converter/banner_bg_icon2.svg') no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}
.banner_heart {
  /* z-index: 120; */
  position: relative;
  max-width: 1080px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin: 0 auto;
}
.banner_heart .product_intro {
  box-sizing: border-box;
  padding-top: 69px;
  flex: 0 0 518px;
  height: 100%;
  z-index: 20;
}
.banner_heart .product_intro .product_icon {
  width: fit-content;
  position: relative;
}
.banner_heart .product_intro .product_title {
  font-weight: 700;
  font-size: 42px;
  line-height: 125.18%;
  color: #323836;
  width: fit-content;
}
.banner_heart .product_intro .element_img {
  width: 245px;
  height: 30px;
  display: inline-block;
  position: absolute;
  bottom: 9px;
  right: -35%;
}
.banner_heart .product_intro .product_desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: rgba(8, 15, 48, 0.5);
  margin: 21px 0 23px;
}
.banner_heart .product_intro .product_introduce-item {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #4a5954;
}
.banner_heart .product_intro .product_introduce-item::before {
  content: '·';
  color: #43ca9a;
  font-size: 21px;
  margin-right: 8px;
}
.banner_heart .product_intro .toggle {
  /* margin: 39px 0 29px; */
  position: relative;
  width: 160px;
  height: 29px;
  background: rgba(196, 196, 196, 0.5);
  border-radius: 19.2616px;
}
.banner_heart .product_intro .toggle .current_active {
  position: absolute;
  top: 2.1px;
  left: 3px;
  width: 74px;
  height: 23px;
  background: #ffffff;
  border-radius: 17.2962px;
  transition: all 0.5s;
}
.banner_heart .product_intro .toggle .toggle_choose {
  position: absolute;
  top: 2.3px;
  left: 2.5px;
  display: flex;
}
.banner_heart .product_intro .toggle .toggle_choose .toggle-btn {
  width: 74px;
  height: 23px;
  font-weight: 400;
  font-size: 11px;
  line-height: 188.51%;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.banner_heart .product_intro .toggle .toggle_choose .toggle-btn img {
  margin-right: 4px;
}
.banner_heart .product_intro .banner_btn {
  position: relative;
  width: 480px;
  height: 65px;
  margin: 39px 0 29px;
}
.banner_heart .product_intro .banner_btn .banner_win {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.banner_heart .product_intro .banner_btn .banner_mac {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 90;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.banner_heart .product_intro .banner_btn .banner_android {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 80;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.banner_heart .product_intro .banner_btn .banner_btn_download {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 224px;
  height: 65px;
  background: #01966b;
  border-radius: 32px;
  transition: all 0.5s;
}
.banner_heart .product_intro .banner_btn .banner_btn_download .banner_btn_download_text {
  width: 70%;
  height: 80%;
  margin-top: 5px;
}
.banner_heart .product_intro .banner_btn .banner_btn_download .banner_btn_download_text h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
.banner_heart .product_intro .banner_btn .banner_btn_download .banner_btn_download_text span {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
.banner_heart .product_intro .banner_btn .banner_btn_download .banner_btn_download_text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
}
.banner_heart .product_intro .banner_btn .banner_btn_download .banner_win_btn {
  width: 21px;
  height: 22px;
  background: url('../../../images/smc-converter/win_btn.svg') no-repeat;
  background-size: 100% 100%;
}
.banner_heart .product_intro .banner_btn .banner_btn_download .banner_mac_btn {
  width: 21px;
  height: 25px;
  background: url('../../../images/smc-converter/mac_btn.svg') no-repeat;
  background-size: 100% 100%;
}
.banner_heart .product_intro .banner_btn .banner_btn_download .banner_android_btn {
  width: 21px;
  height: 25px;
  background: url('../../../images/smc-converter/android_white.svg') no-repeat;
  background-size: 100% 100%;
}
.banner_heart .product_intro .banner_btn .banner_btn_download .banner_mac_text p {
  font-size: 12px;
  line-height: 150%;
}
.banner_heart .product_intro .banner_btn .banner_btn_download .banner_android_text p {
  font-size: 12px;
  line-height: 150%;
}
.banner_heart .product_intro .banner_btn .banner_btn_download:hover {
  background: #077b5a;
}
.banner_heart .product_intro .banner_btn .banner_btn_buy {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 65px;
  border: 1px solid #c8cac9;
  border-radius: 32px;
  transition: all 0.5s;
}
.banner_heart .product_intro .banner_btn .banner_btn_buy .banner_btn_buy_text {
  width: 55%;
  height: 80%;
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.banner_heart .product_intro .banner_btn .banner_btn_buy .banner_btn_buy_text h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #3d3d3d;
}
.banner_heart .product_intro .banner_btn .banner_btn_buy .banner_btn_buy_text span {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #3d3d3d;
}
.banner_heart .product_intro .banner_btn .banner_btn_buy .banner_btn_buy_text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: rgba(61, 61, 61, 0.5);
}
.banner_heart .product_intro .banner_btn .banner_btn_buy .banner_btn_buy_icon {
  width: 25px;
  height: 25px;
  background: url('../../../images/smc-converter/cart.svg') no-repeat;
  background-size: 100% 100%;
}
.banner_heart .product_intro .banner_btn .banner_btn_buy:hover {
  background: #303030;
}
.banner_heart .product_intro .banner_btn .banner_btn_buy:hover .banner_btn_buy_text h4 {
  color: #ffffff;
}
.banner_heart .product_intro .banner_btn .banner_btn_buy:hover .banner_btn_buy_text span {
  color: #ffffff;
}
.banner_heart .product_intro .banner_btn .banner_btn_buy:hover .banner_btn_buy_text p {
  color: rgba(255, 255, 255, 0.5);
}
.banner_heart .product_intro .banner_btn .banner_btn_buy:hover .banner_btn_buy_icon {
  width: 25px;
  height: 25px;
  background: url('../../../images/smc-converter/cart_hover.svg') no-repeat;
  background-size: 100% 100%;
}
.banner_heart .product_intro .tip {
  margin-top: 17px;
  font-size: 14px;
  line-height: 262.5%;
  color: #848798;
}
.banner_heart .product_pic {
  flex: 0 0 542px;
  z-index: 20;
}
.banner_heart .product_pic img {
  width: 120%;
  height: auto;
}
/* banner */
/* features */
.features {
  background: #23272c;
}
.features_heart {
  max-width: 1080px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.features_heart .features_swiper-slide {
  padding: 40px;
  text-align: center;
}
.features_heart .features_swiper-slide span {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 146.68%;
  color: #ffffff;
}
.features_heart .features_swiper-slide:hover {
  background: linear-gradient(180deg, rgba(67, 202, 154, 0) 32.72%, rgba(39, 220, 156, 0.2211) 100%);
}
.features_heart .features_swiper-slide-item_icon {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 12px;
}
.features_heart .features_swiper-slide-item-1 .features_swiper-slide-item_icon {
  background: url('../../../images/smc-converter/download.svg') no-repeat;
  background-size: 100% 100%;
}
.features_heart .features_swiper-slide-item-1:hover .features_swiper-slide-item_icon {
  background: url('../../../images/smc-converter/download_hover.svg') no-repeat;
  background-size: 100% 100%;
}
.features_heart .features_swiper-slide-item-2 .features_swiper-slide-item_icon {
  background: url('../../../images/smc-converter/monitorplay.svg') no-repeat;
  background-size: 100% 100%;
}
.features_heart .features_swiper-slide-item-2:hover .features_swiper-slide-item_icon {
  background: url('../../../images/smc-converter/monitorplay_hover.svg') no-repeat;
  background-size: 100% 100%;
}
.features_heart .features_swiper-slide-item-3 .features_swiper-slide-item_icon {
  background: url('../../../images/smc-converter/arrowsclockwise.png') no-repeat;
  background-size: 100% 100%;
}
.features_heart .features_swiper-slide-item-3:hover .features_swiper-slide-item_icon {
  background: url('../../../images/smc-converter/arrowsclockwise_hover.png') no-repeat;
  background-size: 100% 100%;
}
.features_heart .features_swiper-slide-item-4 .features_swiper-slide-item_icon {
  background: url('../../../images/smc-converter/receipt.svg') no-repeat;
  background-size: 100% 100%;
}
.features_heart .features_swiper-slide-item-4:hover .features_swiper-slide-item_icon {
  background: url('../../../images/smc-converter/receipt_hover.svg') no-repeat;
  background-size: 100% 100%;
}
.features_heart .features_swiper-slide-item-5 .features_swiper-slide-item_icon {
  background: url('../../../images/smc-converter/rocketlaunch.svg') no-repeat;
  background-size: 100% 100%;
}
.features_heart .features_swiper-slide-item-5:hover .features_swiper-slide-item_icon {
  background: url('../../../images/smc-converter/rocketlaunch_hover.svg') no-repeat;
  background-size: 100% 100%;
}
.features_heart .swiper-scrollbar {
  display: none;
}
/* features */
/* index-area */
.index-area {
  max-width: 1080px;
  margin: 0 auto;
}
.index-area p span {
  color: #43ca9a;
}
.index-area p strong {
  color: #080f30;
}
.index-item {
  margin-top: 112px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.index-item .index_desc {
  display: inline-block;
  max-width: 820px;
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  text-align: center;
  color: #080f30;
}
.index-item .video_btn {
  width: 260px;
  height: 52px;
  border: 1px solid #3d3d3d;
  box-sizing: border-box;
  border-radius: 26px;
  margin: 36px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.index-item .video_btn p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #3d3d3d;
  margin-right: 21px;
}
.index-item .video_btn .video_btn-icon {
  width: 30px;
  height: 30px;
  background: url('../../../images/smc-converter/video_icon.svg') no-repeat;
  background-size: 100% 100%;
}
.index-item .video_btn:hover {
  background: #303030;
}
.index-item .video_btn:hover p {
  color: #ffffff;
}
.index-item .video_btn:hover .video_btn-icon {
  width: 30px;
  height: 30px;
  background: url('../../../images/smc-converter/video_btn_hover.svg') no-repeat;
  background-size: 100% 100%;
}
.index-item .index_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 55px;
  padding-top: 46px;
  row-gap: 52px;
}
.index-item .index_content .index_content-left {
  width: 564px;
}
.index-item .index_content .index_content-left img {
  max-width: 500px;
  height: auto;
}
.index-item .index_content .index_content-right {
  box-sizing: border-box;
  width: 516px;
}
.index-item .index_content .index_content-right .index_content-right-part {
  margin-bottom: 60px;
}
.index-item .index_content .index_content-right .index_content-right-part:last-child {
  margin-bottom: 0;
}
.index-item .index_content .index_content-right .index_content-right-part h2,
.index-item .index_content .index_content-right .index_content-right-part h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  color: #080f30;
}
.index-item .index_content .index_content-right .index_content-right-part p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #53576f;
  margin-top: 12px;
}
.index-item .index_content .index_content-right .index_content-right-part p span {
  color: #43ca9a;
}
.index-item .index_content.reverse {
  flex-direction: row-reverse;
}
.index-three {
  margin-top: 168px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.index-three .index_content {
  width: 100%;
  height: 420px;
  margin-top: 100px;
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
  justify-content: space-between;
}
.index-three .index_content .index_content-part {
  width: 310px;
  height: 420px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.index-three .index_content .index_content-part .index_content-part-item {
  width: auto;
  height: 190px;
}
.index-three .index_content .index_content-part .index_content-part-item img {
  width: 42px;
  height: 42px;
}
.index-three .index_content .index_content-part .index_content-part-item h3 {
  text-align: left;
  font-size: 20px;
  margin: 22px 0 12px;
}
.index-three .index_content .index_content-part .index_content-part-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #53576f;
}
.index-four {
  margin-top: 75px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.index-four .index-four_content {
  max-width: 1000px;
  width: 100%;
  height: 600px;
  background: url('../../../images/smc-converter/index-four-bg.png') no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  margin-top: 60px;
}
.index-four .index-four_content .index-four-swiper {
  height: 100%;
  position: relative;
}
.index-four .index-four_content .index-four-swiper .swiper-wrapper {
  height: 90%;
  width: 100%;
}
.index-four .index-four_content .index-four-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.index-four .index-four_content .index-four-swiper .swiper-wrapper .swiper-slide img {
  max-width: 768px;
  height: auto;
}
.index-four .index-four_content .index-four-swiper .swiper-wrapper .swiper-slide p {
  margin-top: 35px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #53576f;
}
.index-four .index-four_content .index-four-swiper .swiper-wrapper .swiper-slide span {
  font-weight: 700;
  font-size: 24px;
  line-height: 146.68%;
  color: #080f30;
}
.index-four .index-four_content .index-four-swiper .swiper-pagination-bullet-active {
  background-color: #01966b;
}
.index-five {
  margin-top: 170px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.index-five .index-five_content {
  max-width: 800px;
  width: 100%;
  height: 280px;
  margin-top: 20px;
  padding-bottom: 40px;
  overflow: hidden;
}
.index-five .index-five_content .index-five-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.index-five .index-five_content .swiper-wrapper .swiper-slide {
  box-sizing: border-box;
  padding: 0 50px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}
.index-five .index-five_content .swiper-wrapper .swiper-slide .index-five_content-pic {
  width: 87px;
  height: 87px;
  margin: 0 30px;
}
.index-five .index-five_content .swiper-wrapper .swiper-slide .index-five_content-intro {
  width: 68%;
  height: auto;
}
.index-five .index-five_content .swiper-wrapper .swiper-slide .index-five_content-intro h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 146.68%;
  color: #080f30;
}
.index-five .index-five_content .swiper-wrapper .swiper-slide .index-five_content-intro span {
  font-weight: 700;
  font-size: 22px;
  line-height: 146.68%;
  color: #080f30;
}
.index-five .index-five_content .swiper-wrapper .swiper-slide .index-five_content-intro p {
  font-weight: 400;
  font-size: 14px;
  line-height: 152.68%;
  color: #53576f;
  margin: 12px 0;
}
.index-five .index-five_content .swiper-wrapper .swiper-slide .index-five_content-intro a {
  font-weight: 600;
  font-size: 16px;
  line-height: 146.68%;
  color: #01966b;
}
.index-five .index-five_content .swiper-button-prev::after {
  display: none;
}
.index-five .index-five_content .swiper-button-next::after {
  display: none;
}
.index-five .index-five_content .swiper-button-prev {
  width: 35px;
  height: 35px;
  background: url('../../../images/smc-converter/prev_icon.svg') no-repeat;
  bottom: 15px;
}
.index-five .index-five_content .swiper-button-next {
  width: 35px;
  height: 35px;
  background: url('../../../images/smc-converter/next_icon.svg') no-repeat;
  bottom: 15px;
}
.index-five .index-five_content .swiper-pagination-bullet-active {
  background-color: #01966b;
}
/* index-area */
/* trusted */
.trusted {
  position: relative;
  width: 100%;
  background: #23272c;
  padding: 100px 0;
}
.trusted::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 280px;
  height: 350px;
  background: url('../../../images/smc-converter/trusted_before.png') no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}
.trusted::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 280px;
  height: 300px;
  background: url('../../../images/smc-converter/trusted_after.png') no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}
.trusted h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  text-align: center;
  color: #ffffff;
  z-index: 120;
}
.trusted .pc_container {
  max-width: 1450px;
  height: 600px;
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: scroll;
  overflow-y: hidden;
}
.trusted .pc_container::-webkit-scrollbar {
  display: none;
}
.trusted .pc_container .part {
  width: 1450px;
  height: 280px;
  display: flex;
  justify-content: center;
}
.trusted .pc_container .part .item {
  box-sizing: border-box;
  padding: 30px;
  background: #ffffff;
  border-radius: 16px;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.trusted .pc_container .part .item .item-img {
  width: 100%;
  height: 30%;
  display: flex;
  align-items: center;
}
.trusted .pc_container .part .item .item-text {
  width: 100%;
  height: 65%;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #53576f;
}
.trusted .pc_container .part .item1 {
  width: 567px;
  height: 282px;
}
.trusted .pc_container .part .item2 {
  width: 403px;
  height: 282px;
}
/* trusted */
/* Q&A */
.questions {
  position: relative;
  width: 100%;
  height: 800px;
  margin-top: 140px;
}
.questions::before {
  position: absolute;
  bottom: 12px;
  left: 0;
  content: '';
  width: 160px;
  height: 170px;
  background: url(../../../images/smc-converter/questions_before.svg) no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
.questions::after {
  position: absolute;
  top: 100px;
  right: 0;
  content: '';
  width: 200px;
  height: 300px;
  background: url(../../../images/smc-converter/questions_after.svg) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.questions .questions_content {
  width: 100%;
  height: 680px;
  background: linear-gradient(rgba(243, 248, 248, 0) 81.32%, #f3f8f9);
  background-size: 100% 100%;
  margin-top: 55px;
}
.questions .questions_content .questions_content-center {
  max-width: 918px;
  height: 100%;
  margin: 0 auto;
}
.questions .questions_content .questions_content-center .questions_content-item {
  width: 100%;
  height: auto;
  background: #ffffff;
  border: 1px solid #8a8fab;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 18px;
  overflow: hidden;
  padding: 16px 25px 16px 40px;
}
.questions .questions_content .questions_content-center .questions_content-item .questions_content-item_title {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.questions .questions_content .questions_content-center .questions_content-item .questions_content-item_title h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 188.51%;
  color: #080f30;
}
.questions .questions_content .questions_content-center .questions_content-item .questions_content-item_title .arrow_icon {
  width: 20px;
  height: 20px;
  background: url('../../../images/smc-converter/down.svg') no-repeat;
  background-size: 100% 100%;
}
.questions .questions_content .questions_content-center .questions_content-item .questions_content-item_desc {
  display: none;
  width: 85%;
  font-weight: 400;
  font-size: 16px;
  line-height: 179.18%;
  color: #656565;
}
.questions .questions_content .questions_content-center .questions_content-item-current {
  height: auto;
  background: rgba(1, 150, 107, 0.03);
  border: 1px solid #01966b;
  margin-bottom: 18px;
  padding: 25px 40px;
}
.questions .questions_content .questions_content-center .questions_content-item-current .questions_content-item_title {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.questions .questions_content .questions_content-center .questions_content-item-current .questions_content-item_title h3 {
  color: #01966b;
}
.questions .questions_content .questions_content-center .questions_content-item-current .questions_content-item_title .arrow_icon {
  width: 20px;
  height: 20px;
  background: url('../../../images/smc-converter/up.svg') no-repeat;
  background-size: 100% 100%;
}
.questions .questions_content .questions_content-center .questions_content-item-current .questions_content-item_desc {
  display: block;
}
/* Q&A */
/* try */
.try {
  max-width: 1080px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin-top: 70px;
}
.try .try-title {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  color: #080f30;
}
.try .try_desc {
  width: 80%;
  font-weight: 400;
  font-size: 16px;
  line-height: 179.18%;
  text-align: center;
  color: #656565;
  margin-top: 15px;
}
.try .try_intro {
  box-sizing: border-box;
  width: 100%;
  background: #f3f8f9;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  padding: 40px 20px;
  margin: 40px 0;
}
.try .try_intro .try_intro-item {
  width: auto;
}
.try .try_intro .try_intro-item .try_intro-item-title {
  display: flex;
  align-items: center;
}
.try .try_intro .try_intro-item .try_intro-item-title span {
  font-weight: 400;
  font-size: 14px;
  line-height: 179.18%;
  color: #01966b;
  margin-left: 7px;
}
.try .try_intro .try_intro-item .try_intro-item-desc {
  font-weight: 600;
  font-size: 13px;
  line-height: 146.68%;
  color: #656565;
  margin-top: 7px;
}
.try .try_intro .try_intro-item-line {
  /* transform: rotate(90deg); */
  width: 0px;
  height: 35px;
  border: 1px solid #cecece;
  margin: 20px 50px;
}
.try a {
  font-weight: 400;
  font-size: 14px;
  line-height: 262.5%;
  text-decoration-line: underline;
  color: #656565;
}
/* try */
/*other */
.others {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  max-width: 1080px;
  height: auto;
  margin: 80px auto;
  padding-bottom: 100px;
}
.others .others_content {
  width: 85%;
  height: 516px;
  margin-top: 67px;
  display: flex;
  gap: 20px;
  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 .product-name {
  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: 82%;
  font-weight: 400;
  font-size: 16px;
  line-height: 152.68%;
  text-align: center;
  color: #53576f;
}
.others .others_content .others_content-item .other_win_btn {
  width: 221px;
  height: 52px;
  background: linear-gradient(93.03deg, #4596e5 -9.17%, #4539cc 105.48%);
  border-radius: 8px;
  margin: 36px 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.others .others_content .others_content-item .other_win_btn .other_win_btn-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-right: 12px;
}
.others .others_content .others_content-item .other_win_btn .other_win_btn-icon {
  width: 20px;
  height: 20px;
  background: url('../../../images/smc-converter/win_btn.svg') no-repeat;
  background-size: 100% 100%;
}
.others .others_content .others_content-item .other_mac_btn {
  width: 221px;
  height: 52px;
  background: linear-gradient(93.03deg, #4596e5 -9.17%, #4539cc 105.48%);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.others .others_content .others_content-item .other_mac_btn .other_mac_btn-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-right: 12px;
}
.others .others_content .others_content-item .other_mac_btn .other_mac_btn-icon {
  width: 20px;
  height: 20px;
  background: url('../../../images/smc-converter/mac_btn.svg') no-repeat;
  background-size: 100% 100%;
}
.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%);
}
.others .others_content .others_content-item .other_win_btn:hover,
.others .others_content .others_content-item .other_mac_btn:hover {
  background: linear-gradient(93.03deg, #4539cc -9.17%, #4596e5 105.48%);
}
/*other */
@media screen and (max-width: 768px) {
  h1,
  h2,
  h3 {
    font-size: 24px;
  }
  .try_btn {
    width: 100%;
    height: 52px;
    margin-top: 36px;
    display: flex;
    justify-content: space-around;
  }
  .try_btn .try_btn-item {
    width: 140px;
  }
  .try_btn .try_btn-item p {
    font-size: 14px;
    margin-right: 8px;
  }
  .try_btn .try_btn-item .try_btn-item-icon {
    width: 20px;
    height: 20px;
  }
  /* nav */
  .nav .nav_mobile_heart {
    box-sizing: border-box;
    width: 93%;
    height: 100%;
    margin: 0 auto;
    display: flex !important;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .nav .nav_mobile_heart .mobile_product_logo {
    width: 40px;
    height: 40px;
    background: url('../img/new-spotify-music-converter/SMC_Logo.svg') no-repeat;
    background-size: 100% 100%;
  }
  .nav .nav_mobile_heart .mobile_menu {
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .nav .nav_mobile_heart .mobile_menu .mobile_menu_left {
    width: 60%;
    height: 100%;
    margin-right: 10px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
  }
  .nav .nav_mobile_heart .mobile_menu .mobile_menu_left a {
    display: inline-block;
    width: 25px;
    height: 25px;
  }
  .nav .nav_mobile_heart .mobile_menu .mobile_menu_left a img {
    width: 100%;
  }
  .nav .nav_mobile_heart .mobile_menu .mobile_menu_right {
    /* overflow: hidden; */
    position: relative;
    width: 20%;
    height: 100%;
  }
  .nav .nav_mobile_heart .mobile_menu .mobile_menu_right .more_icon {
    position: absolute;
    top: 18px;
    left: 12px;
    width: 25px;
    height: 25px;
    background: url('../img/new-spotify-music-converter/more.svg') no-repeat;
    background-size: 100% 100%;
  }
  .nav .nav_mobile_heart .mobile_menu .mobile_menu_right .more_menu {
    box-sizing: border-box;
    position: absolute;
    top: 60px;
    left: -65px;
    width: 125px;
    height: 143px;
    background: #ffffff;
    box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.17);
    border-radius: 0px 0px 12px 12px;
    display: none;
    padding: 19px 0 0 24px;
  }
  .nav .nav_mobile_heart .mobile_menu .mobile_menu_right .more_menu a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: #606060;
    margin-bottom: 10px;
  }
  .nav .nav_mobile_heart .mobile_menu .mobile_menu_right .more_menu a:hover {
    color: #1e96ec;
  }
  .nav .nav_mobile_heart .mobile_menu .mobile_menu_right:hover .more_menu {
    display: block;
  }
  /* nav */
  /* banner */
  .banner {
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, #f2f8f9 0%, rgba(238, 242, 240, 0) 100%);
    margin-bottom: 20px;
  }
  .banner::before {
    display: none;
  }
  .banner::after {
    display: none;
  }
  .banner_heart {
    width: 93%;
    padding-top: 33px;
    flex-flow: column nowrap;
  }
  .banner_heart .product_intro {
    box-sizing: border-box;
    padding-top: 0px;
    width: 100%;
    flex: unset;
  }
  .banner_heart .product_intro .product_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 125.18%;
    color: #323836;
  }
  .banner_heart .product_intro .product_desc {
    font-size: 16px;
    margin: 12px 0 14px;
  }
  .banner_heart .product_intro .product_introduce-item {
    font-size: 16px;
  }
  .banner_heart .product_intro .toggle {
    margin: 22px 0 20px;
  }
  .banner_heart .product_intro .banner_btn {
    width: 100%;
    height: 61px;
  }
  .banner_heart .product_intro .banner_btn .banner_btn_download {
    width: 48%;
    height: 61px;
  }
  .banner_heart .product_intro .banner_btn .banner_btn_download .banner_btn_download_text h4 {
    font-size: 16px;
  }
  .banner_heart .product_intro .banner_btn .banner_btn_download .banner_btn_download_text span {
    font-size: 16px;
  }
  .banner_heart .product_intro .banner_btn .banner_btn_download .banner_btn_download_text p {
    font-size: 12px;
  }
  .banner_heart .product_intro .banner_btn .banner_btn_download .banner_mac_text p {
    font-size: 10px;
  }
  .banner_heart .product_intro .banner_btn .banner_btn_download .banner_android_text p {
    font-size: 10px;
  }
  .banner_heart .product_intro .banner_btn .banner_btn_buy {
    width: 48%;
    height: 61px;
  }
  .banner_heart .product_intro .banner_btn .banner_btn_buy .banner_btn_buy_text h4 {
    font-size: 16px;
  }
  .banner_heart .product_intro .banner_btn .banner_btn_buy .banner_btn_buy_text span {
    font-size: 16px;
  }
  .banner_heart .product_intro .banner_btn .banner_btn_buy .banner_btn_buy_text p {
    font-size: 12px;
  }
  .banner_heart .product_pic {
    flex: unset;
    width: 100%;
    margin-top: 53px;
  }
  .banner_heart .product_pic img {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .banner_heart .product_icon .element_img {
    max-width: 203px;
    right: -45%;
  }
  /* banner */
  /* features */
  .features_heart {
    width: 93%;
  }
  .features_swiper .features_swiper-slide {
    padding: 20px;
  }
  .features_swiper .features_swiper-slide span {
    font-size: 12px;
  }
  .features_swiper .features_swiper-slide .features_swiper-slide-item_icon {
    width: 42px;
    height: 42px;
  }
  .features_swiper .swiper-scrollbar {
    display: block;
    left: -25% !important;
    bottom: 10px !important;
    width: 60% !important;
    margin-left: 40%;
    background-color: #3b4148;
    overflow: hidden !important;
  }
  .features_swiper .swiper-scrollbar-drag {
    background-color: #43ca9a;
    width: 70% !important;
  }
  /* features */
  /* index-area */
  .index-area {
    width: 93%;
    margin: 0 auto;
  }
  .index-item {
    margin-top: 44px;
  }
  .index-item .index_desc {
    display: inline-block;
    width: 100%;
    font-size: 24px;
  }
  .index-item .index_content {
    display: flex;
    flex-flow: column nowrap;
    margin-top: 0;
    gap: 40px;
  }
  .index-item .index_content .index_content-left {
    width: 100%;
    height: auto;
  }
  .index-item .index_content .index_content-right {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .index-item .index_content .index_content-right .index_content-right-part {
    margin-bottom: 30px;
  }
  .index-item .index_content .index_content-right .index_content-right-part h2 {
    font-size: 20px;
  }
  .index-item .index_content .index_content-right .index_content-right-part h3 {
    font-size: 20px;
  }
  .index-item .index_content .index_content-right .index_content-right-part p {
    font-size: 14px;
  }
  .index-item .index_content.reverse {
    flex-direction: column;
  }
  .index-three {
    margin-top: 45px;
  }
  .index-three .index_content_mobile {
    width: 90%;
    height: 350px;
    margin-top: 50px;
    overflow: hidden;
  }
  .index-three .index_content_mobile .index_three-swiper {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .index-three .index_content_mobile .index_three-swiper .swiper-slide {
    width: 90%;
    height: 90%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
  }
  .index-three .index_content_mobile .index_three-swiper .swiper-slide .index_content_mobile-part {
    width: 100%;
    height: 48%;
    text-align: center;
  }
  .index-three .index_content_mobile .index_three-swiper .swiper-slide .index_content_mobile-part img {
    width: 42px;
    height: 42px;
  }
  .index-three .index_content_mobile .index_three-swiper .swiper-slide .index_content_mobile-part h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 146.68%;
    color: #080f30;
    margin: 12px 0 4px;
  }
  .index-three .index_content_mobile .index_three-swiper .swiper-slide .index_content_mobile-part p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #53576f;
  }
  .index-three .index_content_mobile .index_three-swiper .swiper-pagination-bullet-active {
    background-color: #01966b;
  }
  .index-four {
    margin-top: 65px;
  }
  .index-four .index-four_content {
    width: 100%;
    height: auto;
    background: #ffffff;
    padding-bottom: 50px;
  }
  .index-four .index-four_content .index-four-swiper {
    height: auto;
    position: relative;
  }
  .index-four .index-four_content .index-four-swiper .swiper-wrapper {
    width: 100%;
    height: auto;
  }
  .index-four .index-four_content .index-four-swiper .swiper-wrapper .swiper-slide {
    height: 0;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 10px;
  }
  .index-four .index-four_content .index-four-swiper .swiper-wrapper .swiper-slide img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    max-height: 300px;
    height: auto;
  }
  .index-four .index-four_content .index-four-swiper .swiper-wrapper .swiper-slide p {
    margin: 24px 0 40px;
    font-size: 14px;
  }
  .index-four .index-four_content .index-four-swiper .swiper-wrapper .swiper-slide span {
    font-size: 18px;
  }
  .index-four .index-four_content .index-four-swiper .swiper-wrapper .swiper-slide-active {
    height: auto;
  }
  .index-five {
    margin-top: 25px;
  }
  .index-five .index-five_content {
    width: 100%;
    height: auto;
    margin-top: 38px;
  }
  .index-five .index-five_content .swiper-wrapper .swiper-slide {
    padding: 0;
    flex-flow: column nowrap;
  }
  .index-five .index-five_content .swiper-wrapper .swiper-slide .index-five_content-intro {
    width: 97%;
    height: auto;
    text-align: center;
    margin-top: 18px;
  }
  .index-five .index-five_content .swiper-wrapper .swiper-slide .index-five_content-intro h3 {
    font-size: 18px;
  }
  .index-five .index-five_content .swiper-wrapper .swiper-slide .index-five_content-intro span {
    font-size: 18px;
  }
  .index-five .index-five_content .swiper-wrapper .swiper-slide .index-five_content-intro p {
    font-size: 14px;
    margin: 12px 0 30px;
  }
  .index-five .index-five_content .swiper-wrapper .swiper-slide .index-five_content-intro h5 {
    font-size: 14px;
    margin-top: -25px;
  }
  /* index-area */
  /* trusted */
  .trusted {
    position: relative;
    width: 100%;
    background: #23272c;
    padding: 50px 0;
  }
  .trusted::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    background: none;
  }
  .trusted::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    background: none;
  }
  .trusted h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 146.68%;
    text-align: center;
    color: #ffffff;
    z-index: 120;
  }
  .trusted .mobile_container {
    width: 100%;
    margin-top: 20px;
  }
  .trusted .mobile_container .part-box {
    width: 100%;
  }
  .trusted .mobile_container .part-box .part {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 20px;
  }
  .trusted .mobile_container .part-box .part::-webkit-scrollbar {
    display: none;
  }
  .trusted .mobile_container .part-box .part .item {
    width: 335px;
    height: 310px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 16px;
    margin-right: 20px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
  }
  .trusted .mobile_container .part-box .part .item .item-img {
    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
  }
  .trusted .mobile_container .part-box .part .item .item-text {
    width: 100%;
    height: 65%;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #53576f;
  }
  .trusted .mobile_container .part-box .part .android-item {
    display: none;
  }
  .trusted .mobile_container .part-box .part .item2 {
    height: 270px;
  }
  .trusted .mobile_container .part1-box {
    width: 100%;
    height: 310px;
  }
  .trusted .mobile_container .part2-box {
    width: 100%;
    height: 270px;
    margin-top: 20px;
  }
  /* trusted */
  /* Q&A */
  .questions {
    width: 100%;
    height: auto;
    margin-top: 50px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
  }
  .questions::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    background: none;
  }
  .questions::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0;
    height: 0;
    background: none;
  }
  .questions h1,
  .questions h2 {
    width: 80%;
  }
  .questions .questions_content {
    width: 100%;
    height: auto;
    background: url('../../../images/smc-converter/questions_mobile_bg.webp') no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
  }
  .questions .questions_content .questions_content-center {
    width: 93%;
    height: 100%;
    margin: 0 auto;
  }
  .questions .questions_content .questions_content-center .questions_content-item {
    width: 100%;
    height: auto;
    background: #ffffff;
    border: 1px solid #8a8fab;
    box-sizing: border-box;
    border-radius: 6px;
    overflow: hidden;
    padding: 20px;
  }
  .questions .questions_content .questions_content-center .questions_content-item .questions_content-item_title {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .questions .questions_content .questions_content-center .questions_content-item .questions_content-item_title h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 188.51%;
    color: #080f30;
  }
  .questions .questions_content .questions_content-center .questions_content-item .questions_content-item_title .arrow_icon {
    width: 20px;
    height: 20px;
    background: url('../../../images/smc-converter/down.svg') no-repeat;
    background-size: 100% 100%;
    margin-top: 7px;
  }
  .questions .questions_content .questions_content-center .questions_content-item .questions_content-item_desc {
    width: 85%;
    font-weight: 400;
    font-size: 14px;
    line-height: 179.18%;
    color: #656565;
  }
  .questions .questions_content .questions_content-center .questions_content-item-current {
    height: auto;
    background: rgba(1, 150, 107, 0.03);
    border: 1px solid #01966b;
    margin-bottom: 20px;
  }
  .questions .questions_content .questions_content-center .questions_content-item-current .questions_content-item_title {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .questions .questions_content .questions_content-center .questions_content-item-current .questions_content-item_title h3 {
    font-size: 18px;
    color: #01966b;
  }
  .questions .questions_content .questions_content-center .questions_content-item-current .questions_content-item_title .arrow_icon {
    width: 20px;
    height: 20px;
    background: url('../../../images/smc-converter/up.svg') no-repeat;
    background-size: 100% 100%;
    margin-top: 7px;
  }
  /* Q&A */
  /* try */
  .try {
    width: 93%;
    height: auto;
    margin-top: 40px;
  }
  .try h1 {
    width: 80%;
    text-align: center;
  }
  .try .try-title {
    width: 80%;
    font-size: 24px;
    text-align: center;
  }
  .try .try_desc {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 179.18%;
    text-align: center;
    color: #656565;
    margin-top: 15px;
  }
  .try .try_intro {
    width: 93%;
    height: auto;
    flex-flow: column nowrap;
    padding: 40px 20px 20px;
  }
  .try .try_intro .try_intro-item {
    width: auto;
    margin-bottom: 20px;
  }
  .try .try_intro .try_intro-item .try_intro-item-title {
    display: flex;
    align-items: center;
  }
  /* try */
  /*other */
  .others {
    width: 93%;
    height: auto;
    margin: 54px auto 0;
  }
  .others h1,
  .others h3 {
    width: 90%;
  }
  .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;
  }
  /*other */
  #android h3 {
    text-align: left;
  }
  #android .banner_heart .intro-top_and {
    width: 85%;
    height: auto;
  }
  #android .banner_heart .product_title {
    color: #07c154;
    font-size: 26px;
  }
  #android .banner_heart .product_desc,
  #android .banner_heart .product_introduce-item {
    color: #2e2e2e;
    font-size: 14px;
  }
  #android .banner_heart .banner_btn .banner_btn_download {
    flex-direction: row-reverse;
    gap: 10px;
    background: #009943;
    box-shadow: 0 -4px 3px rgba(4, 114, 52, 0.82) inset;
  }
  #android .banner_heart .banner_btn .banner_btn_buy {
    flex-direction: row-reverse;
    gap: 10px;
    background: #ea6100;
    box-shadow: 0 -4px 3px #a64500 inset;
  }
  #android .banner_heart .banner_btn .banner_btn_buy .banner_btn_buy_icon {
    background: url(../../../images/smc-converter/cart_hover.svg) no-repeat;
    background-size: 100% 100%;
  }
  #android .banner_heart .banner_btn .banner_btn_buy_text,
  #android .banner_heart .banner_btn .banner_btn_download_text {
    width: fit-content;
  }
  #android .banner_heart .banner_btn span {
    font-weight: 600;
    font-size: 12px;
    color: #fff;
  }
  #android .banner_heart .banner_btn P {
    font-size: 9px;
    color: #fff;
  }
  #android .features {
    background: #edf7f4;
    padding: 37px 20px;
  }
  #android .features .features_heart .features-item {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #android .features .features_heart span {
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
  }
  #android .index-item .index_content {
    padding-bottom: 40px;
    border-bottom: 1px solid #cfcfcf;
  }
  #android .trusted .mobile_container .part-box .part .android-item {
    display: flex;
  }
  #android .use_btn {
    position: relative;
    margin: 50px auto;
    display: flex;
    gap: 60px;
    width: fit-content;
    padding: 15px 21px;
    background: #009943;
    box-shadow: 0 -5px 4px rgba(4, 114, 52, 0.82) inset;
    border-radius: 43px;
    color: #ffffff;
    font-size: 19px;
    font-weight: bolder;
    line-height: 1.5;
    letter-spacing: 6px;
  }
  #android .use_btn::before {
    content: '';
    width: 163px;
    height: 35px;
    background: url('../../../images/smc-converter/use-btn-top.png') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
  }
  #android .use {
    width: 93%;
    margin: 70px auto 0;
    padding-bottom: 50px;
    text-align: center;
  }
  #android .use_link {
    color: #01966b;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
  }
  #android .use_link:hover {
    text-decoration: underline;
  }
  #android .streamer {
    position: sticky;
    bottom: 0;
    z-index: 100;
  }
  #android .streamer img {
    width: 100%;
    height: auto;
  }
  .mobile-style {
      display: block;
  }

  .pc-style {
      display: none !important;
  }

  #android .android-style {
      display: block !important;
  }

  #android .equipment-style {
      display: none;
  }

  .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: 0 0 80%;
    border: 0;
  }
  .download .down_feature .down_input::placeholder{
    color: #7e7e7e;

  }
  .download .down_feature .down_input:focus-visible {
    outline: none;
    box-shadow: none;
  }
  .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;
    }
  }
}
