body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0
}

a {
	color: #000;
	text-decoration: none
}

em {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

p {
	word-wrap: break-word
}

ul {
	list-style: none;
}

body {
	min-width: 1300px;
	background-color: #ffffff;
}

button {
	outline: none;
}

input {
	height: 30px;
	border: 1px solid #D9D9D9;
	padding-left: 8px;
	outline: none;
	border-radius: 3px;
}

input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.25);
}

textarea::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.25);
}

input:focus {
	border-color: #00ab7a !important
}

textarea:focus {
	border-color: #00ab7a !important
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
	/*-webkit-text-fill-color:#000000;
	color: #000000!important;*/
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.cpd0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.flex {
	display: flex;
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.align-center {
	display: flex;
	align-items: center;
}

/*==============================================  header  */
.header {
	width: 100%;
	height: 56px;

	box-shadow: 0 -1px 0 0 #E6EAEE;
}

.title {
	float: left;
	margin: 8px 0px 0px 20px;
}

.title img {
	float: left;
}

.title p {
	width: 240px;
	height: 24px;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	color: #FFFFFF;
	float: left;
	line-height: 24px;
	margin: 4px 0px 4px 6px;
}

.user-info {
	float: right;
	height: 100%;
	margin-right: 26px;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
}

.user-info:hover #user-menu-btn {
	background: url(/install/img/down.png) no-repeat center;
	background-size: 18px 16px;
}

.user-info-logo {
	width: 16px;
	height: 17px;
	overflow: hidden;
}

.linkLogin .user-info-logo {
	float: left;
}

.linkLogin span {
	float: left;
	margin-left: 6px;
	color: #fff;
}

.linkLogin {
	display: flex;
	align-items: center;
	margin: 0px;
	font-family: PingFangSC-Regular;
	color: #FFFFFF;
	line-height: 20px;
	user-select: none;
	float: right;
	margin-right: 26px;
	margin-top: 15px;
	font-size: 14px;
}

#exclusive-alert input {
	padding-left: 8px;
}

.user-info>span {
	margin: 0px 4px 0px 8px;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 32px;
	user-select: none;
}

.header>div>div {
	display: inline-block;
}

.user-info-menu {
	display: inline-block;
	width: 10px;
	height: 8px;
}

#user-menu-btn {
	width: 10px;
	height: 8px;
	background-image: url(../img/arrow-down.png);
}

#user-menu {
	width: 88px;
	height: 70px;
	border: 1px solid #D9D9D9;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
	background-color: #FFFFFF;
	position: absolute;
	right: -4px;
	top: 40px;
	z-index: 10;
	display: none;
}

#user-menu li {
	width: 88px;
	height: 32px;
	background-color: #FFFFFF;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.85);
	line-height: 32px;
	text-align: center;
	user-select: none;
}

#user-menu li:nth-child(1) {
	margin-top: 3px;
}

#user-menu li:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.08);
}

/*==============================================  左侧菜单  */
#content {
	position: relative;
	padding-bottom: 10px;
}

#leftMenu {
	width: 200px;
	background-color: #ffffff;
	position: relative;
	float: left;
	overflow: hidden;
	min-height: calc(100vh - 60px) !important;
	font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	overflow: hidden;
}

#leftMenu .menuVersion {
	display: inline-block;
	width: 100%;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	bottom: 30px;
}

#leftMenu .menuVersion i {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('../img/info-version.png') no-repeat;
	background-size: 100%;
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: -1px;
}

#MenuList {
	padding-top: 16px;
	font-size: 14px;
	position: relative;
	min-height: 400px;
}

#MenuList li {
	width: 200px;
	height: 40px;
	position: relative;
	font-family: MicrosoftYaHei;
	line-height: 40px;
	text-align: center;
	border-left: 3px solid #ffffff;
}

#MenuList a {
	color: #000;
	display: block;
	height: 100%;
}

#MenuList .icon-menu {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 44px;
	top: 12px;
	overflow: hidden;
}

#MenuList p {
	width: 56px;
	height: 40px;
	position: absolute;
	left: 73px;
	top: 0px;
	line-height: 40px;
	text-align: center;
}

#MenuList .normal-menu {
	background-color: #ffffff;
	color: #101010;
}

#MenuList .active-menu {
	background-color: #ECF9F2;
	border-left: 3px solid #38CA7B;
}

#MenuList .active-menu a {
	color: #26B367;
}

#MenuList li:hover a {
	color: #40D283;
}

#MenuList .active-menu .icon-menu {
	background-position: -16px 0px;
}

#MenuList li:hover .icon-menu {
	background-position: -32px 0px;
}

.statistics {
	background-image: url(../img/zhandiantongji.png);
}

.organization {
	background-image: url(../img/bumenguanli.png);
}

.userManagement {
	background-image: url(../img/chengyuanguanli.png);
}

.device {
	background-image: url(../img/shebeiguanli.png);
}

.application {
	background-image: url(../img/yingyongguanli.png);
}

.strategy {
	background-image: url(../img/jianrongpeizhi.png);
}

.safeManagement {
	background-image: url(../img/anquanguanli.png);
}

.general {
	background-image: url(../img/tongyongpeizhi.png);
}

.message {
	background-image: url(../img/xiaoxiguanli.png);
}

.gateway {
	background-image: url(../img/gateway.png);
}

.role {
	background-image: url(../img/xitongpeizhi.png);
}

.log {
	background-image: url(../img/rizhiguanli.png);
}

.cerManage {
	background-image: url(../img/zhengshuguanli.png);
}

.sdp {
	background-image: url(../img/sdp.png);
}

.logStatistical {
	background-image: url(../img/logStatistical.png);
}

#leftMenu .exclusive-btn {
	width: 144px;
	height: 36px;
	margin: 56px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: content-box;
	-webkit-font-smoothing: antialiased;
}

/*==============================================  右侧内容  */

#rightContent {
	min-height: 400px;
	background-color: #F8F8F8;
	position: relative;
	margin-left: 200px;
	overflow: hidden;
}

.client-device .client-device-item {
	display: none !important;
}


/*==============================================  按钮样式  */

#bottomMenu {
	background-color: #ddd;
	position: relative;
	margin: auto;
}

#bottomMenu p {
	font-size: 24px;
	height: 100px;
	line-height: 120px;
}

#bottomMenu table {
	height: 150px;
	margin: 0px auto;
}

#bottomMenu table td,
#bottomMenu table th {
	width: 500px;
}

#bottomMenu table td {
	text-align: center;
	font-size: 20px;
}

#bottomMenu table td div {
	margin-top: -30px;
}

#bottomMenu li {
	margin-bottom: 5px;
}

#footer-tag {
	text-align: center;
	font-size: 18px;
	color: #aaa;
	position: relative;
	margin-top: 60px;
}

.clear {
	clear: both;
}

/*================================================================*/
.rightContent-title {
	height: 42px;
	margin: 30px 20px 0px;
	position: relative;
}

.rightContent-title.lib {
	margin-left: 32px;
	margin-right: 32px;
}

.rightContent-title>p {
	height: 21px;
	margin-left: 9px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.85);
	float: left;
}

.title-mark {
	width: 2px;
	height: 16px;
	background-color: #00ab7a;
	position: absolute;
	top: 3px;
}

.copyright {
	display: none;
}

.handle {
	cursor: pointer;
	/*color: rgba(0,0,0,0.85);*/
	color: #26B367;
}

.handle:hover {
	color: #38CA7B;
}

.handle.disabled-handle {
	color: rgba(0, 0, 0, 0.5);
}

/*  ========  table样式  ========  */
table {
	width: 100%;
	background-color: #FFFFFF;
	border-collapse: collapse;
	font-size: 14px;
	box-sizing: border-box;
}

table th {
	background-color: #FFFFFF;
	border-bottom: 1px solid #E6EAEE;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.45);
	text-align: left;
	line-height: 20px;
	padding: 15px 8px;
}

/* table tr:nth-child(odd) {
	background-color: #f9f9f9;
} */

table td {
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #E6EAEE;
	font-size: 13px;
	color: rgba(0, 0, 0, 0.85);
	text-align: left;
	line-height: 20px;
	padding: 12px 8px;
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
}

table td .text-wrap {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

table .table-column1 {
	padding-left: 32px;
}

/*  ====  单选框样式  ====  */
.radio-option label {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #595959;
}

.radio-option label:hover {
	cursor: pointer;
}

input[type="radio"]+label::before {
	content: "\a0";
	/*不换行空格*/
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	width: 14px;
	height: 14px;
	margin-right: 8px;
	border-radius: 50%;
	border: 1px solid #DEE1E6;
	text-indent: 5px;
	line-height: 14px;
	position: relative;
	top: -2px;
}

input[type="radio"]:checked+label::before {
	background-color: #ffffff;
	background-clip: content-box;
	width: 6px;
	height: 6px;
	border: 5px solid #38CA7B;
	position: relative;
	top: -2px;
}

input[type="radio"]:disabled+label::before {
	background-color: #D9D9D9;
}

input[type="radio"]:disabled:checked+label::before {
	background-color: #FFFFFF;
	border-color: #D9D9D9;
}

input[type="radio"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

input[type="radio"]:enabled:hover+label::before {
	border-color: #38CA7B;
}

/*  ====  复选框样式  ====  */
input[type="checkbox"]+label {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #181C25;
	vertical-align: middle;
	display: inline-block;
}

input[type="checkbox"]+label::before {
	content: "\a0";
	/*不换行空格*/
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	border: 1px solid #DEE1E6;
	border-radius: 3px;
	text-indent: 5px;
	line-height: 12px;
	background-color: #FFFFFF;
	position: relative;
	top: -1px;
}

table input[type="checkbox"]+label::before {
	top: -4px;
}

input[type="checkbox"]:checked+label::before {
	width: 16px;
	height: 16px;
	border: none;
	background-color: #38CA7B;
	background-image: url("../img/check.png");
	background-clip: content-box;
}

input[type="checkbox"]:disabled+label::before {
	background-color: #D9D9D9;
}

input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	vertical-align: middle;
}

input[type="text"]:disabled {
	background-color: #D9D9D9;
}

input[type="checkbox"]:enabled:hover+label::before {
	border-color: #38CA7B;
}

input[type="checkbox"]+label:hover {
	cursor: pointer;
}

/*input[type="checkbox"]:hover{
	content: "\a0";
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border: 1px solid red;
    border-radius: 3px;
    text-indent: 5px;
    line-height: 12px;
}
*/
input.error {
	border: 1px solid red !important;
}

textarea.error {
	border: 1px solid red !important;
}

.ui-select-pagesize {
	display: none;
}

.message-delete,
.message-disable {
	cursor: pointer;
	color: #26B367;
}

#pageTool,
#pageTool02 {
	/*margin-bottom: 10px;*/
}


/*弹窗样式*/
.qh-model {
	z-index: 33;
	display: none;
}

.info-mask {
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0);
	position: fixed;
	top: 0px;
	left: 0px;
	opacity: 0.4;
}

.info-model {
	width: 553px;
	background: #fff;
	border-radius: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
	position: fixed;
	z-index: 35;
}

.qh-sureModel {
	z-index: 36;
}

.qh-sureModel.info-model {
	width: 433px;
}

.model-head {
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
}

.model-warning-head {
	height: 40px;
	line-height: 40px;
	padding: 10px 15px;
}

.model-title {
	float: left;
	width: 80%;
	font-family: "Microsoft Yahei";
	font-weight: 400;
	color: #666666;
	font-size: 14px;
}

.model-warning-title {
	display: inline-block;
	font-family: "Microsoft Yahei";
	font-weight: 400;
	color: #000;
	font-size: 14px;
	vertical-align: middle;
}

.model-close {
	cursor: pointer;
	float: right;
	font-size: 26px;
	color: #bfbfbf;
	height: 34px;
	line-height: 34px;
}

.model-content {
	padding: 8px 32px 20px;
}

.qh-sureModel .model-content {
	padding: 30px 60px 30px;
	display: flex;
}

.qh-sureModel .warning {
	margin-top: 4px;
	color: red;
	font-size: 13px;
}

.qh-sureModel .fail-icon {
	width: 24px;
	height: 24px;
	background: url(../img/gantan.png) no-repeat;
	margin-right: 12px;
}

.qh-sureModel .fail-warning-icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../img/gantan.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 10px;
	vertical-align: middle;
}

.qh-sureModel .info {
	flex: 1;
	color: rgba(0, 0, 0, 0.85);
}

.model-box {
	height: 244px;
	padding: 15px 24px;
	overflow: auto;
	border: 1px solid rgba(0, 0, 0, 0.10);
}

.model-bottom {
	overflow: hidden;
	padding: 0 32px;
	margin-bottom: 24px;
}

.model-bottom button {
	width: 65px;
	float: right;
}

.model-cancel,
.qh-cancel {
	margin-right: 10px;
}

.model-box::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 7px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.model-box::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	background: #C8CBC9;
	border-radius: 4px;
}

.model-box::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	background: rgba(221, 223, 222, 0.4);
	border-radius: 4px;
}

.quc-mask {
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0);
	position: fixed;
	top: 0px;
	left: 0px;
	opacity: 0.4;
	display: none;
}

.pannel-feedback .ico {
	float: left;
	margin-right: 15px
}

.pannel-feedback .cont {
	*margin-top: -10px;
	overflow: hidden;
	zoom: 1
}

.panel-t1 {
	width: 433px;
	background: #fff;
	border-radius: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
	position: fixed;
	display: none;
}

.panel-t1 .sd {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1
}

.panel-t1 .hd {
	height: 40px;
	line-height: 40px;
	padding: 0 15px
}

.panel-changeStyle .hd {
	height: 40px;
	line-height: 40px;
	padding: 0 25px
}

.panel-changeStyle .bd {
	line-height: 30px
}

.panel-changeStyle .pannel-feedback {
	padding: 10px 30px
}

.panel-t1 .pannel-feedback {
	padding: 30px 65px 30px
}

.pannel-record .cont p {
	font-size: 14px
}

.pannel-feedback .cont h2 {
	color: #333;
	font-size: 28px;
	font-weight: 400;
	font-family: "Microsoft Yahei";
	margin-bottom: 10px
}

.pannel-feedback .cont p {
	padding-bottom: 5px
}

.panel-t1 .hd h2 {
	float: left;
	font-family: "Microsoft Yahei";
	font-weight: 400;
	color: #666666;
	font-size: 14px;
}

.panel-t1 .pannel-feedback h2 {
	font-size: 18px
}

.panel-t1 .hd .close {
	cursor: pointer;
	float: right;
	font-size: 26px;
	color: #bfbfbf;
	height: 34px;
	line-height: 34px;
}

.panel-changeStyle .pannel-feedback .cont {
	font-size: 14px;
	overflow: hidden;
	zoom: 1
}

.panel-changeStyle .pannel-feedback .uc-panel-close {
	margin-left: 20px
}

.uc-panel-content {
	display: flex;
}

.uc-panel-content .info {
	flex: 1;
	color: rgba(0, 0, 0, 0.85);
}

.panel-t1 .pannel-feedback .txt-list {
	padding-bottom: 15px
}

.panel-t1 .findpwd-fail-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../img/gantan.png) no-repeat;
	float: left;
	margin-right: 12px;
}

.panel-t1 .btns .btn {
	margin-left: 10px
}

.panel-t1 .button_m {
	overflow: hidden;
	margin-bottom: 24px;
	margin-right: 22px;
}

.panel-t1 .button_m>button {
	width: 65px;
	float: right;
	margin-right: 10px;
}

.panel-t1 .button_m .cancel {
	display: none;
}

.success_info {
	width: 216px;
	height: 40px;
	background-color: #F6FFED;
	border: 1px solid #B7EB8F;
	border-radius: 4px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -108px;
	margin-top: -20px;
	color: #595d56;
	line-height: 40px;
	display: none;
	/*box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.20);*/
}

.succ_info {
	display: flex;
	font-size: 14px;
	align-items: center;
	padding: 8px 55px;
	background-color: #F6FFED;
	border: 1px solid #B7EB8F;
	border-radius: 4px;
	position: fixed;
	left: 50%;
	top: 50%;
	color: rgba(0, 0, 0, 0.65);
	transform: translate(-50%, -60%);
	color: #595d56;
	line-height: 22px;
	z-index: 40;
}

.succ_icon {
	width: 14px;
	height: 14px;
	background: url(../img/sucess.png);
	margin-right: 8px;
	font-size: 14px;
}

.success_icon {
	width: 14px;
	height: 14px;
	background: url(../img/sucess.png);
	float: left;
	margin-top: 14px;
	margin-right: 8px;
	margin-left: 43px;
	font-size: 14px;
}

.cancel_info {
	width: 216px;
	height: 40px;
	background-color: #FFFBE6;
	border: 1px solid #FFE58F;
	border-radius: 4px;
	position: fixed;
	left: 50%;
	top: 50%;
	font-size: 14px;
	transform: translate(-50%, -60%);
	color: #595d56;
	line-height: 40px;
	z-index: 40;
}

.qh-loading {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	position: fixed;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -60%);
	box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.20);
}

.qh-loading-img {
	animation: loading 1s linear infinite;
	background: url(../img/loading.png);
	height: 42px;
	width: 42px;
}

@keyframes loading {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.err_info {
	z-index: 34;
	display: flex;
	font-size: 14px;
	align-items: center;
	padding: 8px 55px;
	background-color: #fef0f0;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	position: fixed;
	left: 50%;
	top: 50%;
	color: rgba(0, 0, 0, 0.65);
	transform: translate(-50%, -60%);
	color: #f56c6c;
	line-height: 22px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	z-index: 40;
}

.cancel_icon {
	width: 14px;
	height: 14px;
	background: url(../img/error.png);
	float: left;
	margin-top: 14px;
	margin-right: 8px;
	margin-left: 55px;
}

.err_icon {
	width: 14px;
	height: 14px;
	background: url(../img/error.png);
	margin-right: 8px;
	font-size: 14px;
}

.heng {
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	color: #DEE1E6;
	float: left;
	margin: 0 4px;
}

/*  客户端下载弹窗样式  */
#exclusive-alert {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.50);
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 5;
	display: none;
}

#exclusive-alert>div {
	width: 483px;
	height: 232px;
	background-color: #FFFFFF;
	box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.20);
	border-radius: 3px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -242px;
	margin-top: -126px;
}

#exclusive-alert>div>span {
	position: absolute;
	left: 458px;
	top: 2px;
	z-index: 5;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.25);
}

#exclusive-alert>div>span:hover {
	cursor: pointer;
}

#exclusive-alert>div>p {
	height: 24px;
	margin: 64px 0px 10px 47px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.85);
	line-height: 24px;
}

#exclusive-alert>div img {
	width: 16px;
	height: 16px;
	background-color: #52C41A;
	border-radius: 50%;
	position: relative;
	left: -6px;
	top: 2px;
}

#exclusive-alert>div>div {}

#exclusive-alert>div>div input {
	width: 312px;
	height: 30px;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	margin-left: 46px;
	outline: none;
}

#exclusive-btn {
	width: 65px;
	margin-left: 10px;
	display: inline-block;
}

/*按钮样式*/
.btn-ipt {
	width: 94px;
	height: 32px;
	background-color: #38CA7B;
	border-radius: 3px;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
	border: 1px solid transparent;
}

.btn-ipt:hover {
	background-color: #40D283;
	;
}

.btn-ipt:active {
	background-color: #31C273;
	;
}

.btn-ipt:disabled {
	color: rgba(255, 255, 255, 0.6);
	background-color: #38CA7B;
}

.btn-ipts {
	color: rgba(0, 0, 0, 0.85);
	border: 1px solid #D9D9D9;
	background-color: #FFFFFF;
}

.btn-ipts:hover {
	background-color: #FCFCFC;
}

.btn-ipts:active {
	color: rgba(0, 0, 0, 0.65);
	background-color: #F7F7F7;
}

.btn-ipts:disabled {
	color: rgba(0, 0, 0, 0.5);
	background-color: #FFFFFF;
}

.btn-iptw {
	width: auto !important;
	padding: 1px 10px;
}

/*select样式*/
.model-select-box, .model-select-box-mac {
	width: 228px;
	height: 30px;
	line-height: 30px;
	background: #FFFFFF;
	font-size: 14px;
	border-radius: 3px;
	float: left;
	text-indent: 5px;
	position: relative;
}

.model-border {
	border-color: #38CA7B;
}

.model-select-text {
	height: 32px;
	text-align: center;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.downArrow, .downArrow-mac {
	position: absolute;
	top: 14px;
	right: 12px;
	height: 12px;
	transition: all .2s;
	cursor: pointer;
}

.model-select-text.disabled-select-text {
	background-color: #D9D9D9;
	color: rgb(84, 84, 84);
}

.model-select-option, .model-select-option-mac {
	display: none;
	position: absolute;
	background: #fff;
	padding: 4px 0;
	width: 100%;
	left: -1px;
	border: 1px solid #D9D9D9;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
	z-index: 999;
}

.model-system-box .model-check-option {
	display: none;
}

.model-border .model-check-option {
	display: block;
}

.model-check-option {
	max-height: 240px;
	overflow-y: auto;
	position: absolute;
	background: #fff;
	padding: 4px 0;
	width: 100%;
	left: -1px;
	border: 1px solid #D9D9D9;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
	z-index: 999;
}

.model-select-option::-webkit-scrollbar, .model-select-option-mac::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 7px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.model-select-option::-webkit-scrollbar-thumb, .model-select-option-mac::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	background: #C8CBC9;
	border-radius: 4px;
}

.model-select-option::-webkit-scrollbar-track, .model-select-option-mac::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	background: rgba(221, 223, 222, 0.4);
	border-radius: 4px;
}


.model-select-option li, .model-select-option-mac li {
	height: 32px;
	padding-left: 2px;
	line-height: 32px;
	color: rgba(0, 0, 0, 0.85);
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap
}

.model-select-option .fir-ul, .model-select-option-mac .fir-ul {
	position: relative;
}

.model-select-option li.seleced, .model-select-option-mac li.seleced {
	background: rgba(0, 0, 0, 0.08);
}

.select-title {
	color: rgba(0, 0, 0, 0.85);
	line-height: 32px;
	font-size: 14px;
	margin-right: 5px;
}

.btn-wrap {
	display: flex;
}

/*progress进度条样式*/
.progress {
	position: relative;
	width: 183px;
	top: 10px;
	float: left;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.progress_bg {
	height: 4px;
	border-radius: 6px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.1);
}

.progress_bar {
	background: #38CA7B;
	width: 54px;
	height: 4px;
	border-radius: 6px;
}

.progress_btn {
	width: 14px;
	height: 14px;
	background: #FFFFFF;
	border: 2px solid #38CA7B;
	border-radius: 50%;
	position: absolute;
	left: 54px;
	margin-left: -7px;
	top: -6px;
	cursor: pointer;
	box-sizing: border-box;
}

.progress_text {
	position: absolute;
	top: -10px;
	right: -45px;
}

.ipt-wrap {
	display: inline-block;
	position: relative;
	margin-left: 20px;
}

.seperator {
	width: 0px;
	height: 13px;
	border-left: 1px solid #D8D8D8;
	margin: 0px 5px;
	position: relative;
	top: 3px;
	display: inline-block;
}

.ent-form>div {
	color: rgba(0, 0, 0, 0.85);
	margin-bottom: 24px;
	position: relative;
	display: flex;
	align-items: center;
}

.ent-form label:first-child {
	width: 100px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.85);
	line-height: 32px;
	text-align: right;
	display: inline-block;
}

.ent-form .message-input {
	width: 395px;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: top;
	padding-left: 8px;
	outline: none;
}

.ent-form .message-filebtn {
	width: 92px;
	height: 28px;
	line-height: 28px;
	margin-left: 10px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

.ent-form .message-filebtn>input {
	color: rgba(0, 0, 0, 0.85);
	width: 92px;
	height: 28px;
	position: absolute;
	left: 0px;
	z-index: 5;
	font-size: 0px;
	outline: none;
	opacity: 0;
}

.ent-form .message-filebtn p,
.ent-form .message-filebtn button {
	width: 92px;
	height: 28px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	text-align: center;
	padding: 0px;
	border: none;
}

.ent-form label.error {
	font-size: 14px;
	color: red;
	position: absolute;
	left: 121px;
	bottom: -20px;
}

/*tab切换样式*/
.tab-wrap {
	height: 40px;
	margin: 0 20px;
	overflow: hidden;
	padding-top: 30px;
}

.tab-wrap ul {
	overflow: hidden;
}

.tab-wrap>ul>li {
	border-radius: 3px 3px 0 0;
	float: left;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	margin-right: 2px;
	position: relative;
	text-align: center;
	width: 118px;
}

.tab-wrap>ul>li:hover {
	cursor: pointer;
	opacity: 0.8;
}

.tab-wrap .tab-unchosen {
	color: rgba(0, 0, 0, 0.65);
	background-color: rgba(0, 0, 0, 0.02);
	border: 1px solid #DADADA;
}

.tab-wrap .tab-chosen {
	z-index: 1;
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.10);
	border-bottom-color: #FFF;
	color: rgba(0, 0, 0, 0.85);
}

.strategy-tab {
	min-height: 400px;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.10);
	border-radius: 0 3px 3px 3px;
	margin: -1px 20px 0px;
	padding-bottom: 20px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.85);
	position: relative;
	overflow: hidden;
	display: none;
}

.strategy-tab.show {
	display: block;
}

/*选择部门/用户弹窗*/
.info-role {
	width: 836px;
}

.info-role .model-head {
	overflow: hidden;
	border: 1px solid rgb(223, 223, 223);
	;
}

.info-role .model-title {
	font-size: 16px;
	line-height: 40px;
}

.info-role .role-search {
	position: relative;
	border-radius: 3px;
	width: 324px;
	height: 32px;
	background-color: #FFFFFF;
	overflow: hidden;
}

.info-role .role-search>input {
	outline: none;
	width: 100%;
	font-size: 14px;
	padding-left: 8px;
	padding-right: 30px;
	box-sizing: border-box;
}

.info-role .role-search>div {
	width: 30px;
	height: 30px;
	position: absolute;
	overflow: hidden;
	right: 0px;
	top: 0px;
}

.info-role .role-search>div>img {
	width: 16px;
	height: 16px;
	margin: 7px;
}

.info-role .role-search>div:hover {
	cursor: pointer;
}

.info-role .model-content {
	overflow: hidden;
	padding: 22px 32px 0px;
}

.info-role .model-roleBox {
	width: 374px;
	float: left;
}

.info-role .model-roleData {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 20px 0px 20px 24px;
	height: 356px;
	background: rgba(0, 0, 0, 0.02);
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.info-role .model-bt {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.85);
	line-height: 21px;
	margin-bottom: 12px;
}

.info-role .model-bread {
	margin: 12px 0px;
	font-size: 14px;

	line-height: 22px;
}

.info-role .model-bread label {
	position: relative;
	top: -3px;
}

.info-role .link {
	cursor: pointer;
	color: #26B367;
	flex: 1;
}

.info-role .model-box {
	height: 240px;
	padding: 0px;
	padding-right: 24px;
	border: none;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.85);
	line-height: 19px;
	overflow-y: auto;
}

/* .info-role .model-checkList {
	height: 314px;
} */

.info-role .model-box li {
	overflow: hidden;
	margin-bottom: 11px;
}

.info-role .model-userList li>div {
	cursor: default;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
}

.info-role .model-userList li>span {
	float: right;
}

.info-role .model-box ul li>div {
	cursor: default;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
}

.info-role .model-box ul li label {
	display: flex;
	align-items: center;
}

.info-role .model-box ul li>span {
	float: right;
	min-width: 30px;
}

.info-role .model-box .strDelete {
	min-width: 30px;
}

.info-role .model-box ul li {
	display: flex;
	justify-content: space-between;
}

.info-role .arrow {
	margin: 0 4px;
	display: inline-block;
}

.info-role .model-content {}

.info-role .model-bottom {
	overflow: hidden;
	margin: 20px 0px;
}

.info-role .nextBtn {
	color: rgb(197, 197, 197);
}

.info-role .nextLv {
	cursor: pointer;
	color: #26B367;
}

#leftMenu .exclusive-btn {
	display: none;
}

.setting-wrap {
	padding: 43px 60px;
}

.login-setting-item-title {
	display: inline-block;
	width: 100px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.85);
	letter-spacing: 0;
	line-height: 22px;
}

.setting-item-title {
	display: inline-block;
	width: 156px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.85);
	letter-spacing: 0;
	line-height: 22px;
	margin-bottom: 22px;
}

.setting-item-title-other {
	display: inline-block;
	width: 156px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.85);
	letter-spacing: 0;
	line-height: 22px;
	margin-bottom: 22px;
}


.ztree li span.button.switch {
	margin-right: 6px;
}

.ztree li span.button.noline_close {
	background: url(../img/close.png) center;
}

.ztree li span.button.noline_open {
	background: url(../img/open.png) center;
}

.ztree li span.button.chk {
	width: 16px;
	height: 16px;
	margin-right: 10px;
	background: rgba(255, 255, 255, 1);
	border-radius: 2px;
	border: 1px solid rgba(222, 225, 230, 1);
}

.ztree li span.button.chk.checkbox_false_full_focus {
	border-color: #38CA7B;
}

.ztree li span.button.chk.checkbox_true_full {
	background: url(../img/check.png) center;
	background-color: rgba(56, 202, 123, 1);
}

.ztree li span.button.chk.checkbox_true_full_focus {
	background: url(../img/check.png) center;
	background-color: rgba(56, 202, 123, 1);
}

.ztree li span.button.chk.checkbox_true_part,
.ztree li span.button.chk.checkbox_false_part,
.ztree li span.button.chk.checkbox_false_part_focus {
	background: url(../img/check.png) center;
	background-color: rgba(56, 202, 123, 0.5);
}

.ztree li span.button.chk.checkbox_true_part_focus {
	background: url(../img/check.png) center;
	background-color: rgba(56, 202, 123, 0.5);
}

.ztree li span {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.85);
	line-height: 19px;
}

.ztree li {
	margin-bottom: 12px;
}

.ztree li:first-child {
	margin-top: 12px;
}

.ztree li a:hover {
	text-decoration: none;
}

.setting-item-title-level2 {
	display: inline-block;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.85);
	letter-spacing: 0;
	line-height: 22px;
	margin: 6px 0 30px 30px;
	display: inline-block;
	vertical-align: top;
}

.title-top {
	padding-top: 20px;
}

.setting-item-input-title {
	width: 150px;
	margin-bottom: 30px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.85);
}

.setting-item-input-content {
	position: relative;
	margin-left: 30px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.85);
}

.setting-item-content {
	display: inline-block;
	margin-bottom: 20px;
	margin-left: 30px;
}

.err-text {
	display: block;
	position: relative;
	height: 20px;
	left: 160px;
	bottom: 12px;
	line-height: 20px;
	color: red;
}

.range-remind {
	color: #B7B7B7;
	margin-left: 10px;
}

.setting-input {
	width: 80px;
}

.scroll-box {
	overflow: auto;
}

.scroll-box::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 7px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.scroll-box::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	background: #C8CBC9;
	border-radius: 4px;
}

.scroll-box::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	background: rgba(221, 223, 222, 0.4);
	border-radius: 4px;
}

.activation {
	width: 13px;
	height: 20px;
	background: url(../img/activation.png) center no-repeat;
	float: left;
}

.activation_no {
	width: 13px;
	height: 20px;
	background: url(../img/activation_no.png) center no-repeat;
	float: left;
}

.nodata {
	height: 120px;
	font-size: 14px;
	color: #262626;
}