/*清除*/
* {
	color: #222222;
	font-family: "思源黑体 CN Bold Bold";
}

div{
	box-sizing: border-box;
}

html{
	background-color: #0E1115;
}

body {
	background-color: #0E1115;
	margin: 0;
}



h1,
h2,
h3,
p {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
}

img {
	display: block;
	height: auto;
}

p {
	margin: 0;
}

a {
	display: block;
	text-decoration: none;
	color: white;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	border: none;
	float: none;
}

.clear_box {
	height: 50px;
}

input,
textarea {
	outline: none, font-size:12px;
	background-color: transparent;
	border: none
}

/*.clear_box01{height: 70px}*/
/*图标*/

@font-face {
  font-family: 'iconfont';  /* Project id 4547952 */
  src: url('http://at.alicdn.com/t/c/font_4547952_mav0rdjcbch.woff2?t=1717569804281') format('woff2'),
       url('http://at.alicdn.com/t/c/font_4547952_mav0rdjcbch.woff?t=1717569804281') format('woff'),
       url('http://at.alicdn.com/t/c/font_4547952_mav0rdjcbch.ttf?t=1717569804281') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

body,
html {
	background-color: #0C0D2D;
	height: 100%;
}

.pupu_box {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999999;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

#pupu01{
	display: none;
}

#pupu02{
	display: none;
}

.pupuBlock{
	display: flex !important;
}

.pupu_box .pupu_show {
	width: 85%;
	height: 82%;
	background-color: #fff;
	border-radius: 0.5vw;
	padding: 2vw;
	position: relative;
	z-index: 9999999;
	box-sizing: border-box;
}

.pupu_box .pupu_show .pupu_title{
	width: 100%;
	display: flex;
	align-items: center;
}

.pupu_box .pupu_show .pupu_title .line{
	width: 0.4vw;
	height: 1.5vw;
	background-color: #0067EE;
	margin-right: 1vw;
}

.pupu_box .pupu_show .pupu_title .title{
	font-size: 1.2vw;
	color: #333;
	font-weight: bold;
	flex: 1;
}

.pupu_box .pupu_show .pupu_title .close{
	font-size: 1vw;
	color: #fff;
	width: 1.8vw;
	height: 1.8vw;
	border-radius: 0.3vw;
	background-color: #FF4F4F;
	display: flex;
	align-items: center;
	justify-content: center;
}