/* common */
@import "global.css";

* {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

ul li {
  font-weight: normal;
}

p {
  font-weight: normal;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
}

a {
  text-decoration: none;
  color: #1E96EC;
}

a:hover {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}

.mobile_style {
  display: none !important;
}

/* nav */
/* nav */
.nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 59px;
  background: #FFFFFF;
  transform: translateY(-59px);
  transition: all 0.5s;
  z-index: 1000;
}

.nav .nav_pc {
  display: flex;
  width: 1080px;
  height: 100%;
  margin: 0 auto;
}

.nav .nav_pc .nav_left {
  display: flex;
  align-items: center;
  width: 40%;
  height: 100%;
}

.nav .nav_pc .nav_left img {
  width: 37px;
  height: 37px;
  margin-right: 13px;
}

.nav .nav_pc .nav_left .product_info .logotitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.nav .nav_pc .nav_left .product_info p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #A0A0A0;
  margin-top: 5px;
}

.nav .nav_pc .nav_right {
  display: flex;
  width: 60%;
  height: 100%;
}

.nav .nav_pc .nav_right .list {
  width: 80%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.nav .nav_pc .nav_right .list li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #606060;
}

.nav .nav_pc .nav_right .list li a:hover {
  color: #1E96EC;
}

.nav .nav_pc .nav_right .icons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 20%;
  height: 100%;
}

.nav .nav_mobile {
  display: none;
}

.nav_show {
  transform: translateY(0px);
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.11);
}

@media screen and (max-width: 768px) {
  .nav {
    width: 100%;
    height: 59px;
    background: #FFFFFF;
  }

  .nav .nav_pc {
    display: none;
  }

  .nav .nav_mobile {
    display: flex;
    justify-content: space-between;
    width: 93%;
    height: 100%;
    margin: 0 auto;
    z-index: 100;
  }

  .nav .nav_mobile .nav_left {
    display: flex;
    align-items: center;
    width: 20%;
    height: 100%;
  }

  .nav .nav_mobile .nav_left img {
    width: 37px;
    height: 37px;
  }

  .nav .nav_mobile .nav_right {
    display: flex;
    justify-content: flex-end;
    width: 60%;
    height: 100%;
  }

  .nav .nav_mobile .nav_right .icons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 60%;
    height: 100%;
  }

  .nav .nav_mobile .nav_right .list {
    position: relative;
    width: 20%;
    height: 100%;
  }

  .nav .nav_mobile .nav_right .list .list_icon {
    position: absolute;
    top: 15px;
    left: 10px;
  }

  .nav .nav_mobile .nav_right .list .list_data {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 59px;
    left: -70px;
    width: 125px;
    height: 143px;
    background: #FFFFFF;
    box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.17);
    border-radius: 0px 0px 12px 12px;
    padding: 12px 16px;
  }

  .nav .nav_mobile .nav_right .list .list_data li {
    margin: 8px 0;
  }

  .nav .nav_mobile .nav_right .list .list_data li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #606060;
  }

  .nav .nav_mobile .nav_right .list .list_data li a:hover {
    color: #1E96EC;
  }

  .nav .nav_mobile .nav_right .list:hover .list_data {
    display: block;
  }

  .pc_style {
    display: none !important;
  }

  .mobile_style {
    display: block !important;
  }
}

/* banner */
.banner {
  width: 100%;
  padding-bottom: 30px;
  background: linear-gradient(180deg, #E1F1FF 0%, rgba(243, 248, 248, 0) 81.32%);
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
}

.banner::before {
  content: '';
  position: absolute;
  background: url('https://cdn.tunefab.net/images/new-audible-converter/b-l-dim.png');
  background-size: 100% 100%;
  width: 200px;
  height: 200px;
  left: 0;
  top: 0;
}

.banner::after {
  content: '';
  position: absolute;
  background: url('https://cdn.tunefab.net/images/new-audible-converter/b-r-dim.png');
  background-size: 100% 100%;
  width: 130px;
  height: 200px;
  right: 0;
  bottom: 30px;
  z-index: 1;
}

.banner_heart {
  width: 1080px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.banner_heart .product_intro {
  box-sizing: border-box;
  padding-top: 69px;
  width: 55%;
  height: 100%;
  z-index: 100;
}

.banner_heart .product_intro .product_title {
  font-weight: 700;
  font-size: 42px;
  line-height: 125.18%;
  color: #323836;
}

.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::before {
  content: '·';
  color: #0D82D7;
  font-size: 21px;
  margin-right: 8px;
}

.banner_heart .product_intro .product_introduce-item {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #4A5954;
}

.banner_heart .product_intro .toggle {
  position: relative;
  width: 155.09px;
  height: 29px;
  background: rgba(196, 196, 196, 0.5);
  border-radius: 19.2616px;
  /* margin: 39px 0 29px; */
}

.banner_heart .product_intro .toggle .current_active {
  position: absolute;
  top: 2.1px;
  left: 3px;
  width: 74.39px;
  height: 23.96px;
  background: #FFFFFF;
  border-radius: 17.2962px;
  transition: all .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: 74.39px;
  height: 23.96px;
  font-weight: 400;
  font-size: 11.0066px;
  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;
}

.banner_heart .product_intro .banner_btn .banner_mac {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 90;
  display: flex;
  flex-flow: row nowrap;
}

.banner_heart .product_intro .banner_btn .banner_btn_download {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 191px;
  height: 65px;
  background: #0D82D7;
  border-radius: 32.5px;
  transition: all .5s;
  margin-right: 50px;
}

.banner_heart .product_intro .banner_btn .banner_btn_download .banner_btn_download_text {
  width: 70%;
  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('https://cdn.tunefab.net/images/new-audible-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('https://cdn.tunefab.net/images/new-audible-converter/mac_btn.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:hover {
  background: #0F70B7;
}

.banner_heart .product_intro .banner_btn .banner_btn_buy {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 151px;
  height: 65px;
  border: 1px solid #C8CAC9;
  border-radius: 32.5px;
  transition: all .5s;
}

.banner_heart .product_intro .banner_btn .banner_btn_buy .banner_btn_buy_text {
  margin: 0 10px 0 0;
}

.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('https://cdn.tunefab.net/images/new-audible-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('https://cdn.tunefab.net/images/new-audible-converter/cart_hover.svg') no-repeat;
  background-size: 100% 100%;
}

.banner_heart .product_intro .tip {
  margin-top: 17px;
  font-size: 13px;
  line-height: 262.5%;
  color: #848798;
}

.banner_heart .product_pic {
  width: 45%;
  position: relative;
  z-index: 2;
}

/* banner */


/* features */
.features {
  width: 100%;
  height: 188px;
  background: #23272C;
}

.features_heart {
  width: 1080px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.features_heart .features-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.features_heart .features-item .features-item_icon {
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
}

.features_heart .features-item-1 .features-item_icon {
  background: url('https://cdn.tunefab.net/images/new-audible-converter/grey1.png') no-repeat;
  background-size: 100% 100%;
}

.features_heart .features-item-1:hover .features-item_icon {
  background: url('https://cdn.tunefab.net/images/new-audible-converter/blue1.png') no-repeat;
  background-size: 100% 100%;
}

.features_heart .features-item-2 .features-item_icon {
  background: url('https://cdn.tunefab.net/images/new-audible-converter/grey2.svg') no-repeat;
  background-size: 100% 100%;
}

.features_heart .features-item-2:hover .features-item_icon {
  background: url('https://cdn.tunefab.net/images/new-audible-converter/blue2.svg') no-repeat;
  background-size: 100% 100%;
}

.features_heart .features-item-3 .features-item_icon {
  background: url('https://cdn.tunefab.net/images/new-audible-converter/grey3.svg') no-repeat;
  background-size: 100% 100%;
}

.features_heart .features-item-3:hover .features-item_icon {
  background: url('https://cdn.tunefab.net/images/new-audible-converter/blue3.svg') no-repeat;
  background-size: 100% 100%;
}

.features_heart .features-item-4 .features-item_icon {
  background: url('https://cdn.tunefab.net/images/new-audible-converter/grey4.svg') no-repeat;
  background-size: 100% 100%;
}

.features_heart .features-item-4:hover .features-item_icon {
  background: url('https://cdn.tunefab.net/images/new-audible-converter/blue4.svg') no-repeat;
  background-size: 100% 100%;
}

.features_heart .features-item p {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 146.68%;
  color: #FFFFFF;
}

.features_heart .features-item:hover {
  background: linear-gradient(180deg, rgba(13, 130, 215, 0) 32.72%, rgba(13, 130, 215, 0.3015) 100%);
}

/* features */

/* index area */
.index-area {
  width: 1080px;
  margin: 0 auto;
}

.index-one {
  margin-top: 112px;
}

.index-one .index-one_desc {
  width: 770px;
  font-weight: bold;
  font-size: 35px;
  line-height: 146.68%;
  text-align: center;
  color: #080F30;
  margin: 0 auto;
}

.index-one .index-one_content {
  display: flex;
  margin-top: 120px;
  justify-content: space-between;
}

.index-one .index-one_content .left-part {
  flex: 0 0 45%;
}

.index-one .index-one_content .right-part {
  flex: 0 0 44%;
}

.index-one .right-part p,
.index-one .left-part p {
  font-size: 16px;
  line-height: 150%;
  color: #53576F;
  margin-top: 12px;
  margin-bottom: 20px;
}

.index-one .right-part h2,
.index-one .left-part h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  color: #080F30;
}

.index-one .right-part h3,
.index-one .left-part h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  color: #080F30;
}

.index-one .right-part img,
.index-one .left-part img {
  width: 100%;
}

.index-one .right-part p a,
.index-one .left-part p a {
  color: #3981d1;
}

.index-one .index-one_content-2 {
  display: flex;
  justify-content: space-around;
  margin-top: 120px;
}

.index-one .index-one_content-2 .left-part {
  flex: 0 0 44%;
}

.index-one .index-one_content-2 .right-part {
  box-sizing: border-box;
  flex: 0 0 45%;
}

.index-one .index-one_content-2 .right-part img {
  width: 100%;
}

.index-one .index-one_content-3 {
  display: flex;
  margin-top: 120px;
  justify-content: space-around;
  align-items: center;
}

.index-one .index-one_content-3 .left-part {
  flex: 0 0 45%;
}

.index-one .index-one_content-3 .right-part {
  flex: 0 0 40%;
}

.index-one .index-one_content-3 .right-part p span {
  font-weight: bold;
}

.index-one .index-one_content-4 {
  display: flex;
  margin-top: 120px;
  justify-content: space-around;
  align-items: center;
}

.index-one .index-one_content-4 .left-part {
  flex: 0 0 44%;
}

.index-one .index-one_content-4 .left-part ul {
  margin-top: 15px;
}

.index-one .index-one_content-4 .left-part ul li::before {
  content: '·';
  color: #0D82D7;
  font-size: 21px;
  margin-right: 8px;
}

.index-one .index-one_content-4 .left-part ul li {
  font-size: 16px;
  line-height: 150%;
  color: #53576F;
  margin-top: 5px;
}

.index-one .index-one_content-4 .right-part {
  flex: 0 0 45%;
}

.index-one .index-one_content-5 {
  display: flex;
  margin-top: 120px;
  justify-content: space-around;
  align-items: center;
}

.index-one .index-one_content-5 .left-part {
  flex: 0 0 45%;
}

.index-one .index-one_content-5 .right-part {
  flex: 0 0 44%;
}

.index-three {
  margin-top: 168px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.index-three h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  text-align: center;
  color: #080F30;
}

.index-three .index-three_content {
  width: 100%;
  margin-top: 70px;
  display: flex;
  justify-content: space-around;
}

.index-three .index-three_content .index-three_content-part {
  width: 310px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

.index-three .index-three_content .index-three_content-part .index-three_content-part-item {
  width: 100%;
  margin-top: 30px;
}

.index-three .index-three_content .index-three_content-part .index-three_content-part-item h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 146.68%;
  color: #080F30;
  margin: 22px 0 12px;
}

.index-three .index-three_content .index-three_content-part .index-three_content-part-item p {
  font-size: 16px;
  line-height: 150%;
  color: #53576F;
}

.index-four {
  margin-top: 150px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.index-four h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  text-align: center;
  color: #080F30;
}

.index-four .index-four-btn {
  width: 239px;
  height: 52px;
  margin-top: 26px;
  display: flex;
  align-items: center;
  border: 1px solid #3D3D3D;
  box-sizing: border-box;
  border-radius: 26px;
  font-size: 20px;
  text-align: center;
  color: #3D3D3D;
  position: relative;
  padding-left: 30px;
}

.index-four .index-four-btn:hover {
  background: #303030;
  border: 1px solid #303030;
  color: #fff;
}

.index-four .index-four-btn::after {
  content: '';
  position: absolute;
  background: url('https://cdn.tunefab.net/images/new-audible-converter/video_icon.svg');
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 24px;
  height: 24px;
}

.index-four .index-four-btn:hover::after {
  background: url('https://cdn.tunefab.net/images/new-audible-converter/video_btn_hover.svg');
}

.index-four .index-four_content {
  width: 1000px;
  height: 600px;
  background: url('https://cdn.tunefab.net/images/new-audible-converter/index-four-bg.png') no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  margin-top: 50px;
}

.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 {
  width: 768px;
  height: 435px;
}

.index-four .index-four_content .index-four-swiper .swiper-wrapper .swiper-slide p {
  margin-top: 35px;
  font-size: 16px;
  line-height: 150%;
  color: #53576F;
}

.index-four .index-four_content .index-four-swiper .swiper-wrapper .swiper-slide span {
  font-weight: bold;
  display: inline-block;
  font-size: 24px;
  line-height: 146.68%;
  color: #080F30;
  margin-right: 10px;
}

.index-four .index-four_content .index-four-swiper .swiper-pagination-bullet-active {
  background-color: #0D82D7;
}

.index-five {
  margin-top: 170px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.index-five h2 {
  font-weight: bold;
  font-size: 35px;
  line-height: 51px;
  color: #080F30;
}

.index-five .index-five-desc {
  width: 80%;
  font-weight: 400;
  font-size: 18px;
  line-height: 179.18%;
  text-align: center;
  color: #656565;
  margin: 20px 0;
}

.index-five .index-five_content {
  width: 800px;
  height: 280px;
  margin-top: 20px;
  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 .author {
  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: #0D82D7;
}

.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('https://cdn.tunefab.net/images/new-audible-converter/prev_icon.svg') no-repeat;
  bottom: 15px;
}

.index-five .index-five_content .swiper-button-next {
  width: 35px;
  height: 35px;
  background: url('https://cdn.tunefab.net/images/new-audible-converter/next_icon.svg') no-repeat;
  bottom: 15px;
}

.index-five .index-five_content .swiper-pagination-bullet-active {
  background-color: #0D82D7;
}

/* index area */

/* trust */
.trust {
  box-sizing: border-box;
  width: 100%;
  background: #0B2030;
  margin-top: 80px;
  padding-top: 102px;
  padding-bottom: 74px;
  position: relative;
}

.trust::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("https://cdn.tunefab.net/images/new-audible-converter/left-diamond.png");
  background-size: 100% 100%;
  width: 273px;
  height: 261px;
  z-index: 1;
}

.trust::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("https://cdn.tunefab.net/images/new-audible-converter/right-diamond.png");
  background-size: 100% 100%;
  width: 273px;
  height: 261px;
  z-index: 1;
}

.trust h1 {
  font-weight: bold;
  font-size: 35px;
  line-height: 146.68%;
  text-align: center;
  color: #FFFFFF;
}

.trust .trust_pc_content {
  margin: 90px auto 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.trust .trust_pc_content .trust_pc_content-item {
  box-sizing: border-box;
  padding: 30px;
  background: #FFFFFF;
  border-radius: 16px;
  display: inline-block;

}

.trust .trust_pc_content .trust_pc_content-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #53576F;
  margin-top: 23px;
}

.trust .trust_pc_content .trust_pc_content-item-1,
.trust .trust_pc_content .trust_pc_content-item-2,
.trust .trust_pc_content .trust_pc_content-item-3 {
  flex: 0 0 30%;
}

.line-feed-box {
  margin-top: 55px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.trust .trust_pc_content .line-feed-box .trust_pc_content-item-4,
.trust .trust_pc_content .line-feed-box .trust_pc_content-item-5 {
  flex: 0 0 43%;
}

/* trust */

/* Q&A */
.questions {
  width: 100%;
  margin-top: 140px;
  position: relative;
}

.questions::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(https://cdn.tunefab.net/images/new-audible-converter/faq-left-diamond.png);
  background-size: 100% 100%;
  width: 220px;
  height: 220px;
}

.questions::after {
  content: '';
  position: absolute;
  bottom: 330px;
  right: 0;
  background: url(https://cdn.tunefab.net/images/new-audible-converter/faq-right-diamond.png);
  background-size: 100% 100%;
  width: 170px;
  height: 250px;
}

.questions h2 {
  font-weight: bold;
  font-size: 35px;
  line-height: 146.68%;
  text-align: center;
  color: #080F30;
}

.questions .questions_content {
  width: 100%;
  margin-top: 55px;
  padding-bottom: 120px;
  background: linear-gradient(0deg, #F3F8F9 0%, #E2F2FF 0.01%, rgba(243, 248, 248, 0) 81.32%);
}

.questions .questions_content .questions_content-center {
  width: 918px;
  height: 100%;
  margin: 0 auto;
}

.questions .questions_content .questions_content-center .questions_content-item {
  width: 100%;
  height: 72px;
  background: #FFFFFF;
  border: 1px solid #8A8FAB;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 18px;
  overflow: hidden;
}

.questions .questions_content .questions_content-center .questions_content-item .questions_content-item_title {
  box-sizing: border-box;
  width: 100%;
  padding: 16px 25px 0 40px;
  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('https://cdn.tunefab.net/images/new-audible-converter/down.svg') no-repeat;
  background-size: 100% 100%;
}

.questions .questions_content .questions_content-center .questions_content-item .questions_content-item_desc {
  width: 85%;
  padding: 14px 25px 20px 40px;
  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(13, 130, 215, 0.05);
  border: 1px solid #0D82D7;
  margin-bottom: 18px;
}

.questions .questions_content .questions_content-center .questions_content-item-current .questions_content-item_title {
  box-sizing: border-box;
  width: 100%;
  padding: 16px 25px 0 40px;
  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: #0D82D7;
}

.questions .questions_content .questions_content-center .questions_content-item-current .questions_content-item_title .arrow_icon {
  width: 20px;
  height: 20px;
  background: url('https://cdn.tunefab.net/images/new-audible-converter/up.svg') no-repeat;
  background-size: 100% 100%;
}

/* Q&A */


/* try */
.try {
  width: 1080px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin-top: 70px;
}

.try h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  color: #080F30;
}

.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_btn {
  width: 380px;
  height: 52px;
  margin-top: 36px;
  display: flex;
  justify-content: space-around;
}

.try .try_btn .try_btn-item {
  box-sizing: border-box;
  width: 169px;
  height: 52px;
  background: #0D82D7;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  text-decoration: none;
}

.try .try_btn .try_btn-item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-right: 16px;
}

.try .try_btn .try_btn-item:nth-child(1) .try_btn-item-icon {
  width: 25px;
  height: 25px;
  background: url('https://cdn.tunefab.net/images/new-audible-converter/win_btn.svg') no-repeat;
  background-size: 100% 100%;
  transition: all .5s
}

.try .try_btn .try_btn-item:nth-child(2) .try_btn-item-icon {
  width: 25px;
  height: 25px;
  background: url('https://cdn.tunefab.net/images/new-audible-converter/mac_btn.svg') no-repeat;
  background-size: 100% 100%;
  margin-top: -5px;
  transition: all .5s
}

.try .try_btn .try_btn-item:hover {
  background: #0F70B7;
}

.try .try_intro {
  box-sizing: border-box;
  width: 100%;
  height: 158px;
  background: #F3F8F9;
  border-radius: 18px;
  margin-top: 43px;
  display: flex;
  justify-content: center;
  padding-top: 40px;
  margin-bottom: 40px;
}

.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: #0D82D7;
  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 {
  width: 0px;
  height: 35px;
  border: 1px solid #CECECE;
  /* transform: rotate(90deg); */
  margin: 20px 34px;
}

.try a {
  font-weight: 400;
  font-size: 14px;
  line-height: 262.5%;
  text-decoration-line: underline;
  color: #656565;
}

/* try */

/*others */
.others {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 1080px;
  height: auto;
  margin: 80px auto;
  padding-bottom: 100px;
}

.others h3 {
  font-weight: bold;
  font-size: 35px;
  line-height: 146.68%;
  text-align: center;
  color: #080F30;
}

.others .others_content {
  width: 100%;
  height: 516px;
  margin-top: 67px;
  display: flex;
  flex-flow: row nowrap;
  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 .product-name a {
  color: #080F30;
}

.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 {
  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('https://cdn.tunefab.net/images/new-audible-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('https://cdn.tunefab.net/images/new-audible-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%);
}

/*others */

/* mobile */
@media screen and (max-width: 768px) {
  .pc_style {
    display: none !important;
  }

  .mobile_style {
    display: block !important;
  }

  /* banner */
  .banner {
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, #F2F8F9 0%, rgba(238, 242, 240, 0) 100%);
    margin-bottom: 20px;
  }

  .banner_heart {
    width: 93%;
    padding-top: 33px;
    flex-flow: column nowrap;
  }

  .banner_heart .product_intro {
    box-sizing: border-box;
    padding-top: 0px;
    width: 100%;
    z-index: 100;
  }

  .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: 58%;
  }

  /*.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_buy {
    width: 42%;
  }


  /*.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 {
    width: 100%;
    margin-top: 53px;
  }

  .banner_heart .product_pic img {
    width: 100%;
  }

  /* banner */

  /* features */
  .features {}

  .features_heart {
    width: 93%;
    height: 100%;
    overflow: hidden;
  }

  .features_swiper {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .features_swiper .features_swiper-wrapper {
    position: absolute;
    top: 10px;
    width: 100%;
    height: 80%;
  }

  .features_swiper .features_swiper-wrapper .features_swiper-slide {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;

  }

  .features_swiper .features_swiper-wrapper .features_swiper-slide .features_swiper-slide-item {
    box-sizing: border-box;
    width: 100%;
    height: 94px;
    margin: 0 10px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
  }

  .features_swiper .features_swiper-wrapper .features_swiper-slide .features_swiper-slide-item p {
    font-weight: 500;
    font-size: 12px;
    line-height: 146.68%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 12px;
  }

  .features_swiper .features_swiper-wrapper .features_swiper-slide .features_swiper-slide-item-1 .features_swiper-slide-item_icon {
    width: 42px;
    height: 42px;
    background: url('https://cdn.tunefab.net/images/new-audible-converter/download.svg') no-repeat;
    background-size: 100% 100%;
  }

  .features_swiper .features_swiper-wrapper .features_swiper-slide .features_swiper-slide-item-2 .features_swiper-slide-item_icon {
    width: 42px;
    height: 42px;
    background: url('https://cdn.tunefab.net/images/new-audible-converter/monitorPlay.svg') no-repeat;
    background-size: 100% 100%;
  }

  .features_swiper .features_swiper-wrapper .features_swiper-slide .features_swiper-slide-item-3 .features_swiper-slide-item_icon {
    width: 42px;
    height: 42px;
    background: url('https://cdn.tunefab.net/images/new-audible-converter/arrowsClockwise.png') no-repeat;
    background-size: 100% 100%;
  }

  .features_swiper .features_swiper-wrapper .features_swiper-slide .features_swiper-slide-item-4 .features_swiper-slide-item_icon {
    width: 42px;
    height: 42px;
    background: url('https://cdn.tunefab.net/images/new-audible-converter/receipt.svg') no-repeat;
    background-size: 100% 100%;
  }

  .features_swiper .features_swiper-wrapper .features_swiper-slide .features_swiper-slide-item-5 .features_swiper-slide-item_icon {
    width: 42px;
    height: 42px;
    background: url('https://cdn.tunefab.net/images/new-audible-converter/rocketLaunch.svg') no-repeat;
    background-size: 100% 100%;
  }

  .features_swiper .swiper-scrollbar {
    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: #3981d1;
    width: 70% !important;
  }

  /* features */

  /* index area */
  .index-area {
    width: 93%;
    margin: 0 auto;
  }

  .index-one {
    margin-top: 44px;
  }

  .index-one .index-one_desc {
    display: inline-block;
    width: 335px;
    font-size: 24px;
  }

  .index-one .index-one_content {
    display: flex;
    flex-flow: column nowrap;
    margin-top: 55px;
  }

  .index-one .index-one_content-2,
  .index-one .index-one_content-3,
  .index-one .index-one_content-4,
  .index-one .index-one_content-5 {
    flex-flow: column;
    margin-top: 30px;
  }

  .index-one .index-one_content .right-part {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-top: 40px;
  }

  .index-one .right-part h2,
  .index-one .left-part h2 {
    font-size: 20px;
  }

  .index-one .right-part p,
  .index-one .left-part p {
    font-size: 14px;
  }

  .index-one .index-one_content-2 .right-part {
    order: 1;
  }

  .index-one .index-one_content-2 .left-part {
    order: 2;
    padding-top: 30px;
  }

  .index-one .index-one_content-3 .left-part {
    order: 1;
  }

  .index-one .index-one_content-3 .right-part {
    order: 2;
    padding-top: 30px;
  }

  .index-one .index-one_content-4 .right-part {
    order: 1;
  }

  .index-one .index-one_content-4 .left-part {
    order: 2;
    padding-top: 30px;
  }

  .index-one .index-one_content-5 .left-part {
    order: 1;
  }

  .index-one .index-one_content-5 .right-part {
    order: 2;
    padding-top: 30px;
  }

  .index-three {
    margin-top: 45px;
  }

  .index-three h1 {
    font-size: 24px;
  }

  .index-three .index-three_content_mobile {
    width: 90%;
    margin-top: 20px;
    overflow: hidden;
  }

  .index-three .index-three_content_mobile .index_three_swiper {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
  }

  .index-three .index-three_content_mobile .index_three_swiper .swiper-slide {
    width: 90%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
  }

  .index-three .index-three_content_mobile .index_three_swiper .swiper-slide .index-three_content_mobile-part {
    width: 100%;
    margin-top: 30px;
  }

  .index-three .index-three_content_mobile .index_three_swiper .swiper-slide .index-three_content_mobile-part h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 146.68%;
    color: #080F30;
    margin: 12px 0 4px;
  }

  .index-three .index-three_content_mobile .index_three_swiper .swiper-slide .index-three_content_mobile-part p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #53576F;
  }

  .index-three .index-three_content_mobile .index_three_swiper .swiper-pagination-bullet-active {
    background-color: #01966B
  }

  .index-four {
    margin-top: 65px;
  }

  .index-four h1 {
    font-size: 24px;
  }

  .index-four .index-four-btn {
    width: 100%;
    height: 52px;
    margin-top: 36px;
    display: flex;
    justify-content: space-around;
  }

  .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 {
    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 {
    width: 100%;
    height: 186px;
  }

  .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-five {
    margin-top: 25px;
  }

  .index-five h1 {
    font-size: 24px;
    line-height: 35px;
  }

  .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 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 */

  /* trust */
  .trust {
    width: 100%;
    height: 832px;
    background: url('https://cdn.tunefab.net/images/new-audible-converter/trust_mobile_bg.webp') no-repeat;
    margin-top: 55px;
    padding-top: 60px;
  }

  .trust::before {
    width: 173px;
    height: 161px;
  }

  .trust::after {
    width: 173px;
    height: 161px;
  }

  .trust h1 {
    font-size: 24px;
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  .trust_mobile_content {
    width: 100%;
    height: auto;
    margin: 30px 0;
    position: relative;
    z-index: 2;
  }

  .trust_mobile_content .trust_mobile_content-part1,
  .trust_mobile_content .trust_mobile_content-part2 {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .trust_mobile_content .trust_mobile_content-part2 {
    margin-top: 20px;
  }

  .trust_mobile_content .trust_mobile_content-part1 .trust_mobile_content-part1-box {
    box-sizing: border-box;
    padding-left: 30px;
    width: 650px;
    display: flex;
  }

  .trust_mobile_content .trust_mobile_content-part1 .trust_mobile_content-part1-box .trust_mobile_content-part1-item {
    width: 335px;
    height: 311px;
    background: #FFFFFF;
    border-radius: 16px;
    flex: 1;
    margin-right: 20px;
    padding: 20px 30px 0;
    border: 1px solid #fff;
  }

  .trust_mobile_content .trust_mobile_content-part1 .trust_mobile_content-part1-box .trust_mobile_content-part1-item p,
  .trust_mobile_content .trust_mobile_content-part2 .trust_mobile_content-part2-box .trust_mobile_content-part2-item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #53576F;
    margin-top: 23px;
  }

  .trust_mobile_content .trust_mobile_content-part1::-webkit-scrollbar,
  .trust_mobile_content .trust_mobile_content-part2::-webkit-scrollbar {
    display: none;
  }

  .trust_mobile_content .trust_mobile_content-part2 .trust_mobile_content-part2-box {
    display: flex;
    box-sizing: border-box;
    width: 950px;
    padding-left: 15px;
  }

  .trust_mobile_content .trust_mobile_content-part2 .trust_mobile_content-part2-box .trust_mobile_content-part2-item {
    width: 335px;
    height: 269px;
    background: #FFFFFF;
    border-radius: 16px;
    flex: 1;
    margin-right: 20px;
    padding: 20px 30px 0;
  }

  /* trust */

  /* Q&A */
  .questions {
    width: 100%;
    height: auto;
    margin-top: 50px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
  }

  .questions h1 {
    width: 80%;
    font-size: 24px;
  }

  .questions::before {
    display: none;
  }

  .questions::after {
    display: none;

  }

  .questions .questions_content {
    width: 100%;
  }

  .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: 98px;
    background: #FFFFFF;
    border: 1px solid #8A8FAB;
    box-sizing: border-box;
    border-radius: 6px;
    margin-bottom: 15px 20px 20px;
    overflow: hidden;
  }

  .questions .questions_content .questions_content-center .questions_content-item .questions_content-item_title {
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    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: 14px;
    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;
    margin-top: 7px;
  }

  .questions .questions_content .questions_content-center .questions_content-item .questions_content-item_desc {
    width: 85%;
    padding: 10px 20px 20px;
    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(13, 130, 215, 0.05);
    border: 1px solid #0D82D7;
    margin-bottom: 20px;
  }

  .questions .questions_content .questions_content-center .questions_content-item-current .questions_content-item_title {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 20px 0;
    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: #0D82D7;
  }

  .questions .questions_content .questions_content-center .questions_content-item-current .questions_content-item_title .arrow_icon {
    width: 20px;
    height: 20px;
    margin-top: 7px;
  }

  /* Q&A */

  /* try */
  .try {
    width: 93%;
    height: auto;
    margin-top: 40px;
  }

  .try h1 {
    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_btn {
    width: 100%;
    height: 52px;
    margin-top: 36px;
    display: flex;
    justify-content: space-around;
  }

  .try .try_btn .try_btn-item {
    width: 160px;
  }

  .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 */

  /*others */
  .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: 345px;
    height: 516px;
    border-radius: 10px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  /*others */
}