div,
p {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font:
		12px/1.5tahoma,
		arial,
		\5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: couriernew, courier, monospace;
}

small {
	font-size: 12px;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

fieldset,
img {
	border: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

body::-webkit-scrollbar {
	width: 8px;
}
body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.1);
}
body::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.05);
}

.el-select-dropdown__item.selected {
	color: #13a33b !important;
}
.el-range-editor.is-active,
.el-range-editor.is-active:hover,
.el-select .el-input.is-focus .el-input__inner {
	border-color: #13a33b !important;
}
.el-radio__input.is-checked + .el-radio__label,
.el-checkbox__input.is-checked + .el-checkbox__label {
	color: #13a33b !important;
}
.el-radio__input.is-checked .el-radio__inner,
.el-checkbox__input.is-checked .el-checkbox__inner {
	border-color: #13a33b !important;
	background-color: #13a33b !important;
}
.el-input-number.is-controls-right .el-input__inner {
	text-align: left;
}
.el-dropdown-menu {
	top: 45px !important;
	z-index: 99999 !important;
}
.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
	color: #13a33b !important;
}

body {
	background-color: #f5f5f5;
}
.content {
	width: 100%;
	height: auto;
}
.content-top {
	width: 100%;
	height: 64px;
	padding: 0 48px 0 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #13a33b;
	position: sticky;
	top: 0;
	z-index: 9999;
}
.content-top > img {
	width: 110px;
	height: 32px;
	margin-right: 20px;
}

.content-top-hid {
	flex: 1;
	min-width: 0;
	margin-right: 12px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.content-top-hid > p {
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 48px;
	text-overflow: ellipsis;
}
.content-top-hid-k {
	color: #fff;
}
.content-top-hid-v {
	color: #fff;
}
.content-top-language {
	width: auto;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 0 20px;
}
.content-top-language > img {
	width: 20px;
	height: 20px;
}
.content-top-use {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.content-top-use > .iconfont {
	font-size: 18px;
	color: #fff;
	margin-right: 5px;
}
.content-top-use > p {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}

.content-nr {
	padding: 12px;
	display: flex;
}
.c-left {
	flex: 1;
	margin-right: 12px;
}
.c-left-nr {
	background-color: #fff;
	margin-bottom: 12px;
	padding: 16px 0 16px 16px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}
.c-left-title {
	font-size: 16px;
	color: #262a41;
	font-weight: bold;
}
.form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.form-item {
	width: 22%;
	min-width: 230px;
	margin: 16px 3% 0 0 !important;
}
.el-form-item__label {
	font-size: 14px !important;
	color: #262a41 !important;
	line-height: 24px !important;
	padding-bottom: 4px !important;
}
.form-item-input {
	width: 100% !important;
}
.el-form-item__content {
	position: relative;
}
.form-item-text {
	position: absolute;
	right: 50px;
	top: 0;
	z-index: 99;
	font-size: 12px;
	color: #7d7f8d;
}
.c-temp {
	display: flex;
	flex-wrap: wrap;
	margin-top: 16px;
}
.c-temp-one {
	width: 22%;
	min-width: 280px;
	height: auto;
	border: 1px solid #bdbfc6;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	margin: 0 40px 16px 0;
	padding: 16px;
	position: relative;
}
.s-delete {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 6px;
	z-index: 99;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.s-delete .iconfont {
	font-size: 24px;
	color: #333;
}
.s-title {
	font-size: 14px;
	color: #262a41;
}

.c-radio .el-radio {
	margin-top: 10px !important;
}
.c-temp-add {
	width: 120px;
	height: 120px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border: 1px solid #bdbfc6;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
}
.c-temp-add .iconfont {
	font-size: 38px;
	color: #7d7f8d;
}
.c-temp-add > p {
	font-size: 14px;
	color: #7d7f8d;
	margin-top: 10px;
}
.c-right {
	width: 430px;
	height: calc(100vh - 100px);
	overflow-y: scroll;
	position: sticky;
	top: 76px;
	z-index: 9;
	background-color: #fff;
	padding: 16px 16px 0 16px;
	border-radius: 12px;
}

.c-right::-webkit-scrollbar {
	width: 6px;
}
.c-right::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.1);
}
.c-right::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.05);
}

.c-right-type1 {
	margin-bottom: 40px;
}
.c-right-title {
	font-size: 16px;
	color: #262a41;
	font-weight: bold;
	margin-bottom: 20px;
}
.c-right-one {
	margin-bottom: 14px;
	display: flex;
	align-items: center;
}
.c-right-one > p {
	width: 200px;
	font-size: 14px;
	color: #262a41;
	font-weight: bold;
	margin-right: 20px;
}
.c-right-one > div {
	flex: 1;
	font-size: 14px;
	color: #262a41;
	word-break: break-all;
}
.alarm-one {
	margin-bottom: 16px;
}
.alarm-one-title {
	font-size: 14px;
	color: #7d7f8d;
}
.alarm-one-number {
	font-size: 24px;
	color: #262a41;
	font-weight: bold;
	margin: 5px 0;
}
.alarm-one-number > span {
	font-size: 16px;
}
.alarm-one-list {
	display: flex;
	flex-wrap: wrap;
}
.alarm-one-list > p {
	padding: 2px 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	background-color: #f2f3f4;
	margin: 0 12px 12px 0;
	font-size: 12px;
	color: #7d7f8d;
}

.c-right-bottom {
	width: 100%;
	height: 80px;
	background-color: #fff;
	position: sticky;
	bottom: 0;
	left: 0;
	z-index: 99;
	padding-top: 10px;
}
.c-right-bottom-button {
	width: 100%;
	height: 54px;
}
.c-right-bottom .el-button {
	background-color: #13a33b !important;
	border-color: #13a33b !important;
	font-size: 18px !important;
}

.help {
	max-width: 1200px;
	min-width: 750px;
	margin: 16px auto;
	background-color: #fff;
	padding: 32px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}
.help-top {
	display: flex;
	align-items: center;
	padding-bottom: 30px;
}
.help-top-left {
	flex: 1;
	margin-right: 20px;
}
.help-top-left > div {
	font-size: 24px;
	color: #262a41;
	font-weight: bold;
}
.help-top-left > p {
	font-size: 16px;
	color: #262a41;
	margin-top: 24px;
}
.help-top-right {
	width: 416px;
	margin-right: 30px;
}
.help-top-right > img {
	width: 100%;
	height: 150px;
}
.help-remark > p {
	font-size: 14px;
	color: #7d7f8d;
	margin-top: 8px;
	line-height: 20px;
}
