* {
    padding: 0;
    margin: 0;
}

.content {
    width: 100%;
    height: 83vh;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 6px;
    background: rgb(242, 244, 248);
}

.showCard {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.showCard>div {
    padding: 0.3vh 2.5vw;
    box-sizing: border-box;
    width: 35vw;
    background-image: url(../images/slasticframe.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 65vh;
}

.showCard>div h4 {
    font-weight: normal;
    padding: 2.6vh 0.7vw;
    font-size: 16px;
    color: #fff;
}

.showCard>div h4 img:first-child {
    width: 25px;
    vertical-align: middle;
}

.showCard>div h4 img:last-child {
    float: right;
    width: 25px;
    margin-top: 0.5vh;
    margin-right: -1vw;
}

.showCard>div h4 span {
    margin-left: 1vw;
    vertical-align: middle;
}

.showCard>div>div {
    margin-top: 2vh;
    height: 47vh;
    overflow-y: scroll;
    padding: 1.3vh 2.5vw;
    color: #fff;
}

.showCard>div>div::-webkit-scrollbar {
    width: 10px;
    height: 1px;
    background: none;
}

.showCard>div>div::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(98, 161, 226, .5);
}

.showCard>div>div::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px!important;
    background: #EDEDED;
}

.showCard>div>div h5 {
    margin-top: 2vh;
    font-size: 14px;
    position: relative;
    font-weight: normal;
}

.showCard>div>div h5 span {
    color: #DFB053;
}

.showCard>div>div p {
    font-size: 13px;
    line-height: 30px;
    text-indent: 2em;
    margin-top: 2.5vh;
}

.showCard>div>div h5::before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 5px;
    left: -24px;
    border-radius: 50%;
    background-color: #DFB053;
}


/* .content{
	-webkit-filter: blur(4px);
} */


/* .active {
	-webkit-filter: blur(4px);
} */

.header img {
    width: 100%;
}

.fistLine {
    display: flex;
    height: 49vh;
    padding: 1vh 0 1vh 1vw;
}

.fistLine>div {
    box-sizing: border-box;
    flex: 1;
}

.fistLine>div>div {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

.fistLine>div>div h5 {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.85);
    font-size: 15px;
}

.lastLine>div h5 {
    background: #fff;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.85);
    font-size: 15px;
    padding: 10px 15px 0px;
}

.first_center h5 {
    padding: 0 15px;
    margin: 15px;
}

.first_right h5 {
    border-bottom: 1px solid rgba(291, 188, 810, 2);
    padding-bottom: 5px;
    margin: 10px 15px 5px;
}

.first_right h4 {
    margin: 0 15px;
    font-size: 14px;
    margin-bottom: 5px;
    color: #A1A1A1;
}

.first_right h4 span:nth-of-type(2) {
    margin-left: 30px;
}

.money {
    margin: 0 5px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
}

.lastLine {
    padding: 0 0 0 10px;
    box-sizing: border-box;
    height: 49vh;
    display: flex;
}

.lastLine div:first-child {
    flex: 2;
}

.lastLine div:last-child {
    flex: 1;
}

.list {
    color: #312F2F;
    list-style: none;
    font-size: 15px;
    box-sizing: border-box;
}

.list li {
    position: relative;
    padding: 3vh 2vw;
    cursor: pointer;
}

.list li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0.6vw;
    top: 3.7vh;
    width: 10px;
    height: 10px;
    background: #EAA81F;
    border-radius: 50%;
}

.list li:nth-child(odd) {
    background: rgba(29, 167, 255, .1);
}

.fiveContent {
    overflow: hidden;
    width: 93%;
    height: 94%;
    margin-left: 1.5vw;
    background: #fff;
    overflow-y: scroll;
}

.showBar {
    font-weight: normal;
    padding-left: 10px;
    margin: 3vh 15px;
    font-size: 15px;
    border-left: 4px solid #DFB053;
    color: rgba(0, 0, 0, 0.85);
}

.first_center,
.first_right {
    height: 94%;
    background: #fff;
}

#firstCharts,
#secodeCharts,
#threeCharts {
    width: 100%;
    height: 43vh;
}

#fourCharts {
    height: 90%;
    margin-top: -40px;
}

#secodeCharts {
    margin-top: -13px;
}