﻿.wrap .title {
    width: 500px;
    text-overflow: ellipsis;
    max-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 20px;
}
.boder_css {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}
.boder_css a {
    padding: 10px 0;
    margin: 0 19px;
    color: #999;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
}
.boder_css a:hover {
    color: var(--color-base-primary);
    border-bottom: 2px solid var(--color-base-primary);
}
.boder_css .onChoose {
    color: var(--color-base-primary);
    border-bottom: 2px solid var(--color-base-primary);
}
.boder_css a:first-child {
    margin-left: 0;
}
.title_css {
    font-size: 20px;
    padding: 7px 0;
    text-align: center;
    background: var(--color-base-primary);
    color: #fff;
}
.border_css {
    border: 1px solid var(--color-base-primary);
    padding: 25px 20px;
}
.insSelect {
    display: none;
    padding: 5px 10px;
    float: right;
    margin-top: 8px;
    color: #666;
}
.content > div {
    margin-bottom: 48px;
    color: #808080;
}
.title2_css {
    border-left: 8px solid var(--color-base-primary);
    padding-left: 12px;
    color: var(--color-base-primary);
    margin-bottom: 28px;
    font-size: 18px;
}
.title3_css {
    border-left: 8px solid var(--color-base-primary);
    padding-left: 12px;
    color: var(--color-base-primary);
    margin-bottom: 4px;
}
#userDataTable {
    text-align: center;
    width: 100%;
}
#userData td {
    font-size: 26px;
    color: #333;
}
/*#userData td:nth-child(2) {
        color:var(--color-base-primary);
        cursor:pointer;
        padding-left: 15px;
    }*/
.border_right {
    border-right: 1px solid #e9e8eb;
}
.mybd_cnt {
    padding: 20px 0;
}
.mybd_cnt .calssbj th {
    background-color: #f7f6f9;
    color: #999;
}
#refresh {
    background: #fff;
    color: var(--color-base-primary);
    border: 1px solid var(--color-base-primary);
    padding: 5px 20px;
    cursor: pointer;
    margin-right: 20px;
}
#goBack {
    background: var(--color-base-primary);
    color: #fff;
    border: 1px solid var(--color-base-primary);
    padding: 5px 20px;
    cursor: pointer;
}
#subjectDataTable,
#studyDataTable {
    color: #666;
    text-align: center;
    width: 100%;
}
#subjectDataTable td,
#studyDataTable td {
    padding: 10px 0;
}
#subjectDataTable thead tr,
#studyDataTable thead tr {
    background-color: #f7f6f9;
    color: #808080;
}
#subjectData tr:nth-child(2n),
#studyData tr:nth-child(2n),
#onlionStydent tr:nth-child(2n) {
    background-color: #f7f6f9;
}
#subjectData tr:nth-child(2n + 1),
#studyData tr:nth-child(2n + 1),
#onlionStydent tr:nth-child(2n + 1) {
    background-color: #fff;
}
#studyDataTable tr td:first-child {
    width: 38%;
    padding-left: 10%;
}
#studyDataTable tr td:not(:first-child) {
    width: 31%;
}
#studyDataTable tr td {
    text-align: left;
}
#studyData tr:nth-child(1) td:first-child {
    color: #43a8f0;
}
#studyData tr:nth-child(2) td:first-child {
    color: #43a8f0;
}
#studyData tr:nth-child(3) td:first-child {
    color: #2ec7c9;
}
#studyData tr:nth-child(4) td:first-child {
    color: #2ec7c9;
}
#studyData tr:nth-child(5) td:first-child {
    color: #ffad2c;
}
#studyData tr:nth-child(6) td:first-child {
    color: #ffad2c;
}
#studyData tr:nth-child(7) td:first-child {
    color: #a78cde;
}
#studyData tr:nth-child(8) td:first-child {
    color: #a78cde;
}
#studyData tr:nth-child(9) td:first-child {
    color: var(--color-base-primary);
}
#studyData tr:nth-child(10) td:first-child {
    color: var(--color-base-primary);
}
.selectCss {
    width: 158px;
    height: 30px;
    margin-right: 40px;
    cursor: pointer;
}
.selectCss > option:first-child {
    display: none;
}
#txtStartDate {
    line-height: 30px;
    margin-right: 5px;
    padding: 0px 5px;
    width: 178px;
    height: 30px;
}
#txtEndDate {
    line-height: 30px;
    margin-right: 5px;
    padding: 0px 5px;
    width: 178px;
    height: 30px;
}
#btnHistoryQuery {
    line-height: 30px;
    width: 50px;
    border: 0px;
    color: #fff;
    background-color: var(--color-base-primary);
    cursor: pointer;
    height: 30px;
}
.marBottom20 {
    margin-bottom: 20px;
}
.tip {
    float: right;
    color: #888888;
}
.inline {
    display: inline-block;
}
#studyHistoryList {
    color: #999;
}
#icon1 {
    color: #ccc;
    font-size: 24px;
}
#layui-layer1 div.layui-layer-content {
    font-size: 16px;
}

/**zzb**/

.layui-layer.bjcss {
    padding: 0 15px;
    background: #fff;
}
.bjcss {
    height: auto;
    border-radius: 6px;
    box-shadow: 0px 0px 5px #5e5d5d;
}
.bjcss .layui-layer-title {
    border: 0 none;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0px;
    background: #fff;
    height: auto;
    padding: 0;
    margin-top: 10px;
    padding: 0 10px;
    color: #676464;
}
.layui-layer-page.bjcss .layui-layer-content {
    overflow: hidden;
    box-sizing: border-box;
}
.bjcss .padd {
    padding: 0px 15px 20px;
    letter-spacing: 2px;
}
.bjcss .form-group {
    position: relative;
    color: #424451;
    margin-left: auto;
    margin-right: auto;
    width: 318px;
}
.bjcss .form-group label {
    position: absolute;
    left: 9px;
    top: 10px;
    width: 19px;
    height: 19px;
}
.bjcss .form-group .ic1 {
    background: url(../Images/account.gif) no-repeat;
}
.bjcss .form-group .ic2 {
    background: url(../Images/password.gif) no-repeat;
}
.bjcss .form-group input {
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 20px;
    outline: none;
    padding: 9px 9px 9px 34px;
    width: 275px;
    color: #888;
}
.bjcss .form-group input:focus {
    border-color: #57c077;
}
.bjcss .form-group input:blur {
    border-color: #d9e1e5;
}
.bjcss .form-group .help-block {
    font-size: 12px;
    line-height: 20px;
    height: 24px;
    padding-left: 10px;
    letter-spacing: 0;
    color: #f00;
    margin-top: 5px;
}
.bjcss .forget-password {
    color: #888;
}
.bjcss .forget-password:hover,
.oauth-wp .fr:hover {
    text-decoration: underline;
}
.bjcss .red {
    color: #f06767;
}
.bjcss .quikyzc input {
    margin-top: 1px;
    margin-right: 2px;
    margin-left: 5px;
}
.bjcss .btn-success {
    font-size: 18px;
    line-height: 48px;
    padding: 0;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    background: #f06767;
    border: 0 none;
    cursor: pointer;
    transition: all 0.8s ease 0s;
}
.bjcss .btn-success:hover {
    background: #db5050;
}
.bjcss .layui-layer-close {
    position: absolute;
}
.bjcss .layui-layer-setwin {
    right: 25px;
    top: 20px;
    width: 20px;
    height: 20px;
    background: url(/Images/colse.png) no-repeat;
}
.bjcss .layui-layer-setwin .layui-layer-close1 {
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 0;
    background: none;
}
.bjcss .layui-layer {
    padding: 10px 20px 20px;
}
.layer_sections {
    padding: 0 5px 5px 5px;
    line-height: 25px;
    width: 400px;
    max-height: 200px;
    overflow-y: auto;
}
.layer_sections .section {
    padding: 2px 8px;
    color: #676464;
    border-bottom: 1px dotted var(--color-base-primary);
    text-align: start;
    display: flex;
    align-content: center;
}
.layer_sections .section:hover {
    cursor: pointer;
    color: #fff;
    background-color: var(--color-base-primary);
}
.layer_sections > div {
    text-align: center;
    padding: 10px;
}
