* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #00967B;
	font-family: 'Open Sans', Arial, Helvetica, Sans-serif, Verdana, Tahoma;
}

ul {
	list-style-type: none;
}

a {
	color: #20ff6bbc;
	text-decoration: none;
}

/** =======================
 * Contenedor Principal
 ===========================*/
h1 {
 	color: #FFF;
 	font-size: 24px;
 	font-weight: 400;
 	text-align: center;
 	margin-top: 80px;
 }

h1 a {
 	color: #20ff6bbc;
 	font-size: 16px;
 }

 .accordion {
 	width: 100%;
 	max-width: 360px;
 	margin: 5px auto 20px;
 	background: #FFF;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
 }

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 42px;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	color: #009b34bc;
}

.accordion li.open i {
	color: #009b34bc;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/
 .submenu {
 	display: none;
 	background: #444359;
 	font-size: 14px;
 }

 .submenu li {
 	border-bottom: 1px solid #4b4a5e;
 }

 .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #d9d9d9;
 	padding: 12px;
 	padding-left: 42px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }

 .submenu a:hover {
 	background: #20ff6bbc;
 	color: #FFF;
 }
 #close{
	 font-size: 25px;
	 position: absolute;
	 top:-18px;
	 left: -18px;
 }
.span_x{
	display: flex;
	float: right;
	transform: scale(2);
	color: #00967B;
}
#image_text{
margin-top: 5px;
}
 #image_index{
	z-index: 99;
	background: rgb(255, 255, 255);
	border: 5px solid #00967B;
	border-radius: 10%;
	width:300px;/**宽度**/
	height:300px;/**高度**/
	position: fixed;;/**绝对定位**/
	left:50%;/**左边50%**/
	top:30%;/**顶部50%**/
	margin-top:-80px;/**上移-50%**/
	margin-left:-150px;/**左移-50%**/
	text-align:center;
	align-items: center;
	/* padding-bottom: 10px; */
 }
 .tit{
	max-width: 360px;
	color: white;
	line-height: 25px;
	font-size: 15px;
   width: 100%;
   /* text-align:center; */
   margin: 15px auto 5px;
   
}
.tit1{
	max-width: 360px;
	color: white;
	line-height: 15px;
	font-size: 10px;
   width: 100%;
   text-align:center;
   margin: -5px auto 15px;
   
}
.tit>span{
	font-weight:bold;
}
.tit>a{
	text-decoration: none;
	color: #00ff88;
}
 #image{
	margin:0 auto;
 }

