<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

.xbanxin{width:1000px;margin: 0 auto;}
.banxin{width:1170px;margin:0 auto;}
body {
	color: #333;
	font-family:"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
	background:#fff;
	box-sizing: border-box;
    margin: 0 auto;
    min-width: 1170px;
    overflow-x: hidden;
}
/*模糊处理 css*/
.fs_blur {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    -o-filter: blur(4px);
    filter: blur(4px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false); /* IE6~IE9 */
}
i{font-style:normal;}

ol,
ul {
	list-style: none;
}

em {
	font-style: normal;
}


input,
button,
select,
textarea {
	outline: none;
}

img {
	border: none;
}

div {
	position: relative;
}

a{
	color: #000;
	text-decoration: none;
	/*display: block;*/
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.none {display: none;}
.block{display: block;}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

/*布局样式*/
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pass{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}

input:focus::-webkit-input-placeholder{
	opacity: 0;
} </pre></body></html>