*{
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
	padding: 0;
	background: #f1f1f1;
	
}
/* 滚动条整体样式 */
::-webkit-scrollbar {
    width: 5px;  /* 纵向滚动条宽度 */
    height: 5px; /* 横向滚动条高度 */
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
}

/* 滚动条滑块悬停效果 */
::-webkit-scrollbar-thumb:hover {
    background: #f1f1f1;
}

/* 滚动条角落 */
::-webkit-scrollbar-corner {
    background: #f1f1f1;
}
ul{
	list-style: none;
}
i{
	font-style: normal;
}
input,textarea:focus {
  outline: none; /* 关键：移除默认焦点轮廓 */
  border: none; /* 可选：如果有自定义边框，也可以去掉 */
}
a,
a:link,
a:visited,
a:hover,
a {
	color: #333;
    text-decoration: none;
    outline: none;
    box-shadow: none;  /* 移除点击时的阴影 */
}

.head{
	width: 100%;
	height: 60px;
	padding: 20px;
	padding-top:10px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.head .logo{
	float: left;
}
.head .logo img{
	width: 150px;
}
.login-urse{
	float: right;
	line-height: 40px;
}
.login-urse h5 span{
	margin-left: 10px;
}
.box{
	position: absolute;
	width: 100%;
	height: calc(100% - 70px);
	left: 0;
	top: 70px;
	min-width: 1200px;
}

.box .muen{
	width: 150px;
	height: auto;
	background: #fff;
	height: 100%;
}
.box .muen ul a{
	padding: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	display: block;
}
.conter{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 160px);
	height: 100%;
	background: #fff;
}

.conter1{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 160px);
	height:100%;
	max-height: calc(100% - 10px);
	background: #fff;
	min-width: 950px;
}
.urse_info{
	height: 195px;
	background: #fff;
}

.table-home{
	width: 100%;
	border-top: 10px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	overflow: hidden;
}
.table-home a{
	float: left;
	padding: 20px;
	font-size: 16px;
}

.active{
	color: #74ac48 !important;
}
.table-box-list{
	background: #fff;
}
.tab_page{
	width: 100%;
	text-align: center;
}
.tab_page span{
	background: #ccc;
	color: #000;
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 50px;
	margin-right: 5px;
	line-height: 30px;
}
.tab_page span a{
	display: block;
}
.tab_page .active{
	background: #74ac48;
}
.tab_page .active a{
	color: #fff;
}
.conter1 .adt{
	padding: 20px;
	font-size: 18px;
	padding-bottom: 20px;
	height: 65px;
	border-bottom: 1px solid #e2e2e2;
}
.conter1 .adt div{
	float: left;
	
	
}
.conter1 .adt div:nth-child(2){
	float: right;
	width: 100px;
	line-height: 30px;
	background: #74ac48;
	color: #fff;
	text-align: center;
	border-radius: 20px;
}
.conter1 .adt div:nth-child(2) a{
	color: #fff;
	display: block;
}
.tab_page{
	display: none;
}
.olde{
	position: absolute;
	right: 0;
	top: 50px;
}
.olde a{
	padding: 10px 20px;
	margin-left: 10px;
	border-radius: 10px;
}
.olde a:nth-child(1){
	background: #20bdff;
	color: #fff;
}
.olde a:nth-child(2){
	background: #74ac48;
	color: #fff;
}
.olde a:nth-child(3){
	background: #fbd22d;
	color: #fff;
}
.add_note{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.add_note_info{
	width: 800px;
	height: 725px;
	background: #fff;
	position: relative;
	left: calc(50% - 400px);
	top: 20px;
	border-radius: 10px;
	padding-bottom: 10px;
	overflow: auto;
}

.add_banyou{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.add_banyou_info{
	width: 800px;
	height: 705px;
	background: #fff;
	position: relative;
	left: calc(50% - 400px);
	top: 20px;
	border-radius: 10px;
	padding: 20px;
	padding-top: 0;
}


.add_dazi{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.add_spot{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.add_huodong{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.add_dazi_info{
	width: 800px;
	height: 705px;
	background: #fff;
	position: relative;
	left: calc(50% - 400px);
	top: 20px;
	border-radius: 10px;
	padding: 20px;
	padding-top: 0;
}

.baomingbox{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.baominglist{
	width: 800px;
	height: 705px;
	background: #fff;
	position: relative;
	left: calc(50% - 400px);
	top: 20px;
	border-radius: 10px;
	padding: 20px;
	padding-top: 0;
}
.baominglist h4{
	display: block;
	text-align: center;
	line-height: 50px;
	border-bottom: 1px solid #e2e2e2;
}
.baominglist h4 a{
	position: absolute;
	right: 10px;
	top: -10px;
	font-size: 30px;
}
.baominglist ul{
	height: 530px;
	overflow: auto;
}
.baominglist ul li{
	line-height: 50px;
	border-bottom: 1px solid #e2e2e2;
}
.baominglist ul li span{
	float: right;
}
.baominglistt ul li span{
	float: none;
	margin-right: 50px;
	padding: 5px 10px;
	
}
.baominglistt ul li span:nth-child(1){
	border-radius: 10px;
	background: #20bdff;
}
.tab_page_list{
	text-align: center;
}
.tab_page_list a{
	padding: 5px 10px;
	background: #f1f1f1;
	margin-right: 5px;
	border-radius: 5px;
}
.tab_page_list a.active{
	background: #74ac48;
	color: #fff !important;
}
.baominglists ul li span{ float: none;display: inline-block; margin-right: 20px;}
.weiqiandao{
	background: #999;
	line-height: 20px;
	padding: 5px 10px;
	color: #fff;
	border-radius: 10px;
}
.yiqiandao{
	background: #74ac48;
	line-height: 20px;
	padding: 5px 10px;
	color: #fff;
	border-radius: 10px;
}
.sdqiandao{
	float: right !important;
	background: #74ac48;
	line-height: 20px;
	padding: 5px 10px;
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
	margin-top: 10px;
}
.baominglist ul li span a{
	background: #20bdff;
	color: #fff;
	padding: 5px 10px;
	margin-right: 5px;
	border-radius: 10px;
}
.baominglist ul li span a:nth-child(1){
	background: #74ac48;
}
.searchStr{
	    text-align: center;
	    border-bottom: 1px solid #e2e2e2;
	    padding-bottom: 20px;
}
.searchStr input{
	padding: 10px;
	border-bottom: 1px solid #e2e2e2;
}
.searchStr button{
	padding: 5px 15px;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.add_local{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.add_local_info{
	width: 800px;
	height: 705px;
	background: #fff;
	position: relative;
	left: calc(50% - 400px);
	top: 20px;
	border-radius: 10px;
	padding: 20px;
	padding-top: 0;
}

.add_local_info textarea{
	padding: 20px;
	border: 0;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
}
.add_note_info textarea{
	padding: 20px;
	border: 0;
	width: 100%;
	padding-bottom: 40px;
	border-bottom: 1px solid #e2e2e2;
}
.add_note_info h5{
	text-align: center;
	line-height: 60px;
	font-size:20px ;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
}
.add_note_info h5 a{
	position: absolute;
	right:30px;
	font-size: 30px;
}

.add_banyou_info textarea{
	padding: 20px;
	border: 0;
	width: 100%;
	padding-bottom: 40px;
	border-bottom: 1px solid #e2e2e2;
}
.add_banyou_info h5{
	text-align: center;
	line-height: 60px;
	font-size:20px ;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
}
.add_banyou_info h5 a{
	position: absolute;
	right:30px;
	font-size: 30px;
}

.add_dazi_info textarea{
	padding: 20px;
	border: 0;
	width: 100%;
	padding-bottom: 40px;
	border-bottom: 1px solid #e2e2e2;
}
.add_dazi_info h5{
	text-align: center;
	line-height: 60px;
	font-size:20px ;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
}
.add_dazi_info h5 a{
	position: absolute;
	right:30px;
	font-size: 30px;
}


.add_local_info h5{
	text-align: center;
	line-height: 60px;
	font-size:20px ;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
}
.add_local_info h5 a{
	position: absolute;
	right:30px;
	font-size: 30px;
}
.note-add-img{
	width: 100%;
	overflow: hidden;
}
.note-add-img input{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	margin: 20px;
}
.note-add-img span{
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	line-height: 100px;
	background: #f1f1f1;
	font-size: 50px;
	color: #999;
	margin: 20px;
}
.note-add-img_list{
	float: left;
}
.add-img_info{
	float: left;
	position: relative;
}

.note-add-img_list img{
	width: 100px;
	height: 100px;
	margin: 20px;
}

.huati span{
	width: 100px;
	display: inline-block;
	text-align: right;
	margin-right: 20px;
	color: #74ac48;
}
.huati input{
	padding: 10px;
}
.guanlianspot span{
	width: 100px;
	display: inline-block;
	text-align: right;
	margin-right: 20px;
	color: #74ac48;
}
.guanlianspot{
	margin-top: 20px;
}
.guanlianspot input{
	padding: 10px;
}
.button-add-note{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.button-add-note button{
	width: 50%;
	height:40px;
	background: #74ac48;
	color: #fff;
	border: 0;
	border-radius: 10px;
}
.button-add-local{
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.button-add-local button{
	width: 50%;
	height:40px;
	background: #74ac48;
	color: #fff;
	border: 0;
	border-radius: 10px;
}
.img-container{
	float: left;
	position: relative;
}
.img-container a{
	position: absolute;
	right: 15px;
	top: 15px;
	border-radius: 50px;
	color: red;
	background: #fff;
	border: 0;
	font-size: 26px;
	width: 30px;
	height: 30px;
	padding: 0;
	text-align: center;
	line-height: 30px;
}
.huati{
	overflow: hidden;
		border-bottom: 1px solid #e2e2e2;
}
.huati_list{
	margin-left: 120px;
	margin-top: 10px;
}
.huati_list1{
	margin-left: 120px;
	margin-top: 10px;
	max-height: 100px;
	overflow: auto;
}
.huati_list_box .i_box{
	margin-right: 5px;
	background: #74ac48;
	padding: 5px;
	border-radius: 10px;
	color: #fff;
}
.huati_list_box .i_box spam{
	font-size: 16px;
	margin-left: 5px;
	color: #fff;
}
.i_box b{
	font-weight: normal;
}
.huati_sf input{
	width: 650px;
	border: 0;
}
.guanlianspot {
	border-bottom: 1px solid #e2e2e2;
}
.guanlianspot input{
	width: 650px;
	border: 0;
}
.add_local_infotext h4{
	font-size: 16px;
	color: #74ac48;
}
.add_local_name{
	font-size: 14px;
	margin-bottom: 10px;
}
.add_local_name span{
	font-size: 16px;
	margin-right: 10px;
	color: #74ac48;
}
.add_local_infotext_ul{
	margin-top: 20px;
}
.add_local_infotext_ul a{
	padding: 10px 20px;
	background: #f1f1f1;
	border-radius: 100px;
	margin-right: 10px;
}
.add_local_infotext_ul .active{
	background: #74ac48;
	color: #fff !important;
}


.add_banyou_infotext_ul{
	margin-top: 20px;
}
.add_banyou_infotext_ul a{
	padding: 10px 20px;
	background: #f1f1f1;
	border-radius: 100px;
	margin-right: 10px;
}
.add_banyou_infotext_ul .active{
	background: #74ac48;
	color: #fff !important;
}


.add_dazi_infotext_ul{
	margin-top: 20px;
}
.add_dazi_infotext_ul a{
text-align: center;
	background: #f1f1f1;
	border-radius: 100px;
	margin-right: 10px;
	line-height: 30px;
	display: inline-block;
	width: 10%;
	margin-bottom: 10px;
}
.feiyong a{
	width: 30%;
}
.add_dazi_infotext_ul .active{
	background: #74ac48;
	color: #fff !important;
}



.add_local_infotext{
	overflow: hidden;
	margin-bottom: 20px;
}
.shesi{
	margin-top: 20px;
	overflow: hidden;
}
.shesi ul li{
	float: left;
	margin-right: 28px;
}
.shesi ul li:last-child{
	margin: 0;
}
.shesi ul li img{
	width: 50px;
}
.shesi ul li span{
	display: block;
	text-align: center;
	line-height: 30px;
}
.add_local_infotext .picpt{
	overflow: hidden;
}
.add_local_infotext .picpt a{
margin-right: 50px;
	padding: 10px 30px;
	background: #f1f1f1;
	line-height: 40px;
	border-radius: 10px;
}
.add_local_infotext .picpt .active{
	color: #fff !important;
	background: #74ac48;
}
.a_amp{
	width: 100%;
}
.a_amp dd{
	width: 50%;
	float: left;
}
.a_amp dd span{
	margin-right: 10px;
}

.shop_info-list_tit{
	padding: 15px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 16px;
	font-weight: bolder;
}
.shop_info-list_tit button{
	float: right;
	line-height: 30px;
	height: 30px;
}


.show-div {
		        position: fixed;
		        top: 50%;
		        left: 50%;
		        transform: translate(-50%, -50%);
		        width: 300px;
		        padding: 20px;
		        background: white;
		        border-radius: 8px;
		        box-shadow: 0 4px 16px rgba(0,0,0,0.15);
		        z-index: 1000;
		        font-family: Arial, sans-serif;
		        text-align: center;
		    }
		    
		    .show-div h5 {
		        margin-top: 0;
		        margin-bottom: 15px;
		        font-size: 18px;
		        color: #333;
		    }
		    
		    .show-div p {
		        margin-bottom: 25px;
		        color: #666;
		        line-height: 1.5;
		    }
		    
		    .show-div dd {
		        margin: 0;
		        display: flex;
		        justify-content: center;
		        gap: 15px;
		    }
		    
		    .show-div dd a {
		        display: inline-block;
		        padding: 8px 20px;
		        border-radius: 4px;
		        text-decoration: none;
		        font-size: 14px;
		        transition: background-color 0.2s;
		    }
		    
		    .show-div dd a:first-child {
		        background: #f5f5f5;
		        color: #333;
		    }
		    
		    .show-div dd a:last-child {
		        background: #e74c3c;
		        color: white;
		    }
		    
		    .show-div dd a:hover {
		        opacity: 0.9;
		    }
		    
		    .overlay {
		        position: fixed;
		        top: 0;
		        left: 0;
		        width: 100%;
		        height: 100%;
		        background: rgba(0,0,0,0.5);
		        z-index: 999;
		    }
			
			/* 加载提示样式 */
			.loading-indicator {
				text-align: center;
				padding: 15px;
				color: #666;
				font-size: 14px;
			}
			.loading-indicator:before {
				content: "";
				display: inline-block;
				width: 20px;
				height: 20px;
				border: 3px solid rgba(102, 102, 102, 0.3);
				border-radius: 50%;
				border-top-color: #666;
				animation: spin 1s ease-in-out infinite;
				margin-right: 8px;
				vertical-align: middle;
			}
			@keyframes spin {
				to { transform: rotate(360deg); }
			}