* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	font-size: 14px;
}

span,
i {
	display: inline-block;
}

i {
	font-style: normal;
}

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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: "Microsoft YaHei", 'Helvetica Neue', Helvetica, sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
/* 滚动条整体部分 */
::-webkit-scrollbar {
    width: 5px; /* 滚动条的宽度 */
}

/* 滚动条的滑块部分 */
::-webkit-scrollbar-thumb {
    background-color: #0a3358; /* 滑块颜色 */
    border-radius: 10px; /* 滑块圆角 */
}

/* 滚动条轨道部分 */
::-webkit-scrollbar-track {
    background-color: #7c7c7c; /* 轨道颜色 */
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

.m-ind {
	background: #000000;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.m-di {
	background: url(../assets/dl.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 49vh;
	position: absolute;
	top: 20%;
}
.m-di >img{
	position: absolute;
	cursor: pointer;
	width: 1.2vw;
}

.m-spd {
	background: url(../assets/k5.png) no-repeat;
	background-size: 100% 100%;
	height: 8px;
	width: 11.8vw;
	margin: 0 auto;
	color: #0DFDFA;
	font-size: 1vw;
	text-align: center;
	line-height: 8px;
	display: block;
	margin-top: 1.5vh;
	margin-bottom: -.5vh;
}

.m-nav {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.m-iframe {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}


.yn-tree .spread>.checkbox>.arrow-right {
	transform: none
}

.checkbox {
	display: flex;
}

.yn-tree .checkbox>label input[type=checkbox] {
	width: 19px;
	height: 19px;
	margin: 0;
	margin-left: -26px;
	background: url(../assets/icon/ic21.png) no-repeat;
	background-size: 100% 100%;
	-webkit-appearance: none;

}

.yn-tree .checkbox>label input[type=checkbox]:checked {
	background-color: #3CD8FF;
	background: url(../assets/icon/ic22.png) no-repeat;
	background-size: 100% 100%;
}

.yn-tree .checkbox>label {
	color: #3CD8FF;
	font-size: 14px;
	margin-left: .9vw;
	height: 2.8vh;
	margin-bottom: .85vh;
}

.yn-tree .yn-tree {
	margin-left: .77vw;
}

.m-tress {
	height: 97%;
	float: left;
	margin-left: 13%;
}
.red{
	color: #FF0000;
}
.gerrn{
	color: #00FF54;
}
