.uiwu-banner {
    width: 100%;
    background: url(../image/data-recovery-windows/icon_image26.png) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 74px 0 50px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-banner {
        align-items: start;
        padding: 44px 30px 32px; /* 1.15*38=44, 0.8*38=30, 0.85*38=32 */
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-banner {
        padding: 84px 0 67px;
        height: 734px;
    }
}

.uiwu-banner h2 {
    font-size: 38px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 10px 0 20px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-banner h2 {
        font-size: 26px; /* 0.68*38=26 */
        margin: 29px 0 14px; /* 0.76*38=29, 0.36*38=14 */
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-banner h2 {
        padding: 0 0;
        line-height: 48px;
        margin: 17px 0 15px;
    }
}

.uiwu-banner h4 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 28px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-banner h4 {
        font-size: 20px; /* 0.53*38=20 */
        line-height: 29px; /* 0.77*38=29 */
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-banner h4 {
        text-align: center;
        font-size: 20px;
    }
}

/*.uiwu-banner p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 24px; }
  .uiwu-banner p span {
    display: block; }
  .uiwu-banner p.p1 {
    line-height: 25px;
    font-size: 16px;
    font-weight: 300;
    opacity: 0.7; }
    .uiwu-banner p.p1 a {
      color: #FFF;
      text-decoration: underline; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-banner p {
      font-size: 12px; 0.32*38=12
      line-height: 18px; 0.48*38=18
      .uiwu-banner p span {
        margin-bottom: 18px; 0.47*38=18
      }
      .uiwu-banner p.p1 {
        font-size: 12px; 0.32*38=12
        opacity: 1;
        width: 100%;
        line-height: 17px; 0.45*38=17
      } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-banner p {
      text-align: center;
      font-size: 14px; } }*/

.w-index-reviews {
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

.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;
    }
}

.banner-p-label {
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFF;
    /*margin-top: 42px;*/
}

.banner-p-label.p-black {
    color: #000;
}

.banner-p-label span {
    width: 850px;
    margin: 0 auto 0px;
    display: block;
    text-align: left;
    position: relative;
    padding-left: 10px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-p-label span {
        width: 100%;
        padding-left: 10px;
        margin-bottom: 10px;
    }
}

.banner-p-label span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 3px;
    margin-top: -1.5px;
    height: 3px;
    background: #FFF;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-p-label span::after {
        top: 10px;
    }
}

.banner-p-label span:last-child {
    margin: 0 auto 0;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .banner-p-label {
        /*padding: 0 80px;*/
        width: 650px;

        line-height: 1.5;
    }

    .banner-p-label span {
        width: 100%;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-p-label {
        text-align: left;
        font-size: 14px; /* 0.37*38=14 */
        line-height: 1.5;
        width: 100%;
    }
}

.uiwu-banner ul {
    margin-top: 39px;
    margin-bottom: 22px;
}

.uiwu-banner ul li {
    cursor: pointer;
    width: 160px;
    height: 48px;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    margin: 0 14px;
}

.uiwu-banner ul li:nth-child(1) {
    background-color: #06C668;
    border-color: #06C668;
}

.uiwu-banner ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 32px;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-banner ul {
        flex-direction: column;
        width: 100%;
        margin-top: 11px; /* 0.29*38=11 */
        margin-bottom: 11px; /* 0.28*38=11 */
    }

    .uiwu-banner ul li {
        width: 100%;
        margin: 6px 0; /* 0.15*38=6 */
        height: 44px; /* 1.17*38=44 */
        border-width: 1px; /* 0.03*38=1 */
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-banner ul {
        margin-top: 49px;
        margin-bottom: 41px;
    }
}

.uiwu-banner > a {
    margin-top: 28px;
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 33px;
    text-decoration: underline;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-banner > a {
        width: 100%;
        font-size: 12px; /* 0.32*38=12 */
        text-decoration: underline;
        margin-top: 13px; /* 0.35*38=13 */
    }
}

.uiwu-full {
    width: 100%;
    background: #F3F8FD;
    padding: 86px 0 70px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-full {
        padding: 49px 68px 56px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-full {
        padding: 57px 30px 27px; /* 1.51*38=57, 0.8*38=30, 0.72*38=27 */
    }
}

.uiwu-full h3 {
    font-size: 24px;
    font-weight: bold;
    color: #272727;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-full h3 {
        font-size: 24px;
        margin-bottom: 23px;
        margin-bottom: 34px; /* 0.44*76.8=34 */
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-full h3 {
        font-size: 19px; /* 0.5*38=19 */
        margin-bottom: 20px; /* 0.53*38=20 */
        text-align: left;
    }
}

.uiwu-full > p {
    font-size: 18px;
    font-weight: 300;
    color: #272727;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-full > p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-full > p {
        font-size: 12px; /* 0.32*38=12 */
        text-align: left;
        margin: 0 auto;
        line-height: 18px; /* 0.48*38=18 */
    }
}

.uiwu-full ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1196px;
    margin: 54px auto 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-full ul {
        margin-top: 28px;
    }
}

.uiwu-full ul li {
    width: calc(100% / 2 - 36px / 2);
    height: 260px;
    background: #FFFFFF;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    display: flex;
    margin-bottom: 32px;
    justify-content: center;
}

.uiwu-full ul li:nth-child(2n + 0) {
    margin-top: 21px;
    margin-bottom: calc(32px - 21px);
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .uiwu-full ul li {
        width: 100%;
        margin-bottom: 23px;
        height: 180px;
    }

    .uiwu-full ul li:nth-child(2n + 0) {
        margin-top: 0;
        margin-bottom: 23px;
    }
}

.uiwu-full ul li div {
    width: 170px;
    justify-content: center;
}

.uiwu-full ul li div img {
    /*margin-right: 45px;*/
}

.uiwu-full ul li div.in {
    width: auto;
    flex: 1;
    padding-right: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-full ul li div.in {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.uiwu-full ul li div.in h5 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-full ul li div.in h5 {
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-full ul li {
        height: auto;
        padding-bottom: 10px;
        padding-right: 10px;
        /*height: 142px; 3.73*38=142 */
    }

    .uiwu-full ul li div {
        width: 76px; /* 2rem*38=76 */
    }

    .uiwu-full ul li div img {
        /*margin-right: 23px; 0.6*38=23 */
    }

    .uiwu-full ul li div.in {
        padding-right: 5px; /* 0.13*38=5 */
    }

    .uiwu-full ul li div.in h5 {
        font-size: 14px; /* 0.38*38=14 */
        line-height: 17px; /* 0.44*38=17 */
        margin-bottom: 11px; /* 0.28*38=11 */
    }

    .uiwu-full ul li div.in p {
        line-height: 16px; /* 0.43*38=16 */
        font-size: 12px; /* 0.32*38=12 */
    }

    .uiwu-full ul li:nth-child(1) img {
        width: 45px; /* 1.19*38=45 */
        height: auto;
    }

    .uiwu-full ul li:nth-child(2) img {
        width: 45px; /* 1.19*38=45 */
    }

    .uiwu-full ul li:nth-child(3) img {
        width: 45px; /* 1.19*38=45 */
    }

    .uiwu-full ul li:nth-child(4) img {
        width: 44px; /* 1.17*38=44 */
    }

    .uiwu-full ul li:nth-child(5) img {
        width: 44px; /* 1.16*38=44 */
    }

    .uiwu-full ul li:nth-child(6) img {
        width: 45px; /* 1.19*38=45 */
    }

    .uiwu-full ul li:nth-child(7) img {
        width: 45px; /* 1.19*38=45 */
    }

    .uiwu-full ul li:nth-child(8) img {
        width: 45px; /* 1.19*38=45 */
    }
}

.uiwu-recover {
    width: 100%;
    background: #fff;
    padding: 86px 0 70px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-recover {
        padding: 49px 68px 56px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-recover {
        padding: 58px 30px 39px; /* 1.52*38=58, 0.8*38=30, 1.03*38=39 */
    }
}

.uiwu-recover h3 {
    font-size: 24px;
    font-weight: bold;
    color: #272727;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-recover h3 {
        font-size: 24px;
        margin-bottom: 23px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-recover h3 {
        font-size: 19px; /* 0.5*38=19 */
        text-align: left;
    }
}

.uiwu-recover > p {
    font-size: 18px;
    font-weight: 300;
    color: #272727;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-recover > p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-recover > p {
        font-size: 12px; /* 0.32*38=12 */
        text-align: left;
        margin: 0 auto;
        line-height: 18px; /* 0.48*38=18 */
    }
}

.uiwu-recover ul {
    max-width: 1200px;
    margin: 55px auto 0;
    display: flex;
    flex-wrap: wrap;
}

.uiwu-recover ul li {
    width: calc(100% / 3 - 30px);
    margin-bottom: 33px;
    height: 320px;
    background: #FFFFFF;
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.uiwu-recover ul li:nth-child(3) {
    margin-right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-recover ul li {
        width: calc(100% / 2 - 25px);
        height: 340px;
        margin-right: 25px;
    }

    .uiwu-recover ul li:nth-child(3) {
        margin-right: 25px;
    }

    .uiwu-recover ul li:nth-child(2n + 0) {
        margin-right: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-recover ul li {
        width: 100%;
        margin-right: 0;
        height: 228px; /* 6rem*38=228 */
        padding-top: 20px;
        margin-bottom: 12px; /* 0.32*38=12 */
    }

    .uiwu-recover ul li img {
        width: 85px; /* 2.24*38=85 */
        height: auto;
    }
}

.uiwu-recover ul li h5 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2D2D2E;
    text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-recover ul li h5 {
        font-size: 14px; /* 0.38*38=14 */
        margin: 13px 0 9px; /* 0.33*38=13, 0.23*38=9 */
    }
}

.uiwu-recover ul li p {
    font-size: 16px;
    font-weight: 100;
    color: #5F5F60;
    padding: 0 30px;
    height: 100px;
    text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-recover ul li p {
        font-size: 12px; /* 0.32*38=12 */
        line-height: 16px; /* 0.43*38=16 */
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-recover ul li p {
        height: 140px;
    }
}

.uiwu-suppor {
    width: 100%;
    background: #F3F8FD;
    padding: 86px 0 70px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-suppor {
        padding: 49px 68px 56px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-suppor {
        padding: 58px 30px 39px; /* 1.52*38=58, 0.8*38=30, 1.03*38=39 */
    }
}

.uiwu-suppor h3 {
    font-size: 24px;
    font-weight: bold;
    color: #272727;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 26px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-suppor h3 {
        font-size: 24px;
        margin-bottom: 23px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-suppor h3 {
        font-size: 19px; /* 0.5*38=19 */
        text-align: left;
    }
}

.uiwu-suppor > p {
    font-size: 18px;
    font-weight: 300;
    color: #272727;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-suppor > p {
        font-size: 18px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-suppor > p {
        font-size: 12px; /* 0.32*38=12 */
        margin: 0 auto;
        text-align: left;
    }
}

.uiwu-suppor ul {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.uiwu-suppor ul li {
    width: calc(100% / 5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-suppor ul li {
        width: calc(100% / 3);
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-suppor ul li {
        width: calc(100% / 2);
        margin-top: 30px; /* 0.8*38=30 */
    }
}

.uiwu-suppor ul li .img {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-suppor ul li .img {
        width: 28px; /* 0.73*38=28 */
        height: 28px; /* 0.73*38=28 */
    }

    .uiwu-suppor ul li .img img {
        width: 100%;
    }
}

.uiwu-suppor ul li p {
    font-size: 14px;
    width: 114px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-suppor ul li p {
        width: 73px; /* 1.92*38=73 */
        font-size: 8px; /* 0.21*38=8 */
    }
}

.uiwu-suppor .uiwu-suppor-ul {
    margin: 80px auto 0;
    max-width: 1200px;
}

.uiwu-suppor .uiwu-suppor-ul .flex-row {
    display: flex;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-suppor .uiwu-suppor-ul .flex-row {
        flex-wrap: wrap;
    }
}

.uiwu-suppor .uiwu-suppor-ul .flex-row .justify-between {
    width: calc(100% / 5);
    display: flex;
    align-items: center;
    margin-bottom: 67px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-suppor .uiwu-suppor-ul .flex-row .justify-between {
        width: calc(100% / 2);
    }
}

.uiwu-suppor .uiwu-suppor-ul .flex-row .justify-between .img {
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.uiwu-suppor .uiwu-suppor-ul .flex-row .justify-between .flex-col {
    width: 100px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-suppor .uiwu-suppor-ul .flex-row .justify-between .flex-col {
        width: auto;
    }

    .uiwu-suppor .uiwu-suppor-ul .flex-row .justify-between .flex-col span {
        font-size: 8px; /* 0.21*38=8 */
    }
}

.uiwu-useful {
    width: 100%;
    background: #fff;
    padding: 130px 0 70px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-useful {
        padding: 49px 68px 56px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-useful {
        padding: 35px 33px; /* 0.91*38=35, 0.87*38=33 */
    }
}

.uiwu-useful h3 {
    font-size: 24px;
    font-weight: bold;
    color: #272727;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-useful h3 {
        margin-bottom: 23px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-useful h3 {
        font-size: 19px; /* 0.5*38=19 */
        text-align: left;
    }
}

.uiwu-useful > p {
    font-size: 18px;
    font-weight: 300;
    color: #272727;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-useful > p {
        font-size: 18px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-useful > p {
        font-size: 12px; /* 0.32*38=12 */
        margin: 0 auto;
        text-align: left;
    }
}

.uiwu-useful ul {
    max-width: 1200px;
    margin: 58px auto 0;
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-useful ul {
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-useful ul {
        flex-wrap: wrap;
    }
}

.uiwu-useful ul li {
    width: calc(100% / 4 - 14px);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 400px;
    background: #F3F8FD;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.08);
    padding-top: 30px;
}

.uiwu-useful ul li h5 {
    color: #272727;
    margin: 20px 0 20px;
    font-size: 18px;
    text-align: center;
    font-weight: 800;
}

.uiwu-useful ul li p {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #666666;
    height: 120px;
    padding: 0 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-useful ul li {
        width: calc(100% / 2 - 10px);
        margin-bottom: 20px;
    }

    .uiwu-useful ul li h5 {
        text-align: center;
        font-size: 18px;
        margin: 33px 0 14px;
    }

    .uiwu-useful ul li p {
        font-size: 14px;
        text-align: center;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-useful ul li {
        width: auto;
        margin-bottom: 18px; /* 0.48*38=18 */
        height: auto;
        /*padding-bottom: 19px; 0.51*38=19 */
        padding-top: 33px; /* 0.88*38=33 */
    }

    .uiwu-useful ul li h5 {
        font-size: 14px; /* 0.38*38=14 */
        margin: 9px 0 8px; /* 0.23*38=9, 0.21*38=8 */
    }

    .uiwu-useful ul li p {
        font-size: 12px; /* 0.32*38=12 */
        padding: 0 9px; /* 0.24*38=9 */
        text-align: center;
    }

    .uiwu-useful ul li:nth-child(1) img {
        width: 53px; /* 1.4*38=53 */
        height: auto;
    }

    .uiwu-useful ul li:nth-child(2) img {
        width: 49px; /* 1.29*38=49 */
        height: auto;
    }

    .uiwu-useful ul li:nth-child(3) img {
        width: 52px; /* 1.36*38=52 */
        height: auto;
    }

    .uiwu-useful ul li:nth-child(4) img {
        width: 44px; /* 1.17*38=44 */
        height: auto;
    }
}

.uiwu-more {
    width: 100%;
    background: #fff;
    padding: 130px 0 70px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-more {
        padding: 49px 68px 56px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-more {
        padding: 0 30px 39px; /* 0.8*38=30, 1.03*38=39 */
    }
}

.uiwu-more h3 {
    font-size: 24px;
    font-weight: bold;
    color: #272727;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-more h3 {
        font-size: 24px;
        margin-bottom: 23px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-more h3 {
        font-size: 19px; /* 0.5*38=19 */
        text-align: left;
    }
}

.uiwu-more > p {
    font-size: 18px;
    font-weight: 300;
    color: #272727;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-more > p {
        font-size: 18px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-more > p {
        font-size: 12px; /* 0.32*38=12 */
        margin: 0 auto;
        text-align: left;
    }
}

.uiwu-more ul {
    max-width: 1200px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-more ul {
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-more ul {
        flex-wrap: wrap;
        margin-top: 30px; /* 0.8*38=30 */
    }
}

.uiwu-more ul li {
    width: calc(100% / 2);
}

.uiwu-more ul li:nth-child(1) {
    margin-right: 206px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-more ul li {
        width: 100%;
    }

    .uiwu-more ul li:nth-child(1) {
        margin-right: 0;
        margin-bottom: 115px;
    }

    .uiwu-more ul li img {
        width: 100%;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-more ul li {
        width: 100%;
    }

    .uiwu-more ul li:nth-child(1) {
        margin-right: 0;
        margin-bottom: 44px; /* 1.16*38=44 */
    }

    .uiwu-more ul li img {
        width: 100%;
    }
}

.uiwu-more ul li h5 {
    font-size: 18px;
    font-weight: bold;
    color: #272727;
    margin: 20px 0;
    text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-more ul li h5 {
        font-size: 14px; /* 0.38*38=14 */
        line-height: 16px; /* 0.43*38=16 */
    }
}

.uiwu-more ul li p {
    font-size: 16px;
    font-weight: 300;
    color: #666666;
    text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-more ul li p {
        font-size: 12px; /* 0.32*38=12 */
        line-height: 15px; /* 0.4*38=15 */
    }
}

.uiwu-how {
    width: 100%;
    background: #F3F8FD;
    padding: 86px 0 70px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-how {
        padding: 49px 20px 56px;
        background-color: #fff;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-how {
        padding: 30px 30px 39px; /* 0.8*38=30, 0.8*38=30, 1.03*38=39 */
        background-color: #fff;
    }
}

.uiwu-how h3 {
    font-size: 24px;
    font-weight: bold;
    color: #272727;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 26px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-how h3 {
        font-size: 24px;
        margin-bottom: 23px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-how h3 {
        font-size: 19px; /* 0.5*38=19 */
        text-align: left;
    }
}

.uiwu-how > p {
    font-size: 18px;
    font-weight: 300;
    color: #272727;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-how > p {
        margin: 0 60px;
        font-size: 18px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-how > p {
        font-size: 12px; /* 0.32*38=12 */
        text-align: left;
    }
}

.uiwu-how-tab {
    max-width: 1359px;
    margin: 90px auto 0;
    display: flex;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-how-tab {
        flex-direction: column;
        margin-top: 10px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-how-tab {
        width: 100%;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .uiwu-how-tab ul {
        width: 100%;
    }

    .uiwu-how-tab .right {
        width: 100%;
    }

    .uiwu-how-tab .right img {
        width: 100%;
    }
}

.uiwu-how ul {
    flex: 1;
    height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*padding: 24px 0;*/
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-how ul {
        flex-direction: row;
        padding: 24px 20px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-how ul {
        height: auto;
    }
}

.uiwu-how ul li {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.uiwu-how ul li.active h2 {
    color: #3384FF;
}

.uiwu-how ul li > img {
    display: none;
    margin-top: 5px; /* 0.13*38=5 */
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-how ul li {
        flex-direction: column;
        flex: 1;
        margin-right: 20px;
    }

    .uiwu-how ul li:last-child {
        margin-right: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-how ul li {
        flex-direction: column;
        margin-bottom: 27px; /* 0.72*38=27 */
    }

    .uiwu-how ul li:last-child {
        margin-bottom: 0;
    }

    .uiwu-how ul li > img {
        display: block;
        width: 100%;
    }
}

.uiwu-how ul li .img {
    width: 56px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-how ul li .img {
        width: 43px;
    }

    .uiwu-how ul li .img img {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-how ul li .img {
        width: 29px; /* 0.76*38=29 */
        height: 29px; /* 0.76*38=29 */
    }

    .uiwu-how ul li .img img {
        width: 29px; /* 0.76*38=29 */
        height: auto;
    }
}

.uiwu-how ul li h2 {
    font-size: 20px;
    font-weight: 200;
    color: #41424E;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-how ul li h2 {
        font-size: 18px;
        line-height: 21px;
        margin-top: 5px;
        text-align: center;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-how ul li h2 {
        color: #3384FF;
        font-size: 14px; /* 0.38*38=14 */
        text-align: center;
        margin: 11px 0 6px; /* 0.29*38=11, 0.17*38=6 */
    }
}

.uiwu-how ul li p {
    font-size: 16px;
    font-weight: 300;
    color: #41424E;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-how ul li p {
        font-size: 16px;
        margin-top: 17px;
        text-align: center;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-how ul li p {
        font-size: 12px; /* 0.32*38=12 */
        line-height: 15px; /* 0.4*38=15 */
        text-align: center;
    }
}

.uiwu-how .right {
    /*width: 760px;*/
    height: 460px;
    margin-left: 20px;
    margin-right: 20px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-how .right {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-how .right {
        width: 100%;
        margin-left: auto;
    }
}

.uiwu-how .right img {
    display: none;
}

.uiwu-how .right img:nth-child(1) {
    display: block;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-how .right img {
        width: 100%;
    }
}

.uiwu-easemacuse {
    width: 100%;
    height: 531px;
    background-color: #C1DEFA;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.uiwu-easemacuse img {
    width: 118px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-easemacuse {
        padding: 0 30px; /* 0.8*38=30 */
        height: 519px; /* 13.65*38=519 */
    }

    .uiwu-easemacuse img {
        width: 119px; /* 3.15*38=119 */
    }
}

.uiwu-easemacuse h2 {
    font-size: 28px;
    font-weight: 300;
    color: #000000;
    line-height: 19px;
    margin-top: 69px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-easemacuse h2 {
        text-align: left;
        font-size: 29px; /* 0.77*38=29 */
        line-height: 35px; /* 0.91*38=35 */
        margin-top: 44px; /* 1.17*38=44 */
    }
}

.uiwu-easemacuse p {
    font-size: 22px;
    font-weight: 300;
    color: #000000;
    line-height: 19px;
    margin: 21px 0 54px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-easemacuse p {
        margin: 24px 0 30px; /* 0.63*38=24, 0.8*38=30 */
        font-size: 14px; /* 0.37*38=14 */
        text-align: left;
        line-height: 20px; /* 0.53*38=20 */
    }
}

.uiwu-easemacuse div {
    display: flex;
}

.uiwu-easemacuse div a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 48px;
    border: 2px solid #000000;
    border-radius: 10px;
    margin: 0 14px;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}

.uiwu-easemacuse div a:nth-child(1) {
    background-color: #06C668;
    border-color: #06C668;
    color: #FFFFFF;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-easemacuse div {
        flex-direction: column;
        width: 100%;
    }

    .uiwu-easemacuse div a {
        width: 100%;
        margin: 0 0 12px; /* 0.31*38=12 */
    }
}

.sapce_top_10 {
    padding-top: 15px;
    font-size: 16px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .sapce_top_10 {
        font-size: 14px; /* 0.38*38=14 */
    }
}

.image-center {
    width: 107px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .image-center {
        margin: 0 auto;
    }
}

.footer-banner {
    background: linear-gradient(90deg, #C4E5FF 0%, #D8EEFF 100%);
}