.main-content{
    background: rgba(244,249,248,1);
	padding-top: 100px !important;
}
.map-search{
    padding-top: 130px;
    position: relative;
    z-index: 20;
    margin-bottom: -40px;
}
.map-search h1{
    color: #003E33;
    font-weight: 700;
    font-size: 33px;
    margin: 0;
    line-height: 1;
    margin-bottom: 40px;
}
.map-search .form-group{
    flex: 1;
    position: relative;
}

/*搜索*/
.tip-text{
    width: 640px;
    font-size: 19px;
}
.search-form {
    display: flex;
    align-items: center;
    max-width: 308px;
    /*margin: 50px auto;*/
    height: 40px;
}

#search-input {
    flex: 1;
    padding: 12px 25px;
    padding-right: 0px;
    border: 1px solid #3c3c3c;
    border-right: none; /* 右侧边框交给按钮处理 */
    border-radius: 8px 0 0 8px;
    outline: none;
    font-size: 18px;
    border-right: none;
    background: rgba(244,249,248,1);
    height: 100%;
}

.search-button {
    background: #009750;
    cursor: pointer;
    border-radius: 0 8px 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #3c3c3c;
    border-left: none;
    height: 100%;
    color: #fff;
    font-size: 18px;
    width: 80px;
}

.arrow {
    display: block;
    width: 16px;
    height: 16px;
    border-top: 1px solid #3C3C3C;
    border-right: 1px solid #3C3C3C;
    transform: rotate(45deg);

}

/*=========*/

.map-picture{
    width: 100%;
    height: 150px;
	position: relative;
}
.map-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.custom-service{
    min-height: 1200px;
    position: relative;
    overflow: hidden;
}
/* 背景图容器 */
.background-layer {
    position: absolute;
    width: 100%;
    height: 600px;
    background: url('../images/form-bg.png') no-repeat center center;
    background-size: cover;
    z-index: 4;
}
/* 渐变遮罩层 */
.overlay-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(327deg,  #003E33 13.85%, rgba(0, 105, 74, 1) 86.15%);
    z-index: 2;
}
/* 纯色遮罩层 */
.overlay-mask1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,62,51, 0.5);
    z-index: 3;
}
.centered-box h1{
    line-height: 1;
    margin: 0;
    font-weight: 700;
    font-size: 33px;
    color: #fff;
    margin-bottom: 25px;
}
.centered-box{
    padding: 100px 0;
    z-index: 5;
    position: relative;
}
.centered-box p{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

/* 表单容器 */
.custom-form {
    margin-top: 65px;
}

.form-row {
    margin-top: 20px;
    display: flex;
    gap: 60px;
}

.centered-box .form-group {
    flex: 1;
    position: relative;
    margin-bottom: 50px;
}

.centered-box .form-group.flex3{
	flex: 3;
}

.centered-box .form-group label {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
}

.centered-box .form-group input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    background: #fff;
    color: #000;
    font-size: 16px;
    transition: all 0.3s ease;
}

.centered-box .form-group input:focus {
    outline: none;
    border-color: #00C48F;
}

.address-hint-container {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.hint-text {
    color: #666;
    font-size: 17px;
    font-weight: 400;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 10px;
    margin-right: 20px;
}

/* 简约箭头 */
.hint-text::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #3C3C3C;
    border-bottom: 1px solid #3C3C3C;
    transform: rotate(-45deg);
    margin-right: 2px;
}
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: vertical;
    min-height: 100px;
}

.centered-box .form-group label.float-right {
	float:right;
	line-height:45px;
	margin-right:20px;
}
.centered-box .form-group label.float-right a{
	color:#fff;
}
.centered-box .form-group input[type="checkbox"]{
	width:20px;
}
/* 提交按钮 */
.submit-btn {
    width: 120px !important;
    height: 45px !important;
    background: rgba(0, 196, 143, 0.1) !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    float: right !important;
}

.custom-select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    background: #fff;
    color: #000;
    font-size: 16px;
    appearance: none;
    transition: all 0.3s ease;
}

.custom-select:focus {
    outline: none;
    border-color: #00C48F;
}


/* 添加下拉箭头 */
.select-wrapper {
    position: relative;
    width: 100%;
}
.select-arrow {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-75%) rotate(135deg);
    width: 16px;
    height: 16px;
    border-top: 2px solid #3C3C3C;
    border-right: 2px solid #3C3C3C;
    pointer-events: none;
    z-index: 1;
}
.location-selector .form-row{
    gap:0;
}
.location-selector .form-row .form-group{
    margin-bottom: 0;
}

/*地图结果*/
.search-result{
    position: relative;
    background: rgba(3,9,5,1);
	top: 53px;
}

/* 内容容器样式 */
.content-container {
    position: absolute;
    top:22px; /* 调整位置使连接线连接到容器底部中间 */
    left:-250px;
    width:355px;
    background: rgba(255,255,255,0.8);
    padding: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 999;
    text-align: left;

}
.info-title{
    display: flex;
    align-self: start;
    margin-bottom: 20px;
}
.content-container .info-logo{
    flex: 0 0 162px;
    height: 22px;
    margin-right: 2px;
}
.content-container .info-title h3{
    display:none;
}
.info-text h4{font-size:16px;margin:0 0 5px 0;}
.info-text p{
    font-weight: 400;
    font-size: 13px;
}

/*圆圈*/
.diagonal-line::after {
    content: "";
    position: absolute;
    width: 13.2px;
    height: 13.2px;
    background: rgba(143,196,46,0.5);
    border-radius: 50%;
    transform: rotate(45deg);
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
}
.diagonal-line::before {
    content: "";
    position: absolute;
    width: 5.2px;
    height: 5.2px;
    background: rgba(0,152,80,1);
    border-radius: 50%;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    z-index: 1;
}

/* 新的搜索结果框 */
.map-search-res {
	position: absolute;
}

.map-search-res-header {
	height: 58px;
	display: flex;
	align-items: center;
	padding: 0 18px;
	background-color: #fff;
}

.map-search-res-header-logo {
	width: 162px;
	height: 22px;
}

.map-search-res-content {
	background-color: #e9efeb;
	color: #414557;
	font-weight: 400;
	font-size: 19px;
	line-height: 30px;
	padding: 18px;
}

.map-search-res-content-title {
	font-weight: 700;
	font-size: 22px;
	line-height: 38px;
}

/* 提示弹框 */
.error-layer{display:none;position: fixed;width:100%;height:100%;left:0;right:0;top:0;bottom:0;z-index:9999;}
.error-layer .opacity{position: absolute;width:100%;height:100%;top:0;left:0;background: #000;filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity:0.7; opacity:0.7;}
.error-layer .layer-inner{position:absolute; top: 50%; left: 50%; margin: -160px 0 0 -300px; width:600px; height:320px;}
.error-layer .layer-inner .layer-close{position: absolute;top:-45px;right:0;cursor:pointer;z-index:10;width:40px;height:40px;background:url(../images/layer-close.png) center center no-repeat; background-size: 24px; cursor: pointer;}
.error-layer .layer-container{width:100%;height:100%; padding: 90px 40px 0 40px; text-align: center;background: #fff; border-radius: 5px;}
.error-layer .layer-container .icon img{ display: block; width: 70px; margin: 0 auto;}
.error-layer .layer-container .cont{font-size: 18px; margin-top: 30px;}

/* 协议弹窗 */
.agreement-pop-box{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999999;
}
.agreement-pop-container{
	width: 80%;
	max-width: 1280px;
	height: 80%;
	overflow-y: scroll;
	background: #fff;
	border-radius: 8px;
	box-sizing: border-box;
	position: relative;
}
.agreement-pop-container::-webkit-scrollbar {
	width: 0;
	height: 0;
}
.agreement-pop-container iframe{
	width: 100%;
	height: 100%;
	border: 0;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	display: block;
	overflow-y: scroll;
	padding: 40px 40px 0 40px;
}

.agreement-pop-container .agreement-pop-close-btn{
	position: absolute;
	right: 0;
	top: 0;
	padding: 8px;
	cursor: pointer;
}
@media screen and (max-width:1024px){
.map-search-content{
flex-direction:column-reverse;
}
.search-form{
max-width:100%;
width:100%;
}
.tip-text{
width:100%;
margin-top:15px;
font-size:16px;
}
.map-search h1{
font-size:18px ;
margin-bottom:30px;
}
.centered-box{
padding:50px 30px;
}
.centered-box h1{
font-size:18px;
}
.form-row{
flex-wrap:wrap;
gap:0px !important;
}
.form-group{
width:100%;
flex:none !important;
margin-bottom:15px !important;
}
.centered-box .form-group label{
margin-bottom:10px !important;
}
#distpicker2{
margin-bottom:0px !important;
flex-wrap:wrap;
}
#distpicker2 select{
flex:none !important;
height:44px !important;
width:100% !important;
margin-bottom:15px !important;
}
.form-group.flex3{
margin-bottom:0 !important;
}
.centered-box .form-group label.float-right{
line-height:normal !important;
margin-top:15px !important;
margin-right:0 !important;
}
.agreement-pop-container{
width:90% !important;
}
.centered-box .form-group label.float-right a{
line-height:1.7;
}

.custom-form{
margin-top:30px !important;
}
.map-search{
padding-top:50px !important;
}
.main-content{
padding-top:0 !important;
}
.content-container{
width:100% !important;
top:280% !important;
left:50% !important;
transform:translateX(-50%);
background:#fff !important;
}
.search-result{
position:initial !important;
}
.error-layer .layer-inner{
width:90% !important;
height:auto !important;
margin:0 !important;
transform:translate(-50%,-50%);
}
.error-layer .layer-container{
padding:40px 20px !important;
}
.error-layer .layer-container .cont{
font-size:16px !important;
}
.error-layer .layer-container .icon img{
width:50px !important;
}
.el-message{
width:auto!important;
white-space: nowrap !important;
}
.centered-box p{
font-size:16px !important;
}
.map-picture['data-hide']{
display:none !important;
}
#search-input,.search-button{
font-size:16px !important;
}
.getCode{
font-size:14px !important;
}
}