﻿.test-report {
    width: 100%;
    height: 180px;
    margin-top: 20px;
    position: relative;
    display: none;
}

.test-report > div{
    text-align: center;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
}

.test-report .report_bg{
    width: 100%;
}

.test-report p{
    font-size: 14px;
    color: #6C6E6D;
    margin: 15px 0;
}

.test-report p em{
    font-style: normal;
    color: #ed6d39;
    font-size: 14px;
    background: #fef3ee;
    padding: 1px 4px;
    border-radius: 4px;
    margin: 0 4px;
}

.test-report button{
    font-size: 15px;
    color: #fff;
    background-color: #ed6d39;
    border: 0;
    width: 132px;
    height: 36px;
    border-radius: 20px;
}

.entrancetest-box {
    width: 75%;
    margin:0 auto;
    min-height:828px;
}
    .entrancetest-box .description {
        width: 100%;
        box-sizing: border-box;
        margin: 20px 0 50px 0;
        padding: 10px 20px;
        background: rgba(250,250,250,1);
        border: 1px solid rgba(229,229,229,1);
        border-radius: 4px;
    }
        .entrancetest-box .description .title{
            color:#333;
            margin-bottom:10px;
            font-size:20px;
        }
        .entrancetest-box .description .text {
            font-size: 14px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: rgba(112,112,112,1);
            margin-bottom: 10px;
        }
    .entrancetest-box .entrancetest {
        width: 100%;
        box-sizing: border-box;
        /*padding-left: 20px;*/
        border-bottom: 1px solid #ddd;
        position: relative;
        margin-bottom: 40px;
    }
        .entrancetest-box .entrancetest .title {
            font-size: 16px;
            border-bottom: 2px solid #33CC99;
            color: #333;
            font-weight: 400;
            text-align: center;
            padding: 5px 5px;
            letter-spacing: 2px;
            display: inline-block;
            margin-bottom: -1px;
        }
    .entrancetest-box .confirmation-agreement {
        width:100%;
        text-align:right;
        position:absolute;
        top:-10px;
        right:0px;
    }
        .entrancetest-box .confirmation-agreement .btn {
            width: 100px;
            height: 38px;
            padding:0px;
            line-height:38px;
            background: rgba(247,111,84,1);
            opacity: 1;
            border-radius: 3px;
            color:#fff;
        }
    .entrancetest-box .test-classification {
        width: 100%;
        overflow: hidden;
    }
        .entrancetest-box .test-classification .item {
            width: 30%;
            height: 250px;
            background: rgba(255,255,255,1);
            border: 1px solid rgba(239,239,239,1);
            position: relative;
            box-sizing: border-box;
            float: left;
            margin-bottom: 40px;
            font-size: 14px;
            overflow: hidden;
            border-radius: 8px;
            padding-left: 30px;
            color: #999999;
        }
            .entrancetest-box .test-classification .item.n-1{
                margin:0 5%;
            }
            .entrancetest-box .test-classification .item .test-subjects {
                margin-top: 50px;
                font-size:18px;
                color:#000;
            }
            .entrancetest-box .test-classification .item .time {
                margin-top: 15px;
            }
            .entrancetest-box .test-classification .item .fouse {
                margin-top: 15px;
            }
                .entrancetest-box .test-classification .item .fouse .red {
                    color: #F57D50;
                }
            .entrancetest-box .test-classification .item .btn-box{
                width:100%;
                text-align:center;
            }
            .entrancetest-box .test-classification .item .btn {
                width: 100px;
                height: 38px;
                line-height: 38px;
                padding: 0;
                margin-top: 40px;
                color: #fff;
                font-size: 12px;
                background: rgba(39,217,176,1);
                opacity: 1;
                border-radius: 3px;
                margin-left: -30px;
            }
            .entrancetest-box .test-classification .item:before {
                content: "";
                width: 100%;
                height:28px;
                box-sizing:border-box;
                line-height:28px;
                padding-right:15px;
                text-align: right;
                position: absolute;
                top: 0px;
                right: 0px;
                font-size: 12px;
            }
            .entrancetest-box .test-classification .item.pass:before {
                content: "已检测";
                color: rgba(39,217,176,1);
                background: rgba(39,217,176,0.1);
            }
            .entrancetest-box .test-classification .item.not-test:before {
                content: "未检测";
                color: rgba(153,153,153,1);
                background: rgba(239,239,239,1);
            }

/*.foot-fix-bottom {
    position: fixed;
    bottom: 0px;
    width: 100%;
}*/