.title {
	width: 100%;
	float: left;
	margin: 20px 0;
	font-size: 18px;
	color: #a06700;
	font-weight: 600;
}

.title img {
	vertical-align: middle;
	margin-right: 10px;
	width: 30px;
	height: 30px;
}

.eev_mainBg {
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 20px 0;
	background: url(../images/env_eev_bg.gif) center bottom repeat-x;
}

.eev_main {
	width: 1200px;
	margin: 0 auto;
}

.eev_main .eev_content {
	width: 1150px;
	float: left;
	padding: 0 0 0 50px;
}

.dflex {
	display: flex;
	flex-wrap: wrap;
}

.cg_ab_goal {
	width: calc(100% / 2 - 2rem);
	margin: 1rem;
}

.cg_ab_box {
	margin: 0;
	padding: 1rem 0;
	width: calc(100% / 5 - 10px);
	padding-top: 0;
	/* border-bottom: 1px solid #6778c2; */
}

.cg_abo_target{
	padding-left: 40px;
	height: auto;
	margin-left: 1px;
	margin-right: 1px;
}
.minH .cg_ab_box ul {
	height: 250px;
}

.mt-2 {
	margin-top: 2rem;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.ptb-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.cg_ab_box ul,
.cg_ab_goal ul {
	background: #fff;
	padding: 1rem 1rem 1rem 2rem;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1) ;
}

.cg_ab_goal ul {
	height: 275px;
}

.minH .cg_ab_box ul {
	height: 80px;
}

.target_txt,
.target_txt2,
.target_txt3,
.target_txt4,
.target_txt5 {
	color: #fff;
	min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 1px;
    margin-right: 1px;
	text-align: center;
}

.target_txt {
	background: #6778c2;
}

.target_txt2 {
	background: #1a9dbe;
}

.target_txt3 {
	background: #477e25;
}

.target_txt4 {
	background: #e45a34;
}

.target_txt5 {
	background: #7e256f;
}

.cgResultBox {
	width: 100%;
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding: 1.5rem 1rem;
    margin-bottom: 3rem;
	background: rgba(255, 255, 255, 0.8);
}

.cgResultBox p {
	width: 25%;
	font-size: 1.25rem;
	margin: 0 1.5rem;
	color: #fff;
    padding: 1rem 1.5rem;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
}

.cgResultBox .color1, .cgResultBox .color2, .cgResultBox .color3,
.cgResultBox .color4, .cgResultBox .color5 {
	position: relative;
}

.cgResultBox .color1::before, .cgResultBox .color2::before, .cgResultBox .color3::before,
.cgResultBox .color4::before, .cgResultBox .color5::before {
	position: absolute;
	content: "";
	display: block;
	width: 43px;
    height: 43px;
    right: -22px;
    top: 9px;
	transform: rotate(-135deg);
	z-index: 2;
}

.cgResultBox .color1 {
	background: #6778c2;
}

.cgResultBox .color1::before {
	border-left: 1px solid #6778c2;
	border-bottom: 1px solid #6778c2;
	background: #6778c2;
}

.cgResultBox .color2 {
	background: #1a9dbe;
}

.cgResultBox .color2::before {
	border-left: 1px solid #1a9dbe;
	border-bottom: 1px solid #1a9dbe;
	background: #1a9dbe;
}

.cgResultBox .color3 {
	background: #e45a34;
}

.cgResultBox .color3::before {
	border-left: 1px solid #e45a34;
	border-bottom: 1px solid #e45a34;
	background: #e45a34;
}

.cgResultBox .color4 {
	background: #7e256f;
}

.cgResultBox .color4::before {
	border-left: 1px solid #7e256f;
	border-bottom: 1px solid #7e256f;
	background: #7e256f;
}

.cgResultBox .color5 {
	background: #477e25;
}

.cgResultBox .color5::before {
	border-left: 1px solid #477e25;
	border-bottom: 1px solid #477e25;
	background: #477e25;
}

@media screen and (max-width:1200px) {
	.eev_main .eev_content {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.cg_ab_goal, .cg_ab_box {
		width: 100%;		
	}

	.cg_ab_box ul, .cg_ab_goal ul {
		height: auto !important;
		min-height: auto !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.eev_mainBg {
		min-width: 1000px;
	}

	.eev_main {
		width: 970px;
		padding: 0 15px;
	}
}

@media screen and (min-width: 320px) and (max-width: 768px) {
	.eev_mainBg {
		min-width: 320px;
	}

	.eev_main {
		width: 90%;
		padding: 0 5%;
	}

	/* .eev_main .eev_content img {
		width: 100%;
		height: auto;
	} */

	.title img {
		vertical-align: middle;
		margin-right: 10px;
		width: 30px;
		height: 30px;
	}
}




/**collapse Style**/
.collapse-container {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
}

.collapse {
	box-sizing: border-box;
	background: transparent;
	padding: 10px 25px;
	position: relative;
	overflow: hidden;
}

.collapse:not(:first-child) {
	border-top: 1px solid #e6e6e6;
}

.collapse-title {
	width: 100%;
	cursor: pointer;
	position: relative;
}

.collapse-title::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	top: 30px;
	right: 0;
	background-color: #a06700;
}

.collapse-title::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 30px;
	top: 16px;
	right: 14px;
	background-color: #a06700;
	transition: 0.3s cubic-bezier(0.76, 0.02, 0.18, 0.98);
}

.collapse-title .title {
	margin: 10px 0;
}

.collapse-text {
	/* margin: 0;
	line-height: 1.5rem; */
	height: 0;
	transform: scaleY(0);
	transform-origin: top;
	width: 100%;
	overflow: hidden;
  	transition: transform 300ms ease-in-out;	
}

.goalWrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.collapse.active {
	background-color: #f3fff6;
}

.collapse-title .title {
	margin-bottom: 0;
}

.collapse.active .collapse-title::after {
	transform: rotate(90deg);
}

.collapse.active .collapse-text.open {
	height: 100%;
	margin-top: 30px;
	transform: scale(1);	
}

@media screen and (max-width:768px) {
	.collapse {
		padding: 10px;
	}

	.collapse-title .title {
		width: calc(100% - 45px);
	}

	.collapse-title::before {
		top: 25px;
	}

	.collapse-title::after {
		top: 11px;
	}
}