.popups.detail .popups-bg {
	/* 老版Safari */
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	background-color: #000;
	filter: alpha(opacity=60);
	/* IE */
	-moz-opacity: .6;
	/* 老版Mozilla */
	-khtml-opacity: .6;
}

.bgImg .btn {
	/*width: 118px;*/
	width: 490px;
	text-align: center;
	height: 44px;
	background-color: #00c5ae;
	color: #fff;
	line-height: 44px;
	cursor: pointer;
	position: absolute;
	z-index: 1000;

}

.Contract {
	     top: 13%;
    left: 33.3%;

	/*transform: translate(20%, -158%) !important;*/
}

.template{
	 top: 13%;
    left: 33.2%;
}


.popups.detail .popups-cont {
	position: fixed;
	z-index: 999;
	top: 50%;
	left: 50%;
	width: 314px;
	height: 158px;
	background-color: #fff;
	padding-bottom: 32px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.popups.detail .bgImg {
	width: 100%;
	height: 100%;
	z-index: 1000;
	position: absolute;


}

.popups.detail .bgImg .newTelplate {
	z-index: 1000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 2%;
    left: 7%;

	background: url('images/newTemplate.png') no-repeat;
}

.popups.detail .bgImg .newContract {

	z-index: 1000;
	position: absolute;
	width: 100%;
	height: 100%;
	    top: 2%;
	left: 9%;

	background: url('images/newContract.png') no-repeat;
}

.popups.detail .popups-cont .popups-title {
	box-sizing: border-box;
	width: 100%;
	height: 90px;
	color: #00c5ae;
	font-size: 18px;
	font-weight: bold;
	padding-left: 46px;
	padding-top: 55px;
	background-color: #fff;
	border-bottom: 1px solid #dedede;
}

.popups.detail .popups-cont .closer {
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	top: 0;
	right: 10px;
	display: block;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	cursor: pointer;
	text-align: center;
	color: #999;
	z-index: 999;
}

.popups.detail .popups-temp {
	line-height: 1.6;
	min-height: 74px;
	font-size: 16px;
	text-align: center;
	margin-top: 48px;
	color: #7b7b7b;
}
.popups.offineTop .popups-temp {
	margin-top: 25px;
}
.popups.detail .popups-temp.pl80 {
	padding: 0 46px;
}

.popups.detail .popups-btns {
	text-align: center;
}
/*.temp-list .popups.detail .popups-btns {*/
.uploadTempContentRight .popups.detail .popups-btns.btnRight {
	text-align: right;
	margin-right: 103px;
}
.popups.detail .popups-btns .btn {
	margin-top: 30px;
	line-height: 36px;
	display: inline-block;
	width: 98px;
	height: 36px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background-color: #bfbfbf;
	border-radius: 6px;
	margin: 0 12px;
	cursor: pointer;
}

.popups.detail .popups-btns.pay-btn .btn {
	width: 126px;
	margin: 0 6px;
}

.popups.detail .btn.active {
	color: #fff;
	background-color: #01bea8;
}

.popups.detail .btn.active:hover {
	background-color: #00c6af!important;
}

.popups.detail .btn.active:active {
	background-color: #01ac99!important;
}

.popups.detail .popups-cont .icon {
	position: relative;
	top: 13px;
	left: -20px;
}

.color-light-blue {
	color: #3cc7da;
}
