* {
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
	outline: none !important;
	box-sizing: border-box;
}

ol,
ul,
li {
	list-style-type: none;
}

img {
	border: 0px;
	vertical-align: middle;
}

.clear {
	height: 0;
	clear: both;
	overflow: hidden;
}

iframe {
	border: 0;
}

html {
	font-size: 5.2083333vw;
}

/* 滚动条宽度 */
::-webkit-scrollbar {
	width: 5px;
	background-color: transparent;
	z-index: 9999;
}

/* 滚动条颜色 */
::-webkit-scrollbar-thumb {
	background-color: #96bdc0;
}

body {
	font-size: 0.14rem;
	width: 100%;
	height: 100%;
	/* line-height: 1.7; */
	/* 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;
}

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;
}

img {
	margin: 0;
}

input {
	background-color: transparent !important;
	color: #96bdc0 !important;
}
.case_iframe{
	height: 100%;
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
}

@keyframes rotateAnimate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(-360deg);
	}
}
