* {
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
	outline: none !important;
	box-sizing: border-box;
}

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;
	font-family: "Microsoft YaHei","PingFang SC", "Microsoft YaHei" !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; */
	background: #fff;
}

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;
}
@keyframes avgAni2a {
	0%{stroke-dashoffset: -1600;}
	30%{stroke-dashoffset: 0;}
	70%{stroke-dashoffset: 0;}
	100%{stroke-dashoffset: 1600;}
}

@keyframes avgAni1a {
	0%{stroke-dashoffset: -1700;}
	30%{stroke-dashoffset: 0;}
	70%{stroke-dashoffset: 0;}
	100%{stroke-dashoffset: 1700;}
}

.coze-chat-sdk{
	z-index: 999999999 !important;
}

blockquote, q {
    quotes: none;
}
blockquote {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-left-color: #ce4844;
    border-radius: 3px;
}