/* v2.0 | 20110126
  http://meyerweb.com/eric/tools/css/reset/ 
  License: none (public domain)
*/
/* 默认样式 */
body {
	color: #FFFFFF;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input {
	border: 0;
	outline: none;
}

button {
	border: 0;
}

.inner {
	width: 1212px;
	margin: 0 auto;
}

.flex {
	display: flex;
}

.algin-items {
	align-items: center;
}

.header-sj {
	height: 60px;
	background: #303133;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 16px 0 10px;
	position: sticky;
	top: 0;
	z-index: 9;
}

.header-sj .burger {
	width: 24px;
	height: 24px;
}

.header-sj .logo {
	width: 122px;
	height: 60px;
}

.header-sj .login {
	font-size: 14px;
}

.nav-search-sj .nav-sj {
	font-size: 15px;
	padding-top: 20px;
}

.nav-search-sj {
	display: none;
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 99;
	background: #FFFFFF;
	width: 260px;
	padding: 20px;
	height:100%;
}

.nav-search-sj .search {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-search-sj .search input {
	width: 100%;
	height: 40px;
	border: 1px solid #E6E6E6;
	padding: 0 10px;
	border-radius: 5px;
}

.nav-search-sj .search .btn {
	color: #909399;
	font-size: 15px;
	padding: 10px 0;
	font-weight: bold;
	width: fit-content;
}
.nav-search-sj .search .btn a{
	text-decoration: none;
	color: #909399;
}

.nav-search-sj .search .btn a:hover{
	text-decoration: none;
	color: #909399;
}

.nav-search-sj .nav-sj {
	font-size: 15px;
	padding-top: 20px;
}

.nav-search-sj .handle-sj {
	 font-size: 13px;
	 padding-top: 20px;
	font-weight: bolder;
 }
.nav-search-sj .handle-sj p {
	font-size: 10px;
	color: #909399;
	margin-top: 10px;
}

.nav-search-sj .nav-sj li {
	color: #909399;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-search-sj .handle-sj li {
	color: #909399;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-search-sj .handle-sj li span {
	color: #909399;
}

.nav-search-sj .handle-sj .line {
	padding: 0 4px;
}
.start-group{


}
.start-item{
	width: 24px;
	height: 24px;
	margin-right: 2px;
}
.start-group img{width: 100%;height: 100%}
.containImg{
	    object-fit: contain;
}
@font-face {
	font-family: 'AlibabaPuHuiTiM';
	src: url('/static/web3/font/Alibaba-PuHuiTi-Medium.otf')
}
@font-face {
	font-family: 'AlibabaPuHuiTiR';
	src: url('/static/web3/font/Alibaba-PuHuiTi-Regular.otf')
}
@font-face {
	font-family: 'AlibabaPuHuiTiB';
	src: url('/static/web3/font/Alibaba-PuHuiTi-Bold.otf')
}
@font-face {
	font-family: 'PingFangSC-Regular';
	src: url('/static/web3/font/PingFang Regular.otf')
}
@font-face {
	font-family: 'PingFangSC-Medium';
	src: url('/static/web3/font/PingFang-Medium.ttf')
}