

/* banner */
.banner{
	width: 100%;
	height: 5rem;
}



/* 二级栏目、当前位置 */
.about_class {
    box-sizing: border-box;
    border-bottom: 0.01rem solid #CCCCCC;
}
.about_class .main{
	display: flex;
	justify-content: space-between;
}
.about_class .about_list{
	display: flex;
}
.about_class .about_list a{
	width: auto;
	height: auto;
	font-family: PingFang;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	padding: 0.26rem;
	box-sizing: border-box;
}
.about_class .about_list a.act{
	color: #fff;
	background: #017143;
}
.about_class .position{
	border: none;
}
.about_class .position .main{
	width: fit-content;
}




/* 点石医派介绍 */
.jieshao{
	width: 100%;
	height: auto;
	background: url(../img/about_bg3.png) center no-repeat;
	background-size: cover;
	padding: 1.03rem 0;
	box-sizing: border-box;
}
.jieshao .jieshao_fl{
	width: 6.6rem;
	height: auto;
	margin-left: 0.9rem;
}
.jieshao .jieshao_body{
	width: 100%;
	height: auto;
	margin-top: 0.3rem;
	background: url(../img/about_bg4.png) center no-repeat;
	background-size: 100% 100%;
	padding: 0.62rem 0.5rem;
	box-sizing: border-box;
	font-family: Kaiti SC;
	font-weight: 400;
	font-size: 0.22rem;
	color: #333333;
	line-height: 2.18;
}
.jieshao .jieshao_body p{
	font-family: Kaiti SC;
	font-weight: 400;
	font-size: 0.22rem;
	color: #333333;
	line-height: 2.18;
}



/* 创始人简介 */
.about{
	width: 100%;
	height: auto;
	padding: 0.6rem 0 0.96rem;
	box-sizing: border-box;
	background: #E7DED1 url(../img/about_bg.png) center no-repeat;
	background-size: cover;
}
.about .about_body{
	margin-top: 0.97rem;
	display: flex;
	justify-content: space-between;
	column-gap: 0.63rem;
}
.about .about_body .about_img{
	width: 3.87rem;
	height: auto;
	background: none;
}
.about .about_body .about_txt{
	width: calc(100% - 4.5rem);
	height: 5.14rem;
	background: #EFECE5 url(../img/about_bg6.png) center;
	display: flex;
	justify-content: space-between;
}
.about .about_body .about_txt .about_title{
	width: 1.05rem;
	height: auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about .about_body .about_txt .about_title::before{
	content: "";
	position: absolute;
	width: 1.53rem;
	height: calc(100% + 0.67rem);
	left: -0.48rem;
	bottom: 0;
	background: url(../img/about_bg2.png) center no-repeat;
	background-size: cover;
}
.about .about_body .about_txt .about_title .about_name{
	font-family: Kaiti SC;
	font-weight: 900;
	font-size: 0.4rem;
	color: #B27D2D;
	writing-mode: tb;
	letter-spacing: 0.42rem;
}
.about .about_body .about_txt .about_title .about_en{
	position: absolute;
    top: 50%;
    right: -0.12rem;
    transform: translateY(-50%);
    font-family: SourceHanSerifCN-Regular;
    font-weight: normal;
    font-size: 0.2rem;
    color: #BE9455;
    writing-mode: tb;
    letter-spacing: 0.02rem;
    white-space: nowrap;
}
.about .about_body .about_txt .about_cont{
	width: calc(100% - 1.05rem);
	height: 100%;
	padding: 0.74rem 0.33rem 0.33rem 0.55rem;
	font-family: Kaiti SC;
	font-weight: normal;
	font-size: 0.22rem;
	color: #333333;
	line-height: 2.18;
	overflow-y: auto;
}
.about .about_body .about_txt .about_cont p,
.about .about_body .about_txt .about_cont *{
    font-family: Kaiti SC;
	font-weight: normal;
	font-size: 0.22rem;
	color: #333333;
	line-height: 2.18;
}




/* 门派弟子简介 */
#about3{
	background: none;
    padding: 1rem 0 0.2rem 0;
    box-sizing: border-box;
}
#about3 .jieshao_body{
	min-height: 2.8rem;
	background: url(../img/about_bg5.png) center no-repeat;
	background-size: 100% 100%;
}





/* 实践教学基地 */
.jidi{
	width: 100%;
	height: auto;
	background: #EFECE5 url(../img/jidi_bg.png) center no-repeat;
	background-size: cover;
	padding: 0.6rem 0 1rem;
	box-sizing: border-box;
}
.jidi_body{
	margin-top: 0.5rem;
	display: flex;
	justify-content: space-between;
	column-gap: 0.48rem;
}

.jidi_fl{
    width: calc(100% - 5.28rem);
    height: 6.18rem;
    /* overflow: hidden; */
}
.jidi_fl .map-container{
    width: 125%;
    height: 125%;
    position: relative;
}
#map {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: -1.8rem;
    top: -0.8rem;
}
#custom-labels {
    position: absolute;
    top: -1.3rem;
    pointer-events: none;
    z-index: 10;
    width: 10.2rem !important;
    height: 8.6rem !important;
    left: -1.4rem;
}

.province-label {
    position: absolute;
    line-height: 1;
    font-weight: 400;
    font-size: 0.14rem;
    color: #ffffff;
	text-shadow: rgb(0 0 0 / 52%) 1px 1px 0px;
}
#province-overlay {
    position: absolute;
    z-index: 5;
    top: -1.3rem;
    pointer-events: none;
    z-index: 10;
    width: 10.2rem !important;
    height: 8.6rem !important;
    left: -1.4rem;
}
.province-click-area {
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    z-index: 6;
}

.province-click-area:hover {
    transform: translate(-50%, -50%) scale(1.1);
    z-index: 7;
}
.click-hotspot {
    width: 0.2rem;
    height: 0.2rem;
    background: #B77E1F;
    border: 0.04rem solid #ffffffd1;
    border-radius: 50%;
    /* box-shadow: 0 0 10px rgba(212, 165, 95, 0.5); */
}

.click-hotspot.hover,
.click-hotspot.active {
    background: #098653;
    border: 0.04rem solid #ffffffd1;
    box-shadow: 0 0 15px rgba(212, 165, 95, 0.8);
}






.jidi_body .jidi_fr{
	width: 4.8rem;
	height: 6.18rem;
	background: url(../img/jidi_border.png) center no-repeat;
	background-size: 100% 100%;
	padding: 0.4rem 0.3rem 0.3rem;
	box-sizing: border-box;
	overflow: hidden;
}
.jidi_content {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.jidi_content.active {
    display: block;
    opacity: 1;
}
.jidi_body .jidi_fr .jidi_list{
	display: flex;
	align-items: center;
	column-gap: 0.18rem;
	margin-bottom: 0.3rem;
}
.jidi_body .jidi_fr .jidi_list .jidi_img{
	width: 0.96rem;
	height: 0.96rem;
	border-radius: 50%;
	overflow: hidden;
}
.jidi_body .jidi_fr .jidi_list .jidi_txt{
	width: calc(100% - 1.14rem);
	height: auto;
}
.jidi_body .jidi_fr .jidi_list .jidi_name{
	font-weight: 600;
	font-size: 0.22rem;
	color: #000000;
	margin-bottom: 0.1rem;
}
.jidi_body .jidi_fr .jidi_list .jidi_cont{
	font-family: Arial-Regular;
	font-weight: 400;
	font-size: 0.18rem;
	color: #4E4A43;
	line-height: 1.5;
}














@media screen and (max-width: 1043px){
	/* banner */
	.banner{
		height: auto;
	}

	.about_class .about_list a{
		font-size: 0.28rem;
        white-space: nowrap;
        padding: 0 0.4rem;
        display: flex;
        align-items: center;
	}




	.jieshao .jieshao_body{
		min-height: auto !important;
		padding: 0.3rem 0.4rem;
	}
	.jieshao .jieshao_fl{
		width: 100%;
		margin-left: 0;
	}
	.jieshao .jieshao_body p{
		font-size: 0.28rem;
		line-height: 1.8;
	}


	/* 创始人简介 */
	.about .about_body{
		flex-wrap: wrap;
		margin-top: 0.6rem;
	}
	.about .about_body .about_img{
		width: 35%;
		height: fit-content;
		margin: 0 auto;
	}
	.about .about_body .about_txt{
		width: 100%;
		margin-top: 0.2rem;
	}
	.about .about_body .about_txt .about_cont{
		font-size: 0.18rem;
	}



	/* 实践教学基地 */
	.jidi_body{
		flex-wrap: wrap;
	}
	.jidi_fl{
		width: 100%;
		/* height: auto; */
	}
	.jidi_body .jidi_fr{
		width: 100%;
		height: auto;
	}
	.jidi_fl .map-container{
		width: 100%;
        height: 100%;
		left: 50%;
        transform: translateX(-50%);
	}
	#map{
		top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
	}
	#custom-labels,
	#province-overlay{
		width: 100% !important;
		height: 86% !important;
		top: 47%;
        left: 48%;
		transform: translate(-50%,-50%);
	}


	.province-label{
		font-size: 14px;
	}
	.click-hotspot{
		width: 20px;
		height: 20px;
		border: 2px solid #ffffffd1;
	}
	.click-hotspot.hover, .click-hotspot.active{
	    border: 2px solid #ffffffd1;
	}

}


@media screen and (max-width: 769px){

	.about_class{
		position: relative;
        margin-bottom: 0.8rem;
	}
	.about_class .about_list{
		top: 100%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	.about_class .about_list a{
		font-size: 0.24rem;
        white-space: nowrap;
        padding: 0.2rem 0.16rem;
	}




	/* 创始人简介 */
	.about .about_body .about_img{
		width: 60%;
	}
	.about .about_body .about_txt .about_cont{
		font-size: 0.28rem;
		line-height:1.5;
	}


	



	.province-label{
		display: none;
	}
	.click-hotspot {
        width: 0.2rem;
        height: 0.2rem;
        border: 2px solid #ffffffd1;
    }
	.jidi_body .jidi_fr .jidi_list .jidi_img{
		width: 1.1rem;
		height: 1.1rem;
	}
	.jidi_body .jidi_fr .jidi_list .jidi_name{
		font-size: 0.28rem;
	}
	.jidi_body .jidi_fr .jidi_list .jidi_cont{
		font-size: 0.24rem;
	}
}




