html,body{
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: PingFang-SC-Medium;
}
body{
	height: 100vh !important;
}
a{
	color: #FFA430;
}
a:hover{
	color: #FFA430;
	text-decoration: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.red{
	color: #ff0000 !important;
}
.imColor{
	color: #FFA430;
}
#btn-bg{
	background-color: rgba(255, 164, 48, 1);
	border: none;
	color: #ffffff;
}
.btn-bg{
	background-color: rgba(255, 164, 48, 1);
	border: none;
	color: #ffffff;
}
#btn-bg:hover{
	background-color: rgba(255, 164, 48, .8);
	box-shadow: none;
	border: none;
}
.btn-info{
	box-shadow: none !important;
}
.pad0{
	padding: 0;
}
.margin0{
	margin: 0;
}
.marginAuto{
	margin: 0 auto;
}
.padT15{
	padding-top: 15px;
}
.padL15{
	padding-left: 15px;
}
.padR15{
	padding-right: 15px;
}
.padB15{
	padding-bottom: 15px;
}
.padT30{
	padding-top: 30px !important;
}
.padL30{
	padding-left: 30px;
}
.padR30{
	padding-right: 30px;
}
.padB30{
	padding-bottom: 30px;
}
.marginT15{
	margin-top: 15px;
}
.marginL15{
	margin-left: 15px;
}
.marginR15{
	margin-right: 15px;
}
.marginB15{
	margin-bottom: 15px;
}
.marginT30{
	margin-top: 30px;
}
.marginL30{
	margin-left: 30px;
}
.marginR30{
	margin-right: 30px;
}
.marginB30{
	margin-bottom: 30px;
}
.marginAuto{
	margin: 0 auto;
}
.borderT{
	border-top: 1px solid #ECEDF0;
}
.borderL{
	border-left: 1px solid #ECEDF0;
}
.borderR{
	border-right: 1px solid #ECEDF0;
}
.borderB{
	border-bottom: 1px solid #ECEDF0;
}
.imgC{
	display: block;
	margin: 0 auto;
}
.width100{
	width: 100%;
}
.width80{
	width: 80%;
}

.width50{
	width: 50%;
}
.txtc{
	text-align: center;
}
.inline_block {
	display: inline-block;
}
.main-area {
	margin-right: 30px;
	min-height: 650px;
}
.search-item {
	margin-bottom: 20px;
}
.table_title_ellipsis {
	display: inline-block;
	width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 统计 */
.count-container {
	margin-bottom: 20px;
}
.count-container .count-item {
	display: inline-block;
	width: 180px;
}
.count-container .count-item .count-title{
	margin-bottom: 15px;
}
.count-container .count-item .count-data{
	margin-bottom: 5px;
	color: #000;
	font-size: 24px;
}
/* 分隔符间距 */
.separator {
	padding: 0 5px;
}
/* 行内表格样式——结合bootstrap样式 */
.inline-form {}
.inline-form .inline-form-item {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 20px;
}
.inline-form .inline-form-item label {
	margin-right: 5px;
}
.inline-form .inline-form-item .form-control {
	width: auto;
	min-width: 200px;
}
/*顶掉框架样式*/
#team-brand .team-logo{
	border-radius: 50px;
}
/*开关按钮checkbox样式*/
.search_checkbox{
    position: relative;
    top: 32%;
}
.search_checkbox input[type=checkbox]{
    height: 0px;
    width: 0px;
    visibility: hidden;
}
.search_checkbox label{
    cursor: pointer;
    height: 20px;
    border-radius: 10px;
    display: inline-block;
    background-color: gray;
    width: 40px;
    text-indent: -99999px;
    position: relative;
}
.search_checkbox label::before {
    content: '';
    display:inline-block;
    background-color: white;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 2.5px;
    left: 2.5px;
    border-radius: 7px;
    transition:0.3s;
}
.search_checkbox input:checked + label {
  background: #bada55;
}
.search_checkbox input:checked + label:before {
  left: calc(100% - 2.5px);
  transform: translateX(-100%);
}
.search_checkbox label:active:before{
    width:20px;
}
/*登录页面*/
.login-layer{
	width: 100%;
	height: 100%;
	background-color: #f7f7f7;
}
.login-logo{
	width: 500px;
	height: 50px;
	/*overflow: hidden;*/
	margin: 0 auto 20px;
	text-align: center;
	padding-top: 10px;
	line-height: 50px;
}
.login-logo span{
	font-size: 20px;
	color: #666666;
}
.login-logo img{
	width: auto;
	height: 71px;
}
.login-box{
	width: 500px !important;
	height: auto;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0,0,0,.08), inset 0 0 3px #fff;
	padding: 24px;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 5px;
}
.login-box-title{
	width: 100%;
	height: auto;
	border-bottom: 2px solid #f1f1f1;
	padding-bottom: 14px;
	overflow: hidden;
}
.login-box h3{
	display: block;
	width: 15%;
	height: auto;
	font-weight: normal;
	font-size: 20px;
	padding-top: 3px;
	color: #494949;
	margin-bottom: 0;
}
.login-schoolName{
	display: block;
	width:85%;
	height: auto;
	font-weight: 500;
	font-size: 20px;
	color: #ff6633;
}
.login-form{
	width: 90%;
	height: auto;
	margin: 20px auto 0;
}
.login-form>p{
	font-size: 16px;
	color: #666666;
	padding-bottom: 10px;
}
.login-input{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
	background-color: #F7F7F7;
}
.login-input div:first-child{
	width: 60%;
}
.login-input div:last-child{
	width: 40%;
	height: 38px;
	line-height: 48px;
	text-align: center;
}
.login-form-btn{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.login-form-btn button{
	width: 100%;
}
.login-form-font{
	width: 100%;
	height:auto;
	padding: 10px 0;
	text-align: right;
	font-size: 14px;
}
.login-form-font a{
	color: #FFA430;
}
.login-form-font a:hover{
	color: #FFA430;
	opacity: .5;
}
.form-group{
	width: 100%;
	height: auto;
	overflow:hidden;
}
.form-group-span{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 5px 0 10px;
}
.form-group p{
	font-size: 14px;
	color: #666666;
	padding: 10px 0 0;
}
.form-group-span span{
	display: block;
	padding: 10px 20px;
	margin-right: 20px;
	background-color: #007DDB;
	color: #FFFFFF;
	border-radius: 5px;
}
.form-group p a{
	color: #1E9FFF;
}
/*下一步登录页面*/
.nextStep-input{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
}
.nextStep-input-box,.nextStep-input-box input{
	width: 100%;
}
.nextStep-input-box input{
	margin-bottom: 20px;
}
.nextStep-remember{
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
}
.nextStep-remember div:first-child{
	padding-top: 5px;
}
.nextStep-remember div:last-child{
	padding-top: 2px;
}
/*忘记密码*/
.forget-input{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
}
.forget-input-box,.forget-input-box input{
	width: 100%;
}
.forget-input-box input{
	margin-bottom: 10px;
	border-radius: 2px;
}
.forget-input-code{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
}
.forget-input-code div:first-child{
	width: 73%;
}
.forget-input-code div:last-child{
	width: 27%;
}
/*找回学校域名*/
.retrieve-form{
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding-top: 20px;
}
.retrieve-form span{
	padding: 0 5px;
}
.retrieve-form-font{
	color: #666666;
	font-size: 16px;
	padding: 5px 0 20px;
	text-align: center;
}
.retrieve-schoolName{
	width: 100%;
	height: auto;
	margin: 10px 0;
}
/*注册下一步*/
.register-form{
	width: 90%;
	height: auto;
	margin: 10px auto 0;
	padding: 20px 0 0;
}
.register-input-box{
	width: 100%;
	height: auto;
}
.register-input-font{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.register-input-font div:first-child{
	width: 60%;
}
.register-input-font div:last-child{
	width: 40%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
	color: #494949;
	letter-spacing:2px;
}
.register-input-p{
	font-size: 12px;
	color: #B8B8B8;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 12px 0;
	margin: 0;
}
/*个人资料页面*/
.personal-box{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.personal-box span{
	display: block;
	width: auto;
	height: auto;
	text-indent: 2rem;
}
/*基本设置*/
.setup-telcode{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.setup-tel-input{
	width: 88%;
}
/*userManage.html*/
.userManage-button{
	padding: 1px 6px;
}
#btn-plain{
	background-color: #FFFFFF;
	border-color: #FFA430;
	color: #FFA430;
	margin-left: 3px;
	border-radius: 3px;
}
.register-modal-box{
	position: relative;
}
.register-modal{
	position: absolute !important;
	margin:auto;
    top:30%;
    left:0;
    bottom:0;
    right:0;
}
.retrieve-schoolName{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	text-align: center;
}
.retrieve-school-tags{
	color: #B8B8B8;
	font-size: 16px;
}
/*列表样式封装*/
.zd-user-list{
	width: 100%;
}
.zd-user-list li{
	display: block;
	width: 100%;
	height: 30px;
	color: #555555;
	font-size: 14px;
	line-height: 27px;
	letter-spacing: 2px;
	padding: 12px 0;
}
.zd-user-list li i{
	color: #FFA430;
}
#arrow{ 
	display: block;
    width:0px;  
    height:0px;  
    border-top: 5px solid transparent;  
    border-bottom: 5px solid transparent;  
    border-left:9px solid #FFA430; 
    float:left;
    margin-right: 10px;
    margin-top: 8px;
}  
#arrow:link{
	border-left: 9px solid transparent;  
    border-top: 9px solid transparent;  
    border-bottom:9px solid #FFA430;
}
/*列表增加搜索框的样式如果不增加搜索框无需使用这个样式*/
.list-tab-search{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.list-tab-search .lc-tabs .nav-pills, .lc-tabs.nav-pills{
	border: none;
}
.list-serch{
	position:relative;
	margin-top: 1rem;
	margin-right:40px;

}
.margin-left{
	margin-left:20px;
	margin-right:0;
}
.form-control::-webkit-input-placeholder{
	color:#666;
}
.form-control::-moz-placeholder{
	color:#666;
}
.form-control:-ms-input-placeholder{
	color:#666;
}
.list-serch i{
	position: absolute;
	top: 0.7rem;
	padding-left: 0.5rem;
}
.list-serch button{
	position: absolute;
	padding-left: 0.5rem;
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 0 5px 5px 0 ;
	right: -28px;
}
/*时间插件样式*/
.table-condensed{
	margin: 0 auto;
}
.calendar-time{
	/*width: 40%;*/
	margin: 0 auto; 
}
.daterangepicker .ranges{
	width: auto !important;
}
.applyBtn{
	margin-left: 3rem;
	margin-top: 1rem;
}
.cancelBtn{
	margin-top: 1rem;
}
/*书籍列表*/
.play-table-list img{
	width:60px;
	height: 60px;
}
/*框架样式顶替*/
.content-wrapper{
	overflow-y: scroll;
}
/*上传图片样式*/
.file-footer-buttons{
	display: none !important;
}
.krajee-default.file-preview-frame .kv-file-content{
	width: 100% !important;
	height: auto;
}
.file-input button{
	width: auto;
	float: right;
	margin-bottom: 10px;
	position: absolute;
	right: 0;
	bottom: 0;
	border: none;
	background-color: #FFA430;
	color: #ffffff;
}
.krajee-default .file-caption-info, .krajee-default .file-size-info{
	display: none;
}
.krajee-default.file-preview-frame .file-thumbnail-footer{
	display: none;
}
.file-preview{
	padding: 0;
	border: none;
}
.file-drop-zone{
	border: none;
	margin: 0 !important;
	padding: 0 !important;
}
/*顶掉框架主流样式*/
#team-brand .team-logo{
	background-color:rgba(0,0,0,0);
}
.site-main .site-nav{
	background-color: #FAFAFA;
}
.site-nav .nav-pills li a:focus, .site-nav .nav-pills li a:hover, .site-nav .nav-pills li.active a{
	border-left-color:#FFA430;
	background-color: #FAFAFA;
	color: #FFA430;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	/*background-color: #F4F4F5;*/
}
.site-nav .nav-pills li a{
	padding: 12px 57px;
}
.lc-tree a.active{
	color: #FFA430;
	background-color: #FAFAFA;
	border-right:4px solid #FFA430;
}
.lc-tabs li.active a{
	border-bottom:solid 2px #FFA430;
}
.lc-tabs li.active a, .lc-tabs li.active a:focus, .lc-tabs li.active a:hover{
	color: #FFA430;
}
.btn-primary, .btn-primary.active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus, .btn-primary:active, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
	background-color: #FFA430;
	border-color: #FFA430;
}
.btn-default.active, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus, .btn-default:active, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
	color: #FFA430;
	border-color: #FFA430;
}
.w5c-form input:focus:focus, .w5c-form select:focus:focus, .w5c-form textarea:focus:focus, form input:focus:focus, form select:focus:focus, form textarea:focus:focus{
	border-color: #FFA430;
}
.btn-primary:hover{
	box-shadow:0 1px 2px 2px rgba(255, 164, 48, .24)
}
.form-control:focus, .form-control:hover{
	border-color: #FFA430;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #FFA430;
	border-color: #FFA430;
}
.btn-link, .btn-link:focus .tips, .btn-link:hover .tips{
	color: #FFA430;
}
.btn-link:focus, .btn-link:hover{
	color: #FFA430;
}
.lc-tabs li a:focus, .lc-tabs li a:hover{
	border-bottom: 2px solid #FFA430;
	border-color: #FFA430;
}
.modal .form-group{
    overflow:inherit;
}
.modal-header .modal-close:hover{
	color: #FFA430;
}
/*判断ie的弹框 */
.iehref-mask{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
.iehref-dialog{
	width:500px;
	height: 300px;
	background-color: #FFFFFF;
	text-align: center;
	position: relative;
	top:25%;
	margin: 0 auto;
	font-size: 14px;
	color: #333333;
	border-radius: 5px;
}
.iehref-dialog p:first-child{
	padding-top: 80px;
	/*padding-bottom: 20px;*/
}
.iehref-dialog-btn{
	display: block;
	width: 110px;
	height: auto;
	padding: 10px 0;
	margin: 80px auto 0;
    background-color: #FFA430;
    color: #ffffff;
    border-radius: 5px;
}
/*首页统计样式*/
.zd-right-static{
	margin-left: 14.5rem;
}
.zd-right-static-bg-one{
	background-color: #69D0D1;
	color: #ffffff;
}
.zd-right-static-bg-two{
	background-color: #40B5F0;
	color: #ffffff;
}
.zd-right-static-bg-three{
	background-color: #F57D9C;	
	color: #ffffff;
}
.zd-right-static-bg-four{
	background-color: #999B80;	
	color: #ffffff;
}
.zd-static .small-box h3{
	font-weight: normal;
	font-size: 30px;
}
.zd-static .small-box .icon{
	top: 5px;
	font-size: 50px;
}
.zd-static .small-box p{
	margin-bottom: 0;
}
.zd-static .small-box h3{
	margin: 0;
}
.home-index-box{
	border-radius:.25rem ;
	display: flex;
	flex: 1;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	margin-bottom: 20px;
}
.add_a_href{
	padding-right: 20px;
}