
html, body{
  min-width: 870px;
  width: 100%;
}
.content{
  min-width: 870px;
  width: 100%;
}


/* Banner */
.mod-banner {
  background: #ffffff;
}

.mod-banner .banner-wrapper {
  width: 100%;
  position: relative;
}
.mod-banner .banner-wrapper video {
  display: block;
  width: 100%;
}
.mod-banner .banner-wrapper .content-wp {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.6) 59%, rgba(0,0,0,0.1) 100%);
}
.mod-banner .banner-wrapper .content-wp .bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mod-banner .banner-wrapper .content-wp .bg img {
  display: block;
  width: 100%;
}
.mod-banner .banner-wrapper .content {
  position: absolute;
  max-width: 1460px;
  padding: 0 30px;
  box-sizing: border-box;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.mod-banner .banner-wrapper .content-wp .logo {
  display: flex;
}
.mod-banner .banner-wrapper .content-wp .logo img {
  display: block;
  width: 60px;
}
.mod-banner .banner-wrapper .content-wp .logo span {
  height: 60px;
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 60px;
  margin-left: 14px;
}
.mod-banner .banner-wrapper .content-wp h2 {
  font-size: 64px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 84px;
  margin-top: 34px;
}
.mod-banner .banner-wrapper .content-wp .lists {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.mod-banner .banner-wrapper .content-wp .list {
  height: 36px;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 36px;
}
.mod-banner .banner-wrapper .content-wp .line {
  display: block;
  width: 2px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  margin-left: 25px;
  margin-right: 25px;
}
.mod-banner .banner-wrapper .content-wp h3 {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  margin-top: 40px;
}
.mod-banner .banner-wrapper .content-wp .download-wp {
  margin-top: 140px;
}
.mod-banner .banner-wrapper .content-wp .download-wp .btn {
  width: 318px;
  height: 60px;
  background: #006DFF;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.mod-banner .banner-wrapper .content-wp .download-wp .btn .btn_txt {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #FFFFFF;
}
.mod-banner .banner-wrapper .content-wp .download-wp .btn .desc {
  width: 49px;
  height: 14px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 14px;
}
.mod-banner .banner-wrapper .content-wp .download-wp .btn:hover {
  background: #338AFF;
}
.mod-banner .banner-wrapper .download-wp .other_down {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 318px;
  margin-top: 10px;
}
.mod-banner .banner-wrapper .download-wp .other_down .other_down_btn,
.mod-banner .banner-wrapper .download-wp .other_down .product {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  cursor: pointer;
}
.mod-banner .banner-wrapper .download-wp .other_down .other_down_btn:hover,
.mod-banner .banner-wrapper .download-wp .other_down .product:hover {
  color: #006DFF;
}
.mod-banner .banner-wrapper .content-wp .download-wp .line {
  margin-left: 36px;
  margin-right: 36px;
}

.mod-arrow {
  height: 62px;
  position: relative;
}
.mod-arrow .arrow {
  position: absolute;
  width: 36px;
  height: 36px;
  background: url(../images/indexV2/icon-arrow-down.png) center no-repeat;
  top: 16px;
  left: 50%;
  margin-left: -18px;
  animation: downArrow 1.5s infinite;
}
@keyframes downArrow {
  0% {
    top: 16px;
    opacity: 1
  }
  50% {
    top: 26px;
    opacity: .6
  }
  100% {
    top: 16px;
    opacity: 1
  }
}


.mod {
  padding: 60px 0;
}
.mod .mod-content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.mod .mod-content h3 {
  font-size: 42px;
  font-weight: bold;
  color: #333333;
  line-height: 64px;
  text-align: center;
}
.mod .nav-lists .nav {
  display: flex;
}
.mod .nav-lists .nav-info {
  margin-left: 30px;
  width: 360px;
}
.mod .nav-lists .nav-info h4 {
  width: 100%;
  height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: rgba(51,51,51,0.6);
  line-height: 30px;
  cursor: pointer;
}
.mod .nav-lists .active .nav-info h4 {
  color: #333333;
}
.mod .nav-lists .nav-info p {
  width: 100%;
  box-sizing: border-box;
  padding-top: 12px;
  height: 150px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  display: none;
}
.mod .nav-lists .active .nav-info p {
  display: block;
}
.mod .nav-lists .nav:last-child .nav-info p {
  height: 100px;
}
.mod .nav-lists .nav-point {
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mod .nav-lists .nav-point .point {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid rgba(0, 109, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.mod .nav-lists .active .nav-point .point {
  border-color: #006DFF;
}
.mod .nav-lists .nav-point .point span {
  display: block;
  width: 10px;
  height: 10px;
  background: rgba(0, 109, 255, 0.6);
  border-radius: 10px;
}

.mod .nav-lists .active .nav-point .point span {
  background: #006DFF;
}
.mod .nav-lists .nav-point .line {
  width: 1px;
  height: 50px;
  background: rgba(0, 109, 255, 0.6);
  margin-top: 5px;
}
.mod .nav-lists .active .nav-point .line {
  height: 150px;
}
.mod .nav-lists .nav:last-child .nav-point .line {
  display: none;
}
.mod .nav-lists .nav:last-child.active .nav-point .line {
  height: 100px;
}
.mod .mod-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.mod .mod-btn .btn {
  width: 318px;
  height: 60px;
  background: #006DFF;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.mod .mod-btn .btn:hover {
  background: #338AFF;
}

.mod .videos {
  position: relative;
  width: 870px;
  height: 580px;
}

.mod .videos .video-bg {
  display: block;
  width: 100%;
  border-radius: 20px;
  opacity: 0;
}
.mod .videos video {
  position: absolute;
  width: 100%;
  z-index: 8;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mod .videos video.active {
  z-index: 9;
}

/* 多样化的录制模式，畅享录屏极致体验 */
.mod-mode .mod-info {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(271deg, rgba(166,238,182, 0.4) 0%, rgba(3,104,255, 0.4) 100%);
  border-radius: 20px;
  padding: 40px;
  margin-top: 20px;
}

.mod-mode .info-left img {
  display: block;
  width: 870px;
}
.mod-mode .mod-info .info-right {
  margin-left: 40px;
  display: flex;
  align-items: center;
}


/* 简单又好用的特色功能，应对不同录制场景需求 */
.mod-scenes .mod-info {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(91deg, rgba(167,166,238,0.4) 0%, rgba(3,104,255,0.4) 100%);
  border-radius: 20px;
  padding: 40px;
  margin-top: 20px;
}
.mod-scenes .mod-info .info-left {
  display: flex;
  align-items: center;
}
.mod-scenes .mod-info .info-right {
  margin-left: 40px;
}



.mod-base .mod-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 109, 255, 0.2);
  margin-top: 40px;
}
.mod-base .mod-nav .nav {
  padding-bottom: 24px;
  position: relative;
  width: 100px;
  cursor: pointer;
}
.mod-base .mod-nav .nav::after {
  /* display: none; */
  content: "";
  height: 4px;
  background: #006DFF;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all .3s;
}
.mod-base .mod-nav .nav.active::after {
  width: 100px;
}
.mod-base .mod-nav .nav.active::after {
  display: block;
}
.mod-base .mod-nav .nav + .nav {
  margin-left: 90px;
}
.mod-base .mod-nav .nav .icon {
  width: 90px;
  height: 90px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: all .3s;
}
.mod-base .mod-nav .nav.active .icon {
  background: #F5F6F6;
  border-radius: 24px;
}
.mod-base .mod-nav .nav .icon img {
  display: block;
}
.mod-base .mod-nav .nav .text {
  display: block;
  width: 90px;
  margin: 8px auto 0;
  text-align: center;
  height: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
}
.mod-base .mod-info {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 20px;
  height: 660px;
}
.mod.mod-base .mod-info .left .videos {
  display: block;
  width: 870px;
  height: 100%;
}
.mod.mod-base .videos video {
  border-radius: 20px 0 0 20px;
  position: relative;
  display: block;
}
.mod-base .mod-info .right {
  width: 530px;
  height: 100%;
  background: linear-gradient(135deg, #0A47FF 0%, #75E4FF 100%);
  position: relative;
}
.mod-base .mod-info .right .bx {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.mod-base .mod-info .right .right-wp {
  width: 318px;
}

.mod-base .mod-info .right .right-wp .btn {
  width: 318px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 10px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #006DFF;
  cursor: pointer;
  margin-top: 78px;
}
.mod-base .mod-info .right .item {
  display: none;
}
.mod-base .mod-info .right .item.active {
  display: block;
}
.mod-base .mod-info .right .item h4 {
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 26px;
  height: 26px;
}
.mod-base .mod-info .right .item p {
  height: 48px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 18px;
}
.mod-base .pagination {
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.mod-base .pagination span {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  cursor: pointer;
}
.mod-base .pagination span.active {
  width: 24px;
  background: #FFFFFF;
}
.mod-base .pagination span + span {
  margin-left: 12px;
}


/* 爱拍录屏，满足各种内容创作需求 */
.mod-create .mod-info {
  padding: 18px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.mod-create .mod-info .item {
  margin-top: 22px;
  margin-bottom: 22px;
  position: relative;
}
.mod-create .mod-info .item .pic {
  position: relative;
}
.mod-create .mod-info .item .pic img {
  display: block;
}
.mod-create .mod-info .info-wp {
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 24px 0 0 24px;
  box-sizing: border-box;
}
.mod-create .mod-info .info-wp .tit {
  display: flex;
}
.mod-create .mod-info .info-wp .tit .icon {
  display: block;
  width: 40px;
}
.mod-create .mod-info .info-wp .tit h4 {
  margin-left: 16px;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
}
.mod-create .mod-info .info-wp .desc {
  font-size: 18px;
  color: #D9F1FE;
  line-height: 22px;
  margin-top: 10px;
}
.mod-create .mod-info .black .info-wp .tit h4 {
  color: #161F3D;
}
.mod-create .mod-info .info-wp .tit img {
  display: block;
  flex-shrink: 0;
  width: 40px;
}
.mod-create .mod-info .black .info-wp .desc {
  color: #3E566C;
}
.mod.mod-create .mod-btn {
  margin-top: 0;
}

.mod-reviews .mod-content {
  padding: 0 15px 60px;
  position: relative;
  overflow: hidden;
}
.mod-reviews .review-wp {
  background: #E7F6FF;
  padding: 40px 0;
}

.mod-reviews .swiper-slide {
  padding-top: 50px;
}
.mod-reviews .review {
  width: 446px;
  height: 490px;
  padding: 70px 35px 0;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 6px 15px 0px rgba(0,93,217,0.2);
  border-radius: 20px;
  position: relative;
}
.mod-reviews .review .avatar {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
}
.mod-reviews .review .name {
  text-align: center;
  height: 54px;
  font-size: 24px;
  color: #333333;
  line-height: 54px;
}
.mod-reviews .review .office {
  text-align: center;
  height: 24px;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-top: 10px;
}
.mod-reviews .review .stars {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.mod-reviews .review .stars span {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/indexV2/icon-star.png) center no-repeat;
}
.mod-reviews .review .stars span + span {
  margin-left: 17px;
}
.mod-reviews .review .review-content {
  margin-top: 40px;
  border-top: 1px solid #D9D9D9;
  padding-top: 40px;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.mod-reviews .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #006DFF;
  border-radius: 20px;
  opacity: 0.6;
}
.mod-reviews .swiper-pagination-bullet-active {
  width: 40px;
  background: #006DFF;
  opacity: 1;
}
.mod-reviews .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}
.mod-reviews .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}


/* 选择其他软件来创建或编辑你的内容 */
.mod-product {
  padding: 60px 30px 120px;
}
.mod-product .mod-info {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.mod-product .product-item {
  border-radius: 20px;
}
.mod-product .product-item:hover {
  box-shadow: 0px 4px 20px -4px rgba(0,0,0,0.2);
}
.mod-product .product-item .text-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.mod-product .product-item .logo {
  display: flex;
}
.mod-product .product-item .logo img {
  display: block;
}
.mod-product .product-item .logo span {
  margin-left: 10px;
  font-weight: bold;
  color: #333333;
}
.mod-product .product-item h4 {
  text-align: center;
  font-weight: 400;
  color: #333333;
}
.mod-product .product-item .more-btn {
  display: flex;
  height: 22px;
  cursor: pointer;
}
.mod-product .product-item .more-btn span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #006DFF;
  line-height: 22px;
}
.mod-product .product-item .more-btn i {
  margin-left: 4px;
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/indexV2/icon-arrow-right.png) center no-repeat;
}

.mod-product .product-item .more-btn:hover i {
  background-image: url(../images/indexV2/icon-arrow-right-hover.png);
}
.mod-product .product-item .more-btn:hover span {
  color: #3F95FF;
}

.mod-product .product-aipai,
.mod-product .product-jianji {
  width: 685px;
  height: 380px;
}
.mod-product .product-aipai {
  background: linear-gradient(90deg, #C7EEFF 0%, #D8F6FF 100%);
}
.mod-product .product-jianji {
  background: linear-gradient(90deg, #E3DEFF 0%, #E1F0FF 100%);
  margin-left: 30px;
}
.mod-product .product-aipai .logo img,
.mod-product .product-jianji .logo img {
  width: 60px;
  height: 60px;
}
.mod-product .product-aipai .logo span,
.mod-product .product-jianji .logo span {
  font-size: 32px;
  line-height: 60px;
}
.mod-product .product-aipai h4,
.mod-product .product-jianji h4 {
  height: 52px;
  margin-top: 30px;
  font-size: 20px;
  line-height: 26px;
}

.mod-product .product-aipai .more-btn,
.mod-product .product-jianji .more-btn {
  margin-top: 70px;
}

.mod-product .product-geshi,
.mod-product .product-yasuo,
.mod-product .product-wenziyuyin {
  width: 446px;
  height: 250px;
  margin-top: 34px;
  margin-left: 31px;
}
.mod-product .product-geshi {
  margin-left: 0;
  background: linear-gradient(92deg, #F7D9FF 0%, #FFECE0 100%);
}
.mod-product .product-yasuo {
  background: linear-gradient(92deg, #E0FBFF 0%, #E9E1FF 100%);
}
.mod-product .product-wenziyuyin {
  background: linear-gradient(92deg, #D2F4FF 0%, #E5FFED 100%);
}

.mod-product .product-geshi .logo img,
.mod-product .product-yasuo .logo img,
.mod-product .product-wenziyuyin .logo img {
  width: 40px;
  height: 40px;
}
.mod-product .product-geshi .logo span,
.mod-product .product-yasuo .logo span,
.mod-product .product-wenziyuyin .logo span {
  font-size: 20px;
  line-height: 40px;
}
.mod-product .product-geshi h4,
.mod-product .product-yasuo h4,
.mod-product .product-wenziyuyin h4 {
  max-width: 265px;
  height: 44px;
  margin-top: 22px;
  font-size: 14px;
  line-height: 22px;
}

.mod-product .product-geshi .more-btn,
.mod-product .product-yasuo .more-btn,
.mod-product .product-wenziyuyin .more-btn {
  margin-top: 32px;
}

/* 电脑录屏就选爱拍录屏，简单易用超清无损 */
.mod-download {
  background: linear-gradient(271deg, rgba(166, 238, 182, 0.4) 0%, rgba(3, 104, 255, 0.4) 100%);
}
.mod-download .mod-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mod-download .mod-info .logo {
  display: flex;
  margin-bottom: 28px;
}
.mod-download .mod-info .logo img {
  display: block;
  width: 60px;
  height: 60px;
}
.mod-download .mod-info .logo span {
  display: block;
  margin-left: 24px;
  font-size: 32px;
  font-weight: 400;
  color: #333;
  line-height: 60px;
}
.mod.mod-download .mod-content h3 {
  line-height: 54px;
  font-size: 40px;
}
.mod.mod-download .mod-btn {
  margin-top: 68px;
}

@media screen and (max-width: 1700px) {
  .mod-banner .banner-wrapper .content-wp h2 {
    font-size: 54px;
    line-height: 72px;
    margin-top: 28px;
  }
  .mod-banner .banner-wrapper .content-wp .lists {
    margin-top: 30px;
  }
  .mod-banner .banner-wrapper .content-wp .list {
    height: 28px;
    font-size: 22px;
    line-height: 28px;
  }
  .mod-banner .banner-wrapper .content-wp .line {
    height: 28px;
  }
  .mod-banner .banner-wrapper .content-wp h3 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .mod-banner .banner-wrapper .content-wp .download-wp {
    margin-top: 100px;
  }
  .mod-banner .banner-wrapper .download-wp .other_down .other_down_btn,
  .mod-banner .banner-wrapper .download-wp .other_down .product {
    height: 28px;
    line-height: 28px;
  }
  .mod-banner .banner-wrapper .content-wp .download-wp .line {
    margin-left: 28px;
    margin-right: 28px;
  }
}


@media screen and (max-width: 1500px) {
  .mod-banner .banner-wrapper .content-wp .logo img {
    width: 54px;
    height: 54px;
  }
  .mod-banner .banner-wrapper .content-wp .logo span {
    font-size: 32px;
    line-height: 54px;
    height: 54px;
  }
  .mod-banner .banner-wrapper .content-wp h2 {
    font-size: 46px;
    line-height: 54px;
    margin-top: 20px;
  }
  .mod-banner .banner-wrapper .content-wp .lists {
    margin-top: 20px;
  }
  .mod-banner .banner-wrapper .content-wp .list,
  .mod-banner .banner-wrapper .download-wp .other_down .other_down_btn,
  .mod-banner .banner-wrapper .download-wp .other_down .product {
    height: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .mod-banner .banner-wrapper .content-wp .line {
    height: 20px;
  }
  .mod-banner .banner-wrapper .content-wp h3 {
    font-size: 15px;
    line-height: 20px;
    margin-top: 20px;
  }
  .mod-banner .banner-wrapper .content-wp .download-wp {
    margin-top: 80px;
  }

  
  .mod .mod-content {
    width: 1200px;
  }
  .mod .videos {
    width: 746px;
    height: 498px;
  }
  .mod .nav-lists .nav-info {
    margin-left: 26px;
    width: 306px;
    /* width: 320px; */
  }
  .mod .nav-lists .nav-point .line {
    height: 38px;
  }
  .mod .nav-lists .active .nav-point .line,
  .mod .nav-lists .nav-info p {
    height: 90px;
  }
  .mod .nav-lists .nav-info p {
    font-size: 15px;
  }
  .mod .nav-lists .nav:last-child .nav-info p {
    height: 52px;
  }
  .mod .nav-lists .nav-info p {
    padding-top: 8px;
  }

  .mod-mode .mod-info,
  .mod-scenes .mod-info {
    padding: 34px;
  }
  .mod-mode .mod-info .info-right,
  .mod-scenes .mod-info .info-right {
    margin-left: 34px;
  }

  .mod-base .mod-nav .nav,
  .mod-base .mod-nav .nav.active::after {
    width: 90px;
  }
  .mod-base .mod-info {
    height: 566px;
  }
  .mod.mod-base .mod-info .left .videos {
    width: 746px;
  }
  
  
  .mod-create .mod-info .item {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .mod-create .mod-info .item .pic img {
    width: 380px;
  }
  .mod-create .mod-info .info-wp {
    padding: 18px 0 0 18px;
    width: 180px;
  }
  .mod-create .mod-info .info-wp .tit img {
    width: 34px;
    height: 34px;
  }
  .mod-create .mod-info .info-wp .tit h4 {
    font-size: 28px;
    line-height: 34px;
  }
  .mod-create .mod-info .info-wp .desc {
    font-size: 16px;
  }
  
  .mod-reviews .review {
    width: 380px;
  }

  
  .mod-product .product-aipai,
  .mod-product .product-jianji {
    width: 585px;
    height: 324px;
  }
  .mod-product .product-geshi,
  .mod-product .product-yasuo,
  .mod-product .product-wenziyuyin {
    width: 379px;
    height: 208px;
  }
}

@media screen and (max-width: 1300px) {

  .mod-banner .banner-wrapper .content-wp .logo img {
    width: 48px;
    height: 48px;
  }
  .mod-banner .banner-wrapper .content-wp .logo span {
    height: 48px;
    line-height: 48px;
  }
  .mod-banner .banner-wrapper .content-wp h2 {
    font-size: 42px;
    line-height: 48px;
    margin-top: 16px;
  }
  .mod-banner .banner-wrapper .content-wp .lists {
    margin-top: 16px;
  }
  .mod-banner .banner-wrapper .content-wp .line {
    height: 16px;
    margin-left: 14px;
    margin-right: 14px;
  }
  .mod-banner .banner-wrapper .content-wp .list,
  .mod-banner .banner-wrapper .download-wp .other_down .other_down_btn,
  .mod-banner .banner-wrapper .download-wp .other_down .product {
    height: 16px;
    font-size: 15px;
    line-height: 16px;
  }
  .mod-banner .banner-wrapper .content-wp h3 {
    margin-top: 16px;
  }
  .mod-banner .banner-wrapper .content-wp .download-wp {
    margin-top: 56px;
  }
  .mod-banner .banner-wrapper .content-wp .download-wp .line {
    margin-left: 16px;
    margin-right: 16px;
  }

  .mod {
    padding: 48px 0;
  }
  .mod .mod-content {
    width: 1000px;
  }
  .mod .mod-content h3 {
    font-size: 36px;
    line-height: 54px;
  }
  .mod .nav-lists .nav-info {
    margin-left: 18px;
    width: 260px;
  }
  .mod .nav-lists .nav-info h4 {
    height: 26px;
    font-size: 18px;
    line-height: 26px;
  }
  .mod .nav-lists .nav-info p {
    font-size: 14px;
    line-height: 20px;
  }
  .mod .nav-lists .active .nav-point .line,
  .mod .nav-lists .nav-info p {
    height: 86px;
  }
  .mod .nav-lists .nav-point {
    padding-top: 4px;
  }
  .mod .nav-lists .nav-point .point {
    width: 18px;
    height: 18px;
  }
  .mod .nav-lists .nav-point .point span {
    width: 8px;
    height: 8px;
  }
  .mod .nav-lists .nav-point .line {
    margin-top: 4px;
  }
  .mod .videos {
    width: 620px;
    height: 414px;
  }
  .mod .nav-lists .nav-point .line {
    height: 34px;
  }
  

  .mod-mode .mod-info,
  .mod-scenes .mod-info {
    padding: 28px;
  }
  .mod-mode .mod-info .info-right,
  .mod-scenes .mod-info .info-right {
    margin-left: 28px;
  }

  .mod-base .mod-nav {
    justify-content: space-between;
    margin-top: 32px;
  }
  .mod-base .mod-nav .nav + .nav {
    margin-left: unset;
  }
  .mod-base .mod-nav .nav .icon {
    width: 72px;
    height: 72px;
  }
  .mod-base .mod-nav .nav .icon img {
    width: 52px;
    height: 52px;
  }
  .mod-base .mod-nav .nav {
    padding-bottom: 20px;
  }
  .mod-base .mod-nav .nav,
  .mod-base .mod-nav .nav.active::after {
    width: 84px;
  }
  .mod-base .mod-info {
    height: 470px;
  }
  .mod.mod-base .mod-info .left .videos {
    width: 620px;
  }


  .mod-create .mod-info {
    margin-top: 10px;
  }
  .mod-create .mod-info .info-wp {
    padding: 12px 0 0 12px;
    width: 150px;
  }
  .mod-create .mod-info .item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mod-create .mod-info .item .pic img {
    width: 320px;
  }
  .mod-create .mod-info .info-wp .tit img {
    width: 24px;
    height: 24px;
  }
  .mod-create .mod-info .info-wp .tit h4 {
    font-size: 20px;
    line-height: 24px;
    margin-left: 10px;
  }
  .mod-create .mod-info .info-wp .desc {
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
  }

  .mod-reviews .mod-content {
    padding: 0 15px 50px;
  }
  .mod-reviews .review {
    width: 312px;
    padding: 56px 24px 0;
  }
  .mod-reviews .review .avatar {
    width: 80px;
    height: 80px;
    top: -40px;
    margin-left: -40px;
  }
  .mod-reviews .review .name {
    line-height: 44px;
    height: 44px;
  }
  .mod-reviews .review .office {
    margin-top: 8px;
  }
  .mod-reviews .review .stars {
    margin-top: 12px;
  }
  .mod-reviews .review .review-content {
    margin-top: 32px;
    padding-top: 32px;
  }

  .mod-product .mod-info {
    margin-top: 40px;
  }
  .mod-product .product-aipai,
  .mod-product .product-jianji {
    width: 485px;
    height: 269px;
  }
  .mod-product .product-aipai .more-btn,
  .mod-product .product-jianji .more-btn {
    margin-top: 40px;
  }
  
  .mod-product .product-aipai .logo img,
  .mod-product .product-jianji .logo img {
    width: 48px;
    height: 48px;
  }
  .mod-product .product-aipai .logo span,
  .mod-product .product-jianji .logo span {
    font-size: 28px;
    line-height: 48px;
  }
  .mod-product .product-geshi,
  .mod-product .product-yasuo,
  .mod-product .product-wenziyuyin {
    width: 314px;
    height: 200px;
    margin-left: 29px;
    margin-top: 30px;
  }
  .mod-product .product-geshi {
    margin-left: 0;
  }
  .mod-product .product-geshi .more-btn,
  .mod-product .product-yasuo .more-btn,
  .mod-product .product-wenziyuyin .more-btn {
    margin-top: 24px;
  }

  .mod-download .mod-info .logo img {
    width: 48px;
    height: 48px;
  }
  .mod-download .mod-info .logo span {
    line-height: 48px;
  }
  .mod.mod-download .mod-content h3 {
    font-size: 36px;
    line-height: 44px;
  }


}

@media screen and (max-width: 1080px) {
  .mod-banner .banner-wrapper .content-wp .bg img {
    width: 130%;
  }
  .mod-banner .banner-wrapper .content {
    padding: 0 20px;
  }
  .mod {
    padding: 40px 0;
  }
  .mod .mod-content {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mod .mod-content h3 {
    font-size: 32px;
    line-height: 48px;
  }
  .mod-mode .mod-info, .mod-scenes .mod-info {
    padding: 20px;
    align-items: center;
  }
  .mod-mode .mod-info .info-right,
  .mod-scenes .mod-info .info-right {
    margin-left: 20px;
  }
  .mod-mode .mod-info .info-left {
    flex: 1;
  }
  .mod .videos {
    width: 100%;
    min-width: 474px;
    min-height: 414px;
    height: unset;
  }

  .mod-base .mod-nav .nav {
    padding-bottom: 18px;
  }
  .mod-base .mod-nav .nav .icon {
    width: 60px;
    height: 60px;
  }
  .mod-base .mod-nav .nav .icon img {
    width: 48px;
    height: 48px;
  }
  .mod-base .mod-info {
    /* height: 41vw; */
    height: auto;
    align-items: unset;
  }
  .mod.mod-base .mod-info .left {
    display: flex;
    flex: 1;
  }
  .mod.mod-base .mod-info .left .videos {
    width: 100%;
    min-width: 474px;
    min-height: unset;
  }
  .mod-base .mod-info .right {
    width: 336px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 0 20px;
  }
  .mod-base .mod-info .right .right-wp {
    width: 100%;
  }
  .mod-base .mod-info .right .right-wp .btn {
    margin-top: 40px;
  }

  .mod-create .mod-info .item {
    width: calc(50% - 10px);
  }
  .mod-create .mod-info .item .pic img {
    width: 100%;
  }

  .mod-reviews .review {
    width: 100%;
    height: 490px;
    padding: 48px 18px 0;
  }

  .mod-product .product-aipai,
  .mod-product .product-jianji {
    width: calc(50% - 10px);
    height: 240px;
  }
  .mod-product .product-jianji {
    margin-left: 20px;
  }
  .mod-product .product-aipai h4,
  .mod-product .product-jianji h4 {
    font-size: 18px;
    margin-top: 24px;
  }
  .mod-product .product-geshi,
  .mod-product .product-yasuo,
  .mod-product .product-wenziyuyin {
    width: calc(33.3% - 12px);
    margin-left: 18px;
    margin-top: 20px;
  }
  .mod-product .product-geshi {
    margin-left: 0;
  }
  
  .mod-product .product-geshi .logo img,
  .mod-product .product-yasuo .logo img,
  .mod-product .product-wenziyuyin .logo img {
    width: 36px;
    height: 36px;
  }
  .mod-product .product-geshi .logo span,
  .mod-product .product-yasuo .logo span,
  .mod-product .product-wenziyuyin .logo span {
    line-height: 36px;
    font-size: 18px;
  }
  .mod-product .product-geshi h4,
  .mod-product .product-yasuo h4,
  .mod-product .product-wenziyuyin h4 {
    margin-top: 16px;
    padding: 0 10px;
  }
}