.banner {
  background: url(../images/why/banner_bg.jpg) no-repeat center;
  background-size: cover;
  height: 3.68rem;
  color: white;
  padding-top: 0.45rem;
  overflow: hidden;
}

.banner h1 {
  font-weight: 600;
  font-size: 50px;
  line-height: 1.15;
}

.banner p {
  font-weight: 400;
  font-size: 20px;
  margin-top: 0.08rem;
  margin-bottom: 0.5rem;
}

.banner-container {
  max-width: 7.2rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.banner-button-container {
  display: flex;
  justify-content: center;
}

.br-mobile {
  display: none;
}

@media (max-width: 1140px) {
  .br-mobile {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .banner {
    background: url(../images/why/banner_bg_mobile.jpg) no-repeat center;
    background-size: cover;
    height: 6.56rem;
    padding-top: 0.7rem;
  }
  .banner h1 {
    font-size: 0.6rem;
  }
  .banner p {
    font-size: 0.4rem;
    margin-top: 0.3rem;
  }
  .banner-container {
    max-width: 6.6rem;
  }
  .banner-button-container {
    display: none;
  }
}

.part-one {
  text-align: center;
  padding-top: 0.94rem;
  padding-bottom: 1rem;
}

.pc-title {
  font-weight: 600;
  font-size: 40px;
}

.part-one-container {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-top: 0.54rem;
}

.part-one-card {
  width: 3.69rem;
  height: 6rem;
  background: #effafa;
  border-radius: 20px;
  padding-top: 0.52rem;
}

.part-one-card h3 {
  font-weight: 600;
  font-size: 28px;
  color: #26b094;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.2rem;
  margin-bottom: 0.16rem;
}

.part-one-card p {
  font-weight: 400;
  font-size: 16px;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.56;
}

@media (max-width: 1140px) {
  .part-one {
    padding-top: 1.2rem;
    padding-bottom: 1.35rem;
  }
  .part-one h1 {
    width: 80%;
  }
  .pc-title {
    font-size: 0.52rem;
    margin-left: auto;
    margin-right: auto;
  }
  .part-one-container {
    flex-direction: column;
    width: 91.5%;
    margin-left: auto;
    margin-right: auto;
    gap: 0.42rem;
    margin-top: 0.78rem;
  }
  .part-one-card {
    width: 100%;
    height: 10.6rem;
  }
  .part-one-card img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
    left: 0.2rem;
    max-width: 7.5rem;
  }
  .part-one-card h3 {
    font-size: 0.52rem;
  }

  .part-one-card p {
    font-size: 0.32rem;
    line-height: 1.8;
  }
}

.part-two {
  background: url(../images/why/part2_bg.jpg) no-repeat center;
  background-size: cover;
  height: 5.7rem;
  overflow: hidden;
}

.part-two-container {
  display: flex;

  height: 100%;
  align-items: flex-end;

  max-width: 10.7rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  position: relative;
  right: 0.45rem;
}

.part-two-left {
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: 52px;
}
.part-two-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.part-two-line {
  display: flex;
  gap: 0.24rem;
  font-weight: 400;
  font-size: 20px;
  line-height: 0.3rem;
	max-width:630px;
}

.part2-phone-mobile {
  display: none;
}

@media (max-width: 1225px) {
  .part-two-container {
    right: 0;
  }
}
@media (max-width: 1140px) {
  .part2-phone-pc {
    display: none;
  }
  .part2-phone-mobile {
    display: block;
  }
  .part-two-container {
    flex-direction: column-reverse;
    right: 0;
  }
  .part-two-right {
    margin-right: auto;
    margin-left: auto;
  }
  .part-two {
    height: auto;
    background: #ebf8f8;
    padding-bottom: 1.4rem;
  }

  .part-two-left {
    text-align: center;
  }

  .part-two-list {
    max-width: 6rem;
    margin-left: auto;
    margin-right: auto;
    gap: 0.48rem;
  }

  .part-two-button-container {
    display: flex;
    justify-content: center;
  }
  .star-icon {
    width: 0.6rem;
    height: 0.6rem;
  }
  .part-two-line {
    font-size: 0.32rem;
    align-items: center;
    text-align: left;
    gap: 0.48rem;
    line-height: normal;
  }

  .part-two-line p {
    line-height: 0.6rem;
  }
  .part-two-button-container .download-now-button {
    width: 4.42rem;
    height: 1rem;
    font-size: 0.32rem;
    line-height: 1rem;
  }
}
.part-three {
  text-align: center;
  padding-top: 0.6rem;
  padding-bottom: 0.96rem;
}
.part-three h2 {
  color: #26b094;
  font-weight: 600;
  font-size: 28px;
  margin-top: 0.2rem;
}

.part-three-container {
  display: flex;
  justify-content: center;
  gap: 32px;
  max-width: 11.65rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.56rem;
}

.part-three-card {
  flex: 1;
  height: 2.7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(38, 176, 148, 0.5);
  border-radius: 20px;
}

.part-three-card p {
  font-weight: 600;
  font-size: 28px;
  margin-top: 0.1rem;
}

.part-three-button-container {
  display: flex;
  justify-content: center;
  margin-top: 0.52rem;
}

.part-three-button-container .download-button-long {
  width: 2.8rem;
}

.part-three-button-text-mobile {
  display: none;
}

@media (max-width: 1140px) {
  .part-three {
    padding-top: 1.3rem;
    /* padding-bottom: 1.4rem; */
    padding-bottom: 1.1rem;
  }
  .part-three .pc-title {
    width: 80%;
  }
  .part-three h2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.32rem;
  }
  .part-three-container {
    flex-direction: column;
    align-items: center;
    margin-top: 1.2rem;
    gap: 0.42rem;
  }
  .part-three-card {
    flex-direction: row;
    width: 5.1rem;
    height: 1.5rem;
    flex: auto;
    gap: 0.22rem;
    justify-content: flex-start;
    padding-left: 0.9rem;
  }
  .bitcoin-logo {
    width: 1.08rem;
  }
  .ethereum-logo {
    width: 1.08rem;
  }
  .crypto-logo {
    width: 0.84rem;
  }
  .part-three-card p {
    font-size: 0.52rem;
  }
  .part-three-button-container {
    margin-top: 0.78rem;
  }
  .part-three-button-container .download-now-button {
    width: 4.42rem;
    height: 1rem;
    font-size: 0.32rem;
    line-height: 1rem;
  }
  .part-three-button-text-pc {
    display: none;
  }
  .part-three-button-text-mobile {
    display: block;
  }
}

.bottom-section {
  background: #fbfbfb;
  padding-bottom: 1.46rem;
}

.part-four {
  padding-top: 0.88rem;
}
.part-four-container {
  display: flex;
  max-width: 11.7rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}

.part-four-left {
  max-width: 6.5rem;
}

.part-four h2 {
  font-weight: 400;
  font-size: 20px;
  color: #26b094;
  margin-top: 16px;
  margin-bottom: 48px;
}
.part-four-list {
  display: flex;
  gap: 24px;
  font-weight: 400;
  font-size: 20px;
  flex-direction: column;
}

.part-four-line {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.part-four-line p {
  line-height: 0.3rem;
}

@media (max-width: 1140px) {
  .part-four {
    padding-top: 1.4rem;
  }
  .part-four-left {
    margin-top: 0.4rem;
  }
  .part-four-container {
    flex-direction: column-reverse;
  }
  .part-four-right img {
    width: 6.66rem;
    margin-left: auto;
    margin-right: auto;
  }
  .part-four-list {
    font-size: 0.32rem;
    text-align: left;
  }
  .part-four-left {
    text-align: center;
    width: 6rem;
    margin-left: auto;
    margin-right: auto;
  }
  .part-four h2 {
    font-size: 0.32rem;
    font-weight: 600;
    margin-top: 0.32rem;
    margin-bottom: 0.48rem;
  }
  .part-four-line {
    gap: 0.48rem;
  }
  .part-four-line p {
    line-height: 0.6rem;
  }
}
.part-five {
  padding-top: 1rem;
}

.part-five h2 {
  font-weight: 400;
  font-size: 20px;
  color: #26b094;
  margin-top: 16px;
  margin-bottom: 48px;
}

.part-five-container {
  display: flex;
  max-width: 11.7rem;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: space-between;
}

.part-five-right {
  max-width: 6.7rem;
}
.part-five-list {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.part-five-line {
  display: flex;
  gap: 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 0.3rem;
}

@media (max-width: 1140px) {
  .part-five {
    padding-top: 0.7rem;
  }
  .part-five-container {
    flex-direction: column;
  }
  .part-five-left img {
    width: 6.86rem;
    margin-left: auto;
    margin-right: auto;
  }
  .part-five-line {
    font-size: 0.32rem;
    text-align: left;
    gap: 0.48rem;
    line-height: 0.6rem;
    padding-right: 0.2rem;
  }

  .part-five-right {
    text-align: center;
    max-width: 6rem;
  }
  .part-five-right h1 {
    margin-top: 0.3rem;
  }
  .part-five h2 {
    font-weight: 600;
    font-size: 0.32rem;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.34rem;
  }
}
.part-six {
  padding-top: 1.2rem;
}
.part-six-container {
  max-width: 11.7rem;
  margin-left: auto;
  margin-right: auto;
  background: white;
  border: 3px solid #26b094;
  border-radius: 15px;
  padding-left: 1rem;
  padding-top: 0.45rem;
  padding-bottom: 0.82rem;
  position: relative;
}

.part-six-text-container {
  max-width: 6.7rem;
}
.part-six-text-container h1 {
  color: #26b094;
  margin-bottom: 16px;
}

.part-six-text-container p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}

.part-six-list {
  display: flex;
  gap: 24px;
  margin-top: 72px;
  margin-bottom: 48px;
  flex-direction: column;
}

.part-six-line {
  display: flex;
  gap: 24px;
}

.part-six-img {
  position: absolute;
  right: 0.32rem;
  top: 1.1rem;
}

.part-six-text-container .part-six-text-bottom {
  font-size: 16px;
}

@media (max-width: 1140px) {
  .part-six {
    padding-top: 0.82rem;
  }
  .part-six-container {
    width: 91.5%;
    border: 0.03rem solid #26b094;
    border-radius: 0.3rem;
    padding-top: 5rem;
  }
  .part-six-img {
    position: absolute;
    right: 0.32rem;
    top: 0.45rem;
    left: 0.1rem;
    right: auto;
    width: 6.34rem;
  }
  .tick-icon {
    width: 0.6rem;
    height: 0.6rem;
  }
  .part-six-text-container h1 {
    margin-bottom: 0.32rem;
  }
  .part-six-text-container p {
    font-size: 0.32rem;
    line-height: 1.74;
  }
  .part-six-text-container .part-six-text-bottom {
    font-size: 0.32rem;
    padding-right: 0.3rem;
  }
  .part-six-container {
    padding-left: 0.48rem;
    padding-right: 0.4rem;
    padding-bottom: 1rem;
  }
  .part-six-line p {
    line-height: 0.6rem;
  }
  .part-six-list {
    margin-top: 0.34rem;
    padding-right: 0.3rem;
    margin-bottom: 0.62rem;
  }
  .part-six-line {
    gap: 0.48rem;
  }
}

.bottom-banner {
  background: url(../images/why/bottom_banner_bg.jpg) no-repeat center;
  background-size: cover;
  height: 2.5rem;
  color: white;
  text-align: center;
  padding-top: 0;
}

.bottom-banner-container {
  max-width: 6.72rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.bottom-banner h1 {
  font-weight: 600;
  font-size: 40px;
}

.bottom-banner p {
  font-weight: 400;
  font-size: 16px;
  margin-top: 0.18rem;
  margin-bottom: 0.3rem;
}

.bottom-banner-button {
  background: white;
  border-radius: 50px;
  font-size: 16px;
  width: 2.9rem;
  height: 0.5rem;
  font-weight: 500;
  display: block;
  text-decoration: none;
  color: #26b094;
  line-height: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1140px) {
  .bottom-banner {
    background: url(../images/why/bottom_banner_bg_mobile.jpg) no-repeat center;
    background-size: cover;
    height: 6rem;
    /* padding-top: 0.86rem; */
  }
  .bottom-banner h1 {
    font-size: 0.52rem;
  }
  .bottom-banner p {
    font-size: 0.32rem;
    margin-top: 0.28rem;
    line-height: 1.7;
  }
  .bottom-banner-button {
    width: 5.8rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.32rem;
    margin-top: 0.4rem;
  }
}
