﻿@font-face {
    font-family: cp-icon;
    src: url('/tools/二维码/css/prettify.ttf?v=0.0.2302');
}

.content-body > div {
    position: relative;
    display: block;
    text-align: center;
    padding: 0px;
    height: 100%;
    overflow-y: hidden;
}

[class^=cp-ico-]:before, [class*=" cp-ico-"]:before {
    font-family: cp-icon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

.cp-ico-prettify {
    height: 100%;
    line-height: 23px;
    overflow: hidden;
    float: left;
    margin-right: 2px;
}

    .cp-ico-prettify:before {
        content: "\E900";
        font-size: 20px;
    }

.qrcodeBox {
    display: block;
    height: 100%;
    width: 100%;
    background: url(/images/bgNull.gif) #FFF top left repeat;
    background-size: 8px;
}

    .qrcodeBox > ul {
        display: flex;
        height: 100%;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

        .qrcodeBox > ul > li {
            display: block;
            width: 100%;
            max-height: 100%;
            overflow: auto;
        }


.qrcodeImg {
    background-size: 8px;
}


.qrcodeBtn {
    display: flex;
    height: 80px;
    justify-content: flex-start;
    align-items: center;
}

.c-b-w-btns {
    text-align: left;
    margin-top: 18px;
}

    .c-b-w-btns > button {
        margin-right: 5px;
    }

.wrap-reader {
    text-indent: 24px;
    text-align: left;
    color: #8AB;
    line-height: 25px;
    margin-top: 36px;
}

/*二维码识别开始*/
.dl-import {
    display: block;
    height: 100%;
    position: relative;
}

    .dl-import > dt {
        line-height: 42px;
        border-bottom: 1px solid #accbd9;
    }

    .dl-import > dd {
        display: flex;
        height: calc(100% - 42px);
    }

        .dl-import > dd > span {
            height: 100%;
        }

    .dl-import .imp-qr {
        display: inline-flex;
        width: 260px;
        border-right: 1px solid #accbd9;
        justify-content: center;
        align-items: center;
    }

    .dl-import .imp-decode {
        display:block;
        height:100%;
        width:calc(100% - 260px);
        padding-left:10px;
        padding-top:10px;
    }
.imp-qr > img {
    width: 180px;
    height:180px;
}


.qrcodeBtns2 {
    padding-left:60px;
}


.qrcode-inpBox {
    position: relative;
    display: block;
    width:100%;
}
    .qrcode-inpBox > li {
        display:flex;
        justify-content:flex-start;
        align-items:center;
    }

        .qrcode-inpBox > li > * {
            display:inline-flex;
            height:33px;
            align-items:center;
        }
            .qrcode-inpBox > li  > em {
                width:60px;
               justify-content:flex-end;
               padding-right:5px;
               color:#8899AA;
               font-style:normal;
            }
        .qrcode-inpBox > li > span {
            justify-content: flex-start;
            flex-grow:1;
            flex-shrink:1;
        }

    .qrcode-inpBox input {
        outline:none;
        height:25px;
        line-height:25px;
        width:100%;
    }

