* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
body {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
}
.mobile_style {
  display: none;
}
/*spotify start*/
.banner.smc-buy {
  box-sizing: border-box;
  width: 100%;
  background: rgba(162, 188, 154, 0.1);
  padding: 60px;
}
.banner.smc-buy .content {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.banner.smc-buy .content .part1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner.smc-buy .content .part1 .product-intro {
  width: 60%;
}
.banner.smc-buy .content .part1 .product-intro .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 125.4%;
  color: #1A1A1A;
}
.banner.smc-buy .content .part1 .product-intro .desc {
  display: flex;
  margin-top: 10px;
  align-items: center;
}
.banner.smc-buy .content .part1 .product-intro .desc span {
  font-weight: 600;
  font-size: 16px;
  line-height: 155.4%;
  color: #1A1A1A;
}
.banner.smc-buy .content .part1 .product-intro .desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 17s 5.4%;
  color: #9497a4;
  margin-left: 10px;
}
.banner.smc-buy .content .part1 .toggle-system {
  box-sizing: border-box;
  background: #1FBFA1;
  border-radius: 26px;
  padding: 14px 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}
.banner.smc-buy .content .part1 .toggle-system:hover {
  background: #10A488;
}
.banner.smc-buy .content .part2 {
  display: flex;
  margin-top: 40px;
}
.banner.smc-buy .content .part2 li {
  display: flex;
  align-items: center;
  margin: 0 30px;
}
.banner.smc-buy .content .part2 li span {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner.smc-buy .content .part2 li p {
  font-weight: 400;
  font-size: 20px;
  line-height: 125.18%;
  color: #1FBFA1;
  margin-left: 10px;
}
.banner.smc-buy .content .part2 li:nth-child(1) span {
  background-image: url('https://cdn.tunefab.com/img/store/banner_icon1.svg');
}
.banner.smc-buy .content .part2 li:nth-child(2) span {
  background-image: url('https://cdn.tunefab.com/img/store/banner_icon2.svg');
}
.banner.smc-buy .content .part2 li:nth-child(3) span {
  background-image: url('https://cdn.tunefab.com/img/store/banner_icon3.svg');
}
/*spotify end*/

/*audible start*/
.banner.ac-buy {
  box-sizing: border-box;
  width: 100%;
  background: #F5FEFF;
  padding: 60px;
}
.banner.ac-buy .content {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.banner.ac-buy .content .part1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner.ac-buy .content .part1 .product-intro {
  width: 60%;
}
.banner.ac-buy .content .part1 .product-intro .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 125.4%;
  color: #1A1A1A;
}
.banner.ac-buy .content .part1 .product-intro .desc {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.banner.ac-buy .content .part1 .product-intro .desc span {
  font-weight: 600;
  font-size: 16px;
  line-height: 155.4%;
  color: #1A1A1A;
}
.banner.ac-buy .content .part1 .product-intro .desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 17s 5.4%;
  color: #9497a4;
  margin-left: 10px;
}
.banner.ac-buy .content .part1 .toggle-system {
  box-sizing: border-box;
  background: #289CBD;
  border-radius: 26px;
  padding: 14px 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  width: 290px;
  display: inline-block;
}
.banner.ac-buy .content .part1 .toggle-system:hover {
  background: #177793;
}
.banner.ac-buy .content .part2 {
  display: flex;
  margin-top: 40px;
}
.banner.ac-buy .content .part2 li {
  display: flex;
  align-items: center;
  margin: 0 30px;
}
.banner.ac-buy .content .part2 li span {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner.ac-buy .content .part2 li p {
  font-weight: 400;
  font-size: 20px;
  line-height: 125.18%;
  color: #289CBD;
  margin-left: 10px;
}
.banner.ac-buy .content .part2 li:nth-child(1) span {
  background-image: url('https://cdn.tunefab.com/img/store/audible/banner_icon1.svg');
}
.banner.ac-buy .content .part2 li:nth-child(2) span {
  background-image: url('https://cdn.tunefab.com/img/store/audible/banner_icon2.svg');
}
.banner.ac-buy .content .part2 li:nth-child(3) span {
  background-image: url('https://cdn.tunefab.com/img/store/audible/banner_icon3.svg');
}
/*audible end*/

/*amazon start*/
.banner.amazon-buy {
  box-sizing: border-box;
  width: 100%;
  background: #F9F8FF;
  padding: 60px;
}
.banner.amazon-buy .content {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.banner.amazon-buy .content .part1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner.amazon-buy .content .part1 .product-intro {
  width: 60%;
}
.banner.amazon-buy .content .part1 .product-intro .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 125.4%;
  color: #1A1A1A;
}
.banner.amazon-buy .content .part1 .product-intro .desc {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.banner.amazon-buy .content .part1 .product-intro .desc span {
  font-weight: 600;
  font-size: 16px;
  line-height: 155.4%;
  color: #1A1A1A;
}
.banner.amazon-buy .content .part1 .product-intro .desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 17s 5.4%;
  color: #9497a4;
  margin-left: 10px;
}
.banner.amazon-buy .content .part1 .toggle-system {
  box-sizing: border-box;
  background: #654DE3;
  border-radius: 26px;
  padding: 14px 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  width: 290px;
  display: inline-block;
}
.banner.amazon-buy .content .part1 .toggle-system:hover {
  background: #4C37BB;
}
.banner.amazon-buy .content .part2 {
  display: flex;
  margin-top: 40px;
}
.banner.amazon-buy .content .part2 li {
  display: flex;
  align-items: center;
  margin: 0 30px;
}
.banner.amazon-buy .content .part2 li span {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner.amazon-buy .content .part2 li p {
  font-weight: 400;
  font-size: 20px;
  line-height: 125.18%;
  color: #654DE3;
  margin-left: 10px;
}
.banner.amazon-buy .content .part2 li:nth-child(1) span {
  background-image: url('https://cdn.tunefab.com/img/store/amazon/banner_icon1.svg');
}
.banner.amazon-buy .content .part2 li:nth-child(2) span {
  background-image: url('https://cdn.tunefab.com/img/store/amazon/banner_icon2.svg');
}
.banner.amazon-buy .content .part2 li:nth-child(3) span {
  background-image: url('https://cdn.tunefab.com/img/store/amazon/banner_icon3.svg');
}
/*amazon end*/


/*deezer start*/
.banner.deezer-buy {
  box-sizing: border-box;
  width: 100%;
  background: #FFF3EA;
  padding: 60px;
}
.banner.deezer-buy .content {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.banner.deezer-buy .content .part1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner.deezer-buy .content .part1 .product-intro {
  width: 60%;
}
.banner.deezer-buy .content .part1 .product-intro .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 125.4%;
  color: #1A1A1A;
}
.banner.deezer-buy .content .part1 .product-intro .desc {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.banner.deezer-buy .content .part1 .product-intro .desc span {
  font-weight: 600;
  font-size: 16px;
  line-height: 155.4%;
  color: #1A1A1A;
}
.banner.deezer-buy .content .part1 .product-intro .desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 17s 5.4%;
  color: #9497a4;
  margin-left: 10px;
}
.banner.deezer-buy .content .part1 .toggle-system {
  box-sizing: border-box;
  background: #EE860D;
  border-radius: 26px;
  padding: 14px 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  width: 290px;
  display: inline-block;
}
.banner.deezer-buy .content .part1 .toggle-system:hover {
  background: #D47A11;
}
.banner.deezer-buy .content .part2 {
  display: flex;
  margin-top: 40px;
}
.banner.deezer-buy .content .part2 li {
  display: flex;
  align-items: center;
  margin: 0 30px;
}
.banner.deezer-buy .content .part2 li span {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner.deezer-buy .content .part2 li p {
  font-weight: 400;
  font-size: 20px;
  line-height: 125.18%;
  color: #EE860D;
  margin-left: 10px;
}
.banner.deezer-buy .content .part2 li:nth-child(1) span {
  background-image: url('https://cdn.tunefab.com/img/store/deezer/banner_icon1.svg');
}
.banner.deezer-buy .content .part2 li:nth-child(2) span {
  background-image: url('https://cdn.tunefab.com/img/store/deezer/banner_icon2.svg');
}
.banner.deezer-buy .content .part2 li:nth-child(3) span {
  background-image: url('https://cdn.tunefab.com/img/store/deezer/banner_icon3.svg');
}
/*deezer end*/


/*youtube start*/
.banner.youtube-buy {
  box-sizing: border-box;
  width: 100%;
  background: #FFE2E3;
  padding: 60px;
}
.banner.youtube-buy .content {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.banner.youtube-buy .content .part1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner.youtube-buy .content .part1 .product-intro {
  width: 60%;
}
.banner.youtube-buy .content .part1 .product-intro .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 125.4%;
  color: #1A1A1A;
}
.banner.youtube-buy .content .part1 .product-intro .desc {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.banner.youtube-buy .content .part1 .product-intro .desc span {
  font-weight: 600;
  font-size: 16px;
  line-height: 155.4%;
  color: #1A1A1A;
}
.banner.youtube-buy .content .part1 .product-intro .desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 17s 5.4%;
  color: #9497a4;
  margin-left: 10px;
}
.banner.youtube-buy .content .part1 .toggle-system {
  box-sizing: border-box;
  background: #F9464B;
  border-radius: 26px;
  padding: 14px 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  width: 290px;
  display: inline-block;
}
.banner.youtube-buy .content .part1 .toggle-system:hover {
  background: #fd1b22;
}
.banner.youtube-buy .content .part2 {
  display: flex;
  margin-top: 40px;
}
.banner.youtube-buy .content .part2 li {
  display: flex;
  align-items: center;
  margin: 0 30px;
}
.banner.youtube-buy .content .part2 li span {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner.youtube-buy .content .part2 li p {
  font-weight: 400;
  font-size: 20px;
  line-height: 125.18%;
  color: #F9464B;
  margin-left: 10px;
}
.banner.youtube-buy .content .part2 li:nth-child(1) span {
  background-image: url('https://cdn.tunefab.com/img/store/youtube/banner_icon1.svg');
}
.banner.youtube-buy .content .part2 li:nth-child(2) span {
  background-image: url('https://cdn.tunefab.com/img/store/youtube/banner_icon2.svg');
}
.banner.youtube-buy .content .part2 li:nth-child(3) span {
  background-image: url('https://cdn.tunefab.com/img/store/youtube/banner_icon3.svg');
}
/*youtube end*/

/*pandora start*/
.banner.pandora-buy {
  box-sizing: border-box;
  width: 100%;
  background: #E1F8FD;
  padding: 60px;
}
.banner.pandora-buy .content {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.banner.pandora-buy .content .part1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner.pandora-buy .content .part1 .product-intro {
  width: 60%;
}
.banner.pandora-buy .content .part1 .product-intro .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 125.4%;
  color: #1A1A1A;
}
.banner.pandora-buy .content .part1 .product-intro .desc {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.banner.pandora-buy .content .part1 .product-intro .desc span {
  font-weight: 600;
  font-size: 16px;
  line-height: 155.4%;
  color: #1A1A1A;
}
.banner.pandora-buy .content .part1 .product-intro .desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 17s 5.4%;
  color: #9497a4;
  margin-left: 10px;
}
.banner.pandora-buy .content .part1 .toggle-system {
  box-sizing: border-box;
  background: #0DC5EE;
  border-radius: 26px;
  padding: 14px 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  width: 290px;
  display: inline-block;
}
.banner.pandora-buy .content .part1 .toggle-system:hover {
  background: #10b2d6;
}
.banner.pandora-buy .content .part2 {
  display: flex;
  margin-top: 40px;
}
.banner.pandora-buy .content .part2 li {
  display: flex;
  align-items: center;
  margin: 0 30px;
}
.banner.pandora-buy .content .part2 li span {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner.pandora-buy .content .part2 li p {
  font-weight: 400;
  font-size: 20px;
  line-height: 125.18%;
  color: #0DC5EE;
  margin-left: 10px;
}
.banner.pandora-buy .content .part2 li:nth-child(1) span {
  background-image: url('https://cdn.tunefab.com/img/store/pandora/banner_icon1.svg');
}
.banner.pandora-buy .content .part2 li:nth-child(2) span {
  background-image: url('https://cdn.tunefab.com/img/store/pandora/banner_icon2.svg');
}
.banner.pandora-buy .content .part2 li:nth-child(3) span {
  background-image: url('https://cdn.tunefab.com/img/store/pandora/banner_icon3.svg');
}
/*pandora end*/

/*m4v start*/
.banner.m4v-buy {
  box-sizing: border-box;
  width: 100%;
  background: #F8FBFF;
  padding: 60px;
}
.banner.m4v-buy .content {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.banner.m4v-buy .content .part1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner.m4v-buy .content .part1 .product-intro {
  width: 60%;
}
.banner.m4v-buy .content .part1 .product-intro .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 125.4%;
  color: #1A1A1A;
}
.banner.m4v-buy .content .part1 .product-intro .desc {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.banner.m4v-buy .content .part1 .product-intro .desc span {
  font-weight: 600;
  font-size: 16px;
  line-height: 155.4%;
  color: #1A1A1A;
}
.banner.m4v-buy .content .part1 .product-intro .desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 17s 5.4%;
  color: #9497a4;
  margin-left: 10px;
}
.banner.m4v-buy .content .part1 .toggle-system {
  box-sizing: border-box;
  background: #375C89;
  border-radius: 26px;
  padding: 14px 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  width: 290px;
  display: inline-block;
}
.banner.m4v-buy .content .part1 .toggle-system:hover {
  background: #122842;
}
.banner.m4v-buy .content .part2 {
  display: flex;
  margin-top: 40px;
}
.banner.m4v-buy .content .part2 li {
  display: flex;
  align-items: center;
  margin: 0 30px;
}
.banner.m4v-buy .content .part2 li span {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner.m4v-buy .content .part2 li p {
  font-weight: 400;
  font-size: 20px;
  line-height: 125.18%;
  color: #375C89;
  margin-left: 10px;
}
.banner.m4v-buy .content .part2 li:nth-child(1) span {
  background-image: url('https://cdn.tunefab.com/img/store/m4v/banner_icon1.svg');
}
.banner.m4v-buy .content .part2 li:nth-child(2) span {
  background-image: url('https://cdn.tunefab.com/img/store/m4v/banner_icon2.svg');
}
.banner.m4v-buy .content .part2 li:nth-child(3) span {
  background-image: url('https://cdn.tunefab.com/img/store/m4v/banner_icon3.svg');
}
/*m4v end*/

/*apple music start*/
.banner.amc-buy {
  box-sizing: border-box;
  width: 100%;
  background: #FAF4FF;
  padding: 60px;
}
.banner.amc-buy .content {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.banner.amc-buy .content .part1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner.amc-buy .content .part1 .product-intro {
  width: 60%;
}
.banner.amc-buy .content .part1 .product-intro .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 125.4%;
  color: #1A1A1A;
}
.banner.amc-buy .content .part1 .product-intro .desc {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.banner.amc-buy .content .part1 .product-intro .desc span {
  font-weight: 600;
  font-size: 16px;
  line-height: 155.4%;
  color: #1A1A1A;
}
.banner.amc-buy .content .part1 .product-intro .desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 17s 5.4%;
  color: #9497a4;
  margin-left: 10px;
}
.banner.amc-buy .content .part1 .toggle-system {
  box-sizing: border-box;
  background: #9572F6;
  border-radius: 26px;
  padding: 14px 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  width: 290px;
  display: inline-block;
}
.banner.amc-buy .content .part1 .toggle-system:hover {
  background: #7252CA;
}
.banner.amc-buy .content .part2 {
  display: flex;
  margin-top: 40px;
}
.banner.amc-buy .content .part2 li {
  display: flex;
  align-items: center;
  margin: 0 30px;
}
.banner.amc-buy .content .part2 li span {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner.amc-buy .content .part2 li p {
  font-weight: 400;
  font-size: 20px;
  line-height: 125.18%;
  color: #9572F6;
  margin-left: 10px;
}
.banner.amc-buy .content .part2 li:nth-child(1) span {
  background-image: url('https://cdn.tunefab.com/img/store/apple-music/banner_icon1.svg');
}
.banner.amc-buy .content .part2 li:nth-child(2) span {
  background-image: url('https://cdn.tunefab.com/img/store/apple-music/banner_icon2.svg');
}
.banner.amc-buy .content .part2 li:nth-child(3) span {
  background-image: url('https://cdn.tunefab.com/img/store/apple-music/banner_icon3.svg');
}
/*apple music end*/
.combo {
  width: 1080px;
  margin: 0px auto;
}
.combo .combo-types {
  position: relative;
  width: 40%;
  height: 50px;
  margin: 0 auto;
}
.combo .combo-types .types {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.combo .combo-types .types p {
  font-weight: 700;
  font-size: 24px;
  line-height: 146.68%;
  color: #080F30;
  cursor: pointer;
  transition: all 0.5s;
}
.combo .combo-types .types .active-type {
  color: #1FBFA1;
}
.combo .combo-types .current-line {
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 184px;
  height: 10%;
  background-color: #1FBFA1;
  z-index: 120;
  transition: all 0.5s;
}
.combo .combo-line {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #DBDDE8;
}
.combo .combo-content {
  width: 100%;
  margin-top: 50px;
}
.combo .combo-content .combo-part1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.combo .combo-content .m4v-buy.combo-part1 {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.combo .combo-content .combo-part1 .part1-item {
  box-sizing: border-box;
  width: 32%;
  border: 1px solid #DBDDE8;
  border-radius: 16px;
  padding: 40px 20px 0;
}
.combo .combo-content .combo-part1 .part1-item .deadline {
  font-weight: 700;
  font-size: 24px;
  line-height: 125.4%;
  text-align: center;
  color: #1A1A1A;
}
.combo .combo-content .combo-part1 .part1-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 155.4%;
  text-align: center;
  color: #9497A4;
  margin: 10px 0;
}
.combo .combo-content .combo-part1 .part1-item p span {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #080F30;
  margin-right: 10px;
}
.combo .combo-content .combo-part1 .part1-item .buy-btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #4690E5;
  border-radius: 7px;
  padding: 10px 32px;
  margin: 20px 0;
  border: 0px;
  font-family: Rubik;
}
.combo .combo-content .combo-part1 .part1-item .buy-btn img {
  margin: -2px 10px 0 0;
}
.combo .combo-content .combo-part1 .part1-item .buy-btn span {
  font-weight: 400;
  font-size: 18px;
  line-height: 173.9%;
  text-align: center;
  color: #FFFFFF;
}
.combo .combo-content .combo-part1 .part1-item .buy-btn:hover {
  background: #2261A9;
}
.combo .combo-content .combo-part1 .part1-item ul {
  margin: 20px 0;
}
.combo .combo-content .combo-part1 .part1-item ul li {
  display: flex;
  justify-content: center;
}
.combo .combo-content .combo-part1 .part1-item ul li span {
  box-sizing: content-box;
  display: block;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  background: #4690E5;
  border-radius: 50%;
  border: 4px solid rgba(241, 241, 241, 0.8);
  margin: 15px 10px 0 0;
}
.combo .combo-content .combo-part1 .part1-item ul li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 147.18%;
  color: #9497A4;
}
.combo .combo-content .combo-part1 .best-seller-item {
  position: relative;
  border: 1px solid #FA603E;
}
.combo .combo-content .combo-part1 .best-seller-item .tag {
  box-sizing: border-box;
  position: absolute;
  top: -18px;
  left: calc(50% - 20%);
  width: 40%;
  background: #FA603E;
  border-radius: 6px;
  padding: 5px 0;
  text-align: center;
  font-size: 16px;
  line-height: 155.4%;
  color: #FFFFFF;
}
.combo .combo-content .combo-part1 .best-seller-item .triangle {
  position: absolute;
  top: 16px;
  left: calc(50% - 4px);
  width: 0;
  height: 0;
  border: 8px solid #FA603E;
  border-color: #FA603E transparent transparent;
}
.combo .combo-content .combo-part1 .best-seller-item p span {
  color: #FA603E;
}
.combo .combo-content .combo-part1 .best-seller-item .buy-btn {
  background: #FA603E;
}
.combo .combo-content .combo-part1 .best-seller-item .buy-btn.mac-btn .btn-icon {
  display: block;
  width: 18px;
  height: 22px;
  margin: -5px 10px 0 0;
  background-image: url('https://cdn.tunefab.com/img/store/mac.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.combo .combo-content .combo-part1 .best-seller-item .buy-btn.win-btn .btn-icon {
  display: block;
  width: 18px;
  height: 22px;
  margin: -5px 10px 0 0;
  background-image: url('https://cdn.tunefab.com/img/store/win.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.combo .combo-content .combo-part1 .best-seller-item .buy-btn .btn-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 173.9%;
  text-align: center;
  color: #FFFFFF;
}
.combo .combo-content .combo-part1 .best-seller-item .buy-btn:hover {
  background: #FA603E;
}
.combo .combo-content .combo-part1 .best-seller-item .buy-btn.mac-btn:hover .btn-icon {
  width: 20px;
  height: 24px;
  background-image: url('https://cdn.tunefab.com/img/store/mac_black.svg');
}

.combo .combo-content .combo-part1 .best-seller-item .buy-btn.win-btn:hover .btn-icon {
  width: 20px;
  height: 24px;
  background-image: url('https://cdn.tunefab.com/img/store/win_black.svg');
}
.combo .combo-content .combo-part1 .best-seller-item .buy-btn:hover .btn-text {
  color: #000000;
}
.combo .combo-content .combo-part1 .best-seller-item ul li span {
  background: #FA603E;
  border: 4px solid rgba(251, 251, 251, 0.8);
}
.combo .combo-content .combo-part2 {
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
}
.combo .combo-content .combo-part2 .title {
  width: 80%;
  font-weight: 700;
  font-size: 32px;
  line-height: 146.68%;
  text-align: center;
  color: #080F30;
}
.combo .combo-content .combo-part2 .content {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.combo .combo-content .combo-part2 .content .part2-item {
  box-sizing: border-box;
  width: 32%;
  padding: 30px 20px 20px;
  border: 1px solid #DBDDE8;
  border-radius: 16px;
  margin: 0 20px;
}
.combo .combo-content .combo-part2 .content .part2-item .combo-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 146.68%;
  color: #4690E5;
}
.combo .combo-content .combo-part2 .content .part2-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 155.4%;
  color: #9497A4;
  margin: 10px 0;
}
.combo .combo-content .combo-part2 .content .part2-item p span {
  font-weight: 700;
  font-size: 28px;
  line-height: 47px;
  color: #080F30;
  margin-right: 5px;
}
.combo .combo-content .combo-part2 .content .part2-item img {
  width: 90%;
  margin: 20px 0;
}
.combo .combo-content .combo-part2 .content .part2-item .line {
  border-bottom: 1px dashed #DBDDE8;
  margin: 10px 0;
}
.combo .combo-content .combo-part2 .content .part2-item .includes {
  font-weight: 700;
  font-size: 20px;
  line-height: 146.68%;
  color: #080F30;
  margin: 20px 0 10px;
}
.combo .combo-content .combo-part2 .content .part2-item ul li {
  display: flex;
  margin: 0;
}
.combo .combo-content .combo-part2 .content .part2-item ul li .dot {
  display: block;
  width: 4px;
  height: 4px;
  background: #2D8F5D;
  border-radius: 50%;
  border: 4px solid rgba(236, 243, 239, 0.8);
  margin: 10px 10px 0 0;
  flex-shrink: 0;
}
.combo .combo-content .combo-part2 .content .part2-item ul li p {
  margin: 5px 0;
}

.combo .combo-content .combo-part2 .content .part2-item ul li p span {
  font-weight: 400;
  font-size: 16px;
  line-height: 155.4%;
  color: #9497A4;
  margin: 10px 0;
}
.combo .combo-content .combo-part2 .content .part2-item .buy-btn {
  width: 100%;
  background: #4690E5;
  border-radius: 7.10627px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  padding: 0px;
  font-family: Rubik;
  border: 0px;
}
.combo .combo-content .combo-part2 .content .part2-item .buy-btn img {
  width: auto;
  margin: -2px 10px 0px 0;
}
.combo .combo-content .combo-part2 .content .part2-item .buy-btn p {
  font-weight: 500;
  font-size: 18px;
  line-height: 173.9%;
  color: #FFFFFF;
}
.combo .combo-content .combo-part2 .content .part2-item .buy-btn:hover {
  background: #2261A9;
}
.accept {
  width: 1080px;
  margin: 70px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.accept .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  color: #080F30;
}
.accept .content {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.accept .content img {
  width: auto;
}
.before-buy {
  box-sizing: border-box;
  width: 780px;
  margin: 100px auto;
  background: rgba(219, 221, 232, 0.18);
  border-radius: 10px;
  padding: 30px 40px;
}
.before-buy .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 146.68%;
  color: #080F30;
}
.before-buy ul {
  margin-top: 20px;
}
.before-buy ul li {
  display: flex;
  margin-bottom: 10px;
}
.before-buy ul li span {
  width: 5px;
  height: 5px;
  background: #4690E5;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 8px;
}
.before-buy ul li p {
  font-weight: 400;
  font-size: 14px;
  line-height: 152.68%;
  color: #9497A4;
}
.before-buy ul li p a {
  color: #4690E5;
}
.choose {
  width: 1080px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.choose .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  color: #080F30;
}
.choose .pc_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.choose .pc_content .reason-item {
  box-sizing: border-box;
  width: 30%;
  background: #FFFFFF;
  box-shadow: 0px 7px 37px 8px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.choose .pc_content .reason-item .reason-name {
  width: 80%;
  font-weight: 700;
  font-size: 24px;
  line-height: 146.68%;
  text-align: center;
  color: #080F30;
  margin: 20px 0;
}
.choose .pc_content .reason-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 152.68%;
  text-align: center;
  color: #6A6D7E;
}
@media screen and (max-width: 768px) {
  .pc_style {
    display: none !important;
  }
  .mobile_style {
    display: block;
  }
  /*spotify mobile start*/
  .banner.smc-buy {
    width: 100%;
    background: #FFFFFF;
    padding: 0;
  }
  .banner.smc-buy .content {
    width: 100%;
  }
  .banner.smc-buy .content .part1 {
    box-sizing: border-box;
    width: 100%;
    flex-direction: column;
    background: rgba(162, 188, 154, 0.1);
    padding: 40px 20px;
  }
  .banner.smc-buy .content .part1 .product-intro {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner.smc-buy .content .part1 .product-intro .title {
    width: 90%;
    font-size: 28px;
    text-align: center;
    margin: 20px 0;
  }
  .banner.smc-buy .content .part1 .product-intro .desc {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin: 20px 0;
  }
  .banner.smc-buy .content .part2 {
    width: 90%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    background: rgba(219, 221, 232, 0.18);
    border-radius: 10px;
    padding: 20px 30px;
  }
  .banner.smc-buy .content .part2 li {
    display: flex;
    align-items: center;
    margin: 10px 0;
  }
  .banner.smc-buy .content .part2 li p {
    color: #9497A4;
  }
  .banner.smc-buy .content .part2 li:nth-child(1) span {
    background-image: url('https://cdn.tunefab.com/img/store/banner_mobile_icon1.svg');
  }
  .banner.smc-buy .content .part2 li:nth-child(2) span {
    background-image: url('https://cdn.tunefab.com/img/store/banner_mobile_icon2.svg');
  }
  .banner.smc-buy .content .part2 li:nth-child(3) span {
    background-image: url('https://cdn.tunefab.com/img/store/banner_mobile_icon3.svg');
  }
  /*spotify mobile end*/

  /*audible mobile start*/
  .banner.ac-buy {
    width: 100%;
    background: #FFFFFF;
    padding: 0;
  }
  .banner.ac-buy .content {
    width: 100%;
  }
  .banner.ac-buy .content .part1 {
    box-sizing: border-box;
    width: 100%;
    flex-direction: column;
    background: #F5FEFF;
    padding: 40px 20px;
  }
  .banner.ac-buy .content .part1 .product-intro {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner.ac-buy .content .part1 .product-intro .title {
    width: 90%;
    font-size: 28px;
    text-align: center;
    margin: 20px 0;
  }
  .banner.ac-buy .content .part1 .product-intro .desc {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin: 20px 0;
  }
  .banner.ac-buy .content .part2 {
    width: 90%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    background: rgba(219, 221, 232, 0.18);
    border-radius: 10px;
    padding: 20px 30px;
  }
  .banner.ac-buy .content .part2 li {
    display: flex;
    align-items: center;
    margin: 10px 0;
  }
  .banner.ac-buy .content .part2 li p {
    color: #9497A4;
  }
  .banner.ac-buy .content .part2 li:nth-child(1) span {
    background-image: url('https://cdn.tunefab.com/img/store/audible/banner_mobile_icon1.svg');
  }
  .banner.ac-buy .content .part2 li:nth-child(2) span {
    background-image: url('https://cdn.tunefab.com/img/store/audible/banner_mobile_icon2.svg');
  }
  .banner.ac-buy .content .part2 li:nth-child(3) span {
    background-image: url('https://cdn.tunefab.com/img/store/audible/banner_mobile_icon3.svg');
  }
  /*audible mobile end*/
  /*amazon mobile start*/
  .banner.amazon-buy {
    width: 100%;
    background: #FFFFFF;
    padding: 0;
  }
  .banner.amazon-buy .content {
    width: 100%;
  }
  .banner.amazon-buy .content .part1 {
    box-sizing: border-box;
    width: 100%;
    flex-direction: column;
    background: #F9F8FF;
    padding: 40px 20px;
  }
  .banner.amazon-buy .content .part1 .product-intro {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner.amazon-buy .content .part1 .product-intro .title {
    width: 90%;
    font-size: 28px;
    text-align: center;
    margin: 20px 0;
  }
  .banner.amazon-buy .content .part1 .product-intro .desc {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin: 20px 0;
  }
  .banner.amazon-buy .content .part2 {
    width: 90%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    background: rgba(219, 221, 232, 0.18);
    border-radius: 10px;
    padding: 20px 30px;
  }
  .banner.amazon-buy .content .part2 li {
    display: flex;
    align-items: center;
    margin: 10px 0;
  }
  .banner.amazon-buy .content .part2 li p {
    color: #9497A4;
  }
  .banner.amazon-buy .content .part2 li:nth-child(1) span {
    background-image: url('https://cdn.tunefab.com/img/store/amazon/banner_mobile_icon1.svg');
  }
  .banner.amazon-buy .content .part2 li:nth-child(2) span {
    background-image: url('https://cdn.tunefab.com/img/store/amazon/banner_mobile_icon2.svg');
  }
  .banner.amazon-buy .content .part2 li:nth-child(3) span {
    background-image: url('https://cdn.tunefab.com/img/store/amazon/banner_mobile_icon3.svg');
  }
  /*amazon mobile end*/

  /*deezer mobile start*/

  .banner.deezer-buy {
    width: 100%;
    background: #FFFFFF;
    padding: 0;
  }
  .banner.deezer-buy .content {
    width: 100%;
  }
  .banner.deezer-buy .content .part1 {
    box-sizing: border-box;
    width: 100%;
    flex-direction: column;
    background: #FFF3EA;
    padding: 40px 20px;
  }
  .banner.deezer-buy .content .part1 .product-intro {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner.deezer-buy .content .part1 .product-intro .title {
    width: 90%;
    font-size: 28px;
    text-align: center;
    margin: 20px 0;
  }
  .banner.deezer-buy .content .part1 .product-intro .desc {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin: 20px 0;
  }
  .banner.deezer-buy .content .part2 {
    width: 90%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    background: rgba(219, 221, 232, 0.18);
    border-radius: 10px;
    padding: 20px 30px;
  }
  .banner.deezer-buy .content .part2 li {
    display: flex;
    align-items: center;
    margin: 10px 0;
  }
  .banner.deezer-buy .content .part2 li p {
    color: #9497A4;
  }
  .banner.deezer-buy .content .part2 li:nth-child(1) span {
    background-image: url('https://cdn.tunefab.com/img/store/deezer/banner_mobile_icon1.svg');
  }
  .banner.deezer-buy .content .part2 li:nth-child(2) span {
    background-image: url('https://cdn.tunefab.com/img/store/deezer/banner_mobile_icon2.svg');
  }
  .banner.deezer-buy .content .part2 li:nth-child(3) span {
    background-image: url('https://cdn.tunefab.com/img/store/deezer/banner_mobile_icon3.svg');
  }

  /*deezer mobile end*/


  /*youtube mobile start*/

  .banner.youtube-buy {
    width: 100%;
    background: #FFFFFF;
    padding: 0;
  }
  .banner.youtube-buy .content {
    width: 100%;
  }
  .banner.youtube-buy .content .part1 {
    box-sizing: border-box;
    width: 100%;
    flex-direction: column;
    background: #FFE2E3;
    padding: 40px 20px;
  }
  .banner.youtube-buy .content .part1 .product-intro {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner.youtube-buy .content .part1 .product-intro .title {
    width: 90%;
    font-size: 28px;
    text-align: center;
    margin: 20px 0;
  }
  .banner.youtube-buy .content .part1 .product-intro .desc {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin: 20px 0;
  }
  .banner.youtube-buy .content .part2 {
    width: 90%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    background: rgba(219, 221, 232, 0.18);
    border-radius: 10px;
    padding: 20px 30px;
  }
  .banner.youtube-buy .content .part2 li {
    display: flex;
    align-items: center;
    margin: 10px 0;
  }
  .banner.youtube-buy .content .part2 li p {
    color: #F9464B;
  }
  .banner.youtube-buy .content .part2 li:nth-child(1) span {
    background-image: url('https://cdn.tunefab.com/img/store/youtube/banner_mobile_icon1.svg');
  }
  .banner.youtube-buy .content .part2 li:nth-child(2) span {
    background-image: url('https://cdn.tunefab.com/img/store/youtube/banner_mobile_icon2.svg');
  }
  .banner.youtube-buy .content .part2 li:nth-child(3) span {
    background-image: url('https://cdn.tunefab.com/img/store/youtube/banner_mobile_icon3.svg');
  }

  /*youtube mobile end*/

  /*pandora mobile start*/
  .banner.pandora-buy {
    width: 100%;
    background: #E1F8FD;
    padding: 0;
  }
  .banner.pandora-buy .content {
    width: 100%;
  }
  .banner.pandora-buy .content .part1 {
    box-sizing: border-box;
    width: 100%;
    flex-direction: column;
    background: #E1F8FD;
    padding: 40px 20px;
  }
  .banner.pandora-buy .content .part1 .product-intro {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner.pandora-buy .content .part1 .product-intro .title {
    width: 90%;
    font-size: 28px;
    text-align: center;
    margin: 20px 0;
  }
  .banner.pandora-buy .content .part1 .product-intro .desc {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin: 20px 0;
  }
  .banner.pandora-buy .content .part2 {
    width: 90%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    background: rgba(219, 221, 232, 0.18);
    border-radius: 10px;
    padding: 20px 30px;
  }
  .banner.pandora-buy .content .part2 li {
    display: flex;
    align-items: center;
    margin: 10px 0;
  }
  .banner.pandora-buy .content .part2 li p {
    color: #0DC5EE;
  }
  .banner.pandora-buy .content .part2 li:nth-child(1) span {
    background-image: url('https://cdn.tunefab.com/img/store/pandora/banner_mobile_icon1.svg');
  }
  .banner.pandora-buy .content .part2 li:nth-child(2) span {
    background-image: url('https://cdn.tunefab.com/img/store/pandora/banner_mobile_icon2.svg');
  }
  .banner.pandora-buy .content .part2 li:nth-child(3) span {
    background-image: url('https://cdn.tunefab.com/img/store/pandora/banner_mobile_icon3.svg');
  }
  .banner.pandora-buy .content .part1 .toggle-system {
    box-sizing: border-box;
    background: #0DC5EE;
    border-radius: 26px;
    padding: 14px 40px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    width: 290px;
    display: inline-block;
  }
  .banner.pandora-buy .content .part1 .toggle-system:hover {
    background: #10b2d6;
  }

  /*pandora mobile end*/

  /*m4v mobile start*/
  .banner.m4v-buy {
    width: 100%;
    background: #FFFFFF;
    padding: 0;
  }
  .banner.m4v-buy .content {
    width: 100%;
  }
  .banner.m4v-buy .content .part1 {
    box-sizing: border-box;
    width: 100%;
    flex-direction: column;
    background: #F8FBFF;
    padding: 40px 20px;
  }
  .banner.m4v-buy .content .part1 .product-intro {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner.m4v-buy .content .part1 .product-intro .title {
    width: 90%;
    font-size: 28px;
    text-align: center;
    margin: 20px 0;
  }
  .banner.m4v-buy .content .part1 .product-intro .desc {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin: 20px 0;
  }
  .banner.m4v-buy .content .part2 {
    width: 90%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    background: rgba(219, 221, 232, 0.18);
    border-radius: 10px;
    padding: 20px 30px;
  }
  .banner.m4v-buy .content .part2 li {
    display: flex;
    align-items: center;
    margin: 10px 0;
  }
  .banner.m4v-buy .content .part2 li p {
    color: #9497A4;
  }
  .banner.m4v-buy .content .part2 li:nth-child(1) span {
    background-image: url('https://cdn.tunefab.com/img/store/m4v/banner_mobile_icon1.svg');
  }
  .banner.m4v-buy .content .part2 li:nth-child(2) span {
    background-image: url('https://cdn.tunefab.com/img/store/m4v/banner_mobile_icon2.svg');
  }
  .banner.m4v-buy .content .part2 li:nth-child(3) span {
    background-image: url('https://cdn.tunefab.com/img/store/m4v/banner_mobile_icon3.svg');
  }
  /*m4v mobile end*/

  /*apple music mobile start*/
  .banner.amc-buy {
    width: 100%;
    background: #FFFFFF;
    padding: 0;
  }
  .banner.amc-buy .content {
    width: 100%;
  }
  .banner.amc-buy .content .part1 {
    box-sizing: border-box;
    width: 100%;
    flex-direction: column;
    background: #FAF4FF;
    padding: 40px 20px;
  }
  .banner.amc-buy .content .part1 .product-intro {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner.amc-buy .content .part1 .product-intro .title {
    width: 90%;
    font-size: 28px;
    text-align: center;
    margin: 20px 0;
  }
  .banner.amc-buy .content .part1 .product-intro .desc {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin: 20px 0;
  }
  .banner.amc-buy .content .part2 {
    width: 90%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    background: rgba(219, 221, 232, 0.18);
    border-radius: 10px;
    padding: 20px 30px;
  }
  .banner.amc-buy .content .part2 li {
    display: flex;
    align-items: center;
    margin: 10px 0;
  }
  .banner.amc-buy .content .part2 li p {
    color: #9497A4;
  }
  .banner.amc-buy .content .part2 li:nth-child(1) span {
    background-image: url('https://cdn.tunefab.com/img/store/audible/banner_mobile_icon1.svg');
  }
  .banner.amc-buy .content .part2 li:nth-child(2) span {
    background-image: url('https://cdn.tunefab.com/img/store/audible/banner_mobile_icon2.svg');
  }
  .banner.amc-buy .content .part2 li:nth-child(3) span {
    background-image: url('https://cdn.tunefab.com/img/store/audible/banner_mobile_icon3.svg');
  }
  /*apple music mobile end*/
  .combo {
    width: 90%;
  }
  .combo .combo-types {
    width: 100%;
  }
  .combo .combo-types .type1-line {
    width: 48%;
  }
  .combo .combo-types .type2-line {
    left: 75%;
    width: 25%;
  }
  .combo .combo-content .combo-part1 {
    width: 100%;
    flex-direction: column;
  }
  .combo .combo-content .m4v-buy.combo-part1 {
    width: 100%;
    flex-direction: column;
  }
  .combo .combo-content .combo-part1 .part1-item {
    width: 100%;
    margin-bottom: 70px;
  }
  .combo .combo-content .combo-part1 .part1-item-1 {
    transform: translateY(110%);
  }
  .combo .combo-content .combo-part1.m4v-buy .part1-item-1 {
    transform: translateY(0%) !important;
  }
  .combo .combo-content .combo-part1 .best-seller-item {
    transform: translateY(-105%);
  }
  .combo .combo-content .combo-part2 {
    width: 100%;
  }
  .combo .combo-content .combo-part2 .title {
    width: 100%;
    font-size: 24px;
  }
  .combo .combo-content .combo-part2 .content {
    width: 100%;
    flex-direction: column;
  }
  .combo .combo-content .combo-part2 .content .part2-item {
    width: 100%;
    margin: 0 0 40px;
  }
  .accept {
    width: 100%;
    margin: 40px auto;
  }
  .accept .title {
    font-size: 24px;
  }
  .accept .content {
    width: 90%;
    margin-top: 20px;
  }
  .accept .content img {
    width: 100%;
  }
  .before-buy {
    width: 90%;
    padding: 20px 30px;
  }
  .choose {
    width: 100%;
    margin: 20px auto 0;
  }
  .choose .title {
    font-size: 24px;
  }
  .choose .choose_swiper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    padding-top: 40px;
  }
  .choose .choose_swiper .swiper-slide {
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
  }
  .choose .choose_swiper .swiper-slide .reason-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 7px 37px 8px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 30px;
  }
  .choose .choose_swiper .swiper-slide .reason-item .reason-name {
    width: 70%;
    font-weight: 700;
    font-size: 24px;
    line-height: 146.68%;
    text-align: center;
    color: #080F30;
    margin: 20px 0;
  }
  .choose .choose_swiper .swiper-slide .reason-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 152.68%;
    text-align: center;
    color: #6A6D7E;
  }
  .choose .choose_swiper .swiper-pagination-bullet {
    background: #4596E5;
  }
  .choose .choose_swiper .swiper-pagination-bullet-active {
    background-color: #4596E5;
  }
}