@charset "utf-8";
/* CSS Document */

/*按钮样式*/

.gdprbox {
	width: 100%;
	min-height: 80px;
	line-height: 80px;
	margin: 0 auto;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	bottom: 0px;
	z-index: 55555;
	font-size: 15px;
	color: #fff;
}

.fontStyle {
	font-family: Microsoft JhengHei;
}

#ClickMe {
	color: #F00;
	margin: 0 auto;
}

#goodcover {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 133%;
	background-color: black;
	z-index: 1001000;
	-moz-opacity: 0.8;
	opacity: 0.50;
	filter: alpha(opacity=80);
}

#gdprcode {
	width: 800px;
	height: 600px;
	background-color: #fff;
	padding: 10px;
	position: absolute;
	display: none;
	left: 45%;
	z-index: 1002000;
	border-radius: 15px;
}

.gdprclose1 {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
}

.gdprclose2 {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
}

#gdprclosebt {
	float: right;
}

#gdprclosebt img {
	width: 20px;
}

.goodtxt {
	text-align: center;
	display: block;
	width: 100%;
	height: 320px;
	padding: 15px 15px;
	box-sizing: border-box;
}

.goodtxt h1 {
    height: 57px;
    line-height: 24px;
    font-size: 3em;
    color: #000;
    font-weight: 600;
}

.goodtxt p {
	height: 30px;
	line-height: 24px;
	font-size: 15px;
	color: #000;
	text-align: left;
}

.code-img {
	width: 250px;
	margin: 30px auto 0 auto;
	padding: 10px;
}

.code-img img {
	width: 240px;
}

.gdpr {
	display: block;
	width: 100%;
	height: 200px;
	padding-top: 50px;
}

.gdpr ul {
	list-style: none;
}

.gdpr ul li {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	width: 50%;
	text-align: left;
	line-height: 24px;
	font-size: 13px;
	color: #000;
	box-sizing: border-box;
}

.gdpr ul li a,
.fontStyle a {
	color: #F00;
}

.gdpr ul li a:hover,
.fontStyle a:hover {
	color: rgb(223, 74, 74);
}