.goViewBtn{
	background-color: #008750;
}
.exchangeCon .exCon .title{
	width: 115px;
}
.gcnBtnCon .gcnUseBtn{
	border: 1px solid #008750;
	color: #008750;
}
.gcnBtnCon .gcnPrintBtn{
	background: #008750;
}
.printBtn{
	background: #008750;
}
.loginMem .loginCon .loginHead{
	background: linear-gradient(180deg, #09C478 0%, #08C076 100%);
}
.loginCon .loginGoBtn{
	background-color: #008750;
}
.exchangeCon .exCon .getPhoneNumber2{
	position: absolute;
	color: #008750;
}
.reH3{
	color: #008750;
}
.reBanner .reBtn{
	background-color: #008750;
	border:0px;
}
.exAlertMem{
	width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
	display: none;
}
.exAlertMem.active{
	display: block;
}
.exAlertMem .exAlert{
	position: absolute;
	width: 350px;
	height: 160px;
	background-color: #FFFFFF;
	top:50%;
	margin-top: -80px;
	left: 50%;
	margin-left: -175px;
	border-radius: 4px;
}
.exAlert .title{
	margin-top: 36px;
	font-size: 14px;
	color: #000000;
	text-align: center;
}
.exAlert .butCon{
	text-align: center;
	margin-top: 20px;
}
.exAlert button{
	width: 130px;
	height: 30px;
	background-color: #008750 !important;
	font-size: 14px;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
}
.ydRegMem{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
}
.ydRegMem.active{
	display: block;
}
.ydImgCon{
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	top:50%;
}
.ydImgCon .ydImg{
	width: 500px;
	cursor: pointer;
}
.ydImgCon .icon-close1{
	font-size: 30px;
	position: absolute;
	color: #FFFFFF;
	top:0;
	right: 0;
	cursor: pointer;
	z-index: 99;
}