blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5 'Microsoft Yahei', arial, \5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: couriernew, courier, monospace;
}

small {
  font-size: 12px;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  #000 color: #000;
}

fieldset,
img {
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
    width: 8px;
    height: 16px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}


html {
  height: 100%;
}

body {
  height: 100%;
}

.content{
  height: 100%;
  background: #eee;
  overflow: overlay;

   background-repeat: no-repeat;
                background-size: cover;
                min-height: 100vh;

}

.chart_shell{
    display: inline-block;
    width: 23%;
    height: 45%;
   
    margin: 0 1%;
    position: relative;
    margin-top: 15%;
	margin-left:18%;

}

.chart_title{
    text-align: center;
    background-color: #034c6a;
    border-radius: 18px;
    color: #ffffff;
    width: 60%;
    position: absolute;
    top: 45px;
    left: 0%;
    padding:80px;
    font-weight: bold;
    font-size: 30px;
}

.p_chart{
  height: 100%;
  width: 100%;
  padding: 5px 10px;
  margin-top: 15px;
  overflow: hidden;
}
.apTitle {
    font-size: 50px;
    color: #000;
    position: fixed;
    top: 12%;
    width: 100%;
    text-align: center;
}

.apTitle1 {
    font-size: 30px;
    color: #000;
    position: fixed;
    top: 45%;
    width: 80%;
    text-align: center;
}
.apTitle3 {
    font-size: 20px;
    color: #000;
    position: fixed;
    top: 80%;
    width: 80%;
    text-align: center;
}
