/*loading*/
.loading_wlh{
	width:100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	z-index: 99999;
	background: #f2f2f2;
}
.loading_wlh .pic{
	position:absolute;
	width: 50px;
	height:50px;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	margin:auto;
}
.loading_wlh .pic i{
	display: block;
	float: left;
	width: 6px;
	height: 50px;
	background: #a40d1a;
	margin: 0 2px;
	-o-transform: scaleY(0.4);
	-webkit-transform: scaleY(0.4);
	    -moz-transform: scaleY(0.4);
	        transform: scaleY(0.4);
	-o-animation: load 1.2s infinite;
	-moz-animation: load 1.2s infinite;
	-webkit-animation: load 1.2s infinite;
	        animation: load 1.2s infinite;
}
.loading_wlh .pic i:nth-child(2){
	-o-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
	        animation-delay: 0.1s;
}
.loading_wlh .pic i:nth-child(3){
	-o-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
	        animation-delay: 0.2s;
}
.loading_wlh .pic i:nth-child(4){
	-o-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}
.loading_wlh .pic i:nth-child(5){
	-o-animation-delay: 0.4s;
	-moz-animation-delay:0.4s;
	-webkit-animation-delay: 0.4s;
	        animation-delay: 0.4s;
}
@-webkit-keyframes load{
	0%,40%,100%{
		-o-transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
		-moz-transform: scaleY(0.4);
		        transform: scaleY(0.4);
	}
	20%{
		-o-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		        transform: scaleY(1);
	}
}
@keyframes load{
	0%,40%,100%{
		-o-transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
		-moz-transform: scaleY(0.4);
		        transform: scaleY(0.4);
	}
	20%{
		-o-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		        transform: scaleY(1);
	}
}
@-o-keyframes load{
	0%,40%,100%{
		-o-transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
		-moz-transform: scaleY(0.4);
		        transform: scaleY(0.4);
	}
	20%{
		-o-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		        transform: scaleY(1);
	}
}
@-moz-keyframes load{
	0%,40%,100%{
		-o-transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
		-moz-transform: scaleY(0.4);
		        transform: scaleY(0.4);
	}
	20%{
		-o-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		        transform: scaleY(1);
	}
}
/*radar*/
 #radar{
 	display: none;
 	position: fixed;
 	width: 100vw;
 	height: 100vh;
 	top: 0;
 	left:0;
 	z-index: -5;
 }
 .radarChart {
	position: absolute;
	width: 100%;
	height: 50%;
	top: 40px;
	left: .5%;
}
.radar_note{
	position: absolute;
	top: calc(50% + 65px);
	width: 100%;
	text-align: center;
	font-size: .7rem;
}
.village_radar {
	position: absolute;
	width: 100%;
	top: 55%;
	stroke: #ffffff;
	stroke-width: .1px;
	fill: rgb(205, 205, 205);
	/*z-index: -5;*/
}
@media screen and (min-width: 750px){
	.village_radar {
		top: 72%;
		left: 25.5%;
	}
}
.just {
	fill: rgb(237, 201, 81);
}

.labels{
	fill: rgb(164, 13, 26);
	stroke: none;
	font-size: .8rem;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 35vh; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
.myClose {
    color: rgb(164, 13, 26);
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.myClose:hover,
.myClose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#p8{
	height: 50vh;
}
#p9{
	display: none;
}
#p10{
	display: block;
	height: 130vh;

}

html, body {
    position: relative;
    width: 100vw;
    font-size: 16px;
    font-weight: 400;
    font-family: sans-serif;
    margin: 0;
    overflow-x: hidden;
    font-family: '微软雅黑','PingFang SC','Droidsansfallback';
}

/*part1*/
#part1 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow-x: hidden;
}
.head_video{
	display: none;
}
.head_img{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -100;
}
#video_bg {
	display: none;
}
#box{
	display: none;
}
#box1 {
	width: 100vw;
	height: 100vh;
	margin: 0;
}
#logo{
	display: block;
	width: 60%;
	padding: 30vh 20vw 0;
}
.cx{
	position: absolute;
	width: 10%;
	right: 3vw;
	top: 3vw;
}
#headline{
	width: 80%;
	margin-left: 10%;
}
.pc{
	color: #999999;
	text-align: center;
	font-size: .8rem;
	margin-top: 1rem;
}

/*part2*/
#part2 {
	left: 0;
	width: 100%;
	height: auto;
	z-index: 50;
	position: relative;
	overflow-x: hidden;
}
#box2{
	display: none;
}

#box3 {
	width: 100%;
	height: auto;
	position: absolute;
}
#box4 {
	width: 100%;
	height: auto;
	background-color: #e5e2de;
	position: absolute;
	z-index: -10;
}

/*part3*/
#part3 {
	left: 0;
	width: 100%;
	height: auto;
	z-index: 50;
	position: relative;
	overflow-x: hidden;
}
.part3_bg{
	display: none;
}

#box5{
	width: 3%;
	height: auto;
	float: left;
}
#box6{
	width: 100%;
	height: auto;
	background-color: #e5e2de;
}
#box7{
	display: none;
}
.photo{
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
.photo_text{
	position: fixed;
	bottom: 0;
	right: 0;
	font-size: 1.2rem;
	color: #ffffff;
	display: none;
}
.btns{
	width: 98vw;
	padding: 10px 1vw;
}
.btns_fixed{
	position: fixed;
	z-index: 10;
	top: 0;
	width: 98vw;
	padding: 10px 1vw;
	background-color: #e5e2de;
}
.nav_wlh{
	width: 23.5%;
	height: 30px;
	margin: 0;
	padding: 0;
	border: .5px #727171 solid;
	border-radius: 5px ;
	background-color: #ffffff;
}
.nav_wlh:hover {
	background-color: rgba(155, 30, 35, .5);
	color: #ffffff;
	cursor: pointer;
}
.nav_active {
	background-color: #9b1e23;
	border: 1px #000000 solid;;
	color: #ffffff;
}
.underline{
	border-top: 1px solid;
	margin-top: 2vh;
}
#box6 h2{
	font-size: 1.2rem;
	color: #000000;
	margin: 3.5rem auto 0 auto;
	font-weight: 500;
}

#box6{
	font-size: 1.1rem;
	line-height: 160%;
}

#box6 p{
	margin: 1rem auto .5rem auto;
}
.paragraph{
	height: 100vh;
}
.scroll_paragraph {
	color: #ffffff;
	width: 96%;
	background-color: rgba(58, 9, 14,.6);
	padding: .1px 2%;
	z-index: 10;
}
.first {
	font-size: 1.1rem;
	margin: 10px .3rem 0 .3rem;
	font-weight: 400;
}

.second {
	font-size: .9rem;
	margin: .3rem;
	font-weight: 300;
}
#scroll7, #scroll8{
	margin-top:20vh;
}
.net_m{
	position: absolute;
	width: 100vw;
	transform: translate(0, -4%);
}
.net_m_fixed{
	position: fixed;
	width: 100vw;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.map_net{
	position: absolute;
	transform: translate(-20.5%, -8%);
	width: 170vw;
}
.map_net_fixed{
	position: fixed;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 170vw;
}
.main_graph{
	position: absolute;
	transform: translate(12.5%, 35%);
	width: 80vw;
	z-index: 10000;
}
.main_graph_fixed{
	position: fixed;
	top: 39%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80vw;
}
.ring_m{
	position: fixed;
	top: 48.5%;
	left: 47%;
	transform: translate(-50%, -50%);
	width: 60vw;
	opacity: .5;
	-webkit-transition-property: top left width;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: linear;
    transition-property: top left width;
    transition-duration: 1s;
    transition-timing-function: linear;
}
.ring_m_big{
	position: fixed;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 170vw;
	opacity: 1;
	-webkit-transition-property: top left width opacity;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: linear;
    transition-property: top left width;
    transition-duration: 1s;
    transition-timing-function: linear;
}
#village_m{
	position: fixed;
	top: 34vh;
	left: 50vw;
	transform: translate(-50%, -50%);
	width: 70vw;
}
.metro{
	position: fixed;
	display: none;
	top: 50%;
	left: 69%;
	transform: translate(-55%, -50%);
	width: 100vw;
}
.live_text {
	display: none;
	position: fixed;
	top: 77%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 95vw;
}
.live_text p {
    /*background-color: rgba(255,255,255,0.7);*/
    font-size: 15px;
    border: none;
    border-radius: 3px;
    padding: 5px;
    line-height: 160%;
    color:black;
    text-align: center;
}
.main_graph_box svg{
	position: fixed;
	top: 15vh;
	left: 50vw;
}
.legend_box{
	position: fixed;
	top: calc(15vh + 12px);
	left: 43.5vw;
	width: 8vw;
}
.legend_box_all{
	display: block;
	margin: auto;
	width: 3vw;
}
g.ring, g.villages, .legend_box {
	display: none;
}
g.villages{
	z-index: 20000;
}
#legend {
	position: fixed;
	left: 45vw;
	top: 15vh;
	width: 2.5vw;
	display: none;
}
.box {
    position: fixed;
    top: 15vh;
    left: 50vw;
    width: 40vw;
    display: none;
}
.close {
    position: fixed;
    top: 15vh;
    left: 90vw;
    color: #a40d1a;
    font-weight: bolder;
    font-size: 4rem;
    cursor:pointer;
}
.maps{
	position: fixed;
	top: 15vh;
	left: 5vw;
	width: 90vw;
	cursor: pointer;
	display: none;
}
#maps_text_m{
	position: fixed;
	top: 80vh;
	text-align: center;
	color: #555555;
	font-size: .8rem;
	display: none;
}
@media screen and (min-width: 750px){
	#maps_text_m{
		top: 90vh;
	}
}
#maps_text{
	display: none;
}
#maps_svg{
	display: none;
}
svg.maps{
	cursor: pointer;
}
a{
	text-decoration: none;
}
.action {
	float: left;
}
.rect {
	width: 207.5;
	height: 230;
}
.zoom_heat{
	position: fixed;
	top: 13vh;
	left: 49.5vw;
	width: 39.5vw;
}
.axis {
	display: none;
}
.x_text{
	position: fixed;
	top: calc(20vh + 37vw - 65px);
	left: calc(84vw - 160px);
}
.select{
	display: none;
}
#xselect{
	position: fixed;
	top: calc(20vh + 37vw - 65px);
	left: calc(84vw - 41px);
	width: 82px;
	height: 25px;
	z-index: 10000;
}
.x_tick{
	position: fixed;
	top: calc(20vh + 37vw - 65px);
	left: calc(55vw + 1rem);
	display: none;
}

#y_text{
	position: fixed;
	top: calc(15vh + 10px);
	left: calc(55vw - 41px);
}
#yselect{
	position: fixed;
	top: calc(15vh + 35px);
	left: calc(55vw - 41px);
	width: 82px;
	height: 25px;
	z-index: 10000;
}
.y_tick{
	position: fixed;
	display: none;
	top: calc(8vh + 40vw - 5rem);
	left: calc(55vw - 50px);
	/*left: 5px;*/
	/* Safari */
	-webkit-transform: rotate(-90deg);

	/* Firefox */
	-moz-transform: rotate(-90deg);

	/* IE */
	-ms-transform: rotate(-90deg);

	/* Opera */
	-o-transform: rotate(-90deg);

	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.x_tick, .y_tick{
	display: none;
}
.tooltip_wlh {
    position: absolute;
}

.tooltip_wlh p {
    background-color: rgba(255,255,255,0.7);
    font-size: 12px;
    border: none;
    border-radius: 3px;
    padding: 5px;
    line-height: 140%;
    color:black;
}

/*load bar*/
.loadbar_container{
	display: none;
}
.loadbar_container_fixed{
	display: none;
}
ul#loadbar {
	list-style:none;
	width:85%;
	margin-left: 7.5%;
	padding-top: 60px;
	/*padding-bottom:75px;*/
	padding-left: 0;
}
ul#loadbar li {
	float:left;
	position:relative;
	width:10%;
	height:6px;
	margin-right:1%;
	background:#e5e2de;
}
ul#loadbar li:first-child { margin-left:0; }

.ins .bar {
	background-color:#a40d1a;
	width:100%;
	height:10px;
	opacity:0;
	-webkit-animation:fill .5s linear forwards;
	-moz-animation:fill .5s linear forwards;
}

#layerFill1 { -moz-animation-delay:0.5s; -webkit-animation-delay:0.5s; }
#layerFill2 { -moz-animation-delay:1s; -webkit-animation-delay:1s; }
#layerFill3 { -moz-animation-delay:1.5s; -webkit-animation-delay:1.5s; }
#layerFill4 { -moz-animation-delay:2s; -webkit-animation-delay:2s; }
#layerFill5 { -moz-animation-delay:2.5s; -webkit-animation-delay:2.5s; }
#layerFill6 { -moz-animation-delay:3s; -webkit-animation-delay:3s; }
#layerFill7 { -moz-animation-delay:3.5s; -webkit-animation-delay:3.5s; }
#layerFill8 { -moz-animation-delay:4s; -webkit-animation-delay:4s; }
#layerFill9 { -moz-animation-delay:4.5s; -webkit-animation-delay:4.5s; }
#layerFill10 { -moz-animation-delay:5s; -webkit-animation-delay:5s; }
@-moz-keyframes fill {
	0%{ opacity:0; }
	100%{ opacity:1; }
}
@-webkit-keyframes fill {
	0%{ opacity:0; }
	100%{ opacity:1; }
}

/*heat map small multiples*/
.chapter{
	width: 90%;
	margin: 0 auto;
	text-align: justify;
	/*font-size: 16px;*/
}
.img_chapter{
	width: 10vw;
	margin-top: 40px;
}
.illus{
	position: absolute;
	top: 15vh;
	left: 0vw;
	width: 100vw;
	z-index: 10000;
}
.illus_fixed{
	position: fixed;
	top: 15vh;
	left: 0vw;
	width: 100vw;
	display: none;
}
.illus_m{
	margin-top: 30px;
	margin-bottom: 30px;
}
.illus_m img, .illus_m video{
	width: 90vw;
	margin-top: 10px;
	margin-bottom: 10px;
}
.illus_m text{
	text-align: center;
}
#illus1_head, #illus9_head{
	text-align: center;
}
h3{
	margin-bottom: 10px;
	font-size: 1rem;
	font-weight: 400;
	color: #727171;
	text-align: center;
	font-family: '微软雅黑','PingFang SC','Droidsansfallback';
}
.illus1_textup{
	color: #727171;
	font-size: .8rem;
	text-align: center;
	line-height: 130%;
	width: 90vw;
}
.illus1_text{
	position: absolute;
	width: 30vw;
	top: 34vw;
	left: 0;
	color: #727171;
	display: block;
	text-align: center;
}
.illus1_text_fixed{
	position: fixed;
	width: 30vw;
	top: calc( 14vh + 34vw);
	left: 50vw;
	color: #727171;
	display: block;
}
#illus1_play{
	width: 5rem;
	margin-left: 5px;
}
.illus2{
	width: 91vw;
	margin: 2.5vw 4.5vw;
}
.illus2_img{
	position: relative;
	height: 100vw;
}
.illus2_img img{
	position: absolute;
	left: 0;
}
.flash {
  -moz-animation: flash .5s ease-out;
  -moz-animation-iteration-count: 2;

  -webkit-animation: flash .5s ease-out;
  -webkit-animation-iteration-count: 2;

  -ms-animation: flash .5s ease-out;
  -ms-animation-iteration-count: 2;
}
@keyframes flash {
    0% { opacity: 0; }
    25% { opacity: 1; }
    50% { opacity: 0; }
    75% { opacity: 1; }
    100% { opacity: 0; }
}
@-webkit-keyframes flash {
    0% { opacity: 0; }
    25% { opacity: 1; }
    50% { opacity: 0; }
    75% { opacity: 1; }
   100% { opacity: 0; }
}
@-moz-keyframes flash {
   	0% { opacity: 0; }
    25% { opacity: 1; }
    50% { opacity: 0; }
    75% { opacity: 1; }
    100% { opacity: 0; }
}
@-ms-keyframes flash {
    0% { opacity: 0; }
    25% { opacity: 1; }
    50% { opacity: 0; }
    75% { opacity: 1; }
    100% { opacity: 0; }
}
button {
	width: 44%;
	height: 30px;
	padding: 0;
	border: .5px #727171 solid;
	border-radius: 5px;
	background-color: #ffffff;
}
button:hover {
	background-color: rgba(155, 30, 35, .5);
	color: #ffffff;
	cursor: pointer;
}
.audio:hover, .audio_m:hover{
	background-color: #ffffff;
}

.illus4_fixed_m {
	position: absolute;
	top: 10px;
	width: 90vw;
}
.illus4_ccl{
	fill: #9b1e23;
}
.illus4_ccl:hover{
	fill: #9b1e23;
	opacity: .2;
	cursor: pointer;
}
.illus4 {
	position: absolute;
	top: 15vh;
	left: 50vw;
	width: 30vw;
}
.illus4_fixed {
	display: none;
	position: fixed;
	width: 30vw;
	top: 10vh;
	left: 50vw;
}
.illus4_text{
	position: absolute;
	width: 90vw;
	top: 90vw;
	left: 0vw;
	color: #727171;
	text-align: center;
	display: none;
	font-size: .8rem;
}
#footer {
	width: 80%;
	margin: 80px auto 0 auto;
	padding-bottom: 80px;
}
#footer p{
	font-size: .7rem;
	color: #555555;
	line-height: 1.2rem;
	margin: 0;
}
#credit {
	margin-bottom: 30px;
}
.footer_name{
	font-weight: 800;
}
#resource {
	padding-bottom: 50px;
}
.touch{
	display: none;
	opacity: 0;
	position: fixed;
	top: 22vh;
	left: 52vw;
}
.touch_illus4{
	display: none;
	opacity: 0;
	position: fixed;
	top: 20vh;
	left: 65vw;
}
.audio, .audio_m {
	width: 40px;
	height: 40px;
	border-width: 1.5px;
	border-color: #a40d1a;
	border-radius: 50%;
}

.audio_img{
	width:25px;
	height: 28px;
	padding-left: 7px;
	padding-top: 2px;
}
.song{
	display: none;
}
.song_m{
	display: block;
	margin-top: 10px;
	color: #555555;
}

@media screen and (min-width: 800px){
	#p8{
		height: 100vh;
	}
	#p9{
		display: block;
	}
	#p10{
		display: none;
		height: 100vh;
	}
		.head_img{
		display: none;
	}
	.head_video{
		display: block;
		min-width: 100%;
		min-height: 100%;
		width: 100vw;
		height: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -100;
	}
	#video_bg{
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(35, 24, 21, .4);
		top:0;
		z-index: -50;
		position: fixed;
	}
	#box{
		display: block;
		width: 3%;
		height: 100vh;
		float: left;
	}
	#box1 {
		width: 40%;
		height: 100vh;
		top: 0;
		float:left;
		background-color: rgba(86, 24, 28, .7);
	}
	#logo{
		display: block;
		width: 50%;
		margin: 20vh auto .5vh auto;
		padding: 0;
	}
	.pc{
		display: none;
	}
	.cx{
		position: absolute;
		width: 3%;
		right: 1vw;
		top: 1vw;
	}
	#part2 {
		left: 0;
		width: 100%;
		height: auto;
		z-index: 50;
		/*position: relative;*/
		overflow: hidden;
		background-color: none;
	}
	#box2{
		display: block;
		width: 3%;
		/*height: auto;*/
		background-color: #e5e2de;
		float: left;
		position: relative;
		top: 0;
	}

	#box3 {
		width: 40%;
		height: auto;
		background-color: rgba(35, 24, 21, .75);
		float: left;
		position: relative;
		top: 0;
	}
	#box4{
		width: 57%;
		height: auto;
		background-color: #e5e2de;
		float: left;
		position: relative;
		top: 0;
	}
	#part3{
		background-color: #e5e2de;
	}
	.part3_bg{
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #e5e2de;
		z-index: -1000;
	}
	#box6{
		width: 40%;
		height: auto;
		background-color: #ffffff;
		margin-left: 3%;
	}

	#box6 h2{
		font-size: 1.5rem;
	}
	#box7{
		display: block;
		z-index: 1000;
		width: 57vw;
		height: auto;
		float: left;
	}
	.btns{
		width: 32vw;
		padding: 30px 4vw;
		
	}
	.btns_fixed{
		width: 32vw;
		padding: 4vh 4vw 10px 4vw;
		background-color: #ffffff;
	}
	.audio:hover {
		background-color: rgba(155, 30, 35, .5);
		color: #ffffff;
		cursor: pointer;
	}
	.nav_wlh{
		width: 23%;
		margin:10px 0;
		/*margin: 1%;*/
	}
	#box6 p{
		font-size: 1.3rem;
		line-height: 180%;
		color: #727171;
		margin: 1.5rem auto .5rem auto;
	}
	.scroll_paragraph {
		color: #ffffff;
		margin-left: 7.5%;
		padding: 0;
		width: 85%;
		height: 80vh;
		background-color: rgba(58, 9, 14, 0);
	}
	#scroll7, #scroll8{
		margin-top: 0;
	}

	.first {
		font-size: 1.3rem;
		line-height: 1.8rem;
		margin-top: 2rem;
		margin-bottom: 1.7rem;
	}

	.second {
		font-size: 1.2rem;
		font-weight: 300;
	}
	.map_net{
		position: absolute;
		transform: translate(-10%, 10%);
		width: 60vw;
	}
	.map_net_fixed{
		position: fixed;
		top: 50%;
		left: 70%;
		transform: translate(-55%, -50%);
		width: 60vw;
	}

	.main_graph{
		position: absolute;
		transform: translate(35%, 68%);
		width: 30vw;
		z-index: 10000;
	}
	.main_graph_fixed{
		position: fixed;
		top: 50%;
		left: 70%;
		transform: translate(-55%, -50%);
		width: 30vw;
	}
	.metro{
		position: fixed;
		display: none;
		top: 50%;
		left: 69%;
		transform: translate(-55%, -50%);
		width: 35vw;
	}
	.live_text {
		display: none;
		position: fixed;
		top: 88%;
		left: 68.5%;
		transform: translate(-55%, -50%);
		width: 30vw;
		font-weight: 300;
	}
	.live_text p {
	    /*background-color: rgba(255,255,255,0.7);*/
	    font-size: 15px;
	    border: none;
	    border-radius: 3px;
	    padding: 5px;
	    line-height: 160%;
	    color:black;
	    text-align: center;
	}

	.main_graph_box svg{
		position: fixed;
		top: 15vh;
		left: 50vw;
	}
	#maps_text{
		position: fixed;
		top: 12vh;
		left: 50vw;
		display: none;
	}
	.maps{
		top: 20vh;
		left: 50vw;
		width: 38vw;
	}
	.loadbar_container{
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.loadbar_container_fixed{
		display: block;
		position: fixed;
		top: 0;
		width: 40%;
		background-color: #2d2523;
	}
	.img_chapter{
		width: 3vw;
		margin-top: 40px;
	}
	.chapter{
		width: 80%;
		margin: auto;
	}
	.illus{
		position: absolute;
		top: 5vh;
		left: 50vw;
		width: 35vw;
		z-index: 10000;
	}

	.illus_fixed{
		position: fixed;
		top: 5vh;
		left: 50vw;
		width: 35vw;
		display: none;
	}
	.illus4_svg{
		position: fixed;
		/*top: 5vh;*/
		top: calc(5vh + .9rem + 10px);
		left: 50vw;
		width: 35vw;
		margin-left: .3vw;
	}
	.illus_img{
		width: 35vw;
		margin-left: .3vw;
	}
	#illus1_video{
		width: 30vw;
		margin-left: 2.8vw;
	}
	.illus1_textup{
		font-size: 1.1rem;
		line-height: 140%;
		margin-top: .3rem;
		margin-bottom: .3rem;
		width: 35vw;
	}
	#illus2_btn{
		width: 28vw;
		margin: 5px auto;
	}
	.illus2_img{
		position: relative;
		width: 28vw;
		height: 32vw;
	}
	.illus2_img img{
		position: absolute;
		width: 28vw;
		margin-left: 2.5vw;
	}
	.illus_m{
		display: none;
	}
	.illus4_text{
		font-size: 1.1rem;
		width: 35vw;
		color: #727171;
		text-align: center;
		display: none;
		position:relative;
		margin: 0;
		top: 0;
		left: 0;
	}
	h3{
		margin-top: 0;
		font-size: 1.4rem;
		text-align: center;
	}
	.illus2{
		display: none;
		width: 70%;
		margin: 3vw 4vw;
	}
	.song{
		display: block;
	}
	.song_m{
		display: none;
	}
	#footer p{
		margin: 0;
		font-size: 1rem;
		color: #000000;
	}
	button {
		width: 48%;
	}
}

@media screen and (min-width: 1500px){
	#box1{
		width: 700px;
	}
	#logo{
		margin: 25vh auto 3vh auto;
	}
	#headline{
		width: 110%;
		margin-left: -5%;
	}
	
	#box3 {
		width: 700px;
	}
	#box6 {
		width: 700px;
		margin-left: calc(43vw - 700px);
	}
	.photo_text{
		font-size: 1.3rem;
	}
	.btns{
		width: 560px;
		padding: 50px 70px;
		
	}
	.btns_fixed{
		position: fixed;
		top: 0;
		width: 560px;
		padding: 50px 70px;
		background-color: #ffffff;
	}
	#box6 p{
		font-size: 1.3rem;
		line-height: 160%;
	}
	.first {
		font-size: 1.6rem;
	}

	.second {
		font-size: 1.3rem;
	}
	.main_graph_box svg{
		top: 15vh;
	}
	.live_text {
		top: 84%;
	}
	#legend{
		top: 25vh;
		width: 2vw;
	}
	.legend_box{
		top: 22vh;
		left: 44vw;
	}
	.legend_box_all{
		width: 2vw;
	}
	#maps_text{
		top: 9vh;
	}
	.maps{
		top: 13.5vh;
	}
	#x_text{
		position: fixed;
		top: calc(15vh + 31vw);
		left: calc(83vw - 210px);
	}
	#xselect{
		top: calc(15vh + 31vw);
		left: calc(83vw - 82px);
	}
	.x_tick{
		top: calc(15vh + 31vw);
	}
	#y_text{
		top: calc(15vh + 20px);
		left: calc(55vw - 120px);
	}
	#yselect{
		top: calc(15vh + 50px);
		left: calc(55vw - 90px);
	}
	.y_tick{
		left: calc(55vw - 50px);
		top: calc(15vh + 31vw - 4rem);
	}
	.loadbar_container{
		width: 700px;
	}
	.loadbar_container_fixed{
		width: 700px;
	}
	ul#loadbar{
		padding-top: 100px;
	}
	ul#loadbar li {
		width: 9.7%;
	}
	.illus{
		top: 15vh;
		width: 25vw;
	}
	.illus_fixed {
		position: fixed;
		top: 15vh;
		width: 30vw;
	}
	.illus_img{
		width: 30vw;
		margin: 10px auto;
	}
	#illus1_video{
		width: 25vw;
		margin-left: 2.8vw;
	}
	.illus2_img{
		height: 35vw;
	}
	.illus2_img img{
		width: 30vw;
		margin: 10px auto;
	}
	.illus4_fixed {
		width: 25vw;
		top: 15vh;
	}
	.illus4_svg{
		position: fixed;
		top: calc(15vh + 1.3rem + 10px);
		left: 50vw;
		width: 30vw;
	}
	.illus4_text{
		width: 30vw;
		font-size: 1.1rem;
	}
	h3{
		font-size: 1.4rem;
	}
	.illus1_textup{
		font-size: 1.2rem;
		line-height: 150%
		margin-top: 2px;
		width: 30vw;
	}
	.illus1_text{
		width: 25vw;
		top: 29vw;
	}
	.illus1_text_fixed{
		width: 25vw;
		top: calc( 15vh + 29vw);
	}
	.illus2{
		display: none;
		/*width: 50%;
		margin: 3.3vw 6.25vw;*/
	}
	.touch{
		left: 53vw;
	}
	.touch_illus4{
		left: 63vw;
		top: 25vh;
	}
	#footer p{
		margin: 0;
		font-size: 1rem;
		color: #000000;
	}
	button {
		width: 47%;
		height: 30px;
		margin: 1%;
	}
}