/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */

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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-size: 14px;
	background: none;
	border: 0;

	/* color: #565656; */

	/* box-sizing: border-box; */
}

html,
body {
	width: 100%;
	/* min-width: 1200px;
	max-width: 1920px; */
	min-height: 100%;
}

html {
	height: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

blockquote,
q {
	quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* custom */
a {
	color: #000;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
}

li {
	list-style: none;
}

input,
button,
textarea {
	box-sizing: border-box;
	outline: none;
}

textarea {
	resize: none;
}

button:active {
	background: #0c689f;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #c5c8ce;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #c5c8ce;
}

:-ms-input-placeholder { /* IE 10+ */
	color: #c5c8ce;
}

:-moz-placeholder { /* Firefox 18- */
	color: #c5c8ce;
}

input[type="radio"]:checked {
	background: #eb3d2e;
	box-shadow: none;
	-webkit-appearance: radio;
}

/* input[type=text]:focus{
   border-style: none;
   outline: none;
   box-shadow: none;
 } */

/* input[type=password]:focus{
  border-style: none;
  outline: none;
  box-shadow: none;
} */
html,
body {
	width: 100%;
	margin: 0 auto;
	font-family: "Microsoft YaHei", "PingFangSC-Light", Arial, sans-serif;
}

body {
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix::before,
.clearfix::after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	content: '';
}

button {
	padding: 0;
	margin: 0;
	cursor: pointer;
	background: none;
	border: 0;
}

.overspread {
	width: 100%;
	height: 100%;
}

.hidden {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.textcenter {
	text-align: center;
}

img {
	vertical-align: bottom;
}

[contenteditable=true]:focus {
	outline: none;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fade-enter-active,
.fade-leave-active {
	transition: opacity .5s;
}

.fade-enter,
.fade-leave-to /* .fade-leave-active in below version 2.1.8 */ {
	opacity: 0;
}

.icon-bitian {
	color: #eb3d2e;
}

.w200 {
	width: 200px;
}
.w300 {
	width: 300px;
}
.w400 {
	width: 400px;
}
.ml10 {
	margin-left: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt30 {
	margin-top: 30px;
}
.flex-align-center {
	display: flex;
	align-items: center;
}
