@charset "UTF-8";

.chart:empty{
	border: 1px dashed;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	opacity: 0.3;
}
.chart:empty::after{
	/* content: "图表"; */
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1rem;
	margin-left: -1rem;
}

body{
	color: #FFF;
    background: url(images/bg.jpg);
	/* background-color: #486eec; */
    margin: 0 0;
    padding: 0 0;
}
.fill-parent{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.head{
    height: 4rem;
    background: url(images/title.png);
    background-size: 100% 100%;
}
.head .title{
	font-size: 1.8rem;
	text-align: center;
	padding-top: 0.2em;
}
.content{
	position: absolute;
	top: 4.5rem;
	right: 0;
	bottom: 0;
	left: 0;
}
.layout{
	position: absolute;
	width: 33.33%;
}
.layout-left-top{
	left: 0;
	top: 0;
	height: 33.33%;
}
.layout-left-center{
	left: 0;
	top: 33.33%;
	height: 33.33%;
}
.layout-left-bottom{
	left: 0;
	top: 66.66%;
	height: 33.33%;
}
.layout-center-top{
	top: 0;
	left: 33.33%;
	right: 66.6%;
	height: 66.6%;
}
.layout-center-bottom{
	top: 66.6%;
	left:33.33%;
	right: 66.6%;
	bottom: 0;
}
.layout-right-top{
	top: 0;
	right: 0;
	height: 66.6%;
}
.layout-right-bottom{
	top: 66.6%;
	right: 0;
	bottom: 0;
}
.panel{
	position: absolute;
	left: 0.5rem;
	top: 1rem;
	right: 0.5rem;
	bottom: 1em;
    border: 1px solid #2C58A6;
    box-shadow: 0px 0px 6px #2C58A6;
}
.panel.border-left-top:before,
.panel.border-all:before{
	position: absolute;
    width: 1rem;
    height: 1rem;
    content: "";
    border-top: 6px solid #4788fb;
    border-left: 6px solid #4788fb;
    left: -3px;
    top: -3px;
}
.panel.border-right-top:after,
.panel.border-all:after{
	position: absolute;
    width: 1rem;
    height: 1rem;
    content: "";
    border-top: 6px solid #4788fb;
    border-right: 6px solid #4788fb;
    right: -3px;
    top: -3px;
}
.panel.border-left-bottom .border-foot:before,
.panel.border-all .border-foot:before{
	position: absolute;
    width: 1rem;
    height: 1rem;
    content: "";
    border-bottom: 6px solid #4788fb;
    border-left: 6px solid #4788fb;
    left: -3px;
    bottom: -3px;
}
.panel.border-right-bottom .border-foot:after,
.panel.border-all .border-foot:after{
	position: absolute;
    width: 1rem;
    height: 1rem;
    content: "";
    border-bottom: 6px solid #4788fb;
    border-right: 6px solid #4788fb;
    right: -3px;
    bottom: -3px;
}
.panel > .title{
	position: absolute;
	top: -0.9rem;
	right: 20%;
	left: 20%;
	border-radius: 18px;
	line-height: 1.8rem;
	font-size: 1.2rem;
	font-weight: bold;
    text-align: center;
    background-color: #2C58A6;
    color: #fff;
}
.panel .chart{
	position: absolute;
	top: 1rem;
	right: 0.3rem;
	bottom: 0.3rem;
	left: 0.3rem;
}


/* logo */
.title-left_img{
	left: auto;
	float: left;
}