#float_print_pop {
	position: fixed;
	top: 0; 
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	max-width: 750px;
    left: 50%;
    transform: translate(-50%, 0);
}

/* 外框尺寸 */
#float_print_pop .POP_CON {
	width: 360px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
}

/* 右上按鈕 */
#float_print_pop .F_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background-color: grey;
	opacity: 0.3;
	overflow: hidden;
	z-index: 2;
}

#float_print_pop .F_close:hover {
	background-color: grey;
	opacity: 1;
}

#float_print_pop .F_close a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
}

#float_print_pop .F_close a::before {
	transform: rotate(45deg);
}

#float_print_pop .F_close a::after {
	transform: rotate(-45deg);
}

#float_print_pop .F_close a::before,
#float_print_pop .F_close a::after {
	position: absolute;
	top: 0;
	left: 50%;
	width: 3px;
	height: 40px;
	background-color: #fff;
	content: "";
}

/* 上方TOP */
#float_print_pop .F_TOP {
	font-family: 微軟正黑體, "Microsoft JhengHei", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding: 10px 40px 10px 20px;
	border-bottom: 1px solid #cfcfcf;
}

/* 內容 */
#float_print_pop .F_BG {
	display: block;
	background-color: #fff;
	width: 360px;
	height: auto;
	overflow: hidden;
	position: relative;
	text-align: left;
}

/* 輸入email */
#float_print_pop .emailBox{
	width: 90%;
	margin: 18px auto;
	position: relative;
	display: block;
}

#float_print_pop .emailBox .title {
	font-family: 微軟正黑體, "Microsoft JhengHei", Helvetica, Arial, sans-serif;
	font-size: 20px;
	display: block;
	margin-bottom: 8px;
	color: #333;
}

/* 確認勾選 */
#float_print_pop .checkBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

#float_print_pop .allframe {
	width: 90%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 12px;
}

#float_print_pop .checkBox label {
	margin: 5px 0 5px 0;
}

/*label 預設內容*/
#float_print_pop .checkBox label.case {
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 20px;
	padding-left: 32px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1.65rem;
	font-family: 微軟正黑體, "Microsoft JhengHei", Helvetica, Arial, sans-serif;
	color: #333;
}

/*將預設的核取方塊隱藏*/
#float_print_pop .case input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/*添加自訂核取外框*/
#float_print_pop .case .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border-radius: 5px;
	background-color: #ddd;
}

/*被選取的底色更換*/
#float_print_pop .case :checked ~ .checkmark{
	background-color: #9300d7;
}

/*若沒被選到隱藏*/
#float_print_pop .case .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/*顯示自訂勾選符號*/
#float_print_pop .case input:checked~.checkmark:after{
	display: block;
}

#float_print_pop .case .checkmark:after {
	left: 9px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid #eee;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* 注意事項 */
#float_print_pop .noticeBox{
	width: 90%;
	display: block;
	margin: 0 auto;
}

#float_print_pop .noticeBox ul {
	width: 100%;
	list-style: disc;
	list-style-position: outside;
	padding: 0px 0px 0px 16px;
	box-sizing: border-box;
}

#float_print_pop .noticeBox li {
	line-height: 1.5;
	font-size: 16px;
	font-family: 微軟正黑體, "Microsoft JhengHei", Helvetica, Arial, sans-serif;
	margin-bottom: 4px;
	color: #333;
}

#float_print_pop .noticeBox li:last-child{
	margin-bottom: 0;
}

#float_print_pop .noticeBox li a{
	color:#1a8dd4;
	text-decoration: none;
}

/* 按鈕 */
#float_print_pop .BT {
	width: 50%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin:12px auto 18px auto;
}

#float_print_pop .BT ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#float_print_pop .BT li {
	width: 100%;
	height: 50px;
}

#float_print_pop .BT a {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-decoration: none;
	font-family: 微軟正黑體, "Microsoft JhengHei", Helvetica, Arial, sans-serif;
}

#float_print_pop .BT a.DONE {
	background-color: #712ebe !important;
	background: none;
}

#float_print_pop .BT a.DONE:hover {
	background-color: #9300d7 !important;
	background: none;
}

#float_print_pop .BT a.ERROR {
	background-color: #888888 !important;
	background: none;
}
