* {
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
	outline: none !important;
	box-sizing: border-box;
}

select {
	
	outline: none;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: white;
	cursor: pointer;
  }
  select:hover{
	background: #009D94;
}
  
  /* 自定义下拉项样式 */
  option {
	appearance: none; /* 或 -webkit-appearance: none; */
	-moz-appearance: none;
	background-color: white;
	color: black;
	cursor: pointer;
  }
  
  /* hover 样式 */
  option:hover {
	background: #009D94 !important;
  }
  
  /* 选中样式 */
  option:checked {
	background-color: #009D94;
  }




ol,
ul,
li {
	list-style-type: none;
}
ul{
	margin-bottom: 0;
}
img {
	border: 0px;
	vertical-align: middle;
}

.clear {
	height: 0;
	clear: both;
	overflow: hidden;
}

iframe {
	border: 0;
}

html {
	font-size: 5.2083333vw;
	/* font-size: 16px; */
}

/* 滚动条宽度 */
::-webkit-scrollbar {
	width: 5px;
	background-color: transparent;
	z-index: 9999;
}

/* 滚动条颜色 */
::-webkit-scrollbar-thumb {
	background-color: #1E78CF;
	border-radius: 40px;
	height: 10px;
}

body {
	font-size: 0.14rem;
	width: 100%;
	height: 100%;
	line-height:normal !important;
	/* min-width: 900px; */
	/* width: 1920px;
	height: 1080px; */
	/* color: #ffffff;
	background-size: 100% 100%;
	font-family: 'Microsoft YaHei';
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0; */
}

a {
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
}
p{
	margin: 0;
}
a:hover {
	text-decoration: none;
	color: #6acbf5;
}

a,
a:hover,
.btn,
.btn:hover {
	transition: all 300ms ease;
}

i {
	font-style: normal;
}

div {
	padding: 0;
	margin: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	margin: 0;
}

input {
	background-color: transparent !important;
	/* color: #96bdc0; */
}
@font-face {
	font-family: jjt;
	src: url(../font/花火流光.TTF);
}
