﻿body {
    background: #dddddd;
}


/*div通用样式*/

.right_bottom_v2 {
    color: #ffffff;
    overflow: hidden;
    z-index: 9999;
    position: fixed;
    padding: 5px;
    text-align: center;
    width: 100px;
    height: 100px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    right: 10px;
    bottom: 100px;
}
.right_bottom_v3 {
    color: #ffffff;
    overflow: hidden;
    z-index: 9999;
    position: fixed;
    padding: 5px;
    text-align: center;
    width: 100px;
    height: 100px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    right: 10px;
    bottom: 200px;
}
.right_bottom {
    color: #ffffff;
    overflow: hidden;
    z-index: 9999;
    position: fixed;
    padding: 5px;
    text-align: center;
    width: 100px;
    height: 100px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    right: 10px;
    bottom: 10px;
}
.app {
    color: #ffffff;
    overflow: hidden;
    z-index: 9999;
    position: fixed;
    padding: 5px;
    text-align: center;
    width: 100px;
    height: 100px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    right: 10px;
    bottom: 100px;
}
/*以下是EnterClassroomPage*/
body {
    background: #f5f5f5;
}

h5 {
    font-weight: 400;
}

.tabs {
    background-color: #76aa39;
}

.long li {
    list-style: none;
    line-height: 36px;
    font-size: 18px;
}

.long span {
    color: #76aa39;
    font-weight: bolder;
}

.container {
    margin-top: 80px;
    width: 500px;
}

.tabs .tabs-gray .indicator {
    background-color: #e0f2f1;
    height: 80px;
    opacity: 0.3;
}

.form-container {
    padding: 20px;
    padding-top: 30px;
}

.confirmation-tabs-btn {
    position: absolute;
}

.waves-light {
    background-color: #76aa39;
}

.infor_table {
}

    .infor_table tr {
        line-height: 15px;
        border: 1px;
        border-bottom: 1px solid #E3F1D5;
        border-left: 5px solid #92c358;
    }

        .infor_table tr td:nth-child(1) {
            width: 30%;
            background-color: #f1f1f1;
            font-weight: bolder;
            color: #92c358;
            padding-left: 2%;
            border-bottom: 1px solid #c8e1b0;
        }

        .infor_table tr td:nth-child(2) {
            padding-left: 3%;
        }

.tabs-gray {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 48px;
    background-color: gray;
    margin: 0 auto;
    width: 100%;
    white-space: nowrap;
}

    .tabs-gray .tab {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: block;
        float: left;
        text-align: center;
        line-height: 48px;
        height: 48px;
        padding: 0;
        margin: 0;
        text-transform: uppercase;
        text-overflow: ellipsis;
        overflow: hidden;
        letter-spacing: .8px;
        width: 15%;
        min-width: 80px;
    }

.infor_table_gray tr {
    line-height: 15px;
    border: 1px;
    border-bottom: 1px solid #413f3f;
    border-left: 5px solid gray;
}

    .infor_table_gray tr td:nth-child(1) {
        width: 30%;
        background-color: #f1f1f1;
        font-weight: bolder;
        color: gray;
        padding-left: 2%;
        border-bottom: 1px solid gray;
    }

    .infor_table_gray tr td:nth-child(2) {
        padding-left: 3%;
    }
