@charset "UTF-8";
@import url(../hunting-overview-icon/style.css);
.hunting-banner {
  padding: 72px 0 40px;
  position: relative;
  overflow: hidden;
}

.hunting-banner::before {
  content: '';
  position: absolute;
  width: 986px;
  height: 551px;
  background-image: url(/static/index/images/hunting/background-img.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  right: -248px;
  z-index: -1;
}

.hunting-banner .container {
  display: flex;
  justify-content: space-between;
}

.hunting-banner .description {
  flex: 0 0 50.2%;
}

.hunting-banner .description h1 {
  font-size: 36px;
  line-height: 49px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  padding: 0 71px;
}

.hunting-banner .description h1 span {
  font-size: 36px;
  line-height: 49px;
  font-weight: bold;
  display: inline-block;
  background-color: #285281;
  color: #40e1d5;
  padding: 0 10px;
}

.hunting-banner .description ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 10px;
  text-align: center;
}

.hunting-banner .description ul li {
  position: relative;
  font-size: 18px;
  line-height: 22px;
  color: #666666;
  list-style: none;
  margin: 0 12px;
}

.hunting-banner .description ul li:nth-child(1)::before {
  content: '';
  position: absolute;
  width: 27px;
  height: 22px;
  background-image: url(/static/index/images/hunting/desktop.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hunting-banner .description ul li:nth-child(2)::before {
  content: '';
  position: absolute;
  width: 17px;
  height: 25px;
  background-image: url(/static/index/images/hunting/video.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hunting-banner .description ul li:nth-child(3)::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 24px;
  background-image: url(/static/index/images/hunting/camera.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hunting-banner .description ul li:nth-child(4)::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 24px;
  background-image: url(/static/index/images/hunting/timed-recording.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hunting-banner .description ul li:nth-child(5)::before {
  content: '';
  position: absolute;
  width: 28px;
  height: 24px;
  background-image: url(/static/index/images/hunting/screenshot.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hunting-banner .description ul li:not(:last-child)::after {
  content: '|';
  color: #666666;
  position: absolute;
  top: 0;
  right: -12px;
}

.hunting-banner .description .desc {
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
  color: #666666;
  text-align: center;
}

.hunting-banner .description .desc .specail {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #ff4c00;
}

.hunting-banner .description .desc .num {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  color: #285281;
}

.hunting-banner .description .win-or-mac {
  width: 89px;
  height: 35px;
  border-radius: 18px;
  background-color: #285281;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto 0;
  padding: 0 3px;
  position: relative;
}

.hunting-banner .description .win-or-mac div {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}

.hunting-banner .description .win-or-mac div em {
  color: rgba(255, 255, 255, 0.46);
  font-size: 16px;
  transition: 0.4s;
}

.hunting-banner .description .win-or-mac div.activeEm em {
  color: #285281;
}

.hunting-banner .description .win-or-mac .trans {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #40e1d5;
  transition: 0.4s;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
}

.hunting-banner .description .win-or-mac .trans.active {
  left: 66%;
}

.hunting-banner .description .button-list {
  margin: 27px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hunting-banner .description .button-list div {
  position: relative;
}

.hunting-banner .description .button-list div:first-child::after {
  content: '无需注册，直接安装使用';
  position: absolute;
  width: 100%;
  bottom: -30px;
  font-size: 12px;
  line-height: 14px;
  color: #999999;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.hunting-banner .description .button-list div:first-child div {
  background-image: linear-gradient(to right, #40e1d5, #285281);
}

.hunting-banner .description .button-list div:first-child div:hover {
  background-image: linear-gradient(to right, #285281, #40e1d5);
}

.hunting-banner .description .button-list div:last-child::after {
  content: '30天内可申请退款';
  position: absolute;
  width: 100%;
  bottom: -30px;
  font-size: 12px;
  line-height: 14px;
  color: #999999;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.hunting-banner .description .button-list div:last-child div:last-child {
  background-image: linear-gradient(to right, #ffa528, #ff4c0e);
}

.hunting-banner .description .button-list div:last-child div:last-child:hover {
  background-image: linear-gradient(to right, #ff4c0e, #ffa528);
}

.hunting-banner .description .button-list div div {
  width: 157px;
  height: 42px;
  margin: 0 10px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: all 4s ease-in-out;
}

.hunting-banner .description .button-list div div a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.hunting-banner .description .button-list div div a:hover {
  color: #fff;
}

.hunting-banner .description .button-list div div a.showMac {
  transform: translateY(-42px);
}

.hunting-banner .description .button-list div div a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 20px;
}

.hunting-banner .description .button-list div div a span img {
  width: 12px;
  height: 13px;
}

.hunting-banner .img {
  flex: 0 0 40.5%;
  z-index: 1;
}

@media (min-width: 1920px) {
  .hunting-banner {
    right: 0;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .hunting-banner::before {
    right: -375px;
  }
}

@media (max-width: 1200px) {
  .hunting-banner::before {
    top: unset;
    bottom: 0;
    background: url(/static/index/images/hunting/background-img-mobile.png) no-repeat top;
    width: 167px;
    height: 333px;
    right: 0;
  }
  .hunting-banner .container {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .hunting-banner .description {
    width: 100%;
  }
  .hunting-banner .description h1 {
    font-size: 24px;
    line-height: 38px;
    padding: 0 0;
  }
  .hunting-banner .description h1 span {
    font-size: 24px;
    line-height: 38px;
  }
  .hunting-banner .description ul li {
    font-size: 14px;
    line-height: 14px;
    margin: 0 5px;
  }
  .hunting-banner .description ul li:not(:last-child)::after {
    right: -7px;
  }
  .hunting-banner .description .desc {
    font-size: 16px;
    line-height: 21px;
  }
  .hunting-banner .description .desc .specail {
    font-size: 18px;
    line-height: 21px;
  }
  .hunting-banner .description .desc .num {
    font-size: 18px;
    line-height: 21px;
  }
  .hunting-banner .img {
    width: 100%;
  }
  .hunting-banner .img img {
    width: 50%;
    display: block;
    margin: 50px auto 0;
  }
}

@media (max-width: 1200px) and (max-width: 767px) {
  .hunting-banner {
    padding: 47px 0 40px;
  }
  .hunting-banner .description .win-or-mac {
    margin: 20px auto 0;
  }
  .hunting-banner .description .button-list {
    flex-direction: column;
    margin: unset;
  }
  .hunting-banner .description .button-list div:last-child {
    margin-top: 20px;
  }
  .hunting-banner .img img {
    width: 85%;
  }
}

@media (max-width: 1200px) and (max-width: 767px) and (max-width: 360px) {
  .hunting-banner .description ul li {
    font-size: 12px;
    margin: 0 3px;
  }
  .hunting-banner .description ul li:not(:last-child)::after {
    right: -5px;
  }
}

.hunting-navigation {
  width: auto;
  height: 0;
  position: sticky;
  top: 0px;
  z-index: 2;
  background-color: #fff;
  opacity: 0;
  transition: all 0.4s;
}

.hunting-navigation.hunting-navigation-show {
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  opacity: 1;
  height: auto;
}

.hunting-navigation .content {
  height: 69px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hunting-navigation .content .logo {
  display: flex;
  align-items: center;
}

.hunting-navigation .content .logo img {
  width: 32px;
  height: 32px;
}

.hunting-navigation .content .logo span {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-left: 10px;
}

.hunting-navigation .content .mobile-title {
  font-size: 18px;
  position: relative;
  color: #59baea;
  margin-right: 12px;
  display: none;
}

.hunting-navigation .content .mobile-title.mobileActive::before {
  transform: rotateX(180deg);
}

.hunting-navigation .content .mobile-title::before {
  content: "";
  background: url(/static/index/images/hunting/arrow-down.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 65%;
  top: 3px;
}

.hunting-navigation .content .other-href {
  height: 100%;
  display: flex;
}

.hunting-navigation .content .other-href ul {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.hunting-navigation .content .other-href ul li {
  height: 100%;
  list-style: none;
  display: flex;
  align-items: center;
  position: relative;
}

.hunting-navigation .content .other-href ul li::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 3px;
  background-color: #285281;
  transform: scaleX(0);
  transition: all .4s;
}

.hunting-navigation .content .other-href ul li:hover::before {
  transform: scaleX(1);
}

.hunting-navigation .content .other-href ul li:hover a {
  text-decoration: none;
  color: #285281;
}

.hunting-navigation .content .other-href ul li a {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin: 0 10px;
  transition: all .4s;
}

.hunting-navigation .content .other-href .button-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hunting-navigation .content .other-href .button-list div {
  position: relative;
}

.hunting-navigation .content .other-href .button-list div:first-child div {
  background-image: linear-gradient(to right, #40e1d5, #285281);
}

.hunting-navigation .content .other-href .button-list div:first-child div:hover {
  background-image: linear-gradient(to right, #285281, #40e1d5);
}

.hunting-navigation .content .other-href .button-list div:last-child div {
  background-image: linear-gradient(to right, #ffa528, #ff4c0e);
}

.hunting-navigation .content .other-href .button-list div:last-child div:hover {
  background-image: linear-gradient(to right, #ff4c0e, #ffa528);
}

.hunting-navigation .content .other-href .button-list div div {
  width: 116px;
  height: 31px;
  margin: 0 10px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: all 4s ease-in-out;
}

.hunting-navigation .content .other-href .button-list div div a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

.hunting-navigation .content .other-href .button-list div div a:hover {
  color: #fff;
}

.hunting-navigation .content .other-href .button-list div div a.showMac {
  transform: translateY(-31px);
}

.hunting-navigation .content .other-href .button-list div div a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 10px;
}

.hunting-navigation .content .other-href .button-list div div a span img {
  width: 12px;
  height: 13px;
}

.hunting-navigation .content .mobile-buy {
  display: none;
}

.hunting-navigation .content .mobile-buy img {
  width: 30px;
}

@media (max-width: 767px) {
  .hunting-navigation .container {
    padding-left: unset !important;
    padding-right: unset !important;
  }
  .hunting-navigation .content {
    justify-content: space-between;
    position: relative;
    padding: 0 15px;
  }
  .hunting-navigation .content .logo span {
    display: none;
  }
  .hunting-navigation .content .mobile-title {
    width: 100%;
    display: flex;
    justify-content: center;
    top: calc(15px / 2);
    margin-right: 0;
  }
  .hunting-navigation .content .mobile-title::before {
    left: 60%;
  }
  .hunting-navigation .content .other-href ul {
    width: 100%;
    height: unset;
    position: absolute;
    top: 100%;
    left: 0;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    display: none;
  }
  .hunting-navigation .content .other-href ul li {
    display: flex;
    width: 100%;
    height: 66px;
    align-items: center;
    justify-content: center;
  }
  .hunting-navigation .content .other-href ul li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  }
  .hunting-navigation .content .other-href .button-list {
    display: none;
  }
  .hunting-navigation .content .mobile-buy {
    display: block;
  }
}

.hunting-descrition {
  margin-top: 135px;
}

.hunting-descrition .container {
  background-image: url(/static/index/images/hunting/background-img-desc.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 48px;
}

.hunting-descrition .content {
  width: 92%;
  height: 569px;
  background-color: #fff;
  box-shadow: 0 0 19px rgba(16, 43, 68, 0.1);
  position: relative;
  margin: 35px auto 0;
}

.hunting-descrition .content::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #285281;
  left: 0;
  bottom: 0;
}

.hunting-descrition .content .swiper-container {
  top: -95px !important;
  left: 50% !important;
  transform: translate(-50%, 0%);
}

.hunting-descrition .content .content-desc {
  width: 100%;
  position: relative;
}

.hunting-descrition .content .content-desc .item {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.hunting-descrition .content .content-desc .item img {
  width: 72.4%;
  margin: 0 auto;
  border-radius: 11px;
}

.hunting-descrition .content .content-desc .item .title {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #000;
  margin-top: 30px;
}

.hunting-descrition .content .content-desc .item .desc {
  font-size: 16px;
  line-height: 28px;
  color: #4d4d4d;
  padding: 0 212px;
}

.hunting-descrition .content .content-button {
  width: 65%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: transparent;
}

.hunting-descrition .content .content-button::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  border: 0.5px dashed #285281;
  top: 50%;
  left: 0;
}

.hunting-descrition .content .content-button li {
  list-style: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #285281;
  position: relative;
  margin: 0 50px;
  cursor: pointer;
  transition: all 0.2s;
}

.hunting-descrition .content .content-button li.nowactive {
  background-color: #40e1d5;
  border: 3px solid #285281;
}

.hunting-descrition .content .content-button li.nowactive::after {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.hunting-descrition .content .content-button li::after {
  position: absolute;
  top: 30px;
  left: 0;
  width: 80px;
  left: calc(-70px / 2);
  top: calc(60px / 2);
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #999999;
  transition: all 0.4s;
}

.hunting-descrition .content .content-button li:nth-child(1)::after {
  content: '桌面录制';
}

.hunting-descrition .content .content-button li:nth-child(2)::after {
  content: '音频录制';
}

.hunting-descrition .content .content-button li:nth-child(3)::after {
  content: '定时录制';
}

.hunting-descrition .content .content-button li:nth-child(4)::after {
  content: '摄像头录制';
}

.hunting-descrition .content .content-button li:nth-child(5)::after {
  content: '屏幕截图';
}

@media (max-width: 1200px) {
  .hunting-descrition {
    margin-top: 50px;
  }
  .hunting-descrition .content {
    width: 100%;
    height: unset;
    padding: 0 0 100px;
  }
  .hunting-descrition .content .swiper-container {
    top: -30px !important;
  }
  .hunting-descrition .content .swiper-container .swiper-wrapper {
    height: unset;
  }
  .hunting-descrition .content .swiper-container .swiper-wrapper .swiper-slide {
    height: unset;
    padding: 0 20px;
  }
  .hunting-descrition .content .content-desc .item .desc {
    padding: unset;
  }
  .hunting-descrition .content .content-desc .item img {
    width: 100%;
  }
  .hunting-descrition .content .content-button {
    width: 95%;
    bottom: 70px;
  }
}

@media (max-width: 1200px) and (max-width: 767px) {
  .hunting-descrition .content {
    padding: 0 0 40px;
  }
  .hunting-descrition .content .content-button {
    width: 100%;
    bottom: unset;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 50px;
    transform: translate(0%, 0%);
    left: 0;
    margin-top: -40px;
  }
  .hunting-descrition .content .content-button::before {
    content: unset;
  }
  .hunting-descrition .content .content-button li {
    margin: 22px 50px;
    position: relative;
  }
  .hunting-descrition .content .content-button li:nth-child(odd)::before {
    content: '';
    position: absolute;
    width: 165px;
    height: 1px;
    border: 0.5px dashed #285281;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .hunting-descrition .content .content-button li:nth-child(even)::before {
    content: '';
    position: absolute;
    width: 165px;
    height: 1px;
    border: 0.5px dashed #285281;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .hunting-descrition .content .content-button li::after {
    top: calc(54px / 2);
  }
}

@media (max-width: 1200px) and (max-width: 767px) and (max-width: 360px) {
  .hunting-descrition .content .content-button::before {
    content: unset;
  }
  .hunting-descrition .content .content-button li {
    margin: 22px 38px;
  }
  .hunting-descrition .content .content-button li:nth-child(odd)::before {
    width: 120px;
  }
  .hunting-descrition .content .content-button li:nth-child(even)::before {
    width: 120px;
  }
  .hunting-descrition .content .content-button li::after {
    top: calc(54px / 2);
  }
}

.experience {
  margin-top: 55px;
  position: relative;
  overflow: hidden;
  padding-bottom: 95px;
}

.experience::before {
  content: '';
  position: absolute;
  background: url(/static/index/images/hunting/background-img-video.png);
  background-size: auto 100%;
  background-position: top center;
  background-repeat: no-repeat;
  width: 770px;
  height: 100%;
  height: 106%;
  left: -247px;
  z-index: -2;
}

.experience .container {
  position: relative;
  padding-bottom: 40px;
}

.experience .container::before {
  content: '';
  position: absolute;
  background-image: url(/static/index/images/hunting/background-video.svg);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.experience h2 {
  font-size: 36px;
  line-height: 43px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.experience .content {
  width: 90%;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.experience .content .item {
  width: 49%;
  height: 343px;
  border-radius: 8px;
  margin: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 22px;
}

.experience .content .item:nth-child(1) {
  background: url(/static/index/images/hunting/video-step-one.png) no-repeat top;
  background-size: cover;
}

.experience .content .item:nth-child(1) .description .title::before {
  width: 31px;
  height: 28px;
  background: url(/static/index/images/hunting/playing.svg) no-repeat top;
  top: -10px;
}

.experience .content .item:nth-child(2) {
  background: url(/static/index/images/hunting/video-step-two.png) no-repeat top;
  background-size: cover;
}

.experience .content .item:nth-child(2) .description .title::before {
  width: 27px;
  height: 28px;
  background: url(/static/index/images/hunting/teaching.svg) no-repeat top;
  top: -7px;
}

.experience .content .item:nth-child(3) {
  background: url(/static/index/images/hunting/video-step-three.png) no-repeat top;
  background-size: cover;
}

.experience .content .item:nth-child(3) .description .title::before {
  width: 26px;
  height: 27px;
  background: url(/static/index/images/hunting/job.svg) no-repeat top;
  top: -8px;
}

.experience .content .item:nth-child(4) {
  background: url(/static/index/images/hunting/video-step-four.png) no-repeat top;
  background-size: cover;
}

.experience .content .item:nth-child(4) .description .title::before {
  width: 19px;
  height: 12px;
  background: url(/static/index/images/hunting/other.svg) no-repeat top;
  top: 2px;
}

.experience .content .item .description {
  width: 100%;
  padding: 30px 20px 20px 60px;
  border-radius: 11px;
  background-color: rgba(255, 255, 255, 0.72);
}

.experience .content .item .description .title {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #000000;
  position: relative;
}

.experience .content .item .description .title::before {
  content: '';
  position: absolute;
  left: -40px;
}

.experience .content .item .description .desc {
  font-size: 14px;
  line-height: 28px;
  color: #000000;
}

@media (max-width: 1200px) {
  .experience::before {
    content: unset;
  }
  .experience h2 {
    width: 100%;
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
  }
  .experience .content {
    width: 100%;
  }
  .experience .content .item {
    width: 100%;
    height: unset;
    margin: unset;
    padding: 20px 22px 50px;
  }
  .experience .content .item:nth-child(1) {
    background-size: 100% 100%;
  }
  .experience .content .item:nth-child(1) .description .title::before {
    width: 19px;
    height: 17px;
    top: 0;
    left: -30px;
  }
  .experience .content .item:nth-child(2) {
    background-size: 100% 100%;
  }
  .experience .content .item:nth-child(2) .description .title::before {
    width: 16px;
    height: 17px;
    top: 0;
    left: -30px;
  }
  .experience .content .item:nth-child(3) {
    background-size: 100% 100%;
  }
  .experience .content .item:nth-child(3) .description .title::before {
    width: 16px;
    height: 16px;
    top: 0;
    left: -30px;
  }
  .experience .content .item:nth-child(4) {
    background-size: 100% 100%;
  }
  .experience .content .item:nth-child(4) .description .title::before {
    width: 12px;
    height: 7px;
    top: 0;
    left: -30px;
  }
  .experience .content .item:not(:first-child) {
    margin-top: 10px;
  }
  .experience .content .item .description {
    padding: 25px 20px 20px 40px;
  }
  .experience .content .item .description .title {
    font-size: 16px;
    line-height: 20px;
  }
  .experience .content .item .description .desc {
    font-size: 12px;
    line-height: 21px;
  }
}

@media (max-width: 1200px) and (max-width: 767px) {
  .experience .container::before {
    background: url(/static/index/images/hunting/background-video-mobile.png) no-repeat bottom;
    bottom: 0;
  }
}

.hunting-features .title {
  font-size: 36px;
  line-height: 43px;
  font-weight: bold;
  text-align: center;
}

.hunting-features .content {
  width: 87%;
  margin: 25px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.hunting-features .content .item {
  width: 14%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 15px 12px;
}

.hunting-features .content .item img {
  width: 52px;
  height: 52px;
}

.hunting-features .content .item .desc {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  margin-top: 10px;
}

@media (max-width: 1200px) {
  .hunting-features .title {
    font-size: 24px;
    line-height: 29px;
  }
  .hunting-features .content {
    width: 100%;
  }
  .hunting-features .content .item {
    width: 50%;
    margin: 10px 0;
  }
  .hunting-features .content .item .desc {
    font-size: 14px;
    line-height: 28px;
  }
}

.hunting-carousel-and-comment {
  margin-top: 100px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.hunting-carousel-and-comment::before {
  content: '';
  position: absolute;
  background: url(/static/index/images/hunting/background-img-carousel.png) no-repeat top;
  background-size: 88% auto;
  width: 1094px;
  height: 113%;
  z-index: -1;
  right: -200px;
}

.hunting-carousel-and-comment .carousel-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hunting-carousel-and-comment .steps {
  width: 36.3%;
  margin-left: 30px;
}

.hunting-carousel-and-comment .steps .description {
  font-size: 36px;
  line-height: 43px;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
}

.hunting-carousel-and-comment .steps .description::before {
  content: '';
  position: absolute;
  width: 32px;
  height: 31px;
  background: url(/static/index/images/hunting/operating.svg) no-repeat top;
  background-size: cover;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.hunting-carousel-and-comment .steps .item {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  margin-top: 20px;
  cursor: pointer;
}

.hunting-carousel-and-comment .steps .item .title {
  font-size: 18px;
  line-height: 12px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.41);
  position: relative;
}

.hunting-carousel-and-comment .steps .item .title::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #285281;
  top: 50%;
  left: -5%;
  transform: translate(-50%, -50%);
}

.hunting-carousel-and-comment .steps .item .desc {
  font-size: 14px;
  color: rgba(102, 102, 102, 0.41);
}

.hunting-carousel-and-comment .steps .item.stepActive .title {
  color: black;
}

.hunting-carousel-and-comment .steps .item.stepActive .title::before {
  border: 3px solid #285281;
  background-color: #40e1d5;
}

.hunting-carousel-and-comment .steps .item.stepActive .desc {
  color: #666666;
}

.hunting-carousel-and-comment .hunting-swiper-container {
  width: 58.2%;
  position: relative;
  margin-top: 60px;
}

.hunting-carousel-and-comment .hunting-swiper-container:hover .hunting-button.hunting-button-prev {
  top: 50%;
  left: 0;
}

.hunting-carousel-and-comment .hunting-swiper-container:hover .hunting-button.hunting-button-next {
  top: 50%;
  right: 0;
}

.hunting-carousel-and-comment .hunting-swiper-container .hunting-swiper-wrapper {
  width: 100%;
}

.hunting-carousel-and-comment .hunting-swiper-container .hunting-swiper-wrapper .swiper-slide {
  width: 100%;
  margin: 0 auto;
}

.hunting-carousel-and-comment .hunting-swiper-container .hunting-swiper-wrapper .swiper-slide img {
  margin: 0 auto;
  display: block;
}

.hunting-carousel-and-comment .hunting-swiper-container .hunting-button {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 0 rgba(16, 43, 68, 0.1);
  position: absolute;
  z-index: 1;
  transition: all 0.4s;
}

.hunting-carousel-and-comment .hunting-swiper-container .hunting-button.hunting-button-prev {
  top: 50%;
  left: -30px;
}

.hunting-carousel-and-comment .hunting-swiper-container .hunting-button.hunting-button-next {
  top: 50%;
  right: -30px;
}

.hunting-carousel-and-comment .hunting-swiper-container .hunting-button img {
  width: 10px;
  height: 17px;
}

.hunting-carousel-and-comment .comment {
  background-color: #000000;
  margin-top: 75px;
  padding: 60px 0 65px;
}

.hunting-carousel-and-comment .comment .description {
  font-size: 36px;
  line-height: 43px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.hunting-carousel-and-comment .comment .comment-list {
  width: 1106px;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hunting-carousel-and-comment .comment .comment-list .item {
  width: 31.3%;
  height: 270px;
  border-radius: 8px;
  background-color: #141414;
  box-shadow: 8px 4px 18px rgba(0, 0, 0, 0.47);
  position: relative;
  padding: 40px;
  position: relative;
}

.hunting-carousel-and-comment .comment .comment-list .item img {
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  top: calc(-75px / 2);
  left: calc(75px / 2);
}

.hunting-carousel-and-comment .comment .comment-list .item .name {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 10px;
}

.hunting-carousel-and-comment .comment .comment-list .item em {
  font-size: 10px;
  color: #fdd232;
}

.hunting-carousel-and-comment .comment .comment-list .item em:not(:first-child) {
  margin: 0 3px;
}

.hunting-carousel-and-comment .comment .comment-list .item .desc {
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  margin-top: 15px;
}

.hunting-carousel-and-comment .swiper-wrapper {
  height: auto;
}

@media (max-width: 1200px) {
  .hunting-carousel-and-comment {
    padding-bottom: 60px;
    margin-top: 50px;
  }
  .hunting-carousel-and-comment .comment {
    padding: 50px 20px 30px;
  }
  .hunting-carousel-and-comment .comment .description {
    font-size: 24px;
    line-height: 29px;
  }
  .hunting-carousel-and-comment .comment .comment-list {
    width: 100%;
    flex-wrap: wrap;
  }
  .hunting-carousel-and-comment .comment .comment-list .item {
    height: auto;
  }
}

@media (max-width: 1200px) and (max-width: 767px) {
  .hunting-carousel-and-comment::before {
    content: unset;
  }
  .hunting-carousel-and-comment .carousel-container {
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
  }
  .hunting-carousel-and-comment .carousel-container .steps {
    width: 100%;
    margin-left: 0;
  }
  .hunting-carousel-and-comment .carousel-container .steps .item {
    margin-top: 10px;
  }
  .hunting-carousel-and-comment .carousel-container .steps .description {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .hunting-carousel-and-comment .carousel-container .steps .description::before {
    left: calc(100% / 3);
  }
  .hunting-carousel-and-comment .hunting-swiper-container {
    width: 100%;
    margin-top: 30px;
  }
  .hunting-carousel-and-comment .hunting-swiper-container .hunting-button {
    transform: translate(5%, -50%);
  }
  .hunting-carousel-and-comment .hunting-swiper-container .hunting-swiper-wrapper {
    height: unset;
  }
  .hunting-carousel-and-comment .hunting-swiper-container .hunting-swiper-wrapper .swiper-slide {
    height: unset;
  }
  .hunting-carousel-and-comment .hunting-swiper-container .hunting-swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  .hunting-carousel-and-comment .comment .comment-list .item {
    width: 100%;
  }
  .hunting-carousel-and-comment .comment .comment-list .item:not(:first-child) {
    margin-top: 50px;
  }
}

.hunting-footer {
  text-align: center;
  padding-bottom: 106px;
}

.hunting-footer .title {
  font-size: 36px;
  line-height: 43px;
  font-weight: bold;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hunting-footer .title img {
  width: 46px;
  height: 46px;
  margin-right: 30px;
}

.hunting-footer .desc {
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  margin-top: 20px;
}

.hunting-footer .desc span {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #285281;
}

.hunting-footer .button-list {
  margin: 27px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hunting-footer .button-list div {
  position: relative;
}

.hunting-footer .button-list div:first-child::after {
  content: '无需注册，直接安装使用';
  position: absolute;
  width: 100%;
  bottom: -30px;
  font-size: 12px;
  line-height: 14px;
  color: #999999;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.hunting-footer .button-list div:first-child div {
  background-image: linear-gradient(to right, #40e1d5, #285281);
}

.hunting-footer .button-list div:first-child div:hover {
  background-image: linear-gradient(to right, #285281, #40e1d5);
}

.hunting-footer .button-list div:last-child::after {
  content: '30天内可申请退款';
  position: absolute;
  width: 100%;
  bottom: -30px;
  font-size: 12px;
  line-height: 14px;
  color: #999999;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.hunting-footer .button-list div:last-child div {
  background-image: linear-gradient(to right, #ffa528, #ff4c0e);
}

.hunting-footer .button-list div:last-child div:hover {
  background-image: linear-gradient(to right, #ff4c0e, #ffa528);
}

.hunting-footer .button-list div div {
  width: 157px;
  height: 42px;
  margin: 0 10px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: all 4s ease-in-out;
}

.hunting-footer .button-list div div a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.hunting-footer .button-list div div a:hover {
  color: #fff;
}

.hunting-footer .button-list div div a.showMac {
  transform: translateY(-42px);
}

.hunting-footer .button-list div div a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 20px;
}

.hunting-footer .button-list div div a span img {
  width: 12px;
  height: 13px;
}

@media (max-width: 1200px) {
  .hunting-footer .title {
    font-size: 24px;
    line-height: 29px;
  }
}

@media (max-width: 1200px) and (max-width: 676px) {
  .hunting-footer .title {
    flex-direction: column;
  }
  .hunting-footer .title img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .hunting-footer .button-list {
    flex-direction: column;
  }
  .hunting-footer .button-list div:not(:first-child) {
    margin-top: 50px;
  }
}
