* {
    margin: 0;
    padding: 0;
    color: #fff;
    /* border: 1px solid; */
    font-weight: 600;
}

body {
    background: #3f3f4d url(img/bg.png) no-repeat center/cover;
    /* height: 100%; */
    font-family: '微软雅黑';
}

#app {
    /* background: url(img/bg-1.png) no-repeat center; */
    background-size: 100% 96%;
    padding-bottom: 20px;
    height: 900px;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

#title {
    background: url(img/el-1.png) no-repeat center;
    background-size: 100% 100%;
    line-height: 50px;
    width: 665px;
    margin: auto;
    padding: 15px 40px;
    margin-top: 10px;
    text-align: center;
}

ul {
    list-style-type: none;
}

#main {
    display: grid;
    grid-template-columns: 2fr 1fr;
    padding: 20px 100px;
}

#tabs {
    height: 80px;
    line-height: 30px;
}

#tabs li {
    float: left;
    margin: 8px;
    background: url(img/el-5.png) no-repeat center;
    background-size: 100% 100%;
    padding: 10px 16px;
    font-size: 18px;
    cursor: pointer;
    color: #00c0ff;
}

.activeStyle {
    filter: hue-rotate(900deg);
}

#contant {
    height: 500px;
    /* width: 800px; */
    background: url(img/el-3.png) no-repeat center;
    background-size: 100% 100%;
    padding: 80px 50px;
    text-align: center;
    margin-top: 20px;
}

#statistical {
    height: 280px;
    padding-top: 20px;
    margin-top: 50px;
    margin-bottom: 30px;
    margin-left: 96px;
    margin-right: 30px;
    background: url(img/el-4.png) no-repeat center;
    background-size: 100% 100%;
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px; */
    /* border: 1px solid; */
}


/* #statistical>div {
    background: url(img/el-4.png) no-repeat center;
    background-size: 100% 100%;
    height: 100%;
    border: 1px solid;
} */

#detail {
    background: url(img/el-2.png) no-repeat center;
    background-size: 100% 100%;
    width: 440px;
    height: 400px;
    padding-left: 100px;
}