@import url(../hunting-overview-icon/style.css);
.download-screenvideo {
  /***
    * Created : Nine
    * 2021.3.11
    **/
}
.download-screenvideo .banner {
  padding: 18px 0 84px;
  background-size: cover;
  background: url(/static/index/images/download_screenvideo_win/banner.png) no-repeat top center;
}
.download-screenvideo .banner .top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.download-screenvideo .banner .top-content .logo-box .logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.download-screenvideo .banner .top-content .logo-box .logo img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.download-screenvideo .banner .top-content .logo-box .logo span {
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 28px;
}
.download-screenvideo .banner .top-content .logo-box .hunting {
  display: none;
}
.download-screenvideo .banner .top-content .download-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}
.download-screenvideo .banner .top-content .download-box.active {
  display: inline-flex;
}
.download-screenvideo .banner .top-content .download-box a {
  text-decoration: none;
  padding: 10px 26px;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download-screenvideo .banner .top-content .download-box a em {
  font-size: 24px;
  color: #418CE6;
  margin-right: 15px;
}
.download-screenvideo .banner .top-content .download-box a span {
  font-size: 18px;
  color: #418CE6;
}
.download-screenvideo .banner .top-content .download-box a:hover {
  background: linear-gradient(to right, #418CE6, #5FCBED);
}
.download-screenvideo .banner .top-content .download-box a:hover em {
  color: #FFFFFF;
}
.download-screenvideo .banner .top-content .download-box a:hover span {
  color: #FFFFFF;
}
.download-screenvideo .banner .content {
  width: 75%;
  text-align: center;
  margin: 50px auto 0;
}
.download-screenvideo .banner .content .text-box h2 {
  font-size: 38px;
  color: #FFFFFF;
}
.download-screenvideo .banner .content .text-box h1 {
  font-size: 68px;
  font-weight: bold;
  margin: 38px 0 53px 0;
  color: #FFFFFF;
}
.download-screenvideo .banner .content .text-box .desc {
  font-size: 20px;
  color: #FFFFFF;
}
.download-screenvideo .banner .content .download-box {
  margin: 70px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}
.download-screenvideo .banner .content .download-box.active {
  display: inline-flex;
}
.download-screenvideo .banner .content .download-box a {
  text-decoration: none;
  padding: 17px 61px;
  background: linear-gradient(to right, #418CE6, #5FCBED);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
.download-screenvideo .banner .content .download-box a:hover {
  background: linear-gradient(to left, #418CE6, #5FCBED);
}
.download-screenvideo .banner .content .download-box a em {
  font-size: 30px;
  color: #FFFFFF;
  margin-right: 15px;
}
.download-screenvideo .banner .content .download-box a span {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .download-screenvideo .banner .content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .download-screenvideo .banner {
    padding: 18px 0 50px;
  }
  .download-screenvideo .banner .logo img {
    width: 31px;
    height: 31px;
  }
  .download-screenvideo .banner .logo span {
    font-size: 20px;
  }
  .download-screenvideo .banner .content h1 {
    font-size: 30px;
  }
  .download-screenvideo .banner .content .desc {
    font-size: 18px;
    margin-top: 17px;
  }
  .download-screenvideo .banner .content .download-box {
    margin: 45px auto 0;
  }
  .download-screenvideo .banner .content .download-box a {
    padding: 12px 38px;
  }
  .download-screenvideo .banner .content .download-box a em {
    font-size: 22px;
  }
  .download-screenvideo .banner .content .download-box a span {
    font-size: 16px;
  }
  .download-screenvideo .banner .content .download-box p {
    font-size: 14px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 600px) {
  .download-screenvideo .banner .logo-box {
    display: flex;
    justify-content: space-between;
  }
  .download-screenvideo .banner .logo-box .hunting {
    text-decoration: none;
    padding: 7px 24px;
    background: linear-gradient(to right, #418CE6, #5FCBED);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
  }
  .download-screenvideo .banner .logo-box .hunting em {
    font-size: 22px;
    color: #FFFFFF;
    margin-right: 15px;
  }
  .download-screenvideo .banner .logo-box .hunting span {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
  }
  .download-screenvideo .banner .logo-box .hunting:hover {
    background: linear-gradient(to left, #418CE6, #5FCBED);
  }
}
.download-screenvideo .recording-screen {
  margin-top: 119px;
  text-align: center;
}
.download-screenvideo .recording-screen h2 {
  font-size: 32px;
  color: #333333;
  font-weight: bold;
}
.download-screenvideo .recording-screen .content {
  margin-top: 70px;
}
.download-screenvideo .recording-screen .content .step-tabs .step-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.download-screenvideo .recording-screen .content .step-tabs .step-wrapper .step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.download-screenvideo .recording-screen .content .step-tabs .step-wrapper .step-item .num {
  width: 48px;
  height: 48px;
  background: #CCCCCC;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 48px;
}
.download-screenvideo .recording-screen .content .step-tabs .step-wrapper .step-item .text {
  margin-top: 20px;
  font-size: 20px;
  color: #666666;
}
.download-screenvideo .recording-screen .content .step-tabs .step-wrapper .step-item.active .num {
  background: #71A2EA;
}
.download-screenvideo .recording-screen .content .step-tabs .step-wrapper .step-item.active .text {
  color: #71A2EA;
}
.download-screenvideo .recording-screen .content .step-tabs .step-bar {
  margin-top: 20px;
  transition: all 0.4s;
  width: 100%;
  height: 4px;
  background: #EEEEEE;
  border-radius: 1px;
}
.download-screenvideo .recording-screen .content .step-tabs .step-bar .step-bar-full {
  background: #428EE6;
  height: 4px;
  width: 0;
}
.download-screenvideo .recording-screen .content .step-tabs .tabs-content {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.download-screenvideo .recording-screen .content .step-tabs .tabs-content .content-item {
  display: none;
  align-items: center;
  justify-content: space-between;
}
.download-screenvideo .recording-screen .content .step-tabs .tabs-content .content-item .item-text {
  flex: 0 0 32%;
}
.download-screenvideo .recording-screen .content .step-tabs .tabs-content .content-item .item-text .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.download-screenvideo .recording-screen .content .step-tabs .tabs-content .content-item .item-text .desc {
  display: inline-block;
  margin-top: 22px;
  font-size: 18px;
  color: #666666;
  text-align: left;
}
.download-screenvideo .recording-screen .content .step-tabs .tabs-content .content-item .item-image {
  flex: 0 0 580px;
  text-align: right;
}
@media (max-width: 767px) {
  .download-screenvideo .recording-screen {
    margin: 50px auto 0;
  }
  .download-screenvideo .recording-screen h2 {
    font-size: 24px;
  }
  .download-screenvideo .recording-screen .desc {
    font-size: 16px;
  }
  .download-screenvideo .recording-screen .content {
    margin-top: 30px;
  }
}
.download-screenvideo .user-comment {
  margin: 119px auto 0;
  padding-bottom: 110px;
}
.download-screenvideo .user-comment .new-content {
  padding: 40px 20px;
}
@media (max-width: 767px) {
  .download-screenvideo .user-comment .new-content {
    padding: 0 19px;
  }
}
.download-screenvideo .user-comment .new-content h2 {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.download-screenvideo .user-comment .new-content div.desc {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  margin-top: 20px;
}
.download-screenvideo .user-comment .new-content .carousel {
  width: 98.3%;
  margin: 20px auto 0;
  text-align: center;
  display: flex;
  position: relative;
}
.download-screenvideo .user-comment .new-content .carousel .swiper-content {
  width: 93%;
  padding: 50px 30px;
}
.download-screenvideo .user-comment .new-content .carousel .swiper-content .swiper-slide {
  min-height: 390px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 1px rgba(19, 101, 163, 0.2);
  border-radius: 25px;
  padding: 25px 35px 10px;
  opacity: 0;
}
.download-screenvideo .user-comment .new-content .carousel .swiper-content .swiper-slide.swiper-slide-active {
  transform: scale(1.1);
  opacity: 1;
  z-index: 1;
}
.download-screenvideo .user-comment .new-content .carousel .swiper-content .swiper-slide.swiper-slide-prev {
  opacity: 1;
}
.download-screenvideo .user-comment .new-content .carousel .swiper-content .swiper-slide.swiper-slide-next {
  opacity: 1;
}
.download-screenvideo .user-comment .new-content .carousel .swiper-content .swiper-slide .content .desc {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  padding-bottom: 30px;
  position: relative;
}
.download-screenvideo .user-comment .new-content .carousel .swiper-content .swiper-slide .content .desc::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #EEEEEE;
  left: 0;
  bottom: 0;
}
.download-screenvideo .user-comment .new-content .carousel .swiper-content .swiper-slide .content .star {
  margin-top: 20px;
}
.download-screenvideo .user-comment .new-content .carousel .swiper-content .swiper-slide .content .star em {
  font-size: 18px;
  margin: 0 5px;
  color: #FB8E4B;
}
.download-screenvideo .user-comment .new-content .carousel .swiper-content .swiper-slide .content img {
  display: block;
}
.download-screenvideo .user-comment .new-content .carousel .swiper-content .swiper-slide .content img.user {
  margin: 20px auto 0;
}
.download-screenvideo .user-comment .new-content .carousel .swiper-content .swiper-slide .content .name {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-top: 15px;
}
.download-screenvideo .user-comment .new-content .carousel .swiper-button-next {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  border: 1px solid #688FEC;
  background-image: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(180deg);
  transition: all 0.4s;
  right: -10px;
  outline: none;
}
.download-screenvideo .user-comment .new-content .carousel .swiper-button-next img {
  width: 12px;
  height: 20px;
  filter: brightness(1);
  transition: all 0.4s;
  display: none;
  margin-left: -3px;
}
.download-screenvideo .user-comment .new-content .carousel .swiper-button-next img.next {
  display: block;
}
.download-screenvideo .user-comment .new-content .carousel .swiper-button-next:hover {
  background-color: #688FEC;
}
.download-screenvideo .user-comment .new-content .carousel .swiper-button-next:hover img.next {
  display: none;
}
.download-screenvideo .user-comment .new-content .carousel .swiper-button-next:hover img.next-hover {
  display: block;
}
.download-screenvideo .user-comment .new-content .carousel .swiper-button-prev {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  border: 1px solid #688FEC;
  background-image: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  left: -10px;
  outline: none;
}
.download-screenvideo .user-comment .new-content .carousel .swiper-button-prev img {
  width: 12px;
  height: 20px;
  filter: brightness(1);
  transition: all 0.4s;
  margin-left: -3px;
}
.download-screenvideo .user-comment .new-content .carousel .swiper-button-prev img.next-hover {
  display: none;
}
.download-screenvideo .user-comment .new-content .carousel .swiper-button-prev:hover {
  background-color: #688FEC;
}
.download-screenvideo .user-comment .new-content .carousel .swiper-button-prev:hover img.next {
  display: none;
}
.download-screenvideo .user-comment .new-content .carousel .swiper-button-prev:hover img.next-hover {
  display: block;
}
.download-screenvideo .user-comment .new-content .carousel .swiper-pagination {
  left: 50%;
  bottom: -30px;
  transform: translate(-50%, 0%);
}
.download-screenvideo .user-comment .new-content .carousel .swiper-pagination span {
  margin: 0 5px;
  outline: none;
}
.download-screenvideo .user-comment .new-content .carousel .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: unset;
  border: 2px solid #6189f5;
  opacity: unset;
}
.download-screenvideo .user-comment .new-content .carousel .swiper-pagination-bullet-active {
  background: #6189f5;
}
@media (max-width: 1200px) {
  .download-screenvideo .user-comment {
    margin: 62px auto 0;
  }
  .download-screenvideo .user-comment .new-content h2 {
    font-size: 24px;
  }
  .download-screenvideo .user-comment .new-content .carousel {
    width: 100%;
  }
  .download-screenvideo .user-comment .new-content .carousel .swiper-content {
    width: 100%;
    padding: unset;
    border-radius: 25px;
  }
  .download-screenvideo .user-comment .new-content .carousel .swiper-content .swiper-slide {
    min-height: unset;
    border: 1px solid rgba(19, 101, 163, 0.2);
  }
  .download-screenvideo .user-comment .new-content .carousel .swiper-content .swiper-slide.swiper-slide-active {
    transform: scale(1);
    z-index: 1;
  }
  .download-screenvideo .user-comment .new-content .carousel .swiper-content .swiper-slide .content {
    min-height: unset;
    padding: 38px 20px;
  }
  .download-screenvideo .user-comment .new-content .carousel .swiper-content .swiper-slide .content .desc {
    font-size: 14px;
  }
  .download-screenvideo .user-comment .new-content .carousel .swiper-content .swiper-slide .content img.line {
    margin: 30px auto 0;
  }
  .download-screenvideo .user-comment .new-content .carousel .swiper-content .swiper-slide .content img.user {
    margin: 20px auto 0;
  }
  .download-screenvideo .user-comment .new-content .carousel .swiper-content .swiper-slide .content .name {
    font-size: 12px;
  }
  .download-screenvideo .user-comment .new-content .carousel .swiper-button-next {
    width: 25px;
    height: 25px;
  }
  .download-screenvideo .user-comment .new-content .carousel .swiper-button-next img {
    width: 6px;
    height: 14px;
  }
  .download-screenvideo .user-comment .new-content .carousel .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
  .download-screenvideo .user-comment .new-content .carousel .swiper-button-prev img {
    width: 6px;
    height: 14px;
  }
}
@media (max-width: 767px) {
  .download-screenvideo .user-comment .new-content .carousel {
    margin: 20px auto 0;
  }
  .download-screenvideo .user-comment .new-content .carousel .swiper-content .swiper-slide {
    padding: 30px 0 12px;
  }
  .download-screenvideo .user-comment .new-content .carousel .swiper-content .swiper-slide .content {
    padding: 0 20px;
  }
  .download-screenvideo .user-comment .new-content .carousel .swiper-button-next {
    right: 15%;
    top: unset;
    bottom: 30%;
  }
  .download-screenvideo .user-comment .new-content .carousel .swiper-button-next img {
    margin-left: unset;
  }
  .download-screenvideo .user-comment .new-content .carousel .swiper-button-prev {
    left: 15%;
    top: unset;
    bottom: 30%;
  }
  .download-screenvideo .user-comment .new-content .carousel .swiper-button-prev img {
    margin-left: unset;
  }
}
.download-screenvideo .data-foot {
  text-align: center;
  padding: 18px 0;
  border-top: 1px solid #CCCCCC;
}
.download-screenvideo .data-foot p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: unset;
}
.download-screenvideo .data-foot p:last-child {
  margin: 5px 0 0;
}
.download-screenvideo .data-foot p a {
  text-decoration: none;
}
.download-screenvideo .data-foot p i{
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #2B3844;
  margin-left: 20px;
  margin-right: 20px;
  vertical-align: -2px;
}
.download-screenvideo .data-foot p em{
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #2B3844;
  margin-left: 20px;
  margin-right: 20px;
  vertical-align: -2px;
}
@media (max-width: 767px) {
  .download-screenvideo .data-foot {
    margin-top: 0px;
  }
  .download-screenvideo .data-foot p {
    font-size: 10px;
  }
}
.download-screenvideo .mobile-banner {
  padding: 15px 0;
  background: url(/static/index/images/hunting-landing/download-pic-banner.png) no-repeat center;
  background-size: cover;
}
.download-screenvideo .mobile-banner .logo-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.download-screenvideo .mobile-banner .logo-box .logo {
  display: block;
}
.download-screenvideo .mobile-banner .logo-box .logo img {
  width: 31px;
  height: 31px;
  margin-right: 15px;
}
.download-screenvideo .mobile-banner .logo-box .logo span {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.download-screenvideo .mobile-content .mobile-title {
  margin-top: 15px;
  width: 176px;
  height: 37px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 2px;
  line-height: 36px;
  text-align: center;
  background: #F2F2F2;
  color: #000;
}
.download-screenvideo .mobile-content .mobile-title img {
  width: 24px;
  margin-right: 10px;
}
.download-screenvideo .mobile-content .text {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-top: 12px;
}
.download-screenvideo .mobile-content .text span {
  display: block;
  font-weight: 800;
  font-size: 14px;
  color: #000;
}
.download-screenvideo .mobile-content .copy-box {
  display: flex;
}
@media screen and (min-width: 600px) {
  .download-screenvideo .mobile-content .copy-box {
    width: 70%;
  }
}
.download-screenvideo .mobile-content .copy-box input {
  flex: 0 0 70%;
  height: 34px;
  padding-left: 15px;
  background: #F2F2F2;
  border: 1px solid #E6E6E6;
  font-size: 14px;
}
.download-screenvideo .mobile-content .copy-box .button {
  flex: 0 0 30%;
  background: #F7931E;
  border: 1px solid #F7931E;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 33px;
}
.download-screenvideo .mobile-content .screen img {
  margin-bottom: 60px;
}
