@charset "utf-8";
/*public*/
#mainwrapper{
	overflow-y: auto;
}
#sidebar{
	overflow-y: auto;
}
#mainwrapper::-webkit-scrollbar{
	width:4px;
	height:4px;
}
#mainwrapper::-webkit-scrollbar-track{
	background: #f6f6f6;
	border-radius:2px;
}
#mainwrapper::-webkit-scrollbar-thumb{
	background: #aaa;
	border-radius:2px;
}
#mainwrapper::-webkit-scrollbar-thumb:hover{
	background: #747474;
}
#mainwrapper::-webkit-scrollbar-corner{
	background: #f6f6f6;
}
#sidebar::-webkit-scrollbar{
	width:2px;
	height:4px;
}
#sidebar::-webkit-scrollbar-track{
	background: #f6f6f6;
	border-radius:2px;
}
#sidebar::-webkit-scrollbar-thumb{
	background: #ccc;
	border-radius:2px;
}
#sidebar::-webkit-scrollbar-thumb:hover{
	background: #747474;
}
#sidebar::-webkit-scrollbar-corner{
	background: #f6f6f6;
}
.content-wrapper{
	padding: 0;
	background: #f8f8f8;
}
.mainbox{
	padding: 1.2rem 1.2rem;
}
.navbar_lis{
	margin-right: 0 !important;
}
.topnavbar .nav-itemcps{
	display: block;
	height: 100%;
	transition: .25s;
}
.topnavbar .nav-item a.nav-linkcps{
	font-size: 14px !important;
	display: block;
	padding: 0 20px;
	height: 100%;
	line-height: 63px;
}
#UserDropdown i{
	font-size: 12px;
	margin-left: 5px;
}
.navbar-brand{
	margin: 0;
	padding: 0 !important;
	height: 63px !important;
	line-height: 63px !important;
}
.navbar-brand:hover{
	color: #fff !important;
}
.topnavbar{
	padding-left: 0 !important;
}
.sidebar .nav .nav-item .nav-linkboderleft{
	border-left: 4px solid #fff;
}
.sidebar .nav .nav-itembgcolor .nav-linkboderleft:hover{
	background: #f5f5f5 !important;
	border-left: 4px solid #e00b4f;
}
.sidebar .nav .nav-itembgcolor .nav-linkboderleft[aria-expanded="true"]{
	background: #f5f5f5 !important;
	border-left: 4px solid #e00b4f;
}
.sidebar .nav .nav-item .nav-link .menu-title{
	font-size: 14px;
}
.barleft_i{
	display: inline-block;
	width: 30px;
	text-align: center;
	margin-right: 5px;
}
.nav-linkboderleft{
	position: relative;
}
.barright_i{
	display: inline-block;
	text-align: center;
	position: absolute;
	right:20px;
	top: 0;
	height: 52px;
	line-height: 52px;
	transition: .25s;
	font-size: 14px;
}
.sidebar .nav.sub-menu{
	padding-left: 45px;
}
.sidebar .nav .nav-itembgcolor .nav-linkboderleft[aria-expanded="true"] .barright_i{
	transform:rotate(90deg);
}
.sidebar .nav.sub-menu .nav-item .nav-link{
	padding: 1rem;
	color: #666;
}
.sidebar .nav.sub-menu .nav-item .nav-link:hover,.sidebar .nav.sub-menu .nav-item .active{
	color: #e00b4f;
}
.sidebar .nav .nav-item .nav-link{
	padding: 16px 20px 16px 20px;
}
.btn-success {
	color:#fff;
	background-color:#e00b4f;
	border-color:#e00b4f;
}
.btn-success:hover {
	color:#fff;
	background-color:#e00b4f;
	border-color:#e00b4f;
}
.btn-success:focus,.btn-success.focus {
	box-shadow: 0 0 0 0.2rem rgba(49, 133, 253, 0);
}
.btn-success.disabled,.btn-success:disabled {
	color:#fff;
	background-color:#e00b4f;
	border-color:#e00b4f;
}
.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show > .btn-success.dropdown-toggle {
	color:#fff;
	background-color:#e00b4f;
	border-color:#e00b4f;
}
.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(49, 133, 253, .5);
}
.topnavbar .nav-itemcps:hover,.topnavbar .active{
	background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.3)) !important;
}
.sidebar .nav .nav-item .nav-link{
	padding: 15px;
}
.xzspan{
	display: block;
	text-align: left;
	padding: 0 10px;
	height: 34px;
	line-height: 34px;
	margin-top: 5px;
	border: 0;
	background: #e00b4f;
	color: #fff;
	cursor: pointer;
	border-radius: 4px;
}
.xzspan em{
	width: 100%;
	height: 100%;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
	padding-right: 10px;
}
.xzspan i{
	line-height: 34px;
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 34px;
	color: #fff;
}
.zdhide{
	width: 100%;
	background: #fff;
	position: absolute;
	top: 36px;
	left: 0;
	z-index: 999;
	border: 1px solid #e00b4f;
	font-size: 12px;
	display: none;
}
.zdhideipt{
	padding: 5px;
}
.zdhideipt input{
	width: 100%;
	height: 26px;
	border: 1px solid #ddd;
	padding: 0 10px;
	font-size: 12px;
}
.zdhideh{
	height: 200px;
	overflow: hidden;
	overflow-y: auto;
}
.zdhideh span{
	line-height: 31px;
	height: 31px;
	display: block;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
	cursor: pointer;
}
.zdhideh span:hover{
	background: #e00b4f;
	color: #fff;
}
.zdhideh span.active{
	background: #f0f0f0;
}
.zdhideh span.active:hover{
	background: #e00b4f;
	color: #fff;
}

/*手机版*/
@media screen and (max-width: 991px){
	.sidebar-offcanvas.active {
	    box-shadow: 0 0 10px rgba(0,0,0,.1);
	}
}

/*首页*/
.sidebar .nav .nav-item.active > .nav-link{
	background: #f5f5f5;
	border-left: 4px solid #e00b4f;
}
.nav-itembgcolor.active:hover > .nav-link{
	background: #f5f5f5 !important;
}
.float-left i{
	display: inline-block;
	width: 40px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	font-size: 44px;
	transition: .25s;
}
.float-left .float-left-i1{
	color: #e65251;
}
.float-left .float-left-i2{
	color: #ffaf00;
}
.float-left .float-left-i3{
	color: #00ce68;
}
.float-left .float-left-i4{
	color: #8862e0;
}
.card .card-body{
	padding: 1.28rem 1.81rem;
	transition: .25s;
}
.card .card-body:hover{
	box-shadow: 0 0 30px rgba(0,0,0,.1);
	cursor: pointer;
}
.card .card-body:hover .float-left i{
	transform:rotateY(180deg);
}
.idxcps .layui-col-md6{
	padding: 0 7.5px;
}
.idxcps .layui-col-md6 table{
	margin: 0;
}
.idxcps .layui-col-md6 table th,.idxcps .layui-col-md6 table td{
	padding: 11px 15px;
}
.mainiframe{
	box-shadow: 0 0 15px rgba(0,0,0,.05);
}
.hometable .layui-table td,.hometable .layui-table th{
	line-height: 25px;
	padding: 20px;
}
.iclick{
	display: inline-block;
	background: #e00b4f;
	color: #fff;
	border-radius: 4px;
	width: 92px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -46px;
	margin-top: -17px;
}
.card:hover .iclick{
	opacity: 1;
	visibility: inherit;
}
.iclick:hover{
	color: #fff;
}
/*list*/
a:hover{
	text-decoration: none;
}
.list_card{
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	border-left: 1px solid #f8f8f8;
}
.list_card span{
	margin: 0 10px;
}
.list_card a{
	color: #666;
}
.list_card a:hover{
	text-decoration: none;
	color: #308EE0;
}

/*登录*/
.lgbg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	background: url(../images/bg.png) no-repeat center;
	background-size: cover;
}
.lgbox{
	width: 430px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -215px;
	margin-top: -250px;
}
.lgtop {
    width: 100%;
    height: 117px;
    background-color: #e00b4f;
    border-radius: 12px 12px 0 0;
    font-family: SourceHanSansCN-Regular;
    font-size: 30px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #fff;
    line-height: 117px;
    text-align: center;
    overflow: hidden;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    overflow: hidden;
    position: relative;
}
.lgtop .bg1 {
    display: inline-block;
    width: 74px;
    height: 74px;
    background: #fff;
    opacity: .1;
	filter:alpha(opacity=10);
    border-radius: 0 74px 0 0;
    position: absolute;
    left: 0;
    top: 43px;
}
.lgtop .bg2 {
    display: inline-block;
    width: 94px;
    height: 94px;
    background: #fff;
    opacity: .1;
	filter:alpha(opacity=10);
    border-radius: 50%;
    position: absolute;
    right: -16px;
    top: -16px;
    animation: myfirst 2s infinite;
}
@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, -10px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
.lgw{
	background: #fff;
	border-radius: 0 0 12px 12px;
	padding: 30px 60px 50px 60px;
}
.lga{
	border-bottom: 1px solid #dae1e6;
	margin-bottom: 15px;
}
.lga:last-child{
	margin-bottom: 0;
}
.lga i{
	display: inline-block;
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 15px;
}
.lga i.lga1{
	background: url(../images/icon-login.png) no-repeat -54px 0;
}
.lga i.lga2{
	background: url(../images/icon-login.png) no-repeat -106px 0;
}
.lga i.lga3{
	background: url(../images/icon-login.png) no-repeat 1px 0;
}
.lga input.lgaipt{
	width: 100%;
	height: 50px;
	padding-left: 30px;
	line-height: 50px;
}
.lga input.lgaipt::-webkit-input-placeholder{
	color:#a6aebf;
}
.lga .code{
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	display: block;
	cursor: pointer;
}
.lga .code img{
	display: block !important;
	height: 32px !important;
	margin-top: 9px !important;
}
.lga .lgaipt_sbm{
	display: block;
	width: 100%;
    height: 40px;
    background-color: #e00b4f;
    border-radius: 20px;
    margin: 30px auto 0;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    cursor: pointer;
}
.lga .lgaipt_sbm:hover{
	opacity: .9;
}
.lgabd0{
	border: 0;
}
.tips{
	font-size: 12px;
	color: #a6aebf;
	line-height: 20px;
}

.ipttip{
	font-size: 12px;
	margin-left: 10px;
	color: #e00b4f;
}

/* 首页 */
@media screen and (max-width: 991px){

.navbar.default-layout .navbar-brand-wrapper{
	width: auto;
}
.navbar.default-layout .navbar-brand-wrapper .brand-logo-mini img{
	height: 44px;
	margin: 9px 10px;
}	
.navbar.default-layout{
	background: linear-gradient(120deg, #bb2a58, #e00b4f);
	background: linear-gradient(120deg, #e00b4f, #ff5722);
}
.mainbox{
	padding: 10px;
}
.sidebar .nav .nav-item .nav-link{
	padding: 10px;
	border-bottom: 1px solid #f5f5f5
}
.sidebar .nav .nav-item.nav-profile .nav-link .user-wrapper{
	margin-bottom: 0;
}
.user-wrapper{
	width: 100%;
	display: block !important;
}
.sidebar .nav .nav-item.nav-profile .nav-link .user-wrapper .profile-image{
	float: left;
}
.sidebar .nav .nav-item.nav-profile .nav-link .user-wrapper .text-wrapper{
	margin-left: 10px;
	float: left;
	width: 68%;
}
.sidebar .nav .nav-item.nav-profile .nav-link .user-wrapper .text-wrapper .profile-name{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.sidebar .nav .nav-item.nav-profile .nav-link .user-wrapper .text-wrapper .profile-name1{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.main1{
	padding: 0 15px;
	color: #e00b4f;
}
.sidebar .nav .nav-itembgcolor .nav-linkboderleft[aria-expanded="true"]{
	border-left: 4px solid #e00b4f;
}
.navbox{
	padding: 15px 0 0 ;
}
.navbox a{
	display: block;
	width: 33.333333333%;
	color: #666;
	margin-bottom: 15px;
}
.navbox a p{
	font-size: 12px;
}
.navbox a i{
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 46px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 5px;
}
.navbox a.navboxa1 i{
	background-image: -webkit-linear-gradient(top,#36a8f2,#099fec);
}
.navbox a.navboxa2 i{
	background-image: -webkit-linear-gradient(top,#7176fd,#9a80fe);
}
.navbox a.navboxa3 i{
	background-image: -webkit-linear-gradient(top,#fb765f,#fd8670);
}
.navbox a.navboxa4 i{
	background-image: -webkit-linear-gradient(top,#ffa40c,#feba24);
}
.navbox a.navboxa5 i{
	background-image: -webkit-linear-gradient(top,#2a98fd,#24b0fa);
}
.navbox a.navboxa6 i{
	background-image: -webkit-linear-gradient(top,#03ab34,#03ab34);
}
.navbox a img{
	display: block;
	height: 42px;
	margin: 0 auto;
	margin-top: 2px;
}
.layadmin-backlog-body-bg{
	border-right: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	margin: 0;
	text-align: center;
	padding: 10px 0;
}
.layadmin-backlog-body-bg a:HOVER{
	color: #444;
}
.layadmin-backlog-body-bg:NTH-CHILD(2),.layadmin-backlog-body-bg:NTH-CHILD(4) {
	border-right: 0;
}
.layadmin-backlog-body-bg:NTH-CHILD(3),.layadmin-backlog-body-bg:NTH-CHILD(4) {
	border-bottom: 0;
}
.idxfontsizep cite{
	font-size: 16px !important;
	color: #e00b4f;
}
.user_p1{
	padding: 10px;
}
.user_p2{
	padding: 0 10px;
}
.user_p1 p{
	height: 20px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    margin-top: 8px;
}
.user_p2 p{
	font-size: 12px;
	height: auto;
	line-height: 24px;
	padding: 5px 0;
}
.main2{
	padding: 10px;
	font-size: 12px;
	line-height: 22px;
}
.lnbota{
	display: inline-block;
	padding: 7px 15px;
	background: #e00b4f;
	color: #fff;
	margin: 10px 0;
	font-size: 12px;
}

.sidebar .nav .nav-item.active > .nav-link {
    color: #e00b4f;
}
.sidebar .nav.sub-menu .nav-item .nav-link.active {
    color: #e00b4f;
    background: transparent;
}
.sidebar .nav.sub-menu .nav-item .nav-link{
	padding: .7rem;
}
.sidebar .nav .nav-item .nav-link{
	padding: 12px 10px;
}
.layui-input-block{
	margin-left: 85px;
}
.layui-form-item .layui-form-label{
	margin-bottom: 0;
	padding: 0;
	line-height: 38px;
	height: 38px;
	font-size: 13px;
}
.layui-form-item{
	margin-bottom: 10px;
}
.ptips{
	font-size: 12px;
	color: #e00b4f;
	line-height: 20px;
}
.sidebar{
	z-index: 99999;
}
.layui-table-page .layui-laypage a, .layui-table-page .layui-laypage span.layui-laypage-curr{
	padding: 0 8px;
}
.layui-table-page .layui-laypage span{
	margin-right: 5px;
}
.layui-table-page .layui-laypage input{
	width: 30px;
	margin: 0 5px;
}
.layui-table-page .layui-laypage {
    margin: 0;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
}
.demoTable .fr{
	margin: 0;
	float: right;
}
.searchico{
	margin-top:5px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background: #FF5722;
	color: #fff;
	border-radius: 2px;
}
.ml5{
	margin-left: 5px;
}
.ml10{
	margin-left: 10px;
}
.ml15{
	margin-left: 15px;
}
.fl1{
	flex:1;
}
.fl2{
	flex:2;
}
.fl3{
	flex:3;
}
.fl4{
	flex:4;
}
.fl5{
	flex:5;
}
.demoTable{
	position: relative;
}
.searchhide{
	width: 100%;
	display: none;
}
.searchhide .layui-input-inline{
	margin-top: 10px;
}
.searchhide .layui-input, .searchhide .layui-select, .searchhide .layui-textarea{
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.searchhide .layui-input::-webkit-input-placeholder{
	height: 30px;
	line-height: 30px;
}
.searchhide .layui-btn{
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	margin-top: 0;
}
.searchhide .layui-form-select dl dd, .searchhide .layui-form-select dl dt{
    line-height: 30px;
    font-size: 12px;
}
.searchhide .layui-form-select dl{
	top: 35px;
}
.searchhide .layui-inline{
	display: flex;
	width: 100%;
}
.layui-laydate-range{
	width: 272px !important;
	left: 50% !important;
	margin-left: -136px !important;
}
.layui-laydate-header{
	line-height: 25px !important;
	padding: 5px 70px 5px !important;
}
.layui-laydate-header i{
	top: 6px !important;
	font-size: 12px !important;
}
.layui-laydate-content{
	padding: 5px 0;
}
.layui-laydate-content td, .layui-laydate-content th{
	height: 25px !important;
	padding: 0 5px !important;
	font-size: 12px;
}
.displatfelx{
	display: flex;
}
.btn-xs .layui-btn{
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}
.main1cp{
	font-size: 12px;
	line-height: 22px;
	padding: 10px;
}
.layui-form-radio{
	font-size: 12px;
	padding-right: 5px;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.layui-anim.layui-icon{
	font-size: 16px;
	margin-right: 5px;
}
.newch .tablemr .layui-table-view .layui-table-body table .layui-table-cell input{
	-webkit-appearance:checkbox;
}
.nrfoot{
	position: fixed;
	font-size: 12px;
	max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.nrfoot_a{
	line-height:30px;
	height: 30px;
	padding: 0 8px;
	font-size: 12px;
}
.nrfootheight{
	height: 70px;
}
.member_addlabelcps{
	width: 70px;
	height: 32px !important;
	line-height: 32px !important;
}
.relese_addladivcps{
	margin-left: 75px;
}
.relese_addladiv span{
	font-size: 12px;
}
.member_addlabelcps{
	font-size: 12px !important;
}
.relese_addladiv span{
	height: 22px;
	line-height: 22px;
}
.sxa{
	font-size: 12px !important;
	height: 22px;
	line-height: 22px;
}
.newch .layui-tab-title li{
	font-size: 13px;
	height: auto;
	line-height: 30px;
	padding: 0 10px;
	margin-right: 7px;
}
.newch .layui-tab-title li a{
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
}
.sxfelx{
	display: flex;
}
.sxfelx input.layui-input{
	padding-left: 30px;
}
.shi{
	font-size:12px;
	height: 30px;
	line-height: 30px !important;
}
.wapline{
	display: block;
	height: 20px;
}
.newch .layui-table, .newch .layui-table-view{
	margin-top: 0;
}
.newch .layui-tab-title{
	height: auto;
}
.mb_10{
	margin-bottom: 10px;
}
/* 登录 */ 
.logobg{
	position: relative;
}
.logobg img.logobgimg{
	display: block;
	width: 100%;
}
.lgtxt{
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
	padding: 45px 15px 0 15px;
}
.lgtxt img{
	display: block;
}
.lgpic{
	width: 80px;
	height: 80px;
	border-radius: 80px;
	background: #fff;
	padding: 3px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	bottom: 0;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.lgpic img{
	display: block;
	border-radius: 80px;
	width: 100%;
	height: 100%;
}
.lgbot{
	padding: 20px;
}
.lgformdm{
	position: relative;
}
.lgformdmipt input {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 14px;
	padding-left: 35px;
}
.lgformdmipt input.lgformdmspanhqs{
	width: 90px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 10px;
	border: 0;
	padding: 0;
	font-size: 12px;
	color: #fff;
	background: #e00c4e;
}
.lgformdmspanmt11{
	margin-top:11px;
}
.lgformdmbtn input {
	width: 100%;
	height: 55px;
	background-image: linear-gradient(to right , #e00c4e, #fc4f27);
	color: #fff;
	font-size: 16px;
}
.lgbota a{
	font-size: 12px;
	color: #999;
}
.lgbota a.active{
	color: #e00c4e;
}
.lgformdm_i{
	position: absolute;
	left: 0;
	top: 0;
	height: 59px;
	line-height: 59px;
	color: #666;
	width: 30px;
	text-align: center;
}
.logoa{
	margin-bottom:15px;
}
.logoa a{
	display:inline-block;
	font-size:14px;
	color:#999;
	width:48%;
	height:40px;
	background:#f5f5f5;
	text-align:center;
	line-height:40px;
}
.logoa a.active{
	background:#e00c4e;
	background-image:linear-gradient(to right , #e00c4e, #fc4f27);
	color:#fff;
}

.csbox{
	display: inline-block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 99;
	text-align: center;
	font-size: 14px;
}
.lht38{
	line-height: 38px;
}


}


