﻿.my_container {
	background-color: #7fc7f6;
	background-image: url("/Images/BehaviorInfo/title-bg.png");
	background-position: 0 -30px;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

.my_wrap {
	background: transparent;
	padding: 0;
}

.headline {
	margin: 0 20px;
	padding-top: 28px;
	height: 90px;
	position: relative;
}

.headline .head-title {
	width: 433px;
	height: 90px;
	position: relative;
}

.headline .head-title .i-a {
	position: absolute;
	right: 0;
	top: 28px;
}

.headline .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;
	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;
}

.item {
	margin: 20px 0;
	border-radius: 10px;
	background: #ffffff;
}

.item .item-title {
	padding: 40px 30px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.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;
}

.item .item-title.off {
	border-radius: 10px;
}

.item .item-title .item-name {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.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;
}

.item .item-title .expand:hover {
	border: 1px solid #fff;
}

.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;
}

.item .item-title .expand.off .expand-icon {
	transform: rotate(-90deg);
}

.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 {
	width: 100%;
	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: #7fc7f6;
	cursor: pointer;
}

.time-head-wrap .help:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("/Images/BehaviorInfo/help.png") 0 0 no-repeat;
	vertical-align: middle;
}

.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 {
	width: auto;
	transform: scale(1);
}

#line-chart {
	text-align: left;
}
