/****************************************************/
.cookie_z {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	border-top: 1px solid #eee;
	background: #f5f5f5;
	-webkit-box-shadow: 0 -4px 6px rgba(0,0,0,.15);
	-moz-box-shadow: 0 -4px 6px rgba(0,0,0,.15);
	box-shadow: 0 -4px 6px rgba(0,0,0,.15);
}
.cookie_n {
	padding: 15px 20px 15px 40px;
	display: flex;
	width:80%; margin:0 auto;
	justify-content: space-between;
	background: url(/templates/en/images/jingshi.png) no-repeat 15px 18px;
}
.cookie_n_L {
	max-width: 100%;
	max-height: 100%;
	align-self: center;
	width: calc(80% - 200px);
}
.cookie_n_L p {
	text-align: justify;
}
.cookie_n_R {
	max-width: 100%;
	max-height: 100%;
	display: flex;
}
.xieyi {
	color: #000066;
}
.cookieTure, .cookieFalse {
	background: #ebebeb;
	font-size: 15px;
	border: 0;
	outline: none;
	width: 140px;
	padding: 12px;
	margin-left: 15px;
	transition: all ease .3s;
	cursor: pointer;
}
.cookieTure:hover, .cookieFalse:hover {
	background: #34abfd;
	color: #fff
}
.xieyi {
	margin-top: 6px;
	margin-bottom:6px;
}
