*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Microsoft YaHei';
	font-weight: 400;
	font-style: normal;
}
body {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	color: #333;
	font-size: 14px;
	background: #eff2f6;
}
ol, ul {list-style: none;}
ol li, ul li { list-style: none;}
table, tr, td {border-collapse: collapse; border-spacing: 0; margin:0;padding:0;}
a {text-decoration: none;color: #614de5;}
a:hover {text-decoration: none;color:#614de5;}
a:focus {outline:none;}
.fl {float: left;}
.fr {float: right;}
.tl {text-align: left !important;}
.tr {text-align: right !important;}
.navigation {display: none;}
.pageContent {padding-top: 15px;padding-bottom: 15px;}
.width-auto {width: auto !important;}
.red {color: red;}
.green {color: #66CC00;}
/*清除浮动*/
.clear:after {
    display: table;
    content: '';
    clear: both;
}
.container {
    max-width: 1264px;
    margin: 0 auto;
    padding: 0 15px;
}

/*头部*/
.header {
	background-color: #fff;
	position: relative;
	/*height: 72px;*/
}
.header-static-top {
    z-index: 1990;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.header .container {
    width: 1264px;
    padding: 0;
}
.header .container:before {
	display: table;
    content: " ";
}
.header .header-left {
	float: left;
}
.header .header-left a {
	line-height: 72px;
    color: #333;
    font-size: 20px;
}
.header .header-left img{
    height: 42px;
    margin-right: 15px;
    margin-bottom: 5px;
    vertical-align: middle;
}
.header .header-left span {
	color: #fff;
    margin-left: 10px;
}
.header .navbar-nav {
	list-style: none;
    float: left;
    margin: 0;
}
.header .navbar-nav:before {
	display: table;
    content: " ";
}
.header .navbar-nav li {
    display: block;
    cursor: pointer;
	float: left;
}
.header .navbar-nav li a {
    display: block;
    padding: 0 15px;
    line-height: 20px;
}
.header .navbar-left {
	margin-left: 15px;
}
.header .navbar-left li a {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    padding: 26px 14px;
	display: inline-block;
	text-align: center;
    min-width:74px;
}
.header .navbar-left li a:hover, 
.header .navbar-left li.active a{
    background-color: #614de5;
}
.header .navbar-right {
	float: right;
}
.header .navbar-right > li > a {
	line-height: 72px;
}
.header .navbar-right li.navbar-personal {
    position: relative;
}
.header .navbar-right li.navbar-personal > a {
    padding: 0 12px;
    background: transparent;
    text-align: center;
}
.header .navbar-right li.navbar-personal > a img {
	width: 44px;
    height: 44px;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
}
.header .navbar-right li.navbar-personal > a span {
    color: #333;
    max-width: 54px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.header .navbar-right .dropdown-menu {
    display: none;
	position: absolute;
    top: 100%;
    right: 0;
    float: left;
    min-width: 100px;
    padding:0;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 5px 8px 12px rgba(0,0,0,.175);
    box-shadow: 5px 8px 12px rgba(0,0,0,.175);
    background: #fff;
    z-index: 1990;
}
.header .navbar-right .dropdown-menu ul {
	padding: 0;
}
.header .navbar-right .dropdown-menu ul li a {
	padding: 8px 10px !important;
    cursor: pointer;
    display: block;
    color: #666666;
    background:#fff !important;       
    text-align: left !important;
    line-height: 20px;
}
.header .navbar-right .dropdown-menu ul li a i{
	margin-right: 5px;
	color: #614de5;
}
.header .navbar-right .dropdown-menu ul li a:hover {
	background: #fff !important;
    color: #614de5;
}
.header .navbar-right li.navbar-personal:hover .dropdown-menu {
	display: block;
}
.header.header-bg {
	background: url("../images/header.png") repeat-y 0 0;
	background-color: #6a9fdc;
}
.header.header-bg2 {
	background-color: #614de5;
}
.header.header-bg .header-left a,
.header.header-bg .navbar-right li > a,
.header.header-bg .navbar-right li.navbar-personal > a span,
.header.header-bg2 .header-left a,
.header.header-bg2 .navbar-right li > a,
.header.header-bg2 .navbar-right li.navbar-personal > a span {
	color: #fff;
}
.header.header-bg2 .navbar-left li a {
	color: #fff;
}

@media (max-width:768px) {
	.dropdown-menu {
		display: block;
	    border: none;
	    box-shadow: none;
	    padding-left: 10%;
	    float: none;
	    position: static;
	}
}
@media screen and (max-width: 1200px) {
    .layout-full{
        overflow-x: auto!important;
    }
    .layout-full .g-right-mian{
        position: relative!important;
    }
}

/*footer*/
.footer{
    background: #333;
    font-size: 14px;
    width: 100%;
    z-index: 9999;
	min-width:1264px;
	color: #acacac;
    height: 130px;
    padding-top: 30px;
}
.footer p{
    font-size: 13px;
    text-align: center;
    padding: 0;
}
.footer .top{
	padding-left: 660px;
	height: 40px;
	background: url(../images/footer-new.png) no-repeat left top;
	line-height:34px; 
	margin-bottom:25px;
}
.footer .top a{
	color:#fff;
	margin-right:40px;
}
/* 卡片 */
.main-panel .card{
    padding: 20px;
    background: #fff;
}
.card:after{
 	display:table;
 	content:"";
 	clear:both;
}
.main-panel .card-border {
	border-bottom: 10px solid #f2f2f2;
}
.main-panel h1.card-header{
 	font-size: 14px;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: right;
}
.main-panel h1.card-header.card-header-border {
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}
.main-panel h1.card-header .btn{
    padding: 7px 14px;
}
.main-panel h1.card-header .btn:not(:first-child) {
	margin-left: 8px;
}
/*breadcrumb*/
.breadcrumb{
    margin-bottom: 0;
    padding: 15px 0;
    border-radius: 0;
}
.breadcrumb-line {
	border-bottom: 1px solid #D7D7D7;
    border-radius: 0;
}
.breadcrumb:after{
    display: table;
    content: '';
    clear: both;
}
.breadcrumb li{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color:#333;
}
.breadcrumb>li+li:before{
	padding: 0 8px;
    color: #aaa;
	content: ">";
}
.breadcrumb>.active {
    color: #5d5d5d;
}

/*layer*/
.layer{
    background: url('../images/layerbg.png') no-repeat;
    width: 450px;
    height: 360px;
    padding: 0 15px 0 50px;
}
.layer h1{
    color: #fff;
    font-size: 18px;
    padding-top:8px;
    padding-bottom: 8px;
}
.layer h1 i{
    float: right;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin-right: 5px;
}
.layer h2{
    font-size: 16px;
    padding-top:20px;
    padding-bottom: 15px;
}
.layer p{
    margin-bottom: 10px;
    font-size: 16px;
}
.layer p span{
    color: #65CC00;
}

/*wrapper*/
#main .container {
    margin-bottom: 15px;
    padding: 0;
}
#main .container:after {
	content: "";
	clear: both;
	display: block;
}
.left-side {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 15px;
}
.leftside {
    background: white;
    padding: 15px 0;
}
.leftside h5{
	height: 20px;
    width: 100%;
    line-height: 40px;
    color: #666666;
    font-weight: 700;
    background: #fff;
    margin-top: 0;
    border-bottom: 2px solid #E4E4E4;
    font-size: 14px;
}
.leftside h5 i{
    margin: 0 6px;
    color: #614de5;
}
.leftside .list-group{
    margin: 0;
}
.leftside .list-group-item {
    border-radius: 0 !important;
    color: #333;
    border: none;
    backface-visibility: visible !important; 
    position: relative;
    display: block;
    padding: 12px 15px;
    text-indent: 25px;
}
.leftside .list-group-item.active, .leftside .list-group-item.active:focus, 
.leftside .list-group-item.active:hover, .leftside .list-group-item:hover {
    background: #614de5 !important;
    color: white;
}
.leftside ul li:hover .list-group-item{
	backface-visibility: visible !important; 
    animation-name: flipInX; 
    animation-duration: .1s; 
    animation-fill-mode: both; 
}
@keyframes flipInX { 
    0% { 
        transform: perspective(400px) rotateX(-45deg); 
    } 
    40% { 
        transform: perspective(400px) rotateX(-30deg); 
    } 
    70% { 
        transform: perspective(400px) rotateX(-15deg); 
    } 
    100% { 
        transform: perspective(400px) rotateX(0deg); 
    } 
} 

.g-right-mian{
	height: auto;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    min-height: 791px;
    min-height: calc(100vh - 250px);
    background:#fff;
    /*min-width: 1000px;*/
    margin-top: 15px;
}
.left-side + .g-right-mian {
    border-left: 20px solid #eff2f6;
}
.breadcrumb ~ .left-side,
.breadcrumb ~ .g-right-mian {
	margin-top: 0;
}
.g-right-mian .right-side{
    width:19%;
    height:100%;
    float:right;
    border-left: 2px solid #B5B5B5;
}
.text-ellipsis {
    word-wrap: normal;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*表格*/
.table{
    width: 100%;
    font-size: 14px;
    background: #fff;
    margin-bottom: 10px;
}
.table thead tr th{
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    font-weight: 700;
    padding: 8px;
}
.table tbody tr td,
.table tfoot tr td{
	text-align: center;
	padding: 8px;
}
.table tr td p {
	margin: 0;
	word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.table-fixed {
	table-layout: fixed;
}
.table-fixed th, .table-fixed td {
	word-wrap: normal;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.table-stripeds>tbody>tr:nth-child(even) {
    background-color: #F2F2F2;
}
.table-hovers>tbody>tr:hover {
    background: #dbeff1;
}
.table-header>thead>tr {
	border: 1px solid #ddd;
}
.table-header>thead>tr>th {
	background: #f7f6f6;
	border: none;
	text-align: center;
}
.table-header>tbody>tr>td {
	border: none;
	text-align: center;
	vertical-align: middle;
}
.table-bordered {
  	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  	border-bottom-width: 2px;
}
.g-table {
    margin-top: 12px;
}
.g-table table tr th {
    text-align: center;
    padding: 14px 8px;
    border-width: 1px;
}
.g-table table tr td {
    border-top:none;
    padding: 14px 8px;
    vertical-align: middle;
}
.g-table table tr td .btn {
    width: 100px;
    padding: 5px 12px;
    margin: 0;
}
.g-table table tr td > a:not(:first-of-type) {
	margin-left: 12px;
}
.g-table table tr td > a:not(:first-of-type):before {
	content: "|";
	padding-right: 12px;
	color: #aaa;
}

/******************搜索框*************************/
/* 搜索栏-1 */
.main-panel .main-search {
    width: 100%;
}
.main-search:after,.search-grop:after {
    display: table;
    content: " ";
    clear: both;
}
.main-search > ul{
	margin-bottom: 0;
}
.main-search > ul > li{
    padding: 8px 14px;
    line-height: 30px;
    overflow: hidden;
}
.main-search > ul > li:last-child{
	border:none;
}
.main-search > ul > li .search-left{
    float: left;
    margin-top: 1px;
}
.main-search > ul > li .search-right{
	margin-left: 80px;
}
.main-search > ul > li .search-right > span{
	color: #333;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 0 16px;
    border-radius: 3px;
}
.main-search > ul > li .search-right > span:not(:first-child) {
	margin-left: 8px;
}
.main-search > ul > li .search-right > span:hover,
.main-search > ul > li .search-right > span.active{
	color: #fff;
	background: #614de5;
}
.main-search > ul > li .search-right input[type=text]{
	width:230px;
	margin-right: 8px;
	display: inline-block;
    vertical-align: middle;
	margin-top: -1px;
}
.main-search > ul > li .search-right .btn{
    padding: 6px 25px;
}
.main-search > ul > li .search-right .btn i{
	color:#614de5;
}
.main-search > ul > li .search-right .btn:hover i{
	color:#fff;
}
.main-search > ul > li .search-right .search-right{
	margin-left: 0;
	padding-top: 10px;
}
.main-search > ul > li.li-config {
	padding-right: 0;
}
.main-search > ul > li.li-config .search-config {
	float: right;
	width: 28px;
    text-align: center;
}
.main-search > ul > li.li-config .search-right {
	margin-right: 28px;
}
/*搜索栏3*/
.main-panel .main-search3{
  padding:0 15px;
  margin-bottom: 0;
}
.main-search3-group{
	border: 1px solid #e3e3e3;
    background: #EBEEF3;
}
.main-search3 ul.search-item{
	border:none;
	float: left;
}
.main-search3 ul.search-item li{
	float:left;
	display: block;
	padding: 0;
    border: none;
}
.main-search3 ul.search-item li span,.main-search3 ul.search-item li a{
	padding:12px 0px;
	padding-right:0;
	color:#333;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
}
.main-search3 ul.search-item li span:after,.main-search3 ul.search-item li a:after{
	content:"|" ;
	padding-left:25px; 
	color:#333;
}
.main-search3 ul.search-item li:last-child span:after,.main-search3 ul.search-item li:last-child a:after{
    content:"" ;
}
.main-search3 ul.search-item li span:hover,.main-search3 ul.search-item li span.active,
.main-search3 ul.search-item li a:hover,.main-search3 ul.search-item li a.active{
	color: #614de5;
}
.main-search3 ul.search-item li label {
	padding: 12px 8px;
	display: inline-block;
    vertical-align: middle;
    line-height: 26px;
}
.main-search3  .input-group{
	float:right;
	padding:8px;
	width:240px;
}
.main-search3  .input-group .btn{
	background: #f2f2f2;
	color:#614de5;
}
.main-search3 .input-operation{
	padding:8px;
}
.main-search3 .input-operation .btn{
	padding: 6px 25px;
	background-color: #614de5;
    border-color: #614de5;
    color: #fff;
}
.main-search3 .input-operation .btn:hover{
	background: #614de5;
    border-color: #614de5;
	color:#fff;
}
.main-search3 .input-operation .btn.red{
	background: #FF4848;
    border-color: #FF4848;
    color: #fff;
}
.main-search3 .input-operation .btn.red:hover{
	background: red;
	border-color: red;
}
.card .main-search3{
	padding:0;
}
/* 搜索栏-2 */
.main-search2 {
	padding: 10px 15px;
    text-align: center;
}
.main-search2:after {
    display: table;
    content: " ";
    clear: both;
}
.main-search2 .btn {
	padding: 6px 20px;
	margin-top: -4px;
}
.main-search2 input {
	width: 200px;
	display: inline-block;
}
/****************************************************************/
/*按钮*/
.btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    outline: none;
    border-radius: 3px;
}
.btn i {
	margin-right: 3px;
}
.btn-radius-non {
	border-radius: 0;
}
.btn-default {
	color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover {
	background-color: #f2f2f2;
}
.btn-primary {
    background-color: #614de5;
    border-color: #614de5;
    padding: 6px 25px;
    color: #fff;
}
.btn-primary:hover {
    background: #614de5;
    border-color: #614de5;
    color: #fff;
}
.btn-white-blue {
    color: #333333;
    background-color: #FFFFFF;
    border-color: #D7D7D7;
    padding: 6px 25px;
}
.btn-white-blue:hover {
    color: #FFFFFF;
    background-color: #614de5;
    border-color: #614de5;
}
.btn-white-red {
    color: #FF0000;
    background-color: #FFFFFF;
    border-color: #D7D7D7;
    padding: 6px 25px;
}
.btn-white-red:hover {
    color: #FFFFFF;
    background: #FF0000;
    border-color: #FF0000 ;
}
.btn-white-green {
    color: #333333;
    background-color: #FFFFFF;
    border-color: #D7D7D7;
    padding: 3px 25px;
}
.btn-white-green:hover, .btn-white-green.active {
    color: #FFFFFF;
    background-color: #66CC00;
    border-color: #66CC00;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-green {
    color: #FFFFFF;
    background-color: #66CC00;
    border-color: #66CC00;
    padding: 6px 25px;
}
.btn-green:hover {
    color: #FFFFFF;
    background-color: #05CC05;
    border-color: #05CC05;
}
.btn-orange{
    color: #FFF;
    background: #ffab00;
    border-color: #ffab00;
    padding: 6px 25px;
}
.btn-orange:hover {
	color: #FFF;
    background: #ff9900;
    border-color: #ff9900;
}
.btn-orange:focus {
	outline: none;
}
.btn-big {
	padding: 8px 35px;
}
.btn-gray{
	background: #CDCDCD;
    color: #fff;
    border-color:#CDCDCD;
    cursor: not-allowed;
}
.btn-gray:hover{
    background: #9E9E9E;
    color: #fff;
    border-color:#9E9E9E;
}
.btn-gray-blue,.btn-gray-red{
	background: transparent;
	color:#999999;
	border-color:#999999;
}
.btn-gray-blue:hover{
	color:#614de5;
	border-color:#614de5;
}
.btn-gray-red:hover{
    color:#FF0A0A;
    border-color:#FF0A0A;	
}
.btn.disabled, .btn[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    pointer-events: none;
}
/* 分页条 */
.div-pagination {
    text-align: center;
}
.div-pagination > div {
    display: inline-block;
    vertical-align: middle;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px;
    border-radius: 4px;
}
.pagination li {
	display: inline;
}
.pagination > li > a, 
.pagination > li > span {
	position: relative;
	float: left;
	padding: 8px 16px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #614de5;
	background-color: #f2f2f2;
	margin-left: 8px;
	border-radius: 2px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  	z-index: 2;
  	background-color: #614de5;
  	color: #fff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  	z-index: 3;
  	color: #fff;
  	background-color: #614de5;
  	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	background-color: #f2f2f2;
  	color: #aaa;
  	cursor: not-allowed;
}
.pagination > .text > span {
	background-color: transparent !important;
}
.pagination li > span {
	top: 1px;
	font-size: 14px;
	cursor: pointer;
}
.pagination li > input {
	margin-top: 1px;
}
.pagination li > input{
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 50px;
    height: 34px;
    float: left;
    border: 1px solid #ccc;
    /*border-left-width: 0;*/
    /*border-right-width: 0;*/
    margin: 2px 2px 2px 8px;
    padding: 4px 6px;
    text-align: center;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.pagination li > input:focus {
    border-color: rgba(82,168,236,0.8);
    border-left-width: 1px;
    border-right-width: 1px;
    outline: 0;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),rgba(21, 186, 197, .5);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),rgba(21, 186, 197, .5);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(21, 186, 197, .5);
}
.pagination>.active>a, .pagination>.active>a:focus, 
.pagination>.active>a:hover, .pagination>.active>span, 
.pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #614de5;
}

/* 文件上传控件 */
.upload {
	position: relative;
    float: left;
    padding-right: 10px;
}
.upload input[type=text]{
    display: inline-block;
    width: 260px;
    vertical-align: middle;
    cursor: not-allowed;
    background: white !important;
}
.upload > div{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    cursor: default;
    padding: 0;
    color: white;
    width: 80px;
    text-align: center;
    left: 0px;
    top: 0px;
}
.upload .btn{
    width: 80px;
    margin-top: 0;
    padding: 6px 12px;
}
.upload i{
    margin: 0 2px;
    left: -6px;
}
.upload input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    display: none;
}
/* 文件上传控件 - 结束 */

/*表单*/
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: rgba(21, 186, 197, .7);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(21, 186, 197, .5);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(21, 186, 197, .5);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
textarea.form-control{
	height:auto;
	font-family: inherit;
}
.form-control[disabled], 
.form-control[readonly] {
    background-color: #eee;
    opacity: 1;
}
.form-horizontal {
	padding-left: 15px;
	padding-right: 15px;
	font-size:14px;
}
.form-horizontal .form-group {
	margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
}
.form-horizontal .form-group:after{
	display:table;
	content:'';
	clear:both;
}
.form-group .form-item-left,.form-group .form-item-right{
	float:left;
	padding-left: 15px;
	padding-right: 15px;
}
.form-group .form-item-left{
	padding-left: 0;
	width:150px;
}
.form-group .form-item-right{
	width:475px;
    position: relative;
}
.form-horizontal .control-label{
	padding-right:0;
    font-weight: 400;
    text-align: right;
    padding-top:7px;
    display: inline-block;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.form-bar {
	text-align: center;
	padding: 15px 0;
}
.form-bar .btn {
    padding: 4px 30px;
    margin: 0 10px;
}
/*图片按钮*/
.icon-file:before {
	content: "\f016";
}
.icon-file-alt:before {
	content: "\f0f6";
}
/*必填*/
.required:before{
    content: "*";
    font-weight: 700;
    color: red;
    position: relative;
    top: 2px;
    left: -3px;
}
/* 表单验证：错误提示、信息提示框 */
.validate-form .form-group {
	position: relative;
}
span.error, span.info{
	padding-left: 20px;
	display: inline-block;
    position: absolute;
    top: 0;
    left: 100%;
    width: auto;
    white-space: nowrap;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #919191;
}
span.error{ 
    background: url("../images/error.png") no-repeat;
    background-position: 2px;  
}
span.info{
    background: url("../images/info.png") no-repeat;
    background-position: 2px;
}
input.error, select.error, textarea.error {
	border: 1px solid #FF004B;
    border-radius: 4px;
    outline: 0;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,0,75,.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255,0,75,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255,0,75,.6);
}
.error-bottom span.error {
	display: block;
    left: 0px;
    top: 100%;
    margin-left: 15px;
    padding: 3px 0px 3px 20px;
}

/*面板*/
.panel {
	margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel .panel-body {
    padding: 15px;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

/* 已选择区域 */
.selected-box label {
	font-weight: 400;
	padding-left: 12px;
}
.selected-box > div {
	border: 1px dashed #ddd;
	margin: 5px 0;
	padding: 5px 10px;
	overflow: auto;
	margin-top: 10px;
	min-height: 54px;
}

/* 已选择项span (select2插件多选型样式) */
.selected-item {
    overflow: hidden;
	background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    margin: 5px 5px 0 0;
    padding: 5px;
    display: inline-block;
}
.selected-item .selected-remove {
	color: #999;
    cursor: pointer;
    font-weight: bold;
    margin-left: 2px;
}
.selected-item .selected-remove:hover {
	color: #000;
}
/* 已选择项span (结束) */

/* 弹窗 */
.layui-layer .pageContent {
	padding-bottom: 0;
}
.layui-layer .layui-layer-title {
	background-color: #fff;
	font-weight: bold;
}
.layui-layer .layui-layer-content .form-bar {
	border-top: 1px solid #eee;
}
.layui-layer .layui-layer-btn .layui-layer-btn0 {
    border-color: #614de5;
    background-color: #614de5;
    color: #fff;
	padding: 0 20px;
	height: 30px;
}
.layui-layer .layui-layer-btn .layui-layer-btn1 {
	padding: 0 20px;
	height: 30px;
}
.layui-layer .layui-layer-btn .layui-layer-btn1:hover {
	color: #fff !important;
	background-color: #614de5 !important;
	border-color: #614de5 !important;
}
/* 下拉层 */
.dropdown-div {
	position: relative;
	display: inline-block;
}
.dropdown-div .dropdown-div-main {
	display: none;
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: auto;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    margin: 2px 0 0;
    padding: 5px;
    width: 100%;
}
/** 元素隐藏（不占空间可点击） */
.ele-hide {
	position: absolute;
	visibility: hidden;
}
/** 元素颜色：成功、警告、失败 */
.ele-success {
	color: #00CB5B;
	margin-right: 3px;
}
.ele-warn {
	color: #ff993e;
	margin-right: 3px;
}
.ele-error {
	color: #ff0000;
	margin-right: 3px;
}
/* input-group */
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin-bottom: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #666;
    text-align: center;
    background-color: #f3f3f3;
    border: 1px solid #eee;
    border-radius: 4px;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group .form-control, 
.input-group-addon, 
.input-group-btn {
    display: table-cell;
}
.input-group .form-control:first-child, 
.input-group-addon:first-child, 
.input-group-btn:first-child>.btn, 
.input-group-btn:first-child>.btn-group>.btn, 
.input-group-btn:first-child>.dropdown-toggle, 
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn, 
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon, 
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn>.btn {
    position: relative;
    background-color: #eee;
    z-index: 1;
}
.input-group-btn:first-child>.btn {
    border-right: 1px solid transparent;
}
.input-group-btn:first-child>.btn, 
.input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}
.input-group .form-control:last-child, 
.input-group-addon:last-child, 
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn, 
.input-group-btn:first-child>.btn:not(:first-child), 
.input-group-btn:last-child>.btn, 
.input-group-btn:last-child>.btn-group>.btn, 
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-left: -1px;
}
.input-group .form-control:not(:first-child):not(:last-child), 
.input-group-addon:not(:first-child):not(:last-child), 
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

/* btn group */
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn {
    position: relative;
    float: left;
}
.btn-group .btn+.btn, 
.btn-group .btn+.btn-group, 
.btn-group .btn-group+.btn, 
.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


/* progressbar */
.progress {
    height: 20px;
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-bar-success {
    background-color: #08bb58;
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/* bootstrap栅格 */
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, 
.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.col-md-12 {width: 100%;}
.col-md-11 {width: 91.66666667%;}
.col-md-10 {width: 83.33333333%;}
.col-md-9 {width: 75%;}
.col-md-8 {width: 66.66666667%;}
.col-md-7 {width: 58.33333333%;}
.col-md-6 {width: 50%;}
.col-md-5 {width: 41.66666667%;}
.col-md-4 {width: 33.33333333%;}
.col-md-3 {width: 25%;}
.col-md-2 {width: 16.66666667%;}
.col-md-1 {width: 8.33333333%;}
.col-md-offset-12 {margin-left: 100%;}
.col-md-offset-11 {margin-left: 91.66666667%;}
.col-md-offset-10 {margin-left: 83.33333333%;}
.col-md-offset-9 {margin-left: 75%;}
.col-md-offset-8 {margin-left: 66.66666667%;}
.col-md-offset-7 {margin-left: 58.33333333%;}
.col-md-offset-6 {margin-left: 50%;}
.col-md-offset-5 {margin-left: 41.66666667%;}
.col-md-offset-4 {margin-left: 33.33333333%;}
.col-md-offset-3 {margin-left: 25%;}
.col-md-offset-2 {margin-left: 16.66666667%;}
.col-md-offset-1 {margin-left: 8.33333333%;}
.col-md-offset-0 {margin-left: 0;}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

/* tab标签页 */
ul.tab-header {
	border-bottom: 1px solid #ddd;
	list-style: none;
}
ul.tab-header::before,
ul.tab-header::after {
	display: table;
    content: " ";
}
ul.tab-header::after {
    clear: both;
}
ul.tab-header > li {
    position: relative;
    display: block;
    float: left;
    margin-bottom: -1px;
}
ul.tab-header > li .content {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-right: 2px;
    line-height: 1.4;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #337ab7;
	text-decoration: none;
	cursor: pointer;
}
ul.tab-header > li .content:focus, 
ul.tab-header > li .content:hover {
    text-decoration: none;
    background-color: #eee;
    border-color: #eee #eee #ddd;
}
ul.tab-header > li.active .content,
ul.tab-header > li.active .content:hover,
ul.tab-header > li.active .content:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    background: #614de5 !important;
    color: white;
}
.tab-content > .tab-pane {
    display: none;
    padding: 15px;
}
.tab-content > .tab-pane.active {
    display: block;
}

/*图片按钮*/
i.kicon{
  	display: inline-block;
  	width: 40px; height: 40px;
  	overflow: hidden;
  	box-sizing: inherit;
}
.kicon-dis{
	background: url(../images/buttonbg.png) no-repeat -36px 4px ;/*分配*/
}
.kicon-dis:hover{
	background: url(../images/buttonbg.png) no-repeat 4px 4px;
}
.kicon-over{
	background: url(../images/buttonbg.png)  no-repeat -36px -74px;/*结束*/
}
.kicon-over:hover{
	background: url(../images/buttonbg.png)  no-repeat 4px -74px;
}    
.kicon-came{
	background: url(../images/buttonbg.png)  no-repeat -36px -194px;/*发布*/
}
.kicon-came:hover{
	background: url(../images/buttonbg.png)  no-repeat 4px -194px;
}
.kicon-edit{
	background: url(../images/buttonbg.png)  no-repeat -34px -114px;/*编辑*/
}
.kicon-edit:hover{
	background: url(../images/buttonbg.png)  no-repeat 6px -114px;
}
.kicon-view{
	background: url(../images/buttonbg.png)  no-repeat -36px -153px;//*查看学生*/
}
.kicon-view:hover{
	background: url(../images/buttonbg.png)  no-repeat 4px -153px;
}
.kicon-detail{
	background: url(../images/buttonbg.png)  no-repeat -36px -34px;//*查看详细*/
}
.kicon-detail:hover{
	background: url(../images/buttonbg.png)  no-repeat 4px -34px;/
}

/* 通过/未通过 */
.passed {
	display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: url(../images/face.png) 0px 188px;
    margin: 0 3px;
    margin-top: -2px;
}
.unpassed {
	display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: url(../images/face.png) -14px 188px;
    margin: 0 3px;
    margin-top: -2px;
}


/*全屏的*/
/*.layout-full {*/
/*	overflow: hidden;*/
/*}*/
.layout-full > .header {
    min-width: 900px;
}
.layout-full > .header .header-left img{
    margin: 0px 30px 5px 30px;
}
.layout-full .left-side{
    width: 191px;
    border-right: 1px solid #dbdbdb;
    background: #fff;
    padding: 15px 0;
    position: fixed;
    left: 0;
	top: 72px;
    bottom: 0;
    z-index: 1990;
    margin-top: 0;
}
/* 隐藏滚动条但可以滚动的效果（开始） */
/* 在容器外面再嵌套一层 overflow:hidden，内部内容再限制尺寸和外部嵌套层一样。 */
.layout-full .left-side .leftside-outer-container {
	width: 190px;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.layout-full .left-side .leftside-inner-container {
    height: inherit;
	position: absolute;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}
.layout-full .leftside {
	width: 190px;
	height: 100%;
	padding: 0;
}
/* 隐藏滚动条但可以滚动的效果（结束） */
.layout-full .leftside a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #333;
    padding: 12px 30px 12px 54px;
    background: none;
    margin: 0;
    text-align: left;
}
.layout-full .leftside .left-title.active,
.layout-full .leftside .left-title:hover {
	color: #614de5;
}
.layout-full .leftside .left-title i{
    width: 22px;
    height: 18px;
    background-image: url("../images/icon.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 26px;
    top: 14px;
}
.layout-full .leftside .left-title i.icon-course {
    background-position: -30px 0;
}
.layout-full .leftside .left-title i.icon-resource{
    background-position: -60px 0;
}
.layout-full .leftside .left-title i.icon-teach{
    background-position: -90px 0;
}
.layout-full .leftside .left-title i.icon-statistics{
    background-position: -120px 0;
}
.layout-full .leftside .left-title i.icon-trophy{
    /* 不选中任何背景图，采用font-awesome原生图标 */
    background-position: -210px 0;
}
.layout-full .leftside .left-title i.icon-paste{
    /* 不选中任何背景图，采用font-awesome原生图标 */
    background-position: -210px 0;
}
.layout-full .leftside .left-title i.icon-system{
    background-position: 0 0;
}
.layout-full .leftside .left-title:hover i,
.layout-full .leftside .left-title.active i {
	background-position-y: -30px;
}
.layout-full .leftside .list-group-item {
    color: #333;
    border: none;
    text-indent: 0;
}
.layout-full .leftside .list-group-item.active,
.layout-full .leftside .list-group-item:hover{
    background: #fff !important;
    color: #614de5;
}
.layout-full .leftside .list-group-item b{
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    display: none;
}
.layout-full .breadcrumb{
    background: #fff;
    padding: 10px 20px;
	border-bottom: 2px solid #f2f2f2;
    position: fixed;
    top: 72px;
    left: 190px;
    right: 0;
}
.layout-full .g-right-mian{
    width: calc(100% - 190px);
    background-color: #eee;
    border-left: none;
    position: fixed;
    left: 190px;
    top: 115px;
    bottom: 0;
    overflow: auto;
    margin-top: 0;
}
.layout-full .main-panel {
	margin: 15px;
	background-color: #fff;
    min-height: calc(100vh - 145px);
}
.layout-full .main-panel .card-border {
	border-bottom: none;
}
.layout-full .main-panel .main-search.card {
    border-bottom: none;
	padding-bottom: 0;
}
.layout-full .main-panel .main-search ul {
	padding: 10px 5px;
	background-color: #f7f7f7;
}
.layout-full .card .card-header {
	background-color: #f3f3f3;
    padding: 8px 15px;
}
.navbar-right .unread {
    margin: 15px 0px 0px -12px;
}
.unread {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: red;
    display: inline-block;
    vertical-align: top !important;
}