@charset "UTF-8";
.uiwu-box-download{
  background: url("../image/dvd-creator/pc/dvdcreator.png") no-repeat right center #ffffff;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .uiwu-box-download{
    background:  #fff;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .uiwu-box-download{
    background: #fff;
  }
}

.uiwu-box-swiper-item {
  background: url("../image/dvd-creator/pc/dVdcreator_banner_1200.png") no-repeat right bottom;
  background-size: 521px auto; }
  @media screen and (min-width: 1380px) {
    .uiwu-box-swiper-item {
      background: url("../image/dvd-creator/pc/dvdcreator_banner.png") no-repeat right bottom;
      background-size: 637px auto; } }

.uiwu-box {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px; }
  .uiwu-box-video {
    margin-top: 80px; }
    .uiwu-box-video-item {
      flex: 1;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .uiwu-box-video-item:nth-child(2) {
        margin: 0 120px; }
      .uiwu-box-video-item p {
        color: #1e1e1e;
        font: bold 20px/30px 'Montserrat';
        margin: 30px 0 20px; }
      .uiwu-box-video-item span {
        color: #000000;
        font: 300 17px/28px 'Montserrat'; }
  .uiwu-box-dvd {
    margin-top: 60px; }
    .uiwu-box-dvd ul {
      flex: 1;
      margin-right: 104px; }
      .uiwu-box-dvd ul li {
        min-height: 64px;
        border-bottom: 1px solid #c2c2c2; }
        .uiwu-box-dvd ul li p {
          color: #1e1e1e;
          font: bold 22px/40px 'Montserrat'; }
          .uiwu-box-dvd ul li p img {
            cursor: pointer;
            display: none; }
            .uiwu-box-dvd ul li p img:nth-child(1) {
              display: block; }
        .uiwu-box-dvd ul li span {
          display: none;
          font: 300 17px/24px 'Montserrat';
          color: #000;
          margin-bottom: 20px; }
        .uiwu-box-dvd ul li.active p {
          color: #0045FF; }
          .uiwu-box-dvd ul li.active p img:nth-child(1) {
            display: none; }
          .uiwu-box-dvd ul li.active p img:nth-child(2) {
            display: block; }
        .uiwu-box-dvd ul li.active span {
          display: block; }
    .uiwu-box-dvd .right {
      width: 651px; }
  .uiwu-box-creation {
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between; }
    .uiwu-box-creation-item {
      width: calc(100% / 3 - 8px);
      height: 314px;
      background: #ffffff;
      border-radius: 30px;
      margin-top: 30px;
      justify-content: flex-start; }
      @media screen and (min-width: 1280px) {
        .uiwu-box-creation-item {
          width: calc(100% / 3 - 22px); } }
      @media screen and (min-width: 1025px) and (max-width: 1190px) {
        .uiwu-box-creation-item {
          width: calc(100% / 2 - 22px); } }
      @media screen and (min-width: 1025px) {
        .uiwu-box-creation-item:nth-child(3n + 0) {
          margin-right: 0; } }
      .uiwu-box-creation-item img {
        margin-top: 40px; }
      .uiwu-box-creation-item p {
        color: #1e1e1e;
        font: bold 22px/68px 'Montserrat';
        text-align: center; }
        @media screen and (min-width: 1025px) and (max-width: 1280px) {
          .uiwu-box-creation-item p {
            font-size: 24px; } }
      .uiwu-box-creation-item span {
        color: #000000;
        font: 300 17px/28px 'Montserrat';
        text-align: center;
        padding: 0 75px;
        display: block; }
  .uiwu-box-project {
    margin-top: 60px; }
    .uiwu-box-project img {
      margin: 0 auto; }
  .uiwu-box-file {
    margin-top: 74px; }
    .uiwu-box-file .left {
      margin-right: 110px; }
    .uiwu-box-file ul {
      flex: 1;
      display: flex;
      flex-direction: column;
      max-height: 450px;
      justify-content: space-between; }
      .uiwu-box-file ul li {
        align-items: center; }
        .uiwu-box-file ul li img {
          width: 75px;
          height: 75px;
          margin-right: 30px; }
        .uiwu-box-file ul li div {
          flex: 1; }
          .uiwu-box-file ul li div p {
            color: #1e1e1e;
            font: bold 22px/48px 'Montserrat'; }
          .uiwu-box-file ul li div span {
            font: 300 17px/24px 'Montserrat';
            color: #000000;
            display: block; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .uiwu-box-swiper-item {
    background: url("../image/dvd-creator/ios/dvdcreator_banner_ios.png") no-repeat center bottom;
    padding-left: 0; }
  .uiwu-box {
    padding: 0 30px;
    width: 100%; }
    .uiwu-box-video {
      flex-wrap: wrap;
      justify-content: space-between; }
      .uiwu-box-video-item {
        flex: none;
        width: 45%;
        margin-bottom: 50px; }
        .uiwu-box-video-item:last-child {
          margin-bottom: 0; }
        .uiwu-box-video-item:nth-child(2) {
          margin: 0; }
    .uiwu-box-dvd {
      flex-wrap: wrap; }
      .uiwu-box-dvd ul {
        width: 100%;
        margin-right: 0;
        padding: 0 80px;
        margin-bottom: 58px; }
        .uiwu-box-dvd ul li:nth-child(1) {
          border-top: 1px solid #c2c2c2; }
      .uiwu-box-dvd .right {
        width: 100%;
        padding: 0 30px; }
        .uiwu-box-dvd .right img {
          width: 100%; }
    .uiwu-box-creation {
      flex-wrap: wrap;
      margin-top: 40px; }
      .uiwu-box-creation-item {
        width: calc(100% / 2 - 15px);
        height: 350px;
        margin-right: 25px; }
        .uiwu-box-creation-item:nth-child(2n + 0) {
          margin-right: 0; }
        .uiwu-box-creation-item p {
          line-height: 34px;
          margin-top: 22px;
          padding: 0 45px;
          margin-bottom: 10px; }
        .uiwu-box-creation-item span {
          padding: 0 30px; }
    .uiwu-box-project img {
      width: 100%;
      margin: 0 auto; }
    .uiwu-box-file {
      padding: 0 60px;
      flex-wrap: wrap; }
      .uiwu-box-file .left {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%; }
        .uiwu-box-file .left img {
          width: 100%; }
      .uiwu-box-file ul li {
        margin-bottom: 40px; }
        .uiwu-box-file ul li:last-child {
          margin-bottom: 0; }
        .uiwu-box-file ul li div p {
          line-height: 32px; } }

@media screen and (min-width: 320px) and (max-width: 767px) {
  .uiwu-box {
    padding: 0 0.4rem;
    width: 100%; }
  .uiwu-box-swiper-item {
    background: url("../image/dvd-creator/ios/dvdcreator_banner_ios.png") no-repeat center bottom;
    background-size: 8.37rem auto; }
  .uiwu-box-video {
    margin-top: 1.2rem;
    flex-wrap: wrap; }
    .uiwu-box-video-item {
      width: 100%;
      flex: none;
      text-align: left;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 1.07rem; }
      .uiwu-box-video-item:nth-child(2) {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1.07rem; }
      .uiwu-box-video-item:last-child {
        margin-bottom: 0; }
      .uiwu-box-video-item img {
        width: 3.68rem; }
      .uiwu-box-video-item p {
        color: #1e1e1e;
        font: bold 0.4rem/.53rem 'Montserrat';
        margin: 0.4rem 0 0.1rem; }
      .uiwu-box-video-item span {
        color: #000000;
        font: 400 0.29rem/.4rem 'Montserrat'; }
  .uiwu-box-dvd {
    margin-top: 0.53rem;
    flex-wrap: wrap; }
    .uiwu-box-dvd ul {
      flex: 1;
      margin-right: 0; }
      .uiwu-box-dvd ul li {
        min-height: 0.95rem;
        border-bottom: 1px solid #c2c2c2; }
        .uiwu-box-dvd ul li:nth-child(1) {
          border-top: 1px solid #c2c2c2; }
        .uiwu-box-dvd ul li p {
          color: #1e1e1e;
          font: bold 22px/68px 'Montserrat';
          font-size: 0.41rem;
          line-height: 1rem; }
          .uiwu-box-dvd ul li p img {
            cursor: pointer;
            width: 0.49rem; }
        .uiwu-box-dvd ul li span {
          font: 300 0.27rem/.35rem 'Montserrat';
          color: #000;
          margin-bottom: 0.36rem; }
    .uiwu-box-dvd .right {
      width: 100%;
      margin-top: 0.65rem; }
      .uiwu-box-dvd .right img {
        width: 100%; }
  .uiwu-box-creation {
    flex-wrap: wrap;
    margin-top: 0.4rem; }
    .uiwu-box-creation-item {
      width: 100%;
      height: 2.77rem;
      background: #ffffff;
      border-radius: 0.4rem;
      margin-right: 0;
      margin-top: 0.33rem;
      justify-content: flex-start;
      flex-direction: row;
      padding: 0 0.47rem; }
      .uiwu-box-creation-item img {
        margin: 0;
        margin-right: 0.47rem;
        width: 1.15rem; }
      .uiwu-box-creation-item p {
        color: #1e1e1e;
        font: bold 0.4rem/.49rem 'Montserrat';
        text-align: left;
        margin-bottom: 0.2rem;
        white-space: nowrap; }
      .uiwu-box-creation-item span {
        color: #000000;
        font: 300 17px/28px 'Montserrat';
        text-align: left;
        padding: 0 75px;
        font-size: 0.29rem;
        line-height: 0.4rem;
        padding: 0; }
  .uiwu-box-project {
    margin-top: 0.67rem; }
    .uiwu-box-project img {
      margin: 0 auto;
      width: 100%; }
  .uiwu-box-file {
    margin-top: 1rem;
    flex-wrap: wrap; }
    .uiwu-box-file .left {
      width: 100%;
      margin-right: 0; }
      .uiwu-box-file .left img {
        width: 100%; }
    .uiwu-box-file ul {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-top: 0.67rem; }
      .uiwu-box-file ul li {
        align-items: flex-start;
        margin-bottom: 0.4rem; }
        .uiwu-box-file ul li:last-child {
          margin-bottom: 0; }
        .uiwu-box-file ul li img {
          width: 1rem;
          height: 1rem;
          margin-right: 0.4rem;
          margin-top: 0.13rem; }
        .uiwu-box-file ul li div {
          flex: 1; }
          .uiwu-box-file ul li div p {
            color: #1e1e1e;
            font: bold 0.4rem/.7rem 'Montserrat'; }
          .uiwu-box-file ul li div span {
            font: 300 0.29rem/.4rem 'Montserrat';
            color: #000000;
            display: block; } }
