.uninstallation-banner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  background: url(../img/uninstallation/banner-pc.png) no-repeat center;
  background-size: cover;
  padding: 40px 0;
}
.uninstallation-banner .banner-title {
  font-size: 28px;
  font-weight: bold;
  color: #2d2d2d;
  margin: 36px 0 18px;
}
.uninstallation-banner .banner-desc {
  max-width: 916px;
  font-size: 16px;
  font-weight: normal;
  color: #494949;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
.wrap-1 {
  margin-top: 100px;
}
.wrap-1 .wrap-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #3c3a3a;
  margin-bottom: 50px;
}
.wrap-1 .wrap-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap-1 .wrap-content_item {
  width: 388px;
  border-radius: 15px;
  border: 1px solid #e3e8ff;
  background: #fff;
  margin: 0 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 40px 0 30px;
}
.wrap-1 .content-item_title {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin: 15px 0;
}
.wrap-1 .content-item_desc {
  padding: 0 22px;
  font-size: 16px;
  font-weight: normal;
  color: #494949;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 28px;
}
.wrap-1 .download-button {
  width: 210px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: linear-gradient(94deg, #489cff 0%, #5484ff 100%);
  margin-bottom: 12px;
}
.wrap-1 .download-button:hover {
  background: linear-gradient(94deg, #ffd25e 0%, #ff8d23 100%);
}
.wrap-1 .download-icon {
  background-image: url(../img/public-sprite.png);
  background-repeat: no-repeat;
}
.wrap-1 .download-icon.win {
  background-position: -399px -818px;
  width: 23px;
  height: 23px;
}
.wrap-1 .download-icon.mac {
  background-position: -400px -864px;
  width: 21px;
  height: 25px;
}
.wrap-1 .download-text {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-left: 8px;
}
@media (max-width: 768px) {
  .uninstallation-banner {
    height: auto;
    background: url(../img/uninstallation/banner-mb.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 0;
  }
  .uninstallation-banner .banner-img {
    transform: translateX(20rem);
  }
  .uninstallation-banner .banner-title {
    font-size: 24rem;
    margin: 36rem 0 24rem;
  }
  .uninstallation-banner .banner-desc {
    max-width: 100%;
    font-size: 16rem;
    margin-bottom: 20px;
    padding: 0 15rem;
  }
  .wrap-1 {
    margin-top: 80rem;
  }
  .wrap-1 .wrap-title {
    font-size: 24rem;
    margin-bottom: 50rem;
  }
  .wrap-1 .wrap-content {
    flex-direction: column;
  }
  .wrap-1 .wrap-content_item {
    width: 348rem;
    border-radius: 15rem;
    border: 1rem solid #e3e8ff;
    margin: 0 0 30rem;
    padding: 40rem 0 30rem;
  }
  .wrap-1 .content-item_title {
    font-size: 22rem;
    margin: 15rem 0;
  }
  .wrap-1 .content-item_desc {
    font-size: 16rem;
    margin-bottom: 28rem;
    padding: 0 22rem;
  }
  .wrap-1 .download-button {
    width: 210rem;
    height: 56rem;
    border-radius: 12rem;
    margin-bottom: 12rem;
  }
  .wrap-1 .download-icon {
    background-size: 685rem 914rem;
  }
  .wrap-1 .download-icon.win {
    background-position: -399rem -818rem;
    width: 23rem;
    height: 23rem;
  }
  .wrap-1 .download-icon.mac {
    background-position: -400rem -864rem;
    width: 21rem;
    height: 25rem;
  }
  .wrap-1 .download-text {
    font-size: 16rem;
    margin-left: 8rem;
  }
}
