.ipr-hide {
	display: none;
}

.ui-win-load {
	/* height: 500px !important; */
	background-position: 50% 50%;
	overflow: hidden;
}

.module-chance {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 500px;
	margin: 0;
	transform: translate(-50%, -330px);
	background-color: #fff;
	border-radius: 5px;
	letter-spacing: 1px;
	position: absolute;
	font-family: '微软雅黑';
	z-index: 1000;
}

.module-chance h2 {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 20px;
	color: #444;
	border-top: 8px solid #1ad2a0;
	border-radius: 5px 5px 0 0;
	letter-spacing: 2px;
	line-height: 42px;
	font-weight: normal;
	text-align: center;
}

.module-chance .chance-tip {
	font-size: 14px;
	margin-bottom: 30px;
	padding-bottom: 26px;
	margin-right: 22px;
	margin-left: 22px;
	color: #aaa;
	border-bottom: 1px dashed #cacaca;
	text-align: center;
}

.module-chance .chance-close {
	top: 0;
	right: 8px;
	text-decoration: none;
	color: #c2c2c2;
	font-weight: 400;
	position: absolute;
	font-size: 32px;
	cursor: pointer;
	transition: transform 0.3s;
}

.module-chance .chance-btn {
	width: 264px;
	height: 48px;
	margin-bottom: 30px;
	letter-spacing: 5px;
	color: #fff;
	border-radius: 50px;
	border: none;
	cursor: pointer;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
	transition: all 0.3s;
	font-size: 18px;
	background: linear-gradient(to right, #ff9a00, #ff7400);
}

.module-chance .chance-item {
	margin-bottom: 10px;
	padding-bottom: 16px;
	margin-left: 22px;
	float: left;
	position: relative;
}

.module-chance .chance-item .item-label {
	margin-top: 8px;
	text-align: right;
	letter-spacing: 2px;
	color: #727272;
	font-size: 16px;
	float: left;
	width: 130px;
	margin-right: 10px;
}

.module-chance .chance-item .item-text {
	width: 275px;
	height: 48px;
	padding: 0 9px;
	border: 1px solid #dedede;
	line-height: 37px;
	border-radius: 5px;
	box-sizing: border-box;
	transition: all 0.3s;
}

.module-chance .chance-item .item-wrap {
	position: relative;
	float: left;
}

.module-chance .chance-item .industry {
	cursor: pointer;
}

.module-chance .chance-item .select-industry {
	width: 275px;
	height: 48px;
	padding: 0 9px;
	border: 1px solid #dedede;
	line-height: 48px;
	border-radius: 5px;
	box-sizing: border-box;
	transition: all 0.3s;
	display: block;
	color: #999;
}

.module-chance .chance-item .select-industry b {
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	font-weight: normal;
	text-overflow: ellipsis;
}

.module-chance .chance-item .select-industry .select-empty {
	position: absolute;
	right: 28px;
	top: 0;
	color: #999;
	font-size: 16px;
	z-index: 1;
}

.module-chance .chance-item .select-industry:after {
	width: 14px;
	height: 9px;
	overflow: hidden;
	float: right;
	display: inline-block;
	content: '';
	margin-top: 20px;
	background: url('../img/icon-arrow.jpg') no-repeat;
}

.module-chance .chance-item .select-industry.active {
	border: 1px solid #1ad2a0;
}

.module-chance .chance-item .select-industry.active:after {
	background-position: 0 -9px;
}

.module-chance .chance-item ul.all-industry {
	width: 273px;
	height: 156px;
	overflow-y: auto;
	border: 1px solid #dedede;
	border-top: 0;
	position: absolute;
	z-index: 2;
	right: 0;
	top: 48px;
	background: #fff;
}

.module-chance .chance-item ul.all-industry li {
	line-height: 38px;
	font-size: 14px;
	color: #444;
	letter-spacing: 2px;
	padding: 0 10px;
}

.module-chance .chance-item ul.all-industry li:hover,
.module-chance .chance-item ul.all-industry li.active {
	background: #eee;
}

.module-chance .glyx-fg {
	width: 100%;
	height: 30px;
	overflow: hidden;
	position: relative;
	top: -10px;
}

.module-chance .glyx-fg:before {
	width: 90%;
	margin: 20px auto;
	display: block;
	content: '';
	border-bottom: 1px solid #dedede;
}

.module-chance .glyx-fg span {
	width: 240px;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #999;
	display: block;
	margin: 0 auto;
	background: url('../img/fg.jpg') no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -120px;
	top: 10px;
	z-index: 1;
}

.module-chance .glyx-service {
	width: 90%;
	overflow: hidden;
	margin: 20px auto;
}

.module-chance .glyx-service-item {
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin: 0 30px 10px 10px;
	border-radius: 5px;
	border: 1px solid #dedede;
	line-height: 30px;
	color: #aaa;
	padding: 0 8px;
	text-indent: 28px;
}

.module-chance .glyx-service-item i {
	width: 14px;
	height: 14px;
	margin-right: 10px;
	overflow: hidden;
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 8px;
	background: url('../img/icon-checkbox.png') no-repeat;
}

.module-chance .glyx-service-item.active {
	border: 1px solid #ff6600;
	color: #ff6600;
}

.module-chance .glyx-service-item.active i {
	background-position: 0 -14px;
}

.module-chance .glyx-service .tip-icon {
	content: '';
	position: absolute;
	right: -23px;
	top: 7px;
	height: 18px;
	width: 18px;
	background: url('../img/glyx_sigh.png');
}

.module-chance .glyx-service .tip-icon:hover {
	background: url('../img/gylx_sigh_active.png');
}

.module-chance .glyx-service .tip-icon.active:after {
	position: absolute;
	content: '';
	top: 29px;
	left: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #fff3e2 transparent;
	z-index: 1002;
}

.module-chance .glyx-service .glyx-service-text {
	float: right;
	display: none;
	width: 440px;
	height: 25px;
	background: #fff3e2;
	z-index: 1002;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	margin-bottom: 10px;
}

.module-chance .glyx-service .glyx-service-text p {
	text-indent: 0;
	color: #ff6600;
}

.module-chance .glyx-service .glyx-service-item.glyx-service-text-show+.glyx-service-text {
	display: block;
}