/*!*******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/mobile/classify.css ***!
  \*******************************************************************************/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}
html,
body {
	width: 100%;
	height: 100%;
	font-size: 14px;
}
.kong {
	width: 100%;
	height: 70px;
}
.list {
	padding: 0 10px;
}
.list ul li {
	width: 100%;
	height: 50px;
	border-bottom: solid 1px #c9cdd4;
	cursor: pointer;
}
.list ul li a {
	display: inline-block;
	width: 100%;
	height: 50px;
	text-decoration: none;
	color: #1d2129;
	font-family: Alibaba PuHuiTi 2;
	font-weight: 400;
	font-size: 16px;
	line-height: 50px;
}
.login {
	margin-top: 50px;
	text-align: center;
}
.login button {
	width: 150px;
	height: 36px;
	border-radius: 4px;
	border: solid 1px #165dff;
	background: #165dff;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

