.banner {
    height: calc(732px - 78px);
    background: url(../image/data-recovery-mac/pc.png) no-repeat 0 0;
    background-size: cover;
}

@media screen and (min-width: 768px) and (max-width: 990px) {
    .banner {
        padding-bottom: 98px;
        background: url(../image/data-recovery-mac/ipad.png) no-repeat 0 0;
        background-size: cover;
        height: auto;
        min-height: calc(732px - 78px);
    }

    .banner#banner-box {
        padding-bottom: 0;
        min-height: 531px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner {
        background: url(../image/data-recovery-mac/ios.png) no-repeat 0 0;
        background-size: cover;
        height: auto;
        min-height: calc(732px - 78px);
        padding-bottom: 56px; /* 1.46rem * 38 = 55.48 → 56px */
    }
}

.banner_custom_height {
    height: 732px;
}

.banner_custom_height_es {
    height: 700px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .banner_custom_height {
        height: 850px;
    }

    .banner_custom_height_es {
        height: 850px;
    }
}

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

    .banner_custom_height_es {
        height: auto;
    }
}

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

.w-index-h3 {
    color: #272727;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-h3 {
        padding: 0 30px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-h3 {
        text-align: left;
        font-size: 19px; /* 0.50rem * 38 = 19 → 19px */
        line-height: 1.2;
        padding: 0 30px; /* 0.8rem * 38 = 30.4 → 30px */
        margin-bottom: 20px; /* 0.53rem * 38 = 20.14 → 20px */
    }
}

.w-index-p {
    font-size: 18px;
    color: #272727;
    font-weight: 100;
    text-align: center;
    padding: 0 20%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-p {
        padding: 0 30px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-p {
        text-align: left;
        font-size: 13px; /* 0.34rem * 38 = 12.92 → 13px */
        padding: 0 30px; /* 0.8rem * 38 = 30.4 → 30px */
    }
}

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

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

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-modes {
        margin-top: 40px; /* 1.06rem * 38 = 40.28 → 40px */
    }
}

@media screen and (min-width: 1447px) {
    .w-index-modes {
        max-width: 1447px;
    }
}

.w-index-modes-list {
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-modes-list {
        padding: 0 30px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-modes-list {
        padding: 0 30px; /* 0.8rem * 38 = 30.4 → 30px */
    }
}


.w-index-modes-list-item {
    height: 345px;
    background: #EEF6FF;
    margin-right: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 5px solid #0077F9;
    padding: 40px 0 30px;
    color: #41424E;
    margin-top: 50px;
}

@media screen and (min-width: 1447px) {
    .w-index-modes-list-item {
        width: 275px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1446px) {
    .w-index-modes-list-item {
        width: calc(100% / 3 - 12px);
    }

    .w-index-modes-list-item:nth-child(3n + 0) {
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .w-index-modes-list-item {
        width: calc(100% / 2 - 9px);
    }

    .w-index-modes-list-item:nth-child(2n + 0) {
        margin-right: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-modes-list-item {
        height: 224px; /* 5.9rem * 38 = 224.2 → 224px */
        padding: 25px 0 15px; /* 0.66rem*38=25.08→25px; 0.4rem*38=15.2→15px */
        margin-right: 0;
    }
}

.w-index-modes-list-item:last-child {
    margin-right: 0;
}

.w-index-modes-list-item img {
    width: calc(98px / 2);
    height: auto;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-modes-list-item img {
        width: 50px; /* 1.3rem * 38 = 49.4 → 50px */
    }
}

.w-index-modes-list-item h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-modes-list-item h4 {
        font-size: 13px; /* 0.34rem * 38 = 12.92 → 13px */
        margin-top: 15px; /* 0.4rem * 38 = 15.2 → 15px */
        margin-bottom: 8px; /* 0.2rem * 38 = 7.6 → 8px */
    }
}

.w-index-modes-list-item p {
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    padding: 0 15px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-modes-list-item p {
        font-size: 12px; /* 0.32rem * 38 = 12.16 → 12px */
    }
}

.w-index-modes-list-item-language {
    height: 445px;
}

.w-index-modes-list-item-language h4 {
    text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-modes-list-item-language {
        height: 266px; /* 7rem * 38 = 266 → 266px */
        padding: 25px 0 15px; /* 0.66rem*38=25.08→25px; 0.4rem*38=15.2→15px */
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .w-index-modes-list-item-language {
        height: 345px;
    }
}

.w-index-major {
    margin-top: 110px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-major {
        margin-top: 76px; /* 2rem * 38 = 76 → 76px */
    }
}

.w-index-major img {
    margin: 50px auto 0;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-major img {
        width: 346px; /* 9.1rem * 38 = 345.8 → 346px */
        height: auto;
        margin: 46px auto 0; /* 1.2rem * 38 = 45.6 → 46px */
    }
}

.w-index-recover {
    margin-top: 110px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-recover {
        margin-top: 76px; /* 2rem * 38 = 76 → 76px */
    }
}

.w-index-recover img {
    margin: 50px auto 0;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-recover img {
        width: 319px; /* 8.4rem * 38 = 319.2 → 319px */
        height: auto;
        margin: 46px auto 0; /* 1.2rem * 38 = 45.6 → 46px */
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-recover img {
        /*width: 95% */
    }
}

.w-index-safe {
    margin-top: 110px;
    background-color: #F8F8F8;
    padding: 80px 0;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-safe {
        margin-top: 76px; /* 2rem * 38 = 76 → 76px */
        padding: 49px 0; /* 1.3rem * 38 = 49.4 → 49px */
    }
}

.w-index-safe-list {
    padding-top: 40px;
    flex-wrap: wrap;
}

@media screen and (min-width: 1447px) {
    .w-index-safe-list {
        max-width: 1447px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-safe-list {
        padding: 0 30px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-safe-list {
        padding: 0 30px; /* 0.8rem * 38 = 30.4 → 30px */
    }
}

.w-index-safe-list-item {
    width: calc(100% / 4 - 12px);
    margin-right: 16px;
    background-color: #fff;
    min-height: 348px;
    height: auto;
    text-align: center;
    padding: 0 20px;
    color: #41424E;
}

.w-index-safe-list-item:last-child {
    margin-right: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .w-index-safe-list-item {
        width: calc(100% / 2 - 8px);
        margin-bottom: 23px;
    }

    .w-index-safe-list-item:nth-child(2n + 0) {
        margin-right: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-safe-list-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 29px; /* 0.77rem * 38 = 29.26 → 29px */
        min-height: 186px; /* 4.9rem * 38 = 186.2 → 186px */
        height: auto;
    }

    .w-index-safe-list-item:last-child {
        margin-bottom: 0;
    }
}

.w-index-safe-list-item img {
    width: calc(86px / 2);
    height: auto;
    margin: 50px auto 0;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-safe-list-item img {
        width: 43px; /* 1.14rem * 38 = 43.32 → 43px */
        margin: 25px auto 0; /* 0.66rem * 38 = 25.08 → 25px */
    }
}

.w-index-safe-list-item h4 {
    margin: 40px 0 20px;
    font-size: 18px;
    font-weight: 800;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-safe-list-item h4 {
        margin: 20px 0 10px; /* 0.53rem*38=20.14→20px; 0.26rem*38=9.88→10px */
        font-size: 13px; /* 0.34rem * 38 = 12.92 → 13px */
    }
}

.w-index-safe-list-item p {
    font-size: 16px;
    font-weight: 100;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-safe-list-item p {
        font-size: 12px; /* 0.32rem * 38 = 12.16 → 12px */
    }
}

.w-index-three {
    background-color: #F4F8FB;
    padding: 80px 0;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-three {
        padding: 44px 0; /* 1.17rem * 38 = 44.46 → 44px */
    }
}

.w-index-three-in {
    margin: 60px auto 0;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-three-in {
        margin: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-three-in {
        display: flex;
        flex-direction: column;
    }

    .w-index-three-in .ipads {
        width: 100%;
        height: auto;
        overflow: scroll;
    }
}

.w-index-three-in-top {
    margin-right: 110px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-three-in-top {
        margin-right: 0;
        display: flex;
        padding: 0 30px;
        width: 1024px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-three-in-top {
        display: none;
    }
}

.w-index-three-in-top li {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    cursor: pointer;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w-index-three-in-top li:last-child {
    margin-bottom: 0;
}

.w-index-three-in-top li.active > div h4 {
    margin-bottom: 10px;
    color: #3384FF;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-three-in-top li {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-right: 50px;
    }

    .w-index-three-in-top li:last-child {
        margin-right: 0;
    }
}

.w-index-three-in-top li img {
    width: 56px;
    height: 56px;
    margin-right: 20px;
}

.w-index-three-in-top li > div {
    flex: 1;
    color: #41424E;
}

.w-index-three-in-top li > div h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}

.w-index-three-in-top li > div h4 span {
    font-weight: 100;
}

.w-index-three-in-top li > div p {
    font-size: 16px;
    font-weight: 100;
}

.w-index-three-in-bottom {
    position: relative;
}

.w-index-three-in-bottom .mobeil {
    display: none;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-three-in-bottom {
        padding: 0 30px; /* 0.8rem * 38 = 30.4 → 30px */
    }

    .w-index-three-in-bottom .mobeil {
        display: block;
    }
}

.w-index-three-in-bottom li {
    opacity: 0;
    position: absolute;
}

.w-index-three-in-bottom li.active {
    position: static;
    opacity: 1;
}

.w-index-three-in-bottom li > img {
    width: auto;
    height: 450px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-three-in-bottom li {
        opacity: 1;
        position: static;
        color: #41424E;
        margin-top: 46px; /* 1.2rem * 38 = 45.6 → 46px */
    }

    .w-index-three-in-bottom li > img {
        width: 319px; /* 8.4rem * 38 = 319.2 → 319px */
        height: auto;
        margin: 0 auto;
    }

    .w-index-three-in-bottom li div {
        text-align: center;
    }

    .w-index-three-in-bottom li div img {
        width: 28px; /* 0.74rem * 38 = 28.12 → 28px */
        height: auto;
        margin: 0 auto;
    }

    .w-index-three-in-bottom li h4 {
        color: #3384FF;
        font-size: 14px; /* 0.37rem * 38 = 14.06 → 14px */
        font-weight: 500;
        margin: 10px 0 8px; /* 0.26rem*38=9.88→10px; 0.2rem*38=7.6→8px */
    }

    .w-index-three-in-bottom li h4 span {
        font-weight: 100;
    }

    .w-index-three-in-bottom li p {
        font-size: 12px; /* 0.32rem * 38 = 12.16 → 12px */
        font-weight: 100;
        margin-bottom: 33px; /* 0.86rem * 38 = 32.68 → 33px */
    }
}


.uiwu-pinglun {
    margin-bottom: 70px;
    margin-top: 80px;
}

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

.uiwu-pinglun-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.uiwu-pinglun-box img {
    height: auto;
}

.uiwu-pinglun-box img:nth-child(1) {
    width: 155px;
    margin-right: 15px;
}

.uiwu-pinglun-box img:nth-child(2) {
    width: 170px;
    margin-right: 30px;
}

.uiwu-pinglun-box img:nth-child(3) {
    width: 116px;
    margin-right: 57px;
}

.uiwu-pinglun-box img:nth-child(4) {
    width: 116px;
}

.uiwu-pinglun-box img:nth-child(5) {
    width: 186px;
    margin-left: 112px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-pinglun-box img:nth-child(5) {
        margin-left: 0;
        margin-top: 39px;
    }
}

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

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-general > h2 {
        text-align: left;
        font-size: 19px; /* 0.50rem * 38 = 19 → 19px */
        line-height: 1.2;
        padding: 0 30px; /* 0.8rem * 38 = 30.4 → 30px */
        margin-bottom: 20px; /* 0.53rem * 38 = 20.14 → 20px */
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-general > h2 {
        margin: 0 20px 30px;
    }
}

.uiwu-general > p {
    font-size: 18px;
    color: #272727;
    font-weight: 100;
    text-align: center;
    padding: 0 4%;
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-general > p {
        text-align: left;
        font-size: 13px; /* 0.34rem * 38 = 12.92 → 13px */
        padding: 0 30px; /* 0.8rem * 38 = 30.4 → 30px */
    }
}

/**
 *
 */
.uiwu-support {
    padding-bottom: 76px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-support {
        padding-top: 40px; /* 1.06rem * 38 = 40.28 → 40px */
        padding-bottom: 34px; /* 0.89rem * 38 = 33.82 → 34px */
    }
}

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

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-support ul {
        padding: 0 67px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-support ul {
        padding: 0 30px; /* 0.79rem * 38 = 30.02 → 30px */
        margin: 22px auto 0; /* 0.57rem * 38 = 21.66 → 22px */
    }
}

.uiwu-support ul li {
    width: calc(100% / 5 - 20px);
    height: 222px;
    background: #F3F8FD;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

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

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-support ul li {
        width: calc(100% / 1);
        height: 112px; /* 2.96rem * 38 = 112.48 → 112px */
    }

    .uiwu-support ul li:nth-child(1) .img img {
        width: 34px; /* 0.89rem * 38 = 33.82 → 34px */
    }

    .uiwu-support ul li:nth-child(2) .img img {
        width: 36px; /* 0.96rem * 38 = 36.48 → 36px */
    }

    .uiwu-support ul li:nth-child(3) .img img {
        width: 38px; /* 1rem * 38 = 38 → 38px */
    }

    .uiwu-support ul li:nth-child(4) .img img {
        width: 40px; /* 1.04rem * 38 = 39.52 → 40px */
    }

    .uiwu-support ul li:nth-child(5) .img img {
        width: 41px; /* 1.08rem * 38 = 41.04 → 41px */
    }

    .uiwu-support ul li:nth-child(6) .img img {
        width: 44px; /* 1.16rem * 38 = 44.08 → 44px */
    }

    .uiwu-support ul li:nth-child(7) .img img {
        width: 36px; /* 0.96rem * 38 = 36.48 → 36px */
    }

    .uiwu-support ul li:nth-child(8) .img img {
        width: 36px; /* 0.96rem * 38 = 36.48 → 36px */
    }

    .uiwu-support ul li:nth-child(9) .img img {
        width: 36px; /* 0.96rem * 38 = 36.48 → 36px */
    }

    .uiwu-support ul li:nth-child(10) .img img {
        width: 42px; /* 1.11rem * 38 = 42.18 → 42px */
    }
}

.uiwu-support ul li .img {
    width: 69px;
    height: 69px;
    margin-bottom: 30px;
    margin-top: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-support ul li .img {
        width: 44px; /* 1.16rem * 38 = 44.08 → 44px */
        height: 44px; /* 1.16rem * 38 = 44.08 → 44px */
        margin-top: 17px; /* 0.45rem * 38 = 17.1 → 17px */
        margin-bottom: 14px; /* 0.37rem * 38 = 14.06 → 14px */
    }
}

.uiwu-support ul li > span {
    font-size: 18px;
    font-weight: 400;
    color: #646565;
    text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-support ul li > span {
        font-size: 12px; /* 0.32rem * 38 = 12.16 → 12px */
    }
}

.uiwu-support ul li .show {
    top: 222px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
}

.uiwu-support ul li:hover .show {
    top: 0;
    transition: top 0.5s;
    background: #3C7DF4;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.uiwu-support ul li:hover .show span {
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-support ul li:hover .show span {
        font-size: 16px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-support ul li:hover .show span {
        font-size: 12px; /* 0.32rem * 38 = 12.16 → 12px */
    }
}

.uiwu-recover {
    background: #F3F8FD;
    padding-top: 62px;
    padding-bottom: calc(74px - 33px);
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-recover {
        padding-bottom: calc(35px - 20px); /* 0.91rem*38=34.58→35px; 0.52rem*38=19.76→20px */
    }
}

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

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-recover ul {
        padding: 0 32px;
        justify-content: flex-start;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-recover ul {
        padding: 0 30px; /* 0.79rem * 38 = 30.02 → 30px */
    }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-recover ul li {
        width: calc(100% / 2 - 19px);
        margin-bottom: 20px; /* 0.52rem * 38 = 19.76 → 20px */
    }

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

    .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 {
        margin-right: 0;
        width: 100%;
        padding-top: 35px;
        height: 247px; /* 6.5rem * 38 = 247 → 247px */
    }

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

.uiwu-recover ul li p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-recover ul li p {
        margin: 20px 0 10px; /* 0.53rem*38=20.14→20px; 0.26rem*38=9.88→10px */
        font-size: 13px; /* 0.34rem * 38 = 12.92 → 13px */
    }
}

.uiwu-recover ul li span {
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    height: 100px;
    padding: 0 15px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-recover ul li span {
        font-size: 12px; /* 0.32rem * 38 = 12.16 → 12px */
    }
}

.uiwu-all {
    padding-top: 72px;
    padding-bottom: 67px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-all div {
        padding: 0 20px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-all {
        padding-top: 48px; /* 1.25rem * 38 = 47.5 → 48px */
        padding-bottom: 82px; /* 2.17rem * 38 = 82.46 → 82px */
    }
}

.uiwu-all img {
    margin: 43px auto 0;
}

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

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-all img {
        width: 100%;
        margin: 53px 0 0; /* 1.39rem * 38 = 52.82 → 53px */
    }
}

.uiwu-afull {
    background: #F3F8FD;
    padding: 106px 0;
    padding-bottom: 100px;
}

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

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-afull {
        padding: 49px 0 0; /* 1.29rem * 38 = 49.02 → 49px */
    }
}

.uiwu-afull .uiwu-afull-div {
    display: none;
    margin-top: 85px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-afull .uiwu-afull-div {
        display: block;
        padding: 0 60px;
    }

    .uiwu-afull .uiwu-afull-div-ul-li {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .uiwu-afull .uiwu-afull-div-ul-li div {
        width: calc(100% / 2 - 55px);
        text-align: center;
        margin-bottom: 50px;
    }

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

    .uiwu-afull .uiwu-afull-div-ul-li div span {
        font-size: 14px;
        font-weight: 100;
        text-align: center;
        padding: 0 0px;
        display: block;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-afull .uiwu-afull-div {
        display: block;
        padding: 0 30px; /* 0.8rem * 38 = 30.4 → 30px */
        margin-top: 51px; /* 1.33rem * 38 = 50.54 → 51px */
    }

    .uiwu-afull .uiwu-afull-div-ul-li {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .uiwu-afull .uiwu-afull-div-ul-li div {
        width: 100%;
        text-align: center;
        margin-bottom: 51px; /* 1.33rem * 38 = 50.54 → 51px */
    }

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

    .uiwu-afull .uiwu-afull-div-ul-li div p {
        font-weight: bold;
        margin: 20px 0 10px; /* 0.53rem*38=20.14→20px; 0.26rem*38=9.88→10px */
        font-size: 13px; /* 0.34rem * 38 = 12.92 → 13px */
    }

    .uiwu-afull .uiwu-afull-div-ul-li div span {
        font-size: 12px; /* 0.32rem * 38 = 12.16 → 12px */
        font-weight: 100;
        text-align: center;
        padding: 0 15px;
        display: block;
    }
}

.uiwu-afull .swiper-container {
    max-width: 1200px;
    margin-top: 85px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-afull .swiper-container {
        display: none;
    }
}

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

.uiwu-afull .swiper-container ul li {
    display: flex;
    justify-content: space-between;
}

.uiwu-afull .swiper-container ul li > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: flex-start;
    flex: 1;
    justify-content: center;
}

.uiwu-afull .swiper-container ul li > div p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 15px;
}

.uiwu-afull .swiper-container ul li > div span {
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    padding: 0 15px;
}

.uiwu-afull .uiwu-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 62px;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .uiwu-afull .uiwu-ul {
        display: none;
    }
}

.uiwu-afull .uiwu-ul .swiper-pagination-bullet {
    width: 72px;
    height: 6px;
    background: #BAE1FD;
    border-radius: 3px;
    margin: 0 20px;
    cursor: pointer;
}

.uiwu-afull .uiwu-ul .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #3C7DF4;
}

.uiwu-how {
    width: 100%;
    background: #fff;
    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: 0.8rem 0.8rem 1.03rem;*/
        background-color: #fff;
    }
}

.uiwu-how h3 {
    font-size: 40px;
    font-weight: bold;
    color: #272727;
    line-height: 32px;
    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: 25px; /* 0.67rem * 38 = 25.46 → 25px */
        text-align: left;
    }
}

.uiwu-how > p {
    font-size: 20px;
    font-weight: 300;
    color: #272727;
    line-height: 32px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

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

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

.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 {
        padding: 30px 30px 39px; /* 0.8rem*38=30.4→30px; 1.03rem*38=39.14→39px */
        width: 100%;
        flex-wrap: wrap;
        margin-top: 0;
    }

    .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.13rem * 38 = 4.94 → 5px */
}

@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.72rem * 38 = 27.36 → 27px */
    }

    .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.76rem * 38 = 28.88 → 29px */
        height: 29px; /* 0.76rem * 38 = 28.88 → 29px */
    }

    .uiwu-how ul li .img img {
        width: 29px; /* 0.76rem * 38 = 28.88 → 29px */
        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: 13px; /* 0.34rem * 38 = 12.92 → 13px */
        text-align: center;
        margin: 11px 0 6px; /* 0.29rem*38=11.02→11px; 0.17rem*38=6.46→6px */
    }
}

.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 {
        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.32rem * 38 = 12.16 → 12px */
        line-height: 15px; /* 0.4rem * 38 = 15.2 → 15px */
        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 {
        margin-left: auto;
        width: 100%;
    }
}

.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-easemacus {
    width: 100%;
    height: 531px;
    background-color: #D4EDFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

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

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

    .uiwu-easemacus img {
        width: 119px; /* 3.15rem * 38 = 119.7 → 119px */
    }
}

.uiwu-easemacus 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-easemacus h2 {
        text-align: left;
        font-size: 29px; /* 0.77rem * 38 = 29.26 → 29px */
        line-height: 35px; /* 0.91rem * 38 = 34.58 → 35px */
        margin-top: 44px; /* 1.17rem * 38 = 44.46 → 44px */
    }
}

.uiwu-easemacus 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-easemacus p {
        margin: 24px 0 30px; /* 0.63rem*38=23.94→24px; 0.8rem*38=30.4→30px */
        font-size: 14px; /* 0.37rem * 38 = 14.06 → 14px */
        text-align: left;
        line-height: 20px; /* 0.53rem * 38 = 20.14 → 20px */
    }
}

.uiwu-easemacus div {
    display: flex;
}

.uiwu-easemacus 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;
    line-height: 32px;
}

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

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

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

.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.38rem * 38 = 14.44 → 14px */
    }
}