div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,
body {
	padding: 0;
	margin: 0;
	
}
body{
	background: #F2F9FF !important;
	font-family: Arial, sans-serif;
}

/* 媒体查询：当页面宽度 > 1400px 时生效 */
@media screen and (min-width: 1401px) {
	/* 隐藏整个页面的滚动条（Chrome/Safari/Edge） */
	html::-webkit-scrollbar {
		display: none;
	}

	/* 隐藏Firefox的滚动条 */
	html {
		scrollbar-width: none; /* Firefox */
		-ms-overflow-style: none; /* IE/Edge 旧版本 */
	}
}


.f-l {
	float: left;
}

.f-r {
	float: right;
}

.cl-fl {
	clear: both;
}

ul,
ol {
	list-style: none;
}
img{
	max-width: 100%;
}
/*img {
	display: block;
}*/

input,
textarea
 {
	background-color: transparent;
	border: none;
	outline: none;
}

/*input,
textarea{
	appearance: none;
	-webkit-appearance: none;
}*/


* {
	-webkit-tap-highlight-color: transparent;
}
a {
	/* 去除下划线 */
	text-decoration: none;

	/* 去除点击后的虚线框（部分浏览器） */
	outline: none;

	/* 去除默认颜色 */
	color: inherit;

	/* 去除点击高亮（移动端） */
	-webkit-tap-highlight-color: transparent;
}
html{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333333;
}
body,html{
	min-width: 1366px;
}

body{
	background: #FFFFFF;
}

[v-cloak]{
	display: none;
}
.webpage-content{
	width: 100%;
	min-height: 430px;
}
.clear{
	clear: both; /* 清除左右浮动 */
	/* 可选添加以下属性防止空白间隙 */
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.fwb img{
	max-width: 100% !important;
}
.fwb p{
	max-width: 100% !important;
}
.fwb span{
	max-width: 100% !important;
}