﻿body {
    font-size: 16px;
}
/*.pdbm {
    position: relative;
}
.my_container1, .my_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}*/
.mybd_cnt * {
    box-sizing: border-box;
}
.headline {
    width: 700px;
    height: 80px;
    font-size: 30px;
    font-weight: bold;
    color: #7BD0FC;
    margin: 10px auto 20px auto;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.headline > a {
    display: inline-block;
    width: 50%;
    height: 80px;
    line-height: 76px;
    border: 2px solid #5AC4FB;
}
.headline > a.on {
    background-color: #5AC4FB;
    color: #FFF;
}
.headline > a:first-of-type {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.headline > a:last-of-type {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    color: #7BD0FC;
}
.filter {
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    border: 1px solid #5AC4FB;
    border-radius: 10px;
}
.filter .student-name {
    font-size: 20px;
    font-weight: bold;
    color: #666;
    margin-right: 20px;
}
/*.basic-data {
    width: 25%;
}*/
.filter-wrap {
    width: 65%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.filter-wrap>div:first-of-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter-wrap select {
    width: 100px;
    height: 32px;
    border: 1px solid #ccc;
    padding-left: 10px;
}
.filter-wrap input[type="button"] {
    width: 48px;
    height: 32px;
    background-color: #5AC4FB;
    padding: 0 5px;
    color: #fff;
    text-align: center;
    outline: none;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    margin-left: 10px;
}
.save-img {
    display: inline-block;
    cursor: pointer;
    user-select: none;
    margin-left: 20px;
}
.save-img i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('/Images/IntegratedData/save.png') 0 0 no-repeat;
    background-size: 100%;
}
.my_container1 .item {
    margin: 20px 0;
}
.my_container1 .item .item-title {
    height: 56px;
    background: #5AC4FB;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.my_container1 .item .item-title.off {
    border-radius: 10px
}
.my_container1 .item .item-title .item-name i {
    display: inline-block;
    width: 21px;
    height: 17px;
    background: url('../../Images/IntegratedData/knowledge.png') no-repeat;
    margin-right: 15px;
}
.my_container1 .item .item-title .item-name i.summary {
    height: 16px;
    background: url('../../Images/IntegratedData/summary.png') no-repeat;
}
.my_container1 .item .item-title .item-name i.study {
    height: 16px;
    background: url('../../Images/IntegratedData/study.png') no-repeat;
}
.my_container1 .item .item-title .item-name i.memory {
    height: 15px;
    background: url('../../Images/IntegratedData/memory.png') no-repeat;
}
.my_container1 .item .item-title .item-name i.homework {
    height: 16px;
    background: url('../../Images/IntegratedData/homework.png') no-repeat;
}
.my_container1 .item .item-title .item-name i.mincoin {
    height: 16px;
    background: url('../../Images/IntegratedData/mincoin.png') no-repeat;
}
.my_container1 .item .item-title .item-name i.question {
    height: 16px;
    background: url('../../Images/IntegratedData/question.png') no-repeat;
}
.my_container1 .item .item-title .item-name {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.my_container1 .item .item-title .expand {
    height: 34px;
    line-height: 32px;
    padding: 0 15px;
    border: 1px solid transparent;
    border-radius: 16px;
    display: flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
}
.my_container1 .item .item-title .expand:hover {
    border: 1px solid #fff;
}
.my_container1 .item .item-title .expand-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background: url('/Images/IntegratedData/expand1.png') 0 0 no-repeat;
    transition: all .1s ease-in;
}
.my_container1 .item .item-title .expand.off .expand-icon {
    transform: rotate(-90deg)
}
.my_container1 .item .item-body {
    border: 1px solid #5AC4FB;
    border-radius: 0px 0px 10px 10px;
    padding: 24px;
    position: relative;
}
.item-body .ii {
    margin: 20px 0 40px 0;
}
.my_container1 .item .item1 {
    color: #666;
}
.item1 .item1-title {
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
}
.item1-title>div {
    position: relative;
}
.item1-title>div>.ic {
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 6px;
    background-color: #5AC4FB;
    border-radius: 3px;
    z-index: 1;
}
.item1-title>div>span {
    position: relative;
    z-index: 2;
}
/*各科知识点掌握情况*/
.table table {
    border: 1px solid #CCCCCC;
    text-align: center;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    color: #333232;
    font-size: 14px;
}
.table table td,
.table table th {
    border: solid #ccc;
    border-width: 0 1px 1px 0;
    font-weight: normal;
}
.table table th {
    background-color: #F2F6FB;
}
.table table th:first-of-type {
    border-top-left-radius: 10px;
}
.table table th:last-of-type {
    border-top-right-radius: 10px;
}
.table table thead tr {
    height: 50px;
}
.table table tbody tr {
    height: 72px;
}
.table table tr td:last-of-type,
.table table tr th:last-of-type {
    border-right: none;
}
.table tbody tr:last-of-type td {
    border-bottom: none;
}
.table table .up {
    color: #00C999;
    font-size: 12px;
    letter-spacing: 1px;
}
.table table .up:before {
    content: '↑'
}
.table table .down {
    color: #FF7677;
    font-size: 12px;
    letter-spacing: 1px;
}
.table table .down:before {
    content: '↓'
}
.item1 .description {
    padding: 20px;
    margin: -10px 0 20px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    line-height: 30px;
    color: #353536;
}
.item1 .item1-body {
    display: flex;
    justify-content: center;
}
/*.item1 .item1-body .description {
    width: 50%;
}*/
.item1 .item1-body .description.no-border {
    border: none;
}
.chart {
    width: 100%;
    height: 250px;
}
/*各科作业完成详情*/
.subject-detail {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.subject-detail .item-per {
    width: 49%;
    /* height: 240px; */
    height: 163px;
    margin-top: 20px;
    background: #FFFFFF;
    box-shadow: 1px 3px 14px rgba(90, 196, 251, 0.22);
    border-radius: 30px;
    padding: 0 60px;
}
.subject-detail .item-per.border,
.coin.border {
    border: 1px solid rgba(90, 196, 251, 0.22);
    box-shadow: none;
}
.work-detail .item-per .desc {
    line-height: 30px;
}
.subject-detail .item-per .title-per {
    height: 28px;
    font-size: 20px;
    color: #3C3E3E;
    text-align: center;
}
.item-per>div {
    margin: 20px 0;
}
.work-detail .item-per .chart-per {
    text-align: center;
    color: #353536;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}
.work-detail .item-per .chart-per .work {
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-size: 14px;
}
.work-detail .item-per .chart-per .work>i {
    display: inline-block;
    width: 15px;
    height: 9px;
    background: #FBBF6E;
    border-radius: 6px;
    margin-right: 8px;
}
.work-detail .item-per .chart-per .work>span {
    font-size: 16px;
    padding-left: 8px;
}
.work-detail .item-per .chart-per .smart-work>i {
    background: #5DDAE9;
}
.work-detail .item-per .desc {
    color: #353536;
}
/*.bar>div {
    display: inline-block;
    width: 60%;
    height: 100%;
    background-color: #FBBF6E;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.bar>div>i {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    margin-right: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #FBBF6E;
}
.bar>.tooltip {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%);
    width: 150px;
    box-shadow: 2px 2px 3px rgba(90, 196, 251, 0.2);
    border-radius: 5px;
    font-size: 12px;
}
.smart-bar>div {
    width: 100%;
    background-color: #5DDAE9;
}
.smart-bar>div>i {
    display: none;
}*/
/*学币*/
.my_container1 .study-coin .item-body {
    padding-top: 75px;
}
.coin {
    box-shadow: 1px 3px 14px rgba(90, 196, 251, 0.22);
    background: #FFFFFF;
    border-radius: 20px;
    color: #333232;
    position: relative;
}
.coin-all {
    width: 564px;
    height: 150px;
    margin: 0 auto 40px;
    font-size: 24px;
}
.coin-all .coin-num {
    position: absolute;
    bottom: 38px;
    left: 50%;
    transform: translate(-50%);
}
.coin>i {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    background: url('../../Images/IntegratedData/goldcoin-big.png') no-repeat;
    background-size: 100%;
}
.study-coin .coin-subject {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.coin-subject .coin {
    position: relative;
    width: 24%;
    height: 116px;
}
.coin-subject .coin>i {
    width: 51px;
    height: 51px;
    background: url('/Images/IntegratedData/goldcoin.png') no-repeat;
}
.coin-subject .coin-num {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 24px;
    color: #353536;
}
.coin-subject .coin-num>div {
    font-size: 20px;
}
/*各科有效学习时间*/
.chart-st {
    opacity: 1;
}
#studytime-bar {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: relative;
    width: 800px;
    margin: 0 auto;
}
#studytime-bar .bar-wrap {
    width: 800px;
    height: 70px;
    border-radius: 35px;
    overflow: hidden;
    display: flex;
    z-index: 2;
    color: #fff;
}
#studytime-bar .bar-wrap>div {
    text-align: center;
    line-height: 70px;
    font-size: 12px;
}
#studytime-bar .border {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 810px;
    height: 80px;
    border-radius: 40px;
    background-color: rgba(90, 196, 251, 0.16);
    z-index: 1;
}
#studytime-bar .bar-wrap .math {
    height: 100%;
    background-color: #1890FF;
}
#studytime-bar .bar-wrap .english {
    height: 100%;
    background-color: #73D13D;
}
#studytime-bar .bar-wrap .physics {
    height: 100%;
    background-color: #FFBF27;
}
#studytime-bar .bar-wrap .chemistry {
    height: 100%;
    background-color: #13C2C2;
}
#studytime-bar .tooltip {
    width: 100%;
    height: 70px;
    /*display: flex;
    justify-content: space-around;
    align-items: center;*/
    position: relative;
}
#studytime-bar .tooltip>.ti {
    display: inline-block;
    width: 110px;
    height: 70px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #C4C4C4;
    border-radius: 10px;
}
#studytime-bar .tooltip>.ti>div:first-of-type {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #C4C4C4;
}
#studytime-bar .tooltip>.ti>div:last-of-type {
    height: 40px;
    line-height: 40px;
}
/*各科学习资料详情*/
.chart-left {
    width: 50%;
    height: 350px;
}
.des-right {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.chart>div {
    width: 100%;
    height: 100%;
}
.des-right>div {
    width: 100%;
    height: 50%;
}
.legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.legend .li {
    width: 33%;
}
.legend .li>div:first-of-type {
    font-size: 14px;
    margin-left: 15px;
}
.legend .li>div:not(first-of-type) {
    font-size: 12px;
}
.legend .li i {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 50%;
    background: green
}
.legend .math .p {
    background-color: #1890FF;
}
.legend .math .p1 {
    background-color: #61B3FF;
}
.legend .english .p {
    background-color: #73D13D;
}
.legend .english .p1 {
    background-color: #7ADB43;
}
.legend .physics .p {
    background-color: #FFC53D;
}
.legend .physics .p1 {
    background-color: #FFDA82;
}
.legend .chemistry .p {
    background-color: #13C2C2;
}
.legend .chemistry .p1 {
    background-color: #29D2D2;
}
/*有效做题情况*/
.subject-detail .item-per {
    padding: 0 40px;
}
.subject-detail .item-per .title-per {
    margin: 20px 0 10px;
}
.subject-detail .item-per .body-per {
    height: calc(100% - 58px);
    margin: 0;
    padding-bottom: 20px;
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    align-items: center;
}
.subject-detail .body-per>.chart-per {
    width: 45%;
    height: 100%;
}
.subject-detail .body-per>.desc {
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.subject-detail .chart-per .qc {
    width: 100%;
    height: calc(100% - 60px);
}
.subject-detail .chart-per .qn {
    width: calc(100% - 16px);
    height: 60px;
    margin: 8px 8px 0;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subject-detail .chart-per .qn>div {
    width: 50%;
    text-align: center;
}
.question-detail .chart-per .qn>div:first-of-type {
    border-right: 1px solid #ccc;
}
.subject-detail .qn>div>div:first-of-type {
    font-size: 20px;
    color: #666666;
    line-height: 22px;
}
.subject-detail .qn>div>div:last-of-type {
    font-size: 12px;
    color: #000;
}
.subject-detail .body-per>.desc {
    width: 50%;
    height: 100%;
}
/*各科做题分类详情*/
.table table .nr {
    border-right: none;
}
.question-table table thead tr,
.question-table table tbody tr {
    line-height: 56px;
}
/*智能记忆和记忆测试详情*/
.memory-detail .item-per {
    height: 320px;
}
.memory-detail .chart-per .qc {
    display: flex;
    justify-content: center;
    align-items: center;
}
.memory-detail .chart-per .qn {
    width: 100%;
    border: none;
    margin: 0;
    justify-content: center;
}
.memory-detail .chart-per .qn>div {
    width: 40%;
}
.memory-detail .qn>div>div:first-of-type {
    color: #353536;
}
.memory-detail .qn>div>div:last-of-type {
    color: #666;
}