@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-SemiBold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Light.ttf");
  font-weight: 300;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
em {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-spacing: 0;
}
p {
  word-wrap: break-word;
}
div,
li {
  box-sizing: border-box;
}
input,
textarea {
  outline: none;
  border: none;
  resize: none;
}
button {
  border: none;
}
.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
}
.pc-style {
  display: block;
}
.mobile-style {
  display: none;
}
.android-style {
  display: none !important;
}
.flex {
  display: flex;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
* {
  font-family: "Rubik";
  font-style: normal;
}
@media (max-width: 770px) {
  html {
    font-size: 0.2666667vw;
  }
  .container {
    width: 95%;
  }
  .mobile-style {
    display: block;
  }
  .pc-style {
    display: none !important;
  }
}
header .container {
  justify-content: space-between;
}
header .header-info .large-gap .header-menu,
header .header-info .large-gap .header-search,
header .header-info .small-gap {
  display: none;
}
.wrap-padding {
  padding-top: 70px;
}
h2 {
  color: #080f30;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  width: 850px;
  margin: 0 auto 24px;
}
.wrap-text {
  color: #505050;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  width: 808px;
  margin: 20px auto;
}
.downloads {
  width: fit-content;
  margin: 35px auto;
  display: flex;
  gap: 20px;
  margin-bottom: 80px;
}
.downloads .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 32px;
  transition: all 0.3s;
  border-radius: 43.725px;
  background: url(../img/amazon-summer/yellow-btn.png) no-repeat center center / cover;
  padding: 14px 16px;
  background-size: 100% 100%;
  color: #282001;
}
.downloads .item span {
  font-size: 20px;
  font-weight: 700;
}
.downloads .item img {
  width: 18px;
}
.downloads .item:hover {
  transform: translateY(-10px);
}
main {
  background: url("../img/amazon-summer/banner-bg.webp") no-repeat top center;
  background-size: 100% 1183px;
}
.banner {
  padding: 100px 0 180px;
}
.banner .banner-flex,
.banner .banner-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.banner .banner-top {
  margin-bottom: 55px;
}
.banner .banner-top_btn {
  padding: 8px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 6px;
  background: #ffad3a;
  transition: all 0.3s;
}
.banner .banner-top_btn:hover {
  transform: translateY(-10px);
  background: #fe860d;
}
.banner .banner-info {
  width: 480px;
}
.banner .banner-info .h1-title {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
}
.banner .banner-info .h1-title span {
  color: #26ffff;
}
.banner .section-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.banner .banner-info_list {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.8;
  padding-left: 20px;
  margin: 20px 0;
}
.banner .banner-info_list li {
  white-space: nowrap;
  list-style: disc;
}
.banner .banner-info_list li::marker {
  font-size: 20px;
  color: #fcf901;
}
.banner .banner-info_tips {
  color: #c2d8ff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  margin-top: 30px;
}
.banner .banner-info_tips span {
  font-weight: 700;
}
.banner .toggle {
  position: relative;
  z-index: 2;
  height: 29px;
  width: 140px;
  background: rgba(196, 196, 196, 0.5);
  border-radius: 20px;
  margin-bottom: 25px;
}
.banner .toggle-choose {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 29px;
  position: absolute;
  z-index: 2;
}
.banner .toggle-choose_btn {
  width: 65px;
  color: #000;
  font-size: 11px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.banner .toggle-choose_btn img {
  margin-right: 10px;
}
.banner .toggle .current_active {
  position: absolute;
  content: "";
  width: 65px;
  height: 23px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 17px;
  background: #fff;
  z-index: 1;
  transition: all 0.5s;
}
.banner .btn-group {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}
.banner .btn-group .btn {
  width: 249px;
  height: 65px;
  border-radius: 48px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #0d0d0d;
}
.banner .btn-group .btn .btn-text {
  font-size: 20px;
  font-weight: 700;
}
.banner .btn-group .btn .btn-text-2 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 3px;
  color: rgba(32, 36, 37, 0.89);
}
.banner .btn-group .btn .btn-icon {
  width: 22px;
  height: auto;
}
.banner .btn-group .btn:hover {
  transform: translateY(-10px);
}
.banner .btn-group .btn:first-child {
  background: url("../img/amazon-summer/yellow-btn.png") no-repeat center center / cover;
}
.banner .btn-group .btn:last-child {
  width: 224px;
  height: 65px;
  background: url("../img/amazon-summer/blue-btn.png") no-repeat center center / cover;
}
.banner .btn-group .btn:last-child .btn-icon {
  width: 30px;
}
.banner .banner-img {
  width: 630px;
}
.exhibition {
  margin-top: 25px;
  position: relative;
  min-height: 211px;
  padding-bottom: 38px;
}
.exhibition .exhibition-swiper {
  position: absolute;
  z-index: 10;
  width: 100%;
  overflow: hidden;
}
.exhibition .exhibition-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
  will-change: transform;
}
.exhibition .exhibition-swiper .swiper-slide {
  width: auto;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.wrap-2 {
  padding-bottom: 50px;
}
.wrap-2 .container {
  text-align: center;
}
.wrap-2 .expound-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 180px;
}
.wrap-2 .expound-item:first-child {
  align-items: start;
}
.wrap-2 .expound-item:last-child {
  align-items: start;
}
.wrap-2 .expound-item:last-child img {
  margin-top: 30px;
}
.wrap-2 .expound-item.reverse {
  flex-direction: row-reverse;
}
.wrap-2 .item-info {
  width: 490px;
  text-align: left;
}
.wrap-2 .item-info_title {
  font-size: 28px;
  font-weight: 700;
  color: #080f30;
}
.wrap-2 .item-info_text .item-text {
  color: #080f30;
  font-size: 24px;
  font-weight: 600;
  line-height: 167%;
  margin-top: 24px;
}
.wrap-2 .item-info_text .item-text::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #8065f4;
  margin-top: 24px;
  border-radius: 50%;
  margin-right: 10px;
}
.wrap-2 .item-info_text p {
  color: #505050;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  margin-top: 20px;
  line-height: 1.7;
}
.wrap-2 .item-info_text ul {
  color: #505050;
  font-size: 18px;
  padding-left: 20px;
}
.wrap-2 .item-info_text ul li {
  list-style: disc;
  line-height: 1.8;
}
.wrap-2 .item-info_subhead {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.7;
  margin-bottom: 3px;
}
.wrap-2 .item-info_list {
  display: flex;
  flex-direction: column;
  line-height: 1.7;
}
.wrap-2 .item-img {
  width: auto;
  height: auto;
}
.wrap-3 {
  padding: 100px 0;
  background: url(../img/amazon-summer/wrap-3-bg.png) no-repeat center center / cover;
}
.wrap-3 .wrap-3-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  border: 3px solid #059ee6;
  border-radius: 25px;
  box-sizing: border-box;
  padding: 40px 0;
  row-gap: 80px;
}
.wrap-3 .wrap-3-item {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0 30px 0 45px;
}
.wrap-3 .wrap-3-item:nth-child(2) {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.wrap-3 .wrap-3-item:nth-child(5) {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.wrap-3 .wrap-3-item_img {
  width: 72px;
  height: 72px;
}
.wrap-3 .wrap-3-item_title {
  color: #080f30;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  margin: 16px 0 12px;
}
.wrap-3 .wrap-3-item_text {
  line-height: 1.7;
  color: #53576f;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.wrap-4 .container {
  padding: 150px 0 100px;
}
.wrap-4 .container-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 59px;
}
.wrap-4 .swiper {
  flex: 0 0 765px;
  width: 765px;
  padding-bottom: 50px;
  margin: 0 auto;
  --swiper-pagination-color: #5e43ea;
}
.wrap-4 .swiper .swiper-slide_text {
  display: flex;
  gap: 20px;
  color: #53576f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 40px;
}
.wrap-4 .swiper .swiper-slide_text strong {
  color: #080f30;
  font-size: 24px;
  white-space: nowrap;
}
.wrap-4 .swiper .swiper-slide {
  width: 100%;
}
.wrap-4 .swiper .swiper-slide_img {
  width: 100%;
}
.wrap-4 .container-content_nav .use-step {
  position: relative;
  display: flex;
  justify-content: flex-start;
  color: #949494;
  font-size: 16px;
  font-weight: 400;
  background: #fafafa;
  margin-bottom: 2px;
  gap: 18px;
}
.wrap-4 .container-content_nav .use-step span {
  box-sizing: border-box;
  flex: 0 0 85px;
  flex-shrink: 0;
  font-weight: 700;
  background: #e0edff;
  color: #82b6ff;
  padding: 26px 13px;
  display: flex;
  align-items: center;
}
.wrap-4 .container-content_nav .use-step p {
  display: flex;
  align-items: center;
  height: auto;
  padding: 15px 18px;
  line-height: 1.6;
}
.wrap-4 .container-content_nav .use-step.active {
  color: #505050;
}
.wrap-4 .container-content_nav .use-step.active span {
  color: #fff;
  background: #3586ff;
}
.wrap-4 .container-content_nav .use-step.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: 4px;
  background-color: #3586ff;
  animation: progress 3.5s linear;
}
.wrap-4 .container-content_nav .tips {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding-top: 12px;
  cursor: pointer;
}
.wrap-5 {
  background: url(../img/amazon-summer/wrap5-bg.webp) no-repeat center center / cover;
  padding: 70px 0 80px;
}
.wrap-5 h2 {
  color: #fff75a;
}
.wrap-5 .wrap-text {
  color: #fff;
}
.wrap-5 .swiper-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.wrap-5 .amazon-logo {
  display: block;
  margin: 0 auto 20px;
}
.wrap-5 .downloads {
  margin-bottom: 0;
}
.wrap-5 .downloads .item-text {
  font-size: 12px;
}
.wrap-5 .downloads .item {
  width: 272px;
  box-sizing: border-box;
  gap: 10px;
  padding: 10px 25px;
  justify-content: start;
  background: url(../img/amazon-summer/yellow-btn.png) no-repeat center center / cover;
  background-size: 100% 100%;
  border: unset;
  box-shadow: unset;
}
.wrap-5 .downloads .item img {
  width: 32px;
}
@media (max-width: 768px) {
  .wrap-padding {
    padding-top: 60px;
  }
  h2 {
    width: 100%;
    font-size: 28px;
    margin: 0 auto 20px;
  }
  .wrap-text {
    font-size: 14px;
    width: 100%;
  }
  .downloads {
    gap: 20px;
    flex-direction: column;
    margin-bottom: 50px;
  }
  main {
    background: url(../img/amazon-summer/banner-mb.webp) no-repeat top center;
    background-size: 100% 870px;
  }
  .banner {
    padding: 70px 0 80px;
  }
  .banner .banner-flex {
    flex-direction: column;
  }
  .banner .section-text {
    font-size: 14px;
  }
  .banner .banner-top {
    margin-bottom: 48px;
  }
  .banner .banner-top .banner-logo {
    width: 120px;
    height: auto;
  }
  .banner .banner-top_btn {
    padding: 5px 20px;
    font-size: 12px;
  }
  .banner .banner-info {
    width: 100%;
    margin-right: 0;
  }
  .banner .banner-info .h1-title {
    width: 100%;
    font-size: 36px;
    margin-bottom: 30px;
  }
  .banner .banner-info_list {
    font-size: 14px;
    padding-left: 25px;
    margin-bottom: 25px;
  }
  .banner .banner-info_list li {
    white-space: unset;
    margin-bottom: 10px;
  }
  .banner .banner-info_list li::marker {
    font-size: 12px;
  }
  .banner .banner-info_toggle {
    width: 156px;
    height: 30px;
    border-radius: 20px;
    padding: 2px;
    margin-bottom: 20px;
  }
  .banner .banner-info_tips {
    display: none;
    font-size: 10px;
    margin-top: 25px;
  }
  .banner .banner-info_tips span {
    font-weight: 700;
  }
  .banner .toggle {
    margin-top: 30px;
  }
  .banner .toggle-btn {
    width: 50%;
    height: 100%;
    font-size: 11px;
  }
  .banner .toggle-btn .toggle-icon {
    width: 13px;
    height: 16px;
    margin-right: 5px;
  }
  .banner .toggle-btn .toggle-icon.win-icon {
    background-image: url(../img/amazon-summer/sprite.png);
    background-repeat: no-repeat;
    background-size: 757px 645px;
    background-position: -113px -20px;
  }
  .banner .toggle-btn .toggle-icon.mac-icon {
    background-image: url(../img/amazon-summer/sprite.png);
    background-repeat: no-repeat;
    background-size: 757px 645px;
    background-position: -149px -20px;
  }
  .banner .toggle-btn.active {
    border-radius: 17px;
  }
  .banner .btn-group .btn {
    font-size: 16px;
    border-radius: 28px;
    margin-right: 10px;
    height: 46px;
  }
  .banner .btn-group .btn .btn-text {
    font-size: 14px;
  }
  .banner .btn-group .btn .btn-text-2 {
    font-size: 10px;
  }
  .banner .btn-group .btn img {
    width: 100%;
    height: auto;
  }
  .banner .btn-group .btn .btn-icon {
    width: 15px;
  }
  .banner .btn-group .btn:first-child {
    width: 176px;
  }
  .banner .btn-group .btn:last-child {
    width: 160px;
    height: 46px;
  }
  .banner .btn-group .btn:last-child .btn-icon {
    width: 22px;
  }
  .exhibition {
    margin-top: 53px;
    min-height: 85px;
    padding-bottom: 16px;
  }
  .exhibition .exhibition-swiper .swiper-slide img {
    width: 85px;
    height: auto;
  }
  .wrap-2 h2 {
    width: 80%;
  }
  .wrap-2 .wrap-text {
    width: 80%;
  }
  .wrap-2 .expound-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    flex-direction: column;
  }
  .wrap-2 .expound-item:last-child {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .wrap-2 .expound-item.reverse {
    flex-direction: column;
  }
  .wrap-2 .item-info {
    width: 100%;
  }
  .wrap-2 .item-info_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .wrap-2 .item-img {
    width: 100%;
    margin-top: 30px;
  }
  .wrap-2 .item-info_subhead {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .wrap-2 .item-info_text {
    font-size: 14px;
  }
  .wrap-2 .item-info_text p {
    margin-top: 16px;
    font-size: 14px;
  }
  .wrap-2 .item-info_text .item-text {
    font-size: 18px;
    margin-top: 16px;
  }
  .wrap-2 .item-info_list a {
    font-size: 12px;
  }
  .wrap-3 {
    padding: 50px 0 30px;
    background: url(../img/amazon-summer/wrap-3-bg-mb.png) no-repeat top center;
    background-size: cover;
  }
  .wrap-3 .swiper {
    padding: 0 2px 40px;
    margin: 0 20px;
    --swiper-pagination-color: #fff;
  }
  .wrap-3 .wrap-3-content {
    display: flex;
    gap: 0;
    padding: 0;
    box-shadow: none;
  }
  .wrap-3 .wrap-3-item {
    border-radius: 16px;
    border: 1px solid #059ee6;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 20px;
  }
  .wrap-3 .wrap-3-item:nth-child(2) {
    border-left: none;
    border-right: none;
  }
  .wrap-3 .wrap-3-item:nth-child(5) {
    border-left: none;
    border-right: none;
  }
  .wrap-3 .wrap-3-item.swiper-slide-active {
    background-color: #fff;
  }
  .wrap-3 .wrap-3-item_title {
    font-size: 18px;
  }
  .wrap-3 .wrap-3-item_text {
    font-size: 14px;
  }
  .wrap-4 {
    margin-top: 0;
  }
  .wrap-4 .container {
    padding: 80px 0;
  }
  .wrap-4 .container-content {
    flex-direction: column;
  }
  .wrap-4 .swiper {
    flex: unset;
    width: 100%;
    padding-bottom: 35px;
    margin-left: 0;
  }
  .wrap-4 .swiper .swiper-slide {
    width: 520px;
    height: 1px;
  }
  .wrap-4 .swiper .swiper-slide_img {
    width: 100%;
  }
  .wrap-4 .swiper .swiper-slide_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    color: #505050;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    margin-top: 17px;
    gap: 5px;
  }
  .wrap-4 .swiper .swiper-slide_text strong {
    font-size: 16px;
  }
  .wrap-4 .swiper .swiper-slide_text p {
    font-size: 14px;
  }
  .wrap-4 .swiper .swiper-slide-active {
    height: auto;
  }
  .wrap-4 .tips {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    margin: 12px auto;
  }
  .wrap-5 {
    background: unset;
    padding: 30px 0;
  }
  .wrap-5 h2 {
    line-height: 1.2;
  }
  .wrap-5 .container {
    padding: 100px 26px 58px;
    position: relative;
    border-radius: 12px;
    background: linear-gradient(180deg, #22bcff 0%, #1683ff 100%);
  }
  .wrap-5 .amazon-logo {
    position: absolute;
    top: -33px;
    left: 50%;
    width: 116px;
    transform: translateX(-50%);
  }
  .wrap-5 .downloads .item {
    width: 220px;
    gap: 7px;
    padding: 10px 18px;
  }
  .wrap-5 .downloads .item img {
    width: 22px;
  }
  .wrap-5 .downloads .item .item-title {
    font-size: 12px;
    font-weight: 700;
  }
  .wrap-5 .downloads .item .item-text {
    font-size: 10px;
  }
}
