@charset "UTF-8";
.banner {
  height: 690px;
  background: url(../image/video-compressor/pc/videocompressor_banner.png) no-repeat 0 0;
  background-size: cover; }
  @media screen and (min-width: 768px) and (max-width: 1180px) {
    .banner {
      padding-bottom: 98px;
      background: url(../image/video-compressor/ipad/videocompressor_banner_ipad.png) no-repeat 0 0;
      background-size: cover;
      height: auto;
      min-height: 732px; }
      .banner#banner-box {
        padding-bottom: 0;
        min-height: 531px; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .banner {
      background: url(../image/video-compressor/ios/videocompressor_banner_ios.png) no-repeat 0 0;
      background-size: cover;
      height: auto;
      min-height: 732px;
      padding-bottom: 1.46rem; } }

@media screen and (min-width: 768px) {
  .banner-h1 {
    padding: 0 30px; } }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .banner-h1 {
    padding-right: 70px; } }

.banner-p-yes {
  margin-top: 22px; }
  @media screen and (min-width: 786px) {
    .banner-p-yes {
      width: 710px; } }
  @media screen and (min-width: 768px) and (max-width: 1180px) {
    .banner-p-yes {
      padding: 0 80px; } }

.banner-p-yes span {
  margin:0;
  width: 100%; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .banner-p-yes span {
      width: 100%; } }
.banner-h2{
  font-size: 24px;
}
@media screen and (max-width: 767px) and (min-width: 320px) {
    .banner-h2{
    font-size: 19px;
    }
}
.footer-banner {
  background: #141533; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .footer-banner .banner-h1 {
      font-size: 0.72rem !important;
      padding-right: 0px; }
    .footer-banner .banner-p-button {
      line-height: 0.52rem !important; } }

.banner-href-a {
  margin-top: 30px; }

.w-public-style-h3 {
  font-size: 22px;
  font-weight: bold;
  color: #272727;
  margin-bottom: 30px; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .w-public-style-h3 {
      font-size: 0.5rem;
      line-height: 1.2;
      margin-bottom: 0.8rem;
      text-align: left; } }

.w-public-style-p {
  font-size: 16px;
  font-weight: 100;
  color: #272727;
  word-wrap: break-word; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .w-public-style-p {
      font-size: 0.3rem;
      text-align: left;
      margin-bottom: 1.32rem; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-public-style-p {
      padding: 0 100px; } }

.w-index-h3 {
  color: #272727;
  font-size: 24px;
  line-height: 45px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) and (max-width: 1180px) {
    .w-index-h3 {
      padding: 0 30px; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-h3 {
      text-align: left;
      font-size: 0.50rem;
      line-height: initial;
      padding: 0 .8rem;
      margin-bottom: 0.53rem; } }

.w-index-p {
  font-size: 16px;
  line-height: 26px;
  color: #272727;
  font-weight: 100;
  text-align: center;
  padding: 0 20%; }
  @media screen and (min-width: 768px) and (max-width: 1180px) {
    .w-index-p {
      padding: 0 30px; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-p {
      text-align: left;
      font-size: 0.34rem;
      padding: 0 .8rem; } }

.w-index-methods {
  padding-top: 60px; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-methods {
      padding-top: 1.46rem; } }
  .w-index-methods-box {
    display: flex;
    align-items: center;
    margin-top: 80px; }
    .w-index-methods-box ul {
      margin-right: 70px; }
      .w-index-methods-box ul li {
        margin-bottom: 30px;
        cursor: pointer;
        padding-bottom: 15px; }
        .w-index-methods-box ul li p {
          font-weight: bold;
          font-size: 18px;
          color: #000;
          margin-bottom: 10px; }
        .w-index-methods-box ul li span {
          font-weight: 100;
          font-size: 16px;
          color: #000000;
          display: block; }
        .w-index-methods-box ul li.active {
          border-bottom: 1px solid #0670FB; }
          .w-index-methods-box ul li.active p {
            color: #0670FB; }
    .w-index-methods-box div img {
      display: none; }
      .w-index-methods-box div img.active {
        display: block; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .w-index-methods-box {
        flex-direction: column; }
        .w-index-methods-box ul {
          width: 100%;
          display: flex;
          overflow: auto;
          margin-right: 0;
          margin-bottom: 70px;
          scrollbar-width: none; }
          .w-index-methods-box ul::-webkit-scrollbar {
            display: none;
            /* 隐藏滚动条 */ }
          .w-index-methods-box ul li {
            text-align: center;
            margin-left: 50px;
            min-width: 340px;
            margin-bottom: 0; }
            .w-index-methods-box ul li:last-child {
              margin-right: 50px; }
            .w-index-methods-box ul li p {
              white-space: nowrap; } }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .w-index-methods-box {
        flex-direction: column;
        margin-top: 1.46rem; }
        .w-index-methods-box ul {
          width: 100%;
          display: flex;
          overflow: auto;
          margin-right: 0;
          margin-bottom: 1rem;
          scrollbar-width: none; }
          .w-index-methods-box ul::-webkit-scrollbar {
            display: none;
            /* 隐藏滚动条 */ }
          .w-index-methods-box ul li {
            text-align: center;
            margin-left: 0.8rem;
            margin-bottom: 0;
            width: auto;
            min-width: 9rem;
            padding-bottom: 0; }
            .w-index-methods-box ul li:nth-child(2) {
              min-width: 9rem; }
            .w-index-methods-box ul li:last-child {
              margin-right: 0.8rem; }
            .w-index-methods-box ul li p {
              white-space: nowrap;
              font-size: 0.4rem; }
            .w-index-methods-box ul li span {
              font-size: 0.3rem; }
            .w-index-methods-box ul li.active {
              border-bottom: none; }
        .w-index-methods-box div {
          padding: 0 0.8rem; }
          .w-index-methods-box div img {
            width: 100%; } }

.w-index-expert {
  padding-top: 60px; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-expert {
      padding-top: 1.46rem; } }
  .w-index-expert ul li {
    display: flex;
    align-items: center;
    margin-top: 61px; }
    .w-index-expert ul li img {
      margin-right: 77px; }
    .w-index-expert ul li div {
      flex: 1; }
      .w-index-expert ul li div p {
        font-weight: 100;
        font-size: 16px;
        color: #000000; }
        .w-index-expert ul li div p:nth-child(1) {
          font-weight: bold;
          font-size: 18px;
          color: #1E1E1E;
          margin-bottom: 10px; }
    .w-index-expert ul li:nth-child(2) {
      flex-direction: row-reverse; }
      .w-index-expert ul li:nth-child(2) img {
        margin-right: 0;
        margin-left: 77px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-expert ul li {
      flex-direction: column; }
      .w-index-expert ul li img {
        margin-right: 0; }
      .w-index-expert ul li:nth-child(2) {
        flex-direction: column; }
        .w-index-expert ul li:nth-child(2) img {
          margin-left: 0;
          margin-bottom: 30px; }
      .w-index-expert ul li div {
        text-align: center;
        max-width: 538px; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-expert ul {
      padding: 0 0.8rem; }
      .w-index-expert ul li {
        flex-direction: column;
        margin-top: 0.4rem; }
        .w-index-expert ul li img {
          margin-right: 0;
          width: 100%; }
        .w-index-expert ul li:nth-child(2) {
          flex-direction: column; }
          .w-index-expert ul li:nth-child(2) img {
            margin-left: 0;
            margin-bottom: 30px;
            width: 100%; }
        .w-index-expert ul li div {
          text-align: center;
          width: 100%; }
          .w-index-expert ul li div p {
            font-size: 0.3rem; }
            .w-index-expert ul li div p:nth-child(1) {
              font-size: 0.4rem; } }

.w-index-needs {
  width: 100%;
  min-height: 760px;
  background: radial-gradient(0% 0% at 0% 0%, #E9EDFF 0%, #F5F7FF 100%);
  border-radius: 12px 12px 12px 12px;
  margin-top: 40px;
  padding-top: 60px; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-needs {
      padding-top: 1.46rem;
      margin-top: 1.07rem; } }
  .w-index-needs-box {
    display: flex;
    align-items: center;
    margin-top: 80px; }
    .w-index-needs-box ul {
      margin-left: 40px;
      height: 410px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .w-index-needs-box ul li {
        display: flex; }
        .w-index-needs-box ul li img {
          width: 22px;
          height: 22px;
          margin-right: 10px; }
        .w-index-needs-box ul li p {
          font-weight: bold;
          font-size: 16px;
          color: #000000;
          flex: 1; }
          .w-index-needs-box ul li p span {
            font-weight: 400; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .w-index-needs-box {
        flex-direction: column; }
        .w-index-needs-box ul {
          padding: 0 60px;
          margin-left: 0;
          padding-bottom: 60px;
          height: auto;
          margin-top: 80px; }
          .w-index-needs-box ul li {
            margin-bottom: 20px; } }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .w-index-needs-box {
        flex-direction: column;
        padding: 0 0.8rem; }
        .w-index-needs-box img {
          width: 100%; }
        .w-index-needs-box ul {
          padding: 0;
          margin-left: 0;
          padding-bottom: 60px;
          height: auto;
          margin-top: 1.07rem;
          padding-bottom: 0.8rem; }
          .w-index-needs-box ul li {
            margin-bottom: 0.4rem; }
            .w-index-needs-box ul li img {
              width: 0.53rem;
              height: 0.53rem;
              margin-top: 0.1rem; }
            .w-index-needs-box ul li p {
              font-weight: bold;
              font-size: 0.4rem;
              color: #000000;
              flex: 1; }
              .w-index-needs-box ul li p span {
                  font-size: 0.35rem;
                font-weight: 400; } }

.w-index-fix {
  padding-top: 60px; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-fix {
      padding-top: 1.46rem; } }
  .w-index-fix ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px; }
    .w-index-fix ul li {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      margin-bottom: 50px;
      cursor: pointer; }
      .w-index-fix ul li:hover div {
        display: flex; }
      .w-index-fix ul li:hover > p {
        display: none; }
      .w-index-fix ul li > p {
        position: absolute;
        left: 0;
        right: 0;
        background: #3D45FF;
        bottom: 0;
        height: 60px;
        color: #FFF;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        line-height: 60px; }
      .w-index-fix ul li div {
        background: rgba(61, 69, 255, 0.8);
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 9;
        max-width: 575px;
        padding: 30px;
        box-sizing: border-box;
        text-align: center;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .w-index-fix ul li div p {
          color: #FFF;
          font-size: 18px;
          font-weight: 600;
          text-align: center;
          margin-bottom: 20px; }
        .w-index-fix ul li div span {
          font-weight: 100;
          font-size: 17px;
          color: #000000;
          color: #FFF;
          display: block; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .w-index-fix ul {
        justify-content: center; } }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .w-index-fix ul {
        justify-content: center;
        padding: 0 0.8rem;
        margin-top: 1.07rem; }
        .w-index-fix ul li {
          margin-bottom: 0.67rem; }
          .w-index-fix ul li img {
            width: 100%; }
          .w-index-fix ul li > p {
            height: 0.93rem;
            line-height: 0.93rem;
            font-size: .4rem; }
          .w-index-fix ul li div p {
            font-size: .4rem; }
          .w-index-fix ul li div span {
            font-size: 0.3rem; } }

.w-index-today {
  padding-top: 50px;
  margin-bottom: 110px; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-today {
      padding-top: 0.8rem;
      margin-bottom: 1.47rem; } }
  .w-index-today-content {
    display: flex;
    align-items: center;
    margin-top: 80px; }
    .w-index-today-content ul {
      margin-right: 110px; }
      .w-index-today-content ul li {
        margin-bottom: 75px;
        cursor: pointer; }
        .w-index-today-content ul li:last-child {
          margin-bottom: 0; }
        .w-index-today-content ul li p {
          font-weight: bold;
          font-size: 18px;
          color: #1E1E1E;
          margin-bottom: 10px; }
        .w-index-today-content ul li span {
          font-weight: 100;
          font-size: 16px;
          color: #000000;
          width: 350px;
          display: block; }
        .w-index-today-content ul li.active p {
          color: #3D45FF; }
    .w-index-today-content div img {
      display: none; }
      .w-index-today-content div img.active {
        height: 430px;
        display: block; }


    @media screen and (min-width: 768px) and (max-width: 1024px) {

      .w-index-today-content {
        flex-direction: column; }
        .w-index-today-content ul {
          width: 100%;
          display: flex;
          overflow: auto;
          margin-right: 0;
          margin-bottom: 70px;
          scrollbar-width: none;
          text-align: center; }
          .w-index-today-content ul::-webkit-scrollbar {
            display: none;
            /* 隐藏滚动条 */ }
          .w-index-today-content ul li {
            margin-left: 50px;
            /*min-width: 360px;*/
            margin-bottom: 0; }
            .w-index-today-content ul li:last-child {
              margin-right: 50px; }
            .w-index-today-content ul li p {
              white-space: nowrap; } }
    @media screen and (min-width: 320px) and (max-width: 767px) {
        .w-index-today-content div img.active{
            height:auto;
        }
      .w-index-today-content {
        flex-direction: column;
        margin-top: 0.8rem; }
        .w-index-today-content ul {
          width: 100%;
          display: flex;
          overflow: auto;
          margin-right: 0;
          margin-bottom: 1rem;
          scrollbar-width: none; }
          .w-index-today-content ul::-webkit-scrollbar {
            display: none;
            /* 隐藏滚动条 */ }
          .w-index-today-content ul li {
            text-align: center;
            margin-left: 0.8rem;
            margin-bottom: 0;
            width: auto;
           /* min-width: 7rem;*/
            padding-bottom: 0; }
            .w-index-today-content ul li:nth-child(2) {
              /*min-width: 10rem;*/ }
            .w-index-today-content ul li:last-child {
              margin-right: 0.8rem; }
            .w-index-today-content ul li p {
              white-space: nowrap;
              font-size: 0.4rem; }
            .w-index-today-content ul li span {
              font-size: 0.3rem; }
            .w-index-today-content ul li.active {
              border-bottom: none; }
        .w-index-today-content div {
          padding: 0 0.8rem; }
          .w-index-today-content div img {
            width: 100%; } }

.w-index-reviews {
  justify-content: center;
  padding: 50px 0;
  background-color: #F9F9FB; }
  .w-index-reviews img {
    width: 661px;
    height: auto; }
  .w-index-reviews-right {
    margin-left: 80px;
    display: flex;
    flex-direction: column;
    text-align: center; }
    .w-index-reviews-right img {
      width: 87px;
      margin: 0 auto; }
    .w-index-reviews-right p {
      font-size: 14px;
      font-weight: 300;
      text-decoration: underline;
      cursor: pointer; }
    .w-index-reviews-right span {
      font-size: 12px;
      color: #9F9F9F; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .w-index-reviews {
      flex-direction: column; }
      .w-index-reviews-right {
          margin-top: 30px;
        margin-left: 0px; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-reviews {
      display: none; } }
