﻿select, button { outline: none !important; }

p, label { margin-bottom: 0; }

.features .itemBox { height: 297.5px; display: flex; margin: 0 20px; padding: 0 0; position: relative; margin: 0 0 56px 0; }
    .features .itemBox:nth-child(2), .itemBox:nth-child(5), .itemBox:nth-child(8) { justify-content: center; }
    .features .itemBox:nth-child(3n) { justify-content: flex-end; }
    .features .itemBox .itemBody { align-self: flex-end; height: 260px; width: 520px; position: relative; background-color: #F5F5F5; }
        .features .itemBox .itemBody .itemIcon { position: absolute; top: 0; transform: translateY(-50%); left: 40px; width: 75px; height: 75px; border: 2px solid #323234; background-color: #FFFFFF; }
            .features .itemBox .itemBody .itemIcon img { width: 39px; height: 39px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
        .features .itemBox .itemBody .itemTitle { padding: 0 0 0 40px; margin: 72.5px 0 0 0; font-size: 24px; font-family: Oswald-Regular; }
        .features .itemBox .itemBody .itemContent { margin: 16px 0 0 0; padding: 0 0 0 40px; width: 451px; height: 84px; }

.how { margin: 85px 0 0 0; height: 449px; padding: 0; position: relative; }
    .how .left { height: 306px; width: 620px; position: relative; margin: 72px 0 72px 79px; z-index: 2; }
        .how .left .leftTitle { font-size: 30px; font-family: Oswald-Regular; }
        .how .left .leftContent { margin: 25px 0 0 0; }
        .how .left .option { position: relative; padding-left: 25px; }
            .how .left .option::before { content: ""; border-style: solid; border-width: 5px 14px 5px 0; border-color: transparent #fe8e14 transparent transparent; position: absolute; transform: rotate( 180deg ); left: 0px; top: 10px; }
    .how .right { width: 989px; height: 100%; right: 0; top: 0; background-color: #F5F5F5; position: absolute; z-index: 1; }
        .how .right img { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%) }

.trial { margin-top: 140px; width: 100%; height: 390px; padding-top: 74px; background-color: #FE8E14; }
    .trial .msg { color: white; font-size: 40px; font-family: OSwald-Regular; margin: 0 auto; width: 873px; height: 60px; text-align: center; }
    .trial .btns { width: 748px; margin: 53px auto; display: flex; justify-content: center; }
        .trial .btns a { text-align: center; font-size: 26px; padding: 0 0; }
            .trial .btns a:hover { color: rgb(254, 142, 20); }
            .trial .btns a, .trial .btns a:active { color: #fe8e14; }

.pdfPassword { display: none; width: 100%; height: 100%; min-height: 1000px; top: 0; left: 0; z-index: 10001; position: absolute; background-color: rgba(0, 0, 0, 0.6); }
    .pdfPassword div:nth-child(1) { position: absolute; width: 500px; height: 180px; background-color: white; top: 300px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; justify-content: space-around; }
    .pdfPassword div p { font-family: Oswald-Regular; }
    .pdfPassword div input { color: #606060; width: 200px; font-size: 18px; font-family: Oswald-Regular; margin-bottom: 0; padding: 0 10px; outline: none; }
    .pdfPassword .btns { display: flex; width: 200px; justify-content: space-around; }
        .pdfPassword .btns button { width: 80px !important; height: 30px; line-height: 20px; text-align: center; padding: 0 0; font-size: 16px; }

#DDVDemo .DDVPanel { display: flex; height: 600px; width: 100%; position: relative; }
    #DDVDemo .DDVPanel .leftPanel { padding: 0 10px; height: 100%; background-color: #444444; margin-right: 10px; }
        #DDVDemo .DDVPanel .leftPanel .action { cursor: pointer; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; height: 50%; }
            #DDVDemo .DDVPanel .leftPanel .action p { color: white; margin-top: 10px; font-size: 16px; white-space: nowrap; }
    #DDVDemo .DDVPanel .DDVContainer { display: flex; width: 80%; height: 100%; position: relative; }
    #DDVDemo .DDVPanel .DDVDisableMask { display: none; top: 0; left: 0; position: absolute; width: 100%; height: 100%; z-index: 2; }
    #DDVDemo .DDVPanel .DDVContainer .DDVLoadingMask { position: absolute; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); top: 0; left: 0; z-index: 1; }
        #DDVDemo .DDVPanel .DDVContainer .DDVLoadingMask > div { display: flex; align-items: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
        #DDVDemo .DDVPanel .DDVContainer .DDVLoadingMask p { flex: 1; color: #fe8e14; font-size: 36px; font-family: Oswald-Regular; margin-right: 20px; }
        #DDVDemo .DDVPanel .DDVContainer .DDVLoadingMask .loader { width: 48px; height: 48px; border: 5px solid #FFF; border-bottom-color: #fe8e14; border-radius: 50%; display: inline-block; box-sizing: border-box; animation: rotation 1s linear infinite; }
    #DDVDemo .DDVPanel .outputConfig { display: flex; flex-direction: column; align-items: flex-start; padding: 60px 25px; flex: 1; background-color: #ededed; border: 1px solid rgb(50, 50, 52); border-left: none }
        #DDVDemo .DDVPanel .outputConfig label { font-size: 18px; font-family: Oswald-Regular; vertical-align: middle; }
        #DDVDemo .DDVPanel .outputConfig .outputFormat { display: flex; }
        #DDVDemo .DDVPanel .outputConfig .option { display: flex; width: 100%; align-items: center; }
            #DDVDemo .DDVPanel .outputConfig .option:not(:last-child) { margin-bottom: 15px; }
            #DDVDemo .DDVPanel .outputConfig .option select, #DDVDemo .DDVPanel .outputConfig input { flex: 1; }

        #DDVDemo .DDVPanel .outputConfig .detailConfig { margin-top: 30px; display: none; width: 100%; }

        #DDVDemo .DDVPanel .outputConfig select { height: 34px; padding-left: 11px; font-size: 16px; color: #888888; border-color: #CCCCCC; margin-left: 10px; }
        #DDVDemo .DDVPanel .outputConfig input { height: 35px; font-size: 16px; border: 1px solid #CCCCCC; outline: none; padding-left: 11px; margin-left: 10px; }
            #DDVDemo .DDVPanel .outputConfig input[type=range] { margin: 0 15px; padding: 0; }
        #DDVDemo .DDVPanel .outputConfig .orange-btn { font-size: 18px; margin-top: auto; padding: 12px 28px; width: auto; height: auto; line-height: unset; }
            #DDVDemo .DDVPanel .outputConfig .orange-btn::before { content: "Download"; }
            #DDVDemo .DDVPanel .outputConfig .orange-btn.isDownloading::before { content: "Downloading"; }
            #DDVDemo .DDVPanel .outputConfig .orange-btn::after { content: ""; display: none; width: 18px; height: 18px; border: 2px solid #FFF; border-bottom-color: #fe8e14; border-radius: 50%; box-sizing: border-box; animation: rotation 1s linear infinite; }
            #DDVDemo .DDVPanel .outputConfig .orange-btn.isDownloading::after { display: inline-block; }

#DDVContainer { flex: 1; width: 100%; height: 100%; }
    #DDVContainer .ddv-load-image:before { cursor: pointer; }

#passwordMask { display: none; background-color: rgba(0,0,0,.3); position: fixed; top: 0; left: 0; z-index: 2000; width: 100%; height: 100%; }
    #passwordMask .passwordDialog { padding: 20px 30px; background-color: white; border-radius: 5px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
    #passwordMask input[name=pdfPassword] { margin-top: 15px; height: 32px; font-size: 16px; width: 100%; border: 1px solid #ddd; padding: 0 10px; outline: none; }


@keyframes rotation {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media screen and (max-width: 1679px) {
    #DDVDemo .DDVPanel .DDVContainer { width: 75%; }

    .features .itemBox:nth-child(odd) { justify-content: flex-start; }
    .features .itemBox:nth-child(even) { justify-content: flex-end; }
}

@media screen and (max-width: 1199px) {
    #DDVDemo .DDVPanel { flex-direction: column; height: auto; }
        #DDVDemo .DDVPanel .outputConfig { border-left: 1px solid rgb(50, 50, 52); border-top: none; padding: 15px; }
            #DDVDemo .DDVPanel .outputConfig .detailConfig { margin: 0; }
            #DDVDemo .DDVPanel .outputConfig .orange-btn { margin-top: 20px; }

        #DDVDemo .DDVPanel .DDVContainer { width: 100%; height: 500px; }

    .features .itemBox .itemBody { width: 450px; }
        .features .itemBox .itemBody .itemContent { width: 400px; }

    .how .left { width: 100%; }
    .how .right { display: none; }

    .trial { margin-top: 60px; }
}

@media screen and (max-width: 991px) {
    #DDVDemo .DDVPanel .DDVContainer .DDVLoadingMask p { font-size: 24px; }
    #DDVDemo .DDVPanel .leftPanel { display: none; }

    .features .itemBox .itemBody { width: 340px; }
        .features .itemBox .itemBody .itemContent { width: 320px; }
        .features .itemBox .itemBody .itemTitle { font-size: 22px; }

    .trial .msg { width: auto; font-size: 36px; }
}

@media screen and (max-width: 767px) {
    .features .itemBox { padding: 0 20px; }
        .features .itemBox .itemBody { width: 100%; }
            .features .itemBox .itemBody .itemContent { width: 90%; }

    .trial .msg { font-size: 24px; }
    .trial .btns { flex-direction: column; align-items: center; width: auto; height: 125px; margin-top: 10px; }
        .trial .btns a { font-size: 16px; width: 210px !important; height: 50px !important; line-height: 50px; }
}

@media screen and (max-width: 575px) {
    .how { margin: 0; padding: 0 20px; height: auto; }
        .how .left { margin: 0; }

    .trial { margin-top: 50px; padding: 40px 28px; height: 310px; text-align: center; }
        .trial p { display: inline; font-size: 20px; }
        .trial .msg { font-size: 22px; line-height: 30px; }
        .trial .btns { margin-top: 40px; height: 96px; }
            .trial .btns a { width: 210px !important; height: 38px !important; line-height: 40px; font-size: 14px; }
}
