

.p_ymc_16_approve_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .3);
    backdrop-filter: blur(5px);
}

.p_ymc_16_approve_container .p_ymc_16_approve_block{
    width: 90%;
    height: 240px;  /*200px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #F6F029;
    border-radius: 35px;
    background: #CF4D93;
    color: #ffffff;
    position: relative;
}
  
.p_ymc_16_approve_container .p_ymc_16_approve_text{
    padding-bottom: 5px;
}

.p_ymc_16_approve_container .p_ymc_16_approve_input{
    border: 1.5px solid #11a8da;
    border-radius: 12px;
    height: 22px; /*15px;*/
    padding: 5px;
}

.p_ymc_16_approve_container .p_ymc_16_approve_block_img{
    background: url(' https://www.cef.tw/cefcamp/images/ymc/2025/W.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 50px;
    margin-bottom: 10px;
}

.p_ymc_16_approve_container .p_ymc_16_approve_x_sign{
    position: absolute;
    top: -5px;
    right: -5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid grey;
    background: url('/cefcamp/images/ymc/2025/close.png');
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
    background-color: #ffffff;
}

.p_ymc_16_approve_container .p_ymc_16_approve_send_btn{
    border: 1.5px solid #11a8da;
    border-radius: 12px;
    height: 30px;
    width: 55px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #11a8da;
    margin-top: 20px;
}

.p_ymc_16_approve_container .p_ymc_16_approve_final_pic{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('/cefcamp/images/ymc/2025/ymc16_bottom_pic.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}

/* ymc_16_identity animation */
.p_ymc_16_identity_animation_layer {
	position: fixed;
    width: 100%;
    height: 100%;
    /*height: calc(100% - 60px);*/
    left: 0;
    top: 0;  /*60px;*/
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9999999990;
    display: none;
}

img.p_ymc_16_identity_animation {
	position: fixed;
	width: 80%;
	height: auto;
	left: 50%;
	bottom: 60%;  /*50%;*/
	transform: translate(-50%, +50%);	
	z-index: 10000000000;
	/*display: none;*/
	/* transition: left 5s; */
	/* animation-name: sheep_running;
	animation-duration: 3s;
	animation-fill-mode: both;
	animation-iteration-count: 1; */
}

/* 個人頁面: 捨己跟隨 */
.p_ymc_16_approve_identity_pic {
	margin: 70px auto -50px auto;
    width: 100%;
    text-align: center;
}
.p_ymc_16_approve_identity_pic img {
	/* max-width: 40%; */
    width: 24%;
    height: auto;
}

/* --平板版型------------------------------------- */
@media screen and (min-width:768px) and (max-width: 991.99px) {
	.p_ymc_16_approve_identity_pic {
		margin: 60px auto -55px auto;
	}
	.p_ymc_16_approve_identity_pic img {
		/* max-width: 40%; */
	    width: 30%;
	}
}

/* --手機版型------------------------------------- */
@media screen and (max-width: 767px) {
	.p_ymc_16_approve_identity_pic {
		margin: 60px auto -60px auto;
	}
	.p_ymc_16_approve_identity_pic img {
		/* max-width: 40%; */
	    width: 50%;
	}
}
