html, body {
    overflow-x: hidden;
}
body {
    font-size:16px; 
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
    /* background-color:#f7fbe1;  */
    background-color:#f7fbe1; 
    margin: 0;
    padding: 0;
    position: relative;
}
img {
    vertical-align:top;
}
.mobile-only {
    display: none;
}
.pc-only {
    display: block;
}
.full-screen {
    width: 100vw;
    height: 100vh;
}
.trigger {
    width: 100vw;
    height: 0px;
    background-color: black;
}
.space {
    width: 100vw;
    height: 50vh;
}
span a {
    border-bottom: 2px solid rgb(240, 152, 83);
    text-decoration: none;
    cursor: pointer;
}
span a:link {
    color: inherit;
}
span a:visited{
    color: inherit;
}
span a:hover{
    color: rgb(240, 152, 83);
}

.background-img {
    width: 100vw;
    height: 100vh;
    background-position: center;
    background-size: cover;
    /* background-attachment: fixed; */
}

#section1 {
    position: relative;
}
.title {
    position: absolute;
}
.title1 {
    left: 10vh;
    bottom: 10vh;
    width: 900px;
    /* transform: translate(0,-100%);
    -webkit-transform: translate(0,-100%);
    -moz-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    -o-transform: translate(0,-100%); */
}
.title h2 {
    font-size: 70px;
    letter-spacing: 5px;
    font-weight: 800;
    color: whitesmoke;
    text-shadow: 10px 10px 10px #000;
    text-align: left;
    margin: 0;
}
.title h2 span {
    border-bottom: whitesmoke 1.5px solid;
}
.title h4 {
    font-size: 30px;
    letter-spacing: 10px;
    font-weight: 200;
    color: whitesmoke;
    text-shadow: 5px 5px 5px #000;
    text-align: left;
    margin: 15px 0 10px 0;
}
.wrap h2{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    /* padding-bottom: 10px; */
    /* border-bottom: #ad590a 4px solid; */
}
.wrap h2 span{
    border-bottom: #ad590a 4px solid;
    padding-bottom: 10px;
}
.wrap h4 {
    font-size: 28px;
    letter-spacing: 10px;
    font-weight: 300;
    color: whitesmoke;
    text-shadow: 5px 5px 5px #000;
    text-align: center;
}

.ending {
    position: relative;
    width: 100vw;
    height: 1vh;
}
#footer {
    background-color: #247567;
    position: relative;
    right: 0;
    bottom: 0;
    width: 100vw;

}
#footer div {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: whitesmoke;
}
#footer img {
    width: 35vw;
    padding:2vh;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

#moredetail {
    text-align: center !important;
    padding: 2vh;
}
#moredetail h3 {
    font-size: 16px;
    font-weight: 400;
    width: 10vw;
    text-align: center;
    margin: 0px auto;
}
#moredetail p {
    font-size: 14px;
    color: gray;
    margin: 2px auto;
    line-height: 24px;
}

/*****************wraps*******************/
.chart {
    opacity: 0;
}
.bubble-title1 {
    position: absolute;
    opacity: 0;
    width: 350px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    left: 50%;
    top: 5vh;
}
.bubble-title2 {
    position: absolute;
    opacity: 0;
    width: 270px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    left: 50%;
    top: 5vh;
}
#wrap1fix {
    position: absolute;
    opacity: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    left: 50%;
    top: 30vh;
}
.bubble-title1 img,.bubble-title2 img {
    width: 100%;
}
.wrap {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #4c4e4d;
    line-height: 30px;
    text-align: justify;
    margin: 0 auto;
    width: 660px;
    position: relative;

}
.content-wrap p{
    padding: 0;
}
.tag-wrap, .chart2-wrap {
    background-color: rgba(214, 231, 168, 0.9);
    padding: 1px 0;
}
.tag-wrap p, .chart2-wrap p{
    margin: 20px 0;
}
.tag-wrap img, .chart2-wrap img{
    /* padding: 30px;
    width: calc(100% - 60px);   */
    width: 100%;
    margin-bottom: 20px;
}
.chart2-wrap {
    padding: 1px 30px;
}
.image-wrap img{
    width: 100%;
}
.image-wrap p{
    font-size: 14px;
    color: rgb(167, 167, 167);
    text-align: right;
}

/*****************封面*******************/

#bg1-pc {
    background-image: url(../img/headimg.jpg);
}
#logo {
    position: absolute;
    top: 30px;
    left: 10vh;
}
.card {
    position: relative;
    width: 325px;
    padding: 20px 30px;
    border: rgba(129,178,21, 1) 15px solid;
    box-shadow: 0px 6px 12px rgba(0,0,0,0.6);
}
.card p {
    padding: 10px;
}

#chart2 {
    /* width: 660px;
    height: 90vh;
    margin: 0 auto; */
    position: relative;
    /* background-color: red; */
}
#chart2 svg {
    opacity: 0;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}
#chart2 svg circle {
    cursor: pointer;
}
#chart5, #chart6, #chart8 {
    width: 450px;
}
#chart7 {
    width: 450px;
    margin: 0 auto;
}
#chart7 svg {
    width: 100%;
    z-index: 2;
}
#chart11 {
    width: 550px;
}
.legend1 {
    font-size: 20px;
    font-weight: 800;
    text-anchor: middle;
    fill: #4c4e4d;
    opacity: 0;
}
.legend2 {
    font-size: 20px;
    font-weight: 800;
    text-anchor: middle;
    opacity: 0;
}

/*****************漏斗图*******************/
#chart7 .cls-1 {
    isolation:isolate;
}
#chart7 .cls-2 {
    mix-blend-mode:multiply;
    fill: rgba(0,0,0,0.2);
}
#chart7 .cls-3 {
    fill:#f58635;
}
#chart7 .cls-4 {
    fill:#216b5e;
}
#chart7 .cls-5 {
    fill:#81b215;
}
#chart7 .cls-6 {
    fill:#ffcc2a;
}
#chart7 .cls-7,#chart7 .cls-8 {
    font-size:55px;
    font-family:SourceHanSansCN-Bold,SourceHanSansCN Bold-GBpc-EUC-H;
    font-weight:700;
    letter-spacing:0.01em;
}
#chart7 .cls-8 {
    fill:#fdffff;
}
h2.funnel-title span {
    font-weight: 400;
    border-bottom: #ad590a 1.5px solid;
    padding-bottom: 10px;

}
#ft1 {
    color: #216b5e;
}
#ft2 {
    color: #81b215;
}
#ft3 {
    color: #ffcc2a;
}
#ft4 {
    color: #f58635;
}

/* #chart7 .tshadow {
    fill: #000;
}	 */
/*****************柱状图*******************/
/* .bar-active {
    fill: #a75a23;
} */
#chart3 .cls-1{font-size:72px;}
#chart3 .cls-1,#chart3 .cls-14,#chart3 .cls-15{font-family:SourceHanSansCN-Bold, SourceHanSansCN Bold-GBpc-EUC-H;font-weight:700;}
#chart3 .cls-10,#chart3 .cls-11,#chart3 .cls-2,#chart3 .cls-7{fill:none;}
#chart3 .cls-2{stroke:#000;stroke-width:3px;}
#chart3 .cls-10,#chart3 .cls-11,#chart3 .cls-2{stroke-miterlimit:10;}
#chart3 .cls-3{font-size:30px;font-family:SourceHanSansCN-ExtraLight, SourceHanSansCN ExtraLight-GBpc-EUC-H;font-weight:200;}
#chart3 .cls-4,#chart3 .cls-6{opacity:0.5;}
#chart3 .cls-12,#chart3 .cls-13,#chart3 .cls-14,#chart3 .cls-5,#chart3 .cls-6{fill:#f58635;}
#chart3 .cls-5{fill-opacity:0.7;}
#chart3 .cls-7{stroke:#bfbfbf;}
#chart3 .cls-8{isolation:isolate;}
#chart3 .cls-8,#chart3 .cls-9{font-size:36px;font-family:SourceHanSansCN-Light, SourceHanSansCN Light-GBpc-EUC-H;font-weight:300;}
#chart3 .cls-10,#chart3 .cls-11{stroke:#f58635;stroke-width:2px;}
#chart3 .cls-11{stroke-dasharray:12.11 12.11;}
#chart3 .cls-13,#chart3 .cls-15{letter-spacing:0em;}
#chart3 .cls-14{letter-spacing:0em;}
.bar {
    cursor: pointer;
}

.tooltip, .hint {
    position: absolute;
    z-index: 10;
}
.tooltip p, .hint p {
    background-color: rgba(247, 251, 225,0.7);
    color: #4c4e4d;
    font-weight: 800;
    border: rgb(33, 107, 94) 1px solid;
    padding: 10px 15px;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    
}
/*****************面积图*******************/
.square {
    cursor: pointer;
    /* opacity: 0.7; */
}
#chart4 .cls-1,#chart4 .cls-2,#chart4 .cls-3 {
	isolation:isolate;
}
#chart4 .cls-1 {
	font-size:36px;
}
#chart4 .cls-1,#chart4 .cls-14 {
	font-family:SourceHanSansCN-Light,SourceHanSansCN Light-GBpc-EUC-H;
	font-weight:300;
}
#chart4 .cls-15,#chart4 .cls-16,#chart4 .cls-18,#chart4 .cls-20,#chart4 .cls-22,#chart4 .cls-3 {
	font-size:40px;
}
#chart4 .cls-15,#chart4 .cls-16,#chart4 .cls-18,#chart4 .cls-20,#chart4 .cls-22,#chart4 .cls-3,#chart4 .cls-4 {
	font-family:SourceHanSansCN-Bold,SourceHanSansCN Bold-GBpc-EUC-H;
	font-weight:700;
}
#chart4 .cls-4 {
	font-size:72px;
}
#chart4 .cls-17,#chart4 .cls-19,#chart4 .cls-21,#chart4 .cls-23,#chart4 .cls-5,#chart4 .cls-6,#chart4 .cls-9 {
	fill:none;
}
#chart4 .cls-5 {
	stroke:#000;
	stroke-width:3px;
}
#chart4 .cls-17,#chart4 .cls-19,#chart4 .cls-21,#chart4 .cls-23,#chart4 .cls-5 {
	stroke-miterlimit:10;
}
#chart4 .cls-6 {
	stroke:#9e9e9e;
}
#chart4 .cls-7 {
	opacity:0.9;
}
#chart4 .cls-8 {
	fill:#002060;
	fill-opacity:0.75;
}
#chart4 .cls-9 {
	stroke:#002060;
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-width:2px;
}
#chart4 .cls-10,#chart4 .cls-15 {
	fill:#216b5e;
}
#chart4 .cls-11,#chart4 .cls-18 {
	fill:#81b215;
}
#chart4 .cls-12,#chart4 .cls-20 {
	fill:#ffcc2a;
}
#chart4 .cls-13,#chart4 .cls-22 {
	fill:#b05c25;
}
#chart4 .cls-14,#chart4 .cls-24 {
	font-size:30px;
}
#chart4 .cls-17 {
	stroke:#216b5e;
}
#chart4 .cls-19 {
	stroke:#81b215;
}
#chart4 .cls-21 {
	stroke:#ffcc2a;
}
#chart4 .cls-23 {
	stroke:#b05c25;
}
#chart4 .cls-24 {
	font-family:SourceHanSansCN-ExtraLight,SourceHanSansCN ExtraLight-GBpc-EUC-H;
	font-weight:200;
}
#chart4 .active {
    opacity: 0.5;
    /* stroke: black;
    stroke-width: 1px; */
}

#pie-chart {
    width: 400px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}
.hint {
    display: none;
}
#hint1 {
    position: fixed;
    top: 23vh;
    left: 30vw;
    width: 200px;
}
#hint2 {
    position: fixed;
    top: calc(23vh + 160px);
    left: 30vw;
    width: 200px;
}
#hint3 {
    position: fixed;
    top: calc(23vh + 260px);
    left: 30vw;
    width: 200px;
}
.title-wrap {
    width: 350px;
    margin: 35px auto 10px auto;
    position: relative;
}
.title-wrap img {
    width: 100%;
}
#section-title3 {
    width: 430px;
}
#section-title4 {
    width: 110px;
}
/**************手机版*******************/
@media screen and (max-width: 660px) {
    .mobile-only {
        display: block;
    }
    .pc-only {
        display: none;
    }
    .wrap {
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 300;
        text-shadow: none;
        color: #4c4e4d;
        line-height: 30px;
        text-align: justify;
        margin: 0 auto;
        width: 90%;
        position: relative;
    
    }
    .wrap p {
        padding: 10px 0;
    }

    #chart5, #chart6, #chart8, #chart7, #pie-chart, #chart11 {
        width: 90%;
    }
    #moredetail h3 {
        width: 90vw;
    }
    #footer {
        background-color: #247567;
        position: relative;
        right: 0;
        bottom: 0;
        width: 100vw;
    
    }
    #footer img {
        width: 90vw;
        padding:2vh;
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
    }
    .title1 {
        left: 5vw;
        bottom: 10vh;
        width: 90vw;
        line-height: 1.3;
        /* transform: translate(0,-100%);
        -webkit-transform: translate(0,-100%);
        -moz-transform: translate(0,-100%);
        -ms-transform: translate(0,-100%);
        -o-transform: translate(0,-100%); */
    }
    .title h2 {
        font-size: 70px;
        letter-spacing: 5px;
        font-weight: 800;
        color: whitesmoke;
        text-shadow: 10px 10px 10px #000;
        text-align: left;
        margin: 0;
    }
    .title h2 span {
        border-bottom: none;
    }
    .title h4 {
        font-size: 30px;
        letter-spacing: 10px;
        font-weight: 200;
        color: whitesmoke;
        text-shadow: 5px 5px 5px #000;
        text-align: left;
        margin: 15px 0 10px 0;
    }
    #logo {
        position: absolute;
        top: 30px;
        left: 5vw;
        width: 30vw;
    }
    .chart2-wrap {
        width: 75vw;
        padding: 1px 20px;
    }
    #hint1 {
        position: fixed;
        top: 20vh;
        left: 5vw;
        width: 45vw;
    }
    #hint2 {
        position: fixed;
        top: 47vh;
        left: 5vw;
        width: 45vw;
    }
    #hint3 {
        position: fixed;
        top: 62vh;
        left: 5vw;
        width: 45vw;
    }
    .bubble-title1 {
        position: absolute;
        opacity: 0;
        width: 70vw;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        left: 50%;
        top: 10vh;
    }
    .bubble-title2 {
        position: absolute;
        opacity: 0;
        width: 60vw;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        left: 50%;
        top: 5vh;
    }
    .title-wrap {
        width: 90vw;
        position: relative;
    }
    .title-wrap img {
        width: 100%;
    }
    #section-title3 {
        width: 90vw;
    }
    #section-title4 {
        width: 25vw;
    }
}
