html, body {
    background: #f4f4f4;
}

/*select*/
.select {
    position: relative;
    height: 0.86rem;
    font-size: 0.28rem;
    width: 100%;
    text-align: center;
    background: #f4f4f4;
}

.select_fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.mold-box, .time-box {
    position: relative;
    z-index: 1000;
    float: left;
    box-sizing: border-box;
    width: 50%;
    height: 0.88rem;
    border-bottom: 0.02rem solid #cccccc;
}

.mold-title, .time-title {
    line-height: 0.42rem;
    margin: 0.22rem 0;
    color: #9e9e9e;
}

.select-line {
    position: absolute;
    top: 0.22rem;
    width: 1px;
    background: #ccc;
    height: 0.42rem;
}

.mold-box .select-line {
    right: 0;
}

.time-box .select-line {
    left: -1px;
}

.box_active .select-line {
    top: 0;
    height: 0.87rem;
}

.box_active {
    background: #fff;
    border-bottom: none;
}

.box_active .mold-icon, .box_active .time-icon {
    border-top: none;
    border-bottom: 0.08rem solid #000;
}

.mold, .time {
    position: absolute;
    top: 0.865rem;
    left: 0;
    z-index: 999;
    width: 100%;
    line-height: 0.86rem;
    background: #fff;
    padding: 0.2rem 0;
    max-height: 250px;
    overflow-y: auto;
}

.select-item {
    text-align: left;
    padding-left: 0.4rem;
}

.select_active {
    background: #f4f4f4;
    color: #32b18b;
}

.mold-icon, .time-icon {
    display: inline-block;
    margin-bottom: 0.04rem;
    border-left: 0.08rem solid transparent;
    border-right: 0.08rem solid transparent;
    border-top: 0.08rem solid #000;
}

/*data-con*/
.data-con {
    width: 100%;
    margin-top: 0.4rem;
    font-size: 0.24rem;
    text-align: center;
    overflow-x: scroll;
}


.ath-empty {
    text-align: center;
    font-size: 0.36rem;
    background: #fff;
}

.ath {
    font-size: 0.28rem;
    font-family: '宋体';
}

.qy-table {
    width: 236%;
    box-sizing: border-box;
    padding: 0 0.2rem;
    text-align: center;
    background: #fff;
}

.qy-table th {
    line-height: 0.88rem;
    color: #aaaaaa;
    font-size: 0.24rem;
    border-bottom: 1px solid #aaaaaa;
}

.qy-table tbody {
    line-height: 0.8rem;
}

.qy-table td {
    vertical-align: middle;
    height: 0.8rem;
    overflow: hidden;
    border-bottom: 0.5px solid #aaaaaa;
}

.qy-report {
    color: #ad181f;
    border-bottom: 1px solid #ad181f;
}





/*schedule-h5*/
.ath-data-con {
    background: #f4f4f4;
    border-top: 1px solid #ccc;
}

.ath-tab-title {
    margin: 0.42rem auto -0.16rem;
    text-align: center;
    height: 0.24rem;
    line-height: 0.24rem;
    color: #aaaaaa;

}

.ath-tab-type {
    margin: 0.32rem 0 0.2rem 0.16rem;
}

.qy-table tr:last-child td {
    border-bottom: none;
}

.select-bg {
    position: absolute;
    left: 0;
    z-index: 99;
    width: 100%;
    background: #000;
    opacity: 0.35;
    border-bottom: 1px solid #cccccc;
}
