input {
	outline: none
}

input:disabled,
input[disabled] {
	color: #333333 !important;
	opacity: 1;
}

body {
	font-family: Microsoft YaHei, Hiragino Sans GB, "u5b8bu4f53", sans-serif;
	-webkit-font-smoothing: antialiased;
	background: #fff;
}

input,
button,
select,
textarea {
	outline: none;
}

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0
}

html,
body {
	font-size: 14px;
	height: 100%;
	background: #F9FAF9;
}

* {
	-webkit-overflow-scrolling: touch;
}


select {
	outline: none;
}

img {
	border: 0px;
	display: block;
	width: 100%;
}

img.object-fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

a {
	text-decoration: none
}

li {
	list-style-type: none
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.shadow {
	-webkit-box-shadow: 0 0.01rem 3px 1px rgba(158, 158, 158, 0.2);
	box-shadow: 0 0.01rem 3px 1px rgba(158, 158, 158, 0.2);
	border-radius: 0.04rem;
}

#app {
	background: #F9FAF9;
}

.null {
	position: fixed;
	width: 100%;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
}

.null img {
	width: 22%;
	margin: 0 auto;
	opacity: 0.7;
}

.null>p {
	line-height: 2.6rem;
	color: #999;
	text-align: center;
}

.main {
	max-width: 750px;
	height: 100%;
	margin: 0 auto;
	background: #F9FAF9;


}

.el-message {
	top: 10% !important;
}

.el-message .el-icon-warning {
	font-size: 24px !important;
}

.el-message .el-icon-success {
	font-size: 24px !important;
}

.el-message .el-icon-error {
	font-size: 24px !important;
}

.el-message__content {
	font-size: 24px !important;
}

.el-dropdown {
	font-size: 30px;
}

.el-dropdown-menu {
	width: 180px;
	text-align: center;
	max-height: 600px;
	overflow: hidden;
	overflow-y: auto;
	border-radius: 8px;
}

.el-dropdown-menu__item {
	font-size: 28px;
	padding-top: 8px;
	padding-bottom: 8px;
}


.el-menu {
	background: none;
	border-bottom: none !important;
}

.el-menu-item {
	font-size: 30px;
	padding: 0;
	margin-right: 40px !important;
	background: none !important;
}

.el-menu--horizontal>.el-menu-item.is-active {
	border-bottom: 3px solid #303133;
}

.el-menu-item:focus, .el-menu-item:hover{
	background-color: none;
}

.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal>.el-menu-item:not(.is-disabled):hover,
.el-menu--horizontal>.el-submenu .el-submenu__title:hover {
	background: none;
}

.el-input{
	font-size: 28px;
}
.el-input__inner{
	height: 60px;
	border-radius: 30px;
	line-height: 60px;
	padding-left: 55px !important;
}
.el-input__prefix{
	top: 10px;
	left: 15px;
}
