﻿.my_container {
    background-color: var(--color-base-secondary);
    background-image: url("/Images/BehaviorInfo/title-bg1.png");
    background-position: 0 8px;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}
.my_wrap {
    background: transparent;
    padding-top: 10px;
}
.my_container .headline {
    color: #fff;
    box-sizing: border-box;
    margin-bottom: 0;
}
.my_container .headline > a {
    border: 2px solid #fff;
    box-sizing: border-box;
}
.my_container .headline > a.on {
    background-color: #fff;
    color: #5ac4fb;
}
.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;
    color: #fff;
}

.headline > a:last-of-type {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.headline1 {
    margin: 0 20px;
    height: 90px;
    position: relative;
}
.headline1 .head-title {
    width: 433px;
    height: 90px;
    position: relative;
}
.headline1 .head-title .i-a {
    position: absolute;
    right: 0;
    top: 28px;
}
.headline1 .title-tip {
    position: absolute;
    right: 0;
}
.gantt-legend {
    display: flex;
    justify-content: center;
}
.gantt-legend > div > span {
    display: inline-block;
    width: 18px;
    height: 9px;
    background: #1890ff;
    margin-right: 8px;
}
.gantt-legend > div:not(:last-of-type) {
    padding-right: 30px;
}
.gantt-legend .gl-practise span {
    background: #43d8d8;
}
.gantt-legend .gl-scan span {
    background: #ffb811;
}
.gantt-legend .gl-other span {
    background: #d1d1d1;
}
.filter {
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    border: 1px solid #5ac4fb;
    border-radius: 10px;
    box-sizing: border-box;
}

.filter #student-name {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-right: 20px;
}
.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: var(--color-base-secondary);
    padding: 0 5px;
    color: #fff;
    text-align: center;
    outline: none;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    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%;
}
.study-time-wrap {
    width: 100%;
    height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
}
.my_container .item {
    margin: 20px 0;
    border-radius: 10px;
    background: #ffffff;
}

.my_container .item .item-title {
    padding: 40px 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.my_container .item .item-title .it-t {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.item-title .it-q label {
    display: flex;
    align-items: center;
}
.item-title input {
    width: 162px;
    height: 32px;
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    padding: 0 8px;
    margin-right: 5px;
}
.item-title button {
    width: 48px;
    height: 32px;
    background: var(--color-base-secondary);
    font-size: 14px;
    color: #ffffff;
    border: none;
    border-radius: 5px;
}

.my_container .item .item-title.off {
    border-radius: 10px;
}

.my_container .item .item-title .item-name {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.my_container .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_container .item .item-title .expand:hover {
    border: 1px solid #fff;
}

.my_container .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 0.1s ease-in;
}

.my_container .item .item-title .expand.off .expand-icon {
    transform: rotate(-90deg);
}

.my_container .item .item-body {
    padding: 0 30px 30px;
    position: relative;
}
.pie-chart-wrap {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.pie-chart-wrap .pie-chart-item {
    width: 33%;
    height: 100%;
}
.pie-chart-item .empty {
    height: calc(100% - 85px);
    padding-top: 35px;
    display: none;
}
.pie-chart-wrap .pie-chart {
    width: 100%;
    height: calc(100% - 50px);
}
.pie-chart-wrap .total {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.pie-chart-wrap .empty img {
    transform: scale(0.8);
}
.time-head-wrap {
    width: 100%;
    height: 57px;
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.time-head-wrap .time-head {
    width: 718px;
    height: 57px;
    line-height: 57px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    background: url("/Images/BehaviorInfo/title-tip.png") center center no-repeat;
}
.time-head-wrap .help {
    position: absolute;
    right: 0;
    color: var(--color-base-secondary);
    cursor: pointer;
}
.time-head-wrap .help:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
}
.chart-general-wrap {
    display: none;
    width: 100%;
    height: 100%;
}
.chart-general-wrap > div {
    width: 100%;
    height: 100%;
}
.chart-general-wrap .empty-general {
    display: none;
    text-align: center;
    box-sizing: border-box;
    padding-top: 50px;
}
.chart-general-wrap .empty-general img {
    transform: scale(1);
}
