﻿@charset "utf-8";

:root {
	--main-color: #921e25;
	--second-color: #bb4a51;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
	form, fieldset, input, p, a, blockquote, th, td {
	margin: 0px 0px;
	padding: 0px 0px;
}

img, body, html {
	border: 0px;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul, li {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

q:before, q:after {
	content: '';
}

textarea {
	resize: none;
	overflow-y: auto;
}

html, body {
	_overflow-x: hidden;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif, "宋体";
}

th, td, textarea, input {
	font-size: 12px;
}

table {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0px;
}

input {
	padding: 0px 5px;
	text-align: left;
	vertical-align: middle;
}

select {
	text-align: left;
	vertical-align: middle;
}

textarea {
	line-height: 16px;
	padding: 4px 5px;
	text-align: left;
	vertical-align: middle;
}

input:-moz-read-only, textarea:-moz-read-only {
	background-color: #fbfbfb;
}

input:read-only, textarea:read-only {
	background-color: #fbfbfb;
}

a, a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #921e25;
    color: var(--main-color);
	text-decoration: none;
	cursor: pointer;
}

/* vue */
[v-cloak] {
	display: none;
}