@import url('./iconfont/iconfont.css');


body{
	background: #ffffff;
}
.app-header {
    background: #1dcfd7;
}

.app-navbar a {
    color: #fff;
}
.app-navbar .nav-list .nav-list-item:hover a, .app-navbar .nav-list .nav-list-item.active a {
    color: #fff;
    opacity: 1;
}

.chart-index-section{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 450px;
    background-color: #1dcfd7;
}


.chart-index-section .inner{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;

    background-size: 90% 90%;
    background-image: url('/static/images/chart/hero-blob-bg.svg');
    background-repeat: no-repeat;
    background-position: -100%;
    
}

.chart-index-section .left{
	
    flex: 1;
	display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 60px;
}
.chart-index-section .left .imgbox{
	border-radius: 5px;
	overflow: hidden;
    /* display: none; */
}
.chart-index-section .left .imgbox img{
	max-height: 100%;
    max-width: 100%;
}

.chart-index-section .right{
	border: 0px solid red;
	width: 400px;
	display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.chart-index-section .inner h1{
	font-size: 35px;
	color:#000;
    color: #ffffff;
}

.chart-index-section .inner .desc{
	margin-top:10px;
	color: #686868;
    color: #ffffff;
}

.chart-index-section .upload-btn{
	display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;;
    width: 220px;
    line-height: 50px;
    height: 50px;
    background-color: #e82255;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #e82255;
    font-size: 17px;
    transition: all 0.3s ease;
}
.chart-index-section .upload-btn:hover {
    background-color: #ed4e77;
    border: 1px solid #ed4e77;
}

.chart-index-section .upload-btn i{
    font-size: 25px;
    margin-left: 8px;
}




.chart-index-section1{
    width: 100%;
    padding: 90px 0;
    background-color: #f9f9fb;
}

.chart-index-section1 .inner{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.chart-index-section1 .item{
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.chart-index-section1 .item img{
    max-height: 60px;
}

.chart-index-section1 .item .title{
    text-align: center;
    color: #333;
    margin-top: 20px;
}

.chart-index-section1 .item .desc{
    margin-top: 10px;
    text-align: center;
    color: #949CB1;
    max-width: 250px;
    align-self: center;
}



.chart-index-section2{
    width: 100%;
    padding: 50px 0;
}


.chart-index-section2 .timeline-section{
    width: 100%;
    display: flex;
}
.chart-index-section2 .timeline-section .timeline-content{
    display: flex;
    align-items: center;
    margin-right: 32px;
    margin-left: 30px;
    flex-direction: column;
}

.chart-index-section2 .timeline-section .timeline-number-box {
    width: 52px;
    height: 52px;
    display: flex;
    padding: 20px;
    align-items: center;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    background-color: #1dcfd7;
}
.chart-index-section2 .timeline-section .timeline-number-box .timeline-number-text {
    color: #fff;
    font-size: 24px;
    font-family: Roboto;
    font-weight: 700;
}

.chart-index-section2 .timeline-section .line{
    width: 0;
    height: 100%;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    align-items: flex-start;
    border-right: 4px dotted #c9d3dd;
    flex-direction: column;
}
.chart-index-section2 .timeline-section:last-child .line{
    height: 0;
}


.chart-index-section2 .inner{
    width: 100%;
}

.chart-index-section2 .head{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;;
}

.chart-index-section2 .data-content{
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    /* border: 1px solid red; */
}

.chart-index-section2 .data-content .left{
    flex: 1;
    /* border: 1px solid red; */
}

.chart-index-section2 .data-content .right{
    width: 500px;
    /* border: 1px solid red; */
    text-align: center;
}

.chart-index-section2 .data-content .right img{
    max-height: 250px;
}

.chart-index-section2 .data-content .title{
    height: 52px;
    line-height: 52px;
}

.chart-index-section2 .data-content .desc{
    color: #949CB1;
    margin-top: 15px;
}











.koutuindex2{
	background-color: #f5f5f6;
	background-color: #f9f9fb;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 35px 0;
}
.koutuindex2 .inner{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.koutuindex2 .inner svg{
	max-height: 200px;
}


.koutuindex2 .inner .text{
	display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.koutuindex2 .inner .text .item{
	padding: 10px 0;
	color: #3c3c3c;
	font-size: 15px;
	
}
.koutuindex2 .inner .text .title{
	font-size: 24px;
	font-bold: weight;
	
}


.koutuindex3{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 0;
}
.koutuindex3 .inner{
    width: 100%;
    height: 100%;
}
.koutuindex3 h2{
	text-align: center;
	padding-bottom: 10px;
}

.koutuindex3 .cate{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    color: #555;
}

.koutuindex3 .cate .item{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 20px;
    cursor: pointer;
}
.koutuindex3 .cate .item:hover{
	background: #f0f1f3;
	border-radius: 20px;
	color: #222;
}

.koutuindex3 .imglist{
	border: 0px solid red;
	flex: 1;
	display: flex;
    justify-content: center;
    align-items: center;
}


.koutuindex3 .imgbox{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    display: none;
}

.koutuindex3 .imgbox img{
	border-radius: 8px;
}


.koutubase{
	border: 0px solid red;
	min-height: 600px;
	background-color: #f5f5f6;
	position: relative;
	display: flex;
}

.koutubase .side{
	width: 245px;
	background-color: #ffffff;
	margin: 0;
	padding: 10px 15px;
}
.koutubase .content{
	background-color: #ffffff;
	margin: 20px;
	flex: 1;
	border: 0px solid blue
}


.koutubase .menu{
	
}

.koutubase .menu .item{
	height: 30px;
	margin: 5px 0;
	display: flex;
	align-items: center;
}

.koutubase .menu a{
	color: #323941;
	display: block;
	width: 100%;
	
	font-weight: bold;
}

.koutubase .menu a.active, .koutubase .menu a:hover{
	color: #e82255;
}

.koutubase .menu .icon{
	width: 40px;
	display: inline-block;
	text-align: center;
}

