
.banner {
    height: 622px;
    background: url("../image/mp4-to-dvd/PC/mp4todvd_banner.png") no-repeat center center;
    background-size: cover;
}

.banner .banner-href-a {
    margin-top: 31px;
}

.banner .edition-ios {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
    .banner {
        height: 732px;
        background: url("../image/mp4-to-dvd/ipad/mp4todvd_banner_ipad.png") no-repeat center center;
        background-size: 100% auto;
    }

    .banner .banner-h2 {
        padding: 0 120px;
    }

    .banner .banner-622 {
        padding-top: 103px;
    }

    .banner .banner-logo {
        width: 82px;
        height: 81px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner {
        height: auto;
        background: url("../image/mp4-to-dvd/iOS/mp4todvd_banner_ios.png") no-repeat center center;
        background-size: cover;
        min-height: initial;
        padding-bottom: 1.2rem;
    }

    .banner .window-btn {
        width: 100%;
    }

    .banner .window-btn .edition {
        display: none;
    }

    .banner .edition-ios {
        display: block;
        color: #fff;
        margin-top: 0.5rem;
    }

    .banner .banner-href-a {
        margin-top: 0.89rem;
    }
}

.banner .banner-p-yes {
    margin-top: 17px;
}

@media screen and (min-width: 786px) {
    .banner .banner-p-yes {
        width: 845px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner .banner-p-yes {
        padding-right: 0.26rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
    .banner .banner-p-yes {
        padding: 0 100px;
    }
}

.banner .banner-button {
    align-items: flex-start;
}

.banner .banner-button .banner-button-color {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .banner-button .banner-button-color img {
    /*width: 18px;
    height: 17px;*/
    margin-bottom: 3px;
    margin-right: 8px;
}

.banner .banner-button .edition {
    color: #fff;
    margin-top: 16px;
}

.w-index-h3 {
    color: #272727;
    font-weight: bold;
    text-align: left;
    margin-bottom: 25px;
}

.w-index-h1 {
    text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-h1 {
        text-align: left;
    }
}

.w-index-BurnDVD img {
    width: 100%;
    margin: 40px auto 60px;
}

.w-index-BurnDVD p {
    max-width: 1000px;
    text-align: center;
    margin: 10px auto;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-BurnDVD p {
        text-align: left;
    }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
    .w-index-BurnDVD img {
        width: 52%;
    }
}

.w-index-Useful {
    padding: 130px 0 121px;
}

.w-index-Useful .w-index-h1 {
    width: 600px;
    margin: 0 auto;
}

.w-index-Useful .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.w-index-Useful .list .item {
    text-align: center;
    margin-top: 106px;
}

.w-index-Useful .list .item .title {
    font-weight: bold;

    margin: 20px 0;
}

.w-index-Useful .list .item p {
    color: #666;
    width: 315px;
    margin: 0 auto;
}

.w-index-Useful .list .item img {
    margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
    .w-index-Useful {
        padding: 90px 0 100px;
    }

    .w-index-Useful .w-index-h1 {
        margin-bottom: 21px;
    }

    .w-index-Useful .list {
        padding: 0 35px;
        display: block;
    }

    .w-index-Useful .list .item {
        display: inline-block;
        vertical-align: top;
        margin-top: 75px;
    }

    .w-index-Useful .list .item:nth-child(1) {
        margin-right: 0.75rem;
    }

    .w-index-Useful .list .item p {
        width: 4.16rem;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-Useful {
        padding: 1.12rem 0.8rem 1.57rem;
        text-align: left;
    }

    .w-index-Useful .w-index-h1 {
        width: initial;
    }

    .w-index-Useful .list {
        display: block;
    }

    .w-index-Useful .list .item {
        margin-top: 75px;
    }

    .w-index-Useful .list .item img {
        width: 0.8rem;
    }

    .w-index-Useful .list .item p {
        width: initial;
        padding: 0 0.4rem;
    }
}

.w-index-mp4-created {
    background-color: #FFF6F8;
    padding: 1px 0 50px;
    text-align: center;
}

.w-index-mp4-created .c_p {
    color: #666;
    margin: 18px auto 0;
    width: 900px;
}

.w-index-mp4-created .ipad-show {
    display: none;
}

.w-index-mp4-created .ipad-hide {
    display: inline-block;
}

.w-index-mp4-created .created-detail {
    margin-top: 55px;
}

.w-index-mp4-created .created-detail .item {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.w-index-mp4-created .created-detail .item .label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 57px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.w-index-mp4-created .created-detail .item .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: left .5s, right .5s, bottom .5s, top .5s;
}

.w-index-mp4-created .created-detail .item .mask h3 {
    margin-bottom: 14px;
}

.w-index-mp4-created .created-detail .item .mask p {
    width: 100%;
}

.w-index-mp4-created .created-detail .left, .w-index-mp4-created .created-detail .center, .w-index-mp4-created .created-detail .right {
    display: inline-block;
    vertical-align: top;
}

.w-index-mp4-created .created-detail .left {
    margin-right: 30px;
}

.w-index-mp4-created .created-detail .left .item {
    width: 314px;
    height: 503px;
    background: url("../../images/dvd-burner/mp4-to-dvd/mp4todvd_blogging.png") no-repeat 0 0;
    background-size: cover;
}

.w-index-mp4-created .created-detail .left .item .mask {
    bottom: -503px;
    top: 503px;
    background: linear-gradient(90deg, #A653FF, #B169FF);
    opacity: .9;
    padding: 25px;
}

@media screen and (min-width: 992px) {
    .w-index-mp4-created .created-detail .left .item:hover .mask {
        top: 0;
        bottom: 0;
    }
}

.w-index-mp4-created .created-detail .center {
    /*width: 611px;*/
    margin-right: 30px;
}

.w-index-mp4-created .created-detail .center .item {
    display: inline-block;
    vertical-align: middle;
    width: 290px;
    height: 298px;
}

.w-index-mp4-created .created-detail .center .item:nth-child(1) {
    margin-right: 30px;
    background: url("../../images/dvd-burner/mp4-to-dvd/mp4todvd_recorded.png") no-repeat 0 0;
    background-size: cover;
}

.w-index-mp4-created .created-detail .center .item:nth-child(1) .mask {
    bottom: -298px;
    top: 298px;
    background: linear-gradient(90deg, #FB5E5E, #F87B7B);
    opacity: .9;
    padding: 13px;
}

@media screen and (min-width: 992px) {
    .w-index-mp4-created .created-detail .center .item:nth-child(1):hover .mask {
        top: 0;
        bottom: 0;
    }
}

.w-index-mp4-created .created-detail .center .item:nth-child(2) {
    background: url("../../images/dvd-burner/mp4-to-dvd/mp4todvd_short.png") no-repeat 0 0;
    background-size: cover;
}

.w-index-mp4-created .created-detail .center .item:nth-child(2) .mask {
    bottom: -298px;
    top: 298px;
    background: linear-gradient(90deg, #3A7EEC, #488AF4);
    opacity: .9;
    padding: 24px;
}

@media screen and (min-width: 992px) {
    .w-index-mp4-created .created-detail .center .item:nth-child(2):hover .mask {
        top: 0;
        bottom: 0;
    }
}

.w-index-mp4-created .created-detail .center .item:nth-child(3) {
    background: url("../../images/dvd-burner/mp4-to-dvd/mp4todvd_cassette.png") no-repeat 0 0;
    background-size: cover;
    width: 100%;
    height: 175px;
    margin-top: 30px;
}

.w-index-mp4-created .created-detail .center .item:nth-child(3) .mask {
    bottom: -175px;
    top: 175px;
    background: linear-gradient(90deg, #FF983C, #FFA95E);
    opacity: .9;
    padding: 0px 90px;
}

@media screen and (min-width: 992px) {
    .w-index-mp4-created .created-detail .center .item:nth-child(3):hover .mask {
        top: 0;
        bottom: 0;
    }
}

.w-index-mp4-created .created-detail .right .item {
    width: 314px;
    height: 503px;
    background: url("../../images/dvd-burner/mp4-to-dvd/mp4todvd_tv.png") no-repeat 0 0;
    background-size: cover;
}

.w-index-mp4-created .created-detail .right .item .mask {
    bottom: -503px;
    top: 503px;
    background: linear-gradient(90deg, #43CE88, #6AE2A5);
    opacity: .9;
    padding: 36px;
}

@media screen and (min-width: 992px) {
    .w-index-mp4-created .created-detail .right .item:hover .mask {
        top: 0;
        bottom: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
    .w-index-mp4-created .c_p {
        width: 650px;
    }

    .w-index-mp4-created .ipad-show {
        display: inline-block;
    }

    .w-index-mp4-created .created-detail {
        padding: 0 30px;
        text-align: center;
    }

    .w-index-mp4-created .created-detail .left, .w-index-mp4-created .created-detail .center, .w-index-mp4-created .created-detail .right {
        width: initial;
        margin-right: 0;
    }

    .w-index-mp4-created .created-detail .left .item, .w-index-mp4-created .created-detail .center .item, .w-index-mp4-created .created-detail .right .item {
        display: inline-block;
        vertical-align: top;
        width: 335px;
        height: 298px;
        margin-top: 32px;
    }

    .w-index-mp4-created .created-detail .left .item .mask, .w-index-mp4-created .created-detail .center .item .mask, .w-index-mp4-created .created-detail .right .item .mask {
        display: none;
    }

    .w-index-mp4-created .created-detail .left .ipad-hide, .w-index-mp4-created .created-detail .center .ipad-hide, .w-index-mp4-created .created-detail .right .ipad-hide {
        display: none;
    }

    .w-index-mp4-created .created-detail .left .item:nth-child(1) {
        background: url("../../images/dvd-burner/mp4-to-dvd/mp4todvd_blogging_ipad.png") no-repeat 0 0;
        background-size: cover;
        margin-right: 32px;
    }

    .w-index-mp4-created .created-detail .left .item:nth-child(2) {
        background: url("../../images/dvd-burner/mp4-to-dvd/mp4todvd_recorded_ipad.png") no-repeat 0 0;
        background-size: cover;
    }

    .w-index-mp4-created .created-detail .center .item:nth-child(2) {
        background: url("../../images/dvd-burner/mp4-to-dvd/mp4todvd_short_ipad.png") no-repeat 0 0;
        background-size: cover;
        margin-right: 32px;
    }

    .w-index-mp4-created .created-detail .center .item:nth-child(3) {
        background: url("../../images/dvd-burner/mp4-to-dvd/mp4todvd_cassette_ipad.png") no-repeat 0 0;
        background-size: cover;
        width: 335px;
        height: 298px;
        margin-top: 32px;
    }

    .w-index-mp4-created .created-detail .right .item {
        background: url("../../images/dvd-burner/mp4-to-dvd/mp4todvd_tv_ipad.png") no-repeat 0 0;
        background-size: cover;
        margin-right: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-mp4-created {
        padding: 10px 20px 20px;
        text-align: left;
    }

    .w-index-mp4-created .c_p {
        width: initial;
        color: #272727;
    }

    .w-index-mp4-created .created-detail {
        margin-top: 0.57rem;
    }

    .w-index-mp4-created .created-detail .left, .w-index-mp4-created .created-detail .center, .w-index-mp4-created .created-detail .right {
        width: 100%;
        margin-right: 0;
    }

    .w-index-mp4-created .created-detail .left .item, .w-index-mp4-created .created-detail .center .item, .w-index-mp4-created .created-detail .right .item {
        width: 100%;
        height: 250px;
        margin-top: 10px;
    }

    .w-index-mp4-created .created-detail .left .item .label, .w-index-mp4-created .created-detail .center .item .label, .w-index-mp4-created .created-detail .right .item .label {
        height: 30px;
    }

    .w-index-mp4-created .created-detail .left .item .mask, .w-index-mp4-created .created-detail .center .item .mask, .w-index-mp4-created .created-detail .right .item .mask {
        display: none;
    }

    .w-index-mp4-created .created-detail .left .item {
        background: url("../../images/dvd-burner/mp4-to-dvd/mp4todvd_blogging_ios.png") no-repeat 0 0;
        background-size: cover;
    }

    .w-index-mp4-created .created-detail .center {
        width: 100%;
    }

    .w-index-mp4-created .created-detail .center .item:nth-child(1) {
        background: url("../../images/dvd-burner/mp4-to-dvd/mp4todvd_recorded_ios.png") no-repeat 0 0;
        background-size: cover;
    }

    .w-index-mp4-created .created-detail .center .item:nth-child(2) {
        background: url("../../images/dvd-burner/mp4-to-dvd/mp4todvd_short_ios.png") no-repeat 0 0;
        background-size: cover;
    }

    .w-index-mp4-created .created-detail .center .item:nth-child(3) {
        background: url("../../images/dvd-burner/mp4-to-dvd/mp4todvd_cassette_ios.png") no-repeat 0 0;
        background-size: cover;
        margin-top: 0.45rem;
    }

    .w-index-mp4-created .created-detail .right .item {
        background: url("../../images/dvd-burner/mp4-to-dvd/mp4todvd_tv_ios.png") no-repeat 0 0;
        background-size: cover;
    }
}

.w-index-mp4-encoded {
    background-color: #FFF6F8;
    padding: 1px 0 50px;
    text-align: center;
}


.w-index-mp4-encoded .e_p {
    margin: 18px auto 10px;
    width: 1000px;
}

.w-index-mp4-encoded .list {
    display: flex;
    gap: 50px;
    justify-content: center;
}

.w-index-mp4-encoded .list .item {
    border: 1px solid #FFE1E5;
    box-shadow: 0 8px 24px rgba(255, 105, 135, 0.18);
    background-color: white;
    padding: 40px 20px 20px;
    border-radius: 12px;
    text-align: center;
    margin-top: 50px;
}

.w-index-mp4-encoded .list .item .title {
    font-weight: bold;
    margin: 0 0 10px;
}

.w-index-mp4-encoded .list .item p {
    color: #666;
    width: 410px;
}

.w-index-mp4-encoded .list .item img {
    margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1180px) {

    .w-index-mp4-encoded .e_p {
        width: 620px;
    }

    .w-index-mp4-encoded .list .item p {
        max-width: 320px;
        width: auto;
    }
    .w-index-mp4-encoded {
        padding: 1px 40px 40px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-mp4-encoded {
        padding: 10px 20px;
        text-align: left;
    }

    .w-index-mp4-encoded .e_p {
        width: initial;
        margin: 0.36rem 0 0;
    }

    .w-index-mp4-encoded .list {
        display: block;
    }

    .w-index-mp4-encoded .list .item {
        margin-top: 1.34rem;
        padding-top: 20px;
    }

    .w-index-mp4-encoded .list .item img {
        /*width: 1.03rem;*/
    }

    .w-index-mp4-encoded .list .item p {
        width: initial;
        padding: 0 0.4rem;
    }

    .w-index-mp4-encoded .list .item .title {
        margin: 0.35rem 0;
    }
}

.w-index-Anyold {
    background-color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
    .w-index-Anyold p {
        width: 640px;
    }

    .w-index-Anyold img {
        width: 90%;
    }
}


.w-index-Anyold-x {
    text-align: center;
    background-color: #FFFFFF;
    padding: 1px 0 30px;
}

.w-index-Anyold-x p {
    margin: 18px auto 0;
    width: 900px;
}

.w-index-Anyold-x img {
    margin: 57px auto 0;
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
    .w-index-BurnDVD img {
        display: block;
        margin: 50px auto;
    }

    .w-index-Anyold-x p {
        font-size: 18px;
        width: 675px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-Anyold-x {
        padding: 10px 20px;
        text-align: left;
    }

    .w-index-Anyold-x p {
        width: initial;
        margin: 0.36rem 0 0;
    }

    .w-index-Anyold-x img {
        width: 100%;
        margin-top: 0.86rem;
    }
}



