* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

em {
  font-style: normal;
}

img {
  display: block;
}

body {
  position: relative;
  min-width: 1400px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  background: #fff;
  background-size: 100% auto;
}

.container {
  width: 1200px;
}

.main-title {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: fit-content;
  font-weight: bold;
  font-size: 48px;
  color: #000000;
}



footer {
  margin-bottom: 35px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.hidden-foot {
  position: sticky;
  bottom: -200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 195px;
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(56, 55, 55, 0.21);
  z-index: 999;
}

.hidden-foot .left-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hidden-foot .left-box .top-part {
  display: flex;
  align-items: center;
  column-gap: 28px;
  margin-bottom: 8px;
}

.hidden-foot .left-box .top-part .item {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 9px;
  width: 189px;
  height: 35px;
  background: #f3f9fd;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.hidden-foot .left-box .top-part .item img {
  width: 20px;
}

.hidden-foot .left-box p {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}

.hidden-foot .right-box {
  display: flex;
  align-items: center;
  column-gap: 62px;
}

.hidden-foot .right-box .app-info {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.hidden-foot .right-box .app-info img {
  width: 61px;
  height: 61px;
}

.hidden-foot .right-box .app-info h5 {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 28px;
  color: #000000;
}

.hidden-foot .right-box .app-info h5+img {
  width: 189px;
  height: 29px;
}

.hidden-foot .small-btn {
  width: 300px;
  height: 60px;
  font-weight: 400;
  font-size: 28px;
}

.hidden-foot .small-btn img {
  width: 26px;
  height: 24px;
}

@keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

.main-download-btn {
  position: relative;
  width: 260px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 9px;
  font-weight: 400;
  font-size: 28px;
  color: #ffffff;
  background: #438cff;
  transition: 0.25s;
  border-radius: 10px;
  overflow: hidden;
}

.main-download-btn .round-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: 1.5s ease 0s infinite normal both running spread;
}

.main-download-btn:hover {
  background: #1a62d2;
}

.main-download-btn.small-btn {
  width: 220px;
  height: 50px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 24px;
}

.main-download-btn img {
  width: 26px;
  height: 24px;
}


.zip-wrap .advantage-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 83px;
}

.zip-wrap .advantage-box h2 {
  margin-bottom: 41px;
  font-weight: bold;
  font-size: 48px;
  color: #1a1a1a;
  text-align: center;
}

.zip-wrap .advantage-box .advantage-list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
}

.zip-wrap .advantage-box .advantage-list .advantage-item {
  display: flex;
  align-items: center;
  padding: 35px 0 35px 20px;
  column-gap: 7px;
  width: 380px;
  height: 140px;
  background: rgba(74, 141, 255, 0.2);
  border-radius: 10px;
  box-sizing: border-box;
  transition: 0.25s;
}

.zip-wrap .advantage-box .advantage-list .advantage-item:hover {
  transform: scale(1.05) translateY(-3px);
}

.zip-wrap .advantage-box .advantage-list .advantage-item img {
  width: 70px;
  height: 70px;
}

.zip-wrap .advantage-box .advantage-list .advantage-item .inner-box h4 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  color: #1a1a1a;
}

.zip-wrap .advantage-box .advantage-list .advantage-item .inner-box p {
  font-weight: 400;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 24px;
}

.zip-wrap .d-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zip-wrap .d-box.d-box-1 {
  padding-top: 69px;
  margin-bottom: 81px;
}

.zip-wrap .d-box.d-box-1 .main-title {
  margin-bottom: 21px;
}

.zip-wrap .d-box.d-box-1 .main-title+p {
  text-align: center;
  margin-bottom: 82px;
  font-weight: 400;
  font-size: 24px;
  color: #666666;
}

.zip-wrap .d-box.d-box-1 .inner-box {
  display: flex;
  align-items: flex-start;
  column-gap: 120px;
}

.zip-wrap .d-box.d-box-1 .inner-box:not(:last-child) {
  margin-bottom: 90px;
}

.zip-wrap .d-box.d-box-1 .inner-box .left-part {
  width: 398px;
}

.zip-wrap .d-box.d-box-1 .inner-box .left-part h5 {
  margin-bottom: 23px;
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  line-height: 40px;
}

.zip-wrap .d-box.d-box-1 .inner-box .left-part p {
  display: flex;
  align-items: center;
  column-gap: 11px;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
}

.zip-wrap .d-box.d-box-1 .inner-box .left-part p img {
  width: 29px;
  height: 29px;
}

.zip-wrap .d-box.d-box-1 .inner-box .left-part p+p {
  margin-top: 19px;
}

.zip-wrap .d-box.d-box-1 .inner-box .left-part a {
  margin-top: 26px;
}

.zip-wrap .d-box.d-box-1 .inner-box .img-wrap {
  transition: 0.25s;
}

.zip-wrap .d-box.d-box-1 .inner-box .img-wrap:hover {
  transform: scale(1.05) translateY(-3px);
}

.zip-wrap .d-box.d-box-1 .inner-box .img-wrap img {
  width: 581px;
}

.zip-wrap .d-box.d-box-1 .inner-box *[lazy-animate] {
  opacity: 0;
}

.zip-wrap .d-box.d-box-2 {
  margin-bottom: 51px;
}

.zip-wrap .d-box.d-box-2 .main-title {
  margin-bottom: 41px;
}

.type-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 82px;
  column-gap: 30px;
}

.type-list .type-item {
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 9px;
  font-weight: 400;
  font-size: 16px;
  color: #747a99;
}

.type-list .type-item img {
  max-width: 41px;
  max-height: 49px;
}

.zip-wrap .d-box.d-box-2 .side-swiper-wrap {
  display: flex;
  align-items: center;
  column-gap: 115px;
}

.zip-wrap .d-box.d-box-2 .side-swiper-wrap #translateSwiper {
  width: 692px;
  overflow: hidden;
}

.zip-wrap .d-box.d-box-2 .side-swiper-wrap .tabs-wrap {
  position: relative;
  top: 12px;
  padding-left: 34px;
}

.zip-wrap .d-box.d-box-2 .side-swiper-wrap .tabs-wrap .line {
  position: absolute;
  left: 0;
  top: 3px;
  width: 3px;
  height: 382px;
  background: #ebecf0;
}

.zip-wrap .d-box.d-box-2 .side-swiper-wrap .tabs-wrap .tab-item {
  cursor: pointer;
}

.zip-wrap .d-box.d-box-2 .side-swiper-wrap .tabs-wrap .active-line {
  width: 3px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 3px;
  background: #0059fa;
  transition: 0.25s;
}

.zip-wrap .d-box.d-box-2 .side-swiper-wrap .tabs-wrap .active-line.active-0 {
  top: 0;
}

.zip-wrap .d-box.d-box-2 .side-swiper-wrap .tabs-wrap .active-line.active-1 {
  top: 120px;
}

.zip-wrap .d-box.d-box-2 .side-swiper-wrap .tabs-wrap .active-line.active-2 {
  top: 223px;
}

.zip-wrap .d-box.d-box-2 .side-swiper-wrap .tabs-wrap .active-line.active-3 {
  top: 333px;
}

.zip-wrap .d-box.d-box-2 .side-swiper-wrap .tabs-wrap .page {
  position: absolute;
  left: -7px;
  top: -23px;
  font-weight: 400;
  font-size: 15px;
  color: #7f7e81;
}

.zip-wrap .d-box.d-box-2 .side-swiper-wrap .tabs-wrap h3 {
  font-size: 24px;
  color: #1a1a1a;
  line-height: 26px;
}

.zip-wrap .d-box.d-box-2 .side-swiper-wrap .tabs-wrap p {
  font-weight: 400;
  font-size: 16px;
  color: #747a99;
  line-height: 26px;
}

.zip-wrap .d-box.d-box-2 .side-swiper-wrap .tabs-wrap .small-btn {
  margin-top: 35px;
  margin-left: -14px;
}

.zip-wrap .d-box.d-box-2 .side-swiper-wrap .side-swiper img {
  max-width: 692px;
}

/* WinR 解压缩软件顶部区域样式 */
.top-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 75px 0 43px;
  margin: 0 auto;
  background: url(../images/top-bg.png) no-repeat;
  background-size: 100% 100%;
}

.top-box h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: relative;
  gap: 15px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 59px;
  color: #1a1a1a;
}

.top-box h1 img {
  width: 58px;
  height: 51px;
}

.top-box h1 .inner-tip {
  position: absolute;
  width: 128px;
  height: 40px;
  top: -36px;
  right: -9px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/inner-tip-bg.png) no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  font-size: 19px;
  font-weight: normal;
}

.top-box > p {
  font-size: 32px;
  color: #1A1A1A;
  margin-bottom: 19px;
  text-align: center;
}

.feature-list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 40px;
  gap: 25px;
  margin-bottom: 22px;
  background: url(../images/tip-bg.png) no-repeat;
  background-size: 100% 100%;
}

.f-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  color: #fff;
}

.f-item:hover {
  background: rgba(67, 140, 255, 0.2);
  transform: translateY(-2px);
}

.f-item img {
  width: 20px;
  height: 20px;
}

.top-download-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-download-wrap p {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}

.banner-main-box {
  position: relative;
  width: 980px;
}

.banner-main-box > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-main-box > img:not(:first-child) {
  transition: all 0.25s;
}
.banner-main-box > img:not(:first-child):hover {
  transform: scale(1.15);
}

.banner-main-box .icon-1 {
  position: absolute;
  bottom: 43px;
  left: -36px;
  width: 263px;
  height: 263px;
}

.banner-main-box .icon-2 {
  position: absolute;
  bottom: 257px;
  left: -36px;
  width: 254px;
  height: 255px;
}

.banner-main-box .icon-3 {
   position: absolute;
  top: -34px;
  left: 254px;
  width: 255px;
  height: 256px;
}

.banner-main-box .icon-4 {
    position: absolute;
  top: -39px;
  left: 617px;
  width: 263px;
  height: 263px;
}

.banner-main-box .icon-5 {
  position: absolute;
  top: 138px;
  right: -46px;
  width: 263px;
  height: 263px;
}

.banner-main-box .icon-6 {
   position: absolute;
  bottom: 43px;
  right: -98px;
  width: 273px;
  height: 276px;
}

.type-list {
  margin-bottom: 22px;
}

.type-item {
  transition: all 0.25s;
}

.type-item:hover {
  transform: translateY(-5px);
}

.type-item img {
  width: 40px;
  object-fit: contain;
}

.type-item span {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}

.bottom-tip {
  text-align: center;
  line-height: 50px;
  font-size: 21px;
  color: #fff;
  width: 1200px;
  height: 50px;
  margin: 0 auto;
  background: url(../images/tip-bg.png) no-repeat;
  background-size: 100% 100%;
}
/*# sourceMappingURL=style.css.map */