	
/*===========================================================*/
/*------- 敶�蝒��批捆��憛� --------*/
/*===========================================================*/
.titStyle1{
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 1.25rem;
}

/*����opacity����摨阡��雿�*/
.prompt_lightBox.opacity{
	opacity: 0.3;
}

	.prompt_box_area{
		/* padding: 30px 30px; */
		/* min-height: 90vh; */
		position: relative;
		margin: 0 auto;
		width: 100%;
		/* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
		border-radius: 15px;
		background: #FFF; */
		padding: 0px;
		font-size: min(max(1.05vw, 14px), 18px);
		/* min-height: 90vh; */
		max-width: 1260px;

		display: flex;
		justify-content: center;
		align-items: center;
	}
	/*����opacity����摨阡��雿�*/
	.prompt_lightBox.opacity .prompt_box_area{
		/* opacity: 0.5; */
	}
			.prompt_box_content{
				height: 100%;
				max-height: 600px;
				overflow-y: scroll;
			}
	

			/* �折��璅�憿�憛�1 */
			.prompt_box_area .right_title{
				text-align: center;
			}
				.prompt_box_top strong{
				}
				 

				
			
				
			/*敶�蝒�����---------------*/
			.prompt_box_area .btn_area{
			}
			



	.test-popup {
	}

	/*敶�蝒��批捆close����*/
	.mfp-close-btn-in .mfp-close {
		/* color: #fff0  !important;
		background: #fff0;
		box-shadow: none;
		border: none;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(../images/lightboxCloseBtn.webp);
		right: calc(-55px / 2);
		top: calc(-55px / 2);
		width: 55px;
		height: 55px;
		background-size: 55px;
		opacity: 1; */
		position: unset;
		right: unset;
		top: unset;
		opacity: 1;
		font-family: var(--mandarin_font) !important;
	}
	.prompt_lightBox  .mfp-close{
		/* top: -4.2%;
		right: -2%; */
		top: 0.1%;
		right: 0%;
		position: absolute;		
		bottom: unset;
		cursor: pointer;
		z-index: 99;
		width: 45px;
		height: 45px;
		/* border: 1px solid var(--second_color); */
		color: var(--second_color);
		/* background-color: var(--second_color); */
		transition: 0.3s ease all;
		border-radius: 10px;
	}
	.prompt_lightBox  .mfp-close:hover{
		
		/* background-color: var(--second_color); */
		color: var(--primary_color);
		transition: 0.3s ease all;
	}







		
	/*敶�蝒��批捆close����_暺���*/
	.mfp-close-btn-in .mfp-close:active{
		/* top: calc(-55px / 2) !important; */
	}

	/*敶�蝒��批捆_bg*/
	/* ================================================ */
	/* �啣� 靽格�寧��蝞梯���� modify by peggy 20240717 start */
	.mfp-bg {
		/* background-color: rgba(255 255 255 / 80%) !important; */
		/* opacity: 1 !important; */
		/* background: #333;
		opacity: 1; */
		opacity: 0.7;
	}

	.prompt_box_container{
		position: relative;
		/* padding: 30px 15px; */
		padding: 40px;
		width: 55%;
		/* margin: 0 auto; */
		overflow-x: hidden;
		overflow-y: auto;
		overflow: visible;
		border-radius: 15px;
		background: var(--white_color);
		border: 3px solid var(--second_color);
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
		max-height: inherit;
	}
	
	.prompt_box_content::-webkit-scrollbar {/*皛曉��璇��湧�璅�撘�*/
		width: 5px;     /*擃�撖砍���亙���璈怨�皛曉��璇���撠箏站*/
		height: 10px;
	}
	.prompt_box_content::-webkit-scrollbar-thumb {/*皛曉��璇�鋆⊿�Ｗ��孵�*/
		border-radius: 5px;
		/* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
		background: var(--second_color);
		/*background: #fff0; */
		/* background-image: linear-gradient(to top, #afafaf 0%, #e5e5e5 100%);		 */
	}
	.prompt_box_content::-webkit-scrollbar-track {/*皛曉��璇�鋆⊿�Ｚ���*/
		/* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
		border-radius: 5px;
		background: #eeeeee;
		/* background: #EDEDED; */
	}	






@media (max-width: 1500px){

	.prompt_box_area {
		max-width: calc(100% - (55px * 2));
	}
}







@media (max-width: 990px){

	.prompt_box_area {
		max-width: 95%;
		border-radius: 5px;
	}
	.prompt_box_container {
		padding: 20px 15px;
		width: 100%;
	}
	
	.prompt_lightBox  .mfp-close{
		width: 30px;
		height: 30px;
		line-height: normal;
		font-size: 20px;

	}

	.prompt_box_content::-webkit-scrollbar {/*皛曉��璇��湧�璅�撘�*/
		width: 5px;     /*擃�撖砍���亙���璈怨�皛曉��璇���撠箏站*/
		height: 5px;
	}
	/*------- 敶�蝒��批捆��憛� --------*/
	/* .prompt_lightBox {
		border-radius: 10px;
	}
		.prompt_box_area{
			padding: 15px 0;	
		}
			.prompt_box_top ,
			.prompt_box_bottom {
				max-width: calc(100% - 30px);
			}
			.prompt_box_bottom{
				margin-top: 15px;
			}
			.prompt_box_area .text_area{
				margin: 0px 0 15px;
				padding: 5px;
			} */
}




