/**
 * @format
 * @author: Tangyanling
 * @date: 2021-07-20
 * @update: When you update it
 * @description: CSS Reset
 */

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
select,
textarea,
button,
p,
blockquote,
tbody,
tfoot,
thead,
th,
td,
hr,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
iframe,
object,
applet,
a,
cite,
code,
del,
em,
img,
small,
strong,
sub,
sup,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #e9ebf2;
	color: #333333;
	font: normal 13px/1.5 'PingFangSC-Regular', 'PingFang SC', 'Microsoft YaHei';
	min-width: 320px;
	outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	clear: both;
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

address,
caption,
code,
cite,
dfn,
em,
i,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th,
td {
	font-weight: normal;
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: '';
	content: none;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

div,
h1,
p,
ul,
li,
label,
textarea,
span {
	word-wrap: break-word;
	word-break: normal;
}

input::-ms-reveal {
	display: none;
}

input,
input[type='text'],
input[type='number'],
input[type='password'],
input[type='email'],
button,
select,
textarea {
	font-size: 100%;
	font-family: 'PingFangSC-Regular', 'PingFang SC', 'Microsoft YaHei';
	outline: none;
	vertical-align: top;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

textarea {
	resize: none;
}

li > a {
	display: block;
}

q,
blockquote {
	quotes: none;
}

img {
	outline: none;
	-ms-interpolation-mode: bicubic;
}

a {
	background: transparent;
	color: #000;
	outline: none;
	text-decoration: none;
}

a,
a:focus,
a:outline,
a img {
	border: none;
	outline: none;
}

a:-webkit-any-link {
	text-decoration: none;
}

a:hover,
audio:focus {
	outline: none;
}

a:hover {
	color: #1e87f0;
}

input:focus,
textarea:focus {
	outline: 1px solid #1e87f0;
	background-color: #fff;
}

select:focus {
	outline: 1px solid transparent;
}

select::-ms-expand {
	display: none;
}

::selection {
	background: #5c769a;
	color: white;
}

::-moz-selection {
	background: #5c769a;
	color: white;
}

::-webkit-selection {
	background: #5c769a;
	color: white;
}

div:focus {
	outline: 0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 滚动条样式 */
/* 滚动条的宽度 */
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	width: 7px;
	height: 7px;
}
/* 滚动条的滑块 */
::-webkit-scrollbar-thumb {
	background-color: #ddd;
	border-radius: 3px;
}

/* 滚动条*/
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track {
	background-color: #fff;
}
::-webkit-scrollbar-thumb {
	background-color: #eee;
	border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #bababa;
}
::-webkit-scrollbar-thumb:active {
	background-color: #bababa;
}
.v-modal {
	display: none;
}
