/* 咨询弹窗 */
.pop{
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #F5F5F5;
	display: none;
}
.pop.act{
	display: flex;
	z-index: 1;
}
.pop_body{
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
}
.pop_body .pop_colse{
	height: 0.25rem;
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: flex-end;
}
.pop_body .pop_colse img{
    width: 0.25rem;
    height: 0.25rem;    
}
.pop .pop_fl{
	width: 40%;
    height: 100%;
    background: #3A6531 url(../img/pop_bg1.png) center right no-repeat;
    background-size: contain;
    padding-top: 9.8%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
}






.pop .pop_fr{
	width: 60%;
	height: 100%;
	display: flex;
	justify-content: left;
	padding-top: 9.8%;
	box-sizing: border-box;
}
.pop .pop_fr .pop_cont2{
	width: 10.2rem;
	padding-left: 0.77rem;
	box-sizing: border-box;
	margin-top: 0.28rem;
}
.pop .pop_fr .pop_form{
	width: 100%;
}
.pop .pop_fr .form_name{
	font-family: SC-Regular;
	font-weight: 400;
	font-size: 0.28rem;
	color: #464646;
	margin-bottom: 0.5rem;
} 
.pop .pop_fr .pop_form form{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.pop .pop_fr .form_label{
	width: 4.56rem;
	background: #FFFFFF;
	margin-bottom: 0.42rem;
	margin-right: 0.21rem;
	position: relative;
}
.pop .pop_fr .form_label.type::before{
	content: "";
    position: absolute;
    width: 0.14rem;
    height: 0.14rem;
    background: url(../img/xiala4.png) center no-repeat;
    background-size: contain;
    right: 0.12rem;
    top: 50%;
    transform: translateY(-50%);
}
.pop .pop_fr .form_label.act::before{
	background: url(../img/xiala4.png) center no-repeat;
}
.pop .pop_fr .form_label:nth-child(2n){
	margin-right: 0;
}
.pop .pop_fr .form_label input{
	width: 100%;
	height: 100%;
	padding: 0.16rem 0.2rem;
	box-sizing: border-box;
	font-family: SC-Normal;
	font-weight: 400;
	font-size: 0.2rem;
	color: #000;
	border: 0.01rem solid #E6E6E6;
	cursor: pointer;
	position: relative;
	z-index: 2;
	background: none;
}
.pop .pop_fr .form_label input::placeholder{
	color: #A8A8A8;
}
.pop .pop_fr .form_label input:focus{
	border: 0.01rem solid #80A749;
	color: #3A6531;
}
.pop .pop_fr .form_label .form_type{
	position: absolute;
	width: 100%;
	max-height: 3rem;
	overflow-y: auto;
	top: 100%;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0,0,0,0.08);
	border: 0.01rem solid #F2F2F2;
	padding: 0.15rem 0 0.11rem;
	box-sizing: border-box;
	display: none;
}
.pop .pop_fr .form_label .form_type.active{
	display: block;
}
.pop .pop_fr .form_label .form_type .type_item{
	width: 100%;
    /* height: 0.34rem; */
    line-height: 0.34rem;
    padding-left: 0.24rem;
    box-sizing: border-box;
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.14rem;
    color: #A8A8A8;
    cursor: pointer;
    line-height: 1.4;
    padding: 0.08rem 0.24rem;
}
.pop .pop_fr .form_label .form_type .type_item.selected,
.pop .pop_fr .form_label .form_type .type_item:hover{
	background: #366D33;
	color: #fff;
}
.pop .pop_fr .form_label .form_type::-webkit-scrollbar {
	width: 4px;    
	/*height: 4px;*/
}
.pop .pop_fr .form_label .form_type::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px #7A9B54;
	background: #366D33;
}
.pop .pop_fr .form_label .form_type::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}






.pop .pop_fr .pop_form button{
	width: 1.5rem;
	height: 0.45rem;
	background: #FFFFFF;
	border: 0.01rem solid #7A9B54;
	border-radius: 0.05rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.09rem;
	font-family: SC-Regular;
	font-weight: 400;
	font-size: 0.16rem;
	color: #7A9B54;
	cursor: pointer;
    margin-top: 2.32rem;
}
.pop .pop_fr .pop_form button img{
	width: 0.18rem;
	height: 0.16rem;
}
.pop .pop_fr .pop_form button:hover{
	background: linear-gradient( 273deg, #7A9B54 0%, #3A6531 100%);
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.1);
	color: #fff;
}
.pop .pop_fr .pop_form button:hover img{
	filter: brightness(0) invert(1);
}






/* 一站式解决方案 */
.pop_fa{
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../img/pop_bg2.png) center no-repeat;
	background-size: cover;
	top: 0;
	left: 0;
	display: none;
	z-index: 999;
}
.pop_fa.act{
	display: flex;
	z-index: 1;
}
#canvas{
	position: absolute;
	width: 100%;
	height: 4rem;
	left: 0;
	bottom: 0;
	z-index: -1;
}
#canvas canvas {
    width: 100%;
    height: 100%;
    position: absolute;
}

.pop_body{
	display: flex;
	align-items: center;
}

.pop_body .fangan_name{
	font-family: SC-Medium;
	font-weight: 500;
	font-size: 0.45rem;
	color: #000000;
	width: 100%;
	text-align: center;
	margin-bottom: 0.14rem;
	line-height: 1;
}
.pop_body .fangan_title{
	font-family: SC-Normal;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	width: 100%;
	text-align: center;
	margin-bottom: 0.6rem;
}
.pop_body .fangan_list{
	display: flex;
	justify-content: space-between;
}
.pop_body .fangan_list .fangan_item{
	width: 2.6rem;
	height: auto;
	background: #fff;
	border-radius: 0.05rem;
	box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.05);
	cursor: pointer;
}
.pop_body .fangan_list .fangan_item:nth-child(5) .fangan_tit{
    font-size: 0.18rem;
}
.pop_body .fangan_list .fangan_item .fangan_icon{
	width: 0.69rem;
	height: 0.74rem;
	margin: 0.61rem auto 0.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../img/fangan_bg.png) center no-repeat;
	background-size: cover;
}
.pop_body .fangan_list .fangan_item .fangan_icon img{
    width: 0.25rem;
    height: 0.25rem;
    object-fit: contain;
}
.pop_body .fangan_list .fangan_item .fangan_icon .fangan_img2{
	display: none;
}



.pop_body .fangan_list .fangan_item .fangan_tit{
	width: 100%;
	text-align: center;
	font-family: SC-Medium;
	font-weight: 500;
	font-size: 0.25rem;
	color: #000000;
	margin-bottom: 0.45rem;
	position: relative;
}
.pop_body .fangan_list .fangan_item .fangan_tit::before{
	content: "";
	position: absolute;
	width: 0.4rem;
	height: 0.01rem;
	background: #7A9B54;
	left: 50%;
	bottom: -0.24rem;
	transform: translateX(-50%);
}
.pop_body .fangan_list .fangan_item .fangan_cont{
	width: 2rem;
	margin: 0 auto;
	text-align: center;
	font-family: SC-Regular;
	font-weight: 400;
	font-size: 0.18rem;
	color: #4E4E4E;
	line-height: 0.25rem;
}
.pop_body .fangan_list .fangan_item:hover{
	background: linear-gradient( 180deg, #7A9B54 0%, #3A6531 100%);
}
.pop_body .fangan_list .fangan_item:hover .fangan_tit,
.pop_body .fangan_list .fangan_item:hover .fangan_cont{
	color: #fff;
}
.pop_body .fangan_list .fangan_item:hover .fangan_tit::before{
	background: #fff;
}
.pop_body .fangan_list .fangan_item:hover .fangan_icon{
	background: url(../img/fangan_bg2.png) center no-repeat;
}
.pop_body .fangan_list .fangan_item:hover .fangan_img1{
	display: none;
}
.pop_body .fangan_list .fangan_item:hover .fangan_img2{
	display: block;
}
.pop_body .fang_url{
	display: flex;
	justify-content: center;
	margin-top: 0.83rem;
	gap: 0.15rem;
	cursor: pointer;
}
.pop_body .fang_url a{
	width: 2.5rem;
	height: 0.45rem;
	background: linear-gradient( 270deg, #7A9B54 0%, #3A6531 100%);
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.1);
	border-radius: 0.05rem;
	font-family: SC-Regular;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	gap: 0.09rem;
	justify-content: center;
}
.pop_body .fang_url a img{
    width: 0.2rem;
    height: 0.2rem;
    object-fit: contain;
}
.pop_body .fang_url a:first-child img{
	filter: brightness(0) invert(1);
}
.pop_body .fang_url a:last-child{
	color: #7A9B54;
	background: #FFFFFF;
	border: 0.01rem solid #7A9B54;
}









@media screen and (max-width: 1024px) {
    .pop{
        background: rgba(0, 0, 0, 0.4);
        z-index: 9999999;
        justify-content: center;
        align-items: center;
    }
    .pop.act{
        display: flex;
    }
    .pop_body{
        background: #F5F5F5;
        width: 80%;
        height: auto;
        padding: 0.4rem;
    }
    .pop_body .pop_colse{
        top: 0.4rem;
        right: 0.4rem;
        left: auto;
        transform: none;
    }
    .pop .pop_fl{
        display: none;
    }
    .pop .pop_fr{
        width: 100%;
        padding: 0;
    }
    .pop .pop_fr .pop_cont2{
        width: 100%;
        padding: 0;
        margin-top: 0;
    }
    .pop .pop_fr .form_name{
        line-height: 1.5;
    }
    .pop .pop_fr .form_label{
        font-size: 12px;
        width: 100%;
        margin-bottom: 0.2rem;
        margin-right: 0;
    }
    .pop .pop_fr .pop_form button{
        font-size: 12px;
        margin: 0.2rem auto;
        width: 1.8rem;
    }
    .pop .pop_fr .form_label .form_type .type_item{
        font-size: 12px;
        height: auto;
        padding: 0.1rem;
    }
    
}