.container {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navtitle {
    position: fixed;
    z-index: 20;
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    box-shadow: 4px 7px 10px 0 rgba(0, 0, 0, .23);
}

    .navtitle .btn-back,
    .navtitle .btn-right {
        display: block;
        width: 56px;
        height: 56px;
        text-align: center;
        font-size: 30px;
    }

    .navtitle .word-right {
        padding-right: 20px;
    }

    .navtitle .btn-right img {
        width: 30px;
    }

.navtitle-ry {
    position: relative;
    height: 54px;
    min-height: 54px;
}



#btn-get-more {
    margin: 20px auto;
    width: 240px;
}

#btn-get-end {
    font-size: 20px;
    text-align: center;
    color: #666;
    line-height: 60px;
    padding: 20px 0;
}



#runat-nodata,
.runat-nodata {
    font-size: 20px;
    line-height: 60px;
}

    #runat-nodata img,
    .runat-nodata img {
        width: 80px;
    }



/*Ç©×Ö*/
#iframe_manage_content {
    position: relative;
    z-index: 10;
}

#iframe_uc_signature {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    background: rgba(0,0,0,0.5);
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

    #iframe_uc_signature.atc {
        z-index: 1000;
        opacity: 1;
    }

    #iframe_uc_signature .signature-pad {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 10px;
        border-radius: 10px;
        overflow: hidden;
        width: 80%;
    }

.iframe_uc_signature-submitWord {
    font-size: 16px;
    padding: 15px 20px 0px 20px;
}

#iframe_uc_signature .signature-pad--cancel {
    border-radius: 10px 10px 0 0;
}

    #iframe_uc_signature .signature-pad--cancel .spanTitle {
        padding-left: 20px;
        font-size: 20px;
        line-height: 50px;
        color: #fff;
    }

    #iframe_uc_signature .signature-pad--cancel .gbbtn {
        cursor: pointer;
        width: 36px;
        line-height: 50px;
        font-size: 30px;
        color: #fff;
    }

#iframe_uc_signature .signature-pad--content {
    padding: 0px;
    width: 100%;
}

#iframe_uc_signature .signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    #iframe_uc_signature .signature-pad--body .customer-signature {
        width: 100%;
        height: 400px;
    }

#iframe_uc_signature canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

#iframe_uc_signature .signature-pad--footer {
    color: #C3C3C3;
    text-align: center;
    font-size: 1.2em;
    background: #fff;
}

    #iframe_uc_signature .signature-pad--footer .description {
        padding: 5px;
        font-size: 16px;
    }

#iframe_uc_signature .signature-pad--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    border-radius: 0 0 10px 10px;
}

#clearCanvasBtn, #saveSignatureBtn {
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
}

#iframe_uc_signature #github img {
    border: 0;
}

#iframe_uc_signature #fileupload {
    display: none;
}

#iframe_uc_signature form {
    display: table-row;
    margin-right: 5px;
}

#iframe_uc_signature span[role=button] {
    display: table-cell;
    font-size: 1.2em;
}

#iframe_uc_signature span[role=button],
#iframe_uc_signature button {
    cursor: pointer;
    background-color: #e1e1e1;
    color: #000000;
    border: none;
    padding: 8px;
    margin-bottom: 8px;
}

#iframe_uc_signature button {
    padding: 8px 15px;
    margin: 5px 0;
    border: 1px #ddd solid;
    font-size: 15px;
    float: left;
    cursor: pointer;
}

#iframe_uc_signature .cancelBtn {
    padding: 8px 15px;
    margin: 5px 0;
    border: 1px #888 solid;
    font-size: 15px;
    float: left;
    cursor: pointer;
    background: #888;
}


.tagrq {
    padding: 0px;
    background: #fff;
    font-size: 18px;
    line-height: 50px;
    border-bottom: 1px #ddd solid;
    margin: 0 20px;
}

    .tagrq .item {
        position: relative;
        padding: 0 20px;
    }

        .tagrq .item.atc {
            color: var(--orange-dark);
            font-weight: 500;
            font-size: 20px;
        }

            .tagrq .item.atc:before {
                content: "";
                position: absolute;
                bottom: -1px;
                width: 100%;
                background: var(--orange-dark);
                height: 2px;
                left: 0;
            }

#line-keyword-result {
    display: none;
}

.return-filter-keywords {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    display: flex;
    flex-direction: row;
}

    .return-filter-keywords .keyitem {
        background: rgba(1, 75, 170, 0.1);
        color: #014baa;
        border-radius: 10px;
    }

        .return-filter-keywords .keyitem .n1 {
            padding: 0 10px;
            font-size: 18px;
        }

        .return-filter-keywords .keyitem .n2 {
            font-size: 18px;
        }

        .return-filter-keywords .keyitem .n3 {
            padding: 0 20px 0 10px;
            font-size: 24px;
        }



.layout-filter-by-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    display: none;
}

    .layout-filter-by-content .bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background: rgba(0,0,0,0.75);
        opacity: 0;
    }

    .layout-filter-by-content.atc .bg {
        opacity: 1;
    }

    .layout-filter-by-content .content {
        width: 90%;
        background: var(--light);
        height: 100%;
        position: absolute;
        top: 0;
        right: -50%;
        z-index: 2;
        opacity: 0;
    }

    .layout-filter-by-content.atc .content {
        opacity: 1;
        right: 0%;
    }

    .layout-filter-by-content .content .top {
        height: 56px;
        line-height: 56px;
        font-size: 20px;
        padding-left: 20px;
        color: #fff;
    }

        .layout-filter-by-content .content .top .btn-close {
            width: 56px;
            height: 56px;
            position: relative;
            font-size: 36px;
            text-align: center;
        }


    .layout-filter-by-content .keywords-line {
        padding: 15px;
    }

        .layout-filter-by-content .keywords-line input {
            height: 60px;
            line-height: 60px;
            width: 100%;
            font-size: 20px;
            padding: 0 20px;
        }

    .layout-filter-by-content .bottom {
        background: #fff;
        padding: 15px;
        border-top: 1px #ddd solid;
    }

        .layout-filter-by-content .bottom .btn-cz {
            padding: 0 40px;
            height: 50px;
            line-height: 50px;
            font-size: 20px;
            border-radius: 50px;
            color: #fff;
        }



.master-UcLayout {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 300;
    display: none;
}

    .master-UcLayout .bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(0,0,0,0.75);
        opacity: 0;
    }

    .master-UcLayout.atc .bg {
        opacity: 1;
    }

    .master-UcLayout .content {
        margin: 0 20px;
        border-radius: 10px;
        z-index: 2;
        background: var(--white);
        opacity: 0;
        transform: scale(0.5);
        max-height: 95%;
    }

    .master-UcLayout.atc .content {
        opacity: 1;
        transform: scale(1);
    }

    .master-UcLayout .content .top {
        border-radius: 10px 10px 0 0;
        background: var(--gradient-red);
        color: #fff;
        font-size: 20px;
        padding-left: 20px;
        line-height: 56px;
    }

        .master-UcLayout .content .top .btn-close {
            width: 56px;
            height: 56px;
            position: relative;
            font-size: 36px;
            text-align: center;
        }

.show-big-img {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    display: none;
}

    .show-big-img .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.75);
        z-index: 1;
        opacity: 0;
    }

    .show-big-img .content {
        z-index: 2;
        position: relative;
        transform: scale(0.5);
        opacity: 0;
    }

    .show-big-img.atc .bg {
        opacity: 1;
    }

    .show-big-img.atc .content {
        transform: scale(1);
        opacity: 1;
    }

    .show-big-img .btn-close {
        position: absolute;
        background: var(--gradient-yellow-7);
        width: 48px;
        height: 48px;
        border-radius: 50%;
        text-align: center;
        line-height: 48px;
        font-size: 36px;
        color: #ffffff;
        top: -20px;
        right: -20px;
    }

    .show-big-img .content .imghtml {
        width: 80%;
        position: relative;
    }

        .show-big-img .content .imghtml img {
            background: #fff;
            width: 100%;
            border-radius: 10px;
        }
