/* CSS reset */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
section, header {
	display: block;
}
.layui-layer-btn{
	border-top: 1px solid rgb(22 27 32 / 20%);
}
.layui-layer-btn .layui-layer-btn0 {
    border-color: rgba(21, 69, 255, 1) !important;
    background-color: rgba(21, 69, 255, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
}

.layui-layer-btn .layui-layer-btn1 {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(46, 60, 43, 1);
    color: rgba(46, 60, 43, 1);
}

.layui-layer-btn a:hover {
    background-color: rgba(21, 69, 255, 1);
    color: rgba(255, 255, 255, 1);
}