body {
    margin: 0;
    background-color: #eee;
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

.heightColor {
    color: #23cdac;
}

a {
    text-decoration: none;
}

input, select {
    font-family: "Microsoft YaHei";
}

ol, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

header {
    background-color: #16bc9c;
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    display: none;
}

.reportStateText {
    position: relative;
    line-height: 24px;
    color: #fff;
}

    .reportStateText em {
        display: inline-block;
        font-style: normal;
        font-size: 18px;
        position: relative;
        padding: 12px 0;
    }

.clearFix:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

.queryMain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.stateLine {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.stateBlock {
    margin: 0;
    padding: 0;
    display: box;
    display: -ms-box;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}

    .stateBlock li {
        list-style: none;
        margin: 0;
        padding: 0;
        flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        box-flex: 1;
        -ms-box-flex: 1;
        -webkit-box-flex: 1;
        background-color: #fff;
        color: #812a12;
        position: relative;
        min-height: 48px;
    }

        .stateBlock li i.nextStepIcon {
            position: absolute;
            display: block;
            top: 50%;
            margin-top: -10px;
            font-size: 0px;
            font-style: normal;
            right: 0;
            border-color: transparent transparent transparent #ddd;
            border-style: dashed dashed dashed solid;
            border-width: 10px 0 10px 10px;
        }

        .stateBlock li p {
            line-height: 24px;
            padding: 12px 0;
            text-align: center;
            color: #333;
        }

        .stateBlock li.active p {
            color: #25c688;
        }

        .stateBlock li i.nextStepIcon:after {
            content: "";
            position: absolute;
            top: -10px;
            font-size: 24px;
            font-style: normal;
            right: 2px;
            border-color: transparent transparent transparent #fff;
            border-style: dashed dashed dashed solid;
            border-width: 10px 0 10px 10px;
        }

.queryBox {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 24px 0;
}

.hasMiniMargin {
    margin: 12px 6px 0 6px;
}

.queryLine {
    position: relative;
    clear: both;
    margin: 0 0 12px 0;
    overflow: hidden;
}

.insertInput {
    position: relative;
    background-color: #fff;
}

    .insertInput .inputTipsText {
        position: absolute;
        height: 16px;
        line-height: 16px;
        left: 6px;
        top: 50%;
        margin-top: -8px;
        font-style: normal;
        color: #ccc;
    }

.numberInsert {
    width: 100%;
    background-color: transparent;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0 6px;
    outline: none;
    font-family: "微软雅黑";
    -webkit-appearance: none;
    margin: 0;
    font-size: 16px;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 0;
}

.queryBtnBox {
    position: relative;
    display: box;
    display: -ms-box;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding-top: 12px;
}

    .queryBtnBox .btnGroup {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
        flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        box-flex: 1;
        -ms-box-flex: 1;
        -webkit-box-flex: 1;
        position: relative;
        min-height: 48px;
        cursor: pointer;
        font-size: 16px;
    }

.detaleBox {
    position: relative;
    overflow: hidden;
    margin: 18px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.detaleLine {
    text-align: left;
    line-height: 30px;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 6px 6px 6px 118px;
    min-height: 30px;
    display: block;
}

    .detaleLine.no-line {
        border-bottom-color: transparent;
    }

    .detaleLine.no-margin {
        padding-left: 6px;
    }

    .detaleLine:last-child {
        border-bottom-width: 0;
    }

    .detaleLine .ringtxt {
        display: block;
        float: right;
        padding-right: 30px;
        color: #333;
    }

        .detaleLine .ringtxt .moreicon {
            content: "";
            position: absolute;
            top: 14px;
            width: 12px;
            height: 12px;
            right: 12px;
            border-top: 1px solid #ccc;
            border-left: 1px solid #ccc;
            background: 0;
            -ms-transform: rotate(135deg);
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
        }

    .detaleLine .textName {
        display: inline-block;
        width: 112px;
        position: absolute;
        line-height: 30px;
        left: 0;
        top: 50%;
        margin-top: -15px;
        padding-left: 6px;
        color: #286195;
    }

    .detaleLine .textVal {
        line-height: 18px;
        display: inline-block;
        padding: 6px 0;
        text-align: left;
        min-height: 18px;
    }

.queryWrap {
    padding: 12px 6px;
    background-color: #ddd;
    min-height: 30px;
    top: 0px;
    left: 0;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    z-index: 9;
}

    .queryWrap .queryInput {
        margin: 0;
        min-height: 36px;
        background-color: #fff;
        position: relative;
        box-sizing: border-box;
        text-align: center;
    }

.queryArear {
    width: 100%;
    height: 100%;
    padding: 0 6px;
    left: 0;
    box-sizing: border-box;
    position: absolute;
    border: none;
    outline: none;
    text-align: left;
    font-size: 14px;
}

.queryWrap .queryBlock {
    display: inline-block;
    height: 18px;
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    line-height: 18px;
    color: #999;
    margin-top: 9px;
}

    .queryWrap .queryBlock i {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -8px;
        width: 16px;
        height: 16px;
        background-image: url(images/queryBtn.png);
        overflow: hidden;
    }

.testblock {
    margin: 60px 0 0 0;
}

    .testblock h2 {
        font-weight: normal;
        padding: 0 12px;
        line-height: 30px;
        color: #999;
    }

.testItemBlock {
    padding: 0;
    background-color: #fff;
    margin: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    .testItemBlock > a {
        display: block;
        color: #333;
        padding: 0 48px 0 12px;
        list-style: none;
        margin: 0;
        line-height: 48px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
        position: relative;
    }

.queryWrap .searchBtn {
    position: absolute;
    right: 6px;
    height: 32px;
    line-height: 32px;
    top: 50%;
    margin-top: -16px;
    color: #000;
    padding: 0 12px;
    display: none;
    z-index: 9;
}

.testItemBlock > a:last-child {
    border-bottom: none;
}

.testItemBlock a.children:after {
    content: "";
    position: absolute;
    top: 16px;
    width: 16px;
    height: 16px;
    right: 12px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: 0;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.autoResult {
    position: absolute;
    background-color: #f8f8f8;
    width: 100%;
    box-sizing: border-box;
    min-height: 60px;
    left: 0;
    top: 60px;
    display: none;
    z-index: 9;
}

    .autoResult a {
        display: block;
        position: relative;
        padding: 0 12px;
        line-height: 48px;
        border-bottom: 1px solid #eee;
        color: #666;
    }

        .autoResult a span {
            display: block;
        }

        .autoResult a b {
            display: inline-block;
            top: 0;
            position: absolute;
            right: 12px;
            font-weight: normal;
            color: #999;
        }

.maskLayout {
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.2;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: 8;
    display: none;
}

.allError {
    border: 1px solid #f60;
    margin-bottom: 18px;
    color: #f60;
    padding: 12px;
    line-height: 12px;
    text-align: left;
    background-color: #fff;
}

.regOtherText {
    position: relative;
    display: block;
    line-height: 18px;
    padding: 6px 0 12px 0;
}

    .regOtherText a {
    }

    .regOtherText i.choseBtn, .regAgreement i {
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        overflow: hidden;
        margin-right: 6px;
        background-image: url(images/selectBox16.png);
        cursor: pointer;
    }

    .regOtherText .selected i.choseBtn, .selected i.choseBtn {
        background-image: url(images/selectBox16_active.png);
    }

.queryBtnBox .queryReportBtn {
    padding: 12px 0;
    background-color: #16bc9c;
    border: none;
    outline: none;
    font-family: "微软雅黑";
    color: #fff;
}

.queryBtnBox .cancelReportBtn {
    padding: 12px 0;
    margin-left: 12px;
    background-color: #ccc;
    border: none;
    outline: none;
    font-family: "微软雅黑";
    color: #999;
}

.reportList {
    position: relative;
}

    .reportList ul {
        margin: 12px 0 0 0;
        padding: 0;
    }

    .reportList li {
        list-style: none;
        background-color: #fff;
        position: relative;
        padding: 6px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 12px;
    }

        .reportList li h3.reportNumber {
            padding: 0;
            font-weight: normal;
            margin: 0 6px;
            border-bottom: 1px dotted #eee;
            color: #666;
            height: auto;
            position: relative;
        }

        .reportList li .sampleList .sampleBox, .reportList li .sampleList .regTimes {
            color: #333 !important;
        }

        .reportList li h3.reportNumber em, .reportList li h3.reportNumber a {
            font-style: normal;
            line-height: 1.3;
            display: block;
            margin-right: 100px;
            padding-bottom: 8px;
            word-wrap: break-word;
            word-break: break-all;
            color: #2b5cbf;
        }

        .reportList li span.reportSate {
            display: block;
            position: absolute;
            top: 50%;
            margin-top: -12px;
            height: 18px;
            background-color: #bbb;
            width: 80px;
            right: 0;
            border-radius: 9px;
            overflow: hidden;
        }

            .reportList li span.reportSate b {
                position: absolute;
                width: 100%;
                height: 18px;
            }

                .reportList li span.reportSate b i {
                    position: absolute;
                    display: block;
                    left: 0;
                    height: 18px;
                    width: 100%;
                    background-color: #16bc9c;
                    animation: myfirst 1s ease-in;
                }

            .reportList li span.reportSate u {
                position: absolute;
                z-index: 1;
                width: 100%;
                line-height: 18px;
                text-align: center;
                font-weight: normal;
                text-decoration: none;
                color: #fff;
                font-size: 12px;
            }

        .reportList li span.reportWarn {
            right: 90px;
            position: absolute;
            height: 18px;
            top: 50%;
            margin-top: -12px;
            padding-left: 20px;
            color: #ff4343;
            background: url(images/confirm_icon48.png) no-repeat left 2px;
            background-size: 16px 16px;
        }

@keyframes myfirst {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-moz-keyframes myfirst /* Firefox */
{
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-o-keyframes myfirst /* Opera */ {
    from;

{
    width: 0;
}

to {
    width: 100%;
}

}

.sampleList {
    color: #999;
    line-height: 24px;
    margin: 0 6px;
    padding: 6px 90px 0 0;
    position: relative;
    font-size: 12px;
}

.sampleBox {
    display: inline-block;
    color: #666;
}

.sampleList .regTimes {
    font-weight: normal;
    line-height: 24px;
    position: absolute;
    right: 0;
    color: #666;
}

    .sampleList .regTimes a {
        color: #666;
        text-decoration: none;
    }

.reportMaskLayout {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 999;
}

    .reportMaskLayout .loadBox {
        position: absolute;
        padding: 12px;
        background-color: rgba(0,0,0,0.4);
        line-height: 24px;
        left: 50%;
        border-radius: 3px;
        width: 120px;
        min-height: 24px;
        top: 50%;
        margin: -24px 0 0 -72px;
        color: #fff;
        display: none;
    }

.inputTips {
    text-align: left;
    color: #333;
    padding: 6px 0 0 6px;
}

.showError {
    position: absolute;
    right: 6px;
    top: 6px;
    height: 36px;
    font-style: normal;
    line-height: 36px;
    color: #fff;
    background-color: #f80;
    padding: 0 12px;
    display: none;
    font-size: 12px;
}

.getCoderBtn, .getTrendsCode {
    position: absolute;
    text-decoration: none;
    z-index: 999;
    right: 6px;
    top: 6px;
    height: 36px;
    font-style: normal;
    line-height: 36px;
    color: #fff;
    background-color: #f80;
    padding: 0 12px;
    font-size: 12px;
}

.disabledCode {
    cursor: default;
    background-color: #ccc;
    color: #999;
}

.successTipsText {
    padding: 12px 0;
    text-align: center;
    font-size: 16px; /* background-color:#fff;border-top:1px solid #ddd; border-bottom:1px solid #ddd;*/
    color: #16bc9c;
}

.selectRegType {
    margin: 12px 6px 12px -6px;
    overflow: hidden;
    min-height: 60px;
    display: -ms-box;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}

    .selectRegType a {
        display: block;
        position: relative;
        border: 1px solid #ddd;
        margin-left: -1px;
        flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        box-flex: 1;
        -ms-box-flex: 1;
        -webkit-box-flex: 1;
        color: #999;
        text-decoration: none;
        line-height: 60px;
        background-color: #fff;
        font-size: 16px;
        margin-left: 12px;
    }

        .selectRegType a.active {
            color: #16bc9c;
        }

        .selectRegType a .cert {
            position: absolute;
            display: none;
            border-color: transparent transparent transparent #16bc9c;
            right: -30px;
            bottom: -30px;
            border-width: 30px;
            border-style: solid;
            width: 0;
            height: 0;
            font-size: 0;
            zoom: 1;
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
        }

        .selectRegType a.active .cert {
            display: block;
        }

        .selectRegType a .cert i {
            position: absolute;
            border-radius: 1px;
            border-left: 4px solid #fff;
            border-top: 4px solid #fff;
            width: 6px;
            height: 12px;
            z-index: 9999;
            background-color: transparent;
            left: -24px;
            top: -10px;
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
        }

.showError:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -8px;
    font-size: 0px;
    font-style: normal;
    left: -8px;
    border-color: transparent #f80 transparent transparent;
    border-style: dashed solid dashed dashed;
    border-width: 8px 8px 8px 0;
}

.regCommbox {
    padding: 12px;
    background-color: #fff;
    margin: 12px 6px;
    border: 1px solid #ddd;
}

.regStepTips a {
    color: #16bc9c;
    text-decoration: none;
}

.regStepTips {
    background-color: #f2f2f2;
    padding: 12px;
    margin-bottom: 12px;
    color: #666;
    line-height: 24px;
    text-align: left;
}

.regAgreement {
    padding: 12px 0;
    background-color: #fff;
}

    .regAgreement i {
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        overflow: hidden;
        margin-right: 6px;
        background-image: url(images/selectBox16.png);
        cursor: pointer;
    }

    .regAgreement a {
        color: #16bc9c;
        text-decoration: none;
    }

.selected i.choseBtn {
    background-image: url(images/selectBox16_active.png);
}

.regSubmit {
    position: relative;
    text-align: center;
    padding: 12px 0;
}

.nextStepBtn {
    background-color: #23cdac;
    margin-top: 12px;
    padding: 12px 0;
    line-height: 18px;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    display: block;
    vertical-align: top;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.regStepMain {
    margin: 12px 6px;
    background-color: #fff;
    padding: 12px;
    border: 1px solid #ddd;
}

.regBox ul {
    margin: 0;
    padding: 0;
}

.regBox li {
    margin-bottom: 18px;
    text-align: left;
    position: relative;
}

    .regBox li .regInput {
        border: 1px solid #ddd;
        display: inline-block;
        display: block;
        min-height: 48px;
        box-sizing: border-box;
        width: 100%;
        box-sizing: border-box;
        height: 48px;
        padding: 0 6px;
        font-size: 12px;
        outline: none;
    }

    .regBox li .regTips {
        line-height: 16px;
        padding-top: 6px;
        color: #999;
        display: block;
        font-size: 12px;
    }

.regStepInfor {
    background-color: #fff;
    padding: 24px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.regBox li .regTips a {
    color: #23cdac;
}

.stepStateIcon {
    max-height: 64px;
}

.regStepInfor h4 {
    margin: 12px 0;
    font-size: 14px;
    font-weight: normal;
    color: #16bc9c;
}

.stepStateIcon img {
    max-height: 64px;
    max-width: 64px;
}

.leftSpace {
    font-size: 12px;
    line-height: 18px;
    color: #999;
}

    .leftSpace a {
        text-decoration: none;
        color: #16bc9c;
    }

.maskBoxLayout {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.maskBg {
    background-color: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.maskBoxLayout .maskMain {
    background-color: #fff;
    position: relative;
    z-index: 999;
    width: 80%;
    margin: 24px auto;
    padding: 24px 4%;
}

.agrTitle {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}

.maskBoxLayout .argMain {
    padding: 12px 0;
    line-height: 2em;
}

    .maskBoxLayout .argMain p {
        margin-bottom: 12px;
        line-height: 2em;
        font-size: 16px;
        color: #666;
        text-indent: 2em;
    }

.closeMaskLayout {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 32px;
    height: 32px;
    background-color: #f60;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-weight: normal;
}

.rightTree {
    position: fixed;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 999;
    width: 100%;
    height: 100%;
    padding-left: 120px;
    box-sizing: border-box;
    display: none;
}

    .rightTree .treeCenter {
        height: 100%;
        padding: 12px 0;
        box-sizing: border-box;
        background-color: #fff;
        overflow: auto;
    }

        .rightTree .treeCenter h2 {
            font-weight: normal;
            font-size: 18px;
            padding: 0 12px 12px 12px;
        }

.subItemsBox a {
    display: block;
    position: relative;
    padding: 0 12px;
    line-height: 48px;
    border-bottom: 1px solid #eee;
    color: #666;
    padding: 0 12px;
}

.backstep {
    position: absolute;
    width: 42px;
    height: 42px;
    top: 50%;
    margin-top: -21px;
    color: #666;
    cursor: pointer;
    z-index: 2;
    left: 6px;
}

    .backstep i {
        position: absolute;
        top: 50%;
        margin-top: -9px;
        left: 12px;
        width: 16px;
        height: 16px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        background: 0;
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transform: rotate(315deg);
    }

.itemDetailBox {
}

    .itemDetailBox .subTitle {
        padding: 6px 12px;
        line-height: 24px;
        font-weight: normal;
        color: #666;
    }

.standardBox {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

    .standardBox li {
        padding: 12px 0;
        line-height: 24px;
        border-bottom: 1px solid #eee;
    }

        .standardBox li:last-child {
            border-bottom: none;
        }

.explain {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 24px;
    background-color: #fff;
    padding: 12px;
}

.noContent {
    margin: 18px 0;
    background-color: #fff;
    padding: 12px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 24px;
}

.errorText {
    color: #f00;
}

.columnBoxMain .querycols {
    height: 48px;
    background-color: #f2f2f2;
    overflow: hidden;
    display: box;
    display: -ms-box;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.querycols a {
    display: block;
    text-align: center;
    line-height: 48px;
    color: #999;
    padding: 0;
    flex: 1;
    border-bottom: 1px solid #ddd;
    -ms-flex: 1;
    -webkit-flex: 1;
    box-flex: 1;
    -ms-box-flex: 1;
    -webkit-box-flex: 1;
    border-left: 1px solid #ddd;
    margin-left: -1px;
}

    .querycols a.active {
        border-bottom-color: #16A085;
        background-color: #fff;
        color: #16A085;
    }

.top-alert-warn {
    padding: 10px 0;
    background-color: #e64340;
    color: #fff;
    text-align: center;
}

.top-step {
    background-color: #fff;
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 0;
}

    .top-step > li:not(.line) {
        width: 20%;
        display: inline-block;
        font-size: 14px;
        text-align: center;
        color: #333;
        vertical-align: top;
        position: relative;
        z-index: 2;
    }

    .top-step > li.line {
        display: block;
        border-top: solid 1px #dcdcdc;
        position: relative;
        top: 10px;
        z-index: 1;
    }

    .top-step > li > em {
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #b5b5b6;
        color: #fff;
        text-align: center;
        line-height: 20px;
        font-style: normal;
        border: solid 5px #fff;
        margin-top: -5px;
    }

    .top-step > li > span, .top-step > li > span > em {
        display: block;
        font-style: normal;
    }

    .top-step > li > span {
        padding-top: 3px;
    }

        .top-step > li > span > em {
            font-size: 12px;
        }

    .top-step > li.active {
        color: #1abc9c;
    }

        .top-step > li.active > em {
            background-color: #1abc9c;
        }

        .top-step > li.active > span > em {
            opacity: .6;
        }

.img-list {
    font-size: 0;
    margin-top: -20px;
}

    .img-list > li {
        display: inline-block;
        width: 25%;
        overflow: hidden;
        vertical-align: top;
        text-align: center;
    }

    .img-list > li {
        padding: 6px;
        height: 90px;
        box-sizing: border-box;
    }

        .img-list > li img {
            width: 100%;
            height: 60px;
            border: solid 1px #eee;
            vertical-align: middle;
        }

        .img-list > li a, .img-list.self-adaption > li:before {
            display: inline-block;
            vertical-align: middle;
        }

    .img-list.self-adaption > li:before {
        content: '';
        width: 0;
        height: 100%;
    }

    .img-list.self-adaption > li img {
        max-width: 100%;
        max-height: 100%;
    }

.popup {
    display: none;
}

.block {
    display: block;
}

.changeNumber {
    margin: 12px 0;
    line-height: 42px;
    background-color: #fff;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
}

    .changeNumber a {
        color: #25c688;
        font-size: 14px;
    }

.uplayoutBox {
    background-color: #fff;
    position: fixed;
    height: 240px;
    width: 90%;
    top: 50%;
    left: 50%;
    margin-top: -120px;
    margin-left: -45%;
    z-index: 9999;
}

    .uplayoutBox p {
        padding: 42px 30px;
        line-height: 24px;
        text-align: center;
        font-size: 16px;
    }

.popmargin {
    margin: 24px 30px;
}

.inputChkbox {
    text-align: left;
    padding: 12px 8px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.checkunit, .checkunit > span {
    position: relative;
    min-height: 24px;
    line-height: 24px;
    font-size: 14px;
    display: inline-block;
}

    .checkunit > .check-item {
        display: none;
    }

    .checkunit > span {
        padding-left: 24px;
        padding-right: 3px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }

        .checkunit > span:before, .checkunit > span:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
        }

        .checkunit > span:before {
            width: 16px;
            height: 16px;
            border: solid 1px #ddd;
            left: 0;
            margin-top: -9px;
            background-color: #fff;
        }

        .checkunit > span:after {
            background-color: #16bc9c;
            width: 0;
            height: 0;
            left: 10px;
            margin-top: -10px;
            opacity: .8;
            transition: all .3s;
            display: none;
        }

    .checkunit > .check-item[type='radio'] ~ span:before,
    .checkunit > .check-item[type='radio'] ~ span:after {
        border-radius: 50%;
    }

    .checkunit > .check-item:checked ~ span:before {
        border-color: #16bc9c;
    }

    .checkunit > .check-item:checked ~ span:after {
        display: block;
        width: 10px;
        height: 10px;
        left: 4px;
        margin-top: -5px;
    }



.background {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background: while;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    text-align: center;
}

.progressBar {
    display: block;
    width: 160px;
    height: 28px;
    top: 50%;
    left: 50%;
    margin-left: 0;
    margin-top: 0;
    padding: 10px 10px 10px 50px;
    background: white url(/Content/image/loading.gif) no-repeat 10px 10px;
    text-align: center;
    line-height: 27px;
    font-weight: bold;
    position: absolute;
    z-index: 2001;
    transform: translate(-50%,-50%);
}

.inlinediv {
    padding: 2px;
    margin: 2px;
    height: auto;
    min-height: 30px;
}

    .inlinediv .inlinedivleft {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: right;
        min-width: 20%;
        max-width: 35%;
        width: 25%;
        vertical-align: middle;
        font-size: 16px;
        font-weight: 500;
    }

    .inlinediv .inlinedivright {
        display: inline-block;
        width: 70%;
        max-width: 75%;
        height: 100%;
        overflow: auto;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }

        .inlinediv .inlinedivright input {
            height: 80%;
            width: 95%;
            min-height:25px;
            font-size: 16px;
            font-weight: 500;
        }


        .inlinediv .inlinedivright label {
            float: left;
        }

            .inlinediv .inlinedivright label input {
                width: auto;
                height: auto;
            }

.ulSearch {
    position:absolute;
    display: inline;
    white-space: nowrap;
    width: 100%;
    height: 30px;
    margin: 2px 2px 2px 0;
    padding: 2px 2px 2px 0;
    font-size: 12px;
    top: 0;
    z-index:999;
}

    .ulSearch div {
        float: left;
        width: auto;
        max-width: 100%;
        margin: 4px 0 0 0;
        border: 0;        
        position: relative;
        display: inline-block;
    }
        .ulSearch div input {
            font-size: 16px;
            width: 85%;
            height: 25px;
            /*min-width: 25px;*/
            margin: 2px 2px 0 2px;
        }
        .ulSearch div input[type=checkbox] {
            height: 20px;
            width: 20%;
            min-width: 15px;
        }
.reportList .reportListMain {    
    position: fixed;
    height: 90%;
    width: 100%;
    overflow: scroll;
    top: 35px;
    margin-top: 5px;
    padding-top: 5px;
}
           
   

div input, div span {
    vertical-align: middle;
}

.ulSearch div > button.button-tiny {
    color: #666;
    background-color: #16bc9c;
    border-color: #16bc9c;
    font-weight: 300;
    font-size: 12px;
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    height: auto;
    padding-left: 5px;
    margin: 0;
    display: inline-block;
    appearance: none;
    cursor: pointer;
    border: 0px solid #373737;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    width: 100%;
}
