
		.black_overlay {
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index: 1001;
			-moz-opacity: 0.6;
			opacity: .60;
			filter: alpha(opacity=60);
		}

		.v_success_content {
			display: none;
			position: absolute;
			background-color: white;
			z-index: 1002;
			overflow: auto;
			width: 360px;
			height: 436px;
			background: #ffffff;
			border-radius: 8px;
		}

		.white_content_small {
			display: none;
			position: absolute;
			top: 20%;
			left: 30%;
		 width: 40%;
			height: 50%;
			border: 16px solid lightblue;
			background-color: white;
			z-index: 1002;
			overflow: auto;
		}

		.v_successv_p1 img {
			width: 360px;
			height: 164px;
		}

		.v_successv_p2 {
			text-align: center;
			margin-top: 30px;
		}

		.v_successv_p2 img {
			width: 34px;
			height: 34px;
		}

		.v_successv_p3 {

			height: 22px;
			font-size: 16px;
			font-family: PingFang, PingFang-Semibold;
			font-weight: 600;
			text-align: center;
			color: #343434;
			line-height: 22px;
			margin-top: 12px;
		}

		.v_successv_p4 {

			height: 18px;
			font-size: 13px;
			font-family: PingFangSC, PingFangSC-Regular;
			font-weight: 400;
			text-align: center;
			color: #999999;
			line-height: 18px;
			margin-bottom: 4px;
			margin-top: 12px;
		}

		.v_successv_p5 {

			height: 18px;
			font-size: 13px;
			font-family: PingFangSC, PingFangSC-Regular;
			font-weight: 400;
			text-align: center;
			color: #999999;
			line-height: 18px;

		}

		.v_successv_btn {
			width: 194px;
			height: 42px;
			background: #ff8f26;
			border-radius: 4px;
			font-size: 14px;
			font-family: PingFangSC, PingFangSC-Semibold;
			font-weight: 600;
			text-align: center;
			color: #ffffff;
			line-height: 42px;
			margin: 0 auto;
			margin-top: 30px;
			cursor: pointer;
		}
	