body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #555;
	font-size: 14px;
	font-family: PingFangSC, MicrosoftYaHei;
}

td,
th,
caption {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

ol,
ul,
li {
	list-style: none;
}

input,
textarea,
select,
button {
	font: 14px MicrosoftYaHei, Verdana, Helvetica, Arial, sans-serif;
	outline: none !important;
	resize: none !important;
}

button {
	border: none;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
	outline: none !important;
}

table {
	border-collapse: collapse;
}

html {
	/* 	overflow-y: scroll; */
	font-size: 16px;
}

html,
body {
	margin: 0;
	padding: 0;
}
header,
div,
a,
input,
textarea,
ul,
li {
	box-sizing: border-box;
}

.underline {
	text-decoration: underline;
}

.font16 {
	font-size: 16px !important;
}

.bold {
	font-weight: bold;
}

.line-through {
	text-decoration: line-through;
}

.container {
	width: 100%;
	min-height: 100%;
	background: #FFF;
}

.forget {
	display: block;
}

.register a {
	color: #2B77EC;
}

.main {
	background: #FFF;
	margin: 70px auto 0 0;
	min-height: calc(100vh - 600px);
}

.navi {
	position: relative;
}

.pointer {
	cursor: pointer;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

a,
a:hover {
	text-decoration: none;
	out-line: none
}

input,
textarea {
	outline: none !important;
	border: none;
	border-radius: 4px;
	padding: 0px 20px;
}

textarea {
	padding: 10px 20px;
}

.ellipsis1 {
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.ellipsis2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ellipsis3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ellipsis4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.mt5 {
	margin-top: 5px;
}

.mt6 {
	margin-top: 6px;
}

.mt8 {
	margin-top: 8px;
}

.mt10 {
	margin-top: 10px;
}

.mt12 {
	margin-top: 12px !important;
}

.mt13 {
	margin-top: 13px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt16 {
	margin-top: 16px;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mt100 {
	margin-top: 100px;
}

.pd20 {
	padding: 0 20px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ml5 {
	margin-left: 5px;
}

.ml8 {
	margin-left: 8px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml40 {
	margin-left: 40px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.ml38 {
	margin-left: 38px;
}

.ml50 {
	margin-left: 50px;
}

.ml60 {
	margin-left: 60px;
}

.ml80 {
	margin-left: 80px;
}

.ml110 {
	margin-left: 110px;
}

.clearfix:before {
	content: "";
	display: table;
}

.hide {
	display: none;
}

.inline {
	display: inline-block;
}

.text-center {
	text-align: center;
}

.flex {
	display: flex;
}

.flex-between {
	display: flex;
	justify-content: space-between;
}

.align-items {
	display: flex;
	align-items: center;
}

.flex-center {
	display: flex;
	justify-content: center;
}

.flex-right {
	display: flex;
	justify-content: right;
}

.flex-1 {
	flex: 1;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}

.overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1001;
	left: 0;
	top: 0;
}

.overlay-box {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.bg-grey {
	background: rgba(245, 245, 245, 1);
}

input {
	width: 100%;
	height: 48px;
	border: 1px solid rgba(238, 238, 238, 1);
	box-sizing: border-box;
}

/* input number 去掉箭头 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input[type="checkbox"] {
	width: 18px;
	height: 18px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: rgba(178, 178, 178, 1);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(178, 178, 178, 1);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgba(178, 178, 178, 1);
}

div {
	box-sizing: border-box;
}

[v-cloak]{
    display: none;
}