* {
	font-size: 13px;
	margin: 0;
	padding: 0;
	outline: none!important;
	list-style: none;
	text-decoration: none;
}

*,
a,
font,
span,
label,
input,
button {
	font-family: "微软雅黑";
}


/*所有字体不可复制*/

* {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

html {
	font-size: 13px;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	position: absolute;
	width: 100%;
	height: 100%;
}

img {
	border: none;
}

label {
	margin: 0;
}

table {
	border-collapse: collapse;
}

.ovh {
	overflow: hidden;
}

.m0 {
	margin: 0;
}

.tc {
	text-align: center;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fn {
	float: none!important;
}

.hide {
	display: none;
}

.bgnone {
	background: none;
}

.font_blue {
	color: #409eff;
}

.font_green {
	color: #16b51c;
}

.font_orange {
	color: #ff861e;
}

.font_red {
	color: #ff5722;
}

.font_grey {
	color: #aaa!important;
}

.soniframe {
	display: none;
}

.w100 {
	width: 100%;
}

.mt20 {
	margin: 20px 0 0;
}


/*layui框架修改*/

* {
	outline: none;
}

html {
	color: #333;
	background: #fff;
}

.layui-fluid {
	padding: 0;
}

.layui-layout-admin .layui-header {
	border-bottom: 1px solid #eee;
	background: #fbfbfb;
}

.layui-layout-admin .layui-logo {
	text-align: left;
}

.layadmin-setTheme-side,
.layui-side-menu,
.layui-layout-admin .layui-logo {
	background: #fff!important;
	background-color: #fff!important;
	box-shadow: none;
	color: #000;
}

.layui-layout-admin .layui-logo {
	font-size: 24px;
	color: #a7bcd2;
	text-shadow: 1px 1px 0px #fff;
	letter-spacing: 1.5px;
	height: 50px;
	padding: 0 10px 0 40px;
	background: #fbfbfb!important;
	border-bottom: 1px solid #eee;
}

.layui-layout-admin .layui-logo .layui-icon {
	display: none;
}

.layadmin-side-shrink .layui-layout-admin .layui-logo {
	padding: 0 10px 0 13px;
}

.layadmin-side-shrink .layui-layout-admin .layui-logo .layui-icon {
	display: block;
	font-size: 30px;
}

.layadmin-side-shrink .layui-layout-admin .layui-logo img {
	display: none;
}

.layui-side-menu .layui-nav {
	box-sizing: border-box;
	border-right: 1px solid #eee;
	margin-top: 89px;
	padding: 0 0 30px;
}

.layui-nav .layui-nav-item a {
	color: #333;
}

.layui-layout-admin .layui-header .layui-nav .layui-this:after,
.layui-layout-admin .layui-header .layui-nav-bar,
.layui-nav-tree .layui-nav-bar {
	background-color: #2790fa;
}

.layui-side-menu .layui-nav .layui-nav-item a {
	height: 50px;
	line-height: 50px;
	padding: 0 10px 0 60px;
}

.layadmin-side-shrink .layui-side-menu .layui-nav .layui-nav-item a {
	padding: 0 0px 0 59px;
}

.layui-nav-tree .layui-nav-itemed>a {
	color: #1989fa;
}

.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a,
.layui-nav-tree .layui-nav-title a,
.layui-nav-tree .layui-nav-title a:hover {
	color: #1989fa!important;
}

.layadmin-side-shrink .layui-side-menu .layui-nav>.layui-nav-itemed>a {
	background: rgb(64, 158, 255);
	color: #fff!important;
}

.layui-nav-itemed>.layui-nav-child {
	background-color: transparent!important;
}

.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this>a,
.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a {
	background-color: #fff!important;
}

.layui-side-menu .layui-nav .layui-nav-item .layui-icon {
	left: 40px;
	margin-top: -25px;
}

.layadmin-side-shrink .layui-side-menu .layui-nav .layui-nav-item .layui-icon {
	left: 20px;
}

.layui-side-scroll .layui-nav .layui-nav-more {
	border-color: #333 transparent transparent;
	border-top-color: rgba(0, 0, 0, .7);
	right: 0;
	position: relative;
	top: 11px;
	left: 5px;
}

.layui-side-scroll .layui-nav-itemed>a .layui-nav-more {
	top: -11px;
	border-color: transparent transparent #409eff;
}

.layui-card .layui-tab-brief .layui-tab-title li {
	margin: 0 20px 0 0;
}

.layui-tab-brief .layui-tab-title li:hover,
.layui-tab-brief .layui-tab-title li.layui-this {
	color: #409eff;
}

.layadmin-pagetabs {
	box-shadow: none;
	border-bottom: 1px solid #eee;
}

.layadmin-pagetabs .layui-tab-title li.layui-this,
.layadmin-pagetabs .layui-tab-title li:hover {
	background-color: #fff;
}

.layadmin-pagetabs .layui-tab-title li.layui-this {
	color: #409eff;
}

.layadmin-pagetabs .layui-tab-title li.layui-this:after {
	background-color: #409eff!important;
}

.layadmin-pagetabs .layui-tab-title li:after {
	background-color: #409eff!important;
}

.layui-elem-field legend {
	font-weight: bold;
}

.layui-card-header {
	height: 24px;
	line-height: 25px;
	padding: 0 9px;
	color: #5b5f6d;
	border-radius: 2px 2px 0 0;
	font-size: 17px;
	font-weight: bold;
	border-left: 5px solid #2790fa;
	border-left: 5px solid #409eff;
	border-bottom: none;
}

.layui-card-header .search_line {
	font-size: 13px;
	font-weight: normal;
}

.caller-tab .layui-card-header {
	margin: 0 0 20px;
}

.layui-card-header .header_edit {
	float: right;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: normal;
	height: 24px;
	line-height: 24px;
	margin: 0 0 0 10px;
	border: 1px solid transparent;
	border-radius: 24px;
}

.layui-card-header .header_btn {
	display: inline-block;
	font-size: 13px;
	color: #fff;
	background: #409eff;
	height: 20px;
	line-height: 20px;
	border: 1px solid #409eff;
	border-radius: 5px;
	padding: 0px 3px;
	margin: 0 0 0 5px;
	position: relative;
	top: -1px;
	transition: all 0.3s;
}

.layui-card-header .header_btn:hover {
	color: #409eff;
	background: #fff;
	cursor: pointer;
}

.layui-card-header .hollow_btn,
.layui-card-header .header_edit:hover {
	color: #409eff;
	background: #fff;
	border: 1px solid #409eff;
}

.layui-card-header .hollow_btn:hover {
	/*transition: all 0s;
	color: #ff861e;
	border-color: #ff861e;*/
	opacity: 0.5;
}

.batchdelete_box {
	display: none;
}

.layui-card-header font {
	font-size: 13px;
	font-weight: normal;
	color: #ff5722;
	margin: 0 0 0 3px;
}

.layui-card {
	box-sizing: border-box;
	box-shadow: none;
	padding: 15px 0;
}

.layui-btn {
	background: #409eff;
}

.layui-btn.fa {
	line-height: 38px;
}

td .layui-btn+.layui-btn {
	margin-left: 5px!important;
}

.layui-btn-warm {
	background: #ff861e!important;
}

.layui-btn-green {
	background: #16b51c!important;
}

.layui-btn-red {
	background: #ff5722!important;
}

.layui-btn-white {
	background: #fff;
}

.layui-btn-info,
.layui-btn-info:hover {
	color: #409eff;
	background: #fff;
	border: 1px solid #409eff;
}

table .layui-btn-danger {
	background-color: #FF5722;
}

.layui-btn-primary,
.layui-btn-primary:hover {
	background: #fff;
	border: 1px solid #409eff;
	color: #409eff;
}

.layui-btn-sm {
	height: 22px;
	line-height: 22px;
	padding: 0 7px;
	margin: 5px 0 0;
}

input[type="reset"].layui-btn-sm {
	height: 24px;
}

.layui-form-item {
	margin: 0;
}

.layadmin-message-fluid .layui-form-item {
	margin: 0 0 15px;
}

.layadmin-message-fluid .layui-form-item:last-child {
	margin: 0;
}

.layui-btn-primary:hover {
	opacity: 0.8;
}

.layui-form-select .layui-edge {
	right: 7px;
	border-radius: 3px;
}

.layui-form-select dl {
	max-height: 192px;
}

.layui-form-select dl dd.layui-this,
.layui-laydate .layui-this {
	background-color: #409eff!important;
}

.layui-card-body {
	padding: 15px 0;
}

.layui-card-body .render_tab {
	margin: 0;
}

.layui-form-label {
	box-sizing: border-box;
	width: 110px;
	padding: 9px 8px 9px 0;
}

.red_dot {
	display: none;
	box-sizing: border-box;
	font-size: 13px;
	color: #ff5722;
	width: 8px;
	height: 8px;
	background: #ff5722;
	border-radius: 100%;
	border: 1px solid #fff;
	text-shadow: 1px 1px 1px #fff;
	position: absolute;
	top: 10px;
	right: -8px;
}

.red_hint {
	display: inline-block;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	padding: 0 4.5px;
	color: #fff!important;
	background: #ff5722;
	border-radius: 100%;
}

.head_tool .red_hint {
	color: #ff5722!important;
	background: #fff;
}

.layui-laydate-main {
	width: 240px!important;
}

.layui-laydate-header {
	line-height: 28px!important;
	padding: 5px 70px 3px!important;
}

.layui-laydate-header i {
	top: 4px!important;
}

.layui-laydate-content {
	padding: 5px 10px!important;
}

.layui-laydate-content td,
.layui-laydate-content th {
	height: 26px!important;
	padding: 3px!important;
}

.layui-laydate-footer {
	height: 37px!important;
	padding: 4px 20px!important;
}

.laydate-footer-btns {
	top: 5px!important;
}

.layui-laydate-range {
	width: 482px!important;
}

.laydate-time-list ol {
	height: 144px!important;
}

.laydate-time-list ol li {
	line-height: 29px!important;
	padding-left: 28px!important;
}

.mix_line {
	padding: 20px 0;
}

.search_top {
	margin: 0 -79px 0 0;
	padding: 0 89px 0 0;
}

.search_line .layui-inline {
	margin: 0;
}

.search_line .layui-form-label {
	width: auto;
}

.mix_line .layui-form-label {
	width: auto;
	padding: 5px 8px;
}

.search_line .layui-form-checkbox {
	margin: 0;
}

.search_line .layui-form-checked i {
	color: #409eff;
}

.mix_line .xm-select-parent .xm-select-title,
.mix_line .xm-select-parent .xm-select,
.mix_line .xm-select-parent .xm-input,
.mix_line .layui-input,
.mix_line .layui-btn {
	min-height: 30px;
	height: 30px;
	line-height: 30px;
}

.layui-form-radio {
	padding: 0 5px 0 0;
}

.layui-form-radio>i {
	margin: 0 2px 0 0;
}

.layui-form-radio>i:hover,
.layui-form-radioed>i,
.layui-form-radio:hover i {
	color: #409eff;
}

.layui-table-cell .layui-icon {
	font-size: 13px;
}

.layui-input:focus,
.layui-textarea:focus {
	border-color: #9dc8f5!important;
}

.layui-textarea {
	padding: 6px 10px;
	resize: none;
}

.layuiadmin-card-list p.layuiadmin-normal-font {
	font-size: 17px;
	font-weight: bold;
	color: #a8b2bd;
}

.layui-tab-title li:before {
	margin: 0 4px 0 0;
}

.layui-tab-title li font {
	color: #a8b2bd;
	margin: 0 0 0 5px;
}

.line-tab-title,
.line-tab-title li {
	height: 30px;
	line-height: 14px;
}

.layui-tab-title.line-tab-title .layui-this:after {
	height: 31px;
}

.layui-form-switch {
	box-sizing: border-box;
	height: 24px;
	padding: 0 6px 0 2px;
	margin: 0 5px 0 0;
}

.layui-form-switch:last-child {
	margin: 0;
}

.layui-form-switch em {
	font-size: 13px;
}

.layui-layer-btn {
	border-top: 1px solid #eee;
	background: #f8f8f8;
	padding: 2px 15px 6px!important;
	pointer-events: auto;
	user-select: none;
	-webkit-user-select: none;
}

.layui-layer {
	max-height: 100%;
	border-radius: 0!important;
}


/*.layui-col-md12 {
	margin: 0 0 10px;
}*/

.layui-col-md12:last-child {
	margin: 0;
}

.right_btn_line {
	position: relative;
}

.rbl_text {
	box-sizing: border-box;
	position: relative;
	padding: 0 102px 0 0;
}

.rbl input[type="text"] {
	width: 100%;
}

.rbl_btn {
	position: absolute;
	top: 0;
	right: 0;
}

.right_btn_qrcodeline {
	color: #6e8ca2;
	text-align: center;
	position: relative;
}

.rbq_img {
	width: 150px;
}

.rbq_btn {
	position: absolute;
	bottom: 2px;
	right: 0;
}

.sub_bottom_info:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #e6e6e6;
	margin: 20px 0;
}

.message-content .media-body {
	margin-bottom: 0;
	padding: 25px 0;
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
}

.caller_bom .layui-breadcrumb {
	display: inline-block;
}

.caller_bom .layui-breadcrumb a,
.caller_bom .layui-breadcrumb button {
	font-size: 12px;
}

.caller_bom .caller-iconset i {
	font-size: 11px;
	color: #999;
	cursor: pointer;
}

.caller_bom .caller-iconset i:before {
	font-size: 15px;
	margin: 0 2px 0 0;
}

.dialogue_btn_select,
.caller_bom .caller-iconset .layui-icon-dialogue:hover {
	color: #5cb85c!important;
}

.star_btn_select,
.caller_bom .caller-iconset .layui-icon-star:hover {
	color: #f0ad4e!important;
}

.praise_btn_select,
.caller_bom .caller-iconset .layui-icon-praise:hover {
	color: #d9534f!important;
}

.reply_box .caller-item {
	box-sizing: border-box;
	background: #f8f8f8;
	padding: 15px!important;
	/*border-top: 1px solid #e6e6e6!important;*/
}

.reply_box .caller-item:first-child {
	margin: 20px 0 0;
}

.reply_box .caller-item:last-child {
	border: none;
}


/*顶部分割线补充按钮*/

.breadcrumb_top {
	float: right;
	margin: -23px 20px 0 0;
	background: #fff;
	padding: 0 10px;
	visibility: visible;
}

.breadcrumb_top .breadcrumb_select {
	display: inline-block;
	font-size: 13px;
	color: #fff!important;
	height: 24px;
	line-height: 24px;
	background: #409eff;
	padding: 0 15px;
	border-radius: 22px;
}

.breadcrumb_top .breadcrumb_select:hover {
	color: #fff!important;
	opacity: 0.8;
}

.layui-breadcrumb a,
.layui-breadcrumb button,
.layui-breadcrumb font {
	font-size: 12px;
	color: #999!important;
	border: none;
	background: none;
	cursor: pointer;
}

.card-columns {
	column-gap: 20px;
}

.card-columns .card {
	margin-bottom: 20px;
}

.layui-breadcrumb a:hover,
.layui-breadcrumb button:hover {
	color: #409eff!important;
}

.grid .layuiadmin-card-text {
	border: 1px solid #e3e9ef;
	border-radius: 2px;
}

.work_card .layui-text-top font {
	font-size: 13px;
}

.layuiadmin-card-text .layui-text-top i {
	color: #409eff;
}

.grid-item .layuiadmin-card-text .layui-text-top i {
	float: left;
	font-size: 21px;
}

.modulartit_icon.new_icon {
	position: relative;
}

.modulartit_icon.new_icon:after {
	content: "new!";
	position: absolute;
	top: -2px;
	left: -10px;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	line-height: 12px;
	background: #f8f8f8;
	transform: rotateZ(-33deg);
}

.layuiadmin-card-text .layui-text-center,
.layuiadmin-card-text .layui-text-bottom {
	margin: 0;
	height: auto;
	line-height: 20px;
}

.layuiadmin-card-text .layui-text-center {
	margin: 0 0 10px;
}

.layuiadmin-card-text .layui-text-bottom {
	padding: 0 40px 0 0;
}

.ltc_label {
	font-size: 0;
}

.ltc_label label {
	display: inline-block;
	font-size: 13px;
	white-space: nowrap;
	min-width: 50%;
}

.modular_tag {
	font-size: 0;
	line-height: 20px;
	margin: 0 0 5px;
}

.modular_tag span {
	display: inline-block;
	font-size: 13px;
	color: #409eff;
	margin: 0 13px 0 0;
}

.modular_tag span:last-child {
	margin: 0;
}

.modular_tag span:before {
	content: "#";
}

.layui-table .layui-input {
	height: 28px;
	line-height: 28px;
}

.layui-table .layui-input.layui-table-edit {
	height: 38px;
	line-height: 38px;
}

.layui-table a.layui-icon {
	font-size: 17px;
	font-weight: bold;
	color: #409eff;
}

.layui-table a:hover {
	cursor: pointer;
	opacity: 0.8;
}

.layui-table-fixed-l {
	box-shadow: none;
	left: -1px;
}


/*.layui-form-item .layui-btn {
	margin: 0!important;
}
*/

.layui-table-view {
	margin: 0!important;
}

.layui-layedit-tool {
	background: #f8f8f8;
}

.layui-layedit-tool .layui-icon:hover {
	color: #409eff;
}


/*穿梭框*/

.layui-transfer {
	display: inline-block;
	text-align: center;
}

.layui-transfer-box {
	text-align: left;
}

.layui-transfer-box .layui-form-checkbox:hover {
	opacity: 0.8;
}

.layui-transfer-active {
	margin: 15px;
}

.layui-transfer-header {
	background: #fafafa;
}

.layui-transfer-data li {
	padding: 6px 10px;
	height: auto;
	min-height: 20px;
	line-height: 20px;
}

.layui-transfer-search .layui-input {
	font-size: 13px;
}

.layui-transfer-box .layui-form-checkbox span {
	color: #333;
	text-shadow: none;
	word-break: break-all;
	white-space: normal;
}

.layui-transfer-box .layui-checkbox-disbaled span {
	color: #c2c2c2;
}

.layui-transfer-box:first-child .layui-transfer-header .layui-form-checkbox span {
	color: #ff2b2b;
}

.layui-transfer-box:last-child .layui-transfer-header .layui-form-checkbox span {
	color: #409eff;
}

.layui-transfer-active .layui-btn {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}


/*项目主页*/

.project_head .layui-card {
	display: block;
	padding: 0;
	border-radius: 4px;
	transition: all 0.3s;
	overflow: hidden;
	/*border: 1px solid #e6e6e6;*/
}

.project_head .layui-card:hover {
	filter: brightness(110%);
	cursor: pointer;
}

.allpj {
	border: 1px solid #d9534f;
}

.finishedpj {
	border: 1px solid #337ab7;
}

.ongoingpj {
	border: 1px solid #5cb85c;
}

.lockpj {
	border: 1px solid #f0ad4e;
}

.project_head .layui-card-header,
.project_head .layui-card-body {
	padding: 10px 20px;
}

.project_head .layui-card-header {
	font-size: 13px;
	font-weight: normal;
	border: none;
	background: #fafafa;
}

.allpj .layui-card-header {
	color: #d9534f;
}

.finishedpj .layui-card-header {
	color: #337ab7;
}

.ongoingpj .layui-card-header {
	color: #5cb85c;
}

.lockpj .layui-card-header {
	color: #f0ad4e;
}

.project_head .layui-card-body {
	position: relative;
}

.allpj .layui-card-body {
	background: #d9534f;
}

.finishedpj_btn,
.finishedpj .layui-card-body {
	background: #337ab7;
}

.ongoingpj_btn,
.ongoingpj .layui-card-body,
.startproject {
	background: #5cb85c;
}

.lockpj_btn,
.lockpj .layui-card-body {
	color: #fff;
	background: #f0ad4e;
	border: none;
}

.finishedpj_btn,
.ongoingpj_btn,
.lockpj_btn {
	opacity: 1!important;
	cursor: default;
	border-radius: 100%;
	padding: 0;
	width: 22px;
	text-align: center;
	text-indent: 3px;
}

.finishedpj_btn .layui-icon,
.ongoingpj_btn .layui-icon,
.lockpj_btn .layui-icon {
	font-size: 16px!important;
}

.project_head .layuiadmin-card-list p {
	color: #fff;
	text-align: right;
}

.pjhead_icon {
	position: absolute;
	top: 35px;
	left: 20px;
	font-size: 55px;
	color: #fff;
}

.project_head .layui-card-header .layui-icon {
	font-size: 13px;
}


/*查看表单*/

.tabsearch {
	padding: 0 10px;
	margin: 0 0 10px;
}

.layui-col-space20 .tabsearch {
	margin: 10px 0;
}

.space20_bg {
	margin: 0;
	padding: 10px;
	background: #f8f8f8;
}

.fill_box {
	background-color: #fbfbfb;
	border: 1px solid #eaeefb;
	padding: 15px;
	border-radius: 3px;
}

.layadmin-message-fluid .fill_box {
	margin: 20px 0 0;
}

.detail_item {
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.detail_item .layui-row {
	background: #f9f9f9;
}

.detail_item .layui-form-label,
.detail_item .layui-input-block {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-bottom: none;
}

.detail_item .layui-form-label {
	background: #f9f9f9;
	border-left: none;
	border-right: none;
}

.detail_item .layui-input-block {
	min-height: 39px;
}

.detail_item .layui-input-block input,
.detail_item .layui-input-block textarea {
	border: none;
	text-align: left;
}

.detail_item .layui-input-block .row {
	display: block;
	width: 100%;
	overflow: hidden;
}

.detail_item .layui-form-label {
	box-sizing: border-box;
	width: 80px;
}

.detail_item .layui-input-block {
	margin-left: 80px;
}

.detail_item .user_head {
	width: 150px;
	height: 200px;
	background: url(../images/userhead_bg2.png) center;
	background-size: cover;
	padding: 0;
	border-right: 1px solid #e6e6e6;
	position: relative;
}

.detail_item .user_head img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}

.detail_item .user-input-block {
	margin-left: 150px;
	border: none;
	overflow: hidden;
}


/*下载文件*/

.detail_item .file_download {
	box-sizing: border-box;
	display: inline-block;
	border: none;
	padding: 0 10px;
	max-width: 100%;
	position: relative;
}

.detail_item .file_download:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.file_download input {
	display: block;
	color: #1e9fff;
	line-height: 38px;
	height: 38px;
	padding: 0;
	border: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
}

.detail_item .file_download:hover input {
	text-decoration: underline;
	opacity: 0.8;
}

.layuiadmin-card-text .layui-text-bottom .ltb_btn {
	font-size: 12px;
	color: #fff;
	background: #409eff;
	border: none;
	padding: 3px 7px;
	position: relative;
	top: -1px;
	border-radius: 2px;
	cursor: pointer;
}

.layuiadmin-card-text .layui-text-bottom .ltb_btn:hover {
	opacity: 0.8;
}

.submitnum {
	display: none;
	width: 36px;
	text-align: center;
	margin: 0!important;
	padding: 0 2px!important;
	position: absolute;
}


/*上传组合*/

.mix_uploadbox .layui-upload-list {
	overflow: hidden;
}

.mix_uploadbox .layui-upload-drag {
	float: left;
	box-sizing: border-box;
	padding: 30px 20px;
	margin: 0 15px 10px 0;
	z-index: 2;
}

.mix_uploadbox .layui-upload-drag:hover {
	border-color: #98cbff;
}

.mix_uploadbox .layui-upload-drag:hover p {
	color: #409eff;
}

.mix_uploadbox .layui-upload-choose {
	display: block;
	color: #009688;
	word-break: break-word;
	width: 100%;
	padding: 0;
}

.mix_uploadbox .layui-table {
	margin: 0;
}

.mix_uploadbox .layui-upload-list .layui-table th,
.mix_uploadbox .layui-upload-list .layui-table td {
	white-space: nowrap;
}

.nowrap {
	white-space: nowrap;
}

.mix_uploadbox .layui-upload-list .layui-table .wordbreak {
	white-space: normal;
	word-break: break-word;
}

.mix_uploadbox .upload_btn {
	text-align: right;
	margin: 10px 0;
	clear: both;
}

.mix_uploadbox .upload_btn button {
	box-sizing: border-box;
	background: #fff;
	color: #409eff;
	border: 1px solid #98cbff;
}


/*网格图片&信息显示*/

.pictext_box {
	margin: -10px;
	overflow: hidden;
}

.pictext_net {
	box-sizing: border-box;
	float: left;
	width: 165px;
	background: #fff;
	border: 1px solid #fff;
	padding: 10px;
	margin: 10px;
	border-radius: 3px;
	transition: all 0.13s;
	cursor: pointer;
}

.opacity_box .pictext_net {
	opacity: 0.5;
}

.opacity1 {
	opacity: 1!important;
}

.pictext_select {
	background: #e8f3ff!important;
	border: 1px solid #7fbeff!important;
	opacity: 1!important;
}

.pictext_net:hover {
	background: #fafafa;
	border: 1px solid #eee;
	opacity: 1;
}

.pn_img_box {
	width: 100%;
	padding: 75% 0 0;
	position: relative;
}

.pn_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.pn_img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.pn_info {
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}


/*test开始*/

.position {
	position: relative;
	left: 0;
	right: 0;
}

.left {
	position: absolute;
	left: 0;
	right: 0;
}


/*test结束*/

.pn_img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	/*图片不可拖动*/
	-webkit-user-drag: none;
}

.pn_info {
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin: 5px 0 0;
	overflow: hidden;
}


/*视频*/


/*比例盒子*/

.proportion_box_one {
	width: 100%;
	padding: 30% 0 0;
	position: relative;
}

.abs_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.abs_box video {
	float: left;
	width: auto;
	height: 100%;
	margin: 0 20px 0 0;
}

.video_info {
	text-align: left;
}

.video_info_tit {
	font-size: 17px;
	margin: 0 0 20px;
}

.video_info_content {
	line-height: 20px;
}


/*自定义标签页样式一*/

.customtab_one {
	margin: 0;
}

.customtab_one .layui-tab-content {
	padding: 25px 0!important;
}

.fixtop_tabbtn {
	position: fixed!important;
	top: 0!important;
	right: 0;
	text-align: center;
	width: 100%;
	height: 38px!important;
	line-height: 38px!important;
	background: #ff861e!important;
	border-radius: 0!important;
	border: none!important;
	z-index: 9999;
}

.fixtop_tabbtn:hover {
	color: #fff!important;
	background: #40afee!important;
}


/*链接侧边栏*/

.quick_line {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 200;
}

.quick_line a,
.top {
	display: inline-block;
	box-sizing: border-box;
	float: left;
	clear: both;
	font-size: 13px;
	color: #8a939c;
	line-height: 17px;
	letter-spacing: 2px;
	width: 50px;
	height: 50px;
	background: #f8f8f8;
	padding: 8px 0 0 8px;
	margin: 5px 0 0;
	border: 1px solid #efefef;
	cursor: pointer;
}

.top {
	display: none;
	font-size: 40px;
	padding: 0 0 0 4px;
	line-height: 50px;
	text-align: center;
}

.top:hover,
.quick_line a:hover {
	color: #333;
	background: #fafafa;
}


/*问答*/

.q_btn.header_edit:after {
	content: "我要提问 \e61a";
}

.q_btn_show {
	color: #409eff!important;
	background: #fff!important;
	border: 1px solid #409eff!important;
}

.q_btn_show.header_edit:after {
	content: "收起提问 \e619";
}

.q_box {
	display: none;
}

.reply_box .q_box {
	margin: 20px 0 0;
}


/*底部综合按钮*/

.bottom_btnbox {
	text-align: center;
	padding: 30px 0;
}

.bottom_btnbox .layui-btn {
	height: 45px;
	line-height: 45px;
	padding: 0 45px;
}


/*按钮input读取字段可换行*/

.btn_article {
	word-break: break-all;
	white-space: inherit;
	text-align: left;
	height: 36px;
	background: none;
	border: none;
}


/*下拉选择行内平铺*/

.float_dd dl dd {
	float: left;
	/*white-space: nowrap;*/
	word-break: break-all;
	margin: 0 0 0 5px;
	transition: 0.2s all;
}

.float_dd dl dd:hover {
	color: #409eff;
	transition: 0.2s all;
}

.float_dd dl dd.layui-this:hover {
	color: #fff;
}


/*排课使用样式*/


/*主体*/

.main_content {
	box-sizing: border-box;
	width: 100%;
	padding: 20px 33px 99px;
}


/*修改layui css*/

.layui-input:focus,
.layui-textarea:focus {
	border-color: #9dc8f5!important;
}

.layui-input-block>.layui-input:nth-child(n+2) {
	margin: 10px 0 0;
}

.layui-tab {
	margin: 0;
}

.layui-card .layui-tab-brief .layui-tab-content,
.layui-tab-content {
	padding: 20px 0 0;
}

.layui-table tbody tr:hover,
.layui-table thead tr,
.layui-table-click,
.layui-table-header,
.layui-table-hover,
.layui-table-mend,
.layui-table-patch,
.layui-table-tool,
.layui-table-total,
.layui-table-total tr,
.layui-table[lay-even] tr:nth-child(even) {
	background-color: #f4f4f5;
}


/*.layui-table-body {
	margin: 0!important;
}*/

.layui-table-fixed-r {
	box-shadow: -1px 0 4px rgba(0, 0, 0, .08);
}

.layui-table-edit,
.layui-table-edit:hover,
.layui-table-edit:focus {
	background: #ffffe5;
	/*border: 1px solid #409eff!important;*/
}


/*表格内单元格*/

.tabline_box {}

.layui-table .tabline_img {
	float: left;
	max-width: 50px;
}

.tabline_info {
	width: auto;
	padding: 0 0 0 60px;
}

.tabline_info_text {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.xs_hint {
	font-size: 12px;
	color: #999;
}


/*步骤*/

.step_box {
	display: flex;
	margin: 20px 0 30px;
}

.step_content {
	display: inline-block;
	flex: auto;
}

.step_box .step_content:last-child {
	flex: none;
}

.step_content>label {
	float: left;
	box-sizing: border-box;
	font-size: 13px;
	color: #b2b2b2;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 100%;
	vertical-align: top;
	transition: all 0.3s;
}

.select_step_content>label {
	color: #fff;
	background: #409eff;
	border: none;
}

.step_content:nth-child(1)>label:before {
	content: "1";
}

.step_content:nth-child(2)>label:before {
	content: "2";
}

.step_content:nth-child(3)>label:before {
	content: "3";
}

.step_content:nth-child(4)>label:before {
	content: "4";
}

.step_content:nth-child(5)>label:before {
	content: "5";
}

.finish_step_content>label {
	border: 1px solid #409eff;
}

.finish_step_content>label:before {
	content: "✔"!important;
	content: "\e605"!important;
	color: #409eff;
}

.finish_step_content .step_text div font {
	color: #409eff;
}

.step_text {
	font-size: 16px;
	color: #b2b2b2;
	vertical-align: top;
	padding: 0 12px 0 42px;
	transition: all 0.3s;
}

.select_step_content .step_text {
	font-weight: bold;
	color: #666;
}

.step_box .step_content:last-child .step_text {
	padding-right: 0;
}

.step_text div {
	border-top: 1px solid #e6e6e6;
	line-height: 0;
	margin: 10px 0 20px;
}

.step_text div font {
	background: #fff;
	padding: 0 12px 0 0;
}

.step_box .step_content:last-child .step_text div font {
	padding: 0;
}

.step_text span {
	display: block;
	font-size: 13px;
	font-weight: normal;
	color: #b2b2b2;
	line-height: 14px;
	margin: 10px 0 0px;
}


/*模块信息*/

.layui-elem-field legend {
	font-weight: bold;
}

.breadcrumb_top {
	float: right;
	margin: -23px 20px 0 0;
	background: #fff;
	padding: 0 10px;
	visibility: visible;
}

.breadcrumb_top .breadcrumb_select {
	display: inline-block;
	font-size: 13px;
	color: #fff!important;
	height: 24px;
	line-height: 24px;
	background: #409eff;
	padding: 0 15px;
	border-radius: 22px;
}

.layui-breadcrumb a,
.layui-breadcrumb button,
.layui-breadcrumb font {
	font-size: 12px;
	color: #999!important;
	border: none;
	background: none;
	cursor: pointer;
}

.lesson_info {
	font-size: 0;
	line-height: 14px;
	overflow: hidden;
}

.lesson_info:last-child {
	margin: 0;
}

.li_cell_tit {
	margin: 0 0 10px;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
	position: relative;
}

.li_cell {
	display: inline-block;
	box-sizing: border-box;
	font-size: 13px;
	color: #5b5f6d;
	line-height: 20px;
	margin: 0 17px 15px 0;
}

.li_cell_info {
	display: block;
	color: #a7a7af;
}

.li_cell:last-child {
	margin: 0;
}

.lesson_name {
	float: left;
	box-sizing: border-box;
	font-size: 19px;
	font-weight: bold;
	white-space: nowrap;
	letter-spacing: 0.3px;
	text-overflow: ellipsis;
	width: 100%;
	padding: 8px 292px 12px 0;
	overflow: hidden;
}

.li_cell:empty:before,
.lesson_name:empty:before {
	content: attr(placeholder);
	color: #c0c0c0;
}

.link_r {
	position: absolute;
	right: 0;
	bottom: 5px;
}

.li_cell .fa,
.li_cell .layui-icon {
	color: #409eff;
	margin: 0 4px 0 0;
}

.li_cell span {
	display: inline-block;
}

.li_cell span:after {
	content: "●";
	display: inline-block;
	color: #9e9e9e;
	color: #409eff;
	margin: 0 2px 0 6px;
}

.li_cell span:last-child:after {
	display: none;
}

.li_cell span font:after {
	content: "|";
	color: #e6e6e6;
	margin: 0 3px;
}

.li_cell span font:last-child:after {
	display: none;
}

.li_cell a {
	color: #409eff;
	border-bottom: 1px solid #409eff;
}

.li_cell a:hover,
.li_cell a:active {
	cursor: pointer;
	opacity: 0.8;
}


/*卡片*/

.layui-card {
	box-sizing: border-box;
	box-shadow: none;
	padding: 15px 0;
}

.layui-col-md12>.layui-card:last-child {
	padding: 0;
}

.layui-card-header {
	height: 24px;
	line-height: 25px;
	padding: 0 0 0 9px;
	color: #5b5f6d;
	border-radius: 2px 2px 0 0;
	font-size: 17px;
	font-weight: bold;
	border-left: 5px solid #2790fa;
	border-left: 5px solid #409eff;
	border-bottom: none;
}

.layui-card-body {
	padding: 15px 0 0;
}

.layuiadmin-card-text .layui-text-bottom .card_download {
	box-sizing: border-box;
	display: inline-block;
	font-size: 12px;
	word-break: break-all;
	color: #fff;
	line-height: 20px;
	background: #409eff;
	padding: 1px 10px;
	margin: 5px 0 0 0;
	position: relative;
	top: -1px;
	border-radius: 2px;
	cursor: pointer;
}

.layuiadmin-card-text .layui-text-bottom .card_download:last-child {
	margin: 0;
}

.layuiadmin-card-text .layui-text-bottom .card_download:hover,
.layuiadmin-card-text .layui-text-bottom .card_download:active {
	opacity: 0.8;
}

.cancelmodularlist,
.deletemodularlist {
	margin: 4px 0 -2px!important;
}

.layuiadmin-card-text .layui-text-bottom .cancelmodularlist {
	display: none;
}

.cancelmodularlist:hover,
.deletemodularlist:hover {
	color: #ff5722!important;
	border: 1px solid #ff5722!important;
}

.layuiadmin-card-text .layui-text-bottom span {
	margin: 5px 0 0;
}


/*.layui-card .layui-input {
	padding: 0 10px;
}*/


/*单双击选择*/

.flexibleselect_item {
	margin: 0;
}

.flexibleselect_item .layui-form-label {
	text-align: left;
	width: auto;
	padding: 2.5px 0;
}

.flexibleselect_item .layui-input-block {
	margin-left: 50px;
	min-height: 25px;
}

.flexibleselect {
	font-size: 0;
}

.flexibleselect .layui-form-checkbox {
	height: 25px;
	line-height: 25px;
	margin: 0 7px 0 0;
	padding: 0 25px 0 0;
	padding: 0;
}

.layui-form-checkbox span {
	padding: 0 6px;
	background: #bdc7d0;
	background: #becad6;
	background: #c1d0de;
	border-radius: 2px;
}


/*.layui-form-checkbox:hover span {
	background: #409eff;
}*/

.flexibleselect .layui-form-checkbox i {
	display: none;
	width: 25px;
	height: 23px;
	border: 1px solid #c2c2c2;
	border-left: none;
}


/*formselect*/

.xm-select-parent .xm-select {
	padding-right: 25px;
}

.xm-select-parent .xm-select .xm-select-label {
	width: 100%;
	/*left: 0!important;*/
	white-space: nowrap;
	overflow: hidden;
}

.xm-select-parent .xm-form-select dl dd,
.xm-form-checkbox>span {
	white-space: normal;
	height: auto;
	overflow: visible;
}

.xm-select-parent .xm-form-select dl dd:first-child {
	height: 26px;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 8px!important;
}

.xm-select-parent dd>.xm-cz-group {
	max-width: 100%!important;
	border: none;
	margin: 9px 0 0;
}

.xm-select-parent dd>.xm-cz {
	display: none;
}

.xm-select-parent dd>.xm-cz-group .xm-cz {
	margin-right: 6px!important;
}

.xm-select-parent dd>.xm-cz-group .xm-cz:last-child {
	margin: 0!important;
}

.xm-select-parent dd>.xm-cz-group .xm-cz i {
	display: none;
}

div[xm-select-skin=normal] .xm-select-title div.xm-select-label>span {
	font-size: 12px;
	max-width: 45px;
	white-space: nowrap;
	text-overflow: ellipsis;
	border: none;
	overflow: hidden;
}

.xm-form-checkbox>span {
	padding: 0 0 0 30px;
}

.xm-select-parent .xm-select .xm-select-input {
	vertical-align: top;
	width: 22px!important;
	height: 22px;
	margin: 2px 0 0;
}

.xm-select-parent .xm-form-selected .xm-select-sj {
	/*overflow: visible;*/
}

.xm-select-parent .xm-select-sj {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin: 0!important;
	background: #fff;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 4px;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
	border: none;
}

.xm-select-parent .xm-select-sj:after {
	content: "\f0d7";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #c2c2c2;
	font-size: 17px;
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}


/*.xm-select-parent .xm-select .xm-select-input:last-child {
	display: none;
}*/


/*新增编辑表格样式*/

.tab_font {
	display: inline-block;
	font-size: 13px;
	color: #fff;
	margin: 0 0 0 4px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #b2b2b2;
	border-radius: 100%;
}

.layui-table-edit,
.layui-table-edit:hover,
.layui-table-edit:focus {
	/*background: #ffffe5;*/
	background: #f8feff;
	border: 1px dashed #409eff!important;
	box-shadow: none;
}

.edit_tab+.layui-table-view .layui-table-main tbody td .layui-table-cell:hover,
.edit_tab+.layui-table-view .layui-table-fixed-r tbody td .layui-table-cell:hover {
	color: #409eff;
	height: 38px;
	line-height: 26px;
	padding: 5px 14px!Important;
	margin: -7px 0!important;
	background: #fff;
	border: 1px dashed #409eff!Important;
}

.edit_tab+.layui-table-view .layui-table-main tbody td .layui-table-cell:hover .tab_font,
.edit_tab+.layui-table-view .layui-table-fixed-r tbody td .layui-table-cell:hover .tab_font {
	background: #409eff;
}

.tab_auto_box {
	border: 1px solid #e6e6e6;
	border-bottom: none;
	overflow-x: auto;
}

.auto_box {
	overflow: auto;
}

.addselect_tab+.layui-table-view {
	border: none;
	padding: 0 1px 1px 0;
}

.addselect_tab+.layui-table-view .layui-table[lay-skin=line] {
	border-width: 0;
}

.addselect_tab+.layui-table-view .layui-table-box {
	overflow: visible;
}

.addselect_tab+.layui-table-view .layui-table-body {
	overflow: visible;
}

.addselect_tab+.layui-table-view .layui-table-header {
	overflow: visible;
}

.addselect_tab+.layui-table-view .layui-table-cell {
	overflow: visible;
}


/*课程卡片*/

.lesson_card .layuiadmin-card-text {
	padding: 15px;
	border: 1px solid #e6e6e6;
}

.lesson_card .layuiadmin-card-text .layui-text-center {
	height: auto;
	overflow: visible;
}

.lesson_card .layuiadmin-card-text .layui-text-top {
	font-size: 0;
	padding: 0 0 10px;
}

.lesson_card .layuiadmin-card-text .layui-text-top font {
	font-size: 13px;
}

.lesson_card .layuiadmin-card-text .layui-text-top font:after {
	content: "|";
	color: #d2d2d2;
	margin: 0 5px;
	position: relative;
	top: -2px;
}

.lesson_card .layuiadmin-card-text .layui-text-top font:last-child:after {
	display: none;
}

.lesson_card .layuiadmin-card-text .layui-text-top i {
	font-size: 20px;
}

.layuiadmin-card-text .layui-text-top .layui-form-checkbox {
	box-sizing: border-box;
	display: inline-block;
	padding-right: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	border: 1px solid #409eff;
	border-radius: 2px;
}

.layuiadmin-card-text .layui-text-top .layui-form-checkbox {
	display: none;
}

.layuiadmin-card-text .layui-text-top .layui-form-checkbox i {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	width: 18px;
	height: 18px;
	line-height: 20px;
	border: none;
	margin: 0;
}

.layuiadmin-card-text .layui-text-top .layui-form-checked i {
	color: #409eff;
}

.grid-item .layuiadmin-card-text .layui-text-top font {
	font-size: 15px;
}


/*特殊表格样式*/

.schedule_left {
	float: none;
	width: auto;
	padding: 0 380px 0 10px;
}

.schedule_right {
	box-sizing: border-box;
	float: right;
	width: 360px;
	padding: 0 10px;
}

.schedule_right .layui-form-selectup dl {
	width: 140px;
}

.schedule_right .layui-form-select dl dd {
	white-space: normal;
}

.schedule_right_fix {
	position: fixed;
	top: 0;
	right: 23px;
	height: 100%;
	padding: 0 10px 79px;
}

.mini_tab th,
.mini_tab td {
	font-size: 12px;
	padding: 9px 2px;
}

.mini_tab .layui-btn {}

.schedule_tab {
	background: none;
	overflow: hidden;
}

.schedule_tab thead tr,
.schedule_tab tbody tr {
	background: none;
}

.schedule_tab th,
.schedule_tab td {
	text-align: center;
	background: none;
	position: relative;
	outline: 0;
}

.schedule_tab td {
	width: 5%;
	line-height: 16px;
}

.schedule_tab thead tr:first-child th:first-child {
	background: #fff;
}

.schedule_tab th {
	white-space: nowrap;
	min-width: 20px;
}

.schedule_tab tbody th {
	padding: 9px;
}

.schedule_tab thead tr:first-child th,
.schedule_tab tbody .schedule_day_th {
	font-weight: bold;
	background: #409eff;
	background: #727282;
	color: #fff;
}

.schedule_tab thead th:after,
.schedule_tab tbody th:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f4f4f5;
	z-index: -2;
}

.schedule_tab thead th:hover,
.schedule_tab tbody th:hover {
	color: #409eff!important;
	background: #fff!important;
}

body:not(.nohover) .schedule_tab tbody tr:hover {
	background: none;
}

.schedule_tab td:hover::after,
.schedule_tab thead th:not(:empty):hover::after,
.schedule_tab td:focus::after,
.schedule_tab thead th:not(:empty):focus::after {
	content: '';
	position: absolute;
	top: -5000px;
	left: 0;
	width: 100%;
	height: 10000px;
	z-index: -1;
}

.schedule_tab td:hover::before,
.schedule_tab tbody th:not(:empty):hover::before,
.schedule_tab td:focus::before,
.schedule_tab tbody th:not(:empty):focus::before {
	content: '';
	position: absolute;
	top: 0;
	left: -5000px;
	width: 10000px;
	height: 100%;
	z-index: -1;
}

.schedule_tab td:hover::before,
.schedule_tab th:hover::before,
.schedule_tab td:hover::after,
.schedule_tab th:hover::after {
	background: #fffee1;
}

.schedule_tab tbody td:hover {
	background: #fdffc0;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.batch_tab_box {
	min-height: 414px;
}

.batch_tab th,
.batch_tab td {
	width: 20%;
	width: 16.6%;
	padding: 9px;
}

.batch_tab th:after,
.batch_tab td:after {
	display: none;
}

.batch_tab thead tr:first-child th,
.batch_tab tbody .schedule_day_th,
.batch_tab thead th:hover {
	font-weight: normal;
	background: #f4f4f5!important;
	color: #666!important;
}

.batch_tab tbody .schedule_day_th {
	background: #fff!important;
}

.batch_tab tbody th:hover {
	background: #f4f4f5!important;
	color: #666!important;
}

.batch_tab tbody th {
	background: #fff;
}

.batch_tab tbody td:hover {
	background: transparent;
	box-shadow: none;
}

.batch_tab td:hover::before,
.batch_tab th:hover::before,
.batch_tab td:hover::after,
.batch_tab th:hover::after {
	background: #f4f4f5;
}

.lesson_danger:before,
.lesson_warning:before,
.lesson_pass:before {
	font-size: 20px;
	background: #fff;
	border-radius: 100%;
}

.lesson_danger {
	color: #ff0000;
}

.lesson_warning {
	color: #ffbe00;
}

.lesson_pass {
	color: #2bd231;
}

.lesson_red,
.lesson_green {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1px;
	position: absolute;
	top: -1px;
	left: -1px;
	opacity: 0.9;
}

.lesson_red {
	background: #ff3535;
}

.lesson_green {
	background: #3fe845;
}

.schedule_tit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.schedule_tit div {
	position: absolute;
	top: 0;
	left: 0;
	color: #4d4d58;
	width: 100%;
	height: 100%;
}

.schedule_tit div:nth-child(1) {
	line-height: 28px;
	text-indent: 49px;
}

.schedule_tit div:nth-child(2) {
	line-height: 91px;
	text-indent: 53px;
}

.schedule_tit div:nth-child(3) {
	line-height: 126px;
	text-indent: 17px;
}

.schedule_tit div:nth-child(4) {
	line-height: 130px;
	text-indent: -46px;
}

.schedule_tit div:after {
	content: "";
	display: inline-block;
	float: left;
	width: 1px;
	height: 200px;
	background: #ddd;
	transform-origin: left top;
}

.schedule_tit div:nth-child(1):after {
	transform: rotate(-63.3deg);
}

.schedule_tit div:nth-child(2):after {
	transform: rotate(-44.8deg);
}

.schedule_tit div:nth-child(3):after {
	transform: rotate(-26.1deg);
}

.schedule_tit div:nth-child(4):after {
	display: none;
}


/*步骤底部信息*/

.step_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #e6e6e6;
	color: #7b98b7;
	text-align: center;
	padding: 20px 0;
	background: #fafafa;
}

.modular_content_bottom {
	box-sizing: content-box;
	position: relative;
	left: -20px;
	background: none;
	border: none;
	padding: 20px;
	margin: 20px 0 0;
}

.step_bottom .layui-btn {
	margin: 0 0 0 15px;
}


/*新增/修改评教样式*/


/*主体框架*/

.head_box,
.main_box,
.main_tit,
.main_tit_sub,
.content_sub {
	box-sizing: border-box;
}

.head_box {
	position: fixed;
	top: 0;
	left: 0;
	color: #fff;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	background: #0f7def;
	background: #6157ff;
	z-index: 2;
}

.head_logo {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #fafafa;
}

img.head_logo {
	height: 30px;
	margin: 4px 0 0 0;
}

.head_nav {
	float: left;
	font-size: 0;
}

.head_tool {
	float: right;
	font-size: 0;
}

.head_tool>a.fa:before {
	margin: 0 4px 0 0;
}

.head_tool>a .red_hint {
	margin: 0 0 0 4px;
}

.search_mix {
	display: inline-block;
	background: #fff;
	position: relative;
	top: 5px;
	overflow: hidden;
}

.search_mix>* {
	float: left;
}

.search_mix input[type=text] {
	box-sizing: border-box;
	font-size: 13px;
	width: 180px;
	height: 26px;
	line-height: 26px;
	padding: 0 7px;
	background: transparent;
	border: none;
}

.search_mix .fa {
	font-size: 16px;
	color: #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	/*border-left: 1px solid #ddd;*/
	cursor: pointer;
}

.search_mix input[type=text]:focus+.fa,
.search_mix .fa:hover {
	color: #409eff;
}

.search_mix .fa:hover {
	opacity: 0.7;
}

.head_nav>a,
.head_tool>a {
	display: inline-block;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	line-height: 38px;
	position: relative;
}


/*.head_nav>a:last-child,
.head_tool>a:last-child {
	margin: 0;
}*/

.head_nav>a:hover,
.head_tool>a:hover {
	opacity: 0.8;
}

.head_nav>*,
.head_tool>* {
	margin: 0 0 0 25px;
}

.new_hint {
	position: absolute;
	top: 6px;
	right: -7px;
	width: 6px;
	height: 6px;
	background: #ff0000;
	border-radius: 100%;
}

.main_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px 0 0;
	padding: 38px 0 0;
}

.full_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main_tit {
	box-sizing: border-box;
	float: left;
	width: 180px;
	height: 100%;
	background: #fafafa;
	border-right: 1px solid #dde5ed;
	overflow: auto;
}

.main_tit_sub {
	box-sizing: border-box;
	float: left;
	width: 200px;
	height: 100%;
	padding: 20px;
	background: #fafafa;
	border-right: 1px solid #dde5ed;
}

.content_sub {
	border-left: 1px solid #dde5ed;
	float: right;
	width: 200px;
	height: 100%;
	background: #fafafa;
	padding: 20px;
}

.sub_tit {
	box-sizing: border-box;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	background: #fff;
	border-bottom: 1px solid #dde5ed;
	position: absolute;
	top: 38px;
	left: 0;
}

.page_content_btn {
	float: left;
	display: inline-block;
	width: 30px;
	height: 37px;
	line-height: 38px;
	text-align: center;
	color: #527086;
}

.page_content_btn:hover {
	color: #409eff;
}

.page_content_btn:active {
	opacity: 0.8;
}

.page_content_catalog,
.page_content_catalog>* {
	box-sizing: border-box;
	height: 26px;
	line-height: 26px;
}

.page_content_catalog {
	display: block;
	width: auto;
	padding: 0 10px 0 0;
	margin: 0 206px 0 10px;
	background: #fff;
	border-right: 1px solid #eee;
	position: relative;
	top: 5px;
	overflow: hidden auto;
}

.page_content_catalog:before {
	font-size: 20px;
	color: #bbb;
	margin: 0 17px 0 0;
}

.page_content_catalog>* {
	float: left;
}

.page_content_catalog:before,
.sub_tit_box {
	float: left;
}

.sub_tit_box {
	color: #527086;
}

.sub_tit_box+.sub_tit_box:before {
	content: ">";
	color: #d0d0d0;
	font-weight: bold;
	margin: 0 7px 0 10px;
}

.sub_tit_box a,
.sub_tit_box:before {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	/*position: relative;*/
	top: -1px;
}

.sub_tit_box a {
	color: #527086;
}

.sub_tit_box a:hover {
	color: #409eff;
	text-decoration: underline;
	cursor: pointer;
}

.page_operation {
	box-sizing: border-box;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	text-align: left;
	background: #ebf1f7;
	background: #f1f1f1;
	background: #fafafa;
	border-bottom: 1px solid #dde5ed;
	position: absolute;
	top: 0px;
	left: 0;
	/*overflow:hidden auto;*/
}

.page_operation>*+* {
	margin: 0 0 0 20px;
}

.page_operation .head_info {
	float: left;
	font-size: 13px;
}

.page_operation .head_info .head_tit {
	color: #6e8ca2;
}

.page_operation .head_info .head_tit label:before {
	margin: 0 4px 0 0;
}

.page_operation .head_info:hover .head_tit,
.page_operation .head_info:hover .head_tit span {
	color: #409eff;
}

.page_operation_separate {
	float: left;
}

.page_operation_separate:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 24px;
	background: #dde5ed;
	margin: 6px 0 0;
}

.po_btn {
	box-sizing: border-box;
	float: left;
	display: inline-block;
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	color: #8eb3da;
	color: #9badbf;
	color: #6e8ca2;
	border-radius: 3px;
	margin-top: 6px;
	/*padding: 0 10px;
    background: #fff;
    border: 1px solid #c5d5e4;*/
	transition: all 0.3s;
	cursor: pointer;
}

.po_btn:hover {
	color: #409eff;
	/*border: 1px solid #9dc8f5;*/
}

.po_btn:before {
	font-size: 13px;
	margin: 0 4px 0 0;
}

.page_content,
.content_box {
	box-sizing: border-box;
	height: 100%;
	background: #fff;
	position: relative;
	overflow: auto;
}

.page_content {
	padding: 0;
}

.content_box_limit {
	box-sizing: border-box;
	height: 100%;
}

.content_form {
	height: 100%;
}

.content_box {
	box-sizing: border-box;
	height: 100%;
	padding: 20px;
	overflow: auto;
}

.heightauto {
	height: auto;
}

.full_screen {
	overflow: hidden;
}

.full_screen iframe {
	box-sizing: border-box;
	width: 100%;
	padding: 76px 0 0;
	height: 100%;
	border: none;
}


/*左侧栏目*/

.mt_box {
	display: block;
	cursor: pointer;
}

.main_mt_box {
	/*background: #e8e9ea;*/
	/*background: #e9eef3;*/
}

.mt_box_tit {
	display: block;
	padding: 0 20px;
	height: 38px;
	line-height: 38px;
}

.mt_box .fa {
	float: left;
	text-align: center;
	width: 18px;
	height: 18px;
	line-height: 18px;
	margin: 10px 0 0;
	color: #fff;
	background: #bfcede;
	font-size: 20px;
	border-radius: 100%;
	transition: all 0.3s;
}

.mt_tit_text {
	display: inline-block;
	color: #527086;
	margin: 0 0 0 5px;
	transition: all 0.3s;
}

.mt_box.mt_select div {
	color: #409eff;
}

.mt_box_tit.main_mt_box .fa {
	color: #527086;
	background: transparent;
}

.smb_box {
	display: block;
}

.smb_box_tit {
	padding: 9.5px 20px;
	overflow: hidden;
}

.smb_box_tit>* {
	float: left;
}

.sub_mt_box {
	display: none;
	margin: 0 0 0 19px;
}

.mt_active {
	background: #e8e9ea;
}

.mt_box_tit:hover a {
	color: #409eff;
}

.mt_box_tit:hover .fa,
.mt_select .fa {
	background: #409eff;
	color: #fff;
}

.mt_box_tit.main_mt_box:hover .fa {
	color: #409eff;
	background: transparent;
}

.mt_select {
	background: #e9eef3;
}

.sub_mt_box .mt_select {
	background: transparent;
}

.mt_box_tit:hover .mt_tit_text,
.mt_select .mt_tit_text {
	color: #409eff;
}

.mt_box_tit.main_mt_box.mt_select .fa {
	color: #409eff;
}


/*左中盒子*/

.main_tit_sub>.layui-row {
	box-sizing: border-box;
	position: relative;
	height: 100%;
	padding: 48px 0 0;
}

.main_tit_sub .layui-row .layui-col-md12:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
}

.main_tit_sub .layui-row .layui-col-md12:nth-child(2) {
	height: 100%;
	overflow: auto;
}

.main_tit_sub .layui-row .layui-col-md12:nth-child(2)::-webkit-scrollbar {
	border-radius: 9px;
	width: 9px;
	background: #efefef;
}

.main_tit_sub .layui-row .layui-col-md12:nth-child(2)::-webkit-scrollbar-track {
	background: transparent;
}

.main_tit_sub .layui-row .layui-col-md12:nth-child(2)::-webkit-scrollbar-thumb {
	border-radius: 9px;
	background: #ddd;
}

.main_tit_sub .layui-row .layui-col-md12:nth-child(2)::-webkit-scrollbar-thumb:hover {
	background: #aaa;
}

.main_tit_sub .layui-row .layui-col-md12:nth-child(2) {
	scrollbar-arrow-color: #aaa;
	scrollbar-face-color: #aaa;
	scrollbar-shadow-color: #bbb;
	scrollbar-track-color: #ccc;
}


/*树形组件*/

.inp {
	line-height: 20px;
	margin: 0 0 10px;
}

.inp:last-child {
	margin: 0;
}

.inp .layui-form-checkbox[lay-skin=primary] span {
	display: none;
	color: #333;
	text-shadow: none;
	background: none!important;
}

.ele_control_box {
	display: none;
}

h3.eleTree-noText {
	font-size: 16px;
	color: #ccc!important;
}


/*模型容器盒子*/

.group_box {
	box-sizing: border-box;
	min-height: 60px;
	padding: 20px;
	border: 1px dashed #9fd2ff;
	border-radius: 2px;
	position: relative;
}

.projectdetail_box {
	padding: 0;
	border: none;
	border-radius: 0;
}

.group_box:after {
	content: "空白创建请在右侧点击添加模块";
	color: #6cbaff;
	line-height: 20px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 0;
}

.projectdetail_box:after {
	content: "";
	display: none;
}

.modular_card {
	box-sizing: border-box;
	padding: 20px;
	margin: 0 0 20px;
	border: 1px solid #eee;
	border-radius: 2px;
	background: #fcfcfc;
	position: relative;
	z-index: 1;
}

.modular_card:last-child {
	margin: 0;
}

.projectdetail_box .modular_card {
	padding: 20px 0 0;
	margin: 20px 0 0;
	border-radius: 0;
	background: none;
	border: none;
}

.mt_btnbox {
	float: right;
}

.mt_btnbox>label {
	font-size: 13px;
	color: #0087ff;
	font-weight: normal;
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
	margin: 0 10px 0 0;
}

.mt_btnbox>label:hover {
	cursor: pointer;
	opacity: 0.8;
}

.mt_btnbox>label:last-child {
	margin: 0;
}

.modular_title {
	word-break: break-all;
	height: 24px;
	line-height: 25px;
	padding: 0 9px;
	color: #5b5f6d;
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 20px;
	border-left: 5px solid #409eff;
}

.modular_card table {
	background: #fff;
	margin: 0;
}

.modular_card .table-bordered td,
.modular_card .table-bordered th {
	color: #666;
	padding: 9px;
	border: 1px solid #e6e6e6;
}


/*页面顶部悬浮操作栏*/

.above_operation {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	background: #f4f4f5;
	border-bottom: 1px solid #e6e6e6;
	z-index: 1;
}

.above_operation_inline {
	float: left;
	color: #666;
}

.above_operation_inline+.above_operation_inline {
	margin: 0 0 0 15px;
}

.above_operation input {
	height: 26px;
	line-height: 26px;
}

.above_operation_btn {
	float: left;
	margin: 0 0 0 20px;
	position: relative;
	top: -1px;
}

.above_operation_btn .layui-btn {
	padding: 0 10px;
	margin: 0;
}

.above_operation_content {
	box-sizing: border-box;
	height: 100%;
	padding: 38px 0 0;
}

.mid_inline {
	display: inline-block;
	width: 150px;
}


/*模型表单*/

.tab_limit {
	width: 100%;
	overflow: auto;
}

.lead_cell {
	white-space: nowrap;
}

.set_btn {
	box-sizing: border-box;
	float: left;
	color: #57b0ff;
	text-align: center;
	width: 48%;
	line-height: 28px;
	padding: 0 8px;
	margin: 0 0 10px;
	background: #ffffff;
	border: 1px solid #57b0ff;
	border-radius: 2px;
}

.set_btn:nth-child(2n+1) {
	margin-right: 4%;
}

.set_btn:hover {
	opacity: 0.8;
	cursor: pointer;
}

.table-bordered>tbody>tr>td:last-child {
	min-width: 60px;
}

.title_edit {
	display: inline-block;
	min-width: 50px;
	max-width: 600px;
	white-space: normal;
	text-align: center;
}


/*题库卡片*/

.line_bag {
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	overflow: hidden;
}

.line_bag+.line_bag {
	margin: 20px 0 0;
}

.code {
	display: inline;
}

.line_bag_content {
	padding: 15px 10px;
}

.lbc_content {
	margin: 7px 0 0;
}

.lbc_tit img {
	max-width: 100%;
	max-height: 180px;
}

.lbc_content div {
	display: inline;
	margin: 0 30px 0 0;
	word-break: break-all;
}

.order_letter {
	display: inline-block;
}

.lbc_content div:before,
.order_letter:before {
	display: inline-block;
	font-size: 13px;
	color: #fff;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: #409eff;
	border-radius: 100%;
	margin: 0 5px 0 0;
}

.order_letter:before {
	width: 21px;
	height: 21px;
	line-height: 21px;
	margin: 0;
}

.lbc_content div:nth-child(1):before,
.order_letter_box>div:nth-child(1) .order_letter:before {
	content: "A";
}

.lbc_content div:nth-child(2):before,
.order_letter_box>div:nth-child(2) .order_letter:before {
	content: "B";
}

.lbc_content div:nth-child(3):before,
.order_letter_box>div:nth-child(3) .order_letter:before {
	content: "C";
}

.lbc_content div:nth-child(4):before,
.order_letter_box>div:nth-child(4) .order_letter:before {
	content: "D";
}

.lbc_content div:nth-child(5):before,
.order_letter_box>div:nth-child(5) .order_letter:before {
	content: "E";
}

.lbc_content div:nth-child(6):before,
.order_letter_box>div:nth-child(6) .order_letter:before {
	content: "F";
}

.lbc_content div:nth-child(7):before,
.order_letter_box>div:nth-child(7) .order_letter:before {
	content: "G";
}

.lbc_content div:nth-child(8):before,
.order_letter_box>div:nth-child(8) .order_letter:before {
	content: "H";
}

.lbc_content div:nth-child(9):before,
.order_letter_box>div:nth-child(9) .order_letter:before {
	content: "I";
}

.lbc_content div:nth-child(10):before,
.order_letter_box>div:nth-child(10) .order_letter:before {
	content: "J";
}

.lbc_content div:nth-child(11):before,
.order_letter_box>div:nth-child(11) .order_letter:before {
	content: "K";
}

.lbc_content div:nth-child(12):before,
.order_letter_box>div:nth-child(12) .order_letter:before {
	content: "L";
}

.lbc_content div:nth-child(13):before,
.order_letter_box>div:nth-child(13) .order_letter:before {
	content: "M";
}

.lbc_content div:nth-child(14):before,
.order_letter_box>div:nth-child(14) .order_letter:before {
	content: "N";
}

.lbc_content div:nth-child(15):before,
.order_letter_box>div:nth-child(15) .order_letter:before {
	content: "O";
}

.lbc_content div:nth-child(16):before,
.order_letter_box>div:nth-child(16) .order_letter:before {
	content: "P";
}

.lbc_content div:nth-child(17):before,
.order_letter_box>div:nth-child(17) .order_letter:before {
	content: "Q";
}

.lbc_content div:nth-child(18):before,
.order_letter_box>div:nth-child(18) .order_letter:before {
	content: "R";
}

.lbc_content div:nth-child(19):before,
.order_letter_box>div:nth-child(19) .order_letter:before {
	content: "S";
}

.lbc_content div:nth-child(20):before,
.order_letter_box>div:nth-child(20) .order_letter:before {
	content: "T";
}

.order_letter_radio+.layui-form-radio {
	margin: 0;
	padding: 0;
}

.order_letter_checkbox+.layui-form-checkbox {
	height: 20px;
	line-height: 20px;
	padding-right: 20px;
	margin: -2px 0 0;
}

.order_letter_checkbox+.layui-form-checkbox i {
	width: 16px;
	height: 16px;
	line-height: 16px;
	border: 2px solid #d2d2d2;
	border-radius: 3px;
	font-size: 13px;
	font-weight: bold;
}

.lbc_content div img {
	max-width: 70px;
	max-height: 70px;
}

.line_bag_bottom {
	background: #f7f7f7;
	padding: 5px 10px;
	overflow: hidden;
}

.lbb_left {
	display: inline-block;
}

.lbb_left_tit {
	display: inline-block;
	color: #409eff;
	text-shadow: 1px 1px 1px #fff;
	margin: 0 0 0 -8px;
}

.lbb_left_tit:before {
	content: "【";
}

.lbb_left_tit:after {
	content: "】";
}

.lbb_left .code+.code:before {
	content: "、";
	margin: 0 0 0 2px;
}

.lbb_right {
	float: right;
	height: 22px;
	margin: 1px 0 0;
}

.lbb_right .layui-form-switch {
	height: 22px;
	line-height: 20px;
	margin: -6px 5px 0 0;
}

.lbb_right .layui-form-switch i {
	width: 14px;
	height: 14px;
}

.lbb_right .layui-form-onswitch em {
	margin-right: 18px;
}

.lbb_right .layui-form-onswitch i {
	margin-left: -18px;
}

.lbb_right>.layui-icon {
	font-size: 22px;
	color: #409eff;
	height: 22px;
	line-height: 22px;
	transition: all 0.3s;
}

.lbb_right .layui-icon+.layui-icon {
	margin: 0 0 0 5px;
}

.lbb_right .layui-icon:hover {
	color: #ff861e;
	cursor: pointer;
}


/*为空时显示attr placeholder*/


/*不为空时显示正常字段*/

.title_edit:empty:before {
	content: attr(placeholder);
	color: #999;
}


/*焦点时内容为空*/

.title_edit:focus:before {
	content: none;
}

.modular_set,
.modular_set:not([href]):not([tabindex]) {
	font-size: 18px;
	color: #a2b0bd;
	margin: 0 3px 0 0;
	cursor: pointer;
}

.modular_set:last-child,
.modular_set:not([href]):not([tabindex]):last-child {
	margin: 0;
}

.layui-icon-close.modular_set,
.layui-icon-close.modular_set:not([href]):not([tabindex]) {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 18px;
	width: 16px;
	height: 16px;
	padding: 0 0 0 1px;
	background: #bacbda;
	text-align: center;
	position: relative;
	top: -1px;
	border-radius: 100%;
}

.layui-icon-add-circle.modular_set:hover {
	color: #08de0f!important;
}

.layui-icon-close.modular_set:hover {
	color: #fff!important;
	background: #ff3535!important;
}

.group_box .table-bordered td>.edit_text {
	box-sizing: border-box;
	line-height: 18px;
	max-width: 600px;
	border: 1px solid transparent;
}

.group_box .table-bordered td>.edit_text:hover,
.group_box .table-bordered td>.edit_text:focus {
	outline: none;
	border: 1px dashed #9fd2ff;
}

.group_box .table-bordered td>.edit_text:focus {
	background: #f9fcff;
}


/*头部用户*/

.head_info {
	display: inline-block;
}

.head_info .head_tit {
	font-size: 13px;
	color: #fff;
}


/*头部用户信息*/

.head_info {
	font-size: 13px;
	line-height: 38px;
	position: relative;
}

.head_info img {
	float: left;
	height: 20px;
	margin: 8px 4px 0 0;
	border-radius: 100%;
}

.head_info:hover .head_tit img {
	opacity: 0.8;
}

.head_info span {
	color: #bdbdbd;
}

.head_info:hover .head_tit,
.head_info:hover .head_tit span {
	color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
}

.head_info:hover .user_detail {
	top: 100%;
	height: auto;
	padding: 10px 0 0;
	opacity: 1;
	transition: all 0.33s ease-in-out;
}

.basic_head_info .operation_mid {
	z-index: 2;
	padding: 0;
	background: #fff;
	border-radius: 3px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.basic_head_info .operation_mid a {
	color: #5e6d82;
	padding: 0 10px;
	line-height: 38px;
	border-top: 1px solid #f4f4f5;
	cursor: pointer;
}

.basic_head_info .operation_mid a:first-child {
	border: none;
}

.basic_head_info .operation_mid a:hover {
	color: #409eff;
}

.operation_mid .fa:before {
	display: inline-block;
	width: 16px;
	margin: 0 6px 0 0;
}


/*头部用户下拉菜单*/

.user_detail {
	position: absolute;
	top: 300%;
	right: 0;
	height: 0;
	min-width: 100%;
	border-radius: 0 0 3px 3px;
	overflow: hidden;
	z-index: 2;
	opacity: 0;
	transition: all 0.33s ease-in-out;
}

.nav_info:hover .user_detail {
	padding: 0.5rem 0 0;
}

.ud_pointer {
	position: absolute;
	top: 0;
	right: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px;
	border-color: transparent transparent #409eff;
}

.basic_head_info .ud_pointer {
	border-color: transparent transparent #e6e6e6;
}

.ud_top {
	box-sizing: border-box;
	padding: 5px 10px;
	background: #409eff;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}

.ud_top img {
	height: 55px;
	margin: 0 8px 0 0;
}

.ud_info {
	box-sizing: border-box;
	line-height: 17px;
	white-space: nowrap;
	padding: 0 4px 0 60px;
}

.ud_info div {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.8);
	padding: 6px 0 0;
	text-indent: 0;
}

.ud_info div:first-child {
	font-size: 18px;
	color: #fff;
	margin: 4px 0 0;
}

.position {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 200px;
	height: 200px;
	line-height: 200px;
	box-sizing: border-box;
	border: 1px solid #fafafa;
	box-shadow: 0 0 10px #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}


/*头部用户下拉菜单操作项*/

.operation_mid {
	padding: 5px 0;
	background: #f9f9fb;
	border: 1px solid #ebebeb;
}

.operation_mid a,
.ud_logout {
	display: block;
	box-sizing: border-box;
	line-height: 30px;
}

.operation_mid a {
	color: #333;
	white-space: nowrap;
	text-align: left;
	padding: 0 10px;
}

.operation_mid a:hover {
	color: #409eff;
	background-color:#EBEEF3;
}

.ud_logout {
	color: #333;
	text-align: center;
	white-space: nowrap;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #ebebeb;
	border-top: none;
}

.ud_logout:hover {
	color: #fb3a00;
}

.nav_info .operation_mid {
	background: rgba(255, 255, 255, 0.8);
	padding: 0;
	border-radius: 3px;
	border: 1px solid rgba(177, 177, 177, 0.3);
}

.nav_box_fix .nav_info .operation_mid {
	border: none;
}

.nav_info .operation_mid a {
	display: block;
	white-space: nowrap;
	border-bottom: 1px solid rgba(177, 177, 177, 0.3);
	line-height: 2.7rem;
	text-align: right;
}

.nav_box_fix .nav_info .operation_mid a {
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	border: none;
}

.nav_info .operation_mid a:last-child {
	border: none;
}

.nav_info .operation_mid a:hover {
	background: #fff;
}

.nav_box_fix .nav_info .operation_mid a:hover {
	background: rgba(0, 0, 0, 0.4);
}


/*区域*/

.field_content {
	margin: 50px 0 0;
	border-width: 1px 0 0;
	border-color: #b3c7dc;
	border-style: dashed;
}

.field_content legend {
	width: auto;
	font-size: 17px;
	color: #5b5f6d;
	margin: 0 0 20px;
}

.field_content legend:before {
	color: #409eff;
	margin: 0 5px 0 0;
}

.field_info {
	color: #5b5f6d;
	margin: 0 0 30px;
}


/*组合form*/

.mix_form .layui-tab-title {
	border: none;
}

.mix_form .layui-tab-title li {
	padding: 0;
	margin: 0 20px 0 0;
}

.mix_form .layui-tab-title .layui-this:after {
	display: none;
}

.mix_form .layui-tab-content {
	padding: 0;
}


/*登录页面*/

.layadmin-user-login-icon {
	top: 6px;
	left: 6px;
}

.layui-col-xs7 .layadmin-user-login-icon {
	top: 1px;
	left: 1px;
}

.layadmin-user-login-header {
	padding: 10px 20px;
	font-size: 20px;
	color: #fff;
	text-shadow: 2px 1px 0 rgba(0, 0, 0, 0.2);
}

.layadmin-user-login {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: Auto;
	height: 565px;
	padding: 110px 0;
	min-height: 565px;
	box-sizing: border-box;
}

.layadmin-user-login .layui-input {
	border: 1px solid rgba(255, 255, 255, 0.43);
	background-color: rgba(255, 255, 255, 0.3);
}

.layadmin-user-login .layui-input:focus {
	background: #fff;
	border: 1px solid #fff;
}

.layadmin-user-login .layui-input:focus+.layadmin-user-login-icon {
	color: #1989fa;
}

.layadmin-user-login .layui-input::-webkit-input-placeholder {
	color: #fff!important;
}

.layadmin-user-login .layui-input:-ms-input-placeholder {
	color: #fff!important;
}

.layadmin-user-login .layui-input::-moz-placeholder {
	color: #fff!important;
}

.layadmin-user-login-codeimg {
	border-radius: 2px;
}


/*.layui-form-checkbox[lay-skin=primary] span {
	color: #fff;
	text-shadow: 0 0 0.5px #000;
}*/

.layadmin-user-login-icon {
	color: #fff;
}

.login_btn {
	background: #3763d8;
}

.canvas-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	background: -webkit-radial-gradient(#9dcfec, #5a82dc, #0024a7);
	/* Safari 5.1 - 6.0 */
	background: -o-radial-gradient(#9dcfec, #5a82dc, #0024a7);
	/* Opera 11.6 - 12.0 */
	background: -moz-radial-gradient(#9dcfec, #5a82dc, #0024a7);
	/* Firefox 3.6 - 15 */
	background: radial-gradient(#9dcfec, #5a82dc, #0024a7);
	/* 标准的语法 */
	/*background: url(../images/login_bg.jpg);
	background-size: 100% 100%;*/
}

#canvas {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.mb20 {
	margin: 0 0 20px;
}


/*添加屏幕控制*/

@media screen and (max-width: 960px) {
	.head_box {
		padding: 0 30px;
	}
	/*.layui-fluid {
		padding: 10px;
	}*/
}

@media screen and (max-width: 768px) {
	.detail_item .user_head,
	.detail_item .user-input-block {
		width: 100%;
		height: auto;
		margin: 0;
	}
	.mix_uploadbox .layui-upload-drag {
		float: none;
		width: 100%;
	}
	.tag_box .layui-field-title {
		border: none;
		margin: 0 0 5px;
	}
	.tag_box .layui-field-title legend {
		font-size: 18px;
		padding: 0;
		margin: 0;
		line-height: 20px;
	}
	.tag_box .breadcrumb_top {
		float: none;
		display: block;
		margin: 10px 0 0;
		padding: 0;
		overflow: hidden;
	}
	#chart .layuiadmin-card-list {
		padding: 15px 0;
	}
	#chart .layuiadmin-card-list p.layuiadmin-normal-font {
		padding: 0 0 5px;
	}
	.fill_box {
		padding: 5px;
	}
	.layui-col-md12 {
		margin: 0;
	}
	.layui-card-body {
		padding: 10px 0;
	}
	.gallery-top-box .swiper-container {
		width: 100%!important;
		height: 300px!important;
		margin: 0!important;
	}
	.gallery-thumbs-box .swiper-container {
		width: 90%!important;
		margin: 0 auto!important;
	}
	.proportion_box_one {
		width: 100%;
		height: auto;
		padding: 0;
	}
	.abs_box {
		position: relative;
		height: auto;
	}
	.abs_box video {
		float: none;
		width: 100%;
		height: auto;
		margin: 0;
	}
	.video_info_tit {
		margin: 10px 0 3px;
	}
	#equip .space20_bg {
		padding: 0;
	}
	#equip .space20_bg .layui-col-xs12:last-child {
		margin: 0;
	}
	.layui-card-body .layui-form-switch {
		margin: 5px 5px 5px 0;
	}
	.layadmin-caller .caller-contar .caller-img {
		margin: 0 10px 0 0;
	}
	.layadmin-caller .caller-contar .caller-item .caller-main {
		padding: 0;
	}
}

@media screen and (min-width:768px) {
	.layui-col-lg1,
	.layui-col-lg10,
	.layui-col-lg11,
	.layui-col-lg12,
	.layui-col-lg2,
	.layui-col-lg3,
	.layui-col-lg4,
	.layui-col-lg5,
	.layui-col-lg6,
	.layui-col-lg7,
	.layui-col-lg8,
	.layui-col-lg9 {
		float: left
	}
	.layui-col-lg1 {
		width: 8.33333333%
	}
	.layui-col-lg2 {
		width: 16.66666667%
	}
	.layui-col-lg3 {
		width: 25%
	}
	.layui-col-lg4 {
		width: 33.33333333%
	}
	.layui-col-lg5 {
		width: 41.66666667%
	}
	.layui-col-lg6 {
		width: 50%
	}
	.layui-col-lg7 {
		width: 58.33333333%
	}
	.layui-col-lg8 {
		width: 66.66666667%
	}
	.layui-col-lg9 {
		width: 75%
	}
	.layui-col-lg10 {
		width: 83.33333333%
	}
	.layui-col-lg11 {
		width: 91.66666667%
	}
	.layui-col-lg12 {
		width: 100%
	}
	.layui-col-lg-offset1 {
		margin-left: 8.33333333%
	}
	.layui-col-lg-offset2 {
		margin-left: 16.66666667%
	}
	.layui-col-lg-offset3 {
		margin-left: 25%
	}
	.layui-col-lg-offset4 {
		margin-left: 33.33333333%
	}
	.layui-col-lg-offset5 {
		margin-left: 41.66666667%
	}
	.layui-col-lg-offset6 {
		margin-left: 50%
	}
	.layui-col-lg-offset7 {
		margin-left: 58.33333333%
	}
	.layui-col-lg-offset8 {
		margin-left: 66.66666667%
	}
	.layui-col-lg-offset9 {
		margin-left: 75%
	}
	.layui-col-lg-offset10 {
		margin-left: 83.33333333%
	}
	.layui-col-lg-offset11 {
		margin-left: 91.66666667%
	}
	.layui-col-lg-offset12 {
		margin-left: 100%
	}
}

@media only screen and (min-width: 500px) and (max-width: 767px) {
	.layui-col-sm2 {
		float: left;
		width: 25%;
	}
	.layui-col-sm3 {
		float: left;
		width: 33.3%;
	}
}

@media only screen and (min-width: 400px) and (max-width: 499px) {
	.layui-col-sm2 {
		float: left;
		width: 33.3%;
	}
	.layui-col-sm3 {
		float: left;
		width: 50%;
	}
}