/* 金刚区弹窗start */

.pop_tcjg {
	display: none;
	clear: both;
	position: relative;
}

.pop_tcjg .window {
	position: fixed;
	z-index: 20;
	top: 0px;
	left: 0px;
	background: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
}

.pop_tcjg .pop_tcjg_content {
	width: 6.28rem;
	height: 6.06rem;
	position: fixed;
	z-index: 1000;
	top: 50%;
	left: 50%;
	margin: -3.05rem 0 0 -3rem;
	border-radius: 0.2rem;
	background: url(../img/tc/pop-up-BG.png) no-repeat;
	background-size: 100% auto;
	background-position-x: center;
}

.pop_tcjg .pop_tcjg_content .pop_tcjg_content_title {
	width: 4.24rem;
	height: auto;
	font-size: 0.42rem;
	font-family: Alibaba-PuHuiTi-B, Alibaba-PuHuiTi;
	font-weight: normal;
	color: #FADAA2;
	line-height: 0.54rem;
	position: absolute;
	top: 0.54rem;
	left: 1.07rem;
	text-align: center;
	/* background: linear-gradient(135deg, #FEE0AC 0%, #F6D398 100%); */
}

.pop_tcjg .pop_tcjg_content .pop_tcjg_content_font {
	width: 5.4rem;
	height: 0.38rem;
	position: absolute;
	left: 0.44rem;
	top: 1.93rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pop_tcjg .pop_tcjg_content .pop_tcjg_content_font .pop_tcjg_content_font_centent {
	font-size: 0.28rem;
	font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
	font-weight: normal;
	color: #111111;
}

.pop_tcjg .pop_tcjg_content .pop_tcjg_content_font .pop_tcjg_content_font_left {
	width: 0.8rem;
	height: 0.04rem;
	background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, #9E7062 100%);
}

.pop_tcjg .pop_tcjg_content .pop_tcjg_content_font .pop_tcjg_content_font_right {
	width: 0.8rem;
	height: 0.04rem;
	background: linear-gradient(90deg, #9E7062 0%, rgba(245, 245, 245, 0) 100%);
}


.pop_tcjg .pop_tcjg_content .pop_tcjg_content_form {
	width: 5.64rem;
	height: 1.92rem;
	top: 2.61rem;
	left: 0.32rem;
	position: absolute;
}
.pop_tcjg .pop_tcjg_content .pop_tcjg_content_form input{
	padding-left: 0.18rem;
	font-size: 0.26rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 500;
	color: #999999;
	background: #F2F2F2;
	border-radius: 0.24rem;
	float: left;
}
.pop_tcjg .pop_tcjg_content .pop_tcjg_content_form .pop_tcjg_name{
	width: 2.56rem;
	height: 0.88rem;
	margin-right: 0.12rem;
}

.pop_tcjg .pop_tcjg_content .pop_tcjg_content_form .pop_tcjg_area{
	width: 2.56rem;
	height: 0.88rem;
}
.pop_tcjg .pop_tcjg_content .pop_tcjg_content_form .pop_tcjg_phone{
	width: 5.4rem;
	height: 0.88rem;
	padding-left: 0.24rem;
	margin-top: 0.16rem;
}
.pop_tcjg .pop_tcjg_content .pop_tcjg_content_form em{
	position: absolute;
	top: 0.24rem;
	right: 0.24rem;
	font-size: 0.26rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #999999;
}
.pop_tcjg .pop_tcjg_content .pop_tcjg_content_button{
	width: 5.64rem;
	height: 0.88rem;
	position: absolute;
	left: 0.33rem;
	bottom: 0.45rem;
}
.pop_tcjg .pop_tcjg_content .pop_tcjg_content_button img{
	width: 100%;
	height: 100%;
}

.pop_tcjg .pop_tcjg_content .pop_tcjg_close{
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	bottom: -0.8rem;
	left: 2.74rem;
}

.pop_tcjg .pop_tcjg_content .pop_tcjg_close img{
	width: 100%;
	height: 100%;
}
/* 金刚区弹窗end */

/* 金刚区成功弹窗start */
.pop_tcjg_success{
	display: none;
	clear: both;
	position: relative;
}

.pop_tcjg_success .window {
	position: fixed;
	z-index: 20;
	top: 0px;
	left: 0px;
	background: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
}

.pop_tcjg_success .pop_tcjg_success_content {
	width: 5.76rem;
	height: 8.05rem;
	position: fixed;
	z-index: 1000;
	top: 50%;
	left: 50%;
	margin: -4.05rem 0 0 -2.9rem;
	border-radius: 0.2rem;
	background: url(../img/tc/success.png) no-repeat;
	background-size: 100% auto;
	background-position-x: center;
}
/* 金刚区成功弹窗end */